Skip to content

Commit 1c058e9

Browse files
committed
build(primitives): release 0.0.28
1 parent 8be086d commit 1c058e9

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

packages/primitives/docs/changelog.md

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

3+
## 0.0.28
4+
5+
### 🚀 Features
6+
7+
- Add `Heading` component.
8+
9+
- `Separator` component
10+
11+
- `Separator.Root` component
12+
13+
- Add `data-qwik-primitives-separator-root` attribute with empty value.
14+
15+
- Add `data-scope` attribute with value `"separator"`.
16+
17+
- Add `data-part` attribute with value `"root"`.
18+
19+
- `Dialog` component
20+
21+
- `Dialog.Title` component
22+
23+
- Add `level` prop that allow to change the level of the title, determines which tag will be used (h1-h6).
24+
25+
- Add `data-level` attribute witch have value affiliated with value pass `level` prop.
26+
27+
- `AlertDialog` component
28+
29+
- `AlertDialog.Title` component
30+
31+
- Add `level` prop that allow to change the level of the title, determines which tag will be used (h1-h6).
32+
33+
- Add `data-level` attribute witch have value affiliated with value pass `level` prop.
34+
35+
- `Popover` component
36+
37+
- `Popover.Title` component
38+
39+
- Add `level` prop that allow to change the level of the title, determines which tag will be used (h1-h6).
40+
41+
- Add `data-level` attribute witch have value affiliated with value pass `level` prop.
42+
343
## 0.0.27
444

545
### 🚀 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.27",
2+
"version": "0.0.28",
33
"name": "qwik-primitives",
44
"description": "",
55
"homepage": "",

0 commit comments

Comments
 (0)