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.29
1 parent b2216e9 commit e9e0bdbCopy full SHA for e9e0bdb
packages/primitives/docs/changelog.md
@@ -1,5 +1,27 @@
1
# Changelog
2
3
+## 0.0.29
4
+
5
+### 🚀 Features
6
7
+- Add `Accordion` component.
8
9
+- Refactor internal implementation for all components, remove unnecessary use `useComputed$` hook.
10
11
+### 🚨 Breaking Changes
12
13
+- Remove `visuallyHiddenStyle` utility.
14
15
+- Remove `findFirstVisibleElement` utility function.
16
17
+- Remove `focusElement` utility function.
18
19
+- Remove `focusFirstElement` utility function.
20
21
+- Remove `getTabbableCandidates` utility function.
22
23
24
25
## 0.0.28
26
27
### 🚀 Features
packages/primitives/package.json
@@ -1,5 +1,5 @@
{
- "version": "0.0.28",
+ "version": "0.0.29",
"name": "qwik-primitives",
"description": "",
"homepage": "",
0 commit comments