github orchidjs/tom-select v2.4.1

one month ago

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

Don't miss a new tom-select release

NewReleases is sending notifications on new releases.