@patternfly/react-styles 4.20.3 → 4.23.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.23.0 (2021-11-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **contextselector:** added support for context selector items as links ([#6554](https://github.com/patternfly/patternfly-react/issues/6554)) ([c465388](https://github.com/patternfly/patternfly-react/commit/c4653881eee0cd8ec8e3a7125bbef0bded9f2de0))
12
+
13
+
14
+
15
+
16
+
17
+ # 4.22.0 (2021-11-11)
18
+
19
+
20
+ ### Features
21
+
22
+ * **Navigation:** Added exemple with third level ([#6564](https://github.com/patternfly/patternfly-react/issues/6564)) ([c30da53](https://github.com/patternfly/patternfly-react/commit/c30da532855118f705c8cfc87c545bb1eea11ebb))
23
+
24
+
25
+
26
+
27
+
28
+ # 4.21.0 (2021-11-11)
29
+
30
+
31
+ ### Features
32
+
33
+ * enhance type correctness of CodeEditor ([#6579](https://github.com/patternfly/patternfly-react/issues/6579)) ([e1ad65c](https://github.com/patternfly/patternfly-react/commit/e1ad65c225968d5a9c74019d19e4a3c5e2666926))
34
+
35
+
36
+
37
+
38
+
39
+ ## 4.20.4 (2021-11-10)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * **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))
45
+
46
+
47
+
48
+
49
+
6
50
  ## 4.20.3 (2021-11-10)
7
51
 
8
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.20.3",
3
+ "version": "4.23.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": "0c1fea3b72c8dfc497db8c846c57741dfef5b248"
32
+ "gitHead": "56b29b790d06d4646075555c48d72cd0f72d600e"
33
33
  }