Releases: orchidjs/tom-select
Releases · orchidjs/tom-select
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
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