Releases: mtorromeo/vue-patternfly3
Releases · mtorromeo/vue-patternfly3
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
Fixed
- Add missing
selectable
prop topf-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 torouter-link
s.
v0.2.2
v0.2.1
v0.2.0
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 ofpf-column-picker
,pf-combobox
,pf-dropdown
,pf-option
,pf-radio-button
andpf-toggle
have been renamed tomodel-value
. You can still bind withv-model
. - BACKWARD INCOMPATIBLE CHANGE:
pf-application-launcher
cannot be controlled byv-model
. Usev-model:open
instead. - BACKWARD INCOMPATIBLE CHANGE:
pf-drawer
cannot be controlled byv-model
. Usev-model:hidden
instead. - BACKWARD INCOMPATIBLE CHANGE:
pf-expand-collapse
andpf-list-group-item
cannot be controlled byv-model
. Usev-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'
andimport { Component } from 'vue-patternfly'
. - BACKWARD INCOMPATIBLE CHANGE: The uiv library dependency has been removed and consequently its components are no longer automatically recognized.