v2.0.0
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 tocomponents/boostrap-select/dist/js/bootstrap-select.min.js
- Important:
- 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 todist/js/bootstrap-select.min.js
- Important:
- 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
- Improved pficon-service source artwork #74
- Removed class*="-exclamation" as it affects other stylesheets and is no longer needed #75
- Split patternfly.*css into multiple files (patternfly.*css and patternfly-additions.*css) as IE9 only supports 4095 selectors in a single stylesheet.