@patternfly/patternfly 4.144.4 → 4.144.5

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
@@ -4,9 +4,9 @@ section: developer-resources
4
4
  releaseNoteTOC: true
5
5
  ---
6
6
 
7
- ## 2021.13 release notes (2021-10-08)
7
+ ## 2021.13 release notes (2021-10-13)
8
8
  Packages released:
9
- - [@patternfly/patternfly@v4.144.2](https://www.npmjs.com/package/@patternfly/patternfly/v/4.144.2)
9
+ - [@patternfly/patternfly@v4.144.5](https://www.npmjs.com/package/@patternfly/patternfly/v/4.144.5)
10
10
 
11
11
  ### Components
12
12
  - **Backdrop:** Added var for position to allow customization ([#4391](https://github.com/patternfly/patternfly/pull/4391))
@@ -26,7 +26,9 @@ Packages released:
26
26
  - **Masthead:** Updated column-end ([#4418](https://github.com/patternfly/patternfly/pull/4418))
27
27
  - **Masthead, description list**: Fixed undefined vars ([#4421](https://github.com/patternfly/patternfly/pull/4421))
28
28
  - **Menu:** Added scrollable and plain modifiers ([#4392](https://github.com/patternfly/patternfly/pull/4392))
29
- - **Nav:** Added support for menu component as flyout ([#4417](https://github.com/patternfly/patternfly/pull/4417))
29
+ - **Nav:**
30
+ - Added support for menu component as flyout ([#4417](https://github.com/patternfly/patternfly/pull/4417))
31
+ - Marked nav flyout example as beta, updated release notes ([#4444](https://github.com/patternfly/patternfly/pull/4444))
30
32
  - **Progress stepper:** Added help text for popover ([#4381](https://github.com/patternfly/patternfly/pull/4381))
31
33
  - **Radio, checkbox, form:** Corrected label alignment ([#4375](https://github.com/patternfly/patternfly/pull/4375))
32
34
  - **Select:**
@@ -598,7 +598,7 @@ cssPrefix: pf-c-nav
598
598
 
599
599
  ### Flyout with menu component
600
600
 
601
- ```html
601
+ ```html isBeta
602
602
  <nav class="pf-c-nav" aria-label="Global">
603
603
  <ul class="pf-c-nav__list">
604
604
  <li class="pf-c-nav__item">
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.144.4",
4
+ "version": "4.144.5",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {