Skip to content

Commit 19d7903

Browse files
author
Bastian Jakobs
committed
docs: update changelog for version 1.1.5 with TypeScript component typing improvements and Vite config adjustments
1 parent f99fdec commit 19d7903

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)