Skip to content

Releases: NeoFusion/hierarchy-select

Release v2.3.0

21 Jul 19:49
Compare
Choose a tag to compare
  • Modified onChange() so that it also sends the text of the selected option. (#8)

Release v2.2.0

07 Jul 19:07
Compare
Choose a tag to compare

New options (#7):

  • resetSearchOnSelection - reset the search state after a selection was made.

Release v2.1.0

25 Apr 20:23
Compare
Choose a tag to compare

New options (#6):

  • onChange - this is a callback that is called when a selection is made, which includes the value selected.
  • initialValueSet - this boolean configures the dropdown to use the existing value in the hidden field when it initialises, rather than overwriting it with the default item.

Release v2.0.1

28 Nov 19:33
Compare
Choose a tag to compare
  • Add condition to prevent re-execution on same click
  • Fix incorrect processing of setTimeout delay in Firefox

Release v1.0.3

28 Nov 19:32
Compare
Choose a tag to compare
  • Add condition to prevent re-execution on same click (#2)
  • Fix incorrect processing of setTimeout delay in Firefox

Release v2.0.0

10 Jul 20:29
Compare
Choose a tag to compare

Migrate plugin to Bootstrap 4

Release v1.0.2

10 Jul 17:07
Compare
Choose a tag to compare

Fix select element and click away issue

Release v1.0.1

03 Feb 19:06
Compare
Choose a tag to compare

Package published to npm

Release v0.0.2

02 Jun 19:38
Compare
Choose a tag to compare
  • Add data-default-selected attribute
  • Replace phantomjs by chrome

Release v0.0.1

07 Apr 19:48
Compare
Choose a tag to compare

First public release