Releases: vue-styled-components/core
Releases · vue-styled-components/core
v1.9.0
This release is also available on:
1.9.0 (2024-11-15)
Features
v1.8.0
This release is also available on:
1.8.0 (2024-10-17)
Features
- attrs: support passing a function to generate attrs (d6c4db1)
- attrs: support using attrs value in style (5e32b20)
- hooks: add
useTheme
(f82e67f)
- styled: support using
StyledComponent
as selector (ae52619)
- theme: support embed theme provider and passing a function to theme prop (7ef63d9)
v1.8.0-alpha.2
This release is also available on:
Features
- styled: support using
StyledComponent
as selector (ae52619)
v1.8.0-alpha.1
This release is also available on:
Features
- attrs: support passing a function to generate attrs (d6c4db1)
- attrs: support using attrs value in style (5e32b20)
- hooks: add
useTheme
(f82e67f)
- theme: support embed theme provider and passing a function to theme prop (7ef63d9)
v1.7.3
This release is also available on:
1.7.3 (2024-08-31)
Bug Fixes
- core: the type definition of jsx is not well defined(#28) (e2bc882)
v1.7.2
This release is also available on:
1.7.2 (2024-08-30)
Bug Fixes
- core: typedef issue of JSX events binding(#28) (b2ae1cd)
v1.7.1
This release is also available on:
1.7.1 (2024-08-23)
Bug Fixes
- core: not export
styled
and duplicated class adding (ee3a320)
v1.7.0
This release is also available on:
1.7.0 (2024-08-21)
Features
- core: [styled] support infering ts type from props (97101d0)
- core: [styled] support passing custom props and no need definition (119f4b8)
v1.7.0-alpha.1
This release is also available on:
Features
- core: [styled] support infering ts type from props (97101d0)
- core: [styled] support passing custom props and no need definition (119f4b8)
v1.6.1
This release is also available on:
1.6.1 (2024-08-21)
Bug Fixes
- core: [styled] cannot auto-remove unused style (93dc029)
- helper: [tw] cannot merge template string correctly (23008bb)