We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65818b6 commit 4789206Copy full SHA for 4789206
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.0.9] - 2024-05-21
11
+
12
+### Changed
13
+Added `use client` into all components to better support SSR.
14
15
## [1.0.8] - 2024-04-16
16
17
### Changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-material-web",
3
- "version": "1.0.8",
+ "version": "1.0.9",
4
"description": "A React Material components using material web and lit/react",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments