@patternfly/react-styles 4.20.1 → 4.21.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.21.0 (2021-11-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * enhance type correctness of CodeEditor ([#6579](https://github.com/patternfly/patternfly-react/issues/6579)) ([e1ad65c](https://github.com/patternfly/patternfly-react/commit/e1ad65c225968d5a9c74019d19e4a3c5e2666926))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.20.4 (2021-11-10)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **jumplinks:** fixed to always set clicked item as active ([#6542](https://github.com/patternfly/patternfly-react/issues/6542)) ([845c98f](https://github.com/patternfly/patternfly-react/commit/845c98f5f3df8aa9b6acc190707c5f1d7bf3ca38))
23
+
24
+
25
+
26
+
27
+
28
+ ## 4.20.3 (2021-11-10)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **Menu:** stop passing disableHover to DrilldownMenu DOM ([#6571](https://github.com/patternfly/patternfly-react/issues/6571)) ([63dcf25](https://github.com/patternfly/patternfly-react/commit/63dcf256723848ff3789828fc0a5f86d5009fc87))
34
+
35
+
36
+
37
+
38
+
39
+ ## 4.20.2 (2021-11-10)
40
+
41
+ **Note:** Version bump only for package @patternfly/react-styles
42
+
43
+
44
+
45
+
46
+
6
47
  ## 4.20.1 (2021-11-10)
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.20.1",
3
+ "version": "4.21.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": "da37ad257c8bbc6dd946e36089dfbf054841d527"
32
+ "gitHead": "09d356c99de79684e78f5dcd8caa40ce3a0873d4"
33
33
  }