@patternfly/patternfly 4.206.2 → 4.206.3
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 +41 -0
- package/package.json +1 -1
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,47 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
releaseNoteTOC: true
|
|
5
5
|
---
|
|
6
|
+
## 2022.10 release notes (2022-08-04)
|
|
7
|
+
Packages released:
|
|
8
|
+
- [@patternfly/patternfly@v4.206.3](https://www.npmjs.com/package/@patternfly/patternfly/v/4.206.3)
|
|
9
|
+
|
|
10
|
+
### Components
|
|
11
|
+
- **Description list:** Removed dl group mod in examples ([#4993](https://github.com/patternfly/patternfly/pull/4993))
|
|
12
|
+
- **Drawer:**
|
|
13
|
+
- Fixed sticky page sections when in drawer ([#4971](https://github.com/patternfly/patternfly/pull/4971))
|
|
14
|
+
- Fixed broken var names ([#4950](https://github.com/patternfly/patternfly/pull/4950))
|
|
15
|
+
- **Form control:** Fixed disabled text color ([#4988](https://github.com/patternfly/patternfly/pull/4988))
|
|
16
|
+
- **Menu:**
|
|
17
|
+
- Adjusted group title text ([#4917](https://github.com/patternfly/patternfly/pull/4917))
|
|
18
|
+
- Fixed non-visible drilldown submenu VO issue ([#4980](https://github.com/patternfly/patternfly/pull/4980))
|
|
19
|
+
- **Number input:** Added support for status icon ([#4983](https://github.com/patternfly/patternfly/pull/4983))
|
|
20
|
+
- **Page:** Fixed sticky-on section padding ([#5011](https://github.com/patternfly/patternfly/pull/5011))
|
|
21
|
+
- **Popover:** Aligned edge of close button icon with content ([#4998](https://github.com/patternfly/patternfly/pull/4998))
|
|
22
|
+
- **Sidebar:** Added light/dark theme border, remove desktop shadow ([#4938](https://github.com/patternfly/patternfly/pull/4938))
|
|
23
|
+
- **Table:**
|
|
24
|
+
- Added aria-hidden to table border row ([#4923](https://github.com/patternfly/patternfly/pull/4923))
|
|
25
|
+
- Removed truncate from sticky hrs ([#4981](https://github.com/patternfly/patternfly/pull/4981))
|
|
26
|
+
- **Tabs:** Added overflow variation for horiz overflow variation ([#5005](https://github.com/patternfly/patternfly/pull/5005))
|
|
27
|
+
- **Timestamp:** Added component ([#4996](https://github.com/patternfly/patternfly/pull/4996))
|
|
28
|
+
- **Tree view:**
|
|
29
|
+
- Added selectable/expandable, improved click areas ([#4869](https://github.com/patternfly/patternfly/pull/4869))
|
|
30
|
+
- Fixed selectable/expandable node bugs ([#4991](https://github.com/patternfly/patternfly/pull/4991))
|
|
31
|
+
|
|
32
|
+
### Other
|
|
33
|
+
- **Build:**
|
|
34
|
+
- Update docs framework ([#4934](https://github.com/patternfly/patternfly/pull/4934))
|
|
35
|
+
- Updated github workflow to publish docs before a11y tests ([#4967](https://github.com/patternfly/patternfly/pull/4967))
|
|
36
|
+
- Enable a11y attr check, update modal and popover docs ([#4977](https://github.com/patternfly/patternfly/pull/4977))
|
|
37
|
+
- **Global:**
|
|
38
|
+
- Added full height/absolute mods for screen reader class ([#4888](https://github.com/patternfly/patternfly/pull/4888))
|
|
39
|
+
- Updated dark theme visited link color ([#4964](https://github.com/patternfly/patternfly/pull/4964))
|
|
40
|
+
- **Workspace:**
|
|
41
|
+
- Fixed duplicate IDs in example docs ([#4928](https://github.com/patternfly/patternfly/pull/4928))
|
|
42
|
+
- Enabled dark theme switch ([#4937](https://github.com/patternfly/patternfly/pull/4937))
|
|
43
|
+
- Removed react css imports ([#4953](https://github.com/patternfly/patternfly/pull/4953))
|
|
44
|
+
- **Utilities:** Adjusted utility colors in dark theme ([#4933](https://github.com/patternfly/patternfly/pull/4933))
|
|
45
|
+
|
|
46
|
+
|
|
6
47
|
## 2022.08 release notes (2022-06-24)
|
|
7
48
|
Packages released:
|
|
8
49
|
- [@patternfly/patternfly@v4.202.1](https://www.npmjs.com/package/@patternfly/patternfly/v/4.202.1)
|