@patternfly/patternfly 4.215.0 → 4.215.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.
Files changed (2) hide show
  1. package/RELEASE-NOTES.md +22 -0
  2. package/package.json +1 -1
package/RELEASE-NOTES.md CHANGED
@@ -3,6 +3,28 @@ id: Release notes
3
3
  section: developer-resources
4
4
  releaseNoteTOC: true
5
5
  ---
6
+ ## 2022.12 release notes (2022-09-14)
7
+ Packages released:
8
+ - [@patternfly/patternfly@v4.215.1](https://www.npmjs.com/package/@patternfly/patternfly/v/4.215.1)
9
+
10
+ ### Components
11
+ - **Banner:** Added support/docs for status icons and text ([#5075](https://github.com/patternfly/patternfly/pull/5075))
12
+ - **Card:** Updated card title to use RHD font ([#5069](https://github.com/patternfly/patternfly/pull/5069))
13
+ - **Form control:** Added plain read only variant ([#5059](https://github.com/patternfly/patternfly/pull/5059))
14
+ - **Icon:** Added icon component ([#5014](https://github.com/patternfly/patternfly/pull/5014))
15
+ - **Log viewer:** Added support for custom line number col size ([#5068](https://github.com/patternfly/patternfly/pull/5068))
16
+ - **Notification badge:** Added expanded state ([#5048](https://github.com/patternfly/patternfly/pull/5048))
17
+ - **Page:** Set max-height on full height variation ([#5066](https://github.com/patternfly/patternfly/pull/5066))
18
+ - **Progress stepper:** Fixed width and long word wrapping ([#5077](https://github.com/patternfly/patternfly/pull/5077))
19
+ - **Tabs:** Fixed button type for tab link ([#5060](https://github.com/patternfly/patternfly/pull/5060))
20
+ - **Tree view:** Fixed dupe id's between checkbox and selectable examples ([#5061](https://github.com/patternfly/patternfly/pull/5061))
21
+ - **Wizard:** Small docs fixes in wizard demos ([#5078](https://github.com/patternfly/patternfly/pull/5078))
22
+
23
+ ### Other
24
+ - **A11y:** Update coverage to include docs ([#5064](https://github.com/patternfly/patternfly/pull/5064))
25
+ - **Docs:** Update hbs id params to be specific to component ([#5062](https://github.com/patternfly/patternfly/pull/5062))
26
+
27
+
6
28
  ## 2022.11 release notes (2022-08-25)
7
29
  Packages released:
8
30
  - [@patternfly/patternfly@v4.210.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.210.2)
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.215.0",
4
+ "version": "4.215.1",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {