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 patternfly-wizard implementation: Includes functionality to navigate between pages in the wizard. Also sets the height so that it is consistent from screen to screen, instead of changing size based on the screen contents. #474
Added Required fields for forms: Initial implementation. #473
Added List View implementation for expanding rows. #507
Enhancements
Modified Tree View hover and selected state to be optional: Removed the hover and selected visual styling from treeviews, #462
Updated patternfly-bootstrap-treeview dependency to v.2.1.0. #465
Changed the label color with warning and success: This PR solves issue #292. #293
Updated Travis to use Node 4: The goal of this PR is to satisfy requirements of PTNFLY-1767 and PTNFLY-1766, and ensure Core P.F. builds properly with Node 4 LTS. #497
Added style for selected items in dropdown to match bootstrap-select: This PR adds the selected styling for dropdowns to match the styling set for bootstrap-select objects. #503
Bug Fixes
Fixed for List View where find widget gets cut off page: If the content view type selection is removed, the find widget falls off of the page when clicked. #494
Moved javascript from the toolbar include to the page: This fixes the issue #293 of patternfly-org. #498
Fixed ListView example to show donut charts correctly on pf.org: ListView code example (variant # 1) show donut charts located off the page.. #472