You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.