@@ -4,6 +4,52 @@ section: overview
4
4
releaseNoteTOC : true
5
5
---
6
6
7
+ ## 2020.04 release notes (2020-03-31)
8
+ Packages released:
9
+ - [ @patternfly/react-catalog-view-extension @1.4.45] ( https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/1.4.45 )
10
+ - [ @patternfly/react-charts @5.3.16] ( https://www.npmjs.com/package/@patternfly/react-charts/v/5.3.16 )
11
+ - [ @patternfly/react-core @3.153.0] ( https://www.npmjs.com/package/@patternfly/react-core/v/3.153.0 )
12
+ - [ @patternfly/react-icons @3.15.13] ( https://www.npmjs.com/package/@patternfly/react-icons/v/3.15.11 )
13
+ - [ @patternfly/react-inline-edit-extension @2.17.45] ( https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/2.17.45 )
14
+ - [ @patternfly/react-styles @3.7.10] ( https://www.npmjs.com/package/@patternfly/react-styles/v/3.7.10 )
15
+ - [ @patternfly/react-table @2.28.26] ( https://www.npmjs.com/package/@patternfly/react-table/v/2.28.26 )
16
+ - [ @patternfly/react-tokens @2.8.10] ( https://www.npmjs.com/package/@patternfly/react-tokens/v/2.8.10 )
17
+ - [ @patternfly/react-topology @2.14.45] ( https://www.npmjs.com/package/@patternfly/react-topology/v/2.14.45 )
18
+ - [ @patternfly/react-virtualized-extension @1.4.46] ( https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/1.4.46 )
19
+
20
+ ### Components
21
+ - ** About modal:**
22
+ - Allow custom aria-label for the close button ([ #3877 ] ( https://github.com/patternfly/patternfly-react/pull/3877 ) )
23
+ - ** Alert:**
24
+ - Use context to set label ([ #3771 ] ( https://github.com/patternfly/patternfly-react/pull/3771 ) )
25
+ - ** Card:**
26
+ - Added wrapper to image to resize it properly ([ #3642 ] ( https://github.com/patternfly/patternfly-react/pull/3642 ) )
27
+ - Added Card View to demos ([ #3441 ] ( https://github.com/patternfly/patternfly-react/pull/3441 ) )
28
+ - ** Drawer:**
29
+ - Added width props, updated demo & integration test ([ #3979 ] ( https://github.com/patternfly/patternfly-react/pull/3979 ) )
30
+ - ** Dropdown:**
31
+ - Added new prop so Links are treated better ([ #3889 ] ( https://github.com/patternfly/patternfly-react/pull/3889 ) )
32
+ - Removed duplicate prop ([ #3923 ] ( https://github.com/patternfly/patternfly-react/pull/3923 ) )
33
+ - Cleaned console errors in Dropdown.test.tsx ([ #3861 ] ( https://github.com/patternfly/patternfly-react/pull/3861 ) )
34
+ - ** Empty state:**
35
+ - Added support for extra-large empty state ([ #3844 ] ( https://github.com/patternfly/patternfly-react/pull/3844 ) )
36
+ - ** Select:**
37
+ - Allow count badge to be hidden in checkbox select ([ #3976 ] ( https://github.com/patternfly/patternfly-react/pull/3976 ) )
38
+ - Added logic for disabled default options for typeahead ([ #3895 ] ( https://github.com/patternfly/patternfly-react/pull/3895 ) )
39
+ - Fixed group select options in single variant ([ #3838 ] ( https://github.com/patternfly/patternfly-react/pull/3838 ) )
40
+ - ** Table:**
41
+ - Added column management demo ([ #3942 ] ( https://github.com/patternfly/patternfly-react/pull/3942 ) )
42
+ - Fix forward ref types ([ #3919 ] ( https://github.com/patternfly/patternfly-react/pull/3919 ) )
43
+
44
+ ### Other
45
+ - Create unified react-core dist ([ #3971 ] ( https://github.com/patternfly/patternfly-react/pull/3971 ) )
46
+ - In-house focusTrap ([ #3967 ] ( https://github.com/patternfly/patternfly-react/pull/3967 ) )
47
+ - Remove a few usages of prop-types ([ #3968 ] ( https://github.com/patternfly/patternfly-react/pull/3968 ) )
48
+ - Release docs to NPM for patternfly-org ([ #3941 ] ( https://github.com/patternfly/patternfly-react/pull/3941 ) )
49
+ - Fix tippy types, remove copyTS ([ #3940 ] ( https://github.com/patternfly/patternfly-react/pull/3940 ) )
50
+ - Create variables by file in react-tokens ([ #3896 ] ( https://github.com/patternfly/patternfly-react/pull/3896 ) )
51
+ - Remove unused packages from repo ([ #3916 ] ( https://github.com/patternfly/patternfly-react/pull/3916 ) )
52
+
7
53
## 2020.03 release notes (2020-03-10)
8
54
Packages released:
9
55
- [ @patternfly/react-catalog-view-extension : 1.4.29] ( https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/1.4.29 )
@@ -17,7 +63,7 @@ Packages released:
17
63
- [ @patternfly/react-virtualized-extension : 1.4.30] ( https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/1.4.30 )
18
64
- [ @patternfly/react-icons : 3.15.11] ( https://www.npmjs.com/package/@patternfly/react-icons/v/3.15.11 )
19
65
20
- ### Components:
66
+ ### Components
21
67
- ** Background image:**
22
68
- Remove width attr from background image filter element ([ #3758 ] ( https://github.com/patternfly/patternfly-react/pull/3758 ) )
23
69
- ** Data toolbar:**
@@ -64,7 +110,7 @@ Packages released:
64
110
- ** Catalog tile:**
65
111
- Removed truncation and maxLength props ([ #3830 ] ( https://github.com/patternfly/patternfly-react/pull/3830 ) )
66
112
67
- ### Other:
113
+ ### Other
68
114
- ** Chore:**
69
115
- Added experimental exports ([ #3775 ] ( https://github.com/patternfly/patternfly-react/pull/3775 ) )
70
116
- Wrapped layout examples to fix codesandbox ([ #3818 ] ( https://github.com/patternfly/patternfly-react/pull/3818 ) )
@@ -92,7 +138,7 @@ Packages released:
92
138
### Virtualized extension
93
139
- Resolved linter errors ([ #3726 ] ( https://github.com/patternfly/patternfly-react/pull/3726 ) )
94
140
95
- ### PF3:
141
+ ### PF3
96
142
- ** Chore:**
97
143
- Enabled releasing patternfly 3 ([ #3863 ] ( https://github.com/patternfly/patternfly-react/pull/3863 ) )
98
144
- Removed patternfly-3 packages ([ #3852 ] ( https://github.com/patternfly/patternfly-react/pull/3852 ) )
@@ -112,7 +158,7 @@ Packages released:
112
158
- [ @patternfly/react-icons : 3.15.3] ( https://www.npmjs.com/package/@patternfly/react-icons/v/3.15.3 )
113
159
114
160
115
- ### Components:
161
+ ### Components
116
162
- ** Context selector:**
117
163
- Updated signature for context selector ([ #3697 ] ( https://github.com/patternfly/patternfly-react/pull/3697 ) )
118
164
- ** Data toolbar:**
@@ -135,13 +181,13 @@ Packages released:
135
181
- Fixed styles that stopped working ([ #3635 ] ( https://github.com/patternfly/patternfly-react/pull/3635 ) )
136
182
- Fixed linting errors ([ #3714 ] ( https://github.com/patternfly/patternfly-react/pull/3714 ) )
137
183
138
- ### Table:
184
+ ### Table
139
185
- Added inline edit to table ([ #3058 ] ( https://github.com/patternfly/patternfly-react/issues/3058 ) )
140
186
- Reverted IHeaderRow interface change ([ #3746 ] ( https://github.com/patternfly/patternfly-react/pull/3746 ) )
141
187
- Fixed that column functions are not always equal ([ #3612 ] ( https://github.com/patternfly/patternfly-react/pull/3612 ) )
142
188
- Added support for truncated column headers ([ #3729 ] ( https://github.com/patternfly/patternfly-react/pull/3729 ) )
143
189
144
- ### Other:
190
+ ### Other
145
191
- ** Build:**
146
192
- Updated CircleCi config for pricing ([ #3654 ] ( https://github.com/patternfly/patternfly-react/pull/3654 ) )
147
193
- Made change to use machine instance ([ #3712 ] ( https://github.com/patternfly/patternfly-react/pull/3712 ) )
@@ -168,7 +214,7 @@ Packages released:
168
214
- Added react-hooks to eslint-plugin-patternfly-react ([ #3636 ] ( https://github.com/patternfly/patternfly-react/pull/3636 ) )
169
215
- Fixed linting errors ([ #3713 ] ( https://github.com/patternfly/patternfly-react/pull/3713 ) )
170
216
171
- ### PF3:
217
+ ### PF3
172
218
- ** Slider:**
173
219
- Added limit for lowest possible value of slider ([ #3660 ] ( https://github.com/patternfly/patternfly-react/pull/3660 ) )
174
220
0 commit comments