Skip to content

Commit a5079b8

Browse files
committed
release: v0.4.0
1 parent 1c6944d commit a5079b8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/tobyzerner/inclusive-elements/compare/v0.3.4...v0.4.0) (2023-04-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **disclosure:** `open` and `close` events have been removed - use `toggle` instead
9+
10+
### Features
11+
12+
* **disclosure:** add `toggle` event for consistency with `<details>` ([9fc7f74](https://github.com/tobyzerner/inclusive-elements/commit/9fc7f74aebea1b3e48dd99a3000b91258f5ffcea))
13+
* **tabs:** new `tabs` element ([4097e73](https://github.com/tobyzerner/inclusive-elements/commit/4097e7364e3787740d038967d99c25079f65b9ad))
14+
315
### [0.3.4](https://github.com/tobyzerner/inclusive-elements/compare/v0.3.3...v0.3.4) (2023-03-21)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inclusive-elements",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "Accessible, lightweight, unstyled implementations of common UI controls.",
55
"module": "dist/inclusive-elements.js",
66
"type": "module",

0 commit comments

Comments
 (0)