Commit 02d2e9a
committed
chore(release): 1.0.0
# [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 Dash1 parent 5fcf22f commit 02d2e9a
2 files changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
1 | 23 | | |
2 | 24 | | |
3 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments