Skip to content

Commit 4a040cb

Browse files
improved changelog
1 parent ce348bd commit 4a040cb

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.changeset/fast-actors-report.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
'@qwik-ui/headless': minor
33
---
44

5+
## 100% Lazy execution
6+
7+
The entire Qwik UI library does not execute code until interaction.
8+
59
## Bundling improvements
610

711
We have reduced the bundle size significantly of the headless library. If you are a Qwik library author, please refer to [this issue](https://github.com/QwikDev/qwik/issues/5473) as it may impact your bundle size as well.

.changeset/two-glasses-fix.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22
'@qwik-ui/headless': minor
33
---
44

5+
### Tooltip
6+
7+
The Tooltip component has been refactored from the ground up to be more accessible and performant.
8+
9+
It is now built on top of the popover primitive, and has a similar API.
10+
11+
It remains in `draft` status, and is not yet ready for production use. We will be working on it more deeply in the near future.
12+
513
### Accordion
614

715
The Accordion has been refactored from the ground up to be more accessible and performant.
816

9-
The entire Qwik UI library now does not execute code until interaction.
10-
1117
#### Accordion.Root
1218

1319
- The `behavior="multi"` prop has been deprecated with `multiple` on the `<Accordion.Root />` component.
@@ -47,7 +53,6 @@ In 0.4, we have deprecated the following headless components:
4753
- Action Button
4854
- Button Group
4955
- Toast
50-
- Tooltip
5156
- Card
5257
- Badge
5358
- Spinner

apps/website/src/routes/docs/headless/tooltip/snippets/building-blocks.tsx

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)