@patternfly/react-docs 5.42.2 → 5.43.0

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,44 @@
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.0 (2021-12-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Toolbar:** support customizing text in ToolbarChipGroupContent ([#6694](https://github.com/patternfly/patternfly-react/issues/6694)) ([24266ad](https://github.com/patternfly/patternfly-react/commit/24266adf569c027574abd1503b5e46974220349a))
12
+
13
+
14
+
15
+
16
+
17
+ ## 5.42.5 (2021-12-16)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **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))
23
+
24
+
25
+
26
+
27
+
28
+ ## 5.42.4 (2021-12-14)
29
+
30
+ **Note:** Version bump only for package @patternfly/react-docs
31
+
32
+
33
+
34
+
35
+
36
+ ## 5.42.3 (2021-12-13)
37
+
38
+ **Note:** Version bump only for package @patternfly/react-docs
39
+
40
+
41
+
42
+
43
+
6
44
  ## 5.42.2 (2021-12-13)
7
45
 
8
46
  **Note:** Version bump only for package @patternfly/react-docs
package/RELEASE-NOTES.md CHANGED
@@ -3,7 +3,7 @@ id: Release notes
3
3
  section: developer-resources
4
4
  ---
5
5
 
6
- ## 2021.15 release notes (2021-11-17)
6
+ ## 2021.16 release notes (2021-12-13)
7
7
  - [@patternfly/react-catalog-view-extension@4.32.1](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.32.1)
8
8
  - [@patternfly/react-charts@6.34.1](https://www.npmjs.com/package/@patternfly/react-charts/v/6.34.1)
9
9
  - [@patternfly/react-code-editor@4.22.1](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.22.1)
@@ -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.2",
4
+ "version": "5.43.0",
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.2",
27
- "@patternfly/react-charts": "^6.34.2",
28
- "@patternfly/react-code-editor": "^4.22.2",
29
- "@patternfly/react-core": "^4.181.2",
30
- "@patternfly/react-icons": "^4.32.2",
31
- "@patternfly/react-inline-edit-extension": "^4.26.2",
32
- "@patternfly/react-log-viewer": "^4.26.2",
33
- "@patternfly/react-styles": "^4.31.2",
34
- "@patternfly/react-table": "^4.50.2",
35
- "@patternfly/react-tokens": "^4.33.2",
36
- "@patternfly/react-topology": "^4.28.2",
37
- "@patternfly/react-virtualized-extension": "^4.28.2"
26
+ "@patternfly/react-catalog-view-extension": "^4.33.0",
27
+ "@patternfly/react-charts": "^6.35.0",
28
+ "@patternfly/react-code-editor": "^4.23.0",
29
+ "@patternfly/react-core": "^4.182.0",
30
+ "@patternfly/react-icons": "^4.33.0",
31
+ "@patternfly/react-inline-edit-extension": "^4.27.0",
32
+ "@patternfly/react-log-viewer": "^4.27.0",
33
+ "@patternfly/react-styles": "^4.32.0",
34
+ "@patternfly/react-table": "^4.51.0",
35
+ "@patternfly/react-tokens": "^4.34.0",
36
+ "@patternfly/react-topology": "^4.29.0",
37
+ "@patternfly/react-virtualized-extension": "^4.29.0"
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": "6281b6aea408ac0da039522ca6bcb4767d2b2c29"
56
+ "gitHead": "496b6ded6379af684e78a87f13484aaa9fbb779e"
57
57
  }