Releases: patternfly/patternfly-3
Releases · patternfly/patternfly-3
v3.9.0
Release Notes
New Features
- Add Code of Conduct agreement, per Contributor Convenant request
- PTNFLY-1051 Card View implementation. Single select and multi select card views added
- Add Toast Notification List styling and test page
Enhancements
- horizontal navigation - make it sticky by changing layout to layout-fixed
- added expand feature to notification drawer
- Update bootstrap-datepicker to 1.6.4 which includes a fix for jQuery 3 support
- Added middleware icon to PatternFlyIcons-webfont
- Update bootstrap-combobox to 1.1.7
- Update google-code-prettify to 1.0.5
Bug Fixes
- update the list-group-item.active z-index value
- bug fix to fixed accordions when no parent selector is given
- fix shrinkwrap errors by including d3
v3.8.1
v3.8.0
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
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
v3.5.1
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.
v3.5.0
v3.4.0
Release Notes
New Features
- Notifications Drawer
Enhancements
- Now using only colors from PF palette across the less files.
- Changed inline code style that looks like a warning.
- Changed color on inline code.
- Changed the label color with warning and success
Bug Fixes
- Fixed typo in variable @nav-pf-vertical-secondayr-indicator-padding to @nav-pf-vertical-secondary-indicator-padding.
- Combobox: Fix by adding Bootstrap Combox to Wiredep exclude
v3.3.5
Release Notes
Enhancements
- Color change for error validation messages on forms.
- Added pficons: blueprint, tenant, & private.
Bug Fixes
- Implicitly specify opacity for input placeholders in Firefox
- Remove semicolons from comment lines to aid in SASS conversions