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.
0.0.27
1 parent 8b7cc7d commit 7d43521Copy full SHA for 7d43521
packages/primitives/docs/changelog.md
@@ -1,5 +1,21 @@
1
# Changelog
2
3
+## 0.0.27
4
+
5
+### 🚀 Features
6
7
+- Add `Spoiler` component.
8
9
+- Improve `Popover` component combatibility with others component that uses top layer.
10
11
+- Improve `Dialog` component combatibility with others component that uses top layer.
12
13
+- Improve `AlertDialog` component combatibility with others component that uses top layer.
14
15
+### 🐞 Bug Fixes
16
17
+- Fix browser freez in some cases when use `useFocusTrap` hook.
18
19
## 0.0.26
20
21
### 🚀 Features
packages/primitives/package.json
@@ -1,5 +1,5 @@
{
- "version": "0.0.26",
+ "version": "0.0.27",
"name": "qwik-primitives",
"description": "",
"homepage": "",
0 commit comments