core

A CSS tool similar to styled-components for Vue3.js. Help you to develop your apps quickly!

APACHE-2.0 License

Downloads
232
Stars
51
Committers
3

Bot releases are visible (Hide)

core - v1.8.0

Published by github-actions[bot] 4 days ago

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)
core - v1.8.0-alpha.2

Published by github-actions[bot] 27 days ago

This release is also available on:


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

Features

  • styled: support using StyledComponent as selector (ae52619)
core - v1.8.0-alpha.1

Published by github-actions[bot] 29 days ago

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)
core - v1.7.3

Published by github-actions[bot] about 2 months ago

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)
core - v1.7.2

Published by github-actions[bot] about 2 months ago

This release is also available on:


1.7.2 (2024-08-30)

Bug Fixes

  • core: typedef issue of JSX events binding(#28) (b2ae1cd)
core - v1.7.1

Published by github-actions[bot] about 2 months ago

This release is also available on:


1.7.1 (2024-08-23)

Bug Fixes

  • core: not export styled and duplicated class adding (ee3a320)
core - v1.7.0

Published by github-actions[bot] 2 months ago

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)
core - v1.7.0-alpha.1

Published by github-actions[bot] 2 months ago

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)
core - v1.6.1

Published by github-actions[bot] 2 months ago

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)
core - v1.6.0

Published by github-actions[bot] 2 months ago

This release is also available on:


1.6.0 (2024-08-20)

Features

core - v1.5.1 Latest Release

Published by github-actions[bot] 2 months ago

This release is also available on:


1.5.1 (2024-08-19)

Bug Fixes

  • provider: [theme] incorrect object type provide to component tree (3307d65)
core - v1.5.0

Published by github-actions[bot] 2 months ago

This release is also available on:


1.5.0 (2024-08-18)

Bug Fixes

  • provider: [theme] no hint when passing props (c758864)

Features

  • provider: [theme] add support for extending and implementing theme typedef (5087d1b)
core - v1.5.0-beta.1

Published by github-actions[bot] 2 months ago

This release is also available on:


1.5.0-beta.1 (2024-08-18)

Bug Fixes

  • provider: [theme] no hint when passing props (c758864)

Features

  • provider: [theme] add support for extending and implementing theme typedef (5087d1b)
core - v1.4.1

Published by github-actions[bot] 2 months ago

This release is also available on:


1.4.1 (2024-08-16)

Bug Fixes

  • helper: [create-global-style] cannot apply style correctly (ccd9805)
core - v1.4.0

Published by github-actions[bot] 2 months ago

This release is also available on:


1.4.0 (2024-08-15)

Bug Fixes

  • core: [styled] autmatically infer props type (176f06a)

Features

  • implement automatic addition of vendor prefixes to CSS styles and add support for nested CSS in legacy browsers(#19) (2fc5b48)
core - v1.3.1

Published by github-actions[bot] 3 months ago

This release is also available on:


1.3.1 (2024-07-24)

Bug Fixes

  • theme-provider: reactive theme loss issue (#15) (29f02b9)
core - v1.3.1-beta.1

Published by github-actions[bot] 3 months ago

This release is also available on:


1.3.1-beta.1 (2024-07-22)

Bug Fixes

  • theme-provider: reactive theme loss issue (#15) (29f02b9)
core - v1.3.0

Published by github-actions[bot] 3 months ago

This release is also available on:


1.3.0 (2024-07-18)

Features

  • core: [styled] support embed css (9ce5920)
  • utils: [style-management] auto clear style when the component unmounted (0678b03)
core - v1.3.0-beta.1

Published by github-actions[bot] 3 months ago

This release is also available on:


1.3.0-beta.1 (2024-07-17)

Features

  • core: [styled] support embed css (9ce5920)
  • utils: [style-management] auto clear style when the component unmounted (0678b03)
core - v1.2.0

Published by github-actions[bot] 5 months ago

This release is also available on:


1.2.0 (2024-05-23)

Features

  • helper: [cssClass] add function to generate common class (fa57d0c)