Skip to content

Releases: OptimalBPM/angular-schema-form-dynamic-select

Move to external bootstrap decorator

27 Apr 12:03
Compare
Choose a tag to compare

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

21 Apr 06:58
Compare
Choose a tag to compare
Bump to 14.5

Actually use tilde semvers instead

Move to tilde semver refs

21 Apr 06:46
Compare
Choose a tag to compare
Bump to 14.4

Use tilde semvers instead

Another packaging fix

21 Apr 06:40
Compare
Choose a tag to compare

ui-select should be angular-ui-select as it has been added to jspm.

Add "registry" to package.json

21 Apr 06:30
Compare
Choose a tag to compare

This is a fix for jspm compatibility.

Add placement options and a bug fix

23 Mar 21:32
Compare
Choose a tag to compare

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

04 Feb 18:47
Compare
Choose a tag to compare

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

26 Dec 21:29
Compare
Choose a tag to compare

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

Fixed duplicate initialization of ui-select

17 Sep 10:19
Compare
Choose a tag to compare

Thanks to @eburi for the fix(again!).

This resolves issue #45.

Fix unitiated selects for UI-select

17 Sep 09:48
Compare
Choose a tag to compare

Thanks to @eburi for the fix.

This resolves issue #43.