Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copying from #1796 to resolve conflicts #1874

Merged
merged 1 commit into from
Sep 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 47 additions & 44 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,88 +1,91 @@
<!-- Feel free to put either your handle and/or full name, according to
your privacy needs -->

## v0.13.7 ·

* 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)
- 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_

## v0.13.0 · 03 11 2020

* Support for Bootstrap v4.x.
* Adding SASS styles, LESS styles still available for bootstrap 2.x
* Fixed bug (#851) for placeholder text clipping
* Fixed bug (#870) for remove button plugin closing bootstrap modals
- Support for Bootstrap v4.x.
- Adding SASS styles, LESS styles still available for bootstrap 2.x
- 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*
- Allow the dropdown to reopen on click if it is closed without losing focus
by closeAfterSelect: true

_@fishpercolator_

* Fixed bug making `clearOptions` function. Now it doesn't remove already selected options.
- 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
- 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)
- Make `label[for]` work after applying Selectize (#755)

* Output friendly error message when Microplguin is missing (#1137).
Special thanks to @styxxx for proposing the improvement.
_Barrett Sonntag_ (@barretts)

* Add local server command `grunt server`.
- Output friendly error message when Microplguin is missing (#1137).
Special thanks to @styxxx for proposing the improvement.

* Stop creating items automatically when text is pasted, only create
them when pasted text contains delimiter.
- Add local server command `grunt server`.

* Fix regression 'Required fields can not be focusable' in Chrome
(#733)
- Stop creating items automatically when text is pasted, only create
them when pasted text contains delimiter.

* Fix detection of Validity API, we had false negatives before.
- Fix regression 'Required fields can not be focusable' in Chrome
(#733)

*Jonathan Allard* (@joallard)
- Fix detection of Validity API, we had false negatives before.

* Fix open keyboard bug under iOS after closing selection (#1127)
_Jonathan Allard_ (@joallard)

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

* Fix highlighting more than one character (#1099, #1098)
_@zeitiger_

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

_@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*
- Fix issue preventing build ("Cannot assign to read only property
'subarray'") because of bug in uglifyjs. (#1072)

_@jaridmargolin_

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

*@bwilson-ux*
_@bwilson-ux_

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

*@mpokrywka*
_@mpokrywka_

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

*@ChoppyThing*
_@ChoppyThing_

* Fixed bug that made `allowEmptyOption: true` useless (#739)
- 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)
- Functions in option `render` can now return a DOM node in addition to
text. (#617)

*@topaxi*
_@topaxi_
Loading