Skip to content

v3.12.0

Compare
Choose a tag to compare
@dlabrecq dlabrecq released this 26 Oct 17:36
· 93 commits to master since this release

Release Notes

New Features

  • 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