@patternfly/react-styles 4.18.9 → 4.19.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,50 @@
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.1 (2021-11-08)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **acccessconsoles:** use object type Select options values in order to not mix displayed text with option keys ([#6496](https://github.com/patternfly/patternfly-react/issues/6496)) ([975c8e1](https://github.com/patternfly/patternfly-react/commit/975c8e14d7ea8c53eb4048ea6ef73e804b3ad2be))
12
+
13
+
14
+
15
+
16
+
17
+ # 4.19.0 (2021-11-04)
18
+
19
+
20
+ ### Features
21
+
22
+ * **log-viewer:** support ANSI color ([#6519](https://github.com/patternfly/patternfly-react/issues/6519)) ([936a699](https://github.com/patternfly/patternfly-react/commit/936a699b0514a492d3c40be08932fb7bab275cce))
23
+
24
+
25
+
26
+
27
+
28
+ ## 4.18.11 (2021-11-01)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **AboutModal:** allow to disable FocusTrap ([#6509](https://github.com/patternfly/patternfly-react/issues/6509)) ([72536e1](https://github.com/patternfly/patternfly-react/commit/72536e1f73641ff3f19f865f08dbb41ad0ee7b9f))
34
+
35
+
36
+
37
+
38
+
39
+ ## 4.18.10 (2021-10-29)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * **Banner:** forward props ([#6511](https://github.com/patternfly/patternfly-react/issues/6511)) ([e36c890](https://github.com/patternfly/patternfly-react/commit/e36c89077afa82340994c0e3c0fc929e601e01bc))
45
+
46
+
47
+
48
+
49
+
6
50
  ## 4.18.9 (2021-10-28)
7
51
 
8
52
  **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.9",
3
+ "version": "4.19.1",
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": "3d8b463270b30ee44d2a8bbb79f34edc0e08ab5e"
32
+ "gitHead": "ee4fbe6fc666c104911264204b14215dd6aefc08"
33
33
  }