You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).