Skip to content

Moving Build System from Grunt to Gulp #1891

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

Merged
merged 2 commits into from
Nov 3, 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
44 changes: 26 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
<!-- Feel free to put either your handle and/or full name, according to
your privacy needs -->

## v0.15.0 · 03 11 2022

### Breaking changes

- The distribution files no longer include a _standalone_ version. The files in the `dist/js` folder are now standalone by default. If you previously referenced files from the `dist/js/standalone` folder you will need to update your references to `dist/js`.
- We have always included all plugins in the distributions files, but no longer provide a way to exclude them from the build.
- We now build the distribution files using `Gulp` instead of `Grunt`
- the `NPM` package now includes the `dist` folder only. If you previously referenced source files directly you will need to update your references to `dist/js/selectize.js` or `dist/js/selectize.min.js`.

## v0.14.0 · 02 10 2022

- *Breaking change:* Removed the dependencies on MicroPlugin and Sifter - These are now included in the selectize package directly.
- _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)
- 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 @@ -19,28 +27,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 @@ -55,40 +63,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_
Loading