Skip to content

Latest commit

 

History

History
168 lines (76 loc) · 6.14 KB

CHANGELOG.md

File metadata and controls

168 lines (76 loc) · 6.14 KB

2.0.3 (2021-12-22)

Bug Fixes

  • remove unnecessary memoization (69b7123)

2.0.2 (2021-12-19)

Bug Fixes

2.0.1 (2021-12-19)

Bug Fixes

  • fix broken lint command (86a54a8)

Performance Improvements

  • memoize callback styles (1d13713)

2.0.0 (2021-12-18)

Code Refactoring

  • add "variants" to styles instance (80ba080)

BREAKING CHANGES

  • "styles" is no longer a function, it is an object. The "styles" function is now located at "styles.variants".

1.5.0 (2021-10-23)

Features

  • allow user to disable auto theme changing with a prop (6462472)

1.4.1 (2021-10-23)

Bug Fixes

1.4.0 (2021-10-17)

Features

  • allow users to set new theme tokens (f5e441f)

1.3.2 (2021-10-09)

Bug Fixes

  • fix flawed styled.one() caching (d551e15)

1.3.1 (2021-10-09)

Bug Fixes

  • fix tokens types in dash context (729b249)

1.3.0 (2021-10-09)

Features

  • add tokens to dash context (ece7f50)

1.2.1 (2021-10-09)

Performance Improvements

  • add hot path for object styles in styled (30c6e39)

1.2.0 (2021-10-07)

Features

  • add props to styled components (ea904de)

1.1.5 (2021-10-05)

Bug Fixes

  • make compileStyles output type more specific (cb71335)

1.1.4 (2021-10-04)

Bug Fixes

  • prevent overwriting cached objects in style() (827acc9)
  • remove superfluous cache (6113157)

1.1.3 (2021-10-04)

Bug Fixes

  • fix the style prop types for real this time (c683ff8)

1.1.2 (2021-10-04)

Bug Fixes

1.1.1 (2021-10-04)

Bug Fixes

  • use Object.assign instead of StyleSheet.flatten because it has to be faster (b701dc4)

1.1.0 (2021-10-04)

Features

  • allow style prop to be recursive array in styled components (e81a4f2)

1.0.3 (2021-10-04)

Bug Fixes

  • improve accuracy in theme inheritance as represented in types (e244030)

1.0.2 (2021-10-04)

Bug Fixes

  • fix styled type to allow children (17c3008)
  • fix the types for real (06349e3)

1.0.1 (2021-10-03)

Bug Fixes

  • fix something fake to force release (6e36806)

1.0.0 (2021-10-02)

Features