Skip to content

Releases: vue-styled-components/core

v1.9.0

15 Nov 07:50
Compare
Choose a tag to compare

This release is also available on:


1.9.0 (2024-11-15)

Features

v1.8.0

17 Oct 02:55
Compare
Choose a tag to compare

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

23 Sep 16:29
Compare
Choose a tag to compare
v1.8.0-alpha.2 Pre-release
Pre-release

This release is also available on:


1.8.0-alpha.2 (2024-09-23)

Features

  • styled: support using StyledComponent as selector (ae52619)

v1.8.0-alpha.1

22 Sep 07:06
Compare
Choose a tag to compare
v1.8.0-alpha.1 Pre-release
Pre-release

This release is also available on:


1.8.0-alpha.1 (2024-09-22)

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

31 Aug 03:41
Compare
Choose a tag to compare

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

30 Aug 16:15
Compare
Choose a tag to compare

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

23 Aug 19:10
Compare
Choose a tag to compare

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

21 Aug 18:30
Compare
Choose a tag to compare

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

21 Aug 18:13
Compare
Choose a tag to compare
v1.7.0-alpha.1 Pre-release
Pre-release

This release is also available on:


1.7.0-alpha.1 (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.6.1

21 Aug 12:21
Compare
Choose a tag to compare

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)