Skip to content

v0.2.0

Choose a tag to compare

@mtorromeo mtorromeo released this 07 Sep 16:20
· 72 commits to master since this release
73e0db3

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.