Releases: styled-components/xstyled
Releases · styled-components/xstyled
v3.5.0
Bug Fixes
Features
- add border positions style helpers (3bcaada)
v3.2.0
Bug Fixes
Features
- export
styled
as a named export (410cd67)
v3.1.2
Bug Fixes
- system: fix caching issue with value with different types (4a6ded3)
v3.1.1
Bug Fixes
- types: fix emotion createGlobalStyle type def (95667bc)
- allow numeric values for systemprops (efdefe1)
- boolean or string for transform property type (1498d86)
- color prop missing responsive support (65f532b)
- ensure the number is one of the keys (c2f71fd)
- more correct synthesized type that allows number keys (c31c6b1)
- move typography color fix to proper file (5c635b0)
- transform prop type should be string not boolean (50c847e)
v3.1.0
Bug Fixes
- fix for Prototype Pollution (#304) (34ed147)
- docs: added a missing paren in the code example (#303) (901755b)
- types: fix wrong type for ThemeVariants (#301) (b69619e)
Features
- emotion: add importMap to the babel plugin (#293) (657f7fe)
- system: add aria-disabled to the disabled state (#297) (d28cf38)
- typings: assemble deep paths for autocompletion (#310) (9867158)
v3.0.2
Bug Fixes
- breakpoints: add _ into breakpoints (bcfda4b), closes #277
- emotion: fix color prop (4d88c18), closes #276
- system: fix rpx transformers (339f7fc), closes #274
- move away from mjs extension to work in more environments (9098b83)
v3.0.1
Bug Fixes
- optional chaining syntax in dist module (cacaf6a), closes #265