@patternfly/react-docs 5.21.36 → 5.21.40

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.
@@ -241,6 +241,15 @@ module.exports = {
241
241
  source: "react",
242
242
  Component: () => import(/* webpackChunkName: "components/divider/react/index" */ './components/divider/react')
243
243
  },
244
+ '/components/drag-and-drop/react': {
245
+ id: "Drag and drop",
246
+ title: "Drag and drop",
247
+ toc: [{"text":"Examples"},[{"text":"Basic"},{"text":"Multiple lists"}]],
248
+ examples: ["Basic","Multiple lists"],
249
+ section: "components",
250
+ source: "react",
251
+ Component: () => import(/* webpackChunkName: "components/drag-and-drop/react/index" */ './components/drag-and-drop/react')
252
+ },
244
253
  '/components/drawer/react': {
245
254
  id: "Drawer",
246
255
  title: "Drawer",
@@ -902,8 +911,8 @@ module.exports = {
902
911
  '/components/search-input/react-demos': {
903
912
  id: "Search input",
904
913
  title: "Search input",
905
- toc: [{"text":"Demos"},[{"text":"Composable advanced search"}]],
906
- examples: ["Composable advanced search"],
914
+ toc: [{"text":"Demos"},[{"text":"Search with autocomplete"},{"text":"Composable advanced search"}]],
915
+ examples: ["Search with autocomplete","Composable advanced search"],
907
916
  section: "components",
908
917
  source: "react-demos",
909
918
  Component: () => import(/* webpackChunkName: "components/search-input/react-demos/index" */ './components/search-input/react-demos')
@@ -938,8 +947,8 @@ module.exports = {
938
947
  '/components/table/react-composable': {
939
948
  id: "Table",
940
949
  title: "Table",
941
- toc: [{"text":"TableComposable examples"},[{"text":"Composable: Basic"},{"text":"Composable: Row click handler, custom row wrapper, header tooltips & popovers"},{"text":"Composable: Sortable & wrapping headers"},{"text":"Composable: Selectable"},{"text":"Composable: Selectable radio input"},{"text":"Composable: Actions"},{"text":"Composable: Expandable"},{"text":"Composable: Compound expandable"},{"text":"Composable: Cell width, breakpoint modifiers"},{"text":"Composable: Controlling text"},{"text":"Composable: Modifiers with table text"},{"text":"Composable: Favoritable (implemented with sortable)"},{"text":"Composable: Tree table"},{"text":"Composable: Draggable row table"}]],
942
- examples: ["Composable: Basic","Composable: Row click handler, custom row wrapper, header tooltips & popovers","Composable: Sortable & wrapping headers","Composable: Selectable","Composable: Selectable radio input","Composable: Actions","Composable: Expandable","Composable: Compound expandable","Composable: Cell width, breakpoint modifiers","Composable: Controlling text","Composable: Modifiers with table text","Composable: Favoritable (implemented with sortable)","Composable: Tree table","Composable: Draggable row table"],
950
+ toc: [{"text":"TableComposable examples"},[{"text":"Composable: Basic"},{"text":"Composable: Custom row wrapper, header tooltips & popovers"},{"text":"Composable: Sortable & wrapping headers"},{"text":"Composable: Selectable with checkbox"},{"text":"Composable: Selectable radio input"},{"text":"Composable: Row click handler, hoverable & selected rows"},{"text":"Composable: Actions"},{"text":"Composable: Expandable"},{"text":"Composable: Compound expandable"},{"text":"Composable: Cell width, breakpoint modifiers"},{"text":"Composable: Controlling text"},{"text":"Composable: Modifiers with table text"},{"text":"Composable: Favoritable (implemented with sortable)"},{"text":"Composable: Tree table"},{"text":"Composable: Draggable row table"}]],
951
+ examples: ["Composable: Basic","Composable: Custom row wrapper, header tooltips & popovers","Composable: Sortable & wrapping headers","Composable: Selectable with checkbox","Composable: Selectable radio input","Composable: Row click handler, hoverable & selected rows","Composable: Actions","Composable: Expandable","Composable: Compound expandable","Composable: Cell width, breakpoint modifiers","Composable: Controlling text","Composable: Modifiers with table text","Composable: Favoritable (implemented with sortable)","Composable: Tree table","Composable: Draggable row table"],
943
952
  section: "components",
944
953
  source: "react-composable",
945
954
  Component: () => import(/* webpackChunkName: "components/table/react-composable/index" */ './components/table/react-composable')
@@ -957,8 +966,8 @@ module.exports = {
957
966
  '/components/table/react-legacy': {
958
967
  id: "Table",
959
968
  title: "Table",
960
- toc: [[{"text":"Table Columns"},{"text":"Table Rows"}],{"text":"Table examples"},[{"text":"Basic"},{"text":"Row click handler and header cell tooltips/popovers"},{"text":"Custom row wrapper"},{"text":"Sortable & wrapping column headers"},{"text":"Selectable"},{"text":"Selectable radio input"},{"text":"Actions and first cell in body rows as th"},{"text":"Expandable"},{"text":"Compound expandable"},{"text":"With width and breakpoint visibility modifiers"},{"text":"Controlling text"},{"text":"Modifiers with table text"},{"text":"Empty state"},{"text":"Editable rows"},{"text":"Favoritable"},{"text":"Tree table"}]],
961
- examples: ["Basic","Row click handler and header cell tooltips/popovers","Custom row wrapper","Sortable & wrapping column headers","Selectable","Selectable radio input","Actions and first cell in body rows as th","Expandable","Compound expandable","With width and breakpoint visibility modifiers","Controlling text","Modifiers with table text","Empty state","Editable rows","Favoritable","Tree table"],
969
+ toc: [[{"text":"Table Columns"},{"text":"Table Rows"}],{"text":"Table examples"},[{"text":"Basic"},{"text":"Custom row wrapper"},{"text":"Sortable & wrapping column headers"},{"text":"Selectable with checkbox"},{"text":"Selectable radio input"},{"text":"Hoverable rows, selectable rows, and header cell tooltips/popovers"},{"text":"Actions and first cell in body rows as th"},{"text":"Expandable"},{"text":"Compound expandable"},{"text":"With width and breakpoint visibility modifiers"},{"text":"Controlling text"},{"text":"Modifiers with table text"},{"text":"Empty state"},{"text":"Editable rows"},{"text":"Favoritable"},{"text":"Tree table"}]],
970
+ examples: ["Basic","Custom row wrapper","Sortable & wrapping column headers","Selectable with checkbox","Selectable radio input","Hoverable rows, selectable rows, and header cell tooltips/popovers","Actions and first cell in body rows as th","Expandable","Compound expandable","With width and breakpoint visibility modifiers","Controlling text","Modifiers with table text","Empty state","Editable rows","Favoritable","Tree table"],
962
971
  section: "components",
963
972
  source: "react-legacy",
964
973
  Component: () => import(/* webpackChunkName: "components/table/react-legacy/index" */ './components/table/react-legacy')
@@ -1200,7 +1209,7 @@ module.exports = {
1200
1209
  '/developer-resources/release-notes/react': {
1201
1210
  id: "Release notes",
1202
1211
  title: "Release notes",
1203
- toc: [{"text":"2021.11 release notes (2021-08-25)"},[{"text":"Components"},{"text":"Icons"},{"text":"Log viewer extension"},{"text":"Table"},{"text":"Tokens"},{"text":"Other"}],{"text":"2021.10 release notes (2021-08-04)"},[{"text":"Components","id":"components-0"},{"text":"Access console extension"},{"text":"Charts"},{"text":"Log viewer extension","id":"log-viewer-extension-0"},{"text":"Table","id":"table-0"},{"text":"Other","id":"other-0"}],{"text":"2021.08 release notes (2021-06-22)"},[{"text":"Components","id":"components-1"},{"text":"Charts","id":"charts-0"},{"text":"Log Viewer"},{"text":"Table","id":"table-1"},{"text":"Other","id":"other-1"}],{"text":"2021.07 release notes (2021-06-04)"},[{"text":"Components","id":"components-2"},{"text":"Charts","id":"charts-1"},{"text":"Table","id":"table-2"},{"text":"Other","id":"other-2"}],{"text":"2021.06 release notes (2021-05-14)"},[{"text":"Components","id":"components-3"},{"text":"Access console extension","id":"access-console-extension-0"},{"text":"Log viewer","id":"log-viewer-0"},{"text":"Table","id":"table-3"},{"text":"Other","id":"other-3"}],{"text":"2021.05 release notes (2021-04-21)"},[{"text":"Components","id":"components-4"},{"text":"Access console extension","id":"access-console-extension-1"},{"text":"Icons","id":"icons-0"},{"text":"Inline edit extension"},{"text":"Tokens","id":"tokens-0"},{"text":"Table","id":"table-4"},{"text":"Virtualized extension"}],{"text":"Other","id":"other-4"},{"text":"2021.04 release notes (2021-04-01)"},[{"text":"Components","id":"components-5"},{"text":"Table","id":"table-5"},{"text":"Topology"},{"text":"Other","id":"other-5"}],{"text":"2021.03 release notes (2021-03-10)"},[{"text":"Components","id":"components-6"},{"text":"Other","id":"other-6"}],{"text":"2021.02 release notes (2021-02-17)"},[{"text":"Components","id":"components-7"},{"text":"Charts","id":"charts-2"},{"text":"Table","id":"table-6"},{"text":"Topology","id":"topology-0"},{"text":"Virtualized extension","id":"virtualized-extension-0"},{"text":"Other","id":"other-7"}],{"text":"2021.01 release notes (2021-01-27)"},[{"text":"Components","id":"components-8"},{"text":"Access console extension","id":"access-console-extension-2"},{"text":"Charts","id":"charts-3"},{"text":"Table","id":"table-7"},{"text":"Topology","id":"topology-1"},{"text":"Other","id":"other-8"}],{"text":"2020.16 release notes (2020-12-11)"},[{"text":"Components","id":"components-9"},{"text":"Access console extension","id":"access-console-extension-3"},{"text":"Chart"},{"text":"Table","id":"table-8"},{"text":"Topology","id":"topology-2"},{"text":"Other","id":"other-9"}],{"text":"2020.15 release notes (2020-11-17)"},[{"text":"Components","id":"components-10"},{"text":"Access console extension","id":"access-console-extension-4"},{"text":"Catalog view extension"},{"text":"Date time"},{"text":"Table","id":"table-9"},{"text":"Virtualized extension","id":"virtualized-extension-1"},{"text":"Other","id":"other-10"}],{"text":"2020.14 release notes (2020-10-27)"},[{"text":"Components","id":"components-11"},{"text":"Catalog view extension","id":"catalog-view-extension-0"},{"text":"Chart","id":"chart-0"},{"text":"Table","id":"table-10"},{"text":"Topology","id":"topology-3"},{"text":"Other","id":"other-11"}],{"text":"2020.13 release notes (2020-10-06)"},[{"text":"Components","id":"components-12"},{"text":"Catalog view extension","id":"catalog-view-extension-1"},{"text":"Charts","id":"charts-4"},{"text":"Icons","id":"icons-1"},{"text":"Table","id":"table-11"},{"text":"Topology","id":"topology-4"},{"text":"Other","id":"other-12"},{"text":"PF3"}],{"text":"2020.12 release notes (2020-09-17)"},[{"text":"Components","id":"components-13"},{"text":"Topology","id":"topology-5"},{"text":"Other","id":"other-13"}],{"text":"2020.11 release notes (2020-08-26)"},[{"text":"Components","id":"components-14"},{"text":"Catalog view extension","id":"catalog-view-extension-2"},{"text":"Table","id":"table-12"},{"text":"Other","id":"other-14"}],{"text":"2020.10 release notes (2020-08-17)"},[{"text":"Components","id":"components-15"},{"text":"Charts","id":"charts-5"},{"text":"Table","id":"table-13"},{"text":"Tokens","id":"tokens-1"},{"text":"Topology","id":"topology-6"},{"text":"Other","id":"other-15"}],{"text":"2020.09 release notes (2020-07-17)"},[{"text":"Components","id":"components-16"},{"text":"Table","id":"table-14"},{"text":"Topology","id":"topology-7"},{"text":"Other","id":"other-16"}],{"text":"2020.08 release notes (2020-06-24)"},[{"text":"Components","id":"components-17"},{"text":"Charts","id":"charts-6"},{"text":"Table","id":"table-15"},{"text":"Topology","id":"topology-8"},{"text":"Virtualized extension","id":"virtualized-extension-2"},{"text":"Other","id":"other-17"}],{"text":"2020.07 release notes (2020-06-05)"},{"text":"2020.06 release notes (2020-05-12)"},[{"text":"Components","id":"components-18"},{"text":"Charts","id":"charts-7"},{"text":"Other","id":"other-18"}],{"text":"2020.05 release notes (2020-04-21)"},[{"text":"Components","id":"components-19"},{"text":"Other","id":"other-19"}],{"text":"2020.04 release notes (2020-03-31)"},[{"text":"Components","id":"components-20"},{"text":"Table","id":"table-16"},{"text":"Other","id":"other-20"}],{"text":"2020.03 release notes (2020-03-10)"},[{"text":"Components","id":"components-21"},{"text":"Catalog view extension","id":"catalog-view-extension-3"},{"text":"Other","id":"other-21"},{"text":"Virtualized extension","id":"virtualized-extension-3"},{"text":"PF3","id":"pf3-0"}],{"text":"2020.02 release notes (2020-02-18)"},[{"text":"Components","id":"components-22"},{"text":"Catalog view extension","id":"catalog-view-extension-4"},{"text":"Table","id":"table-17"},{"text":"Other","id":"other-22"},{"text":"PF3","id":"pf3-1"}],{"text":"2020.01 release notes (2020-01-28)"},[{"text":"Components","id":"components-23"},{"text":"Catalog view extension","id":"catalog-view-extension-5"},{"text":"Table","id":"table-18"},{"text":"Other","id":"other-23"},{"text":"PF3","id":"pf3-2"}],{"text":"2019.11 release notes (2019-12-18)"},[{"text":"Charts","id":"charts-8"},{"text":"Components","id":"components-24"},{"text":"Table","id":"table-19"},{"text":"Other","id":"other-24"},{"text":"PF3","id":"pf3-3"}],{"text":"2019.10 release notes (2019-11-25)"},[{"text":"Charts","id":"charts-9"},{"text":"Components","id":"components-25"},{"text":"Catalog view extension","id":"catalog-view-extension-6"},{"text":"Table","id":"table-20"},{"text":"Topology","id":"topology-9"},{"text":"Other","id":"other-25"},{"text":"PF3","id":"pf3-4"}],{"text":"2019.09 release notes (2019-11-01)"},[{"text":"Charts","id":"charts-10"},{"text":"Components","id":"components-26"},{"text":"Table","id":"table-21"},{"text":"Other","id":"other-26"},{"text":"PF3","id":"pf3-5"}],{"text":"2019.08 release notes (2019-10-01)"},[{"text":"Charts","id":"charts-11"},{"text":"Components","id":"components-27"},{"text":"Table","id":"table-22"},{"text":"Other","id":"other-27"}],{"text":"2019.07 release notes (2019-09-10)"},[{"text":"Charts","id":"charts-12"},{"text":"Components","id":"components-28"},{"text":"Table","id":"table-23"},{"text":"Icons","id":"icons-2"},{"text":"Virtualized Extension","id":"virtualized-extension-4"},{"text":"PF3","id":"pf3-6"}],{"text":"2019.06 release notes (2019-08-13)"},[{"text":"Charts","id":"charts-13"},{"text":"Components","id":"components-29"},{"text":"Table","id":"table-24"},{"text":"TypeScript conversion"},{"text":"Docs"},{"text":"Other","id":"other-28"}],{"text":"2019.05 release notes (2019-07-24)"},[{"text":"Charts (@patternfly/react-charts@4.7.1)"},{"text":"Components (@patternfly/react-core@3.75.2)"},{"text":"TypeScript conversion","id":"typescript-conversion-0"},{"text":"Table (@patternfly/react-table@2.14.23)"},{"text":"Styles (@patternfly/react-styles@3.5.7)"},{"text":"Docs","id":"docs-0"},{"text":"Other","id":"other-29"}],{"text":"2019.04 release notes (2019-07-02)"},[{"text":"Charts (@patternfly/react-charts@4.4.7)"},{"text":"Components (@patternfly/react-core@3.58.1)"},{"text":"TypeScript conversion","id":"typescript-conversion-1"}],{"text":"2019.03 release notes (2019-06-11)"},[{"text":"Charts (@patternfly/react-charts@4.1.5)"},{"text":"Components (@patternfly/react-core@3.38.1)"},{"text":"Table (@patternfly/react-table@2.11.1)"},{"text":"Topology (@patternfly/react-topology)"},{"text":"Styles (@patternfly/react-styles@3.3.3)"},{"text":"TypeScript conversion","id":"typescript-conversion-2"}],{"text":"2019.02 release notes (2019-06-05)"},[{"text":"Components (@patternfly/react-core@3.34.2)"},{"text":"Charts @patternfly/react-charts@3.6.4"},{"text":"Docs","id":"docs-1"},{"text":"TypeScript conversion","id":"typescript-conversion-3"}],{"text":"2019.01 release notes (2019-05-02)"}],
1212
+ toc: [{"text":"2021.12 release notes (2021-09-15)"},[{"text":"Components"},{"text":"Log viewer extension"},{"text":"Table"},{"text":"Other"}],{"text":"2021.11 release notes (2021-08-25)"},[{"text":"Components","id":"components-0"},{"text":"Icons"},{"text":"Log viewer extension","id":"log-viewer-extension-0"},{"text":"Table","id":"table-0"},{"text":"Tokens"},{"text":"Other","id":"other-0"}],{"text":"2021.10 release notes (2021-08-04)"},[{"text":"Components","id":"components-1"},{"text":"Access console extension"},{"text":"Charts"},{"text":"Log viewer extension","id":"log-viewer-extension-1"},{"text":"Table","id":"table-1"},{"text":"Other","id":"other-1"}],{"text":"2021.08 release notes (2021-06-22)"},[{"text":"Components","id":"components-2"},{"text":"Charts","id":"charts-0"},{"text":"Log Viewer"},{"text":"Table","id":"table-2"},{"text":"Other","id":"other-2"}],{"text":"2021.07 release notes (2021-06-04)"},[{"text":"Components","id":"components-3"},{"text":"Charts","id":"charts-1"},{"text":"Table","id":"table-3"},{"text":"Other","id":"other-3"}],{"text":"2021.06 release notes (2021-05-14)"},[{"text":"Components","id":"components-4"},{"text":"Access console extension","id":"access-console-extension-0"},{"text":"Log viewer","id":"log-viewer-0"},{"text":"Table","id":"table-4"},{"text":"Other","id":"other-4"}],{"text":"2021.05 release notes (2021-04-21)"},[{"text":"Components","id":"components-5"},{"text":"Access console extension","id":"access-console-extension-1"},{"text":"Icons","id":"icons-0"},{"text":"Inline edit extension"},{"text":"Tokens","id":"tokens-0"},{"text":"Table","id":"table-5"},{"text":"Virtualized extension"}],{"text":"Other","id":"other-5"},{"text":"2021.04 release notes (2021-04-01)"},[{"text":"Components","id":"components-6"},{"text":"Table","id":"table-6"},{"text":"Topology"},{"text":"Other","id":"other-6"}],{"text":"2021.03 release notes (2021-03-10)"},[{"text":"Components","id":"components-7"},{"text":"Other","id":"other-7"}],{"text":"2021.02 release notes (2021-02-17)"},[{"text":"Components","id":"components-8"},{"text":"Charts","id":"charts-2"},{"text":"Table","id":"table-7"},{"text":"Topology","id":"topology-0"},{"text":"Virtualized extension","id":"virtualized-extension-0"},{"text":"Other","id":"other-8"}],{"text":"2021.01 release notes (2021-01-27)"},[{"text":"Components","id":"components-9"},{"text":"Access console extension","id":"access-console-extension-2"},{"text":"Charts","id":"charts-3"},{"text":"Table","id":"table-8"},{"text":"Topology","id":"topology-1"},{"text":"Other","id":"other-9"}],{"text":"2020.16 release notes (2020-12-11)"},[{"text":"Components","id":"components-10"},{"text":"Access console extension","id":"access-console-extension-3"},{"text":"Chart"},{"text":"Table","id":"table-9"},{"text":"Topology","id":"topology-2"},{"text":"Other","id":"other-10"}],{"text":"2020.15 release notes (2020-11-17)"},[{"text":"Components","id":"components-11"},{"text":"Access console extension","id":"access-console-extension-4"},{"text":"Catalog view extension"},{"text":"Date time"},{"text":"Table","id":"table-10"},{"text":"Virtualized extension","id":"virtualized-extension-1"},{"text":"Other","id":"other-11"}],{"text":"2020.14 release notes (2020-10-27)"},[{"text":"Components","id":"components-12"},{"text":"Catalog view extension","id":"catalog-view-extension-0"},{"text":"Chart","id":"chart-0"},{"text":"Table","id":"table-11"},{"text":"Topology","id":"topology-3"},{"text":"Other","id":"other-12"}],{"text":"2020.13 release notes (2020-10-06)"},[{"text":"Components","id":"components-13"},{"text":"Catalog view extension","id":"catalog-view-extension-1"},{"text":"Charts","id":"charts-4"},{"text":"Icons","id":"icons-1"},{"text":"Table","id":"table-12"},{"text":"Topology","id":"topology-4"},{"text":"Other","id":"other-13"},{"text":"PF3"}],{"text":"2020.12 release notes (2020-09-17)"},[{"text":"Components","id":"components-14"},{"text":"Topology","id":"topology-5"},{"text":"Other","id":"other-14"}],{"text":"2020.11 release notes (2020-08-26)"},[{"text":"Components","id":"components-15"},{"text":"Catalog view extension","id":"catalog-view-extension-2"},{"text":"Table","id":"table-13"},{"text":"Other","id":"other-15"}],{"text":"2020.10 release notes (2020-08-17)"},[{"text":"Components","id":"components-16"},{"text":"Charts","id":"charts-5"},{"text":"Table","id":"table-14"},{"text":"Tokens","id":"tokens-1"},{"text":"Topology","id":"topology-6"},{"text":"Other","id":"other-16"}],{"text":"2020.09 release notes (2020-07-17)"},[{"text":"Components","id":"components-17"},{"text":"Table","id":"table-15"},{"text":"Topology","id":"topology-7"},{"text":"Other","id":"other-17"}],{"text":"2020.08 release notes (2020-06-24)"},[{"text":"Components","id":"components-18"},{"text":"Charts","id":"charts-6"},{"text":"Table","id":"table-16"},{"text":"Topology","id":"topology-8"},{"text":"Virtualized extension","id":"virtualized-extension-2"},{"text":"Other","id":"other-18"}],{"text":"2020.07 release notes (2020-06-05)"},{"text":"2020.06 release notes (2020-05-12)"},[{"text":"Components","id":"components-19"},{"text":"Charts","id":"charts-7"},{"text":"Other","id":"other-19"}],{"text":"2020.05 release notes (2020-04-21)"},[{"text":"Components","id":"components-20"},{"text":"Other","id":"other-20"}],{"text":"2020.04 release notes (2020-03-31)"},[{"text":"Components","id":"components-21"},{"text":"Table","id":"table-17"},{"text":"Other","id":"other-21"}],{"text":"2020.03 release notes (2020-03-10)"},[{"text":"Components","id":"components-22"},{"text":"Catalog view extension","id":"catalog-view-extension-3"},{"text":"Other","id":"other-22"},{"text":"Virtualized extension","id":"virtualized-extension-3"},{"text":"PF3","id":"pf3-0"}],{"text":"2020.02 release notes (2020-02-18)"},[{"text":"Components","id":"components-23"},{"text":"Catalog view extension","id":"catalog-view-extension-4"},{"text":"Table","id":"table-18"},{"text":"Other","id":"other-23"},{"text":"PF3","id":"pf3-1"}],{"text":"2020.01 release notes (2020-01-28)"},[{"text":"Components","id":"components-24"},{"text":"Catalog view extension","id":"catalog-view-extension-5"},{"text":"Table","id":"table-19"},{"text":"Other","id":"other-24"},{"text":"PF3","id":"pf3-2"}],{"text":"2019.11 release notes (2019-12-18)"},[{"text":"Charts","id":"charts-8"},{"text":"Components","id":"components-25"},{"text":"Table","id":"table-20"},{"text":"Other","id":"other-25"},{"text":"PF3","id":"pf3-3"}],{"text":"2019.10 release notes (2019-11-25)"},[{"text":"Charts","id":"charts-9"},{"text":"Components","id":"components-26"},{"text":"Catalog view extension","id":"catalog-view-extension-6"},{"text":"Table","id":"table-21"},{"text":"Topology","id":"topology-9"},{"text":"Other","id":"other-26"},{"text":"PF3","id":"pf3-4"}],{"text":"2019.09 release notes (2019-11-01)"},[{"text":"Charts","id":"charts-10"},{"text":"Components","id":"components-27"},{"text":"Table","id":"table-22"},{"text":"Other","id":"other-27"},{"text":"PF3","id":"pf3-5"}],{"text":"2019.08 release notes (2019-10-01)"},[{"text":"Charts","id":"charts-11"},{"text":"Components","id":"components-28"},{"text":"Table","id":"table-23"},{"text":"Other","id":"other-28"}],{"text":"2019.07 release notes (2019-09-10)"},[{"text":"Charts","id":"charts-12"},{"text":"Components","id":"components-29"},{"text":"Table","id":"table-24"},{"text":"Icons","id":"icons-2"},{"text":"Virtualized Extension","id":"virtualized-extension-4"},{"text":"PF3","id":"pf3-6"}],{"text":"2019.06 release notes (2019-08-13)"},[{"text":"Charts","id":"charts-13"},{"text":"Components","id":"components-30"},{"text":"Table","id":"table-25"},{"text":"TypeScript conversion"},{"text":"Docs"},{"text":"Other","id":"other-29"}],{"text":"2019.05 release notes (2019-07-24)"},[{"text":"Charts (@patternfly/react-charts@4.7.1)"},{"text":"Components (@patternfly/react-core@3.75.2)"},{"text":"TypeScript conversion","id":"typescript-conversion-0"},{"text":"Table (@patternfly/react-table@2.14.23)"},{"text":"Styles (@patternfly/react-styles@3.5.7)"},{"text":"Docs","id":"docs-0"},{"text":"Other","id":"other-30"}],{"text":"2019.04 release notes (2019-07-02)"},[{"text":"Charts (@patternfly/react-charts@4.4.7)"},{"text":"Components (@patternfly/react-core@3.58.1)"},{"text":"TypeScript conversion","id":"typescript-conversion-1"}],{"text":"2019.03 release notes (2019-06-11)"},[{"text":"Charts (@patternfly/react-charts@4.1.5)"},{"text":"Components (@patternfly/react-core@3.38.1)"},{"text":"Table (@patternfly/react-table@2.11.1)"},{"text":"Topology (@patternfly/react-topology)"},{"text":"Styles (@patternfly/react-styles@3.3.3)"},{"text":"TypeScript conversion","id":"typescript-conversion-2"}],{"text":"2019.02 release notes (2019-06-05)"},[{"text":"Components (@patternfly/react-core@3.34.2)"},{"text":"Charts @patternfly/react-charts@3.6.4"},{"text":"Docs","id":"docs-1"},{"text":"TypeScript conversion","id":"typescript-conversion-3"}],{"text":"2019.01 release notes (2019-05-02)"}],
1204
1213
  section: "developer-resources",
1205
1214
  source: "react",
1206
1215
  Component: () => import(/* webpackChunkName: "developer-resources/release-notes/react/index" */ './developer-resources/release-notes/react')