Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

v3.13.0

Compare
Choose a tag to compare
@dlabrecq dlabrecq released this 26 Oct 19:05
· 843 commits to master-dist since this release

Release Notes

New Features

  • Added two new icons; server-group and domain #508: This changes the font files for icons as well as variables, icons styles and icons test page.
  • Implemented expand-collapse section in forms #523: Included an example of an expand-collapse section in a form.

Enhancements

  • Moved wizard examples into includes to be consumed by patternfly-org #516: The wizard page in patternfly.org must show only the complete wizard. Thus, the wizard include was split in 3 parts, generating one include for each wizard variation.
  • Allow navigation item labels to use all available space #513: Rather than using a max-width for the item labels, use flex box display to allow the name to take up whatever space is available so as not to truncate the name unless necessary. This only effects browsers supporting Flex box.
  • Improved wizard files organization #519: Improved how the code for wizard is distributed in the files, optimizing to be consumed by patternfly-org.

Bug Fixes

  • Fix empty page on datatables #514: In the current version of Patternfly, there is a fault with the DataTables plugin.
  • Hide vertical navigation menu during initialization #518: This fix automatically adds the .hide-nav-pf class to the navigation menu and body content element during the initialization of the vertical navigation menu to prevent flicker while determining if there is a pinned sub-menu.
  • Show appropriate view selected in test pages #515: This fixes issue #471.