Skip to content

Commit 75df085

Browse files
author
@qwikifiers
committed
chore(headless): release version 0.2.0
1 parent a4243ff commit 75df085

File tree

2 files changed

+69
-1
lines changed

2 files changed

+69
-1
lines changed

packages/kit-headless/CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,74 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [0.2.0](https://github.com/qwikifiers/qwik-ui/compare/headless-0.1.23...headless-0.2.0) (2023-12-16)
6+
7+
8+
### Bug Fixes
9+
10+
* **animations:** animations work now ([7978a8e](https://github.com/qwikifiers/qwik-ui/commit/7978a8ece57c462564f4b7775d239eeb4e937830))
11+
* **ci:** remove deprecated test ([d231c20](https://github.com/qwikifiers/qwik-ui/commit/d231c2082449f919e73052d50cf9e7f420079300))
12+
* **combobox popover:** keep focus on input ([ef870b3](https://github.com/qwikifiers/qwik-ui/commit/ef870b35d290c240018c70b7199829ac14a374e0))
13+
* **combobox:** fixed types when floating is set to true ([2d613fa](https://github.com/qwikifiers/qwik-ui/commit/2d613fae33d9372bff3e37af7b9e064b16cd8d21))
14+
* **css improvements, fix cli warnings:** n ([58cdab8](https://github.com/qwikifiers/qwik-ui/commit/58cdab827c37cb400fec05e66d2b02458ea562ef))
15+
* **docs:** all imports of the plugin removed ([1426f4e](https://github.com/qwikifiers/qwik-ui/commit/1426f4e72ffbee54212a5a41c46ddd6adde82f1b))
16+
* **docs:** attempt to fix deploy ([dd77f60](https://github.com/qwikifiers/qwik-ui/commit/dd77f608154fcf180f55d442a0058823a115c81c))
17+
* **docs:** fixed type errors from HTMLElement ([ae6b4ca](https://github.com/qwikifiers/qwik-ui/commit/ae6b4ca2611ca8d0d9b59d3967a6278bae4b903f))
18+
* **docs:** remove regression import in cypress config ([d39848c](https://github.com/qwikifiers/qwik-ui/commit/d39848cf024122071e44d903beadfe997d367e0d))
19+
* **flicker:** making sure it teleports only once ([588e7ce](https://github.com/qwikifiers/qwik-ui/commit/588e7ce5d15e8b2a697bd22e6392079c5d2196fc))
20+
* **modal:** fixes scroll not properly unlocked when tabbing and esc is pressed ([c7cbf1c](https://github.com/qwikifiers/qwik-ui/commit/c7cbf1ca3154bd435be0b720036ff517f0f083ab))
21+
* **modal:** modal on iOS maintains proper scroll position ([0e34338](https://github.com/qwikifiers/qwik-ui/commit/0e34338b9ee34e673d814e6df3603d428ef2bbff))
22+
* **modal:** proper deps installed, and tidying code ([9b673af](https://github.com/qwikifiers/qwik-ui/commit/9b673afb738b40986427bea4162a967b09bec111))
23+
* **popoveer:** refactored implementation detail initPopover$ ([c766358](https://github.com/qwikifiers/qwik-ui/commit/c766358f32de647db9a3400fcb767ac6c216f8ad))
24+
* **popover combobox:** fix for document being appended and flip middleware working now ([a3fae71](https://github.com/qwikifiers/qwik-ui/commit/a3fae71b72d58f7b7aecee6b4c5cc8da8bc0558f))
25+
* **popover combobox:** fixed floating UI showing properly on chrome, type errors fixed ([b9e1695](https://github.com/qwikifiers/qwik-ui/commit/b9e169597186ba1e34fc2e2e64a9c24a15a46db1))
26+
* **popover combobox:** fixes floating ui flicker, animations ([5b2b1c8](https://github.com/qwikifiers/qwik-ui/commit/5b2b1c8d7f9d9b17a1c29b88e503c049251e809a))
27+
* **popover combobox:** latest changes from wout ([ad253a3](https://github.com/qwikifiers/qwik-ui/commit/ad253a3212830c212152def36f0aeb7b68cb5373))
28+
* **popover-combobox:** type fixes, further documentation, styling changes ([1d38264](https://github.com/qwikifiers/qwik-ui/commit/1d38264898ac9e97b773871ef58a1fe7a1220141))
29+
* **popover:** beautiful transition ([11b18a4](https://github.com/qwikifiers/qwik-ui/commit/11b18a4d8c3dd8321fddf60d6f65206c05ee6f96))
30+
* **popover:** better naming ([8b7f46b](https://github.com/qwikifiers/qwik-ui/commit/8b7f46b2efec63497bae64e0baca7e592de50f1d))
31+
* **popover:** better naming in polyfill ([106fa80](https://github.com/qwikifiers/qwik-ui/commit/106fa80942f435d57d3c7bd8cf55e86c5327cc62))
32+
* **popover:** button click now does not flicker off ([20d87f6](https://github.com/qwikifiers/qwik-ui/commit/20d87f6024bc4d690a7b2a522acd244fea96b4ab))
33+
* **popover:** clean up popover a bit ([fd57e7e](https://github.com/qwikifiers/qwik-ui/commit/fd57e7e43f88c5d954ad0332e271c84e14297f09))
34+
* **popover:** cleaning up popover ([66ea41f](https://github.com/qwikifiers/qwik-ui/commit/66ea41f79d92fd9c081c998028d631f7f6078f76))
35+
* **popover:** fix animation declaration flickers ([5995bac](https://github.com/qwikifiers/qwik-ui/commit/5995bac6c58f257797f2bc3647ff1d9d242dbde0))
36+
* **popover:** fix combobox flicker ([ba834cf](https://github.com/qwikifiers/qwik-ui/commit/ba834cf9ed3b61d9bab80353d60bac1e3498a422))
37+
* **popover:** fix style issue, users can add styles ([f637d87](https://github.com/qwikifiers/qwik-ui/commit/f637d8763d57c10e0ff668b3928f8f80d2ffd7ee))
38+
* **popover:** fix: floating ui on interaction, combobox popover working on polyfill ([9e8113a](https://github.com/qwikifiers/qwik-ui/commit/9e8113a424a786c62bef6d268402af3ad632c5eb))
39+
* **popover:** fixed toggle popover only after container is created ([7cb4df7](https://github.com/qwikifiers/qwik-ui/commit/7cb4df7f384cae82cf0714683fc4d67c845de7b6))
40+
* **popover:** get popover to work with everything in combobox ([44745e9](https://github.com/qwikifiers/qwik-ui/commit/44745e964a0698fe360fd2222ea32c22fbeac7d3))
41+
* **popover:** hides popover whenever anchor is hidden in DOM ([7afba39](https://github.com/qwikifiers/qwik-ui/commit/7afba398b50146ec5791efd3bf76262157316ee9))
42+
* **popover:** input interactions work with combobox ([79c9ece](https://github.com/qwikifiers/qwik-ui/commit/79c9ecea77a7b8d9d7b79791fe0c5e31ab093616))
43+
* **popover:** layout flicker on polyfill fix ([01e4c94](https://github.com/qwikifiers/qwik-ui/commit/01e4c94a8b4bfca6ff484a195cf179cd056041e5))
44+
* **popover:** polyfill popovers now always on top of each other, only one style node ([2fceb40](https://github.com/qwikifiers/qwik-ui/commit/2fceb4019d1190ef9cb8d06da6461bb45a3f46cc))
45+
* **popover:** portal context works ([c1ee848](https://github.com/qwikifiers/qwik-ui/commit/c1ee848675df042e31cad3c63e7a4f5cf0a91530))
46+
* **popover:** refactor out visible task ([a31f384](https://github.com/qwikifiers/qwik-ui/commit/a31f384a93ea2b611f4ff0674681b0a9385e761c))
47+
* **popover:** remove shadow root crap ([804c7ac](https://github.com/qwikifiers/qwik-ui/commit/804c7acef5644eba71848f7471de8217f5281ab8))
48+
* **popover:** remove unnecessary styles ([92ac7a8](https://github.com/qwikifiers/qwik-ui/commit/92ac7a8e6eb73c50f79ec866382535b2f31c6173))
49+
* **popover:** remove unneeded logs and comments ([6205ab7](https://github.com/qwikifiers/qwik-ui/commit/6205ab7a91a64052f59cd7cd9b8303cc787f200f))
50+
* **popover:** so it only runs once on first click ([261de8b](https://github.com/qwikifiers/qwik-ui/commit/261de8b8a0b5b1b8ff6963fc19be392d012aa63c))
51+
* **popover:** supported browser ([f745c9b](https://github.com/qwikifiers/qwik-ui/commit/f745c9b84fdaffc58347c996635d06ea80d34e93))
52+
* **popover:** transitions work! ([db4027d](https://github.com/qwikifiers/qwik-ui/commit/db4027d4fd891e51b6620b8ab71fc2cd01a55b1b))
53+
* **popover:** working but hacky ([915b3db](https://github.com/qwikifiers/qwik-ui/commit/915b3db656dd34557e710f6f4a8409368239258c))
54+
* **popover:** works for supported browsers too ([43abfcb](https://github.com/qwikifiers/qwik-ui/commit/43abfcbcca1701f5e2b575abe2dfc7195d56e1f9))
55+
* **tabs:** allow tabs to accept user-defined TabList/Tab/TabPanel ([3a73752](https://github.com/qwikifiers/qwik-ui/commit/3a737528bc32ac2ca2bbc9a4ec9924d335c439ce))
56+
57+
58+
### Features
59+
60+
* **combobox:** combobox popover component ([96e4142](https://github.com/qwikifiers/qwik-ui/commit/96e4142f8b8a8a4a8688dbfbb7f3fbfc7c96078b))
61+
* **combobox:** improved a11y, & visually-hidden component ([d640bf5](https://github.com/qwikifiers/qwik-ui/commit/d640bf5bec68521e8e026e4fc8091cb9ef26784e))
62+
* **popover & combobox:** initial impl of new popover with combobox ([d004efb](https://github.com/qwikifiers/qwik-ui/commit/d004efbd521dcf268c5a1bc84d7c247f4d6ce7a7))
63+
* **popover combobox:** near feature parity with portal ([d2839da](https://github.com/qwikifiers/qwik-ui/commit/d2839daf172193492c42001c5e8ffe3dd5237db8))
64+
* **popover-combobox:** transition support ([f686e6f](https://github.com/qwikifiers/qwik-ui/commit/f686e6fcf528e4e837d688879cb4b46a92ee7d57))
65+
* **popover:** abstract event interaction logic to a hook ([60b517a](https://github.com/qwikifiers/qwik-ui/commit/60b517a373b5401d66a7764c339b36caada9f0d6))
66+
* **popover:** animation support for popover & docs changes ([2f98731](https://github.com/qwikifiers/qwik-ui/commit/2f98731ff8e6bf252b262d718ee20495754cc4cf))
67+
* **popover:** initial animations, works for poly only currently ([d25f977](https://github.com/qwikifiers/qwik-ui/commit/d25f9771ca113cbca95c27d8ba131e9a237ff6b9))
68+
* **popover:** major popover docs improvements ([ce61308](https://github.com/qwikifiers/qwik-ui/commit/ce6130810aa760229dd92e8697d449e0e7d25987))
69+
* **popover:** updating to latest in main ([5a75fe4](https://github.com/qwikifiers/qwik-ui/commit/5a75fe4d73f7cad1a37687688abe23b14e76bf4b))
70+
71+
72+
573
## [0.1.22](https://github.com/qwikifiers/qwik-ui/compare/headless-0.1.21...headless-0.1.22) (2023-12-01)
674

775
## [0.1.21](https://github.com/qwikifiers/qwik-ui/compare/headless-0.1.20...headless-0.1.21) (2023-12-01)

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.1.22",
3+
"version": "0.2.0",
44
"description": "Qwik UI headless components library",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)