Skip to content

Commit af1cbff

Browse files
Merge pull request #733 from thejackshelton/prepare-0.4
Fix: Bundle issues in headless
2 parents 9418fc9 + 6def57d commit af1cbff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+466
-1570
lines changed

.changeset/two-glasses-fix.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
'@qwik-ui/headless': minor
3+
---
4+
5+
### Deprecated Components
6+
7+
In 0.4, we have deprecated the following headless components:
8+
9+
- Drawer
10+
- Breadcrumb
11+
- Action Button
12+
- Button Group
13+
- Toast
14+
- Tooltip
15+
- Card
16+
- Badge
17+
- Spinner
18+
- Rating
19+
- Checkbox
20+
21+
Most of these components were in a pre-alpha state, duplicates from the styled kit, or were not yet ready for production use. They were lying around in the codebase for a while, and we have gained many insights since then on creating accessible, unstyled, and performant components.
22+
23+
You can expect the **Toast** and the **Tooltip** to come back with a much more polished form in a future release.

CODING_STANDARDS.md

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

apps/website/src/_state/component-statuses.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@ export const statusByComponent: ComponentKitsStatuses = {
4545
Select: ComponentStatus.Beta,
4646
Separator: ComponentStatus.Beta,
4747
Tabs: ComponentStatus.Beta,
48-
Tooltip: ComponentStatus.Draft,
4948
},
5049
};

apps/website/src/components/kit-selection-cta/kit-selection-cta.tsx

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

apps/website/src/routes/docs/headless/badge/index.tsx

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

apps/website/src/routes/docs/headless/breadcrumb/BreadcrumbWrapper.css

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

apps/website/src/routes/docs/headless/breadcrumb/BreadcrumbWrapper.tsx

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

apps/website/src/routes/docs/headless/breadcrumb/PathIcon.tsx

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

apps/website/src/routes/docs/headless/breadcrumb/index.css

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

0 commit comments

Comments
 (0)