Skip to content

Releases: orchidjs/tom-select

v2.4.0

15 Nov 18:00
730a04c
Compare
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
Compare
Choose a tag to compare

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

v2.2.2

12 Oct 16:11
Compare
Choose a tag to compare

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

v2.2.1

28 Sep 14:18
Compare
Choose a tag to compare

What's Changed

v2.2.0

24 Sep 16:31
Compare
Choose a tag to compare

What's Changed

  • Fix optgroup active by @Applelo in #435
  • Updated dependencies

Full Changelog: v2.1.0...v2.2.0

v2.1.0

07 Jul 15:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3

19 May 16:36
Compare
Choose a tag to compare

What's Changed

  • Consistent handling of createFilter and duplicates. Fixes #371
  • CSS selector for the next sibling instead of for all siblings. Fixes #375
  • Prevent css conflict with is-valid class. Fixes #380
  • Prevent "null" placeholder
  • Height when control_input isn't inside control. Fixes #383

Full Changelog: v2.0.2...v2.0.3

v2.0.2

09 May 02:09
Compare
Choose a tag to compare

What's Changed

  • Use correct Bootstrap 5 variables for padding. #367
  • Correct style for dropdown input. #365
  • Bootstrap 5.x form validation styles. #364
  • Update checkbox when calling addItem/setValue. #354

Full Changelog: v2.0.1...v2.0.2

2.0.1

01 Mar 20:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

2.0.0

30 Nov 19:19
Compare
Choose a tag to compare

Thanks to everyone who helped us get version 2.0 ready to release!

Breaking Changes: https://tom-select.js.org/docs/migration/

Highlights

  • Dropdown input plugin
  • Caret position plugin
  • Hidden controlInput with controlInput=null
  • Add sync() method
  • Compatible input validation
  • Improved documentation