Skip to content

Commit 79e662d

Browse files
committed
πŸ”–(release) version package
Patch Changes - a11y : improves keyboard accessibility in the TreeView component - a11y : Enable child node loading and fold/unfold via keyboard without requiring an initial mouse click. - πŸ›(badge) fix the export
1 parent 1c7b1ea commit 79e662d

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
## [Unreleased]
44

5+
## 0.16.2
6+
57
### Patch Changes
68

7-
- a11y : improves keyboard accessibility in the TreeView component
8-
- a11y : Enable child node loading and fold/unfold via keyboard without requiring an initial mouse click.
9-
- a11y : Expose useArrowRoving hook
9+
- a11y: improves keyboard accessibility in the TreeView component
10+
- a11y: Enable child node loading and fold/unfold via keyboard without requiring an initial mouse click.
11+
- a11y: Expose useArrowRoving hook
12+
- a11y: improves keyboard accessibility in the TreeView component
13+
- a11y: Enable child node loading and fold/unfold via keyboard without requiring an initial mouse click.
14+
- badge: fix the export
1015

1116
## 0.16.1
1217

@@ -261,7 +266,8 @@
261266
- Add custom cunningham.ts file
262267
- Still a WIP version
263268

264-
[unreleased]: https://github.com/suitenumerique/ui-kit/compare/v0.16.1...main
269+
[unreleased]: https://github.com/suitenumerique/ui-kit/compare/v0.16.2...main
270+
[0.16.2]: https://github.com/suitenumerique/ui-kit/compare/v0.16.1...v0.16.2
265271
[0.16.1]: https://github.com/suitenumerique/ui-kit/compare/v0.16.0...v0.16.1
266272
[0.16.0]: https://github.com/suitenumerique/ui-kit/compare/v0.15.0...v0.16.0
267273
[0.15.0]: https://github.com/suitenumerique/ui-kit/compare/v0.14.0...v0.15.0

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "0.16.1",
7+
"version": "0.16.2",
88
"type": "module",
99
"main": "./dist/index.cjs",
1010
"module": "./dist/index.js",

0 commit comments

Comments
Β (0)