Releases: styled-components/xstyled
Releases · styled-components/xstyled
v4.0.0 (styled-components)
What's Changed
feat(styled-components): adopt styled-components v6 by @quantizor in #419
The minimum version of styled-components is now v6.1.11. See the migration guide for more information.
yarn add @xstyled/styled-components@^4.0.0 styled-components@^6.1.11
Full Changelog: v3.8.1...v4.0.0-styled-components
v3.8.1
What's Changed
- Fix incorrect breakpoint calculation (Fixes #389) by @YassienW in #397
- refactor(system): add support for overflow "overlay" value by @quantizor in #420
New Contributors
- @YassienW made their first contribution in #397
- @GyeongtaeGim made their first contribution in #405
- @sweetliquid made their first contribution in #403
Full Changelog: v3.8.0...v3.8.1
v3.8.0
What's Changed
- feat: add fontVariant to typography bag by @probablyup in #396
Full Changelog: v3.7.5...v3.8.0
v3.7.5 (3.7.4-3.7.5)
- feat: stricter color type; this will help avoid accidents like typos when trying to consume colors from the theme
Full Changelog: v3.7.3...v3.7.5
v3.7.3
v3.7.2
Full Changelog: v3.7.1...v3.7.2
v3.7.1
Features
- types: re-enable deep autocomplete for colors by @probablyup in #394
Bug Fixes
- types: export XStyled, X, XStyledSet by @yahor-ramanenka-op in #392
Documentation
- docs: fix link to cache documentation by @theo-mesnil in #386
- docs: fix doc examples by @gregberge in #387
New Contributors
- @theo-mesnil made their first contribution in #386
- @yahor-ramanenka-op made their first contribution in #392
Full Changelog: v3.7.0...v3.7.1
v3.7.0
v3.6.0
Bug Fixes
- move at-rules to end of nested responsive states (6c7528e), closes #288
- core: add missing util (#362) (00ae8dc), closes #354
- emotion: add missing
createCss
(#324) (f5eaa07) - types: add missing types to the borders system utility (#346) (c0c92b4)
- types: fix missing values in types (#361) (01afa25), closes #355
- types: remove deep path autocompletion (e01e8b3)
- typing: Support any valid number for utility props that needs it (#357) (1fd72c6)