Releases: projectwallace/css-time-sort
Releases · projectwallace/css-time-sort
3.0.0: ESM only
Breaking
- BREAKING: ship ESM only by @bartveneman in #17
What's Changed
- setup codecov by @bartveneman in #10
- Bump vite from 5.2.12 to 5.4.6 by @dependabot in #11
- Bump rollup from 4.21.3 to 4.22.4 by @dependabot in #12
- Bump vite from 5.4.6 to 5.4.14 by @dependabot in #13
- upgrade all dependencies by @bartveneman in #16
New Contributors
- @dependabot made their first contribution in #11
Full Changelog: v2.0.2...v3.0.0
3.0.0-alpha.1
v3.0.0-alpha.1 v3.0.0-alpha.1
3.0.0-alpha.0
v3.0.0-alpha.0 BREAKING: ship ESM only
2.0.2
What's Changed
Maintenance release to update CI, add more checks and improve bundling speed.
- Run Publint to check for package issues by @bartveneman in #7
- replace microbundle with Vite by @bartveneman in #9
New Contributors
- @bartveneman made their first contribution in #7
Full Changelog: v2.0.1...v2.0.2
2.0.1
- README updates
- fix some publish configs, because the
/dist
folder is missing and the path to the types files was incorrect
2.0.0
✨ v2 ✨
- Rewritten from the ground up
- ESM and CJS compatible
- Exports types
- Extensive unit tests added
- Better handling of
var(--foo)
and non-time-like input - Swapped Travis for GitHub Actions