@patternfly/react-styles 4.20.4 → 4.24.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.24.0 (2021-11-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **ComposableTable:** add sticky columns and nested headers ([#6538](https://github.com/patternfly/patternfly-react/issues/6538)) ([f11245b](https://github.com/patternfly/patternfly-react/commit/f11245bfccc8c6c02a9d5545a69ed533743cc552))
12
+
13
+
14
+
15
+
16
+
17
+ # 4.23.0 (2021-11-11)
18
+
19
+
20
+ ### Features
21
+
22
+ * **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))
23
+
24
+
25
+
26
+
27
+
28
+ # 4.22.0 (2021-11-11)
29
+
30
+
31
+ ### Features
32
+
33
+ * **Navigation:** Added exemple with third level ([#6564](https://github.com/patternfly/patternfly-react/issues/6564)) ([c30da53](https://github.com/patternfly/patternfly-react/commit/c30da532855118f705c8cfc87c545bb1eea11ebb))
34
+
35
+
36
+
37
+
38
+
39
+ # 4.21.0 (2021-11-11)
40
+
41
+
42
+ ### Features
43
+
44
+ * enhance type correctness of CodeEditor ([#6579](https://github.com/patternfly/patternfly-react/issues/6579)) ([e1ad65c](https://github.com/patternfly/patternfly-react/commit/e1ad65c225968d5a9c74019d19e4a3c5e2666926))
45
+
46
+
47
+
48
+
49
+
6
50
  ## 4.20.4 (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.4",
3
+ "version": "4.24.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": "df020bd8e2856618704752b1ee626f8f06f0d464"
32
+ "gitHead": "3f49a573683ffa079a68a65bb2f0f224541fddcf"
33
33
  }