1.1.0 (2022-09-02)
1.0.1 (2022-08-18)
1.0.0 (2022-06-25)
- dont import react-dom/server directly (c48eb5f)
- fix broken tests (0a015eb)
- make server types more generalized (874b7f8)
- allow nonce on server style tag (92e527a)
- make it compatible with styles alpha (d24e556)
- release v1 (5fcf22f)
- remove alpha peers (4d99dcd)
- require a styles instance as the first argument for hookks (254bf73)
- Requires that the user provide a style instance as the first argument for hooks.
Also removes
DashProvider
anduseDash
utilities. - Updates some types to be compatible with the latest alpha of Dash
1.0.0-alpha.6 (2022-06-25)
- remove alpha peers (4d99dcd)
1.0.0-alpha.5 (2021-11-07)
- allow nonce on server style tag (92e527a)
1.0.0-alpha.4 (2021-11-06)
- dont import react-dom/server directly (c48eb5f)
1.0.0-alpha.3 (2021-10-30)
- make server types more generalized (874b7f8)
1.0.0-alpha.2 (2021-10-29)
- fix broken tests (0a015eb)
- require a styles instance as the first argument for hookks (254bf73)
- Requires that the user provide a style instance as the first argument for hooks.
Also removes
DashProvider
anduseDash
utilities.
1.0.0-alpha.1 (2021-10-29)
- make it compatible with styles alpha (d24e556)
- Updates some types to be compatible with the latest alpha of Dash
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.9.1 (2020-07-28)
- fix DeepPartial type (919b0b6)
0.9.0 (2020-07-27)
-
Drops support for @dash-ui/styles@<0.8.0
-
rename "variables" to "tokens" (4d84fd8)
0.8.0 (2020-07-25)
-
The
dash
prop in<DashProvider>
has been renamed tostyles
anduseDash()
now returns an object instead of just the styles instance -
refactor context (cf6052a)
0.7.0 (2020-07-22)
-
Removes
useStyle()
anduseStyles()
hooks -
remove useStyle() and useStyles() hooks (c45d458)
0.6.1 (2020-07-22)
0.6.0 (2020-07-16)
-
deps-peer: No longer compatible with @dash-ui/styles@<0.6.0
-
deps-peer: upgrade styles to v0.6.0 (8b573b4)