Skip to content

Version 5.0.0

Compare
Choose a tag to compare
@jshjohnson jshjohnson released this 09 Feb 18:29

With this release the following polyfills have been removed to reduce the bundle size:

Array.prototype.find
Array.prototype.includes
Array.from

If you need to support browsers that do not have these features, see here: https://github.com/jshjohnson/Choices#browser-compatibility

This release hopefully also resolves rendering performance issues with large data sets.