Skip to content

Commit 3faee13

Browse files
committed
🔖 Released v0.14.1
1 parent 3ced199 commit 3faee13

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

‎ember-headlessui/CHANGELOG.md‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
cwd: '/home/nvp/Development/OpenSource/ember-headlessui/ember-headlessui'
33
}
44

5+
6+
## v0.14.1 (2025-12-20)
7+
8+
#### :bug: Bug Fix
9+
* [#193](https://github.com/GavinJoyce/ember-headlessui/pull/193) Fix Combobox click-outside behavior for non-primitive values ([@GavinJoyce](https://github.com/GavinJoyce))
10+
* [#190](https://github.com/GavinJoyce/ember-headlessui/pull/190) Fix Combobox emitting spurious onChange events ([@GavinJoyce](https://github.com/GavinJoyce))
11+
12+
#### :memo: Documentation
13+
* [#191](https://github.com/GavinJoyce/ember-headlessui/pull/191) Update README with usage examples and local dev instructions ([@GavinJoyce](https://github.com/GavinJoyce))
14+
15+
#### :house: Internal
16+
* [#195](https://github.com/GavinJoyce/ember-headlessui/pull/195) Add .env to gitignore ([@GavinJoyce](https://github.com/GavinJoyce))
17+
* [#194](https://github.com/GavinJoyce/ember-headlessui/pull/194) Fix build:docs to target test-app instead of addon ([@GavinJoyce](https://github.com/GavinJoyce))
18+
* [#192](https://github.com/GavinJoyce/ember-headlessui/pull/192) Remove incomplete menu-with-popper demo pages ([@GavinJoyce](https://github.com/GavinJoyce))
19+
20+
#### Committers: 1
21+
- Gavin Joyce ([@GavinJoyce](https://github.com/GavinJoyce))
22+
23+
524
## v0.14.0 (2023-08-02)
625

726
#### :rocket: Enhancement

‎ember-headlessui/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-headlessui",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)