@patternfly/react-styles 4.25.17 → 4.29.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 +52 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,58 @@
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.29.0 (2021-12-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Card:** Add disabled card and clean up props ([#6659](https://github.com/patternfly/patternfly-react/issues/6659)) ([86f225a](https://github.com/patternfly/patternfly-react/commit/86f225ab2e02d617e2d380c4a7f7593037c50e84))
12
+
13
+
14
+
15
+
16
+
17
+ # 4.28.0 (2021-12-06)
18
+
19
+
20
+ ### Features
21
+
22
+ * **MenuToggle:** add plain with text variant ([#6627](https://github.com/patternfly/patternfly-react/issues/6627)) ([1f4ca5e](https://github.com/patternfly/patternfly-react/commit/1f4ca5e36d7077da3ff3e6918874048c784216e0))
23
+
24
+
25
+
26
+
27
+
28
+ # 4.27.0 (2021-12-06)
29
+
30
+
31
+ ### Features
32
+
33
+ * **Dropdown:** add toggle variants ([#6651](https://github.com/patternfly/patternfly-react/issues/6651)) ([6414309](https://github.com/patternfly/patternfly-react/commit/64143094aec86aed86adb320e059d987af4f5f24))
34
+
35
+
36
+
37
+
38
+
39
+ ## 4.26.1 (2021-12-06)
40
+
41
+ **Note:** Version bump only for package @patternfly/react-styles
42
+
43
+
44
+
45
+
46
+
47
+ # 4.26.0 (2021-12-03)
48
+
49
+
50
+ ### Features
51
+
52
+ * **Select:** add ability to persist filtered children state ([#6670](https://github.com/patternfly/patternfly-react/issues/6670)) ([f618577](https://github.com/patternfly/patternfly-react/commit/f618577582e389409978bd1d6512ca0cf5d855cf))
53
+
54
+
55
+
56
+
57
+
6
58
  ## 4.25.17 (2021-12-03)
7
59
 
8
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.25.17",
3
+ "version": "4.29.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": "a090a90f5628375cca96aed412316b34a7f92e50"
32
+ "gitHead": "d40749c27a4a05e65a465179ee15ecd10df78e38"
33
33
  }