Skip to content

Releases: dash-ui/react-native

v2.0.3

22 Dec 03:51
Compare
Choose a tag to compare

2.0.3 (2021-12-22)

Bug Fixes

  • remove unnecessary memoization (69b7123)

v2.0.2

19 Dec 18:52
Compare
Choose a tag to compare

2.0.2 (2021-12-19)

Bug Fixes

v2.0.1

19 Dec 03:49
Compare
Choose a tag to compare

2.0.1 (2021-12-19)

Bug Fixes

  • fix broken lint command (86a54a8)

Performance Improvements

  • memoize callback styles (1d13713)

v2.0.0

18 Dec 22:48
Compare
Choose a tag to compare

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".

v1.5.0

23 Oct 21:54
Compare
Choose a tag to compare

1.5.0 (2021-10-23)

Features

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

v1.4.1

23 Oct 17:47
Compare
Choose a tag to compare

1.4.1 (2021-10-23)

Bug Fixes

v1.4.0

17 Oct 16:09
Compare
Choose a tag to compare

1.4.0 (2021-10-17)

Features

  • allow users to set new theme tokens (f5e441f)

v1.3.2

09 Oct 19:16
Compare
Choose a tag to compare

1.3.2 (2021-10-09)

Bug Fixes

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

v1.3.1

09 Oct 16:29
Compare
Choose a tag to compare

1.3.1 (2021-10-09)

Bug Fixes

  • fix tokens types in dash context (729b249)

v1.3.0

09 Oct 16:24
Compare
Choose a tag to compare

1.3.0 (2021-10-09)

Features

  • add tokens to dash context (ece7f50)