Skip to content

Releases: mtorromeo/vue-patternfly3

v0.0.11

09 Apr 11:59
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release

Fixed

  • Fixed infinite loop in pf-notification dismiss code.

v0.0.10

31 Jan 13:06
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release

Added

  • Added action slots for pf-table's rows.

Changed

  • Vue-strap's dropdowns in pf-table's action columns are styled to use the ellipsis icon as per patternfly's design.

v0.0.9

25 Jan 14:11
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

Fixed

  • Removed incorrect fixed height in scrollable tables.
  • Enabled flex-layout on container-flex.
  • Refactored syncronization of pf-table's fixed headers. Should be more consistent.

v0.0.8

25 Jan 11:12
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

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

25 Jan 11:13
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

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

02 Jan 16:19
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Fixed

  • Rebuild with Vue 2.1.8

v0.0.5

28 Dec 17:54
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

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

22 Dec 14:30
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

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

10 Dec 15:19
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

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.

v0.0.2

10 Dec 15:19
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Added

  • The pf-layout component can be disabled, removing all layout classed from the html element e displaying only the default slot content