@patternfly/patternfly 4.151.3 → 4.151.4

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 +36 -1
  2. package/package.json +1 -1
package/RELEASE-NOTES.md CHANGED
@@ -4,6 +4,42 @@ section: developer-resources
4
4
  releaseNoteTOC: true
5
5
  ---
6
6
 
7
+ ## 2021.14 release notes (2021-10-26)
8
+ Packages released:
9
+ - [@patternfly/patternfly@v4.151.4](https://www.npmjs.com/package/@patternfly/patternfly/v/4.151.4)
10
+
11
+ ### Components
12
+ - **App launcher, menu, select:** Fixed favorite colors ([#4437](https://github.com/patternfly/patternfly/pull/4437))
13
+ - **Card:** Added hoverable/selectable/selected-raised ([#4425](https://github.com/patternfly/patternfly/pull/4425))
14
+ - **Context selector:** Added demos ([#4454](https://github.com/patternfly/patternfly/pull/4454))
15
+ - **Form:** Added group role to section and field group ([#4424](https://github.com/patternfly/patternfly/pull/4424))
16
+ - **Modal:** Added demo to link form to submit button in footer ([#4432](https://github.com/patternfly/patternfly/pull/4432))
17
+ - **Nav:**
18
+ - Added third level expansion ([#4460](https://github.com/patternfly/patternfly/pull/4460))
19
+ - Removed broken icon font size var ([#4473](https://github.com/patternfly/patternfly/pull/4473))
20
+ - **Pagination:** Added indeterminate count example ([#4428](https://github.com/patternfly/patternfly/pull/4428))
21
+ - **Panel:** Added panel component ([#4456](https://github.com/patternfly/patternfly/pull/4456))
22
+ - **Popover:**
23
+ - Added alert styling ([#4452](https://github.com/patternfly/patternfly/pull/4452))
24
+ - Increased box shadow from medium to large ([#4457](https://github.com/patternfly/patternfly/pull/4457))
25
+ - **Select:** Added vars for width/min-width ([#4443](https://github.com/patternfly/patternfly/pull/4443))
26
+ - **Table:** Added nested headers ([#4448](https://github.com/patternfly/patternfly/pull/4448))
27
+ - **Text input group:** Moved icon modifier to main element ([#4465](https://github.com/patternfly/patternfly/pull/4465))
28
+ - **Tile:** Updated hover/selected styles ([#4439](https://github.com/patternfly/patternfly/pull/4439))
29
+ - **Toolbar:** Renamed sticky-top to sticky ([#4461](https://github.com/patternfly/patternfly/pull/4461))
30
+ - **Tooltip:** Updated spacing, arrow ([#4462](https://github.com/patternfly/patternfly/pull/4462))
31
+
32
+ ### Other
33
+ - **Build:** Fix select border minification ([#4442](https://github.com/patternfly/patternfly/pull/4442))
34
+ - **Docs:**
35
+ - Promote beta components ([#4459](https://github.com/patternfly/patternfly/pull/4459))
36
+ - Renamed drag drop to drag and drop in sidebar ([#4450](https://github.com/patternfly/patternfly/pull/4450))
37
+ - **Global:** Updated use of date element in examples (#4412) ([#4423](https://github.com/patternfly/patternfly/pull/4423))
38
+ - **Icons:**
39
+ - Copied unicodes from PF3 icons, make new icon unicodes persist ([#4402](https://github.com/patternfly/patternfly/pull/4402))
40
+ - Moved unicodes json write to src so it's bundled with build ([#4468](https://github.com/patternfly/patternfly/pull/4468))
41
+
42
+
7
43
  ## 2021.13 release notes (2021-10-13)
8
44
  Packages released:
9
45
  - [@patternfly/patternfly@v4.144.5](https://www.npmjs.com/package/@patternfly/patternfly/v/4.144.5)
@@ -29,7 +65,6 @@ Packages released:
29
65
  - **Nav:**
30
66
  - Added support for menu component as flyout ([#4417](https://github.com/patternfly/patternfly/pull/4417))
31
67
  - Marked nav flyout example as beta, updated release notes ([#4444](https://github.com/patternfly/patternfly/pull/4444))
32
- - Removed broken icon font size var ([#4473](https://github.com/patternfly/patternfly/pull/4473))
33
68
  - **Progress stepper:** Added help text for popover ([#4381](https://github.com/patternfly/patternfly/pull/4381))
34
69
  - **Radio, checkbox, form:** Corrected label alignment ([#4375](https://github.com/patternfly/patternfly/pull/4375))
35
70
  - **Select:**
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.151.3",
4
+ "version": "4.151.4",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {