Skip to content

Releases: redhat-rcue/rcue

v3.14.0

09 Nov 14:56
Compare
Choose a tag to compare

Release Notes

Enhancements

  • Break up javascript for functions and settings #527: This PR aims to separate the jQuery dependent functions from the basic patternfly settings in the javascript file. This allows non-jquery applications to include only the patternfly-settings to get the settings and defaults without the jquery dependency.

Bug Fixes

  • Remove generated patternfly.js file from /src #528: Now that the patternfly.js file is generated from patternfly-settings.js and patternfly-functions.js, it is no longer a ‘src’ file and should only be found in the /dist directory.
  • Removed the node_modules cache and other changes to speed up the Travis build.

v3.13.0

26 Oct 20:19
Compare
Choose a tag to compare

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.

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

v3.12.0

26 Oct 17:36
Compare
Choose a tag to compare

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

v3.10.0

12 Oct 19:12
Compare
Choose a tag to compare

Release Notes

  • After community discussions on how to improve our release notes, we’ve decided to create a new Github template for pull requests to provide the required level of details. Please list any changes, related PRs/issues, and relevant links in the PR so we can share this information in future release notes.
    #426

New Features

  • add support for badges in Vertical Navigation: This adds support for badges which will increase the width of the navigation menus by 50px to allow space for the badges. To use this badge support add the class ‘nav-pf-vertical-with-badges’ to the nav-pf-vertical div as well as the body container.
    #439
  • Bootstrap Treeview V2: adds checkboxes and hierarchal checks, adds highlight selections and new highlight styles, lazy-loading of treeview items, prevent unselections, and the option disabled node. Treeview v2 also adds a number of API enhancements and supports jQuery 3. For full review of changes to treeview, please see our patternfly-bootstrap-treeview release notes.
    #437

Enhancements

  • PatternflyIcons-webfont.json: added new “Bundle” icons
    #438
  • Adding Find to the toolbar: Fixed bug on IE (text cut and elements overridden), Rewrote toolbar-pf-view-selector component using buttons instead of a list of links, removed unnecessary attributes that either has no effect or were already declared by other piece of code, put styles with one line attribute in one line.
    #440
  • updates to Patternfly HTML, LESS, JS linting: we have upgraded our build tools for lint settings, and added autoprefixer. This should improve distribution code quality and ensure css prefixes for all browsers.
    #430
  • card-view: to support cards that are selectable or NOT selectable, I removed the class card-pf-view-select from the card widget. Now, this class should be declared in the view that consumes the widget.
    #431
  • updates to README: We are suggesting the use of NPM in downstream projects now with Patternfly, however Bower is still an option and we will continue to provide Bower updates. Our README and internal build now reflects use of NPM. If you are using wiredep for dependencies, please note this update.
    #432

Bug Fixes

  • nav-pf-vertical-icon-size : move use of font-size-base after declaration
    #429
  • list-view: removing css that caused issue with borders displaying in secondary and tertiary nav panels. Also moving the z-index fix for PTNFLY-1134 from list-group.less to list-view.less
    #434

v3.9.0

17 Aug 20:40
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • Updated devDependency for PatternFly to 3.9.0

v3.8.1

04 Aug 00:41
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • Updated devDependency for PatternFly to 3.8.1

v3.8.0

03 Aug 16:14
Compare
Choose a tag to compare

Release Notes

New Features

  • Notification Drawer for Horizontal Nav

Enhancements

  • Adding Find to the toolbar
  • Vertical Navigation: add tertiary support, make usability improvements
  • List View full page implementation, added test page
  • Replace TreeView in Wizard with customizable HTML/CSS.
  • Update bower and npm dependencies
  • Added a script used to help create and test pf releases
  • Patternfly is now using a fork of bootstrap-treeview for the time being

Bug Fixes

  • /dist files are no longer tracked in source control, you can now build dist files in your fork: https://github.com/patternfly/patternfly#tests
  • Datepicker: repeated dropdown menus of datepicker
  • Fix @navbar-pf-alt-bg-img variable
  • Fix typo in layout-pf-fixed.transitions

v3.7.0

21 Jul 13:51
Compare
Choose a tag to compare

Release Notes

New Features

  • Added Wizard component.

Enhancements

  • Added Gemnasium badge to README.md.
  • Added Code Climate static code analysis service/badge to README.md.
  • Added Gitter badge to README.md.
  • Added NPM badge to README.md.
  • Added karma and jasmine tests for CI testing.
  • Added Travis to build and run tests upon PR and merge.
  • Added initial smoke tests.
  • Updated README to promote use of Jekyll 3.1.6.
  • Added node security check to Travis.

Bug Fixes

  • Moved the js src out of the dist folder into a new src folder.
  • Moved tests-src dir to tests.
  • Moved tests dir to dist/tests.
  • Moved Jekyll test templates to tests/pages
  • Updated .codeclimate.yml to exclude /dist dir.
  • Listview: Fixed the list-group-heading-overlap.
  • Datepicker: Fixed repeated dropdown menus.

v3.6.0

12 Jul 14:18
Compare
Choose a tag to compare

Release Notes

Enhancements

  • Added about modal

Bug Fixes

  • Navbar: Fixed pficon class name.
  • Datatables: Fixed global search based on regexp.

v3.5.1

06 Jul 13:50
Compare
Choose a tag to compare

Release Notes

Enhancements

  • Added option to disable links.

Bug Fixes

  • Form Inputs: Fixed incorrect border-color for readonly inputs under certain conditions.
  • Form Inputs: Fixed the focus color of the form inputs.
  • Examples: Added the ability to click icon on the mini card.