Skip to content

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

Fix UMD wrapper

15 Sep 18:51
Compare
Choose a tag to compare
v0.12.2

Fix UMD loader

Fix reference

14 Sep 18:02
Compare
Choose a tag to compare
v0.12.1

Fix bower version

nameProperty can now be an array

13 Sep 17:01
Compare
Choose a tag to compare

When mapping, the nameProperty can now be an array, which means that ASFDS can do a coalesce-like trick to use the value from the first listed attribute/field that has a value.

Thanks to @navjinder for #40 and the pull request!

Bug fix release

27 Aug 18:31
Compare
Choose a tag to compare

Fixes:

Fix UMD dependency bug

20 Aug 06:54
Compare
Choose a tag to compare

Because of a complete misunderstanding of how the UMD works, I set the dependencies wrong, this fixes that bug.

Bug fixes and improving documentation

18 Aug 23:46
Compare
Choose a tag to compare
  • Fix UMD wrapper for amd and cjs
  • Add transformResponse tip to documentation

Fix UMD compatibility.

01 Aug 16:25
Compare
Choose a tag to compare

Another packaging release

31 Jul 15:24
Compare
Choose a tag to compare

Fix: angular-ui-select is called just ui-select on npm, and also, last version is 0.11.

ASFDS is now in itself compatible with SystemJS/JSPM

It just needs to be added to the jspm registry(along with ASF)

Fix packaging versions

31 Jul 14:48
Compare
Choose a tag to compare

Forgot to update package versions in 0.11.1. :-(

Fix packaging for npm/jspm

31 Jul 14:40
Compare
Choose a tag to compare

Remove impossible dependency on ui.highlight of the deprecated angular-ui-utils library.