@patternfly/patternfly 4.222.3 → 4.222.4
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 +19 -0
- package/package.json +1 -1
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,25 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
releaseNoteTOC: true
|
|
5
5
|
---
|
|
6
|
+
## 2022.16 release notes (2022-12-09)
|
|
7
|
+
Packages released:
|
|
8
|
+
- [@patternfly/patternfly@v4.222.4](https://www.npmjs.com/package/@patternfly/patternfly/v/4.222.4)
|
|
9
|
+
|
|
10
|
+
### Components
|
|
11
|
+
- **Dropdown:** Added loading state for split button checkbox ([#5269](https://github.com/patternfly/patternfly/pull/5269))
|
|
12
|
+
- **Form control:** Fixed select dark theme icon ([#5242](https://github.com/patternfly/patternfly/pull/5242))
|
|
13
|
+
- **Menu:** Prevented hidden drilldown items from being focusable ([#5271](https://github.com/patternfly/patternfly/pull/5271))
|
|
14
|
+
- **Slider:** Updated value input styling ([#5249](https://github.com/patternfly/patternfly/pull/5249))
|
|
15
|
+
- **Tabs:**
|
|
16
|
+
- Updated nested demo heading levels ([#5246](https://github.com/patternfly/patternfly/pull/5246))
|
|
17
|
+
- Removed pagination from demo, exposed tags ([#5259](https://github.com/patternfly/patternfly/pull/5259))
|
|
18
|
+
|
|
19
|
+
### Other
|
|
20
|
+
- **Workspace:**
|
|
21
|
+
- Cleaned up demos, added path as way to include partials ([#5135](https://github.com/patternfly/patternfly/pull/5135))
|
|
22
|
+
- Removed test code from #5135 ([#5255](https://github.com/patternfly/patternfly/pull/5255))
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## 2022.15 release notes (2022-11-18)
|
|
7
26
|
Packages released:
|
|
8
27
|
- [@patternfly/patternfly@v4.221.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.221.2)
|