Releases: OptimalBPM/angular-schema-form-dynamic-select
Move to external bootstrap decorator
This add-on now uses the external bootstrap decorator in dependencies and the example.
The change may cause conflicts for users that use automatic module loaders and still still do not use the external decorator.
However, the internal decorator is deprecated and will not be part of the next release of angular-schema-form, which means that it is important to change now.
More packaging fixes
Bump to 14.5 Actually use tilde semvers instead
Move to tilde semver refs
Bump to 14.4 Use tilde semvers instead
Another packaging fix
ui-select should be angular-ui-select as it has been added to jspm.
Add "registry" to package.json
This is a fix for jspm compatibility.
Add placement options and a bug fix
Contributors:
@joelwkent Added placement option to the strapselect html templates
@joelwkent Placement option added to the example page and documentation
@nicklasb Fix syntax error in ui-select
Fix UI initialisation for ASF purposes
Fix by @stefanopoli - #68, makes ui-selects handle the ASF empty array-bug
Fix by @nicklasb - accept newer ui-select (0.12 is not in npm anymore)
Group by option in UI-select, onPopulationError callback, fixes
Contributors:
@jubianchi - Add support for group-by option in UI-Select multiple
@nicklasb - Documentation fixes, Add onPopulationError callback
@vangoz, @ri0t - Fix bug when options.nameProperty=='name'
@jguckert313 - Fix updated version of ui-select reference