@patternfly/patternfly 4.202.0 → 4.202.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 +28 -1
- package/package.json +1 -1
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,33 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
releaseNoteTOC: true
|
|
5
5
|
---
|
|
6
|
+
## 2022.08 release notes (2022-06-24)
|
|
7
|
+
Packages released:
|
|
8
|
+
- [@patternfly/patternfly@v4.202.1](https://www.npmjs.com/package/@patternfly/patternfly/v/4.202.1)
|
|
9
|
+
|
|
10
|
+
### Components
|
|
11
|
+
- **Card:**
|
|
12
|
+
- Added styling to cards when their hidden input is focused ([#4902](https://github.com/patternfly/patternfly/pull/4902))
|
|
13
|
+
- Fixed dark theme card, light bg contrast ([#4903](https://github.com/patternfly/patternfly/pull/4903))
|
|
14
|
+
- Forced dark theme dark section card bg color ([#4913](https://github.com/patternfly/patternfly/pull/4913))
|
|
15
|
+
- **Description list:** Added display and card mods ([#4895](https://github.com/patternfly/patternfly/pull/4895))
|
|
16
|
+
- **Drawer:** Removed duplicate body element on jumplinks demo ([#4910](https://github.com/patternfly/patternfly/pull/4910))
|
|
17
|
+
- **Dropdown:** Added secondary split toggle ([#4897](https://github.com/patternfly/patternfly/pull/4897))
|
|
18
|
+
- **Masthead:** Fixed default/dynamic viewport based inset when using resize observer ([#4919](https://github.com/patternfly/patternfly/pull/4919))
|
|
19
|
+
- **Menu:** Fixed scrollbar on flyout variant ([#4892](https://github.com/patternfly/patternfly/pull/4892))
|
|
20
|
+
- **Menu toggle:** Updated typeahead variant layout/spacing ([#4750](https://github.com/patternfly/patternfly/pull/4750))
|
|
21
|
+
- **Notification badge:** Fixed documentation links ([#4891](https://github.com/patternfly/patternfly/pull/4891))
|
|
22
|
+
- **Progress stepper:**
|
|
23
|
+
- Added horizontal/vertical breakpoint support ([#4901](https://github.com/patternfly/patternfly/pull/4901))
|
|
24
|
+
- Used button for step title help text ([#4912](https://github.com/patternfly/patternfly/pull/4912))
|
|
25
|
+
- **Table:**
|
|
26
|
+
- Added tr border to sticky nested table header ([#4857](https://github.com/patternfly/patternfly/pull/4857))
|
|
27
|
+
- Removed bullseye layout in demos ([#4904](https://github.com/patternfly/patternfly/pull/4904))
|
|
28
|
+
- **Tabs:** Added expandable overflow styling ([#4876](https://github.com/patternfly/patternfly/pull/4876))
|
|
29
|
+
- **Page:** Added height breakpoints for sticky top and bottom modifiers ([#4905](https://github.com/patternfly/patternfly/pull/4905))
|
|
30
|
+
- **Wizard:** Moved footer to sibling of drawer ([#4896](https://github.com/patternfly/patternfly/pull/4896))
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## 2022.07 release notes (2022-06-03)
|
|
7
34
|
Packages released:
|
|
8
35
|
- [@patternfly/patternfly@v4.196.7](https://www.npmjs.com/package/@patternfly/patternfly/v/4.196.7)
|
|
@@ -23,7 +50,7 @@ Packages released:
|
|
|
23
50
|
- **Theme:**
|
|
24
51
|
* Imported dark theme per component, added new global var ([#4864](https://github.com/patternfly/patternfly/pull/4864))
|
|
25
52
|
* Updated dark theme default text color ([#4875](https://github.com/patternfly/patternfly/pull/4875))
|
|
26
|
-
* Updated build process to copy files from new SCSS location ([#
|
|
53
|
+
* Updated build process to copy files from new SCSS location ([#4878](https://github.com/patternfly/patternfly/issues/4878))
|
|
27
54
|
- **Utilities:** Added font family utilities ([#4868](https://github.com/patternfly/patternfly/pull/4868))
|
|
28
55
|
|
|
29
56
|
|