v4.3.0
·
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 forkangular-datatables v0.5.6as angularjs-datatables v0.5.7.- Please update your
bower.jsonand/orpackage.jsonand 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>
- Please update your