Releases: ghiscoding/multiple-select-vanilla
Releases · ghiscoding/multiple-select-vanilla
v3.4.4
v3.4.2
3.4.2 (2024-10-25)
Bug Fixes
- add missing div selector in previous CSS class name typo (#310) (1459f35) - by @ghiscoding
v3.4.1
v3.4.0
3.4.0 (2024-10-23)
Features
- switch to SASS
@use
and remove any@import
to fix SASS deprecations (#308) (186d21a) - by @ghiscoding
v3.3.7
3.3.7 (2024-10-12)
Bug Fixes
- remove tsup, replace with esbuild + dts with tsc (#307) (21713a7) - by @ghiscoding
v3.3.6
3.3.6 (2024-10-05)
Bug Fixes
- avoid barrel files, keep only 1 entry file (#304) (64e895b) - by @ghiscoding
v3.3.5
3.3.5 (2024-10-04)
Bug Fixes
- full CJS/ESM hybrid support with tsup (#303) (002e090) - by @ghiscoding
v3.3.4
3.3.4 (2024-09-21)
Bug Fixes
- improve hybrid exports (cc622b1) - by @ghiscoding
- SASS deprecated
lighten
anddarken
methods (#301) (1938720) - by @ghiscoding
v3.3.3
3.3.3 (2024-09-03)
Bug Fixes
- package export not detected as ESM in Vitest (#297) (6803609) - by @ghiscoding
v3.3.2
3.3.2 (2024-08-17)
Bug Fixes
- use setTimeout/setInterval from window object with correct TS type (#294) (95ba819) - by @ghiscoding