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 e0a7bff commit 0e41af9Copy full SHA for 0e41af9
CHANGELOG.md
@@ -6,6 +6,19 @@ All notable changes to this project will be documented in this file.
6
7
- Add `swipe up` to close lightbox
8
9
+## [1.8.0] - 2023-10-06
10
+
11
+- Add inline mode SSR support
12
+- fix next.js + styled-components + SWC client/server classname mismatch error
13
+- Upgrade several dependencies
14
+ - @react-spring/web ^9.7
15
+ - rollup 3
16
+ - typescript 5
17
18
+### Potentially Breaking
19
20
+ This release removes the esm build as it doesn't work well with next.js + SWC compiler
21
22
## [1.7.1] - 2022-09-12
23
24
### Fixed
0 commit comments