Skip to content

Commit 75288ba

Browse files
committed
Update CHANGELOG.md
1 parent 46c2ed4 commit 75288ba

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

3-
## [11.0.3]
3+
## [11.0.4]
4+
5+
### Features
6+
- Do not preventDefault on item to support dragging @joeworkman (#1266)
7+
8+
### Bug Fixes (from 11.0.0)
9+
* Fix v11 regression where `clearChoices` (and `setChoices` with `replaceChoices:true`) did not remove selected items when preserving placeholders @Xon (#1272)
10+
* Fix v11 regression where `duplicateItemsAllowed` option did not work with `select-one`/`select-multiple` @Xon (#1271)
11+
* Fix: Reached maximum item limit notice is not cleared after removing selections @ticktackk (#1270)
12+
* Fix: Disabled options are not visible (#1257) @ticktackk (#1269)
13+
* Fix: Clear button reverses items order @ticktackk (#1265)
14+
* Fix `tab` => direction keys handling with disabled search @zoglo (#1260)
15+
* Improve cjs compatibility by removing pinned "module" type in package.json @roma-formio (#1254)
16+
17+
## [11.0.3] (2024-12-22)
418

519
### Bug Fixes (from 11.0.0)
620
* Fix input text - method setValue didn't work [#1207](https://github.com/Choices-js/Choices/issues/1207)

0 commit comments

Comments
 (0)