@patternfly/patternfly 4.210.1 → 4.210.2
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 +27 -0
- 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.11 release notes (2022-08-25)
|
|
7
|
+
Packages released:
|
|
8
|
+
- [@patternfly/patternfly@v4.210.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.210.2)
|
|
9
|
+
|
|
10
|
+
### Components
|
|
11
|
+
- **Avatar:** Updated examples to use correct avatar image, simplified hbs ([#5026](https://github.com/patternfly/patternfly/pull/5026))
|
|
12
|
+
- **Button:** Added a badge count to the link button ([#5029](https://github.com/patternfly/patternfly/pull/5029))
|
|
13
|
+
- **Card:** Updated body fill example to show fill behavior ([#5022](https://github.com/patternfly/patternfly/pull/5022))
|
|
14
|
+
- **Checkbox:** Added support for required indicator ([#5025](https://github.com/patternfly/patternfly/pull/5025))
|
|
15
|
+
- **Dropdown, select, context selector:** Added static variation for menu ([#4986](https://github.com/patternfly/patternfly/pull/4986))
|
|
16
|
+
- **Expandable section:**
|
|
17
|
+
* Added truncate variant ([#5001](https://github.com/patternfly/patternfly/pull/5001))
|
|
18
|
+
* Fixed top margin on detached truncate toggle ([#5045](https://github.com/patternfly/patternfly/pull/5045))
|
|
19
|
+
- **Menu:** Removed footer bottom border when scrollable ([#5002](https://github.com/patternfly/patternfly/pull/5002))
|
|
20
|
+
- **Page:** Added full-height modifier ([#5018](https://github.com/patternfly/patternfly/pull/5018))
|
|
21
|
+
- **Search input:** Added collapsible variant ([#4827](https://github.com/patternfly/patternfly/pull/4827))
|
|
22
|
+
- **Table:** Added max-height support to outerscroll container ([#5039](https://github.com/patternfly/patternfly/pull/5039))
|
|
23
|
+
- **Timestamp:** Added outline-offset and fixed trailing whitespace ([#5047](https://github.com/patternfly/patternfly/pull/5047))
|
|
24
|
+
|
|
25
|
+
### Other
|
|
26
|
+
- **Global:** Added custom property to allow override of root font-size ([#5032](https://github.com/patternfly/patternfly/pull/5032))
|
|
27
|
+
- **Theme:**
|
|
28
|
+
* Adjusted dark theme colors ([#5020](https://github.com/patternfly/patternfly/pull/5020))
|
|
29
|
+
* Improved contrast of dark theme red-8888, warning button text ([#5041](https://github.com/patternfly/patternfly/pull/5041))
|
|
30
|
+
- **Workspace:** Fixed a11y violations in data-list and toolbar ([#5015](https://github.com/patternfly/patternfly/pull/5015))
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## 2022.10 release notes (2022-08-04)
|
|
7
34
|
Packages released:
|
|
8
35
|
- [@patternfly/patternfly@v4.206.3](https://www.npmjs.com/package/@patternfly/patternfly/v/4.206.3)
|