@patternfly/react-docs 5.103.62 → 5.103.64

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,25 @@
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.103.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.63...@patternfly/react-docs@5.103.64) (2023-02-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **react-docs:** remove dependency on react-catalog-view-extension ([#8559](https://github.com/patternfly/patternfly-react/issues/8559)) ([61598f1](https://github.com/patternfly/patternfly-react/commit/61598f159d899346b07f640fb61b46f76426d019))
12
+
13
+
14
+
15
+
16
+
17
+ ## [5.103.63](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.62...@patternfly/react-docs@5.103.63) (2023-02-01)
18
+
19
+ **Note:** Version bump only for package @patternfly/react-docs
20
+
21
+
22
+
23
+
24
+
6
25
  ## [5.103.62](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.61...@patternfly/react-docs@5.103.62) (2023-01-27)
7
26
 
8
27
  **Note:** Version bump only for package @patternfly/react-docs
package/RELEASE-NOTES.md CHANGED
@@ -3,6 +3,142 @@ id: Release notes
3
3
  section: developer-resources
4
4
  ---
5
5
 
6
+ ## 2023.01 release notes (2023-01-26)
7
+ - [@patternfly/react-catalog-view-extension@4.95.1](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.95.1)
8
+ - [@patternfly/react-charts@6.94.18](https://www.npmjs.com/package/@patternfly/react-charts/v/6.94.18)
9
+ - [@patternfly/react-code-editor@4.82.113](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.82.113)
10
+ - [@patternfly/react-core@4.276.6](https://www.npmjs.com/package/@patternfly/react-core/v/4.276.6)
11
+ - [@patternfly/react-icons@4.93.6](https://www.npmjs.com/package/@patternfly/react-icons/v/4.93.6)
12
+ - [@patternfly/react-inline-edit-extension@4.86.118](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.86.118)
13
+ - [@patternfly/react-log-viewer@4.87.100](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/4.87.100)
14
+ - [@patternfly/react-styles@4.92.6](https://www.npmjs.com/package/@patternfly/react-styles/v/4.92.6)
15
+ - [@patternfly/react-table@4.112.39](https://www.npmjs.com/package/@patternfly/react-table/v/4.112.39)
16
+ - [@patternfly/react-tokens@4.94.6](https://www.npmjs.com/package/@patternfly/react-tokens/v/4.94.6)
17
+ - [@patternfly/react-topology@4.91.27](https://www.npmjs.com/package/@patternfly/react-topology/v/4.91.27)
18
+ - [@patternfly/react-virtualized-extension@4.88.113](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.88.113)
19
+
20
+ ### Beta Component breaking changes
21
+ - **Date picker:**
22
+ - Reordered parameters in `onChange` and `onBlur` callbacks to add event as first parameter ([#8529](https://github.com/patternfly/patternfly-react/pull/8529))
23
+ - **Label:**
24
+ - Added event as first parameter to `onEditComplete` and `onEditCancel` ([#8544](https://github.com/patternfly/patternfly-react/pull/8544))
25
+ - **Menu:**
26
+ - Reordered parameters in `onDrillIn` and `onDrillOut` callbacks to add event as first parameter ([#8514](https://github.com/patternfly/patternfly-react/pull/8514))
27
+ - **Search input:**
28
+ - Renamed `ExpandableInput` to `SearchInputExpandable` ([#8527](https://github.com/patternfly/patternfly-react/pull/8527))
29
+ - Renamed `SearchAttribute` to `SearchInputSearchAttribute` ([#8527](https://github.com/patternfly/patternfly-react/pull/8527))
30
+ - Reordered parameters in `onChange` and `onSearch` callbacks to add event as first parameter. ([#8516](https://github.com/patternfly/patternfly-react/pull/8516))
31
+ - **Text input group:**
32
+ - Reordered `onChange` parameters so that event is first ([#8494](https://github.com/patternfly/patternfly-react/pull/8494))
33
+ - **Time picker:**
34
+ - Added event to `onChange` callback as the first parameter ([#8493](https://github.com/patternfly/patternfly-react/pull/8493))
35
+
36
+ ### Components
37
+ - **Accordion:**
38
+ - Made scrollable content focusable ([#8515](https://github.com/patternfly/patternfly-react/pull/8515))
39
+ - **Chip:**
40
+ - Forwarded given role to chip component ([#8383](https://github.com/patternfly/patternfly-react/pull/8383))
41
+ - Spread fewer props ([#8584](https://github.com/patternfly/patternfly-react/pull/8584))
42
+ - **Code editor:**
43
+ - Upgrade `react-monaco-editor` to latest version ([#8577](https://github.com/patternfly/patternfly-react/pull/8577))
44
+ - **Date picker:**
45
+ - Reordered parameters in `onChange` and `onBlur` callbacks to add event as first parameter ([#8529](https://github.com/patternfly/patternfly-react/pull/8529))
46
+ - **Dropdown:**
47
+ - Added support for in progress variation ([#8436](https://github.com/patternfly/patternfly-react/pull/8436))
48
+ - **Dropdown next:**
49
+ - Updated logic for keyboard interaction ([#8496](https://github.com/patternfly/patternfly-react/pull/8496))
50
+ - Added content to dropdown next component examples. ([#8378](https://github.com/patternfly/patternfly-react/pull/8378))
51
+ - **Dual list selector:**
52
+ - Added empty state to composable examples ([#8480](https://github.com/patternfly/patternfly-react/pull/8480))
53
+ - **Expandable section:**
54
+ - Made toggle button conditional with truncate variant ([#8570](https://github.com/patternfly/patternfly-react/pull/8570))
55
+ - **File upload:**
56
+ - Updated `dropzoneProps` to be partial ([#8407](https://github.com/patternfly/patternfly-react/pull/8407))
57
+ - **Label:**
58
+ - Added event as first parameter to `onEditComplete` and `onEditCancel` ([#8544](https://github.com/patternfly/patternfly-react/pull/8544))
59
+ - **Label group:**
60
+ - Updated to show the correct count of overflow labels ([#8505](https://github.com/patternfly/patternfly-react/pull/8505))
61
+ - **Menu:**
62
+ - Reordered parameters in `onDrillIn` and `onDrillOut` callbacks to add event as first parameter ([#8514](https://github.com/patternfly/patternfly-react/pull/8514))
63
+ - Added option to use React component and node in `groupMenu` ([#8219](https://github.com/patternfly/patternfly-react/pull/8219))
64
+ - Added content to menu examples ([#8018](https://github.com/patternfly/patternfly-react/pull/8018))
65
+ - **Modal:**
66
+ - Added content to modal examples. ([#8117](https://github.com/patternfly/patternfly-react/pull/8117))
67
+ - **Number input:**
68
+ - Made `allowEmptyInput` an opt-in prop ([#8502](https://github.com/patternfly/patternfly-react/pull/8502))
69
+ - **Page:**
70
+ - Removed redundant padding value in example ([#8485](https://github.com/patternfly/patternfly-react/pull/8485))
71
+ - Adds content to page component examples. ([#8198](https://github.com/patternfly/patternfly-react/pull/8198))
72
+ - **Progress stepper:**
73
+ - Updated tests to new React testing library standards ([#8437](https://github.com/patternfly/patternfly-react/pull/8437))
74
+ - **Search input:**
75
+ - Renamed `ExpandableInput` to `SearchInputExpandable` ([#8527](https://github.com/patternfly/patternfly-react/pull/8527))
76
+ - Renamed `SearchAttribute` to `SearchInputSearchAttribute` ([#8527](https://github.com/patternfly/patternfly-react/pull/8527))
77
+ - Reordered parameters in `onChange` and `onSearch` callbacks to add event as first parameter. ([#8516](https://github.com/patternfly/patternfly-react/pull/8516))
78
+ - Added a name prop to the input ([#8554](https://github.com/patternfly/patternfly-react/pull/8554))
79
+ - **Select:**
80
+ - Added toggle ref ([#8528](https://github.com/patternfly/patternfly-react/pull/8528))
81
+ - **Select next:**
82
+ - Updated logic for keyboard interaction ([#8496](https://github.com/patternfly/patternfly-react/pull/8496))
83
+ - **Simple list:**
84
+ - Added aria label to ungrouped simple list ([#8507](https://github.com/patternfly/patternfly-react/pull/8507))
85
+ - **Slider:**
86
+ - Converted examples to TypeScript ([#8164](https://github.com/patternfly/patternfly-react/pull/8164))
87
+ - Updated input text styling ([#8392](https://github.com/patternfly/patternfly-react/pull/8392))
88
+ - **Tabs:**
89
+ - Added event to `onAdd` callback ([#8492](https://github.com/patternfly/patternfly-react/pull/8492))
90
+ - Removed beta isHelpAction prop from TabsAction ([#8560](https://github.com/patternfly/patternfly-react/pull/8560))
91
+ - **Text content:**
92
+ - Fixed test file name extension ([#8491](https://github.com/patternfly/patternfly-react/pull/8491))
93
+ - **Text input group:**
94
+ - Reordered `onChange` parameters so that event is first ([#8494](https://github.com/patternfly/patternfly-react/pull/8494))
95
+ - **Text list:**
96
+ - Added `isPlain` prop ([#8562](https://github.com/patternfly/patternfly-react/pull/8562))
97
+ - **Time picker:**
98
+ - Added event to `onChange` callback as the first parameter ([#8493](https://github.com/patternfly/patternfly-react/pull/8493))
99
+ - **Toolbar:**
100
+ - Converted examples to typescript ([#8404](https://github.com/patternfly/patternfly-react/pull/8404))
101
+ - **Wizard:**
102
+ - Fixed to put focus in drawer when opened in wizard ([#8540](https://github.com/patternfly/patternfly-react/pull/8540))
103
+ - **Wizard next:**
104
+ - Recreated all legacy wizard examples ([#8422](https://github.com/patternfly/patternfly-react/pull/8422))
105
+ - Removing unnecessary useMergedSteps hook ([#8613](https://github.com/patternfly/patternfly-react/pull/8613))
106
+
107
+ ### Access console extension
108
+ - Introduced RFB clipViewport and dragViewport options ([#8470](https://github.com/patternfly/patternfly-react/pull/8470))
109
+ - Removed react console extension from patternfly-react repo ([#8575](https://github.com/patternfly/patternfly-react/pull/8575))
110
+
111
+ ### Catalog view extension
112
+ - Removed catalog view extension from patternfly-react repo ([#8474](https://github.com/patternfly/patternfly-react/pull/8474))
113
+
114
+ ### Log viewer:**
115
+ - Removed log viewer as it has it's own repo ([#8571](https://github.com/patternfly/patternfly-react/pull/8571))
116
+
117
+ ### Table
118
+ - Added menuAppendTo props to actions tables ([#8521](https://github.com/patternfly/patternfly-react/pull/8521))
119
+ - Fixed verbiage/formatting in example documentation ([#8565](https://github.com/patternfly/patternfly-react/pull/8565))
120
+ - Fixed draggable column management demo ([#8553](https://github.com/patternfly/patternfly-react/pull/8553))
121
+ - Fixed parent checkbox behavior in composable table ([#8490](https://github.com/patternfly/patternfly-react/pull/8490))
122
+
123
+ ### Topology
124
+ - Added edges demo and documentation ([#8558](https://github.com/patternfly/patternfly-react/pull/8558))
125
+ - Added pan/zoom demo and documentation ([#8557](https://github.com/patternfly/patternfly-react/pull/8557))
126
+ - Added selection demo and documentation ([#8512](https://github.com/patternfly/patternfly-react/pull/8512))
127
+ - Added counter scale labels ([#8477](https://github.com/patternfly/patternfly-react/pull/8477))
128
+ - Added baseline and custom demo and documentation ([#8508](https://github.com/patternfly/patternfly-react/pull/8508))
129
+
130
+ ### Other
131
+ - **Chore:**
132
+ - Cleaned up beta tags for v4 ([#8545](https://github.com/patternfly/patternfly-react/pull/8545))
133
+ - Added support for hot replacement in demo application ([#8471](https://github.com/patternfly/patternfly-react/pull/8471))
134
+ - Removed package exports and replace sub paths script ([#8438](https://github.com/patternfly/patternfly-react/pull/8438))
135
+ - Fixed PatternFly for function sub-typing ([#8497](https://github.com/patternfly/patternfly-react/pull/8497))
136
+ - Reverted "fixed PatternFly for function sub-typing" ([#8582](https://github.com/patternfly/patternfly-react/pull/8582))
137
+ - Updated dist.yml to avoid cache hit when sub paths change ([#8443](https://github.com/patternfly/patternfly-react/pull/8443))
138
+ - **Dependencies:**
139
+ - Updated dependency @patternfly/documentation-framework to v1.4.3 ([#8576](https://github.com/patternfly/patternfly-react/pull/8576))
140
+ - Bumped novnc dependency ([#8522](https://github.com/patternfly/patternfly-react/pull/8522))
141
+
6
142
  ## 2022.16 release notes (2022-12-13)
7
143
  - [@patternfly/react-catalog-view-extension@4.93.15](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.93.15)
8
144
  - [@patternfly/react-charts@6.94.15](https://www.npmjs.com/package/@patternfly/react-charts/v/6.94.15)
@@ -64,8 +200,6 @@ section: developer-resources
64
200
  - Removed `hasSelectableRowCaption` prop ([#8352](https://github.com/patternfly/patternfly-react/pull/8352))
65
201
  - Create "deprecated" subpaths in `react-table` ([#8381](https://github.com/patternfly/patternfly-react/pull/8381))
66
202
 
67
-
68
-
69
203
  ### Other
70
204
  - **Chore:**
71
205
  - Stopped shipping mock files ([#8396](https://github.com/patternfly/patternfly-react/pull/8396))
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.103.62",
4
+ "version": "5.103.64",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "tag": "prerelease-v4"
@@ -23,7 +23,6 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@patternfly/patternfly": "4.224.2",
26
- "@patternfly/react-catalog-view-extension": "^4.93.24",
27
26
  "@patternfly/react-charts": "^6.94.18",
28
27
  "@patternfly/react-code-editor": "^4.82.113",
29
28
  "@patternfly/react-core": "^4.276.6",
@@ -48,5 +47,5 @@
48
47
  "last 2 versions",
49
48
  "not ie <= 11"
50
49
  ],
51
- "gitHead": "e2d787cd453afc07405d7f5f10eb6b64a215b064"
50
+ "gitHead": "33225a8fa6ccbda413739743da7f4f0ce9e86a29"
52
51
  }
@@ -16,9 +16,6 @@ module.exports = (baseSourceMD, sourceProps) => {
16
16
  const reactCodeEditorPath = require
17
17
  .resolve('@patternfly/react-code-editor/package.json')
18
18
  .replace('package.json', 'src');
19
- const reactCatalogViewPath = require
20
- .resolve('@patternfly/react-catalog-view-extension/package.json')
21
- .replace('package.json', 'src');
22
19
  const reactVirtualizedPath = require
23
20
  .resolve('@patternfly/react-virtualized-extension/package.json')
24
21
  .replace('package.json', 'src');
@@ -29,7 +26,6 @@ module.exports = (baseSourceMD, sourceProps) => {
29
26
  sourceProps(path.join(reactTablePath, '/**/*.tsx'), reactPropsIgnore);
30
27
  sourceProps(path.join(reactChartsPath, '/**/*.tsx'), reactPropsIgnore);
31
28
  sourceProps(path.join(reactCodeEditorPath, '/**/*.tsx'), reactPropsIgnore);
32
- sourceProps(path.join(reactCatalogViewPath, '/**/*.tsx'), reactPropsIgnore);
33
29
  sourceProps(path.join(reactVirtualizedPath, '/**/*.tsx'), reactPropsIgnore);
34
30
  sourceProps(path.join(reactTopologyPath, '/**/*.tsx'), reactPropsIgnore);
35
31
 
@@ -50,9 +46,6 @@ module.exports = (baseSourceMD, sourceProps) => {
50
46
  // Charts MD (no demos yet)
51
47
  sourceMD(path.join(reactChartsPath, '/**/examples/*.md'), 'react');
52
48
 
53
- // Catalog view MD
54
- sourceMD(path.join(reactCatalogViewPath, '/**/examples/*.md'), 'react');
55
-
56
49
  // Virtualized MD
57
50
  sourceMD(path.join(reactVirtualizedPath, '/**/examples/*.md'), 'react');
58
51