Releases: patternfly/angular-patternfly
Releases · patternfly/angular-patternfly
v2.2.1
v2.2.0
Release Notes
Important
- Updated devDependency for patternfly to 2.2.0
- Changed the dependency for angular to be a dev dependency. *Note: This requires that you now explicitly set your desired version of angular as a dependency of your project (1.3.x - 1.4.x).
New Features
- New Directives
- DataTiles Directive - patternfly.views
- Trends Chart Directive - patternfly.charts
- Simple Filter Directive - patternfly.filters
- DataToolbar Directive - patternfly.views
Enhancements
- Added a demo.css to hold styles needed for sample code
Bug Fixes
- Color change to donut chart thresholds
- Addressed data list selection bug
v2.1.1
Release Notes
Important
- Added support for Angular 1.4.x
- Changed the dependency for angular to be a dev dependency. *Note: This requires that you now explicitly set your desired version of angular as a dependency of your project (1.3.x - 1.4.x).
Enhancements
- Added unit tests for transclude directives
- Improved pctDonutChart unit tests
Bug Fixes
- Fixed pctDonutChart ngDocs example
2.1.0
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)
v2.0.0
Release Notes
Important
With this release the dependency for Patternfly was updated to 2.0.0, with Patternfly 2.0.0 the following changes were made:
- No longer supports Internet Explorer 8.
- Splits the CSS into two files "patternfly.*css" and "patternfly-additions.*css"
- Numerous dependencies were updated. See Patternfly v2.0.0 release documentation for more information:
https://github.com/patternfly/patternfly/releases/tag/v2.0.0
New Features
- New Directives
- Basic card
- Wrapper for Patternfly Datepicker
Enhancements
- Updated versioning to match Patternfly HTML/CSS reference implementation
Bug Fixes
- Updated bower.json main to only deliver "dist/angular-patternfly.js",
- Added .gitattributes to normalize line endings