Skip to content

v3.13.0

Choose a tag to compare

@dlabrecq dlabrecq released this 26 Oct 20:19
· 588 commits to master-dist since this release

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).