Skip to content

Releases: mtorromeo/vue-patternfly3

v0.2.9

17 Dec 00:34
6d33cc6
Compare
Choose a tag to compare

Added

  • added compatibility with vue 3 configured in compat mode.
  • feat: exported ouia utilities.

Fixed

  • fix(Combobox): do not emit null value when clearing the filter while still editing.
  • fix: exported Popover, TableRow and Void components.

v0.2.8

09 Dec 22:44
8de563b
Compare
Choose a tag to compare

[0.2.8] - 2021-12-09

Fixed

  • fix(Tooltip): fixed component name

v0.2.7

06 Dec 12:27
cb533e9
Compare
Choose a tag to compare

Fixed

  • fix(Notification): Re-register pf-notification as pf-toast-notification for backward compatibility.

v0.2.6

06 Dec 12:12
beb50d6
Compare
Choose a tag to compare

Added

  • feat: Implemented OUIA data attributes on all components.

v0.2.5

22 Oct 10:40
c4873ad
Compare
Choose a tag to compare

Fixed

  • fix(Tooltip): exported pf-tooltip component.
  • fix(Button): fixed error when using pf-button without a router-link.

v0.2.4

19 Oct 10:42
79f9d51
Compare
Choose a tag to compare

Fixed

  • Set href of the link when using the pf-menu-item as a router-link.

Added

  • New pf-button component.

v0.2.3

18 Oct 08:56
21c98b9
Compare
Choose a tag to compare

Fixed

  • Add missing selectable prop to pf-list-group-item (Contributed by [@MrDeerly]).
  • Fixed layout of pf-toolbar with no filters by not rendering the filter slot (Contributed by [@MrDeerly]).
  • Do not disable pf-select components by default (Contributed by [@MrDeerly]).
  • Fixed disabled attribute of inputs in pf-radio-button (Contributed by [@MrDeerly]).
  • Fixed filters not working for the pf-select component (Contributed by [@MrDeerly]).
  • Extra attributes on pf-menu-item are not passed to router-links.

v0.2.2

18 Oct 08:56
83cdd60
Compare
Choose a tag to compare

Fixed

  • Fixed forwaring of the page number event from pf-list-view (Contributed by [@MrDeerly]).

v0.2.1

21 Sep 17:17
061a505
Compare
Choose a tag to compare

Fixed

  • Fixed event unbinding in pf-popup and tooltips (Contributed by [@MrDeerly]).
  • Fixed default trigger event for tooltips (Contributed by [@MrDeerly]).

v0.2.0

07 Sep 16:20
73e0db3
Compare
Choose a tag to compare

Changed

  • BACKWARD INCOMPATIBLE CHANGE: Migrated the whole library to Vue 3. The project is now in passive maintenance mode. Only bug fixes will be applied to this library and development has moved to vue-patternfly4.
  • BACKWARD INCOMPATIBLE CHANGE: The c3 library dependency and the chart components have been removed as part of the migration to Vue 3.
  • BACKWARD INCOMPATIBLE CHANGE: The value props of pf-column-picker, pf-combobox, pf-dropdown, pf-option, pf-radio-button and pf-toggle have been renamed to model-value. You can still bind with v-model.
  • BACKWARD INCOMPATIBLE CHANGE: pf-application-launcher cannot be controlled by v-model. Use v-model:open instead.
  • BACKWARD INCOMPATIBLE CHANGE: pf-drawer cannot be controlled by v-model. Use v-model:hidden instead.
  • BACKWARD INCOMPATIBLE CHANGE: pf-expand-collapse and pf-list-group-item cannot be controlled by v-model. Use v-model:expanded instead.
  • BACKWARD INCOMPATIBLE CHANGE: Dist files are now built with vite and some form of imports might not work anymore. Valid imports are import 'vue-patternfly', import 'vue-patternfly/vue-patternfly.css' and import { Component } from 'vue-patternfly'.
  • BACKWARD INCOMPATIBLE CHANGE: The uiv library dependency has been removed and consequently its components are no longer automatically recognized.