Skip to content

Commit 02d2e9a

Browse files
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 Dash
1 parent 5fcf22f commit 02d2e9a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [1.0.0](https://github.com/dash-ui/react/compare/v0.9.1...v1.0.0) (2022-06-25)
2+
3+
### Bug Fixes
4+
5+
- dont import react-dom/server directly ([c48eb5f](https://github.com/dash-ui/react/commit/c48eb5fad5d0153951e35610f027739d1b9f234d))
6+
- fix broken tests ([0a015eb](https://github.com/dash-ui/react/commit/0a015ebe934b3d4f3b2aa1df916acdd45dd1c892))
7+
- make server types more generalized ([874b7f8](https://github.com/dash-ui/react/commit/874b7f8593f27f33ff6789ba5bdc1575d9207483))
8+
9+
### Features
10+
11+
- allow nonce on server style tag ([92e527a](https://github.com/dash-ui/react/commit/92e527a05eb4e07423faf04b1cd0b29ce3a28b95))
12+
- make it compatible with styles alpha ([d24e556](https://github.com/dash-ui/react/commit/d24e556d6dbf98fa402bb6bb4c37838679a95baf))
13+
- release v1 ([5fcf22f](https://github.com/dash-ui/react/commit/5fcf22f750f6eee3137e4e2a7f11837c62c6a1eb))
14+
- remove alpha peers ([4d99dcd](https://github.com/dash-ui/react/commit/4d99dcdeedd243428d81cf79b66640f7ea1f9f7b))
15+
- 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
22+
123
# [1.0.0-alpha.6](https://github.com/dash-ui/react/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-06-25)
224

325
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dash-ui/react",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0",
44
"description": "React components and hooks for dash-ui",
55
"license": "MIT",
66
"author": "Jared Lunde <[email protected]> (https://jaredLunde.com)",

0 commit comments

Comments
 (0)