@patternfly/patternfly 4.182.1 → 4.183.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 +33 -0
- package/assets/images/img_pie-chart-with-legend.png +0 -0
- package/components/MenuToggle/menu-toggle.css +1 -1
- package/components/MenuToggle/menu-toggle.scss +1 -1
- package/docs/demos/Dashboard/examples/Dashboard.md +2260 -0
- package/package.json +1 -1
- package/patternfly-no-reset.css +1 -1
- package/patternfly.css +1 -1
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,39 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
releaseNoteTOC: true
|
|
5
5
|
---
|
|
6
|
+
## 2022.03 release notes (2022-03-08)
|
|
7
|
+
Packages released:
|
|
8
|
+
- [@patternfly/patternfly@v4.183.1](https://www.npmjs.com/package/@patternfly/patternfly/v/4.183.1)
|
|
9
|
+
|
|
10
|
+
### Components
|
|
11
|
+
- **Description list:** Added description list demo ([#4715](https://github.com/patternfly/patternfly/pull/4715))
|
|
12
|
+
- **Form control:** Added icon sprite variation ([#4711](https://github.com/patternfly/patternfly/pull/4711))
|
|
13
|
+
- **Jump links:** Fixed outdated code in demos ([#4703](https://github.com/patternfly/patternfly/pull/4703))
|
|
14
|
+
- **Label group:** Added compact examples ([#4639](https://github.com/patternfly/patternfly/pull/4639))
|
|
15
|
+
- **Masthead:** Updated toggle borders ([#4706](https://github.com/patternfly/patternfly/pull/4706))
|
|
16
|
+
- **Menu:**
|
|
17
|
+
- Added aria attributes ([#4670](https://github.com/patternfly/patternfly/pull/4670))
|
|
18
|
+
- Added checkbox to menu ([#4696](https://github.com/patternfly/patternfly/pull/4696))
|
|
19
|
+
- Added image support ([#4701](https://github.com/patternfly/patternfly/pull/4701))
|
|
20
|
+
- **Menu toggle:**
|
|
21
|
+
- Fixed plain menu toggle state ([#4710](https://github.com/patternfly/patternfly/pull/4710))
|
|
22
|
+
- Added split button ([#4713](https://github.com/patternfly/patternfly/pull/4713))
|
|
23
|
+
- Fixed self referencing var ([#4727](https://github.com/patternfly/patternfly/pull/4727))
|
|
24
|
+
- **Page:** Updated wording in centered examples ([#4698](https://github.com/patternfly/patternfly/pull/4698))
|
|
25
|
+
- **Select:** Fixed active focus states bottom border ([#4702](https://github.com/patternfly/patternfly/pull/4702))
|
|
26
|
+
- **Spinner:** Renamed examples so SVG is default, non-SVG is legacy ([#4697](https://github.com/patternfly/patternfly/pull/4697))
|
|
27
|
+
- **Table:**
|
|
28
|
+
- Added docs around z-index conflicts with use of sticky columns/headers ([#4709](https://github.com/patternfly/patternfly/pull/4709))
|
|
29
|
+
- Updated overflow menu examples ([#4719](https://github.com/patternfly/patternfly/pull/4719))
|
|
30
|
+
- **Tabs:** Updated tabs demos to use secondary tabs and standard styles ([#4712](https://github.com/patternfly/patternfly/pull/4712))
|
|
31
|
+
- **Wizard:** Updated docs/hbs for description to allow div ([#4708](https://github.com/patternfly/patternfly/pull/4708))
|
|
32
|
+
|
|
33
|
+
### Other
|
|
34
|
+
- **Demos:**
|
|
35
|
+
- Used search inputs in demos ([#4691](https://github.com/patternfly/patternfly/pull/4691))
|
|
36
|
+
- Added dashboard demo ([#4721](https://github.com/patternfly/patternfly/pull/4721))
|
|
37
|
+
|
|
38
|
+
|
|
6
39
|
## 2022.02 release notes (2022-02-17)
|
|
7
40
|
Packages released:
|
|
8
41
|
- [@patternfly/patternfly@v4.179.1](https://www.npmjs.com/package/@patternfly/patternfly/v/4.179.1)
|
|
Binary file
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
.pf-c-menu-toggle.pf-m-split-button > .pf-c-check {
|
|
254
254
|
--pf-c-menu-toggle--PaddingRight: 0;
|
|
255
255
|
--pf-c-check__input--MarginTop: 0;
|
|
256
|
-
--pf-c-check__label--Color:
|
|
256
|
+
--pf-c-check__label--Color: currentColor;
|
|
257
257
|
align-items: center;
|
|
258
258
|
align-self: stretch;
|
|
259
259
|
}
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
> .pf-c-check {
|
|
338
338
|
--pf-c-menu-toggle--PaddingRight: 0;
|
|
339
339
|
--pf-c-check__input--MarginTop: 0;
|
|
340
|
-
--pf-c-check__label--Color:
|
|
340
|
+
--pf-c-check__label--Color: currentColor;
|
|
341
341
|
|
|
342
342
|
align-items: center;
|
|
343
343
|
align-self: stretch;
|