Releases: orchidjs/tom-select
Releases · orchidjs/tom-select
tom-select-2.4.6
What's Changed
- Add minWidth and maxWidth to wrapper style by @Seb33300 in #962
- Refresh options after clearing selected items by @Seb33300 in #982
- When sync(true) is called, it should retain allowEmptyOption setting by @jasonbouffard in #833
- fix: add this context to onDelete callback by @bytestream in #984
- fix #818 - Change config param name from 'html' to 'text' by @xJuvi in #983
New Contributors
- @Seb33300 made their first contribution in #962
- @jasonbouffard made their first contribution in #833
- @bytestream made their first contribution in #984
Full Changelog: v2.4.5...v2.4.6
tom-select-2.4.5
What's Changed
- bump: run npm upgrade by @NicolasCARPi in #972
- Redo adding units to
0values by @sato11 in #898 - Remove input invalid event listener during destroy by @leighhalliday in #954
- refreshThrottle documentation by @hangminlee in #942
- Use multiplication sign as clear icon by @FlorianBoe in #902
- cleanup: remove release.sh by @NicolasCARPi in #973
- dev: add codeql.yml by @NicolasCARPi in #974
- prevent to select and create new option with selectOnTab by @xJuvi in #944
- mark also existing items as selected on blur by @xJuvi in #943
- Set overflow:auto for long lines by @dmitryuk in #769
New Contributors
- @sato11 made their first contribution in #898
- @leighhalliday made their first contribution in #954
- @hangminlee made their first contribution in #942
- @FlorianBoe made their first contribution in #902
- @dmitryuk made their first contribution in #769
Full Changelog: v2.4.4...v2.4.5
tom-select-2.4.4
What's Changed
- Remove redundant call to updateOriginalInput by @xJuvi in #905
- Don't automatically close issues/PRs as stale by @nwalters512 in #922
- copy aria-label from control input by @xJuvi in #934
- [a11y]: make clear button accessible by @xJuvi in #964
- ci: add publishing workflow by @NicolasCARPi in #971
New Contributors
- @xJuvi made their first contribution in #905
- @NicolasCARPi made their first contribution in #971
Full Changelog: v2.4.3...v2.4.4
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 toexportsinpackage.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.jsonnow contains astyleproperty, 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