Skip to content

Commit f401f13

Browse files
committed
release: v0.5.0
1 parent 0582447 commit f401f13

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/tobyzerner/inclusive-elements/compare/v0.5.0-beta.3...v0.5.0) (2026-01-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **tooltip:** prevent tooltips showing due to mouse emulation events on touch devices ([0582447](https://github.com/tobyzerner/inclusive-elements/commit/0582447d5f1f610a9d84ba56a3642dd8ff3ef8c1))
9+
310
## [0.5.0-beta.3](https://github.com/tobyzerner/inclusive-elements/compare/v0.5.0-beta.2...v0.5.0-beta.3) (2025-09-27)
411

512

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.5.0-beta.3",
3+
"version": "0.5.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)