@patternfly/react-styles 4.31.4 → 4.32.2

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 (2) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/package.json +2 -2
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
+ ## 4.32.2 (2022-01-04)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-styles
9
+
10
+
11
+
12
+
13
+
14
+ ## 4.32.1 (2022-01-04)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **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))
20
+
21
+
22
+
23
+
24
+
25
+ # 4.32.0 (2021-12-22)
26
+
27
+
28
+ ### Features
29
+
30
+ * **Toolbar:** support customizing text in ToolbarChipGroupContent ([#6694](https://github.com/patternfly/patternfly-react/issues/6694)) ([24266ad](https://github.com/patternfly/patternfly-react/commit/24266adf569c027574abd1503b5e46974220349a))
31
+
32
+
33
+
34
+
35
+
36
+ ## 4.31.5 (2021-12-16)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * **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))
42
+
43
+
44
+
45
+
46
+
6
47
  ## 4.31.4 (2021-12-14)
7
48
 
8
49
  **Note:** Version bump only for package @patternfly/react-styles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.31.4",
3
+ "version": "4.32.2",
4
4
  "main": "dist/js/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -29,5 +29,5 @@
29
29
  "typescript": "^4.0.0"
30
30
  },
31
31
  "license": "MIT",
32
- "gitHead": "138688908826bf7c2e1d102ef4634089b9cbddd7"
32
+ "gitHead": "d54cbe2dbccd6f6d6539052d5d9c3b492b98328d"
33
33
  }