@patternfly/patternfly 4.185.0 → 4.185.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/RELEASE-NOTES.md +22 -0
- package/package.json +1 -1
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,28 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
releaseNoteTOC: true
|
|
5
5
|
---
|
|
6
|
+
## 2022.04 release notes (2022-03-30)
|
|
7
|
+
Packages released:
|
|
8
|
+
- [@patternfly/patternfly@v4.185.1](https://www.npmjs.com/package/@patternfly/patternfly/v/4.185.1)
|
|
9
|
+
|
|
10
|
+
### Components
|
|
11
|
+
- **Accordion:** Made links at bottom of bordered item clickable ([#4740](https://github.com/patternfly/patternfly/pull/4740))
|
|
12
|
+
- **Description list:** Fixed var typo in docs ([#4739](https://github.com/patternfly/patternfly/pull/4739))
|
|
13
|
+
- **Form:** Improved accessible label on form elements in examples/demos ([#4714](https://github.com/patternfly/patternfly/pull/4714))
|
|
14
|
+
- **Form control:** Updated invalid sprite css, examples ([#4732](https://github.com/patternfly/patternfly/pull/4732))
|
|
15
|
+
- **Menu toggle:**
|
|
16
|
+
* Added typeahead variation ([#4673](https://github.com/patternfly/patternfly/pull/4673))
|
|
17
|
+
* Added example of secondary with icon ([#4743](https://github.com/patternfly/patternfly/pull/4743))
|
|
18
|
+
- **Page/modal/wizard:** Made scrollable regions keyboard focusable ([#4736](https://github.com/patternfly/patternfly/pull/4736))
|
|
19
|
+
- **Pagination:** Updated options menu toggle so whole toggle is clickable ([#4723](https://github.com/patternfly/patternfly/pull/4723))
|
|
20
|
+
|
|
21
|
+
### Other
|
|
22
|
+
- **Build:** Updated build to include themes directory ([#4728](https://github.com/patternfly/patternfly/pull/4728))
|
|
23
|
+
- **Dark theme:** Fixed dark theme shadow pf-size-prem ([#4752](https://github.com/patternfly/patternfly/pull/4752))
|
|
24
|
+
- **Demos:** Added new page template to demos ([#4741](https://github.com/patternfly/patternfly/pull/4741))
|
|
25
|
+
- **Icons:** Added critical-risk pficon ([#4758](https://github.com/patternfly/patternfly/pull/4758))
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## 2022.03 release notes (2022-03-08)
|
|
7
29
|
Packages released:
|
|
8
30
|
- [@patternfly/patternfly@v4.183.1](https://www.npmjs.com/package/@patternfly/patternfly/v/4.183.1)
|