Skip to content

Commit 36873ea

Browse files
Version Packages
1 parent 9423bd0 commit 36873ea

File tree

6 files changed

+9967
-11640
lines changed

6 files changed

+9967
-11640
lines changed

.changeset/pink-pans-melt.md

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

.changeset/twenty-spoons-fail.md

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

packages/kit-headless/CHANGELOG.md

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

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- We are adding the final set of popover tests. With this we should now have full coverage for both current and legacy browsers. (by [@cwoolum](https://github.com/cwoolum) in [#831](https://github.com/qwikifiers/qwik-ui/pull/831))
8+
9+
- 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. (by [@cwoolum](https://github.com/cwoolum) in [#827](https://github.com/qwikifiers/qwik-ui/pull/827))
10+
311
## 0.4.4
412

513
### Patch Changes

packages/kit-headless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/headless",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "Qwik UI headless components library",
55
"publishConfig": {
66
"access": "public"

packages/kit-styled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@builder.io/qwik": "^1.1.0"
2424
},
2525
"devDependencies": {
26-
"@qwik-ui/headless": "0.4.4",
26+
"@qwik-ui/headless": "0.4.5",
2727
"@qwik-ui/utils": "0.2.1"
2828
}
2929
}

0 commit comments

Comments
 (0)