Skip to content

Commit 7d43521

Browse files
committed
build(primitives): release 0.0.27
1 parent 8b7cc7d commit 7d43521

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/primitives/docs/changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

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+
319
## 0.0.26
420

521
### 🚀 Features

packages/primitives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.26",
2+
"version": "0.0.27",
33
"name": "qwik-primitives",
44
"description": "",
55
"homepage": "",

0 commit comments

Comments
 (0)