Releases: mtorromeo/vue-patternfly3
Releases · mtorromeo/vue-patternfly3
v0.0.11
v0.0.10
v0.0.9
v0.0.8
Added
- Implemented the scrollable property on pf-table which allows for fixed header and footer with scrollable rows.
Fixed
- Fixed the pf-table footer colspan when the selectable property is enabled.
- Fixed runtime errors in IE.
Changed
- Moved build to webpack to fix runtime errors in IE.
v0.0.7
Added
- Implemented the pf-table component.
- Implemented the flex property on pf-layout.
Fixed
- Fixed display of column picker in the pf-toolbar when the sort and/or list controls are disabled.
Changed
- pf-column-picker emits picked columns in the same order as they are listed.
v0.0.6
v0.0.5
Added
- Implemented the "nomargin" property on pf-layout.
- Implemented v-tooltip directive using tether-tooltip.
Fixed
- Display the filter label instead of the filter name in the active filters view.
- The view controls in the pf-toolbar were not correctly hidden in some cases.
v0.0.4
Added
- Bundled a VueStrap build since there is no working distribution available at this moment. Every VueStrap component is installed together with VuePatternfly but using the "bs-" prefix.
- Implemented the "attached" property on pf-toolbar so that it can be displayed attached to an adjacient table view.
- Implemented a column picker for the table layout on the pf-toolbar.
Changed
- Refactored pf-sort component and renamed sorting properties on pf-toolbar
- Refactored the filter-fields and filters properties of pf-toolbar.
Fixed
- Fixed appearance of the additional actions dropdown menu on the pf-toolbar.
- Fixed click on layout controls of pf-toolbar
- The input is properly cleared after adding a filter in the pf-toolbar.
v0.0.3
Added
- The pf-notification dropdown is now slotted so that it can be customized.
- The pf-notification action button can now be displayed as a button instead of a link.
- The pf-aggregate-status-card and pf-card-notification components now also accept values of type Number for their count property.
Changed
- pf-toolbar actions are aligned to the right if the layout controls are
disabled, as per PatternFly design guidelines. - Changed icons for the pf-toolbar view control buttons.
- The result count indication is now inlined inside the toolbar if there are no active filters.
- The pf-notification will now emit an 'action' event by default if no other name is specified.
Fixed
- The pf-notifications container should be able to correctly display "slotted" notifications when present.
- The externalized dependencies are now being resolved correctly when using the library with ES6 imports.