Skip to content

Releases: patternfly/patternfly-3

v2.7.0

07 Dec 15:17
Compare
Choose a tag to compare

Release Notes

New Features

  • Added link to more robust code standards, adjusted test page markup to align with code standards
  • Added build icon

Bug Fix

  • Corrected typo in donut label ("Gpbs" --> "Gbps")

v2.6.0

10 Nov 14:20
Compare
Choose a tag to compare

Release Notes

New Features

  • added trend up and trend down icons #157

Bug Fixes

  • Added bug fix to account for padding on edges of sparkline charts #151
  • Resolved an issue where the center label in custom donut charts did not render in Internet Explorer #152
  • Corrected labelling errors on utilization trend card examples #153 #154 #155
  • Simplified custom donut chart Less/CSS #156

v2.5.0

27 Oct 14:09
Compare
Choose a tag to compare

Release Notes

New Features

  • Added the ability to have a Tooltip on the unfilled portion of a Progress Bar
  • Added Spinner variant for use on dark backgrounds (spinner-inverse)
  • Added new Progress Bar layouts (Left Description, Left Description and Right Label)
  • Added Utilization Bar Card
  • Added Time Frame Filter and Footer Link Action Icon options to Cards
  • Added Utilization Card

Enhancement

  • Revised the look and feel of existing Progress Bars to meet new design specifications
  • Updated DataTables dependency to v1.10.9
  • Revised the look and feel of existing Alerts to meet new design specifications
  • Revised Custom Donut Chart to better match design specifications

Bug Fixes

  • Removed data-original-title attribute from tooltip and popover examples
  • Removed package.json and Gruntfile.js from Bower.json ignore as they should be distributed via Bower

v2.4.0

13 Oct 13:43
Compare
Choose a tag to compare

Release Notes

New Features

  • added custom Donut Chart #130
  • added Aggregate Status Mini Card #136
  • added pficon-builder-image and fa-tachometer icons #137

Enhancement

  • Converted pficon character mappings to variables #128

Bug Fixes

  • Removed a redeclaration of @bootstrap-switch-base to ease patternfly-sass build #131

  • Added npm-shrinkwrap.json to ensure build dependencies are consistent #134

    Anyone who has helped develop PatternFly prior to this release needs to:

    npm uninstall grunt-contrib-cssmin grunt-contrib-uglify
    

    and then

    npm install
    

    to ensure they have the correct build dependencies installed.

v2.3.0

30 Sep 14:15
Compare
Choose a tag to compare

Release Notes

Important

The html markup for Toolbar changed from v2.2.0 and is not backward compatible; if you're using the Toolbar markup, make sure you update to the new standard.

New Features

Bug Fixes

  • in alternate layout test pages, only include .navbar-brand-icon if the Jekyll site config navbar-pf-alt-navbar-brand-icon is true
  • added patternfly-additions.css to Bower.json
  • made .dropdown-menu positioning within .dropdown consistent with .dropdown-menu positioning within .btn-group or .input-group-btn
  • changed aggregate status tile title icon color
  • fixed alignment of .btn within .alert #122

v2.2.0

03 Sep 18:26
Compare
Choose a tag to compare

Release Notes

New Features

Enhancement

Bug Fix

v2.1.0

26 Aug 18:39
Compare
Choose a tag to compare

Release Notes

New Feature

Enhancement

v2.0.0

11 Aug 15:41
Compare
Choose a tag to compare

Release Notes

Important

With this release, PatternFly:

  • no longer supports Internet Explorer 8.
  • splits the CSS into two files (patternfly.*css and patternfly-additions.*css) to avoid a limitation of Internet Explorer 9 where only 4095 selectors are recognized in a single stylesheet.
  • updates dependencies as follows:
    • Bootstrap from v3.3.4 to v3.3.5
    • Bootstrap Tree View from v1.0.1 to v1.2.0
    • Bootstrap Select from v1.5.4 to v1.7.3
      • Important: components/boostrap-select/bootstrap-select.min.js moved to components/boostrap-select/dist/js/bootstrap-select.min.js
    • Google Code Prettify from v1.0.3 to v1.0.4
    • jQuery from v1.11.3 to v2.1.4
      • Note: jQuery v1.11.3 continues to work fine, so if you app requires it, there should be no issues.

New Features

  • New icons:
    • pficon-kubernetes
    • pficon-openshift
    • pficon-project
    • pficon-registry
    • pficon-replicator
    • pficon-route
  • Basic card
  • Date picker
  • Publishing via npm

Enhancements

  • Added jslint to improve Javascript code quality.
  • Removed IE8 utilities (html5shiv and respond) as PatternFly no longer supports IE8.
  • Removed deprecated icons:
    • pficon-add (use fa-plus instead)
    • pficon-layered > pficon-error-octagon + pficon-error-exclamation (use pficon-error-circle-o instead)
    • pficon-layered > pficon-warning-triangle + pficon-warning-exclamation (use pficon-warning-triangle-o instead)
    • pficon-remove (use fa-minus instead)
  • Removed deprecated navbar context selector examples.
  • Updated dependencies:
    • Bootstrap from v3.3.4 to v3.3.5
    • Bootstrap Tree View from v1.0.1 to v1.2.0
    • Bootstrap Select from v1.5.4 to v1.7.3
      • Important: bootstrap-select.min.js moved to dist/js/bootstrap-select.min.js
    • Google Code Prettify from v1.0.3 to v1.0.4
    • jQuery from v1.11.3 to v2.1.4
      • Note: jQuery v1.11.3 continues to work fine, so if you app requires it, there should be no issues.
  • Added grunt-css-count to keep track of the number of selectors in each CSS file.
  • Updated Apple touch icons to iOS 8 standards.
  • Added CSS source maps.
  • Added in field help example.

Bug Fixes

v2.0.0 RC1

23 Jul 13:26
Compare
Choose a tag to compare
v2.0.0 RC1 Pre-release
Pre-release

Release Notes

Important

With this release, PatternFly:

  • no longer supports Internet Explorer 8.
  • splits the CSS into two files (patternfly.*css and patternfly-additions.*css) to avoid a limitation of Internet Explorer 9 where only 4095 selectors are recognized in a single stylesheet.
  • updates dependencies as follows:
    • Bootstrap from v3.3.4 to v3.3.5
    • Bootstrap Tree View from v1.0.1 to v1.2.0
    • Bootstrap Select from v1.5.4 to v1.7.3
      • Important: bootstrap-select.min.js moved to dist/js/bootstrap-select.min.js
    • Google Code Prettify from v1.0.3 to v1.0.4
    • jQuery from v1.11.3 to v2.1.4
      • Note: jQuery v1.11.3 continues to work fine, so if you app requires it, there should be no issues.

New Features

  • New icons:
    • pficon-kubernetes
    • pficon-openshift
    • pficon-project
    • pficon-registry
    • pficon-replicator
    • pficon-route
  • Basic card
  • Date picker
  • Publishing via npm

Enhancements

  • Added jslint to improve Javascript code quality.
  • Removed IE8 utilities (html5shiv and respond) as PatternFly no longer supports IE8.
  • Removed deprecated icons:
    • pficon-add (use fa-plus instead)
    • pficon-layered > pficon-error-octagon + pficon-error-exclamation (use pficon-error-circle-o instead)
    • pficon-layered > pficon-warning-triangle + pficon-warning-exclamation (use pficon-warning-triangle-o instead)
    • pficon-remove (use fa-minus instead)
  • Removed deprecated navbar context selector examples.
  • Updated dependencies:
    • Bootstrap from v3.3.4 to v3.3.5
    • Bootstrap Tree View from v1.0.1 to v1.2.0
    • Bootstrap Select from v1.5.4 to v1.7.3
      • Important: bootstrap-select.min.js moved to dist/js/bootstrap-select.min.js
    • Google Code Prettify from v1.0.3 to v1.0.4
    • jQuery from v1.11.3 to v2.1.4
      • Note: jQuery v1.11.3 continues to work fine, so if you app requires it, there should be no issues.
  • Added grunt-css-count to keep track of the number of selectors in each CSS file.
  • Updated Apple touch icons to iOS 8 standards.
  • Added CSS source maps.

Bug Fixes

v1.3.0

04 Jun 14:39
Compare
Choose a tag to compare

Release Notes

New Feature

  • Basic charts powered by C3 and D3.
    Note: charts are not compatible with Internet Explorer 8.
    • Line
    • Sparkline
    • Spline
    • Area
    • Stacked area
    • Bar
    • Donut