Skip to content

Releases: lordfriend/nya-bootstrap-select

Fix bower version mismatch

17 Mar 11:19
Compare
Choose a tag to compare

Add a new task to auto update bower version to avoid further mistake

Fix bugs, build errors when using angular 1.5

17 Mar 10:44
Compare
Choose a tag to compare

Fix #72
Fix build errors when using angular 1.5

Fix some bugs

31 Jan 03:28
Compare
Choose a tag to compare
  • 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

19 Sep 03:02
Compare
Choose a tag to compare

update bower.json version number and distribution files

fix issues

10 Sep 03:26
Compare
Choose a tag to compare

Many bug fixed, Add actionsBox

22 Aug 13:18
Compare
Choose a tag to compare
  • 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 to data-value, because thevalue` 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

05 Mar 02:52
Compare
Choose a tag to compare

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.

01 Mar 02:34
Compare
Choose a tag to compare

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

31 Jan 08:34
Compare
Choose a tag to compare
v2.0.8

update document, add a new home page.

This version is fix verison of v2.0.6

17 Jan 14:40
Compare
Choose a tag to compare

Fix the build mistake which failed to add nyaBsConfigProvider code into dist file.