Releases: orchidjs/tom-select
Releases · orchidjs/tom-select
v2.4.3
v2.4.2
Highlights from this release:
- @MatTheCat fixed a bug where the caret could overlap with the selected content.
What's Changed
- Publish docs with GitHub Actions by @nwalters512 in #812
- build(deps-dev): bump puppeteer from 23.8.0 to 23.9.0 by @dependabot in #813
- build(deps-dev): bump rollup from 4.27.3 to 4.27.4 by @dependabot in #817
- build(deps-dev): bump typescript from 5.7.1-rc to 5.7.2 by @dependabot in #816
- build(deps-dev): bump sass from 1.81.0 to 1.81.1 by @dependabot in #827
- build(deps-dev): bump stylelint-config-standard-scss from 13.1.0 to 14.0.0 by @dependabot in #823
- build(deps-dev): bump rollup from 4.27.4 to 4.28.0 by @dependabot in #822
- build(deps-dev): bump mocha from 10.8.2 to 11.0.1 by @dependabot in #826
- Disable AppArmor in CI for headless Chrome by @nwalters512 in #873
- Add unit to CSS zero-length variables by @MatTheCat in #819
- build(deps-dev): bump @arethetypeswrong/cli from 0.17.0 to 0.17.3 by @dependabot in #862
- build(deps-dev): bump stylelint from 16.11.0 to 16.14.0 by @dependabot in #872
- build(deps-dev): bump rollup from 4.28.0 to 4.32.0 by @dependabot in #871
- build(deps-dev): bump puppeteer from 23.9.0 to 24.1.1 by @dependabot in #870
- build(deps-dev): bump sass from 1.81.1 to 1.83.4 by @dependabot in #863
New Contributors
- @MatTheCat made their first contribution in #819
Full Changelog: v2.4.1...v2.4.2
v2.4.1
Highlights from this release:
src/
was added toexports
inpackage.json
. This is necessary to support certain setups that relied on being able to import files directly fromsrc/
. It's recommended to update your imports to either import from one of the supported exports, as thesrc/
export will be removed in a future major version:- Use
tom-select/base
,tom-select/popular
,tom-select/utils
, ortom-select/plugins/*
for JavaScript - Use
tom-select/dist/css/*
for compiled CSS - Use
tom-select/dist/scss/*
for raw SCSS
- Use
package.json
now contains astyle
property, which should improve compatibility with tools like Symfony Asset Mapper.- All development dependencies were updated to their latest versions.
What's Changed
- build(deps-dev): bump puppeteer from 21.11.0 to 23.8.0 by @dependabot in #798
- build(deps-dev): bump grunt-contrib-connect from 4.0.0 to 5.0.1 by @dependabot in #789
- build(deps-dev): bump @11ty/eleventy from 2.0.1 to 3.0.0 by @dependabot in #788
- Build docs in GitHub Actions for all PRs by @nwalters512 in #801
- build(deps-dev): bump jsdom from 22.1.0 to 25.0.1 by @dependabot in #782
- build(deps-dev): bump cssnano from 6.1.2 to 7.0.6 by @dependabot in #774
- Upgrade all dependencies by @nwalters512 in #802
- build(deps-dev): bump husky from 9.1.6 to 9.1.7 by @dependabot in #808
- build(deps-dev): bump rollup from 4.27.2 to 4.27.3 by @dependabot in #807
- Add style property to package.json by @nwalters512 in #810
- Expose src/ in package.json exports by @nwalters512 in #811
Full Changelog: v2.4.0...v2.4.1
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