2.1.0
·
993 commits
to master
since this release
Release Notes
Important
- Changed the dependency for patternfly to be a dev dependency. *Note: This requires that you now explicitly set the patternfly reference impl (less of sass versions) as a dependency of your project (version 2.1.0).
- Added "angular-patternfly.css" which provides styles for components that exist in angular-patternfly but not in the base patternfly reference impl. *Note: You must include this new CSS file to use the new directives.
- Dependency for Patternfly was updated to 2.1.0
- Removed angular 1.2.x as a supported bower version, angular 1.3.x is now only officially supported.
- Updated ngDocs to use Angular 1.3.x
- Lodash 3.x was added as a devDependency. Since we are only using superset of functions that are available in lodash and underscore you can include either in your project.
New Features
Several new charting components were added. These were added to the new 'patternfly.charts' module. Since patternfly.charts requires the use of C3/D3 these were not added to the base 'patternfly' module. If you would like to use these charting directives please inject 'patternfly.charts' into your application and also include the relevant c3/d3 javascript includes.
- New Directives
- C3 Chart - patternfly.charts
- Donut Pct Chart - patternfly.charts
- Utilization Chart - patternfly.charts
- Sparkline Chart - patternfly.charts
- Data List
- Aggregate Status Card
Enhancements
- Added ng-annotate to build process for dependency injection (#34)
- Changed from jshint to eslint to enforce code styles
- Added non accented border example for pfCard directive.
Bug Fixes
- Fixed missing icons for error and warning notifications.
- Removed c3 charts as a dependency since it is included in the base patternfly reference impl.
- Fixed pfCard ngDocs typo bug (#42)