File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file.
33
4+ ## [ 0.3.1] - 2021-02-08
5+ ### Fixed
6+ - fix(Layout): never pass undefined|null to emitted event update: collapsed .
7+ - fix(OUIA): reverted ouia component names to use V-PF3/ prefix.
8+
49## [ 0.3.0] - 2021-02-03
510### Added
611- refactor: converted the whole codebase to typescript.
@@ -397,7 +402,8 @@ disabled, as per PatternFly design guidelines.
397402- ` pf-toolbar ` component
398403- ` pf-utilization-bar-chart ` component
399404
400- [ Unreleased ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.0...HEAD
405+ [ Unreleased ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.1...HEAD
406+ [ 0.3.1 ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.0...v0.3.1
401407[ 0.3.0 ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.2.11...v0.3.0
402408[ 0.2.11 ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.2.10...v0.2.11
403409[ 0.2.10 ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.2.9...v0.2.10
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-patternfly" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "description" : " PatternFly 3 components for Vue 3" ,
55 "main" : " dist/vue-patternfly.umd.js" ,
66 "module" : " dist/vue-patternfly.es.js" ,
You can’t perform that action at this time.
0 commit comments