Skip to content

v2.3.0

Choose a tag to compare

@dtaylor113 dtaylor113 released this 30 Sep 15:23
· 897 commits to master since this release

Release Notes

Important

  • Updated devDependency for patternfly to 2.3.0
  • Added angular-bootstrap to bower dev dependencies

New Features

  • New Directives
    • Simple Filter Fields Directive - patternfly.filter
    • Simple Filter Results Directive - patternfly.filter
    • Simple Sort Directive - patternfly.sort

Enhancements

  • Card Directive: added footer action bar and filter
  • Card Directive: added ability to show/hide the divider between title and sub-title
  • DataList Directive: add ability to have actions pulldown menu
  • Trend Chart Directive: added new 'large', 'small', 'compact' and 'inline' layouts. Added ability to change card title between actual and percentage values.
  • Data Toolbar Directive: Add sort and actions
  • Simple Filter Directive: Changed directive to use two sub-component directives (simple-filter-fields & simple-filter-results)
  • Improving look and feel of angular-patternfly ngDoc documentation

Bug Fixes

  • Card Directive will not show titles divider if no header content
  • Remove href="#" from html A tags to avoid unwanted redirections
  • Fixed issue #85 'angular.merge is not a function .controller'
  • Simple Filter Directive: corrected unintentional redirect when clearing filters