Skip to content

Latest commit

 

History

History
84 lines (44 loc) · 4.86 KB

CHANGELOG.md

File metadata and controls

84 lines (44 loc) · 4.86 KB

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)

1.2.0 (2024-05-23)

Features

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

1.1.0 (2024-05-17)

Features

  • core: [styled] support passing type for props (691be76)

1.1.0-beta.1 (2024-05-16)

Features

  • core: [styled] support passing type for props (691be76)

1.0.1 (2024-05-10)

Bug Fixes

  • core: animation doesn't working (41fb553)
  • core: identical styles cannot override (#6) (fe1cf46)

1.0.0 (2024-05-02)

Bug Fixes

  • core: [styled] as does not take effect (9f143b2)

Features

  • core: [styled] add .attrs api (f01d60b)
  • core: [styled] support reactive style value (8624512)
  • core: [styled] support styling vue component (c76478a)
  • helper: add apis of keyframes and createGlobalStyle (5c2a422)
  • hooks: [use-styled-calss-name] add hook to get styled class name (0952efa)
  • provider: add theme provider (d4fb106)

Performance Improvements

  • core: [styled] improve watch effect (74ca1f1)
  • helper: [keyframes] generate unique name for keyframes (669e7ec)

1.0.0-beta.2 (2024-04-29)

Bug Fixes

  • core: [styled] as does not take effect (9f143b2)

1.0.0-beta.1 (2024-04-29)

Features

  • core: [styled] add .attrs api (f01d60b)
  • core: [styled] support reactive style value (8624512)
  • core: [styled] support styling vue component (c76478a)
  • helper: add apis of keyframes and createGlobalStyle (5c2a422)
  • hooks: [use-styled-calss-name] add hook to get styled class name (0952efa)
  • provider: add theme provider (d4fb106)

Performance Improvements

  • core: [styled] improve watch effect (74ca1f1)
  • helper: [keyframes] generate unique name for keyframes (669e7ec)