Releases: orchidjs/tom-select
Releases · orchidjs/tom-select
v2.4.0
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
- Adjsut GitHub Actions workflow triggers by @nwalters512 in #799
- Fix octal escape sequences by @matrix2305 in #777
- Revamp builds by @nwalters512 in #800
New Contributors
- @nwalters512 made their first contribution in #799
- @matrix2305 made their first contribution in #777
Full Changelog: v2.3.1...v2.4.0
v2.3.0
Full Changelog: v2.2.3...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