@patternfly/react-docs 5.103.81 → 5.103.82
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 +8 -0
- package/RELEASE-NOTES.md +70 -0
- package/package.json +2 -2
- package/patternfly-docs/generated/components/login-page/react/basic.png +0 -0
- package/patternfly-docs/generated/components/login-page/react/showhide-password.png +0 -0
- package/patternfly-docs/generated/components/login-page/react/with-header-utilities.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/column-management.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/compact.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/expandcollapse-all.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/sortable---responsive.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/static-bottom-pagination-on-mobile.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/sticky-header.png +0 -0
- package/patternfly-docs/generated/components/tabs/react-demos/open-tabs.png +0 -0
- package/patternfly-docs/generated/components/wizard/react-demos/in-page-with-drawer-and-informational-step.png +0 -0
- package/patternfly-docs/generated/components/wizard/react-demos/in-page.png +0 -0
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.103.82](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.81...@patternfly/react-docs@5.103.82) (2023-03-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [5.103.81](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.103.80...@patternfly/react-docs@5.103.81) (2023-03-10)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @patternfly/react-docs
|
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,76 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
## 2023.02 release notes (2023-03-24)
|
|
7
|
+
- [@patternfly/react-catalog-view-extension@4.96.0](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.96.0)
|
|
8
|
+
- [@patternfly/react-charts@6.94.19](https://www.npmjs.com/package/@patternfly/react-charts/v/6.94.19)
|
|
9
|
+
- [@patternfly/react-code-editor@4.82.113](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.82.113)
|
|
10
|
+
- [@patternfly/react-console@4.95.5](https://www.npmjs.com/package/@patternfly/react-console/v/4.95.5)
|
|
11
|
+
- [@patternfly/react-core@4.276.8](https://www.npmjs.com/package/@patternfly/react-core/v/4.276.8)
|
|
12
|
+
- [@patternfly/react-icons@4.93.6](https://www.npmjs.com/package/@patternfly/react-icons/v/4.93.6)
|
|
13
|
+
- [@patternfly/react-inline-edit-extension@4.86.122](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.86.122)
|
|
14
|
+
- [@patternfly/react-log-viewer@4.87.100](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/4.87.100)
|
|
15
|
+
- [@patternfly/react-styles@4.92.6](https://www.npmjs.com/package/@patternfly/react-styles/v/4.92.6)
|
|
16
|
+
- [@patternfly/react-table@4.113.0](https://www.npmjs.com/package/@patternfly/react-table/v/4.113.0)
|
|
17
|
+
- [@patternfly/react-tokens@4.94.6](https://www.npmjs.com/package/@patternfly/react-tokens/v/4.94.6)
|
|
18
|
+
- [@patternfly/react-topology@4.91.40](https://www.npmjs.com/package/@patternfly/react-topology/v/4.91.40)
|
|
19
|
+
- [@patternfly/react-virtualized-extension@4.88.115](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.88.115)
|
|
20
|
+
- [@patternfly/quickstarts@2.4.0](https://www.npmjs.com/package/@patternfly/quickstarts/v/2.4.0)
|
|
21
|
+
|
|
22
|
+
### Components
|
|
23
|
+
- **Date picker:**
|
|
24
|
+
- Fixed errors in demos ([#8760](https://github.com/patternfly/patternfly-react/pull/8760))
|
|
25
|
+
- **Time picker:**
|
|
26
|
+
- Called onChange when pressing enter ([#8765](https://github.com/patternfly/patternfly-react/pull/8765))
|
|
27
|
+
|
|
28
|
+
### Access console extension
|
|
29
|
+
- Resolved dependency warnings ([#22](https://github.com/patternfly/react-console/pull/22))
|
|
30
|
+
- Sort dependencies into proper categories ([#30](https://github.com/patternfly/react-console/pull/30))
|
|
31
|
+
- Converted examples to full-screen ([#20](https://github.com/patternfly/react-console/pull/20))
|
|
32
|
+
- Fixed docs by updating react-styles path in markdown import ([#16](https://github.com/patternfly/react-console/pull/16))
|
|
33
|
+
- Resolved warnings being flagged by the linter ([#26](https://github.com/patternfly/react-console/pull/26))
|
|
34
|
+
- Updated tsconfig to match files from pf-react ([#28](https://github.com/patternfly/react-console/pull/28))
|
|
35
|
+
|
|
36
|
+
### Catalog view extension
|
|
37
|
+
- Hardend configuration ([#34](https://github.com/patternfly/react-catalog-view/pull/34))
|
|
38
|
+
- Updated markdown content and source link ([#31](https://github.com/patternfly/react-catalog-view/pull/31))
|
|
39
|
+
- Updated package repository details ([#28](https://github.com/patternfly/react-catalog-view/pull/28))
|
|
40
|
+
|
|
41
|
+
### Charts
|
|
42
|
+
- Back ported label IDs ([#8743](https://github.com/patternfly/patternfly-react/pull/8743))
|
|
43
|
+
|
|
44
|
+
### Quick starts
|
|
45
|
+
- Dry ran publishing prerelease using github actions ([#232](https://github.com/patternfly/patternfly-quickstarts/pull/232))
|
|
46
|
+
- Ran more more dry runs of publishing prerelease ([#233](https://github.com/patternfly/patternfly-quickstarts/pull/233))
|
|
47
|
+
- Updated accordion for section support ([#226](https://github.com/patternfly/patternfly-quickstarts/pull/226))
|
|
48
|
+
- Allowed special asciidoc attributes in titles ([#225](https://github.com/patternfly/patternfly-quickstarts/pull/225))
|
|
49
|
+
- Made PatternFly.org quick starts content edits ([#205](https://github.com/patternfly/patternfly-quickstarts/pull/205))
|
|
50
|
+
- Updated release yml config ([#234](https://github.com/patternfly/patternfly-quickstarts/pull/234))
|
|
51
|
+
|
|
52
|
+
### Table
|
|
53
|
+
- Imported from dist/esm like we do in react-core ([#8708](https://github.com/patternfly/patternfly-react/pull/8708))
|
|
54
|
+
- Added right sticky column support ([#8714](https://github.com/patternfly/patternfly-react/pull/8714))
|
|
55
|
+
|
|
56
|
+
### Topology
|
|
57
|
+
- Added anchors demo and documentation ([#8679](https://github.com/patternfly/patternfly-react/pull/8679))
|
|
58
|
+
- Added context menu demo and documentation ([#8683](https://github.com/patternfly/patternfly-react/pull/8683))
|
|
59
|
+
- Added drag and drop demo ([#8796](https://github.com/patternfly/patternfly-react/pull/8796))
|
|
60
|
+
- Added layouts demo and documentation ([#8680](https://github.com/patternfly/patternfly-react/pull/8680))
|
|
61
|
+
- Added props tables to topology documentation ([#8705](https://github.com/patternfly/patternfly-react/pull/8705))
|
|
62
|
+
- Added sidebar demo and documentation ([#8652](https://github.com/patternfly/patternfly-react/pull/8652))
|
|
63
|
+
- Added toolbar demo ([#8668](https://github.com/patternfly/patternfly-react/pull/8668))
|
|
64
|
+
- Added control bar demo and documentation ([#8644](https://github.com/patternfly/patternfly-react/pull/8644))
|
|
65
|
+
- Allowed tooltip customization on `TaskNode` ([#8782](https://github.com/patternfly/patternfly-react/pull/8782))
|
|
66
|
+
- Fixed build errors in context menus demo ([#8738](https://github.com/patternfly/patternfly-react/pull/8738))
|
|
67
|
+
- Added topology pipeline tasks demo ([#8713](https://github.com/patternfly/patternfly-react/pull/8713))
|
|
68
|
+
- Split up topology demos, ran a11y tests ([#8645](https://github.com/patternfly/patternfly-react/pull/8645))
|
|
69
|
+
- Updated section to top-level navigation item ([#8586](https://github.com/patternfly/patternfly-react/pull/8586))
|
|
70
|
+
- Set topology demo order ([#8681](https://github.com/patternfly/patternfly-react/pull/8681))
|
|
71
|
+
- Fixed Cola animation makes page crash on layout change ([#8761](https://github.com/patternfly/patternfly-react/pull/8761))
|
|
72
|
+
|
|
73
|
+
### Virtualized extension
|
|
74
|
+
- Disabled release dry run mode ([#1](https://github.com/patternfly/react-virtualized-extension/pull/1))
|
|
75
|
+
|
|
6
76
|
## 2023.01 release notes (2023-02-02)
|
|
7
77
|
- [@patternfly/react-catalog-view-extension@4.95.1](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.95.1)
|
|
8
78
|
- [@patternfly/react-charts@6.94.18](https://www.npmjs.com/package/@patternfly/react-charts/v/6.94.18)
|
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.
|
|
4
|
+
"version": "5.103.82",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"tag": "prerelease-v4"
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"last 2 versions",
|
|
48
48
|
"not ie <= 11"
|
|
49
49
|
],
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "4e5f94b66a25b16d9abb5c4e35a4729e170d5ea4"
|
|
51
51
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|