File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 1.1.3] - 2025-10-17
10+ ## [ 1.1.5] - 2025-10-17
11+
12+ ### Fixed
13+ - ** TypeScript Component Typing** : Fixed missing TypeScript types for globally registered ` <Tooltip /> ` component
14+ - Added Vue component type augmentation to enable IDE autocomplete and type checking
15+ - Component props now properly recognized in templates with full IntelliSense support
16+ - Updated Vite configuration to ensure type declarations are included in build output
17+ - Improved developer experience with proper TypeScript support in consuming projects
18+
19+ ## [ 1.1.4] - 2025-10-17
1120
1221### Fixed
1322- ** Tooltip Positioning** : Optimized positioning calculations and improved initial measurement accuracy for more reliable tooltip placement
@@ -118,8 +127,9 @@ This changelog follows these categories:
118127
119128## Version Links
120129
121- [ Unreleased ] : https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.3...HEAD
122- [ 1.1.3 ] : https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.2...v1.1.3
130+ [ Unreleased ] : https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.5...HEAD
131+ [ 1.1.3 ] : https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.4...v1.1.5
132+ [ 1.1.3 ] : https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.2...v1.1.4
123133[ 1.1.2 ] : https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.1...v1.1.2
124134[ 1.1.1 ] : https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.1.0...v1.1.1
125135[ 1.1.0 ] : https://github.com/borsTiHD/vue-custom-tooltip/compare/v1.0.2...v1.1.0
You can’t perform that action at this time.
0 commit comments