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.2] - 2021-03-18
5+ ### Fixed
6+ - fix(Modal): disabled implicit attr inheritance in modals.
7+ - fix(ListView): do not assume a specific typescript type for pf-list-view rows.
8+
49## [ 0.3.1] - 2021-02-08
510### Fixed
611- fix(Layout): never pass undefined|null to emitted event update: collapsed .
@@ -402,7 +407,8 @@ disabled, as per PatternFly design guidelines.
402407- ` pf-toolbar ` component
403408- ` pf-utilization-bar-chart ` component
404409
405- [ Unreleased ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.1...HEAD
410+ [ Unreleased ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.2...HEAD
411+ [ 0.3.2 ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.1...v0.3.2
406412[ 0.3.1 ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.3.0...v0.3.1
407413[ 0.3.0 ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.2.11...v0.3.0
408414[ 0.2.11 ] : https://github.com/mtorromeo/vue-patternfly/compare/v0.2.10...v0.2.11
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-patternfly" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
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