@patternfly/react-styles 4.25.14 → 4.26.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.26.0 (2021-12-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * **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))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.25.17 (2021-12-03)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **Slider:** fixed examples with custom steps and input ([#6662](https://github.com/patternfly/patternfly-react/issues/6662)) ([b4cab38](https://github.com/patternfly/patternfly-react/commit/b4cab38a2492564bf91e3711ce322951bcc6a051))
23
+
24
+
25
+
26
+
27
+
28
+ ## 4.25.16 (2021-12-02)
29
+
30
+ **Note:** Version bump only for package @patternfly/react-styles
31
+
32
+
33
+
34
+
35
+
36
+ ## 4.25.15 (2021-12-02)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * **Tile:** fix selecting tile in tile demo ([#6653](https://github.com/patternfly/patternfly-react/issues/6653)) ([e12e44d](https://github.com/patternfly/patternfly-react/commit/e12e44d4b623de305b7df04174144a9496d282a7))
42
+
43
+
44
+
45
+
46
+
6
47
  ## 4.25.14 (2021-12-01)
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.25.14",
3
+ "version": "4.26.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": "928249cc5fdb955d1b403bed24527be7df67f075"
32
+ "gitHead": "f9b8bfb7120150a7a43fb73412316ebfb65a751c"
33
33
  }