You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,20 @@
1
1
# Changelog
2
2
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)
4
18
5
19
### Bug Fixes (from 11.0.0)
6
20
* Fix input text - method setValue didn't work [#1207](https://github.com/Choices-js/Choices/issues/1207)
0 commit comments