File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 0.3.9] - 2024-03-13
5
+ ### Fixed
6
+ - fix(tooltip): cleanup containers properly (Contributed by [ @MrDeerly ] ).
7
+
4
8
## [ 0.3.8] - 2023-05-15
5
9
### Fixed
6
10
- fix(DrawerGroupAction): bind click event to the button element
@@ -431,7 +435,8 @@ disabled, as per PatternFly design guidelines.
431
435
- ` pf-toolbar ` component
432
436
- ` pf-utilization-bar-chart ` component
433
437
434
- [ Unreleased ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.8...HEAD
438
+ [ Unreleased ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.9...HEAD
439
+ [ 0.3.9 ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.8...v0.3.9
435
440
[ 0.3.8 ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.7...v0.3.8
436
441
[ 0.3.7 ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.6...v0.3.7
437
442
[ 0.3.6 ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.5...v0.3.6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-patternfly" ,
3
- "version" : " 0.3.8 " ,
3
+ "version" : " 0.3.9 " ,
4
4
"description" : " PatternFly 3 components for Vue 3" ,
5
5
"main" : " dist/vue-patternfly.umd.js" ,
6
6
"module" : " dist/vue-patternfly.es.js" ,
You can’t perform that action at this time.
0 commit comments