@patternfly/patternfly 4.224.0 → 4.224.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 CHANGED
@@ -3,6 +3,23 @@ id: Release notes
3
3
  section: developer-resources
4
4
  releaseNoteTOC: true
5
5
  ---
6
+ ## 2023.01 release notes (2023-01-25)
7
+ Packages released:
8
+ - [@patternfly/patternfly@v4.224.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.224.2)
9
+
10
+ ### Components
11
+ - **Calendar month:** Updated year width to not truncate ([#5316](https://github.com/patternfly/patternfly/pull/5316))
12
+ - **Card:** Removed unnecessary class from labels in demos ([#5306](https://github.com/patternfly/patternfly/pull/5306))
13
+ - **Charts:** Removed dupe vars ([#5312](https://github.com/patternfly/patternfly/pull/5312))
14
+ - **Content:** Added plain list variation ([#5337](https://github.com/patternfly/patternfly/pull/5337))
15
+ - **Tabs:** Removed help action specific styling ([#5330](https://github.com/patternfly/patternfly/pull/5330))
16
+ - **Wizard:** Fixed demo footer layout ([#5317](https://github.com/patternfly/patternfly/pull/5317))
17
+
18
+ ### Other
19
+ - **Icons:** Added data-processor icon ([#5284](https://github.com/patternfly/patternfly/pull/5284))
20
+ - **Workspace:** Cleaned up beta tags for v4 ([#5329](https://github.com/patternfly/patternfly/pull/5329))
21
+
22
+
6
23
  ## 2022.16 release notes (2022-12-09)
7
24
  Packages released:
8
25
  - [@patternfly/patternfly@v4.222.4](https://www.npmjs.com/package/@patternfly/patternfly/v/4.222.4)
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  id: 'Banner'
3
3
  section: components
4
- beta: true
5
4
  cssPrefix: pf-c-banner
6
5
  wrapperTag: div
7
6
  ---## Examples
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  id: 'Description list'
3
- beta: true
4
3
  section: components
5
4
  cssPrefix: pf-d-description-list
6
5
  ---## Examples
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  id: 'Helper text'
3
- beta: true
4
3
  section: components
5
4
  ---## Examples
6
5
 
@@ -3933,7 +3933,7 @@ Using the `.pf-m-full-height` modifier class on the page component eliminates th
3933
3933
 
3934
3934
  ### Sticky breadcrumb on medium
3935
3935
 
3936
- ```html isFullscreen isBeta
3936
+ ```html isFullscreen
3937
3937
  <div class="pf-c-page" id="page-demo-sticky-top-breadcrumb">
3938
3938
  <a
3939
3939
  class="pf-c-skip-to-content pf-c-button pf-m-primary"
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  id: 'Password strength'
3
- beta: true
4
3
  section: demos
5
4
  ---## Examples
6
5
 
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.224.0",
4
+ "version": "4.224.2",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -79,7 +79,7 @@
79
79
  "stylelint-scss": "^4.3.0",
80
80
  "stylelint-value-no-unknown-custom-properties": "^4.0.0",
81
81
  "surge": "^0.21.3",
82
- "@patternfly/documentation-framework": "1.3.9",
82
+ "@patternfly/documentation-framework": "1.4.2",
83
83
  "unified": "^9.2.0",
84
84
  "webpack": "^4.43.0"
85
85
  },