Releases: projectwallace/css-layer-tree
Releases · projectwallace/css-layer-tree
v2.1.3
What's Changed
- Bump @projectwallace/css-parser from 0.13.5 to 0.13.8 by @dependabot[bot] in #28
- Bump tsdown from 0.21.0 to 0.21.2 by @dependabot[bot] in #27
- Bump oxlint from 1.51.0 to 1.55.0 by @dependabot[bot] in #26
- Bump vitest from 4.0.18 to 4.1.0 by @dependabot[bot] in #29
- Modify release workflow to include version bump by @bartveneman in #30
- Bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #31
- Bump @projectwallace/css-parser from 0.13.8 to 0.13.9 by @dependabot[bot] in #32
- Update Dependabot schedule and add groups by @bartveneman in #35
- Bump oxlint from 1.55.0 to 1.56.0 by @dependabot[bot] in #34
- Bump tsdown from 0.21.2 to 0.21.4 by @dependabot[bot] in #33
- Bump @projectwallace/css-parser from 0.13.9 to 0.13.11 by @dependabot[bot] in #40
- Bump tsdown from 0.21.4 to 0.21.7 by @dependabot[bot] in #41
- Bump vitest from 4.1.0 to 4.1.2 in the vite group by @dependabot[bot] in #37
- Bump oxlint from 1.56.0 to 1.58.0 in the oxc group by @dependabot[bot] in #38
- Bump codecov/codecov-action from 5.5.3 to 6.0.0 in the github-actions group by @dependabot[bot] in #36
- Bump typescript from 5.9.3 to 6.0.2 by @dependabot[bot] in #39
- chore(deps): update css-parser to 0.14.0 by @bartveneman in #42
- Update Node.js version and modify release workflow by @bartveneman in #43
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- chore: update css-parser by @bartveneman in #22
- chore: rewrite to TS, add better Ci steps by @bartveneman in #24
- Bump typescript from 5.4.2 to 5.9.3 by @dependabot[bot] in #19
- Bump actions/setup-node from 4 to 6 by @dependabot[bot] in #17
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #16
- Bump prettier from 3.3.3 to 3.8.1 by @dependabot[bot] in #18
- Migrate build system from Vite to tsdown by @bartveneman in #25
New Contributors
- @dependabot[bot] made their first contribution in #19
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- fix: layerize Nerdy.dev's CSS correctly by @bartveneman in #14
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- perf: replace csstree with @projectwallace/css-parser by @bartveneman in #11
Full Changelog: v2.0.2...v2.1.0
v2.0.3-beta.1
Full Changelog: v2.0.2...v2.0.3-beta.1
Rewrite using @projectwallace/css-parser #11
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- fix: handle nested layers with dot notation by @bartveneman in #10
Full Changelog: v2.0.0...v2.0.1
2.0.0: ESM only
v2.0.0 2.0.0
2.0.0-alpha.0
v2.0.0-alpha.0 pre alpha
1.0.1
Full Changelog: v1.0.0...v1.0.1
- Fix: don't treat
@import url("test") layer()as a valid use case