Skip to content

Releases: orchidjs/tom-select

v2.3.0

26 Oct 23:28
Compare
Choose a tag to compare

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

2.0.0 Release Candidate 5

06 Nov 16:17
Compare
Choose a tag to compare
  • Remove TomSelect dependency from plugins. Thanks @ryanb
  • Don't select option on enter when no matches found. #235
  • Use official sass package instead of node-sass.
  • Close dropdown when creating new item and closeAfterSelect=true. #250. Thanks @erikbrannstrom
  • [ctrl-a] when control_input has text should select text. #251
  • Display keyboard for iOS 15 when clicking on control_input. #212