Skip to content

Releases: orchidjs/tom-select

tom-select-2.4.6

06 Feb 23:12
v2.4.6

Choose a tag to compare

What's Changed

  • Add minWidth and maxWidth to wrapper style by @Seb33300 in #962
  • Refresh options after clearing selected items by @Seb33300 in #982
  • When sync(true) is called, it should retain allowEmptyOption setting by @jasonbouffard in #833
  • fix: add this context to onDelete callback by @bytestream in #984
  • fix #818 - Change config param name from 'html' to 'text' by @xJuvi in #983

New Contributors

Full Changelog: v2.4.5...v2.4.6

tom-select-2.4.5

02 Feb 19:58
v2.4.5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.4...v2.4.5

tom-select-2.4.4

02 Feb 11:49
v2.4.4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.3...v2.4.4

v2.4.3

12 Feb 17:10
2efbaab

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.2...v2.4.3

v2.4.2

28 Jan 19:32
2728c7a

Choose a tag to compare

Highlights from this release:

  • @MatTheCat fixed a bug where the caret could overlap with the selected content.

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.4.2

v2.4.1

19 Nov 19:26
fb6ac54

Choose a tag to compare

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

v2.4.0

15 Nov 18:00
730a04c

Choose a tag to compare

This project is coming out of hibernation! I (@nwalters512) will be serving as a maintainer going forward. It'd be great to have a few more people volunteer to share the load. If you're interested, please see #797.

Highlights from this release:

  • The build process was revamped to better support folks using TypeScript and ESM: #800. This should not have introduced any breaking changes, but please open an issue if you experience any problems updating to this version!
  • #786 was resolved in #777.

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.4.0

v2.3.0

26 Oct 23:28

Choose a tag to compare

Full Changelog: v2.2.3...v2.3.0

v2.2.2

12 Oct 16:11

Choose a tag to compare

Full Changelog: v2.2.1...v2.2.2

v2.2.1

28 Sep 14:18

Choose a tag to compare

What's Changed