Releases: lordfriend/nya-bootstrap-select
Releases · lordfriend/nya-bootstrap-select
Fix bower version mismatch
Add a new task to auto update bower version to avoid further mistake
Fix bugs, build errors when using angular 1.5
Fix #72
Fix build errors when using angular 1.5
Fix some bugs
- Add support for
ngModelOptions
directive. - Fix bug for default nothing select template don't work properly with angular-translate. but current work around is not intent to support date-selected-text-format template.
- Fix the disabled failed to work in current angular version.
Fix version mismatch
update bower.json version number and distribution files
fix issues
Fix #86
Many bug fixed, Add actionsBox
- Add actionsBox, see document
- Fix #43
- Fix #60
- Fix #59
- Change the behavior for resetting model when collection of the options changes, the previous behavior will be deprecated. For now model value will not be reset when collection of options is undefined or empty way.
- Add different size of button Supported. Note that this behavior has drawback that it is not working with form-control class.
- Change nyaBsOption directive attribute
value
todata-value, because the
value` is a preserved attribute in W3C standard.
Add blur event triggering for nya-bs-select directive when user clear the focus on the dropdown or button
This release contains two change:
- add blur event triggering for nya-bs-select directive. when user click outside, press escape button or press tab.
- fix #45
This release allow you unselect option in single selected mode.
If you want reset to Nothing selected state, give your mode an value of undefined.
Other fix: fix a bug when mode value is 0 select component doesn't update.
Remove logging statement from uglyfied files
v2.0.8 update document, add a new home page.
This version is fix verison of v2.0.6
Fix the build mistake which failed to add nyaBsConfigProvider code into dist file.