Releases: OptimalBPM/angular-schema-form-dynamic-select
Fix UMD wrapper
v0.12.2 Fix UMD loader
Fix reference
v0.12.1 Fix bower version
nameProperty can now be an array
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
Fix UMD dependency bug
Because of a complete misunderstanding of how the UMD works, I set the dependencies wrong, this fixes that bug.
Bug fixes and improving documentation
- Fix UMD wrapper for amd and cjs
- Add transformResponse tip to documentation
Fix UMD compatibility.
ASFDS is now fully UMD compatible.
http://davidbcalhoun.com/2014/what-is-amd-commonjs-and-umd/
Another packaging release
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
Forgot to update package versions in 0.11.1. :-(
Fix packaging for npm/jspm
Remove impossible dependency on ui.highlight of the deprecated angular-ui-utils library.