Skip to content

v0.0.13

Pre-release
Pre-release

Choose a tag to compare

@mtorromeo mtorromeo released this 11 Sep 09:35
· 232 commits to master since this release

Added

  • Implemented v-model on the page property pf-paginate-control components.
  • Implemented two-way syncing of sort-by and sort-direction properties in pf-table and pf-toolbar.
  • Implemented pf-application-launcher and pf-launcher-item.
  • Implemented pf-notification-bell as a toggler for the pf-drawer.
  • Added navbar-brand-name CSS class to correctly style text-only brand titles.
  • Documented v-tooltip directive
  • Implemented data-placement attribute as an alternative way to specify the tooltip positions.

Changed

  • BACKWARD INCOMPATIBLE CHANGE: The page property of pf-table components can now be synced with :page.sync="mypagenr". As a result of this change the change-page event has now been renamed to update:page.
  • BACKWARD INCOMPATIBLE CHANGE: The view, filters and picked-columns properties of pf-toolbar components can now be synced with the .sync v-bind modifier. As a result of this change the view event has now been renamed to update:view; the filters event has been renamed to update:filters and the columns event to update:pickedColumns.