Skip to content

v2.0.0

Compare
Choose a tag to compare
@rhamilto rhamilto released this 11 Aug 15:41
· 1504 commits to master since this 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: 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