@patternfly/react-docs 5.42.3 → 5.43.1

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,47 @@
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.43.1 (2022-01-04)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **OverflowMenu:** pass HTMLDivElements props to group and control divs ([#6674](https://github.com/patternfly/patternfly-react/issues/6674)) ([e6d0d64](https://github.com/patternfly/patternfly-react/commit/e6d0d6406a07de04f4b232ca9a21247c0e9746c0))
12
+
13
+
14
+
15
+
16
+
17
+ # 5.43.0 (2021-12-22)
18
+
19
+
20
+ ### Features
21
+
22
+ * **Toolbar:** support customizing text in ToolbarChipGroupContent ([#6694](https://github.com/patternfly/patternfly-react/issues/6694)) ([24266ad](https://github.com/patternfly/patternfly-react/commit/24266adf569c027574abd1503b5e46974220349a))
23
+
24
+
25
+
26
+
27
+
28
+ ## 5.42.5 (2021-12-16)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **LogViewer:** fix the issue that scrollbar could compress the content of the logs ([#6702](https://github.com/patternfly/patternfly-react/issues/6702)) ([11aab1f](https://github.com/patternfly/patternfly-react/commit/11aab1f71a1aa9959cf14b887ab55b845a794a00))
34
+
35
+
36
+
37
+
38
+
39
+ ## 5.42.4 (2021-12-14)
40
+
41
+ **Note:** Version bump only for package @patternfly/react-docs
42
+
43
+
44
+
45
+
46
+
6
47
  ## 5.42.3 (2021-12-13)
7
48
 
8
49
  **Note:** Version bump only for package @patternfly/react-docs
package/RELEASE-NOTES.md CHANGED
@@ -42,7 +42,7 @@ section: developer-resources
42
42
  - **Pagination:**
43
43
  - Updated `toggleTemplate` description to include `ofWord` prop ([#6622](https://github.com/patternfly/patternfly-react/pull/6622))
44
44
  - **Popover:**
45
- - Added composable header and alert variants ([#6664](https://github.com/patternfly/patternfly-react/pull/6664))
45
+ - Added alert variants ([#6664](https://github.com/patternfly/patternfly-react/pull/6664))
46
46
  - Forwarded focus to close button with voice over click ([#6660](https://github.com/patternfly/patternfly-react/pull/6660))
47
47
  - **Select:**
48
48
  - Added ability to persist filtered children state ([#6670](https://github.com/patternfly/patternfly-react/pull/6670))
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.42.3",
4
+ "version": "5.43.1",
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.164.2",
26
- "@patternfly/react-catalog-view-extension": "^4.32.3",
27
- "@patternfly/react-charts": "^6.34.3",
28
- "@patternfly/react-code-editor": "^4.22.3",
29
- "@patternfly/react-core": "^4.181.3",
30
- "@patternfly/react-icons": "^4.32.3",
31
- "@patternfly/react-inline-edit-extension": "^4.26.3",
32
- "@patternfly/react-log-viewer": "^4.26.3",
33
- "@patternfly/react-styles": "^4.31.3",
34
- "@patternfly/react-table": "^4.50.3",
35
- "@patternfly/react-tokens": "^4.33.3",
36
- "@patternfly/react-topology": "^4.28.3",
37
- "@patternfly/react-virtualized-extension": "^4.28.3"
26
+ "@patternfly/react-catalog-view-extension": "^4.33.1",
27
+ "@patternfly/react-charts": "^6.35.1",
28
+ "@patternfly/react-code-editor": "^4.23.1",
29
+ "@patternfly/react-core": "^4.182.1",
30
+ "@patternfly/react-icons": "^4.33.1",
31
+ "@patternfly/react-inline-edit-extension": "^4.27.1",
32
+ "@patternfly/react-log-viewer": "^4.27.1",
33
+ "@patternfly/react-styles": "^4.32.1",
34
+ "@patternfly/react-table": "^4.51.1",
35
+ "@patternfly/react-tokens": "^4.34.1",
36
+ "@patternfly/react-topology": "^4.29.1",
37
+ "@patternfly/react-virtualized-extension": "^4.29.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@patternfly/patternfly-a11y": "4.2.1",
@@ -53,5 +53,5 @@
53
53
  "last 2 versions",
54
54
  "not ie <= 11"
55
55
  ],
56
- "gitHead": "d2841dead607a34e3fc178a03f3f8e19abd60966"
56
+ "gitHead": "7ef55a0e7fc984b853657c3b86e14e4e0f6ffe1c"
57
57
  }