@patternfly/patternfly 4.182.1 → 4.182.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.
Files changed (2) hide show
  1. package/RELEASE-NOTES.md +31 -0
  2. package/package.json +1 -1
package/RELEASE-NOTES.md CHANGED
@@ -3,6 +3,37 @@ id: Release notes
3
3
  section: developer-resources
4
4
  releaseNoteTOC: true
5
5
  ---
6
+
7
+ ## 2022.03 release notes (2022-03-08)
8
+ Packages released:
9
+ - [@patternfly/patternfly@v4.182.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.182.2)
10
+
11
+ ### Components
12
+ - **Description list:** Added description list demo ([#4715](https://github.com/patternfly/patternfly/pull/4715))
13
+ - **Form control:** Added icon sprite variation ([#4711](https://github.com/patternfly/patternfly/pull/4711))
14
+ - **Jump links:** Fixed outdated code in demos ([#4703](https://github.com/patternfly/patternfly/pull/4703))
15
+ - **Label group:** Added compact examples ([#4639](https://github.com/patternfly/patternfly/pull/4639))
16
+ - **Masthead:** Updated toggle borders ([#4706](https://github.com/patternfly/patternfly/pull/4706))
17
+ - **Menu:**
18
+ - Added aria attributes ([#4670](https://github.com/patternfly/patternfly/pull/4670))
19
+ - Added checkbox to menu ([#4696](https://github.com/patternfly/patternfly/pull/4696))
20
+ - Added image support ([#4701](https://github.com/patternfly/patternfly/pull/4701))
21
+ - **Menu toggle:**
22
+ - Fixed plain menu toggle state ([#4710](https://github.com/patternfly/patternfly/pull/4710))
23
+ - Added split button ([#4713](https://github.com/patternfly/patternfly/pull/4713))
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:** Used search inputs in demos ([#4691](https://github.com/patternfly/patternfly/pull/4691))
35
+
36
+
6
37
  ## 2022.02 release notes (2022-02-17)
7
38
  Packages released:
8
39
  - [@patternfly/patternfly@v4.179.1](https://www.npmjs.com/package/@patternfly/patternfly/v/4.179.1)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.182.1",
4
+ "version": "4.182.2",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {