@patternfly/react-docs 5.29.8 → 5.29.9

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 5.29.9 (2021-10-28)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-docs
9
+
10
+
11
+
12
+
13
+
6
14
  ## 5.29.8 (2021-10-27)
7
15
 
8
16
  **Note:** Version bump only for package @patternfly/react-docs
package/RELEASE-NOTES.md CHANGED
@@ -3,6 +3,93 @@ id: Release notes
3
3
  section: developer-resources
4
4
  ---
5
5
 
6
+ ## 2021.14 release notes (2021-10-26)
7
+ - [@patternfly/react-catalog-view-extension@4.19.8](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.19.8)
8
+ - [@patternfly/react-charts@6.21.8](https://www.npmjs.com/package/@patternfly/react-charts/v/6.21.8)
9
+ - [@patternfly/react-code-editor@4.9.8](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.9.8)
10
+ - [@patternfly/react-core@4.168.8](https://www.npmjs.com/package/@patternfly/react-core/v/4.168.8)
11
+ - [@patternfly/react-icons@4.19.8](https://www.npmjs.com/package/@patternfly/react-icons/v/4.19.8)
12
+ - [@patternfly/react-inline-edit-extension@4.13.8](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.13.8)
13
+ - [@patternfly/react-log-viewer@4.13.8](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/4.13.8)
14
+ - [@patternfly/react-styles@4.18.8](https://www.npmjs.com/package/@patternfly/react-styles/v/4.18.8)
15
+ - [@patternfly/react-table@4.37.8](https://www.npmjs.com/package/@patternfly/react-table/v/4.37.8)
16
+ - [@patternfly/react-tokens@4.20.8](https://www.npmjs.com/package/@patternfly/react-tokens/v/4.20.8)
17
+ - [@patternfly/react-topology@4.15.8](https://www.npmjs.com/package/@patternfly/react-topology/v/4.15.8)
18
+ - [@patternfly/react-virtualized-extension@4.15.8](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.15.8)
19
+
20
+ ### Components
21
+ - **Card:**
22
+ - Added accordion and trend demos ([#6451](https://github.com/patternfly/patternfly-react/pull/6451))
23
+ - Updated horizontal grid card demo ([#6448](https://github.com/patternfly/patternfly-react/pull/6448))
24
+ - **Description list:**
25
+ - Updated DescriptionListGroup to forward props to DOM ([#6466](https://github.com/patternfly/patternfly-react/pull/6466))
26
+ - **Dropdown:**
27
+ - Added event to onToggle prop definition of KebabToggle ([#6490](https://github.com/patternfly/patternfly-react/pull/6490))
28
+ - **Dual list selector:**
29
+ - Updated to account for duplicate folders ([#6499](https://github.com/patternfly/patternfly-react/pull/6499))
30
+ - Added disabled flag ([#6442](https://github.com/patternfly/patternfly-react/pull/6442))
31
+ - **Form select:**
32
+ - Fixed format for FormSelectOption isPlaceholder doc text ([#6427](https://github.com/patternfly/patternfly-react/pull/6427))
33
+ - **Label:**
34
+ - Added compact label ([#6448](https://github.com/patternfly/patternfly-react/pull/6448))
35
+ - Updated label's close button aria-label ([#6475](https://github.com/patternfly/patternfly-react/pull/6475))
36
+ - **Menu:**
37
+ - Added isPlain and isScrollable props ([#6440](https://github.com/patternfly/patternfly-react/pull/6440))
38
+ - **Modal:**
39
+ - Cleaned up jest tests ([#6489](https://github.com/patternfly/patternfly-react/pull/6489))
40
+ - **Progress:**
41
+ - Added demos ([#6479](https://github.com/patternfly/patternfly-react/pull/6479))
42
+ - Updated to allow node titles ([#6470](https://github.com/patternfly/patternfly-react/pull/6470))
43
+ - **Progress stepper:**
44
+ - Added help text flag ([#6439](https://github.com/patternfly/patternfly-react/pull/6439))
45
+ - **Select:**
46
+ - Added placeholder style ([#6469](https://github.com/patternfly/patternfly-react/pull/6469))
47
+ - Updated to allow multi-typeahead create with custom options ([#6467](https://github.com/patternfly/patternfly-react/pull/6467))
48
+ - Made SelectOptionProp optional ([#6503](https://github.com/patternfly/patternfly-react/pull/6503))
49
+ - **Tabs:**
50
+ - Added support for tab content body with padding, added tabs open and secondary tabs demos ([#6484](https://github.com/patternfly/patternfly-react/pull/6484))
51
+ - **Text input group:**
52
+ - Added text input group component ([#6482](https://github.com/patternfly/patternfly-react/pull/6482))
53
+ - **Toolbar:**
54
+ - Added sticky top modifier to toolbar ([#6447](https://github.com/patternfly/patternfly-react/pull/6447))
55
+ - **Tree view:**
56
+ - Added memoization and test demo ([#6362](https://github.com/patternfly/patternfly-react/pull/6362))
57
+ - **Wizard:**
58
+ - Changed wizard toggle and wizard toggle item to span tags ([#6428](https://github.com/patternfly/patternfly-react/pull/6428))
59
+ - Updated docs for using WizardContextConsumer ([#6492](https://github.com/patternfly/patternfly-react/pull/6492))
60
+
61
+ ### Access console extension
62
+ - Updated to accept random children in AccessConsole component ([#6374](https://github.com/patternfly/patternfly-react/pull/6374))
63
+
64
+ ### Log viewer extension
65
+ - Fixed resizing problem ([#6459](https://github.com/patternfly/patternfly-react/pull/6459))
66
+
67
+ ### React tokens
68
+ - Added check for no matching var to avoid infinite loop ([#6502](https://github.com/patternfly/patternfly-react/pull/6502))
69
+ - Fixed some values by reading variables last ([#6418](https://github.com/patternfly/patternfly-react/pull/6418))
70
+
71
+ ### Table
72
+ - Updated to account for `disableSelection` in `areAllRowsSelected` method of legacy table ([#6437](https://github.com/patternfly/patternfly-react/pull/6437))
73
+ - Fixed table docs missing import ([#6438](https://github.com/patternfly/patternfly-react/pull/6438))
74
+
75
+ ### Other
76
+ - **Chore**
77
+ - Promoted beta components, cleaned up unused imports ([#6491](https://github.com/patternfly/patternfly-react/pull/6491))
78
+ - Added .eslintignore items and bumped linting packages ([#6420](https://github.com/patternfly/patternfly-react/pull/6420))
79
+ - Added transformer package ([#6507](https://github.com/patternfly/patternfly-react/pull/6507))
80
+ - Published transformer in patternfly org ([#6506](https://github.com/patternfly/patternfly-react/pull/6506))
81
+ - Changed transformer cjs package to private ([#6515](https://github.com/patternfly/patternfly-react/pull/6515))
82
+ - Moved to GitHub actions ([#6399](https://github.com/patternfly/patternfly-react/pull/6399))
83
+ - **Deps:**
84
+ - Updated dependency theme-patternfly-org to v0.7.13 ([#6486](https://github.com/patternfly/patternfly-react/pull/6486))
85
+ - Updated jest to v27 ([#6457](https://github.com/patternfly/patternfly-react/pull/6457))
86
+ - **Docs:**
87
+ - Updated react-core readme ([#6505](https://github.com/patternfly/patternfly-react/pull/6505))
88
+
89
+ ### PF3
90
+ - **Chore:**
91
+ Replaced recompose with react-recompose ([#6429](https://github.com/patternfly/patternfly-react/pull/6429))
92
+
6
93
  ## 2021.13 release notes (2021-10-13)
7
94
  - [@patternfly/react-catalog-view-extension@4.13.18](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.13.18)
8
95
  - [@patternfly/react-charts@6.15.32](https://www.npmjs.com/package/@patternfly/react-charts/v/6.15.32)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/react-docs",
3
3
  "description": "PatternFly React Docs",
4
- "version": "5.29.8",
4
+ "version": "5.29.9",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "tag": "prerelease-v4"
@@ -23,18 +23,18 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@patternfly/patternfly": "4.151.4",
26
- "@patternfly/react-catalog-view-extension": "^4.19.8",
27
- "@patternfly/react-charts": "^6.21.8",
28
- "@patternfly/react-code-editor": "^4.9.8",
29
- "@patternfly/react-core": "^4.168.8",
30
- "@patternfly/react-icons": "^4.19.8",
31
- "@patternfly/react-inline-edit-extension": "^4.13.8",
32
- "@patternfly/react-log-viewer": "^4.13.8",
33
- "@patternfly/react-styles": "^4.18.8",
34
- "@patternfly/react-table": "^4.37.8",
35
- "@patternfly/react-tokens": "^4.20.8",
36
- "@patternfly/react-topology": "^4.15.8",
37
- "@patternfly/react-virtualized-extension": "^4.15.8"
26
+ "@patternfly/react-catalog-view-extension": "^4.19.9",
27
+ "@patternfly/react-charts": "^6.21.9",
28
+ "@patternfly/react-code-editor": "^4.9.9",
29
+ "@patternfly/react-core": "^4.168.9",
30
+ "@patternfly/react-icons": "^4.19.9",
31
+ "@patternfly/react-inline-edit-extension": "^4.13.9",
32
+ "@patternfly/react-log-viewer": "^4.13.9",
33
+ "@patternfly/react-styles": "^4.18.9",
34
+ "@patternfly/react-table": "^4.37.9",
35
+ "@patternfly/react-tokens": "^4.20.9",
36
+ "@patternfly/react-topology": "^4.15.9",
37
+ "@patternfly/react-virtualized-extension": "^4.15.9"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@patternfly/patternfly-a11y": "4.2.1",
@@ -53,5 +53,5 @@
53
53
  "last 2 versions",
54
54
  "not ie <= 11"
55
55
  ],
56
- "gitHead": "65892669e3aa015e47ef7bcb379e4eb7d317f1ac"
56
+ "gitHead": "3d8b463270b30ee44d2a8bbb79f34edc0e08ab5e"
57
57
  }