You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [1.0.0](v0.9.1...v1.0.0) (2022-06-25)
### Bug Fixes
* dont import react-dom/server directly ([c48eb5f](c48eb5f))
* fix broken tests ([0a015eb](0a015eb))
* make server types more generalized ([874b7f8](874b7f8))
### Features
* allow nonce on server style tag ([92e527a](92e527a))
* make it compatible with styles alpha ([d24e556](d24e556))
* release v1 ([5fcf22f](5fcf22f))
* remove alpha peers ([4d99dcd](4d99dcd))
* require a styles instance as the first argument for hookks ([254bf73](254bf73))
### BREAKING CHANGES
* Requires that the user provide a style instance as the first argument for hooks.
Also removes `DashProvider` and `useDash` utilities.
* Updates some types to be compatible with the latest alpha of Dash
- require a styles instance as the first argument for hookks ([254bf73](https://github.com/dash-ui/react/commit/254bf73790e74c43b6a882e283cd356bb9c5c163))
16
+
17
+
### BREAKING CHANGES
18
+
19
+
- Requires that the user provide a style instance as the first argument for hooks.
20
+
Also removes `DashProvider` and `useDash` utilities.
21
+
- Updates some types to be compatible with the latest alpha of Dash
0 commit comments