Skip to content

v2.4.1

Latest
Compare
Choose a tag to compare
@nwalters512 nwalters512 released this 19 Nov 19:26
· 9 commits to master since this release
fb6ac54

Highlights from this release:

  • src/ was added to exports in package.json. This is necessary to support certain setups that relied on being able to import files directly from src/. It's recommended to update your imports to either import from one of the supported exports, as the src/ export will be removed in a future major version:
    • Use tom-select/base, tom-select/popular, tom-select/utils, or tom-select/plugins/* for JavaScript
    • Use tom-select/dist/css/* for compiled CSS
    • Use tom-select/dist/scss/* for raw SCSS
  • package.json now contains a style property, which should improve compatibility with tools like Symfony Asset Mapper.
  • All development dependencies were updated to their latest versions.

What's Changed

Full Changelog: v2.4.0...v2.4.1