Releases: patternfly/patternfly-3
Releases · patternfly/patternfly-3
v4.0.0-rc.1
Release Notes
Parity with the 3.23.2 release.
v3.23.2
v3.23.1
v3.23.0
Release Notes
Enhancements
- Update the icon files and CSS icon definitions #612
- Add masthead utility links on the vertical nav on small viewports #615: This PR is related to this jira issue and fixes #496
Bug Fixes
- Remove the "open new window" icon in the header of the vertical nav test pages #611
- Links on the vertical nav mast head are blue #610: they should be light grey.
- Kebab menu in Toast Notifications is not vertically aligned with the text #609
- autoprefixer: support old firefox versions and placeholder fix #614: This fix adds other Firefox version prefixes to autoprefixer that were missed before, along with a fix for form-control::placeholder prefixed css
v3.22.1
v4.0.0-alpha.3
Release Notes
Parity with the 3.21.0 release.
v3.21.0
v3.20.0
Release Notes
Enhancements
- Include examples of pagination in card and list views #578
- Remove direct child selectors from setupVerticalNavigation #567
- Add rebalance and degraded icons #583
- Return a handle to allow js to toggle the collapsed state of the vertical navigation bar #582
Bug Fixes
- OpenSans fonts with cyrillic and latin2 extended #587
v3.19.0
Release Notes
New Features
- ListView drag and drop #574: adding drag and drop features to the ListView component of Angular Patternfly. Less/CSS files only. See angular-patternfly for the implementation.
- TableView pagination #576: Added pagination functionality to TableView.
Bug Fixes
- TableView: Moved onClick event #579: Moved onClick event from "li" to anchor and set first and previous buttons as disabled by default.