Skip to content

Commit

Permalink
Released 0.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
risadams committed Oct 2, 2022
1 parent eb62c8a commit 07e3904
Show file tree
Hide file tree
Showing 16 changed files with 1,017 additions and 459 deletions.
38 changes: 20 additions & 18 deletions CHANGELOG.md
@@ -1,13 +1,15 @@
<!-- Feel free to put either your handle and/or full name, according to
your privacy needs -->

## v0.13.7 ·
## v0.14.0 · 02 10 2022

- Fixed missing style for dropdown_header plugin [_@fabienwnklr_](https://github.com/fabienwnklr)
- Fixed ([#1818](https://github.com/selectize/selectize.js/issues/1818)) Scroll left when I click on a selectized item and page is scrolled right [_@fabienwnklr_](https://github.com/fabienwnklr)
- *Breaking change:* Removed the dependencies on MicroPlugin and Sifter - These are now included in the selectize package directly.

- Fixed missing style for dropdown_header plugin [*@fabienwnklr*](https://github.com/fabienwnklr)
- Fixed ([#1818](https://github.com/selectize/selectize.js/issues/1818)) Scroll left when I click on a selectized item and page is scrolled right [*@fabienwnklr*](https://github.com/fabienwnklr)
- Added option to enable setting the first option in the list as active.

_@joshuan92_
*@joshuan92*

## v0.13.0 · 03 11 2020

Expand All @@ -16,28 +18,28 @@
- Fixed bug (#851) for placeholder text clipping
- Fixed bug (#870) for remove button plugin closing bootstrap modals

_@risadams_
*@risadams*

## v0.12.4, v0.12.5 · 27 June 2018

- Allow the dropdown to reopen on click if it is closed without losing focus
by closeAfterSelect: true

_@fishpercolator_
*@fishpercolator*

- Fixed bug making `clearOptions` function. Now it doesn't remove already selected options.

_(thanks @caseymct - #1079)_
*(thanks @caseymct - #1079)*

- New feature: allow to disable single options or complete optgroups

_@zeitiger_
*@zeitiger*

## v0.12.3 · 24 August 2016

- Make `label[for]` work after applying Selectize (#755)

_Barrett Sonntag_ (@barretts)
*Barrett Sonntag* (@barretts)

- Output friendly error message when Microplguin is missing (#1137).
Special thanks to @styxxx for proposing the improvement.
Expand All @@ -52,40 +54,40 @@

- Fix detection of Validity API, we had false negatives before.

_Jonathan Allard_ (@joallard)
*Jonathan Allard* (@joallard)

- Fix open keyboard bug under iOS after closing selection (#1127)

_@zeitiger_
*@zeitiger*

- Fix highlighting more than one character (#1099, #1098)

_@skimi_
*@skimi*

## v0.12.2 · 23 June 2016

- Fix issue preventing build ("Cannot assign to read only property
'subarray'") because of bug in uglifyjs. (#1072)

_@jaridmargolin_
*@jaridmargolin*

- Fix tabbing issue (#877) on IE11. (#997)

_@bwilson-ux_
*@bwilson-ux*

- Fix jQuery initialization for jQuery >= 1.9 (#1045)

_@mpokrywka_
*@mpokrywka*

- Make `remove_button` work for single-option usage (#848)

_@ChoppyThing_
*@ChoppyThing*

- Fixed bug that made `allowEmptyOption: true` useless (#739)

_@mcavalletto_
*@mcavalletto*

- Functions in option `render` can now return a DOM node in addition to
text. (#617)

_@topaxi_
*@topaxi*
2 changes: 1 addition & 1 deletion dist/css/selectize.bootstrap2.css
@@ -1,5 +1,5 @@
/**
* selectize.css (v0.13.6)
* selectize.css (v0.14.0)
* Copyright (c) 2013–2015 Brian Reavis & contributors
* Copyright (c) 2020-2022 Selectize Team & contributors
*
Expand Down
2 changes: 1 addition & 1 deletion dist/css/selectize.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/selectize.legacy.css
@@ -1,5 +1,5 @@
/**
* selectize.css (v0.13.6)
* selectize.css (v0.14.0)
* Copyright (c) 2013–2015 Brian Reavis & contributors
* Copyright (c) 2020-2022 Selectize Team & contributors
*
Expand Down

0 comments on commit 07e3904

Please sign in to comment.