Releases: orchidjs/tom-select
Releases · orchidjs/tom-select
v2.3.0
v2.2.2
Full Changelog: v2.2.1...v2.2.2
v2.2.1
v2.2.0
v2.1.0
v2.0.3
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
2.0.1
What's Changed
- prevent sass deprecation warning with division by @alban5650 in #328
- build(deps-dev): bump jsdom from 18.1.1 to 19.0.0 by @dependabot in #290
- build(deps-dev): bump @11ty/eleventy from 0.12.1 to 1.0.0 by @dependabot in #316
- Typo by @ThomasLandauer in #344
New Contributors
- @alban5650 made their first contribution in #328
Full Changelog: v2.0.0...v2.0.1
2.0.0
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
- 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