Skip to content

Commit

Permalink
Add entry to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dvg-p4 committed Oct 9, 2024
1 parent e06b765 commit 63cbc80
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
<!-- Feel free to put either your handle and/or full name, according to
your privacy needs -->

## v0.16.0 [In development]

### Breaking changes

- `clearOptions()` now, by default, removes currently-selected items in addition to deselecting them,
as it did prior to selectize v0.12.5.
- This behavior is controlled by a new parameter `removeCurrentItems`, default `true`.
- If `removeCurrentItems` is set `false`, the function will instead leave currently-selected items
available *and selected*, as was the case from selectize v0.12.5, until v0.13.1 introduced
[#2146](https://github.com/selectize/selectize.js/issues/2146) (which this change fixes).
- For consistency, `silent` also has a (backwards-compatible) default value of `false` now.
- Thus, the full signature is now `clearOptions(silent = false, removeCurrentItems = true)`

_@dvg-p4_

## v0.15.1 · 17 11 2022

- New feature: dynamically add option groups
Expand Down

0 comments on commit 63cbc80

Please sign in to comment.