Releases: styled-components/styled-components
Releases · styled-components/styled-components
styled-components@6.1.19
Patch Changes
- aa997d8: fix for React Native >=0.79 crashes when using unsupported web-only CSS values (e.g., fit-content, min-content, max-content). The fix emits a warning and ignores the property using those values, instead of causing crashes.
styled-components@6.1.18
styled-components@6.1.17
styled-components@6.1.16
styled-components@6.1.15
Patch Changes
- b9688ae: chore: update postcss to version 8.4.49 and nanoid to version 3.3.8
styled-components@6.1.14
v6.1.13
v6.1.12
What's Changed
- Export rehydrate from StyleSheet by @hamidrezahanafi in #4328
- Prevent ServerStyleSheet generating empty style tags/elements by @hamidrezahanafi in #4327
New Contributors
- @hamidrezahanafi made their first contribution in #4328
Full Changelog: v6.1.11...v6.1.12
v6.1.11
What's Changed
- feat(types): add types to support third-party wrapping scenarios by @quantizor in #4307
Full Changelog: v6.1.10...v6.1.11
v6.1.10
What's Changed
- Update dependencies by @quantizor in #4297
- Export IStyledComponentBase interface by @akkadaya in #4300
- revert type changes introduced in #4288 due to a large number of bug reports
New Contributors
Full Changelog: v6.1.9...v6.1.10