Skip to content

Commit d50f872

Browse files
chore: release v1.1.8
1 parent 547fb2e commit d50f872

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.8] - 2025-10-23
11+
1012
### Fixed
1113
- **Tooltip Directive Performance**: Improved directive implementation by storing a reference to the original element instead of cloning it
1214
- Fixes issue where event listeners (like `@click`) and other Vue bindings on the trigger element were not working correctly due to cloning losing the original element's reactive bindings
@@ -144,7 +146,8 @@ This changelog follows these categories:
144146

145147
## Version Links
146148

147-
[Unreleased]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.7...HEAD
149+
[Unreleased]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.8...HEAD
150+
[1.1.8]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.7...v1.1.8
148151
[1.1.7]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.6...v1.1.7
149152
[1.1.6]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.5...v1.1.6
150153
[1.1.5]: https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.4...v1.1.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@borstihd/vue-custom-tooltip",
33
"type": "module",
4-
"version": "1.1.7",
4+
"version": "1.1.8",
55
"description": "A flexible and accessible Vue 3 tooltip component with directive support",
66
"author": "borsTiHD",
77
"license": "MIT",

0 commit comments

Comments
 (0)