Skip to content

v0.0.14

Pre-release
Pre-release

Choose a tag to compare

@mtorromeo mtorromeo released this 12 Apr 22:02
· 171 commits to master since this release

Added

  • Implemented pf-menu-item as a functional component with vue-router integration.
  • Implemented secondary and tertiary vertical navigation.
  • Implemented grid layout on pf-layout.
  • Implemented modal overlay pattern with pf-modal (Contributed by [@pebri86]).
  • Implemented pf-list-view (Contributed by [@pebri86]).
  • Implemented pf-icon functional component with automatic class configuration for FontAwesome, Glyphicons and Patternfly icons.
  • Implemented secondary and tertiary navigation.
  • Upgraded build to webpack 4.

Changed

  • Converted pf-empty-chart, pf-aggregate-status-card, pf-card-notification and pf-notification-bell to functional components.
  • When a pf-c3-chart has empty data a pf-empty-chart component is shown instead.
  • BACKWARD INCOMPATIBLE CHANGE: The flex property of pf-layout has been removed. The same layout can be applied using the flex value on the new display property.
  • BACKWARD INCOMPATIBLE CHANGE: Renamed all icon-class properties to simply icon. The icon family classname is not needed anymore (instead of fa fa-bell you can just use fa-bell).

Fixed

  • Fixed issue with dropdown filters by removing vue-strap's select and option components.
  • Fixed offset of pf-application-launcher.
  • Fixed href property of pf-launcher-items.
  • Fixed various linting errors/warnings.