2.0.3 (2021-12-22)
- remove unnecessary memoization (69b7123)
2.0.2 (2021-12-19)
2.0.1 (2021-12-19)
- fix broken lint command (86a54a8)
- memoize callback styles (1d13713)
2.0.0 (2021-12-18)
- add "variants" to styles instance (80ba080)
- "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)
- allow user to disable auto theme changing with a prop (6462472)
1.4.1 (2021-10-23)
- fix token pointer (ee6b110)
1.4.0 (2021-10-17)
- allow users to set new theme tokens (f5e441f)
1.3.2 (2021-10-09)
- fix flawed styled.one() caching (d551e15)
1.3.1 (2021-10-09)
- fix tokens types in dash context (729b249)
1.3.0 (2021-10-09)
- add tokens to dash context (ece7f50)
1.2.1 (2021-10-09)
- add hot path for object styles in styled (30c6e39)
1.2.0 (2021-10-07)
- add props to styled components (ea904de)
1.1.5 (2021-10-05)
- make compileStyles output type more specific (cb71335)
1.1.4 (2021-10-04)
1.1.3 (2021-10-04)
- fix the style prop types for real this time (c683ff8)
1.1.2 (2021-10-04)
- fix theme types (7653520)
1.1.1 (2021-10-04)
- use Object.assign instead of StyleSheet.flatten because it has to be faster (b701dc4)
1.1.0 (2021-10-04)
- allow style prop to be recursive array in styled components (e81a4f2)
1.0.3 (2021-10-04)
- improve accuracy in theme inheritance as represented in types (e244030)
1.0.2 (2021-10-04)
1.0.1 (2021-10-03)
- fix something fake to force release (6e36806)