Releases: patternfly/patternfly-3
Releases · patternfly/patternfly-3
v2.7.0
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
v2.5.0
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
andGruntfile.js
fromBower.json
ignore as they should be distributed via Bower
v2.4.0
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
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
- added spinner input, Bootstrap Touchspin
- added switch input, Bootstrap Switch
- added sort and action options to the Toolbar
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
Release Notes
New Features
- Alternate layout with fixed navbar, sidebar, and optional footer
- Scrolling occurs on the viewport
- Without footer
- With footer
- Scrolling occurs within the scrollable region of the page
- Without footer
- With footer
- Toobar
- New icons
- Thumb tack (pficon-thumb-tack-o and fa-thumb-tack)
- Topology (pficon-topology)
Enhancement
- Added validation states to Boostrap-datepicker
Bug Fix
- Removed !important from mixins as it breaks patternfly-sass build
v2.1.0
Release Notes
New Feature
- added aggregate status card--see the first row of cards on https://rawgit.com/patternfly/patternfly/master/tests/cards.html for examples
Enhancement
- added Quick Start Guide
- added readonly option for Boostrap-datepicker <input>s
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.
v2.0.0 RC1
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 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.
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.
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 4096 selectors in a single stylesheet.