Skip to content

Commit 37dbb74

Browse files
author
@qwikifiers
committed
chore(headless): release version 0.1.11
1 parent a90e9ce commit 37dbb74

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

packages/kit-headless/CHANGELOG.md

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

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

5+
## [0.1.11](https://github.com/qwikifiers/qwik-ui/compare/headless-0.1.10...headless-0.1.11) (2023-07-28)
6+
7+
8+
### Bug Fixes
9+
10+
* **accordion:** add propfunction type ([66e89b6](https://github.com/qwikifiers/qwik-ui/commit/66e89b670ca3386e6b4e8cb068a0f348d51d5c01))
11+
* **accordion:** ci / lint warning fixes ([f7de15d](https://github.com/qwikifiers/qwik-ui/commit/f7de15d9744bca65d5fe3587b77457c449beb28d))
12+
* **accordion:** defaultValue flicker fix ([f8a7bd0](https://github.com/qwikifiers/qwik-ui/commit/f8a7bd0f5439c255f59a2f341cf789a683bf6cc8))
13+
* **accordion:** docs typo, cleanup comments, comment out dynamic tests for now ([049d788](https://github.com/qwikifiers/qwik-ui/commit/049d7885a51ac273ec1bb7781d6db6c07969195d))
14+
* **accordion:** fixed animated height calculation for keyframes ([bb320ef](https://github.com/qwikifiers/qwik-ui/commit/bb320ef3dd6ef6b6ec9e1ab1d0063ee8c274294f))
15+
* **accordion:** proper naming of QRL ([669863e](https://github.com/qwikifiers/qwik-ui/commit/669863ed88bd2d8b9f4056ae9bcb528c69e25fe9))
16+
* **eslint props task error:** eslint props task error fix ([048d9ce](https://github.com/qwikifiers/qwik-ui/commit/048d9cee18ba013e4e9ee88ab93c485ede8e2313))
17+
18+
19+
### Code Refactoring
20+
21+
* **select:** update event handlers ([bc08c54](https://github.com/qwikifiers/qwik-ui/commit/bc08c54872275ba8dfd1d0cf81733ae8cd3e70eb))
22+
23+
24+
### Features
25+
26+
* **accordion & website:** accordion examples, feats, critical fix, website font build fix ([a6a213b](https://github.com/qwikifiers/qwik-ui/commit/a6a213beb61fab01a123b46e67be0fa5fe10deaf))
27+
* **accordion:** possible ready state, major refactor, major docs additions ([fffbb87](https://github.com/qwikifiers/qwik-ui/commit/fffbb8703b52af7d12cac53cb37dbd8b460c1756))
28+
* **accordion:** small code refactor, and props array for consumers ([1e37d53](https://github.com/qwikifiers/qwik-ui/commit/1e37d5349a66fc5334e29c778130bb6363ab9baa))
29+
* **Select:** add preliminary required behaviour ([009be72](https://github.com/qwikifiers/qwik-ui/commit/009be72d8b6c43a9b3bad9331eb20e459dfdb11e))
30+
31+
32+
### BREAKING CHANGES
33+
34+
* **select:** Previously, optionValue automatically emits as a text node to the <li> element for
35+
SelectOption which was potentially problematic if the user has different values for what should be
36+
displayed instead of what is stored in state for form submission
37+
38+
39+
540
## [0.1.10](https://github.com/qwikifiers/qwik-ui/compare/headless-0.1.9...headless-0.1.10) (2023-07-13)
641

742

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

0 commit comments

Comments
 (0)