@patternfly/patternfly 4.196.5 → 4.196.6
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 +23 -0
- package/package.json +1 -1
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,29 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
releaseNoteTOC: true
|
|
5
5
|
---
|
|
6
|
+
## 2022.07 release notes (2022-06-03)
|
|
7
|
+
Packages released:
|
|
8
|
+
- [@patternfly/patternfly@v4.196.6](https://www.npmjs.com/package/@patternfly/patternfly/v/4.196.6)
|
|
9
|
+
|
|
10
|
+
### Components
|
|
11
|
+
- **Calendar month:** Improved layout of nav controls ([#4862](https://github.com/patternfly/patternfly/pull/4862))
|
|
12
|
+
- **Chip group:** Fixed premature wrapping ([#4879](https://github.com/patternfly/patternfly/pull/4879))
|
|
13
|
+
- **Drawer:** Added demos with jumplinks ([#4608](https://github.com/patternfly/patternfly/pull/4608))
|
|
14
|
+
- **Form field:** Documented autocomplete limitation ([#4856](https://github.com/patternfly/patternfly/pull/4856))
|
|
15
|
+
- **Form:** Added complex form demo ([#4865](https://github.com/patternfly/patternfly/pull/4865))
|
|
16
|
+
- **Label:** Added gold, updated orange bgcolor ([#4863](https://github.com/patternfly/patternfly/pull/4863))
|
|
17
|
+
- **Page:** Added masthead to header/nav/main stacking context order ([#4839](https://github.com/patternfly/patternfly/pull/4839))
|
|
18
|
+
- **Table:**
|
|
19
|
+
- Added expanded set column width example ([#4852](https://github.com/patternfly/patternfly/pull/4852))
|
|
20
|
+
- Added image and text demo ([#4853](https://github.com/patternfly/patternfly/pull/4853))
|
|
21
|
+
|
|
22
|
+
### Other
|
|
23
|
+
- **Theme:**
|
|
24
|
+
* Imported dark theme per component, added new global var ([#4864](https://github.com/patternfly/patternfly/pull/4864))
|
|
25
|
+
* Update dark theme default text color ([#4875](https://github.com/patternfly/patternfly/pull/4875))
|
|
26
|
+
- **Utilities:** Added font family utilities ([#4868](https://github.com/patternfly/patternfly/pull/4868))
|
|
27
|
+
|
|
28
|
+
|
|
6
29
|
## 2022.06 release notes (2022-05-13)
|
|
7
30
|
Packages released:
|
|
8
31
|
- [@patternfly/patternfly@v4.194.4](https://www.npmjs.com/package/@patternfly/patternfly/v/4.194.4)
|