@patternfly/react-styles 4.18.8 → 4.19.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.
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.19.0 (2021-11-04)
7
+
8
+
9
+ ### Features
10
+
11
+ * **log-viewer:** support ANSI color ([#6519](https://github.com/patternfly/patternfly-react/issues/6519)) ([936a699](https://github.com/patternfly/patternfly-react/commit/936a699b0514a492d3c40be08932fb7bab275cce))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.18.11 (2021-11-01)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **AboutModal:** allow to disable FocusTrap ([#6509](https://github.com/patternfly/patternfly-react/issues/6509)) ([72536e1](https://github.com/patternfly/patternfly-react/commit/72536e1f73641ff3f19f865f08dbb41ad0ee7b9f))
23
+
24
+
25
+
26
+
27
+
28
+ ## 4.18.10 (2021-10-29)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **Banner:** forward props ([#6511](https://github.com/patternfly/patternfly-react/issues/6511)) ([e36c890](https://github.com/patternfly/patternfly-react/commit/e36c89077afa82340994c0e3c0fc929e601e01bc))
34
+
35
+
36
+
37
+
38
+
39
+ ## 4.18.9 (2021-10-28)
40
+
41
+ **Note:** Version bump only for package @patternfly/react-styles
42
+
43
+
44
+
45
+
46
+
6
47
  ## 4.18.8 (2021-10-27)
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.18.8",
3
+ "version": "4.19.0",
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": "65892669e3aa015e47ef7bcb379e4eb7d317f1ac"
32
+ "gitHead": "748b26797124dc5ca4d016e585556de4af8134ba"
33
33
  }