Skip to content

Releases: use-bootstrap/use-bootstrap-select

v2.2.1

20 Nov 12:55
Compare
Choose a tag to compare
  • Fix search entry is not removed with multiple selection.

v2.2.0

18 Jun 00:59
Compare
Choose a tag to compare
  • Added a new static method: clearAll.

v2.1.1

01 May 17:11
Compare
Choose a tag to compare
  • Fix show method not focusing on input.

v2.1.0

01 May 01:55
Compare
Choose a tag to compare
  • Added new methods: show, hide, and toggle.

v2.0.0 (Major version, Breaking Changes)

04 Apr 03:48
Compare
Choose a tag to compare
  • Now initialization must be done using classes instead of functions. (e.g., new UseBootstrap(target) instead of UseBootstrap(target)).
  • Configuration attribute has been changed from "data-ub-select-[config]" to "data-[config]". (e.g., data-clearable="true" instead of data-ub-select-clear).
  • The use-bootstrap-select now works without Bootstrap JavaScript.
  • The dropdown menu position is now static, you can configure it to be shown on the down or up.
  • Added several new methods.

v1.1.0

09 Mar 08:21
Compare
Choose a tag to compare
  • Added options:
    data-ub-select-search-placeholder
    data-ub-select-no-results-text
    data-ub-select-creatable-text

v1.0.1

16 Nov 01:56
Compare
Choose a tag to compare

v1.0.0

08 Aug 06:48
Compare
Choose a tag to compare
  • Refactor project to use function-based implementation UseBootstrapSelect() instead of class-based instantiation new UseBootstrapSelect()
  • Reduced file size

v0.0.3

04 Aug 07:35
Compare
Choose a tag to compare

v0.0.2

01 Aug 11:54
Compare
Choose a tag to compare