Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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
- Loading branch information