@patternfly/react-docs 5.75.0 → 5.75.3

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 (50) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/RELEASE-NOTES.md +93 -0
  3. package/package.json +14 -14
  4. package/src/generated/components/back-to-top/react-demos/using-name-selector.png +0 -0
  5. package/src/generated/components/backdrop/react/with-spinner.png +0 -0
  6. package/src/generated/components/banner/react-demos/basic-sticky-banner.png +0 -0
  7. package/src/generated/components/banner/react-demos/top-and-bottom-banner.png +0 -0
  8. package/src/generated/components/jump-links/react-demos/scrollspy-with-subsections.png +0 -0
  9. package/src/generated/components/login-page/react/basic.png +0 -0
  10. package/src/generated/components/login-page/react/showhide-password.png +0 -0
  11. package/src/generated/components/navigation/react-demos/default-nav.png +0 -0
  12. package/src/generated/components/navigation/react-demos/drilldown-nav.png +0 -0
  13. package/src/generated/components/navigation/react-demos/expandable-nav.png +0 -0
  14. package/src/generated/components/navigation/react-demos/flyout-nav.png +0 -0
  15. package/src/generated/components/navigation/react-demos/grouped-nav.png +0 -0
  16. package/src/generated/components/navigation/react-demos/horizontal-nav-with-horizontal-subnav.png +0 -0
  17. package/src/generated/components/navigation/react-demos/horizontal-nav.png +0 -0
  18. package/src/generated/components/navigation/react-demos/horizontal-subnav.png +0 -0
  19. package/src/generated/components/navigation/react-demos/legacy-tertiary-nav.png +0 -0
  20. package/src/generated/components/navigation/react-demos/legacylight-nav.png +0 -0
  21. package/src/generated/components/navigation/react-demos/manual-nav.png +0 -0
  22. package/src/generated/components/notification-drawer/react-demos/basic.png +0 -0
  23. package/src/generated/components/notification-drawer/react-demos/grouped.png +0 -0
  24. package/src/generated/components/page/react-demos/sticky-section-group-alternate-syntax-and-using-pageheader.png +0 -0
  25. package/src/generated/components/page/react-demos/sticky-section-group-using-pageheader.png +0 -0
  26. package/src/generated/components/page/react-demos/sticky-section-group.png +0 -0
  27. package/src/generated/components/pagination/react/sticky.png +0 -0
  28. package/src/generated/components/skip-to-content/react/basic.png +0 -0
  29. package/src/generated/components/table/react-demos/bulk-select.png +0 -0
  30. package/src/generated/components/table/react-demos/expandcollapse-all.png +0 -0
  31. package/src/generated/components/table/react-demos/sortable---responsive.png +0 -0
  32. package/src/generated/components/table/react-demos/sticky-header.png +0 -0
  33. package/src/generated/components/tabs/react-demos/gray-tabs.png +0 -0
  34. package/src/generated/components/tabs/react-demos/modal-tabs.png +0 -0
  35. package/src/generated/components/tabs/react-demos/nested-tabs.png +0 -0
  36. package/src/generated/components/tabs/react-demos/nested-unindented-tabs.png +0 -0
  37. package/src/generated/components/tabs/react-demos/open-tabs-with-secondary-tabs.png +0 -0
  38. package/src/generated/components/tabs/react-demos/open-tabs.png +0 -0
  39. package/src/generated/components/tabs/react-demos/tables-and-tabs-auto-width-tabs.png +0 -0
  40. package/src/generated/components/tabs/react-demos/tables-and-tabs.png +0 -0
  41. package/src/generated/components/toolbar/react-demos/console-log-viewer-toolbar-demo.png +0 -0
  42. package/src/generated/components/wizard/react-demos/in-modal.png +0 -0
  43. package/src/generated/components/wizard/react-demos/in-page.png +0 -0
  44. package/src/generated/demos/card-view/react-demos/card-view.png +0 -0
  45. package/src/generated/demos/primary-detail/react-demos/primary-detail-card-view.png +0 -0
  46. package/src/generated/demos/primary-detail/react-demos/primary-detail-content-padding.png +0 -0
  47. package/src/generated/demos/primary-detail/react-demos/primary-detail-data-list-in-card.png +0 -0
  48. package/src/generated/demos/primary-detail/react-demos/primary-detail-full-page.png +0 -0
  49. package/src/generated/demos/primary-detail/react-demos/primary-detail-inline-modifier.png +0 -0
  50. package/src/generated/demos/primary-detail/react-demos/primary-detail-simple-list-in-card.png +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
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.75.3 (2022-05-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **Chip:** add custom maxWidth prop ([#7387](https://github.com/patternfly/patternfly-react/issues/7387)) ([7cfb1a2](https://github.com/patternfly/patternfly-react/commit/7cfb1a202c2f1405c454b2e10716d9a500d4508f))
12
+
13
+
14
+
15
+
16
+
17
+ ## 5.75.2 (2022-05-13)
18
+
19
+ **Note:** Version bump only for package @patternfly/react-docs
20
+
21
+
22
+
23
+
24
+
25
+ ## 5.75.1 (2022-05-12)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **Tabs:** make close handler optional ([#7405](https://github.com/patternfly/patternfly-react/issues/7405)) ([a84bb2a](https://github.com/patternfly/patternfly-react/commit/a84bb2aadefd7f811745b9512a26eda85241361d))
31
+
32
+
33
+
34
+
35
+
6
36
  # 5.75.0 (2022-05-12)
7
37
 
8
38
 
package/RELEASE-NOTES.md CHANGED
@@ -3,6 +3,99 @@ id: Release notes
3
3
  section: developer-resources
4
4
  ---
5
5
 
6
+ ## 2022.06 release notes (2022-05-12)
7
+ - [@patternfly/react-catalog-view-extension@4.65.1](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.65.1)
8
+ - [@patternfly/react-charts@6.67.1](https://www.npmjs.com/package/@patternfly/react-charts/v/6.67.1)
9
+ - [@patternfly/react-code-editor@4.55.1](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.55.1)
10
+ - [@patternfly/react-core@4.214.1](https://www.npmjs.com/package/@patternfly/react-core/v/4.214.1)
11
+ - [@patternfly/react-icons@4.65.1](https://www.npmjs.com/package/@patternfly/react-icons/v/4.65.1)
12
+ - [@patternfly/react-inline-edit-extension@4.59.1](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.59.1)
13
+ - [@patternfly/react-log-viewer@4.59.1](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/4.59.1)
14
+ - [@patternfly/react-styles@4.64.1](https://www.npmjs.com/package/@patternfly/react-styles/v/4.64.1)
15
+ - [@patternfly/react-table@4.83.1](https://www.npmjs.com/package/@patternfly/react-table/v/4.83.1)
16
+ - [@patternfly/react-tokens@4.66.1](https://www.npmjs.com/package/@patternfly/react-tokens/v/4.66.1)
17
+ - [@patternfly/react-topology@4.61.1](https://www.npmjs.com/package/@patternfly/react-topology/v/4.61.1)
18
+ - [@patternfly/react-virtualized-extension@4.61.1](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.61.1)
19
+
20
+ ### Components
21
+ - **Alert group:**
22
+ - Converted examples to TypeScript/functional components ([#7273](https://github.com/patternfly/patternfly-react/pull/7273))
23
+ - **Card:**
24
+ - Updated to indicate card selectivity and status if using a screen reader ([#7144](https://github.com/patternfly/patternfly-react/pull/7144))
25
+ - **Clipboard copy:**
26
+ - Fixed so dynamic tooltip updates get announced ([#7335](https://github.com/patternfly/patternfly-react/pull/7335))
27
+ - Updated types used for tooltip positioning ([#7295](https://github.com/patternfly/patternfly-react/pull/7295))
28
+ - **Code block:**
29
+ - Added class to code component ([#7281](https://github.com/patternfly/patternfly-react/pull/7281))
30
+ - **Data list:**
31
+ - Removed primary button from expandable demo ([#7279](https://github.com/patternfly/patternfly-react/pull/7279))
32
+ - **Date time picker:**
33
+ - Converted demo to TypeScript ([#7268](https://github.com/patternfly/patternfly-react/pull/7268))
34
+ - Updated date placeholder ([#7266](https://github.com/patternfly/patternfly-react/pull/7266))
35
+ - **Divider:**
36
+ - Added support for switching orientation at various breakpoints ([#7285](https://github.com/patternfly/patternfly-react/pull/7285))
37
+ - **Drag and drop:**
38
+ - Converted examples to TypeScript ([#7244](https://github.com/patternfly/patternfly-react/pull/7244))
39
+ - **Drawer:**
40
+ - Converted examples to TypeScript ([#7329](https://github.com/patternfly/patternfly-react/pull/7329))
41
+ - **Dropdown:**
42
+ - Reverted expose menuAppendTo in Dropdown prop docs ([#7395](https://github.com/patternfly/patternfly-react/pull/7395))
43
+ - **Menu:**
44
+ - Added support for tree view menu keyboard handling ([#7334](https://github.com/patternfly/patternfly-react/pull/7334))
45
+ - **Modal:**
46
+ - Added example preserving a11y when content overflows ([#7293](https://github.com/patternfly/patternfly-react/pull/7293))
47
+ - **Page:**
48
+ - Added tabindex to components with `hasOverflowScroll` set ([#7274](https://github.com/patternfly/patternfly-react/pull/7274))
49
+ - Updated centered example to match Core ([#7269](https://github.com/patternfly/patternfly-react/pull/7269))
50
+ - **Popper:**
51
+ - Updated Popper modifiers when child DOM changes ([#7385](https://github.com/patternfly/patternfly-react/pull/7385))
52
+ - **Tabs:**
53
+ - Added secondary border-bottom variation, updated demos ([#7311](https://github.com/patternfly/patternfly-react/pull/7311))
54
+ - Added support to allow dynamic close and add ([#7297](https://github.com/patternfly/patternfly-react/pull/7297))
55
+ - Made close handler optional ([#7405](https://github.com/patternfly/patternfly-react/pull/7405))
56
+ - Updated key to not use index ([#7276](https://github.com/patternfly/patternfly-react/pull/7276))
57
+ - **Tooltip:**
58
+ - Made ref variant announced by assistive technology ([#7332](https://github.com/patternfly/patternfly-react/pull/7332))
59
+ - **Wizard:**
60
+ - Added `WizardStep` to documentation ([#7299](https://github.com/patternfly/patternfly-react/pull/7299))
61
+ - Fixed id not being applied to wizard step ([#7349](https://github.com/patternfly/patternfly-react/pull/7349))
62
+
63
+ ### Catalog extension
64
+ - Added a little bit of spacing between title and items ([#7060](https://github.com/patternfly/patternfly-react/pull/7060))
65
+
66
+ ### Charts
67
+ - Added style for tooltip cursor ([#7361](https://github.com/patternfly/patternfly-react/pull/7361))
68
+ - Added PatternFly dark theme support ([#7310](https://github.com/patternfly/patternfly-react/pull/7310))
69
+ - Added support for customizing tooltip border for dark theme ([#7393](https://github.com/patternfly/patternfly-react/pull/7393))
70
+ - Deprecated themeVariant prop for light/dark themes ([#7372](https://github.com/patternfly/patternfly-react/pull/7372))
71
+ - Updated variables to include a fallback value for charts ([#7374](https://github.com/patternfly/patternfly-react/pull/7374))
72
+
73
+ ### Log viewer
74
+ - Updated to clear ANSI cache when resetting the log window ([#7355](https://github.com/patternfly/patternfly-react/pull/7355))
75
+
76
+ ### Table
77
+ - Added full screen demo for basic/bulk select ([#7264](https://github.com/patternfly/patternfly-react/pull/7264))
78
+ - Added expandable table demo ([#7277](https://github.com/patternfly/patternfly-react/pull/7277))
79
+ - Fixed broken link in example docs ([#7296](https://github.com/patternfly/patternfly-react/pull/7296))
80
+
81
+ ### Topology
82
+ - Added `ColaGroupsLayout` ([#7308](https://github.com/patternfly/patternfly-react/pull/7308))
83
+ - Fixed error when a group has no visible children ([#7304](https://github.com/patternfly/patternfly-react/pull/7304))
84
+ - Reverted BaseLayout startLayout method back to protected. ([#7407](https://github.com/patternfly/patternfly-react/pull/7407))
85
+ - Added support for topology dark theme ([#7294](https://github.com/patternfly/patternfly-react/pull/7294))
86
+ - Topology dark theme follow-on ([#7364](https://github.com/patternfly/patternfly-react/pull/7364))
87
+
88
+ ### Other
89
+ - **Chore:**
90
+ - Added correct types for class components using context API ([#7282](https://github.com/patternfly/patternfly-react/pull/7282))
91
+ - Added missing `children` prop in several places ([#7363](https://github.com/patternfly/patternfly-react/pull/7363))
92
+ - Added setup to always include jest-dom extended matchers and cleanup ([#7240](https://github.com/patternfly/patternfly-react/pull/7240))
93
+ - Updated react-docs to use workspace version of React for documentation ([#7217](https://github.com/patternfly/patternfly-react/pull/7217))
94
+ - **Dependencies:**
95
+ - Update dependency theme-patternfly-org to v0.11.38 ([#7381](https://github.com/patternfly/patternfly-react/pull/7381))
96
+ - **Documentation:**
97
+ - Cleanup dead link ([#7270](https://github.com/patternfly/patternfly-react/pull/7270))
98
+
6
99
  ## 2022.05 release notes (2022-04-22)
7
100
  - [@patternfly/react-catalog-view-extension@4.57.2](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.57.2)
8
101
  - [@patternfly/react-charts@6.59.2](https://www.npmjs.com/package/@patternfly/react-charts/v/6.59.2)
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.75.0",
4
+ "version": "5.75.3",
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.194.4",
26
- "@patternfly/react-catalog-view-extension": "^4.65.0",
27
- "@patternfly/react-charts": "^6.67.0",
28
- "@patternfly/react-code-editor": "^4.55.0",
29
- "@patternfly/react-core": "^4.214.0",
30
- "@patternfly/react-icons": "^4.65.0",
31
- "@patternfly/react-inline-edit-extension": "^4.59.0",
32
- "@patternfly/react-log-viewer": "^4.59.0",
33
- "@patternfly/react-styles": "^4.64.0",
34
- "@patternfly/react-table": "^4.83.0",
35
- "@patternfly/react-tokens": "^4.66.0",
36
- "@patternfly/react-topology": "^4.61.0",
37
- "@patternfly/react-virtualized-extension": "^4.61.0"
26
+ "@patternfly/react-catalog-view-extension": "^4.65.3",
27
+ "@patternfly/react-charts": "^6.67.3",
28
+ "@patternfly/react-code-editor": "^4.55.3",
29
+ "@patternfly/react-core": "^4.214.3",
30
+ "@patternfly/react-icons": "^4.65.3",
31
+ "@patternfly/react-inline-edit-extension": "^4.59.3",
32
+ "@patternfly/react-log-viewer": "^4.59.3",
33
+ "@patternfly/react-styles": "^4.64.3",
34
+ "@patternfly/react-table": "^4.83.3",
35
+ "@patternfly/react-tokens": "^4.66.3",
36
+ "@patternfly/react-topology": "^4.61.3",
37
+ "@patternfly/react-virtualized-extension": "^4.61.3"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@patternfly/patternfly-a11y": "4.2.1",
@@ -49,5 +49,5 @@
49
49
  "last 2 versions",
50
50
  "not ie <= 11"
51
51
  ],
52
- "gitHead": "ec9d9318898ab30d77ec7ab4e86a4577c27eb5ce"
52
+ "gitHead": "9f92fdb50f7df0e12fbf14f815ed10d21f9b097e"
53
53
  }