File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed
Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.0.27 " ,
2+ "version" : " 0.0.28 " ,
33 "name" : " qwik-primitives" ,
44 "description" : " " ,
55 "homepage" : " " ,
You can’t perform that action at this time.
0 commit comments