Skip to content

v4.3.0

Choose a tag to compare

@dtaylor113 dtaylor113 released this 04 Aug 15:47
· 253 commits to master-dist since this release

Release Notes

Enhancements

The following enhancements have been added to Angular-Patternfly

  • New pfFilterPanel component #540
  • Adding a template for new PRs, #532
  • pfTableView w/ pfPagination #527 Integrates the pfTableView with the pfPagination component.
    Please note due to a bug we had to fork angular-datatables v0.5.6 as angularjs-datatables v0.5.7.
    • Please update your bower.json and/or package.json and replace "angular-datatables": "^0.5.6" with "angularjs-datatables": "^0.5.7"
    • Please update your <scripts> to:
      <script src="node_modules/angularjs-datatables/dist/angular-datatables.min.js"></script>
      <script src="node_modules/angularjs-datatables/dist/plugins/select/angular-datatables.select.min.js"></script>
      

Bug Fixes

  • Fix draw-expand/drawExpand to drawer-expand/drawerExpand #551
  • Fix notification drawer accordion panel sizing #548
  • Update wizard button components to fix minify/mangle issue #547
  • Added a travis config to set the .npmrc file, #535
  • Update readme to reflect changes to node_modules, #533