Releases: patternfly/angular-patternfly
Releases · patternfly/angular-patternfly
v2.6.1
Release Notes
- Bumped version to v2.6.1
Bug Fixes
- pfHeatMap: Fix setting colors and legend labels. Allow not showing legend.
v2.6.0
Release Notes
- Updated devDependency for patternfly to 2.6.0
New Features
- New Directives
- Heatmap - patternfly.charts
Enhancements
- Organized ng-doc examples to show clearer differentiation between Charts and Cards.
- Added tooltips for pfSimpleSort and pfSimpleFilter dropdown buttons.
Bug Fixes
- pfSparklineChart: Fix to allow setting of sparkline chart height in config
- pfSelect: Fixed blank choice in select.
- Gruntfile.js: Added optional port override. If port 8000 is already in use, allow an alternative to be specified.
- pfDataList: Fixed display of Actions Menu In IE & FF
- pfDataTiles: Show Data Tile checkboxes only on hover or if selected
- pfSimpleSort: Fixed direction icon set correctly from callback
- pfSimpleFilter: Fixed Attr. Selector to be single select
- pfUtilizationChart: Update utilization chart available value when used or total changes
v2.3.4
v2.5.0
Release Notes
- Updated devDependency for patternfly to 2.5.0
New Features
- New Directives
- Utilization Bar Chart - patternfly.charts
Enhancements
- Card: updated styles to better match patternfly base reference
- Donut Chart: added onClickFn to allow for a developer callback, updated styles and improved documentation
- Updated connect hostname to '0.0.0.0' to allow external access
- Updated livereload port to avoid conflicts
Bug Fixes
- Donut Chart: inner label fix for IE and Safari
- Aggregate Status Card: Remove # from href of 'mini' card layout
v2.3.3
v2.4.0
Note same code as tag 2.4.0. Adding additional tag for proper findability
Release Notes
- Updated to use patternfly version 2.4.0
Enhancements
- Added new 'mini' layout to Aggregate Status Card
- Improved look and feel of angular patternfly ngDocs
Bug Fixes
- Updated bower main to point to correct location for angular-patternfly.css
- Fixed scoping issue with the Notification service
v2.4.0
Release Notes
- Updated to use patternfly version 2.4.0
Enhancements
- Added new 'mini' layout to Aggregate Status Card
- Improved look and feel of angular patternfly ngDocs
Bug Fixes
- Updated bower main to point to correct location for angular-patternfly.css
- Fixed scoping issue with the Notification service
v2.3.2
v2.3.1
Release Notes
Enhancements
- Improved Angular Patternfly Documentation Home Page - http://angular-patternfly.rhcloud.com/
Bug Fixes
- Fixes #115 - sort direction toggle button in pfSimpleSort and pfDataToolbar directives to invoke callback on click in Firefox
v2.3.0
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