Skip to content

Commit cc82aa2

Browse files
committed
fix: use bold text instead of headings in changeset body
1 parent 817c4d7 commit cc82aa2

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.changeset/stabilization-v7.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,29 @@
22
"jest-styled-components": minor
33
---
44

5-
### Security
5+
**Security**
6+
67
- Bump `@adobe/css-tools` to ^4.4.0, fixing CVE-2023-48631 (ReDoS) and adding `@starting-style` support
78

8-
### Bug Fixes
9+
**Bug Fixes**
10+
911
- Fix null/undefined children crash in snapshot serializer
1012
- Fix `@media` query whitespace mismatch in `toHaveStyleRule`
1113
- Normalize spaces after commas in CSS value comparison (fixes `rgb()` and `font-family` mismatches)
1214
- Add word boundaries to class name replacement regex to prevent partial matches
1315
- Fix Enzyme shallow rendering assertion for nested styled children on SC v6
1416
- Guard `expect` and `beforeEach` calls for Vitest/Bun non-globals mode compatibility
1517

16-
### Features
18+
**Features**
19+
1720
- Add `selector` option to `toHaveStyleRule` for testing `createGlobalStyle` styles
1821
- Add Vitest entry point (`jest-styled-components/vitest`) with types
1922
- Add TypeScript declarations for `jest-styled-components/serializer` and `jest-styled-components/native` subpaths
2023
- Export `resetStyleSheet` for manual test setup in non-Jest environments
2124
- Add JSDoc comments to all type declarations
2225

23-
### Infrastructure
26+
**Infrastructure**
27+
2428
- Adopt changesets for versioning and releases
2529
- Add provenance-based release workflow via GitHub Actions
2630
- Update GitHub Actions to v4 (checkout, setup-node, cache) and CodeQL to v3

0 commit comments

Comments
 (0)