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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,12 @@
2
2
3
3
## [11.0.0]
4
4
5
+
### ⚠ BREAKING CHANGES
6
+
* Update polyfills to include `Element.prototype.replaceChildren`
7
+
5
8
### Bug Fixes (from 10.2.0)
6
9
* Reduce work done for `unhighlightAll` during on-click handler (batching in v11.0.0-rc8 would also have helped) [#522](https://github.com/Choices-js/Choices/issues/522)[#599](https://github.com/Choices-js/Choices/issues/599)
10
+
* Improve performance when rendering very large number of items and choices. Stuttering when stopping searching or selecting an item still happens depending on device and number of choices.
0 commit comments