@patternfly/react-styles 4.20.2 → 4.22.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 +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.22.0 (2021-11-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Navigation:** Added exemple with third level ([#6564](https://github.com/patternfly/patternfly-react/issues/6564)) ([c30da53](https://github.com/patternfly/patternfly-react/commit/c30da532855118f705c8cfc87c545bb1eea11ebb))
12
+
13
+
14
+
15
+
16
+
17
+ # 4.21.0 (2021-11-11)
18
+
19
+
20
+ ### Features
21
+
22
+ * enhance type correctness of CodeEditor ([#6579](https://github.com/patternfly/patternfly-react/issues/6579)) ([e1ad65c](https://github.com/patternfly/patternfly-react/commit/e1ad65c225968d5a9c74019d19e4a3c5e2666926))
23
+
24
+
25
+
26
+
27
+
28
+ ## 4.20.4 (2021-11-10)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **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))
34
+
35
+
36
+
37
+
38
+
39
+ ## 4.20.3 (2021-11-10)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * **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))
45
+
46
+
47
+
48
+
49
+
6
50
  ## 4.20.2 (2021-11-10)
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.20.2",
3
+ "version": "4.22.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": "2b543d27472e46aabb3e7c8d7b3769234ea7e138"
32
+ "gitHead": "ddafdb3da131c5e1e413f0d4bd36ba6daf0abbe3"
33
33
  }