Skip to content

Releases: mtorromeo/vue-patternfly3

v0.1.7

15 Jul 16:10
Compare
Choose a tag to compare
  • Updated dependencies.

Fixed

  • Included a static patternfly palette instead of requiring weird webpack loader's tricks to read id from patternfly. Fixes some import issues of the esm build.

v0.1.6

11 Jun 10:20
Compare
Choose a tag to compare

Added

  • pf-cards can now override the content of the header and footer using the new slots named header and footer.
  • Updated dependencies.

v0.1.5

28 Nov 15:35
Compare
Choose a tag to compare

Fixed

  • Let pf-group-item auto-expand like before v0.1.4 if the expanded prop is not bound.

v0.1.4

28 Nov 15:35
Compare
Choose a tag to compare

Added

  • pf-group-item now have a new expanded prop that can be used as v-model for 2 way binding to control the expanded/collapsed state.

Fixed

  • Fixed non working click on a pf-combobox option from a filtered list.

v0.1.3

26 Nov 21:21
Compare
Choose a tag to compare

Added

  • New pf-combobox component.

Fixed

  • pf-modals do not stop event click events from falling through anymore so that other components like pf-dropdown can detect outer clicks.

v0.1.2

26 Jul 16:04
Compare
Choose a tag to compare

Added

  • pf-radio-button and pf-toggle can choose if a loose value match should count as checked/on using the loose prop.

Changed

  • pf-toggle's default on-value is now true and off-value is now false.
  • pf-toggle without an off-value are now required to use the no-off prop instead of off-value=false.

v0.1.1

26 Jul 16:03
Compare
Choose a tag to compare

Added

  • New #footer slot of pf-table which directly maps to the #default slot of pf-paginate-control.
  • New pf-radio-button and pf-toggle components.

v0.1.0

11 Jul 16:18
Compare
Choose a tag to compare

Added

  • pf-table and pf-list-view components now have a new key-name prop to specify the name of a property of each row to use as index for the v-for directive.

v0.0.25

11 Jul 16:16
Compare
Choose a tag to compare

Added

  • pf-dropdown components can now inject the dropdown menu inside any element, with the append-to prop, to circumvent issues with clipped containers (e.g. overflow:hidden).
  • Addeed pf-drawer-group-action functional component to use inside the new pf-drawer-group #actions slot.

v0.0.24

06 May 14:01
Compare
Choose a tag to compare

Added

  • The pf-filter-fields inside pf-toolbar is now slotted so that it can be replaced with a custom input.

Changed

  • The dropdown on pf-filter-fields is now hidden when there's only one field available.
  • Removed dropdown arrow from pf-application-launcher per patternfly design.
  • Updated dependencies.

Fixed

  • Unwatched scrollable property on pf-table destruction.
  • The pf-paginate-control component correctly fires change of page event every time the input value changes.