@patternfly/react-docs 5.103.83 → 5.103.85

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 (25) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/RELEASE-NOTES.md +30 -0
  3. package/package.json +12 -13
  4. package/patternfly-docs/generated/components/login-page/react/basic.png +0 -0
  5. package/patternfly-docs/generated/components/login-page/react/showhide-password.png +0 -0
  6. package/patternfly-docs/generated/components/login-page/react/with-header-utilities.png +0 -0
  7. package/patternfly-docs/generated/components/table/react-demos/column-management.png +0 -0
  8. package/patternfly-docs/generated/components/table/react-demos/compact.png +0 -0
  9. package/patternfly-docs/generated/components/table/react-demos/compound-expansion.png +0 -0
  10. package/patternfly-docs/generated/components/table/react-demos/empty.png +0 -0
  11. package/patternfly-docs/generated/components/table/react-demos/error.png +0 -0
  12. package/patternfly-docs/generated/components/table/react-demos/expandcollapse-all.png +0 -0
  13. package/patternfly-docs/generated/components/table/react-demos/loading.png +0 -0
  14. package/patternfly-docs/generated/components/table/react-demos/sortable---responsive.png +0 -0
  15. package/patternfly-docs/generated/components/table/react-demos/static-bottom-pagination-on-mobile.png +0 -0
  16. package/patternfly-docs/generated/components/table/react-demos/sticky-header.png +0 -0
  17. package/patternfly-docs/generated/components/tabs/react-demos/modal-tabs.png +0 -0
  18. package/patternfly-docs/generated/components/tabs/react-demos/nested-unindented-tabs.png +0 -0
  19. package/patternfly-docs/generated/components/tabs/react-demos/tables-and-tabs.png +0 -0
  20. package/patternfly-docs/generated/components/wizard/react-demos/in-modal-with-drawer-and-informational-step.png +0 -0
  21. package/patternfly-docs/generated/components/wizard/react-demos/in-modal-with-drawer.png +0 -0
  22. package/patternfly-docs/generated/components/wizard/react-demos/in-modal.png +0 -0
  23. package/patternfly-docs/generated/components/wizard/react-demos/in-page-with-drawer-and-informational-step.png +0 -0
  24. package/patternfly-docs/generated/components/wizard/react-demos/in-page-with-drawer.png +0 -0
  25. package/patternfly-docs/generated/demos/card-view/react-demos/card-view.png +0 -0
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.85](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.84...@patternfly/react-docs@5.103.85) (2023-06-05)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-docs
9
+
10
+
11
+
12
+
13
+
14
+ ## [5.103.84](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.83...@patternfly/react-docs@5.103.84) (2023-05-08)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **release-notes:** special v4 extension release notes ([#9077](https://github.com/patternfly/patternfly-react/issues/9077)) ([d0ccb6a](https://github.com/patternfly/patternfly-react/commit/d0ccb6a4c3fbec666ff5f76c3d1e2108993d0960))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [5.103.83](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.82...@patternfly/react-docs@5.103.83) (2023-04-06)
7
26
 
8
27
  **Note:** Version bump only for package @patternfly/react-docs
package/RELEASE-NOTES.md CHANGED
@@ -2,6 +2,36 @@
2
2
  id: Release notes
3
3
  section: developer-resources
4
4
  ---
5
+ ## 2023.02.1 release notes (2023-05-01)
6
+ - [@patternfly/react-topology@4.93.5](https://www.npmjs.com/package/@patternfly/react-topology/v/4.93.5)
7
+ - [@patternfly/react-user-feedback@1.0.9](https://www.npmjs.com/package/@patternfly/react-user-feedback/v/1.0.9)
8
+ - [@patternfly/quickstarts@2.4.1](https://www.npmjs.com/package/@patternfly/quickstarts/v/2.4.1)
9
+
10
+ ### Topology
11
+ - Added the CSS js files to the npm package ([#36](https://github.com/patternfly/react-topology/pull/36))
12
+ - Exported css to the dist/js directory ([#38](https://github.com/patternfly/react-topology/pull/38))
13
+ - Set dimensions on spacer nodes ([#34](https://github.com/patternfly/react-topology/pull/34))
14
+ - Updated running and pending icon colors ([#31](https://github.com/patternfly/react-topology/pull/31))
15
+ - Fixed ColaGroupLayout crash on add ([#21](https://github.com/patternfly/react-topology/pull/21))
16
+ - Kept node outline on hover ([#22](https://github.com/patternfly/react-topology/pull/22))
17
+ - Used badgeTextColor when set ([#20](https://github.com/patternfly/react-topology/pull/20))
18
+ - Fixed display edges inside collapsed groups ([#23](https://github.com/patternfly/react-topology/pull/23))
19
+ - Updated to latest patternfly-react topology (4.91.40) ([#7](https://github.com/patternfly/react-topology/pull/7))
20
+
21
+ ### User feedback
22
+ - Began initial feedback work to remove product specific functionality ([#9](https://github.com/patternfly/react-user-feedback/pull/9))
23
+ - Updated PatternFly to latest. ([#19](https://github.com/patternfly/react-user-feedback/pull/19))
24
+ - Updated documentation ([#37](https://github.com/patternfly/react-user-feedback/pull/37))
25
+ - Fixed issue with docs not building for production. ([#36](https://github.com/patternfly/react-user-feedback/pull/36))
26
+ - Added fix for callback. ([#32](https://github.com/patternfly/react-user-feedback/pull/32))
27
+ - Added PatternFly image to extension. ([#24](https://github.com/patternfly/react-user-feedback/pull/24))
28
+ - Fixed feedback links ([#14](https://github.com/patternfly/react-user-feedback/pull/14))
29
+ - Updated README.md for project ([#23](https://github.com/patternfly/react-user-feedback/pull/23))
30
+
31
+ ### Quick starts
32
+ - Updated title heading level ([#240](https://github.com/patternfly/patternfly-quickstarts/pull/240))
33
+ - Updated sourceLinks for docs ([#238](https://github.com/patternfly/patternfly-quickstarts/pull/238))
34
+ - Fixed help topic menu - show menu when there is more than one help topic ([#236](https://github.com/patternfly/patternfly-quickstarts/pull/236))
5
35
 
6
36
  ## 2023.02 release notes (2023-03-24)
7
37
  - [@patternfly/react-catalog-view-extension@4.96.0](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.96.0)
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@patternfly/react-docs",
3
3
  "description": "PatternFly React Docs",
4
- "version": "5.103.83",
4
+ "version": "5.103.85",
5
5
  "publishConfig": {
6
- "access": "public",
7
- "tag": "prerelease-v4"
6
+ "access": "public"
8
7
  },
9
8
  "repository": {
10
9
  "type": "git",
@@ -23,15 +22,15 @@
23
22
  },
24
23
  "dependencies": {
25
24
  "@patternfly/patternfly": "4.224.2",
26
- "@patternfly/react-charts": "^6.94.20",
27
- "@patternfly/react-code-editor": "^4.82.116",
28
- "@patternfly/react-core": "^4.276.9",
29
- "@patternfly/react-icons": "^4.93.6",
30
- "@patternfly/react-inline-edit-extension": "^4.86.123",
31
- "@patternfly/react-styles": "^4.92.7",
32
- "@patternfly/react-table": "^4.113.1",
33
- "@patternfly/react-tokens": "^4.94.6",
34
- "@patternfly/react-virtualized-extension": "^4.88.116"
25
+ "@patternfly/react-charts": "^6.94.21",
26
+ "@patternfly/react-code-editor": "^4.82.117",
27
+ "@patternfly/react-core": "^4.276.10",
28
+ "@patternfly/react-icons": "^4.93.7",
29
+ "@patternfly/react-inline-edit-extension": "^4.86.124",
30
+ "@patternfly/react-styles": "^4.92.8",
31
+ "@patternfly/react-table": "^4.113.2",
32
+ "@patternfly/react-tokens": "^4.94.7",
33
+ "@patternfly/react-virtualized-extension": "^4.88.117"
35
34
  },
36
35
  "devDependencies": {
37
36
  "@patternfly/documentation-framework": "1.8.0",
@@ -46,5 +45,5 @@
46
45
  "last 2 versions",
47
46
  "not ie <= 11"
48
47
  ],
49
- "gitHead": "fe114d6d5b6d072d2dcfc595bdf8a5836668f924"
48
+ "gitHead": "28e863a7672bcbe3a4c83689c4d30580e5b61375"
50
49
  }