Releases: patternfly/angular-patternfly
Releases · patternfly/angular-patternfly
v3.17.0
Release Notes
Updated dependency for PatternFly to 3.17.0
Enhancements
- Added webpack notes to README.md #351: a couple of usage notes about using Angular-Patternfly with Webpack.
Bug Fixes
- Fix for heat map tooltips with angular ui bootstrap upgrade #365
- Fix filter dropdowns for pf card directives #358: This change conditionally loads the card filter template without splitting the uib dropdown directives.
- Fix for alignment of list view rows when some items do not expand #370
- Refactor unit tests to support breaking changes in UI Router 1.0 #355: This is to make Angular UI router unit tests pass when using UI Router 1.0
v3.16.0
Release Notes
Updated dependency for PatternFly to 3.16.0
Enhancements
- Moved to version 0.14.3 of angular-ui #352
- Add
uib
prefixes in accordance to migration guide #353: Migrate deprecated angular-ui-bootstrap usage to new uib-prefixed versions. - Made the publish script generic to support publishing to arbitrary repositories and branches #350
- Automated the Patternfly releases process via Travis and patternfly-re #356
v3.15.0
Release Notes
Updated devDependency for PatternFly to 3.15.0
New Features
- Add datetimepicker #344: Add an Angular directive to wrap the bootstrap datetimepicker.
Enhancements
- Pf vertical navigation ui sref support #345: Implements #342. Modified the directive so that an item accepts a uiSref parameter.
- Introduced a script to publish the "docs" folder to the gh-pages branch #343: The script can also be run locally to push the gh-pages of forks.
Bug Fixes
v3.14.0
Release Notes
Updated devDependency for PatternFly to 3.14.0
Enhancements
v3.13.0
Release Notes
New Features
- Added list view expansion to Angular-Patternfly #330: This change modifies the listview to add expanding row capabilities. The docs have also been updated to include information and an example related to enabling this. Rows can now be expanded using an arrow on the far-left that will allow additional information to be displayed.
Enhancements
- pfSelect - destroy the select picker when the directive is destroyed #329: Since patternfly 3.8, the structure of the HTML generated by the selectpicker js component has changed, and removing the original select element no longer necessarily removes the selectpicker div that's actually visible.
Bug Fixes
- Wrap wizard button in an IIFE to prevent access globally #331: This wraps the function an IIFE which causes the directives to be immediately created and the function is disposed of (and not available on the window object any longer).
v3.12.0
Release Notes
New Features
- Added patternfly-wizard implementation: Includes the initial implementation, documentation and unit tests for the angular-patternfly wizard. #320
Enhancements
- Added the ability to customize ListView action buttons. This fixes issue #317 by adding the ability to add a class to the action button. Adds the ability to add custom HTML to the action button. #323
- Added the ability to set a class or hide menu actions in List View: This addresses issue #306. #324
- Updated Travis to use Node 4: The goal of this PR is to satisfy requirements of PTNFLY-1866, and ensure Angular P.F. builds properly with Node 4 LTS. #325
Bug Fixes
- Added missing script includes to the README file. #316
v3.11.0
Release Notes
Enhancements
- Add a timeout when updating vertical nav on window resize event: This reduces/eliminates the number of times a
$apply already in progress
exception is thrown. Although the exception is caught, some applications still detect the exception and log to the console. #308
Bug Fixes
- Fixes an issue where if a notification is removed while the toast notification is still displayed, the wrong toast notification could get removed. #311
v3.10.0
Release Notes
New Features
- About modal directive and unit tests
#299
Enhancements
- Use Patternfly styling for toast, toast list, and notifications drawer
#296 - Add ability to include badges on nav items in pfVerticalNavigation
#303
Bug Fixes
- Fix for vertical navigation bar brand image.
#300 - Fix for pfVerticalNavigation directive where the body content might not have been
setup at startup. - pfVerticalNavigation: removed the hasSubmenus setting since this is no longer required. No backward compatibility issue since setting this has no effect.
v3.9.0
Release Notes
New Features
- Add pfVerticalNavigation directive. This directive supports primary, secondary, and tertiary navigation with options to allow pinning of the secondary and tertiary navigation menus as well as the option for persistent secondary menus.
- Added pfToastNotification and pfToastNotificationList directives
- Added shrinkwrap
Enhancements
- add expand capability to pfNotificationDrawer