Skip to content

Commit 5f9d1e4

Browse files
Merge branch 'main' into add-headless-checkbox
2 parents 639955f + a05560b commit 5f9d1e4

File tree

217 files changed

+17103
-13193
lines changed

Some content is hidden

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

217 files changed

+17103
-13193
lines changed

.changeset/fast-actors-report.md

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

.changeset/few-keys-argue.md

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

.changeset/lemon-zoos-compete.md

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

.changeset/little-llamas-brake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@qwik-ui/headless': patch
3+
---
4+
5+
Enable select item indicator styling by passing down properties

.changeset/pink-pans-melt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@qwik-ui/headless': patch
3+
---
4+
5+
We are adding the final set of popover tests. With this we should now have full coverage for both current and legacy browsers.

.changeset/rich-windows-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@qwik-ui/headless': patch
3+
---
4+
5+
fix: Only run single modal close step

.changeset/silent-yaks-crash.md

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

.changeset/twenty-spoons-fail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@qwik-ui/headless': patch
3+
---
4+
5+
Chromium 109-113 did not properly support the popover but reported that they did. This led to the polyfill not activating which caused our E2E tests to break. We are dropping down to Chromium 108 to validate the polyfill as users of Chrome would see it before the popover API was supported.

.changeset/two-glasses-fix.md

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

.github/ISSUE_TEMPLATE/bug.yaml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
name: 🐞 Bug Report
2+
description: Something does not work or is flaky! let us know!
3+
labels: ['TYPE: bug', 'STATUS-1: needs triage']
4+
title: '[🐞]'
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
11+
- type: dropdown
12+
id: package
13+
attributes:
14+
label: Which package is affected?
15+
options:
16+
- Headless Kit
17+
- Styled Kit
18+
- Utils
19+
- CLI
20+
- Documentation Website
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: description
26+
attributes:
27+
description: 'A clear and concise description of what you expected to happen instead. If you intend to submit a PR for this issue, tell us in the description. Thanks!'
28+
label: Describe the bug
29+
placeholder: I am doing ... What I expect is ... What actually happening is ...
30+
31+
validations:
32+
required: true
33+
34+
- type: input
35+
id: reproduction
36+
attributes:
37+
label: Reproduction
38+
description: Please provide a link via [qwik.new](https://qwik.new/) or a link to a repo that can reproduce the problem you ran into. `npm create qwik@latest` can be used as a starter template. A [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) is required ([Why?](https://antfu.me/posts/why-reproductions-are-required)). If a report is vague (e.g. just a generic error message) and has no reproduction, it will receive a "need reproduction" label. If no reproduction is provided after 14 days, it will be auto-closed.
39+
placeholder: Reproduction URL
40+
validations:
41+
required: true
42+
43+
- type: textarea
44+
id: reproduction-steps
45+
attributes:
46+
label: Steps to reproduce
47+
description: Please provide any reproduction steps that may need to be described. E.g. if it happens only when running the dev or build script make sure it's clear which one to use.
48+
placeholder: Run `npm install` followed by `npm run dev`
49+
50+
- type: textarea
51+
id: system-info
52+
attributes:
53+
label: System Info
54+
description: Output of `npx envinfo --system --npmPackages '{vite,undici,typescript,@builder.io/*,@qwik-ui/*}' --binaries --browsers`
55+
render: shell
56+
placeholder: System, Binaries, Browsers
57+
validations:
58+
required: true
59+
60+
- type: textarea
61+
id: additional_information
62+
attributes:
63+
label: Additional Information
64+
validations:
65+
required: false

0 commit comments

Comments
 (0)