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
selectableprop topf-list-group-item(Contributed by [@MrDeerly]). - Fixed layout of
pf-toolbarwith no filters by not rendering the filter slot (Contributed by [@MrDeerly]). - Do not disable
pf-selectcomponents by default (Contributed by [@MrDeerly]). - Fixed disabled attribute of inputs in
pf-radio-button(Contributed by [@MrDeerly]). - Fixed filters not working for the
pf-selectcomponent (Contributed by [@MrDeerly]). - Extra attributes on
pf-menu-itemare not passed torouter-links.
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
valueprops ofpf-column-picker,pf-combobox,pf-dropdown,pf-option,pf-radio-buttonandpf-togglehave been renamed tomodel-value. You can still bind withv-model. - BACKWARD INCOMPATIBLE CHANGE:
pf-application-launchercannot be controlled byv-model. Usev-model:openinstead. - BACKWARD INCOMPATIBLE CHANGE:
pf-drawercannot be controlled byv-model. Usev-model:hiddeninstead. - BACKWARD INCOMPATIBLE CHANGE:
pf-expand-collapseandpf-list-group-itemcannot be controlled byv-model. Usev-model:expandedinstead. - 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.