@patternfly/react-styles 5.0.0-prerelease.2 → 5.0.0-prerelease.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -3260
- package/css/components/AboutModalBox/about-modal-box.css +7 -8
- package/css/components/Accordion/accordion.css +2 -0
- package/css/components/Alert/alert.css +2 -0
- package/css/components/Banner/banner.css +9 -8
- package/css/components/CalendarMonth/calendar-month.css +2 -0
- package/css/components/Card/card.css +4 -0
- package/css/components/Chip/chip-group.css +2 -0
- package/css/components/Chip/chip.css +2 -0
- package/css/components/ContextSelector/context-selector.css +2 -0
- package/css/components/DataList/data-list.css +2 -0
- package/css/components/FormControl/form-control.css +2 -0
- package/css/components/LogViewer/log-viewer.css +7 -8
- package/css/components/LogViewer/log-viewer.d.ts +1 -0
- package/css/components/LogViewer/log-viewer.js +1 -0
- package/css/components/LogViewer/log-viewer.mjs +1 -0
- package/css/components/Login/login.css +8 -9
- package/css/components/Login/login.d.ts +1 -0
- package/css/components/Login/login.js +1 -0
- package/css/components/Login/login.mjs +1 -0
- package/css/components/Masthead/masthead.css +9 -8
- package/css/components/Menu/menu.css +2 -0
- package/css/components/Page/page.css +11 -10
- package/css/components/Select/select.css +2 -0
- package/css/components/Switch/switch.css +3 -0
- package/css/components/Table/table.css +2 -0
- package/css/components/TextInputGroup/text-input-group.css +2 -2
- package/css/components/Wizard/wizard.css +7 -8
- package/css/components/Wizard/wizard.d.ts +1 -0
- package/css/components/Wizard/wizard.js +1 -0
- package/css/components/Wizard/wizard.mjs +1 -0
- package/css/docs/components/Dropdown/deprecated/Dropdown.css +64 -0
- package/css/docs/components/Select/deprecated/Select.css +56 -0
- package/package.json +3 -3
- package/css/docs/components/Dropdown/examples/Dropdown.css +0 -64
- package/css/docs/components/Select/examples/Select.css +0 -55
- /package/css/docs/components/Dropdown/{examples → deprecated}/Dropdown.d.ts +0 -0
- /package/css/docs/components/Dropdown/{examples → deprecated}/Dropdown.js +0 -0
- /package/css/docs/components/Dropdown/{examples → deprecated}/Dropdown.mjs +0 -0
- /package/css/docs/components/Select/{examples → deprecated}/Select.d.ts +0 -0
- /package/css/docs/components/Select/{examples → deprecated}/Select.js +0 -0
- /package/css/docs/components/Select/{examples → deprecated}/Select.mjs +0 -0
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,16 @@
|
|
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
|
+
# 5.0.0-prerelease.4 (2023-06-15)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
10
|
+
# 5.0.0-prerelease.3 (2023-06-13)
|
11
|
+
|
12
|
+
### Bug Fixes
|
13
|
+
|
14
|
+
- **docs:** update use of deprecated tag and clean up changelogs ([#9259](https://github.com/patternfly/patternfly-react/issues/9259)) ([8de83dc](https://github.com/patternfly/patternfly-react/commit/8de83dc3b2fb88094fd3c21bda2ed6e371986cba))
|
15
|
+
|
6
16
|
# [5.0.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@5.0.0-prerelease.1...@patternfly/react-styles@5.0.0-prerelease.2) (2023-06-06)
|
7
17
|
|
8
18
|
### Bug Fixes
|
@@ -106,3263 +116,3 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
106
116
|
# 5.0.0-alpha.2 (2023-02-08)
|
107
117
|
|
108
118
|
**Note:** Version bump only for package @patternfly/react-styles
|
109
|
-
|
110
|
-
## 4.92.6 (2023-01-23)
|
111
|
-
|
112
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
113
|
-
|
114
|
-
## 4.92.5 (2023-01-19)
|
115
|
-
|
116
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
117
|
-
|
118
|
-
## 4.92.4 (2023-01-18)
|
119
|
-
|
120
|
-
### Bug Fixes
|
121
|
-
|
122
|
-
- **Tabs:** Removed isHelpAction prop from TabsAction ([#8560](https://github.com/patternfly/patternfly-react/issues/8560)) ([05fa1b0](https://github.com/patternfly/patternfly-react/commit/05fa1b0acfe886f09c5bdf4ad9f8e27878ee817e))
|
123
|
-
|
124
|
-
## 4.92.3 (2022-12-08)
|
125
|
-
|
126
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
127
|
-
|
128
|
-
## 4.92.2 (2022-12-07)
|
129
|
-
|
130
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
131
|
-
|
132
|
-
## 4.92.1 (2022-12-01)
|
133
|
-
|
134
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
135
|
-
|
136
|
-
# 4.92.0 (2022-11-16)
|
137
|
-
|
138
|
-
### Features
|
139
|
-
|
140
|
-
- **Tabs:** add TabAction, update core ver ([#8348](https://github.com/patternfly/patternfly-react/issues/8348)) ([8c584b4](https://github.com/patternfly/patternfly-react/commit/8c584b48f8e545cf226f785b873ee11eda505724))
|
141
|
-
|
142
|
-
## 4.91.10 (2022-10-27)
|
143
|
-
|
144
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
145
|
-
|
146
|
-
## 4.91.9 (2022-10-26)
|
147
|
-
|
148
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
149
|
-
|
150
|
-
## [4.91.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.91.7...@patternfly/react-styles@4.91.8) (2022-10-17)
|
151
|
-
|
152
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
153
|
-
|
154
|
-
## 4.91.7 (2022-10-14)
|
155
|
-
|
156
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
157
|
-
|
158
|
-
## 4.91.6 (2022-10-05)
|
159
|
-
|
160
|
-
### Bug Fixes
|
161
|
-
|
162
|
-
- **core-version:** bump to use core 5.0.0-alpha.3 ([#8469](https://github.com/patternfly/patternfly-react/issues/8469)) ([70844f9](https://github.com/patternfly/patternfly-react/commit/70844f9afc2d4dcef1bc8d7a7026f5413b3beebd))
|
163
|
-
|
164
|
-
## 4.92.3 (2022-12-08)
|
165
|
-
|
166
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
167
|
-
|
168
|
-
## 4.92.2 (2022-12-07)
|
169
|
-
|
170
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
171
|
-
|
172
|
-
## 4.92.1 (2022-12-01)
|
173
|
-
|
174
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
175
|
-
|
176
|
-
# 4.92.0 (2022-11-16)
|
177
|
-
|
178
|
-
### Features
|
179
|
-
|
180
|
-
- **Tabs:** add TabAction, update core ver ([#8348](https://github.com/patternfly/patternfly-react/issues/8348)) ([8c584b4](https://github.com/patternfly/patternfly-react/commit/8c584b48f8e545cf226f785b873ee11eda505724))
|
181
|
-
|
182
|
-
## 4.91.10 (2022-10-27)
|
183
|
-
|
184
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
185
|
-
|
186
|
-
## 4.91.9 (2022-10-26)
|
187
|
-
|
188
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
189
|
-
|
190
|
-
## [4.91.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.91.7...@patternfly/react-styles@4.91.8) (2022-10-17)
|
191
|
-
|
192
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
193
|
-
|
194
|
-
## 4.91.7 (2022-10-14)
|
195
|
-
|
196
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
197
|
-
|
198
|
-
## 4.91.6 (2022-10-05)
|
199
|
-
|
200
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
201
|
-
|
202
|
-
## 4.91.5 (2022-09-29)
|
203
|
-
|
204
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
205
|
-
|
206
|
-
## 4.91.4 (2022-09-23)
|
207
|
-
|
208
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
209
|
-
|
210
|
-
## 4.91.3 (2022-09-20)
|
211
|
-
|
212
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
213
|
-
|
214
|
-
## 4.91.2 (2022-09-20)
|
215
|
-
|
216
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
217
|
-
|
218
|
-
## 4.91.1 (2022-09-20)
|
219
|
-
|
220
|
-
### Bug Fixes
|
221
|
-
|
222
|
-
- **OverflowMenu:** store resize listener reference ([#7975](https://github.com/patternfly/patternfly-react/issues/7975)) ([86b0193](https://github.com/patternfly/patternfly-react/commit/86b01936a3029886173654925eb5d11d9077fc56))
|
223
|
-
|
224
|
-
# 4.91.0 (2022-09-19)
|
225
|
-
|
226
|
-
### Features
|
227
|
-
|
228
|
-
- **Wizard - next:** supporting component unit tests ([#7731](https://github.com/patternfly/patternfly-react/issues/7731)) ([2e4ec26](https://github.com/patternfly/patternfly-react/commit/2e4ec26d428b6be0ca4254b29e03c889eb5625bb))
|
229
|
-
|
230
|
-
# 4.90.0 (2022-09-16)
|
231
|
-
|
232
|
-
### Features
|
233
|
-
|
234
|
-
- **charts:** Update Victory dependencies ([#7986](https://github.com/patternfly/patternfly-react/issues/7986)) ([bbee15f](https://github.com/patternfly/patternfly-react/commit/bbee15fd0e00288dfa72c88a79a685b5405a355e))
|
235
|
-
|
236
|
-
## 4.89.1 (2022-09-15)
|
237
|
-
|
238
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
239
|
-
|
240
|
-
# 4.89.0 (2022-09-14)
|
241
|
-
|
242
|
-
### Features
|
243
|
-
|
244
|
-
- **Dropdown next:** Added the next version of the dropdown component ([#7955](https://github.com/patternfly/patternfly-react/issues/7955)) ([c092c7c](https://github.com/patternfly/patternfly-react/commit/c092c7cfaf877c5783c9ad9db0a8010b8ea023eb))
|
245
|
-
|
246
|
-
# 4.88.0 (2022-09-14)
|
247
|
-
|
248
|
-
### Features
|
249
|
-
|
250
|
-
- **SearchInput:** new expandable button for masthead variant ([#7903](https://github.com/patternfly/patternfly-react/issues/7903)) ([d2a6c47](https://github.com/patternfly/patternfly-react/commit/d2a6c471ea3440d0b751b752b44ca1e8e749c5b6))
|
251
|
-
|
252
|
-
## 4.87.11 (2022-09-13)
|
253
|
-
|
254
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
255
|
-
|
256
|
-
## 4.87.10 (2022-09-13)
|
257
|
-
|
258
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
259
|
-
|
260
|
-
## 4.87.9 (2022-09-13)
|
261
|
-
|
262
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
263
|
-
|
264
|
-
## 4.87.8 (2022-09-12)
|
265
|
-
|
266
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
267
|
-
|
268
|
-
## 4.87.7 (2022-09-12)
|
269
|
-
|
270
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
271
|
-
|
272
|
-
## 4.87.6 (2022-09-12)
|
273
|
-
|
274
|
-
### Bug Fixes
|
275
|
-
|
276
|
-
- **Treeview:** ignore folder selection in basic example ([#7906](https://github.com/patternfly/patternfly-react/issues/7906)) ([b16b224](https://github.com/patternfly/patternfly-react/commit/b16b2240d26cabcadec3de52627fb1d96ff45aef))
|
277
|
-
|
278
|
-
## 4.87.5 (2022-09-09)
|
279
|
-
|
280
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
281
|
-
|
282
|
-
## 4.87.4 (2022-09-09)
|
283
|
-
|
284
|
-
### Bug Fixes
|
285
|
-
|
286
|
-
- **Modal, Dropdown, TreeView:** updates to resolve strict TS errors ([#7890](https://github.com/patternfly/patternfly-react/issues/7890)) ([011215b](https://github.com/patternfly/patternfly-react/commit/011215be95dfff1408e437c0b1062835669ff041))
|
287
|
-
|
288
|
-
## 4.87.3 (2022-09-09)
|
289
|
-
|
290
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
291
|
-
|
292
|
-
## 4.87.2 (2022-09-09)
|
293
|
-
|
294
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
295
|
-
|
296
|
-
## 4.87.1 (2022-09-09)
|
297
|
-
|
298
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
299
|
-
|
300
|
-
# 4.87.0 (2022-09-09)
|
301
|
-
|
302
|
-
### Features
|
303
|
-
|
304
|
-
- **Button:** new count number prop ([#7910](https://github.com/patternfly/patternfly-react/issues/7910)) ([a096b3c](https://github.com/patternfly/patternfly-react/commit/a096b3cba080b5bcd87777efe0e96e64c6da121f))
|
305
|
-
|
306
|
-
## 4.86.14 (2022-09-08)
|
307
|
-
|
308
|
-
### Bug Fixes
|
309
|
-
|
310
|
-
- **Page:** Fixed page group props regression ([#7948](https://github.com/patternfly/patternfly-react/issues/7948)) ([044444e](https://github.com/patternfly/patternfly-react/commit/044444e11fb90d53dc8f783071d3e3dc517532a0))
|
311
|
-
|
312
|
-
## 4.86.13 (2022-09-08)
|
313
|
-
|
314
|
-
### Bug Fixes
|
315
|
-
|
316
|
-
- **table:** fix bug in expandable demo ([#7945](https://github.com/patternfly/patternfly-react/issues/7945)) ([711b196](https://github.com/patternfly/patternfly-react/commit/711b19609dd8023b157a99f6988ff8618ccee35d))
|
317
|
-
|
318
|
-
## 4.86.12 (2022-09-07)
|
319
|
-
|
320
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
321
|
-
|
322
|
-
## 4.86.11 (2022-09-07)
|
323
|
-
|
324
|
-
### Bug Fixes
|
325
|
-
|
326
|
-
- **dashboardheader:** update brand image src to absolute import path for codesandbox functionality ([#7935](https://github.com/patternfly/patternfly-react/issues/7935)) ([6190a7f](https://github.com/patternfly/patternfly-react/commit/6190a7fd51a9606c9f1bf06aa0ebd46215fbd341))
|
327
|
-
|
328
|
-
## 4.86.10 (2022-09-07)
|
329
|
-
|
330
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
331
|
-
|
332
|
-
## 4.86.9 (2022-09-07)
|
333
|
-
|
334
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
335
|
-
|
336
|
-
## 4.86.8 (2022-09-07)
|
337
|
-
|
338
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
339
|
-
|
340
|
-
## 4.86.7 (2022-09-07)
|
341
|
-
|
342
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
343
|
-
|
344
|
-
## 4.86.6 (2022-09-06)
|
345
|
-
|
346
|
-
### Bug Fixes
|
347
|
-
|
348
|
-
- **Page:** avoid unnecessary re-renders ([#7940](https://github.com/patternfly/patternfly-react/issues/7940)) ([3e23142](https://github.com/patternfly/patternfly-react/commit/3e23142c489ae5b77357345dbbeaa63cc175ea05))
|
349
|
-
|
350
|
-
## 4.86.5 (2022-09-02)
|
351
|
-
|
352
|
-
### Bug Fixes
|
353
|
-
|
354
|
-
- **MenuToggle:** Fixed props not displaying in docs ([#7919](https://github.com/patternfly/patternfly-react/issues/7919)) ([8ca73e4](https://github.com/patternfly/patternfly-react/commit/8ca73e4dae9542646aff846511033bb7ae4fb2ef))
|
355
|
-
|
356
|
-
## 4.86.4 (2022-09-02)
|
357
|
-
|
358
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
359
|
-
|
360
|
-
## 4.86.3 (2022-09-01)
|
361
|
-
|
362
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
363
|
-
|
364
|
-
## 4.86.2 (2022-09-01)
|
365
|
-
|
366
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
367
|
-
|
368
|
-
## 4.86.1 (2022-09-01)
|
369
|
-
|
370
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
371
|
-
|
372
|
-
# 4.86.0 (2022-09-01)
|
373
|
-
|
374
|
-
### Features
|
375
|
-
|
376
|
-
- **PageSection:** add ability to specify HTML element via prop ([#7891](https://github.com/patternfly/patternfly-react/issues/7891)) ([a9e20e4](https://github.com/patternfly/patternfly-react/commit/a9e20e4b6303fb673ed9222323a1114c3e68f8d6))
|
377
|
-
|
378
|
-
## 4.85.8 (2022-08-31)
|
379
|
-
|
380
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
381
|
-
|
382
|
-
## 4.85.7 (2022-08-31)
|
383
|
-
|
384
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
385
|
-
|
386
|
-
## 4.85.6 (2022-08-30)
|
387
|
-
|
388
|
-
### Bug Fixes
|
389
|
-
|
390
|
-
- **NumberInput:** prevent errors when onChange is passed via inputProps ([#7908](https://github.com/patternfly/patternfly-react/issues/7908)) ([9cabeed](https://github.com/patternfly/patternfly-react/commit/9cabeedacf98bd80214a7f7fe1e40c3a15be4490))
|
391
|
-
|
392
|
-
## 4.85.5 (2022-08-29)
|
393
|
-
|
394
|
-
### Bug Fixes
|
395
|
-
|
396
|
-
- **NumberInput:** manage null value ([#7898](https://github.com/patternfly/patternfly-react/issues/7898)) ([b86371d](https://github.com/patternfly/patternfly-react/commit/b86371dfe703614c12f49b68c096b28a91b9debd))
|
397
|
-
|
398
|
-
## 4.85.4 (2022-08-29)
|
399
|
-
|
400
|
-
### Bug Fixes
|
401
|
-
|
402
|
-
- syntax errors on surge ([#7897](https://github.com/patternfly/patternfly-react/issues/7897)) ([a487abf](https://github.com/patternfly/patternfly-react/commit/a487abf770340555b2c5a451b5a5bfb0ea57fd45))
|
403
|
-
|
404
|
-
## 4.85.3 (2022-08-25)
|
405
|
-
|
406
|
-
### Bug Fixes
|
407
|
-
|
408
|
-
- react-core should export all contents of dist directory ([#7883](https://github.com/patternfly/patternfly-react/issues/7883)) ([f5088d0](https://github.com/patternfly/patternfly-react/commit/f5088d069916d7c37335503251d13b4b846f3f62))
|
409
|
-
|
410
|
-
## 4.85.2 (2022-08-24)
|
411
|
-
|
412
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
413
|
-
|
414
|
-
## 4.85.1 (2022-08-24)
|
415
|
-
|
416
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
417
|
-
|
418
|
-
# 4.85.0 (2022-08-23)
|
419
|
-
|
420
|
-
### Features
|
421
|
-
|
422
|
-
- **WizardComposable:** Created composable spinoff of wizard w/ enhancements ([#7703](https://github.com/patternfly/patternfly-react/issues/7703)) ([76eab29](https://github.com/patternfly/patternfly-react/commit/76eab29b640e2f71cd9bd5d42f58fa8dd0eba799))
|
423
|
-
|
424
|
-
## 4.84.4 (2022-08-23)
|
425
|
-
|
426
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
427
|
-
|
428
|
-
## 4.84.3 (2022-08-23)
|
429
|
-
|
430
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
431
|
-
|
432
|
-
## 4.84.2 (2022-08-23)
|
433
|
-
|
434
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
435
|
-
|
436
|
-
## 4.84.1 (2022-08-22)
|
437
|
-
|
438
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
439
|
-
|
440
|
-
# 4.84.0 (2022-08-22)
|
441
|
-
|
442
|
-
### Features
|
443
|
-
|
444
|
-
- **Timestamp:** create component ([#7815](https://github.com/patternfly/patternfly-react/issues/7815)) ([98058b3](https://github.com/patternfly/patternfly-react/commit/98058b35c4b7d5e916abd7318e020e53783f73a6))
|
445
|
-
|
446
|
-
## 4.83.1 (2022-08-22)
|
447
|
-
|
448
|
-
### Bug Fixes
|
449
|
-
|
450
|
-
- **TimePicker:** clean up menuAppendTo feature ([#7865](https://github.com/patternfly/patternfly-react/issues/7865)) ([3aa73be](https://github.com/patternfly/patternfly-react/commit/3aa73beb4581c1695aa3c3886291d862bd82286e))
|
451
|
-
|
452
|
-
# 4.83.0 (2022-08-19)
|
453
|
-
|
454
|
-
### Features
|
455
|
-
|
456
|
-
- **ExpandableSection:** add truncated variant ([#7852](https://github.com/patternfly/patternfly-react/issues/7852)) ([f628cdf](https://github.com/patternfly/patternfly-react/commit/f628cdf571d71addfc04e69728be73895e261094))
|
457
|
-
|
458
|
-
## 4.82.13 (2022-08-19)
|
459
|
-
|
460
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
461
|
-
|
462
|
-
## 4.82.12 (2022-08-19)
|
463
|
-
|
464
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
465
|
-
|
466
|
-
## 4.82.11 (2022-08-18)
|
467
|
-
|
468
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
469
|
-
|
470
|
-
## 4.82.10 (2022-08-18)
|
471
|
-
|
472
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
473
|
-
|
474
|
-
## 4.82.9 (2022-08-18)
|
475
|
-
|
476
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
477
|
-
|
478
|
-
## 4.82.8 (2022-08-18)
|
479
|
-
|
480
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
481
|
-
|
482
|
-
## 4.82.7 (2022-08-18)
|
483
|
-
|
484
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
485
|
-
|
486
|
-
## 4.82.6 (2022-08-17)
|
487
|
-
|
488
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
489
|
-
|
490
|
-
## 4.82.5 (2022-08-17)
|
491
|
-
|
492
|
-
### Bug Fixes
|
493
|
-
|
494
|
-
- **charts:** add victory-cursor-container dependency ([#7803](https://github.com/patternfly/patternfly-react/issues/7803)) ([6f1f00d](https://github.com/patternfly/patternfly-react/commit/6f1f00d0d60d9f841a3204e9378ac93a4333c41b))
|
495
|
-
|
496
|
-
## 4.82.4 (2022-08-17)
|
497
|
-
|
498
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
499
|
-
|
500
|
-
## 4.82.3 (2022-08-16)
|
501
|
-
|
502
|
-
### Bug Fixes
|
503
|
-
|
504
|
-
- **Select:** apply aria-describedby to correct element ([#7790](https://github.com/patternfly/patternfly-react/issues/7790)) ([1795ff5](https://github.com/patternfly/patternfly-react/commit/1795ff5a939cfab5af03f11640737377b7c39441))
|
505
|
-
|
506
|
-
## 4.82.2 (2022-08-16)
|
507
|
-
|
508
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
509
|
-
|
510
|
-
## 4.82.1 (2022-08-16)
|
511
|
-
|
512
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
513
|
-
|
514
|
-
# 4.82.0 (2022-08-16)
|
515
|
-
|
516
|
-
### Features
|
517
|
-
|
518
|
-
- Allow for 'next' and 'deprecated' react-core subpaths ([#7824](https://github.com/patternfly/patternfly-react/issues/7824)) ([0e68bd3](https://github.com/patternfly/patternfly-react/commit/0e68bd349e9a8b4b08bb8b777358dcde41d5462f))
|
519
|
-
|
520
|
-
## 4.81.9 (2022-08-15)
|
521
|
-
|
522
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
523
|
-
|
524
|
-
## 4.81.8 (2022-08-11)
|
525
|
-
|
526
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
527
|
-
|
528
|
-
## 4.81.7 (2022-08-10)
|
529
|
-
|
530
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
531
|
-
|
532
|
-
## 4.81.6 (2022-08-10)
|
533
|
-
|
534
|
-
### Reverts
|
535
|
-
|
536
|
-
- Revert "feat(VisualizationSurface): replace react-measure with react-resize-detector (#7706)" (#7809) ([3c9cd8f](https://github.com/patternfly/patternfly-react/commit/3c9cd8f32d621f30aef0a4d4e0aa892b08354e7b)), closes [#7706](https://github.com/patternfly/patternfly-react/issues/7706) [#7809](https://github.com/patternfly/patternfly-react/issues/7809)
|
537
|
-
|
538
|
-
## 4.81.5 (2022-08-05)
|
539
|
-
|
540
|
-
### Bug Fixes
|
541
|
-
|
542
|
-
- **MenuToggle:** update base type to include div attributes as well ([#7798](https://github.com/patternfly/patternfly-react/issues/7798)) ([330e496](https://github.com/patternfly/patternfly-react/commit/330e496a7f1fb715ab06a6f6d118f1db8705828a))
|
543
|
-
|
544
|
-
## 4.81.4 (2022-08-05)
|
545
|
-
|
546
|
-
### Bug Fixes
|
547
|
-
|
548
|
-
- **MenuToggle:** undo type change causing errors ([#7797](https://github.com/patternfly/patternfly-react/issues/7797)) ([1031ecb](https://github.com/patternfly/patternfly-react/commit/1031ecbeb5b4fa7eb28ed9c035454c7b408b8da8))
|
549
|
-
|
550
|
-
## 4.81.3 (2022-08-04)
|
551
|
-
|
552
|
-
### Bug Fixes
|
553
|
-
|
554
|
-
- **charts:** remove uniqueId generation for labels and axis ticks ([#7794](https://github.com/patternfly/patternfly-react/issues/7794)) ([9c44131](https://github.com/patternfly/patternfly-react/commit/9c4413119f14e3e45a1ed12bd870120e278ebc20))
|
555
|
-
|
556
|
-
## 4.81.2 (2022-08-03)
|
557
|
-
|
558
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
559
|
-
|
560
|
-
## 4.81.1 (2022-08-03)
|
561
|
-
|
562
|
-
### Bug Fixes
|
563
|
-
|
564
|
-
- **Menu:** can navigate via keyboard for checkbox variant ([#7743](https://github.com/patternfly/patternfly-react/issues/7743)) ([7cfa876](https://github.com/patternfly/patternfly-react/commit/7cfa87682c225c3e93d6c4e0925b3c34aaede633))
|
565
|
-
|
566
|
-
# 4.81.0 (2022-08-03)
|
567
|
-
|
568
|
-
### Features
|
569
|
-
|
570
|
-
- **MenuToggle:** add split button variants ([#7748](https://github.com/patternfly/patternfly-react/issues/7748)) ([7577725](https://github.com/patternfly/patternfly-react/commit/7577725305533791481ac22d9b36b87d5d3167b1))
|
571
|
-
|
572
|
-
## 4.80.1 (2022-08-02)
|
573
|
-
|
574
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
575
|
-
|
576
|
-
# 4.80.0 (2022-08-01)
|
577
|
-
|
578
|
-
### Features
|
579
|
-
|
580
|
-
- **Page:** add support for vertical breakpoints, add sticky breadcrumb demo ([#7764](https://github.com/patternfly/patternfly-react/issues/7764)) ([9db582d](https://github.com/patternfly/patternfly-react/commit/9db582d63a3499fa78ea8fab3ce31b7877cd479d))
|
581
|
-
|
582
|
-
# 4.79.0 (2022-08-01)
|
583
|
-
|
584
|
-
### Features
|
585
|
-
|
586
|
-
- **DescriptionList:** add Display and Card variants ([#7713](https://github.com/patternfly/patternfly-react/issues/7713)) ([8c6e6d8](https://github.com/patternfly/patternfly-react/commit/8c6e6d83cdbe989d306c64f945aac206eac3ff91))
|
587
|
-
|
588
|
-
## 4.78.1 (2022-08-01)
|
589
|
-
|
590
|
-
### Bug Fixes
|
591
|
-
|
592
|
-
- **Menu/Nav:** flyout variants work with VO navigation ([#7772](https://github.com/patternfly/patternfly-react/issues/7772)) ([6ad76cc](https://github.com/patternfly/patternfly-react/commit/6ad76cc1b466e8e93773f58002acf5ca54ad6e36))
|
593
|
-
|
594
|
-
# 4.78.0 (2022-07-29)
|
595
|
-
|
596
|
-
### Features
|
597
|
-
|
598
|
-
- **Tabs:** add horizontal overflow option ([#7742](https://github.com/patternfly/patternfly-react/issues/7742)) ([2745cd1](https://github.com/patternfly/patternfly-react/commit/2745cd199669b0c0a5cdbd5c3d4e7453c6e1c435))
|
599
|
-
|
600
|
-
## 4.77.9 (2022-07-28)
|
601
|
-
|
602
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
603
|
-
|
604
|
-
## 4.77.8 (2022-07-28)
|
605
|
-
|
606
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
607
|
-
|
608
|
-
## 4.77.7 (2022-07-28)
|
609
|
-
|
610
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
611
|
-
|
612
|
-
## 4.77.6 (2022-07-28)
|
613
|
-
|
614
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
615
|
-
|
616
|
-
## 4.77.5 (2022-07-27)
|
617
|
-
|
618
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
619
|
-
|
620
|
-
## 4.77.4 (2022-07-27)
|
621
|
-
|
622
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
623
|
-
|
624
|
-
## 4.77.3 (2022-07-27)
|
625
|
-
|
626
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
627
|
-
|
628
|
-
## 4.77.2 (2022-07-27)
|
629
|
-
|
630
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
631
|
-
|
632
|
-
## 4.77.1 (2022-07-26)
|
633
|
-
|
634
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
635
|
-
|
636
|
-
# 4.77.0 (2022-07-26)
|
637
|
-
|
638
|
-
### Features
|
639
|
-
|
640
|
-
- **Dropdown:** added secondary styling to split action button ([#7746](https://github.com/patternfly/patternfly-react/issues/7746)) ([e701c32](https://github.com/patternfly/patternfly-react/commit/e701c32bb36097770ecb2c3e17e15df0b720488f))
|
641
|
-
|
642
|
-
## 4.76.2 (2022-07-26)
|
643
|
-
|
644
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
645
|
-
|
646
|
-
## 4.76.1 (2022-07-26)
|
647
|
-
|
648
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
649
|
-
|
650
|
-
# 4.76.0 (2022-07-26)
|
651
|
-
|
652
|
-
### Features
|
653
|
-
|
654
|
-
- **topology:** Pipelines support for badges/icons variable task node width ([#7697](https://github.com/patternfly/patternfly-react/issues/7697)) ([a499273](https://github.com/patternfly/patternfly-react/commit/a49927315cd61e84a007d05b49e5d7254b977fcb))
|
655
|
-
|
656
|
-
## 4.75.11 (2022-07-25)
|
657
|
-
|
658
|
-
### Bug Fixes
|
659
|
-
|
660
|
-
- **Select:** remove variant check from update logic ([#7741](https://github.com/patternfly/patternfly-react/issues/7741)) ([2204cb6](https://github.com/patternfly/patternfly-react/commit/2204cb62e30b4a37b82731f1380e79a3085828ef))
|
661
|
-
|
662
|
-
## 4.75.10 (2022-07-25)
|
663
|
-
|
664
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
665
|
-
|
666
|
-
## 4.75.9 (2022-07-21)
|
667
|
-
|
668
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
669
|
-
|
670
|
-
## 4.75.8 (2022-07-21)
|
671
|
-
|
672
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
673
|
-
|
674
|
-
## 4.75.7 (2022-07-20)
|
675
|
-
|
676
|
-
### Bug Fixes
|
677
|
-
|
678
|
-
- **Switch:** aria labelledby to update with change ([#7557](https://github.com/patternfly/patternfly-react/issues/7557)) ([9647a0c](https://github.com/patternfly/patternfly-react/commit/9647a0c7f7eb2174f006774b4406408bd065fddc))
|
679
|
-
|
680
|
-
## 4.75.6 (2022-07-20)
|
681
|
-
|
682
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
683
|
-
|
684
|
-
## 4.75.5 (2022-07-19)
|
685
|
-
|
686
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
687
|
-
|
688
|
-
## 4.75.4 (2022-07-15)
|
689
|
-
|
690
|
-
### Bug Fixes
|
691
|
-
|
692
|
-
- **LogViewer:** render correctly when there is '\n' in the string array ([#7681](https://github.com/patternfly/patternfly-react/issues/7681)) ([12222c7](https://github.com/patternfly/patternfly-react/commit/12222c76d47396d8df5134c607a9ff689d6d93c9))
|
693
|
-
|
694
|
-
## 4.75.3 (2022-07-15)
|
695
|
-
|
696
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
697
|
-
|
698
|
-
## 4.75.2 (2022-07-15)
|
699
|
-
|
700
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
701
|
-
|
702
|
-
## 4.75.1 (2022-07-15)
|
703
|
-
|
704
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
705
|
-
|
706
|
-
# 4.75.0 (2022-07-14)
|
707
|
-
|
708
|
-
### Features
|
709
|
-
|
710
|
-
- **Topology:** Add Topology pipeline support ([#7609](https://github.com/patternfly/patternfly-react/issues/7609)) ([4fb563f](https://github.com/patternfly/patternfly-react/commit/4fb563fb8651c0386f7cc59fd9c736af6fb683ec))
|
711
|
-
|
712
|
-
## 4.74.15 (2022-07-12)
|
713
|
-
|
714
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
715
|
-
|
716
|
-
## 4.74.14 (2022-07-11)
|
717
|
-
|
718
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
719
|
-
|
720
|
-
## 4.74.13 (2022-07-11)
|
721
|
-
|
722
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
723
|
-
|
724
|
-
## 4.74.12 (2022-07-08)
|
725
|
-
|
726
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
727
|
-
|
728
|
-
## 4.74.11 (2022-07-08)
|
729
|
-
|
730
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
731
|
-
|
732
|
-
## 4.74.10 (2022-07-08)
|
733
|
-
|
734
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
735
|
-
|
736
|
-
## 4.74.9 (2022-07-07)
|
737
|
-
|
738
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
739
|
-
|
740
|
-
## 4.74.8 (2022-07-07)
|
741
|
-
|
742
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
743
|
-
|
744
|
-
## 4.74.7 (2022-07-07)
|
745
|
-
|
746
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
747
|
-
|
748
|
-
## 4.74.6 (2022-07-06)
|
749
|
-
|
750
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
751
|
-
|
752
|
-
## 4.74.5 (2022-07-06)
|
753
|
-
|
754
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
755
|
-
|
756
|
-
## 4.74.4 (2022-07-05)
|
757
|
-
|
758
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
759
|
-
|
760
|
-
## 4.74.3 (2022-07-05)
|
761
|
-
|
762
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
763
|
-
|
764
|
-
## 4.74.2 (2022-06-30)
|
765
|
-
|
766
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
767
|
-
|
768
|
-
## 4.74.1 (2022-06-29)
|
769
|
-
|
770
|
-
### Bug Fixes
|
771
|
-
|
772
|
-
- **Select:** update logic should only apply to typeahead ([#7632](https://github.com/patternfly/patternfly-react/issues/7632)) ([0b9148e](https://github.com/patternfly/patternfly-react/commit/0b9148e67030236e61423895c6632b20dac4617f))
|
773
|
-
|
774
|
-
# 4.74.0 (2022-06-27)
|
775
|
-
|
776
|
-
### Features
|
777
|
-
|
778
|
-
- **wizard:** add support for additional information panel (drawer) ([#7323](https://github.com/patternfly/patternfly-react/issues/7323)) ([6702504](https://github.com/patternfly/patternfly-react/commit/67025047d7bb644497f4477b77dbbdebe8ce97da))
|
779
|
-
|
780
|
-
## 4.73.3 (2022-06-23)
|
781
|
-
|
782
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
783
|
-
|
784
|
-
## 4.73.2 (2022-06-23)
|
785
|
-
|
786
|
-
### Bug Fixes
|
787
|
-
|
788
|
-
- **ProgressStepper:** added onTriggerEnter prop to Popover ([#7532](https://github.com/patternfly/patternfly-react/issues/7532)) ([1208390](https://github.com/patternfly/patternfly-react/commit/12083908a7043c017a5b7a97f84623add10bfe75))
|
789
|
-
|
790
|
-
## 4.73.1 (2022-06-23)
|
791
|
-
|
792
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
793
|
-
|
794
|
-
# 4.73.0 (2022-06-22)
|
795
|
-
|
796
|
-
### Features
|
797
|
-
|
798
|
-
- **Table:** add nested sticky header support ([#7595](https://github.com/patternfly/patternfly-react/issues/7595)) ([3888a0b](https://github.com/patternfly/patternfly-react/commit/3888a0bdf5e4e964d2d8d936c5d81f7813d8ec0c))
|
799
|
-
|
800
|
-
## 4.72.17 (2022-06-22)
|
801
|
-
|
802
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
803
|
-
|
804
|
-
## 4.72.16 (2022-06-22)
|
805
|
-
|
806
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
807
|
-
|
808
|
-
## 4.72.15 (2022-06-21)
|
809
|
-
|
810
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
811
|
-
|
812
|
-
## 4.72.14 (2022-06-17)
|
813
|
-
|
814
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
815
|
-
|
816
|
-
## 4.72.13 (2022-06-17)
|
817
|
-
|
818
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
819
|
-
|
820
|
-
## 4.72.12 (2022-06-17)
|
821
|
-
|
822
|
-
### Bug Fixes
|
823
|
-
|
824
|
-
- **Table:** account for added columns with expandable ([#7529](https://github.com/patternfly/patternfly-react/issues/7529)) ([dcde7c9](https://github.com/patternfly/patternfly-react/commit/dcde7c95eb7200b706da4d41a46f3f57b5129e40))
|
825
|
-
|
826
|
-
## 4.72.11 (2022-06-17)
|
827
|
-
|
828
|
-
### Bug Fixes
|
829
|
-
|
830
|
-
- **Table:** update expandable examples to set column widths ([#7513](https://github.com/patternfly/patternfly-react/issues/7513)) ([c2e1e61](https://github.com/patternfly/patternfly-react/commit/c2e1e618a6924bdbb2b1e8e7ad94553615196fb2))
|
831
|
-
|
832
|
-
## 4.72.10 (2022-06-16)
|
833
|
-
|
834
|
-
### Bug Fixes
|
835
|
-
|
836
|
-
- **Topology:** Fix for group position when it has no children ([#7573](https://github.com/patternfly/patternfly-react/issues/7573)) ([04e435e](https://github.com/patternfly/patternfly-react/commit/04e435ebc87ad7d1c687db95ee8ef8beffae514d))
|
837
|
-
|
838
|
-
## 4.72.9 (2022-06-16)
|
839
|
-
|
840
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
841
|
-
|
842
|
-
## 4.72.8 (2022-06-16)
|
843
|
-
|
844
|
-
### Bug Fixes
|
845
|
-
|
846
|
-
- **Table:** filterable table demo icon text spacing fix ([#7477](https://github.com/patternfly/patternfly-react/issues/7477)) ([e35387f](https://github.com/patternfly/patternfly-react/commit/e35387f42b355000ff66a79e1031eb6e9a7bb8c3))
|
847
|
-
|
848
|
-
## 4.72.7 (2022-06-16)
|
849
|
-
|
850
|
-
### Bug Fixes
|
851
|
-
|
852
|
-
- **console:** add SUSE instruction for virt-viewer ([#7445](https://github.com/patternfly/patternfly-react/issues/7445)) ([2ac5adb](https://github.com/patternfly/patternfly-react/commit/2ac5adb581d673e0687f438baeb7859125bd30d4)), closes [#7519](https://github.com/patternfly/patternfly-react/issues/7519)
|
853
|
-
|
854
|
-
## 4.72.6 (2022-06-16)
|
855
|
-
|
856
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
857
|
-
|
858
|
-
## 4.72.5 (2022-06-15)
|
859
|
-
|
860
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
861
|
-
|
862
|
-
## 4.72.4 (2022-06-15)
|
863
|
-
|
864
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
865
|
-
|
866
|
-
## 4.72.3 (2022-06-15)
|
867
|
-
|
868
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
869
|
-
|
870
|
-
## 4.72.2 (2022-06-15)
|
871
|
-
|
872
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
873
|
-
|
874
|
-
## 4.72.1 (2022-06-15)
|
875
|
-
|
876
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
877
|
-
|
878
|
-
# 4.72.0 (2022-06-14)
|
879
|
-
|
880
|
-
### Features
|
881
|
-
|
882
|
-
- **Form:** add functionality for form group roles ([#7516](https://github.com/patternfly/patternfly-react/issues/7516)) ([4ff2f54](https://github.com/patternfly/patternfly-react/commit/4ff2f54ce21363e9c40c47517f20b8fc5e0cb401))
|
883
|
-
|
884
|
-
## 4.71.17 (2022-06-14)
|
885
|
-
|
886
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
887
|
-
|
888
|
-
## 4.71.16 (2022-06-13)
|
889
|
-
|
890
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
891
|
-
|
892
|
-
## 4.71.15 (2022-06-13)
|
893
|
-
|
894
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
895
|
-
|
896
|
-
## 4.71.14 (2022-06-13)
|
897
|
-
|
898
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
899
|
-
|
900
|
-
## 4.71.13 (2022-06-10)
|
901
|
-
|
902
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
903
|
-
|
904
|
-
## 4.71.12 (2022-06-10)
|
905
|
-
|
906
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
907
|
-
|
908
|
-
## 4.71.11 (2022-06-09)
|
909
|
-
|
910
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
911
|
-
|
912
|
-
## 4.71.10 (2022-06-09)
|
913
|
-
|
914
|
-
### Bug Fixes
|
915
|
-
|
916
|
-
- **Select:** retain focus on correct checkbox after view more ([#7505](https://github.com/patternfly/patternfly-react/issues/7505)) ([c9de16b](https://github.com/patternfly/patternfly-react/commit/c9de16b00a3573f74847b3953c7b408cf000fb85))
|
917
|
-
|
918
|
-
## 4.71.9 (2022-06-09)
|
919
|
-
|
920
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
921
|
-
|
922
|
-
## 4.71.8 (2022-06-08)
|
923
|
-
|
924
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
925
|
-
|
926
|
-
## 4.71.7 (2022-06-07)
|
927
|
-
|
928
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
929
|
-
|
930
|
-
## 4.71.6 (2022-06-06)
|
931
|
-
|
932
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
933
|
-
|
934
|
-
## 4.71.5 (2022-06-03)
|
935
|
-
|
936
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
937
|
-
|
938
|
-
## 4.71.4 (2022-06-03)
|
939
|
-
|
940
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
941
|
-
|
942
|
-
## 4.71.3 (2022-06-02)
|
943
|
-
|
944
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
945
|
-
|
946
|
-
## 4.71.2 (2022-06-01)
|
947
|
-
|
948
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
949
|
-
|
950
|
-
## 4.71.1 (2022-06-01)
|
951
|
-
|
952
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
953
|
-
|
954
|
-
# 4.71.0 (2022-06-01)
|
955
|
-
|
956
|
-
### Features
|
957
|
-
|
958
|
-
- **table:** full screen demo for sticky first column ([#7451](https://github.com/patternfly/patternfly-react/issues/7451)) ([f610dd4](https://github.com/patternfly/patternfly-react/commit/f610dd4726b16d73a166f7a57da0fa3588b8201d))
|
959
|
-
|
960
|
-
## 4.70.2 (2022-05-31)
|
961
|
-
|
962
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
963
|
-
|
964
|
-
## 4.70.1 (2022-05-31)
|
965
|
-
|
966
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
967
|
-
|
968
|
-
# 4.70.0 (2022-05-31)
|
969
|
-
|
970
|
-
### Features
|
971
|
-
|
972
|
-
- **table:** add fullscreen demo for error state ([#7443](https://github.com/patternfly/patternfly-react/issues/7443)) ([eeab219](https://github.com/patternfly/patternfly-react/commit/eeab2197765589262ee7c328e57dbf1606da6d7f))
|
973
|
-
|
974
|
-
## 4.69.2 (2022-05-27)
|
975
|
-
|
976
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
977
|
-
|
978
|
-
## 4.69.1 (2022-05-27)
|
979
|
-
|
980
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
981
|
-
|
982
|
-
# 4.69.0 (2022-05-26)
|
983
|
-
|
984
|
-
### Features
|
985
|
-
|
986
|
-
- **Popper:** add mouse events for popper content ([#7399](https://github.com/patternfly/patternfly-react/issues/7399)) ([47f8d12](https://github.com/patternfly/patternfly-react/commit/47f8d12e348397336287c7e7efc79665bce61ae2))
|
987
|
-
|
988
|
-
# 4.68.0 (2022-05-26)
|
989
|
-
|
990
|
-
### Features
|
991
|
-
|
992
|
-
- **table:** add fullscreen empty state demo ([#7371](https://github.com/patternfly/patternfly-react/issues/7371)) ([54f3052](https://github.com/patternfly/patternfly-react/commit/54f30520d9d808ffe15c962b37af91cef4c21dcb))
|
993
|
-
|
994
|
-
## 4.67.4 (2022-05-26)
|
995
|
-
|
996
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
997
|
-
|
998
|
-
## 4.67.3 (2022-05-26)
|
999
|
-
|
1000
|
-
### Bug Fixes
|
1001
|
-
|
1002
|
-
- **Select:** popper menu flips correctly ([#7434](https://github.com/patternfly/patternfly-react/issues/7434)) ([cc1eb21](https://github.com/patternfly/patternfly-react/commit/cc1eb2152246d03600a9fbbf678fd8b39f703347))
|
1003
|
-
|
1004
|
-
## 4.67.2 (2022-05-25)
|
1005
|
-
|
1006
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1007
|
-
|
1008
|
-
## 4.67.1 (2022-05-24)
|
1009
|
-
|
1010
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1011
|
-
|
1012
|
-
# 4.67.0 (2022-05-24)
|
1013
|
-
|
1014
|
-
### Features
|
1015
|
-
|
1016
|
-
- **table:** add fullscreen loading state demo ([#7370](https://github.com/patternfly/patternfly-react/issues/7370)) ([285b5b7](https://github.com/patternfly/patternfly-react/commit/285b5b76cb6bb64d5fd4bd66cfb26f709457b3bc))
|
1017
|
-
|
1018
|
-
## 4.66.1 (2022-05-23)
|
1019
|
-
|
1020
|
-
### Bug Fixes
|
1021
|
-
|
1022
|
-
- **Select:** allow enter to create when there is a single option ([#7444](https://github.com/patternfly/patternfly-react/issues/7444)) ([e1ae6a9](https://github.com/patternfly/patternfly-react/commit/e1ae6a9aa7dee0f8107905ec1d47463fce950ff3))
|
1023
|
-
|
1024
|
-
# 4.66.0 (2022-05-19)
|
1025
|
-
|
1026
|
-
### Features
|
1027
|
-
|
1028
|
-
- **table:** update sortable demo to align with core ([#7292](https://github.com/patternfly/patternfly-react/issues/7292)) ([6891764](https://github.com/patternfly/patternfly-react/commit/6891764f2507c775005878f6e74cc5c8e44a6c68))
|
1029
|
-
|
1030
|
-
# 4.65.0 (2022-05-19)
|
1031
|
-
|
1032
|
-
### Features
|
1033
|
-
|
1034
|
-
- **Menu:** Added support for checkbox menu ([#7368](https://github.com/patternfly/patternfly-react/issues/7368)) ([8c2d1dc](https://github.com/patternfly/patternfly-react/commit/8c2d1dc23dbe5c28a8c1ecf79eb34ea911da386f))
|
1035
|
-
|
1036
|
-
## 4.64.5 (2022-05-18)
|
1037
|
-
|
1038
|
-
### Bug Fixes
|
1039
|
-
|
1040
|
-
- **Slider:** add support for aria-labelledby ad aria-describedby ([#7408](https://github.com/patternfly/patternfly-react/issues/7408)) ([7c8617a](https://github.com/patternfly/patternfly-react/commit/7c8617a1268a03061d51454b298c79ae5f7a59b0))
|
1041
|
-
|
1042
|
-
## 4.64.4 (2022-05-18)
|
1043
|
-
|
1044
|
-
### Bug Fixes
|
1045
|
-
|
1046
|
-
- **Table:** Removed duplicate import from md file ([#7442](https://github.com/patternfly/patternfly-react/issues/7442)) ([00438a7](https://github.com/patternfly/patternfly-react/commit/00438a73c7b2548c4f0ad00ed09f9c60f99978d9))
|
1047
|
-
|
1048
|
-
## 4.64.3 (2022-05-16)
|
1049
|
-
|
1050
|
-
### Bug Fixes
|
1051
|
-
|
1052
|
-
- **Chip:** add custom maxWidth prop ([#7387](https://github.com/patternfly/patternfly-react/issues/7387)) ([7cfb1a2](https://github.com/patternfly/patternfly-react/commit/7cfb1a202c2f1405c454b2e10716d9a500d4508f))
|
1053
|
-
|
1054
|
-
## 4.64.2 (2022-05-13)
|
1055
|
-
|
1056
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1057
|
-
|
1058
|
-
## 4.64.1 (2022-05-12)
|
1059
|
-
|
1060
|
-
### Bug Fixes
|
1061
|
-
|
1062
|
-
- **Tabs:** make close handler optional ([#7405](https://github.com/patternfly/patternfly-react/issues/7405)) ([a84bb2a](https://github.com/patternfly/patternfly-react/commit/a84bb2aadefd7f811745b9512a26eda85241361d))
|
1063
|
-
|
1064
|
-
# 4.64.0 (2022-05-12)
|
1065
|
-
|
1066
|
-
### Features
|
1067
|
-
|
1068
|
-
- **table:** expandable table demo ([#7277](https://github.com/patternfly/patternfly-react/issues/7277)) ([c081a61](https://github.com/patternfly/patternfly-react/commit/c081a61f11ceeb92688798106962e3604c243606))
|
1069
|
-
|
1070
|
-
## 4.63.6 (2022-05-11)
|
1071
|
-
|
1072
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1073
|
-
|
1074
|
-
## 4.63.5 (2022-05-11)
|
1075
|
-
|
1076
|
-
### Bug Fixes
|
1077
|
-
|
1078
|
-
- **charts:** support customizing tooltip border for dark theme ([#7393](https://github.com/patternfly/patternfly-react/issues/7393)) ([7168a1d](https://github.com/patternfly/patternfly-react/commit/7168a1dc7f3a1302d719a32bcd32dcdb9ad8fb86))
|
1079
|
-
|
1080
|
-
## 4.63.4 (2022-05-11)
|
1081
|
-
|
1082
|
-
### Bug Fixes
|
1083
|
-
|
1084
|
-
- **topology:** fix variables ([#7364](https://github.com/patternfly/patternfly-react/issues/7364)) ([2dec22e](https://github.com/patternfly/patternfly-react/commit/2dec22eec0f2fb8a634108e6995f747f61fa7d93))
|
1085
|
-
|
1086
|
-
## 4.63.3 (2022-05-10)
|
1087
|
-
|
1088
|
-
### Bug Fixes
|
1089
|
-
|
1090
|
-
- **Card:** indicate card selectivity and status if using a screen reader ([#7144](https://github.com/patternfly/patternfly-react/issues/7144)) ([56fab43](https://github.com/patternfly/patternfly-react/commit/56fab43f801390d995ae9d0c3bdec3aa0f0d2cfb))
|
1091
|
-
|
1092
|
-
## 4.63.2 (2022-05-10)
|
1093
|
-
|
1094
|
-
### Reverts
|
1095
|
-
|
1096
|
-
- Revert "docs(Dropdown): expose menuAppendTo in Dropdown prop docs (#7173)" (#7395) ([9e80f18](https://github.com/patternfly/patternfly-react/commit/9e80f1812773e269782cdb26928778e558ec5354)), closes [#7173](https://github.com/patternfly/patternfly-react/issues/7173) [#7395](https://github.com/patternfly/patternfly-react/issues/7395)
|
1097
|
-
|
1098
|
-
## 4.63.1 (2022-05-10)
|
1099
|
-
|
1100
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1101
|
-
|
1102
|
-
# 4.63.0 (2022-05-10)
|
1103
|
-
|
1104
|
-
### Features
|
1105
|
-
|
1106
|
-
- **Tabs:** allow dynamic close/add ([#7297](https://github.com/patternfly/patternfly-react/issues/7297)) ([51dd66c](https://github.com/patternfly/patternfly-react/commit/51dd66c59d25f96686c57de9fffe590f1c8cbe83))
|
1107
|
-
|
1108
|
-
# 4.62.0 (2022-05-09)
|
1109
|
-
|
1110
|
-
### Features
|
1111
|
-
|
1112
|
-
- **charts:** added PF dark theme support ([#7310](https://github.com/patternfly/patternfly-react/issues/7310)) ([549c041](https://github.com/patternfly/patternfly-react/commit/549c041525b22d910b71a1c4f64e2cb0ba11ca8f))
|
1113
|
-
|
1114
|
-
## 4.61.6 (2022-05-09)
|
1115
|
-
|
1116
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1117
|
-
|
1118
|
-
## 4.61.5 (2022-05-09)
|
1119
|
-
|
1120
|
-
### Bug Fixes
|
1121
|
-
|
1122
|
-
- **Popper:** update Popper modifiers when child DOM changes ([#7385](https://github.com/patternfly/patternfly-react/issues/7385)) ([28d0b74](https://github.com/patternfly/patternfly-react/commit/28d0b74107ae76acae535c37ea73cec3a4cf49d5))
|
1123
|
-
|
1124
|
-
## 4.61.4 (2022-05-09)
|
1125
|
-
|
1126
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1127
|
-
|
1128
|
-
## 4.61.3 (2022-05-06)
|
1129
|
-
|
1130
|
-
### Bug Fixes
|
1131
|
-
|
1132
|
-
- **LogViewer:** clear ANSI cache when resetting the log window ([#7355](https://github.com/patternfly/patternfly-react/issues/7355)) ([b3354b5](https://github.com/patternfly/patternfly-react/commit/b3354b5000c5d7397c479888140b0381367cbd2c))
|
1133
|
-
|
1134
|
-
## 4.61.2 (2022-05-06)
|
1135
|
-
|
1136
|
-
### Bug Fixes
|
1137
|
-
|
1138
|
-
- **Page:** add tabindex to components with hasOverflowScroll ([#7274](https://github.com/patternfly/patternfly-react/issues/7274)) ([6be2fa8](https://github.com/patternfly/patternfly-react/commit/6be2fa870aba78b833c7346ffe029f96cfc1c37d))
|
1139
|
-
|
1140
|
-
## 4.61.1 (2022-05-06)
|
1141
|
-
|
1142
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1143
|
-
|
1144
|
-
# 4.61.0 (2022-05-06)
|
1145
|
-
|
1146
|
-
### Features
|
1147
|
-
|
1148
|
-
- **tokens:** Variables now include a fallback value for charts ([#7374](https://github.com/patternfly/patternfly-react/issues/7374)) ([6832688](https://github.com/patternfly/patternfly-react/commit/6832688d904159eee64510656dc4df6ed1ecb841))
|
1149
|
-
|
1150
|
-
# 4.60.0 (2022-05-05)
|
1151
|
-
|
1152
|
-
### Features
|
1153
|
-
|
1154
|
-
- **charts:** Deprecate themeVariant prop for light / dark themes ([#7372](https://github.com/patternfly/patternfly-react/issues/7372)) ([362902a](https://github.com/patternfly/patternfly-react/commit/362902a72eb2b18e634423c86dea1bef89bf00e9))
|
1155
|
-
|
1156
|
-
# 4.59.0 (2022-05-05)
|
1157
|
-
|
1158
|
-
### Features
|
1159
|
-
|
1160
|
-
- **drawer:** convert examples to TS ([#7329](https://github.com/patternfly/patternfly-react/issues/7329)) ([e3c6dfa](https://github.com/patternfly/patternfly-react/commit/e3c6dfa735a01c2be5a62eed8e37ad7a29b113de))
|
1161
|
-
|
1162
|
-
## 4.58.13 (2022-05-05)
|
1163
|
-
|
1164
|
-
### Bug Fixes
|
1165
|
-
|
1166
|
-
- **Wixard:** Fixed id not being applied to wizard step ([#7349](https://github.com/patternfly/patternfly-react/issues/7349)) ([de6b557](https://github.com/patternfly/patternfly-react/commit/de6b557331460dd387faa1ac4c5c033757412340))
|
1167
|
-
|
1168
|
-
## 4.58.12 (2022-05-05)
|
1169
|
-
|
1170
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1171
|
-
|
1172
|
-
## 4.58.11 (2022-05-05)
|
1173
|
-
|
1174
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1175
|
-
|
1176
|
-
## 4.58.10 (2022-05-05)
|
1177
|
-
|
1178
|
-
### Bug Fixes
|
1179
|
-
|
1180
|
-
- **charts:** Add style for tooltip cursor ([#7361](https://github.com/patternfly/patternfly-react/issues/7361)) ([1b3f67c](https://github.com/patternfly/patternfly-react/commit/1b3f67c3712a194bef672fe888f6a446f4bd8bc6))
|
1181
|
-
|
1182
|
-
## 4.58.9 (2022-05-04)
|
1183
|
-
|
1184
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1185
|
-
|
1186
|
-
## 4.58.8 (2022-05-04)
|
1187
|
-
|
1188
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1189
|
-
|
1190
|
-
## 4.58.7 (2022-05-04)
|
1191
|
-
|
1192
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1193
|
-
|
1194
|
-
## 4.58.6 (2022-05-03)
|
1195
|
-
|
1196
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1197
|
-
|
1198
|
-
## 4.58.5 (2022-05-03)
|
1199
|
-
|
1200
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1201
|
-
|
1202
|
-
## 4.58.4 (2022-05-03)
|
1203
|
-
|
1204
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1205
|
-
|
1206
|
-
## 4.58.3 (2022-05-03)
|
1207
|
-
|
1208
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1209
|
-
|
1210
|
-
## 4.58.2 (2022-05-03)
|
1211
|
-
|
1212
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1213
|
-
|
1214
|
-
## 4.58.1 (2022-05-03)
|
1215
|
-
|
1216
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1217
|
-
|
1218
|
-
# 4.58.0 (2022-05-02)
|
1219
|
-
|
1220
|
-
### Features
|
1221
|
-
|
1222
|
-
- **divider:** add support for switching orientation at various breakpoints ([#7285](https://github.com/patternfly/patternfly-react/issues/7285)) ([6e47917](https://github.com/patternfly/patternfly-react/commit/6e47917a59fdbd0f9f647998d79d024a691a49e2))
|
1223
|
-
|
1224
|
-
# 4.57.0 (2022-04-28)
|
1225
|
-
|
1226
|
-
### Features
|
1227
|
-
|
1228
|
-
- **CodeBlock:** add class to code component ([#7281](https://github.com/patternfly/patternfly-react/issues/7281)) ([844e162](https://github.com/patternfly/patternfly-react/commit/844e1621bc695c97f911f5cc64998c5d36911a4d))
|
1229
|
-
|
1230
|
-
## 4.56.6 (2022-04-27)
|
1231
|
-
|
1232
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1233
|
-
|
1234
|
-
## 4.56.5 (2022-04-26)
|
1235
|
-
|
1236
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1237
|
-
|
1238
|
-
## 4.56.4 (2022-04-25)
|
1239
|
-
|
1240
|
-
### Bug Fixes
|
1241
|
-
|
1242
|
-
- **DateTimePicker:** update date placeholder ([#7266](https://github.com/patternfly/patternfly-react/issues/7266)) ([4e9a73e](https://github.com/patternfly/patternfly-react/commit/4e9a73e8f7645b7a885d15754f99b9e078449806))
|
1243
|
-
|
1244
|
-
## 4.56.3 (2022-04-23)
|
1245
|
-
|
1246
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1247
|
-
|
1248
|
-
## 4.56.2 (2022-04-21)
|
1249
|
-
|
1250
|
-
### Bug Fixes
|
1251
|
-
|
1252
|
-
- **DataListCheck:** revert checked prop ([#7284](https://github.com/patternfly/patternfly-react/issues/7284)) ([d9889fc](https://github.com/patternfly/patternfly-react/commit/d9889fc86f224533f81457f384954e6a299c5677))
|
1253
|
-
|
1254
|
-
## 4.56.1 (2022-04-20)
|
1255
|
-
|
1256
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1257
|
-
|
1258
|
-
# 4.56.0 (2022-04-19)
|
1259
|
-
|
1260
|
-
### Features
|
1261
|
-
|
1262
|
-
- **HelperText:** add react demos ([#7250](https://github.com/patternfly/patternfly-react/issues/7250)) ([bf68976](https://github.com/patternfly/patternfly-react/commit/bf68976bebd683c935f587795a868c32ea8c5616))
|
1263
|
-
|
1264
|
-
## 4.55.1 (2022-04-19)
|
1265
|
-
|
1266
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1267
|
-
|
1268
|
-
# 4.55.0 (2022-04-18)
|
1269
|
-
|
1270
|
-
### Features
|
1271
|
-
|
1272
|
-
- **Tabs:** Add nested, unindented demo ([#7194](https://github.com/patternfly/patternfly-react/issues/7194)) ([81bd759](https://github.com/patternfly/patternfly-react/commit/81bd759189379bc558871acc791a1a34dcc2ed1a))
|
1273
|
-
|
1274
|
-
# 4.54.0 (2022-04-18)
|
1275
|
-
|
1276
|
-
### Features
|
1277
|
-
|
1278
|
-
- **Progress stepper:** Updated to use render prop for popover ([#7190](https://github.com/patternfly/patternfly-react/issues/7190)) ([5eb8243](https://github.com/patternfly/patternfly-react/commit/5eb8243d63d1168d9b425a5322c08e04659ed843))
|
1279
|
-
|
1280
|
-
## 4.53.2 (2022-04-18)
|
1281
|
-
|
1282
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1283
|
-
|
1284
|
-
## 4.53.1 (2022-04-18)
|
1285
|
-
|
1286
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1287
|
-
|
1288
|
-
# 4.53.0 (2022-04-14)
|
1289
|
-
|
1290
|
-
### Features
|
1291
|
-
|
1292
|
-
- **MenuToggle:** Add full width modifier ([#7232](https://github.com/patternfly/patternfly-react/issues/7232)) ([789a8a3](https://github.com/patternfly/patternfly-react/commit/789a8a3f1cb1f1d90565f8d0e6c0dbe984c0c66b))
|
1293
|
-
|
1294
|
-
## 4.52.37 (2022-04-14)
|
1295
|
-
|
1296
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1297
|
-
|
1298
|
-
## 4.52.36 (2022-04-14)
|
1299
|
-
|
1300
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1301
|
-
|
1302
|
-
## 4.52.35 (2022-04-13)
|
1303
|
-
|
1304
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1305
|
-
|
1306
|
-
## 4.52.34 (2022-04-13)
|
1307
|
-
|
1308
|
-
### Bug Fixes
|
1309
|
-
|
1310
|
-
- **ContextSelector:** fix listener handling when using popper ([#7165](https://github.com/patternfly/patternfly-react/issues/7165)) ([af89d6a](https://github.com/patternfly/patternfly-react/commit/af89d6a334d0052205473d313ea5be0e64f3847c))
|
1311
|
-
|
1312
|
-
## 4.52.33 (2022-04-13)
|
1313
|
-
|
1314
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1315
|
-
|
1316
|
-
## 4.52.32 (2022-04-13)
|
1317
|
-
|
1318
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1319
|
-
|
1320
|
-
## 4.52.31 (2022-04-13)
|
1321
|
-
|
1322
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1323
|
-
|
1324
|
-
## 4.52.30 (2022-04-13)
|
1325
|
-
|
1326
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1327
|
-
|
1328
|
-
## 4.52.29 (2022-04-12)
|
1329
|
-
|
1330
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1331
|
-
|
1332
|
-
## 4.52.28 (2022-04-12)
|
1333
|
-
|
1334
|
-
### Bug Fixes
|
1335
|
-
|
1336
|
-
- **demo-app:** reorder css imports to load in dark theme correctly ([#7224](https://github.com/patternfly/patternfly-react/issues/7224)) ([1341c93](https://github.com/patternfly/patternfly-react/commit/1341c9396a25f6850bf4e961e40c9ddd182d9d3b))
|
1337
|
-
|
1338
|
-
## 4.52.27 (2022-04-12)
|
1339
|
-
|
1340
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1341
|
-
|
1342
|
-
## 4.52.26 (2022-04-12)
|
1343
|
-
|
1344
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1345
|
-
|
1346
|
-
## 4.52.25 (2022-04-11)
|
1347
|
-
|
1348
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1349
|
-
|
1350
|
-
## 4.52.24 (2022-04-11)
|
1351
|
-
|
1352
|
-
### Bug Fixes
|
1353
|
-
|
1354
|
-
- **Select:** prevent footer clicks from toggling ([#7193](https://github.com/patternfly/patternfly-react/issues/7193)) ([2cd10c2](https://github.com/patternfly/patternfly-react/commit/2cd10c2a0a11dcd14f85116369fd47dffcb12295))
|
1355
|
-
|
1356
|
-
## 4.52.23 (2022-04-11)
|
1357
|
-
|
1358
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1359
|
-
|
1360
|
-
## 4.52.22 (2022-04-11)
|
1361
|
-
|
1362
|
-
### Bug Fixes
|
1363
|
-
|
1364
|
-
- **react-styles:** support esm import and export ([#7084](https://github.com/patternfly/patternfly-react/issues/7084)) ([b66ea14](https://github.com/patternfly/patternfly-react/commit/b66ea14fa0949b0626184455a4df46312b87171a))
|
1365
|
-
|
1366
|
-
## 4.52.21 (2022-04-11)
|
1367
|
-
|
1368
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1369
|
-
|
1370
|
-
## 4.52.20 (2022-04-08)
|
1371
|
-
|
1372
|
-
### Bug Fixes
|
1373
|
-
|
1374
|
-
- **NumberInput:** Custom increment/decrement and thresholds ([#7159](https://github.com/patternfly/patternfly-react/issues/7159)) ([28853de](https://github.com/patternfly/patternfly-react/commit/28853de1d02a4d46d81100da895d5e73a3ec05cf))
|
1375
|
-
|
1376
|
-
## 4.52.19 (2022-04-08)
|
1377
|
-
|
1378
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1379
|
-
|
1380
|
-
## 4.52.18 (2022-04-08)
|
1381
|
-
|
1382
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1383
|
-
|
1384
|
-
## 4.52.17 (2022-04-08)
|
1385
|
-
|
1386
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1387
|
-
|
1388
|
-
## 4.52.16 (2022-04-07)
|
1389
|
-
|
1390
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1391
|
-
|
1392
|
-
## 4.52.15 (2022-04-06)
|
1393
|
-
|
1394
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1395
|
-
|
1396
|
-
## 4.52.14 (2022-03-30)
|
1397
|
-
|
1398
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1399
|
-
|
1400
|
-
## 4.52.13 (2022-03-29)
|
1401
|
-
|
1402
|
-
### Bug Fixes
|
1403
|
-
|
1404
|
-
- **components:** fix newline interpolation of text input values ([#6935](https://github.com/patternfly/patternfly-react/issues/6935)) ([c667ef0](https://github.com/patternfly/patternfly-react/commit/c667ef048cbf246e920a0111d4e900f1079cc6bc)), closes [#5324](https://github.com/patternfly/patternfly-react/issues/5324)
|
1405
|
-
|
1406
|
-
## 4.52.12 (2022-03-29)
|
1407
|
-
|
1408
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1409
|
-
|
1410
|
-
## 4.52.11 (2022-03-29)
|
1411
|
-
|
1412
|
-
### Bug Fixes
|
1413
|
-
|
1414
|
-
- **Drawer:** Updated resizable drawer to make it more accessible ([#7118](https://github.com/patternfly/patternfly-react/issues/7118)) ([0363ae6](https://github.com/patternfly/patternfly-react/commit/0363ae6638aab17e55f26bae5017bcd7f83f8ed5))
|
1415
|
-
|
1416
|
-
## 4.52.10 (2022-03-29)
|
1417
|
-
|
1418
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1419
|
-
|
1420
|
-
## 4.52.9 (2022-03-28)
|
1421
|
-
|
1422
|
-
### Bug Fixes
|
1423
|
-
|
1424
|
-
- **Select:** view more fixes ([#7107](https://github.com/patternfly/patternfly-react/issues/7107)) ([94f24f6](https://github.com/patternfly/patternfly-react/commit/94f24f65b043a2d3f3ae8fe7247aaf55b05987a7))
|
1425
|
-
|
1426
|
-
## 4.52.8 (2022-03-28)
|
1427
|
-
|
1428
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1429
|
-
|
1430
|
-
## 4.52.7 (2022-03-28)
|
1431
|
-
|
1432
|
-
### Bug Fixes
|
1433
|
-
|
1434
|
-
- **CalendarMonth:** resolve regression for selecting a date ([#7130](https://github.com/patternfly/patternfly-react/issues/7130)) ([5397e89](https://github.com/patternfly/patternfly-react/commit/5397e895ba52434b98b4206ac47535ed36d1bf00))
|
1435
|
-
|
1436
|
-
## 4.52.6 (2022-03-28)
|
1437
|
-
|
1438
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1439
|
-
|
1440
|
-
## 4.52.5 (2022-03-25)
|
1441
|
-
|
1442
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1443
|
-
|
1444
|
-
## 4.52.4 (2022-03-25)
|
1445
|
-
|
1446
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1447
|
-
|
1448
|
-
## 4.52.3 (2022-03-25)
|
1449
|
-
|
1450
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1451
|
-
|
1452
|
-
## 4.52.2 (2022-03-25)
|
1453
|
-
|
1454
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1455
|
-
|
1456
|
-
## 4.52.1 (2022-03-23)
|
1457
|
-
|
1458
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1459
|
-
|
1460
|
-
# 4.52.0 (2022-03-23)
|
1461
|
-
|
1462
|
-
### Features
|
1463
|
-
|
1464
|
-
- **Select:** add flag to not reset on select, add event to toggle callback ([#7093](https://github.com/patternfly/patternfly-react/issues/7093)) ([ec2afb1](https://github.com/patternfly/patternfly-react/commit/ec2afb1ea414f63a2fadc56bbaa968a0caad5fd6))
|
1465
|
-
|
1466
|
-
## 4.51.2 (2022-03-23)
|
1467
|
-
|
1468
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1469
|
-
|
1470
|
-
## 4.51.1 (2022-03-23)
|
1471
|
-
|
1472
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1473
|
-
|
1474
|
-
# 4.51.0 (2022-03-23)
|
1475
|
-
|
1476
|
-
### Features
|
1477
|
-
|
1478
|
-
- **CalendarMonth:** make date prop optional ([#7077](https://github.com/patternfly/patternfly-react/issues/7077)) ([e388854](https://github.com/patternfly/patternfly-react/commit/e388854e26b57d7cada63832b7f52e9c7bdad9a0))
|
1479
|
-
|
1480
|
-
## 4.50.2 (2022-03-22)
|
1481
|
-
|
1482
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1483
|
-
|
1484
|
-
## 4.50.1 (2022-03-21)
|
1485
|
-
|
1486
|
-
### Bug Fixes
|
1487
|
-
|
1488
|
-
- **Tooltip:** horizontal scroll bar causing misaligned tooltip ([#7062](https://github.com/patternfly/patternfly-react/issues/7062)) ([9540d0c](https://github.com/patternfly/patternfly-react/commit/9540d0c5ab256a19143381755e33b661a13d2a00))
|
1489
|
-
|
1490
|
-
# 4.50.0 (2022-03-21)
|
1491
|
-
|
1492
|
-
### Features
|
1493
|
-
|
1494
|
-
- **TextInput, TextArea, FormSelect:** add isIconSprite prop ([#7052](https://github.com/patternfly/patternfly-react/issues/7052)) ([94e1a85](https://github.com/patternfly/patternfly-react/commit/94e1a855840ca74d4d934a863531359a4f84c265))
|
1495
|
-
|
1496
|
-
## 4.49.5 (2022-03-21)
|
1497
|
-
|
1498
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1499
|
-
|
1500
|
-
## 4.49.4 (2022-03-19)
|
1501
|
-
|
1502
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1503
|
-
|
1504
|
-
## 4.49.3 (2022-03-17)
|
1505
|
-
|
1506
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1507
|
-
|
1508
|
-
## 4.49.2 (2022-03-17)
|
1509
|
-
|
1510
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1511
|
-
|
1512
|
-
## 4.49.1 (2022-03-16)
|
1513
|
-
|
1514
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1515
|
-
|
1516
|
-
# 4.49.0 (2022-03-15)
|
1517
|
-
|
1518
|
-
### Features
|
1519
|
-
|
1520
|
-
- **CodeEditor:** 6226 size to fit height ([#7033](https://github.com/patternfly/patternfly-react/issues/7033)) ([f18abd3](https://github.com/patternfly/patternfly-react/commit/f18abd3020e04ee6602fd168d503f43cc0de649e))
|
1521
|
-
|
1522
|
-
## 4.48.22 (2022-03-14)
|
1523
|
-
|
1524
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1525
|
-
|
1526
|
-
## 4.48.21 (2022-03-10)
|
1527
|
-
|
1528
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1529
|
-
|
1530
|
-
## 4.48.20 (2022-03-10)
|
1531
|
-
|
1532
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1533
|
-
|
1534
|
-
## 4.48.19 (2022-03-07)
|
1535
|
-
|
1536
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1537
|
-
|
1538
|
-
## 4.48.18 (2022-03-07)
|
1539
|
-
|
1540
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1541
|
-
|
1542
|
-
## 4.48.17 (2022-03-07)
|
1543
|
-
|
1544
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1545
|
-
|
1546
|
-
## 4.48.16 (2022-03-04)
|
1547
|
-
|
1548
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1549
|
-
|
1550
|
-
## 4.48.15 (2022-03-04)
|
1551
|
-
|
1552
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1553
|
-
|
1554
|
-
## 4.48.14 (2022-03-04)
|
1555
|
-
|
1556
|
-
### Bug Fixes
|
1557
|
-
|
1558
|
-
- **NotificationDrawer:** Drawer receives focus after opening ([#6963](https://github.com/patternfly/patternfly-react/issues/6963)) ([f5b1c97](https://github.com/patternfly/patternfly-react/commit/f5b1c97f1c3ef6155d39d16da401fb9937b539e9))
|
1559
|
-
|
1560
|
-
## 4.48.13 (2022-03-04)
|
1561
|
-
|
1562
|
-
### Bug Fixes
|
1563
|
-
|
1564
|
-
- **Toolbar:** update test ([#6995](https://github.com/patternfly/patternfly-react/issues/6995)) ([4ddaeaa](https://github.com/patternfly/patternfly-react/commit/4ddaeaad5cd550b1bd88195a7a0eb9643cdb70f4))
|
1565
|
-
|
1566
|
-
## 4.48.12 (2022-03-02)
|
1567
|
-
|
1568
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1569
|
-
|
1570
|
-
## 4.48.11 (2022-03-02)
|
1571
|
-
|
1572
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1573
|
-
|
1574
|
-
## 4.48.10 (2022-03-02)
|
1575
|
-
|
1576
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1577
|
-
|
1578
|
-
## 4.48.9 (2022-03-01)
|
1579
|
-
|
1580
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1581
|
-
|
1582
|
-
## 4.48.8 (2022-02-24)
|
1583
|
-
|
1584
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1585
|
-
|
1586
|
-
## 4.48.7 (2022-02-22)
|
1587
|
-
|
1588
|
-
### Bug Fixes
|
1589
|
-
|
1590
|
-
- update release version number ([#6964](https://github.com/patternfly/patternfly-react/issues/6964)) ([6eefe79](https://github.com/patternfly/patternfly-react/commit/6eefe79b9eaaf871ecf93e3fdfd0e49c7326b221))
|
1591
|
-
|
1592
|
-
## 4.48.6 (2022-02-22)
|
1593
|
-
|
1594
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1595
|
-
|
1596
|
-
## 4.48.5 (2022-02-21)
|
1597
|
-
|
1598
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1599
|
-
|
1600
|
-
## 4.48.4 (2022-02-17)
|
1601
|
-
|
1602
|
-
### Bug Fixes
|
1603
|
-
|
1604
|
-
- **Select:** Do not filter out view more button on filter ([#6848](https://github.com/patternfly/patternfly-react/issues/6848)) ([6c7ac8a](https://github.com/patternfly/patternfly-react/commit/6c7ac8a5e287670d7469ecc0ef137bc33583e739))
|
1605
|
-
|
1606
|
-
## 4.48.3 (2022-02-16)
|
1607
|
-
|
1608
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1609
|
-
|
1610
|
-
## 4.48.2 (2022-02-16)
|
1611
|
-
|
1612
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1613
|
-
|
1614
|
-
## 4.48.1 (2022-02-15)
|
1615
|
-
|
1616
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1617
|
-
|
1618
|
-
# 4.48.0 (2022-02-15)
|
1619
|
-
|
1620
|
-
### Features
|
1621
|
-
|
1622
|
-
- **table:** ability to add expand/collapse all to th ([#6914](https://github.com/patternfly/patternfly-react/issues/6914)) ([ee510ee](https://github.com/patternfly/patternfly-react/commit/ee510ee8c8d3a069b75c73873ebd32b0b9a4d9c7))
|
1623
|
-
|
1624
|
-
## 4.47.2 (2022-02-15)
|
1625
|
-
|
1626
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1627
|
-
|
1628
|
-
## 4.47.1 (2022-02-14)
|
1629
|
-
|
1630
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1631
|
-
|
1632
|
-
# 4.47.0 (2022-02-14)
|
1633
|
-
|
1634
|
-
### Features
|
1635
|
-
|
1636
|
-
- **Page:** Added center alignment for page sections ([#6893](https://github.com/patternfly/patternfly-react/issues/6893)) ([440918f](https://github.com/patternfly/patternfly-react/commit/440918fc1bd9795cd916a04fe32677ae5f69ef68))
|
1637
|
-
|
1638
|
-
# 4.46.0 (2022-02-11)
|
1639
|
-
|
1640
|
-
### Features
|
1641
|
-
|
1642
|
-
- **Menu:** allow drilldown menu functions ([#6872](https://github.com/patternfly/patternfly-react/issues/6872)) ([b345b07](https://github.com/patternfly/patternfly-react/commit/b345b07de7c1576e984a06f4c573641b04956f5c))
|
1643
|
-
|
1644
|
-
## 4.45.3 (2022-02-11)
|
1645
|
-
|
1646
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1647
|
-
|
1648
|
-
## 4.45.2 (2022-02-11)
|
1649
|
-
|
1650
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1651
|
-
|
1652
|
-
## 4.45.1 (2022-02-11)
|
1653
|
-
|
1654
|
-
### Bug Fixes
|
1655
|
-
|
1656
|
-
- **Select:** Fixed so that view more btn click does not close the menu in React 16 ([#6922](https://github.com/patternfly/patternfly-react/issues/6922)) ([89da91d](https://github.com/patternfly/patternfly-react/commit/89da91dfd3a9e7af8ee26f8b6b5ac01c5b2487d4))
|
1657
|
-
|
1658
|
-
# 4.45.0 (2022-02-10)
|
1659
|
-
|
1660
|
-
### Features
|
1661
|
-
|
1662
|
-
- **ToolTip:** Diagonal tooltip placement ([#6887](https://github.com/patternfly/patternfly-react/issues/6887)) ([897fd7d](https://github.com/patternfly/patternfly-react/commit/897fd7d248888e7324d36f574231985e8523a700))
|
1663
|
-
|
1664
|
-
## 4.44.3 (2022-02-10)
|
1665
|
-
|
1666
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1667
|
-
|
1668
|
-
## 4.44.2 (2022-02-09)
|
1669
|
-
|
1670
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1671
|
-
|
1672
|
-
## 4.44.1 (2022-02-09)
|
1673
|
-
|
1674
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1675
|
-
|
1676
|
-
# 4.44.0 (2022-02-08)
|
1677
|
-
|
1678
|
-
### Features
|
1679
|
-
|
1680
|
-
- **MenuToggle:** add full height variation ([#6869](https://github.com/patternfly/patternfly-react/issues/6869)) ([415e02f](https://github.com/patternfly/patternfly-react/commit/415e02f5e5617367db717cd5120df04ec1a208eb))
|
1681
|
-
|
1682
|
-
# 4.43.0 (2022-02-08)
|
1683
|
-
|
1684
|
-
### Features
|
1685
|
-
|
1686
|
-
- **Table:** add striping ([#6886](https://github.com/patternfly/patternfly-react/issues/6886)) ([47abda7](https://github.com/patternfly/patternfly-react/commit/47abda7831e21c58051b90982f02cb48f7a22a22))
|
1687
|
-
|
1688
|
-
## 4.42.21 (2022-02-07)
|
1689
|
-
|
1690
|
-
### Bug Fixes
|
1691
|
-
|
1692
|
-
- **TimePicker:** apply includeSeconds when making options ([#6865](https://github.com/patternfly/patternfly-react/issues/6865)) ([5b6d6c9](https://github.com/patternfly/patternfly-react/commit/5b6d6c9979046c111b00456622758f542627ac11))
|
1693
|
-
|
1694
|
-
## 4.42.20 (2022-02-07)
|
1695
|
-
|
1696
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1697
|
-
|
1698
|
-
## 4.42.19 (2022-02-07)
|
1699
|
-
|
1700
|
-
### Bug Fixes
|
1701
|
-
|
1702
|
-
- **Select:** remove logic from default inputAutoComplete ([#6873](https://github.com/patternfly/patternfly-react/issues/6873)) ([b3b61c1](https://github.com/patternfly/patternfly-react/commit/b3b61c175f23cdc9dad8c71054301d1090795ede))
|
1703
|
-
|
1704
|
-
## 4.42.18 (2022-02-04)
|
1705
|
-
|
1706
|
-
### Bug Fixes
|
1707
|
-
|
1708
|
-
- **TimePicker:** remove automatically validation from onChange event ([#6884](https://github.com/patternfly/patternfly-react/issues/6884)) ([e7088e4](https://github.com/patternfly/patternfly-react/commit/e7088e4e7a9348fa412d2815af1b0820ee7754ef))
|
1709
|
-
|
1710
|
-
## 4.42.17 (2022-02-04)
|
1711
|
-
|
1712
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1713
|
-
|
1714
|
-
## 4.42.16 (2022-02-02)
|
1715
|
-
|
1716
|
-
### Bug Fixes
|
1717
|
-
|
1718
|
-
- **numberinput:** import input group component instead ([#6850](https://github.com/patternfly/patternfly-react/issues/6850)) ([2a94545](https://github.com/patternfly/patternfly-react/commit/2a94545ead3be3ea3c987b1273e18b943315c36e))
|
1719
|
-
|
1720
|
-
## 4.42.15 (2022-01-28)
|
1721
|
-
|
1722
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1723
|
-
|
1724
|
-
## 4.42.14 (2022-01-27)
|
1725
|
-
|
1726
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1727
|
-
|
1728
|
-
## 4.42.13 (2022-01-26)
|
1729
|
-
|
1730
|
-
### Reverts
|
1731
|
-
|
1732
|
-
- Revert "Improve IAction type (#6108)" (#6862) ([94aea84](https://github.com/patternfly/patternfly-react/commit/94aea84036e26f4cc472b7d445ee49b088eb6a47)), closes [#6108](https://github.com/patternfly/patternfly-react/issues/6108) [#6862](https://github.com/patternfly/patternfly-react/issues/6862)
|
1733
|
-
|
1734
|
-
## 4.42.12 (2022-01-26)
|
1735
|
-
|
1736
|
-
### Bug Fixes
|
1737
|
-
|
1738
|
-
- **OverflowMenu:** ignore menu being covered in intg. tests ([#6852](https://github.com/patternfly/patternfly-react/issues/6852)) ([066e2bb](https://github.com/patternfly/patternfly-react/commit/066e2bb994f4eca5538fb9287e5d10ddf4a30cac))
|
1739
|
-
|
1740
|
-
## 4.42.11 (2022-01-26)
|
1741
|
-
|
1742
|
-
### Reverts
|
1743
|
-
|
1744
|
-
- Revert "feat(Tabs): enforce restricted type for children (#6767)" (#6857) ([eca9a70](https://github.com/patternfly/patternfly-react/commit/eca9a708e8d53416e60a790ea876aa0b2e398212)), closes [#6767](https://github.com/patternfly/patternfly-react/issues/6767) [#6857](https://github.com/patternfly/patternfly-react/issues/6857)
|
1745
|
-
|
1746
|
-
## 4.42.10 (2022-01-25)
|
1747
|
-
|
1748
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1749
|
-
|
1750
|
-
## 4.42.9 (2022-01-25)
|
1751
|
-
|
1752
|
-
### Bug Fixes
|
1753
|
-
|
1754
|
-
- **Select:** Footer keyboard bugs ([#6844](https://github.com/patternfly/patternfly-react/issues/6844)) ([7f06125](https://github.com/patternfly/patternfly-react/commit/7f06125cfb52884708107da82ca3800207c9846f))
|
1755
|
-
|
1756
|
-
## 4.42.8 (2022-01-24)
|
1757
|
-
|
1758
|
-
### Bug Fixes
|
1759
|
-
|
1760
|
-
- **table:** fixed action example ([#6800](https://github.com/patternfly/patternfly-react/issues/6800)) ([eaaedc2](https://github.com/patternfly/patternfly-react/commit/eaaedc28cf54cca1a47aaa5c4f5f76a11d32864d))
|
1761
|
-
|
1762
|
-
## 4.42.7 (2022-01-20)
|
1763
|
-
|
1764
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1765
|
-
|
1766
|
-
## 4.42.6 (2022-01-20)
|
1767
|
-
|
1768
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1769
|
-
|
1770
|
-
## 4.42.5 (2022-01-20)
|
1771
|
-
|
1772
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1773
|
-
|
1774
|
-
## 4.42.4 (2022-01-20)
|
1775
|
-
|
1776
|
-
### Bug Fixes
|
1777
|
-
|
1778
|
-
- **DatePicker:** update empty state validation and add onblur event ([#6822](https://github.com/patternfly/patternfly-react/issues/6822)) ([258e818](https://github.com/patternfly/patternfly-react/commit/258e81861adc0488ae42f349aff78f06f2874fa7))
|
1779
|
-
|
1780
|
-
## 4.42.3 (2022-01-20)
|
1781
|
-
|
1782
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1783
|
-
|
1784
|
-
## 4.42.2 (2022-01-20)
|
1785
|
-
|
1786
|
-
### Bug Fixes
|
1787
|
-
|
1788
|
-
- **Select:** Fixed dot next to the spinner in grouped view more variant ([#6831](https://github.com/patternfly/patternfly-react/issues/6831)) ([ccc81b4](https://github.com/patternfly/patternfly-react/commit/ccc81b4c8c30506f28e61e73dcbc106da50ca692))
|
1789
|
-
|
1790
|
-
## 4.42.1 (2022-01-20)
|
1791
|
-
|
1792
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1793
|
-
|
1794
|
-
# 4.42.0 (2022-01-20)
|
1795
|
-
|
1796
|
-
### Features
|
1797
|
-
|
1798
|
-
- **Truncate:** added Truncate component ([#6713](https://github.com/patternfly/patternfly-react/issues/6713)) ([c803b5d](https://github.com/patternfly/patternfly-react/commit/c803b5df3761f689172d79bbc71bc38623b0bf5a))
|
1799
|
-
|
1800
|
-
## 4.41.6 (2022-01-20)
|
1801
|
-
|
1802
|
-
### Bug Fixes
|
1803
|
-
|
1804
|
-
- **TextInputGroup:** address various issues ([#6774](https://github.com/patternfly/patternfly-react/issues/6774)) ([010058a](https://github.com/patternfly/patternfly-react/commit/010058acc7115fb76a35fe06634083ada62cece0))
|
1805
|
-
|
1806
|
-
## 4.41.5 (2022-01-20)
|
1807
|
-
|
1808
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1809
|
-
|
1810
|
-
## 4.41.4 (2022-01-19)
|
1811
|
-
|
1812
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1813
|
-
|
1814
|
-
## 4.41.3 (2022-01-19)
|
1815
|
-
|
1816
|
-
### Bug Fixes
|
1817
|
-
|
1818
|
-
- **examples:** amend row index in tree table examples ([#6830](https://github.com/patternfly/patternfly-react/issues/6830)) ([e676fb1](https://github.com/patternfly/patternfly-react/commit/e676fb1171618e957a4564af31c15ca6e3800507)), closes [#6719](https://github.com/patternfly/patternfly-react/issues/6719)
|
1819
|
-
|
1820
|
-
## 4.41.2 (2022-01-19)
|
1821
|
-
|
1822
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1823
|
-
|
1824
|
-
## 4.41.1 (2022-01-19)
|
1825
|
-
|
1826
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1827
|
-
|
1828
|
-
# 4.41.0 (2022-01-19)
|
1829
|
-
|
1830
|
-
### Features
|
1831
|
-
|
1832
|
-
- **NumberInput:** call onMinus/onPlus on arrow-up/down pressed ([#6764](https://github.com/patternfly/patternfly-react/issues/6764)) ([545a7f8](https://github.com/patternfly/patternfly-react/commit/545a7f8791dbf2937416509a01b197cc1daf80db))
|
1833
|
-
|
1834
|
-
# 4.40.0 (2022-01-19)
|
1835
|
-
|
1836
|
-
### Features
|
1837
|
-
|
1838
|
-
- **TimePicker:** Allow for seconds via new prop; includeSeconds ([#6769](https://github.com/patternfly/patternfly-react/issues/6769)) ([417b51a](https://github.com/patternfly/patternfly-react/commit/417b51a6b8bd997042e16a0e821fb63281e53d30))
|
1839
|
-
|
1840
|
-
## 4.39.5 (2022-01-18)
|
1841
|
-
|
1842
|
-
### Bug Fixes
|
1843
|
-
|
1844
|
-
- **Tabs:** enable tabs scroll button for small window ([#6784](https://github.com/patternfly/patternfly-react/issues/6784)) ([a29b430](https://github.com/patternfly/patternfly-react/commit/a29b43094ae3d5ce7f4b26e4041cd595e675ee58))
|
1845
|
-
|
1846
|
-
## 4.39.4 (2022-01-18)
|
1847
|
-
|
1848
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1849
|
-
|
1850
|
-
## 4.39.3 (2022-01-18)
|
1851
|
-
|
1852
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1853
|
-
|
1854
|
-
## 4.39.2 (2022-01-18)
|
1855
|
-
|
1856
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1857
|
-
|
1858
|
-
## 4.39.1 (2022-01-18)
|
1859
|
-
|
1860
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1861
|
-
|
1862
|
-
# 4.39.0 (2022-01-17)
|
1863
|
-
|
1864
|
-
### Features
|
1865
|
-
|
1866
|
-
- **Tabs:** enforce restricted type for children ([#6767](https://github.com/patternfly/patternfly-react/issues/6767)) ([0d224df](https://github.com/patternfly/patternfly-react/commit/0d224dfb71b1a89c5783bd9ea290ece2f325ad21))
|
1867
|
-
|
1868
|
-
## 4.38.1 (2022-01-17)
|
1869
|
-
|
1870
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1871
|
-
|
1872
|
-
# 4.38.0 (2022-01-14)
|
1873
|
-
|
1874
|
-
### Features
|
1875
|
-
|
1876
|
-
- **DescriptionList:** add option to fill columns first ([#6736](https://github.com/patternfly/patternfly-react/issues/6736)) ([c955c29](https://github.com/patternfly/patternfly-react/commit/c955c2917dbc4b85ce58fac4f93845c429186e1b))
|
1877
|
-
|
1878
|
-
## 4.37.2 (2022-01-14)
|
1879
|
-
|
1880
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1881
|
-
|
1882
|
-
## 4.37.1 (2022-01-14)
|
1883
|
-
|
1884
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1885
|
-
|
1886
|
-
# 4.37.0 (2022-01-12)
|
1887
|
-
|
1888
|
-
### Features
|
1889
|
-
|
1890
|
-
- **expandable-section:** added indented variation ([#6763](https://github.com/patternfly/patternfly-react/issues/6763)) ([703b922](https://github.com/patternfly/patternfly-react/commit/703b9224e43bedd5b37ec41d8f26f2939836d610))
|
1891
|
-
|
1892
|
-
## 4.36.1 (2022-01-11)
|
1893
|
-
|
1894
|
-
### Bug Fixes
|
1895
|
-
|
1896
|
-
- **Select:** update typeahead Select children when any option attribute changes ([#6747](https://github.com/patternfly/patternfly-react/issues/6747)) ([1e03f3c](https://github.com/patternfly/patternfly-react/commit/1e03f3c6d0a7c507e33398c98863e40bb2233a62))
|
1897
|
-
|
1898
|
-
# 4.36.0 (2022-01-11)
|
1899
|
-
|
1900
|
-
### Features
|
1901
|
-
|
1902
|
-
- **ToggleGroup:** support disabling all items under the parent ([#6700](https://github.com/patternfly/patternfly-react/issues/6700)) ([a60c8f3](https://github.com/patternfly/patternfly-react/commit/a60c8f3485546c797750451714a70b7e84a4ba0f))
|
1903
|
-
|
1904
|
-
## 4.35.1 (2022-01-11)
|
1905
|
-
|
1906
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1907
|
-
|
1908
|
-
# 4.35.0 (2022-01-11)
|
1909
|
-
|
1910
|
-
### Features
|
1911
|
-
|
1912
|
-
- **Table:** update clickable area for checks/radios ([#6754](https://github.com/patternfly/patternfly-react/issues/6754)) ([c4f3c2d](https://github.com/patternfly/patternfly-react/commit/c4f3c2d7f515e3d6ad73d8b52238ca426281469a))
|
1913
|
-
|
1914
|
-
## 4.34.2 (2022-01-10)
|
1915
|
-
|
1916
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1917
|
-
|
1918
|
-
## 4.34.1 (2022-01-10)
|
1919
|
-
|
1920
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1921
|
-
|
1922
|
-
# 4.34.0 (2022-01-10)
|
1923
|
-
|
1924
|
-
### Features
|
1925
|
-
|
1926
|
-
- **Dropdown:** add plain-text variant support ([#6721](https://github.com/patternfly/patternfly-react/issues/6721)) ([e5000e3](https://github.com/patternfly/patternfly-react/commit/e5000e36194e36b9c6ae49efdb0a513125efcb70))
|
1927
|
-
|
1928
|
-
## 4.33.11 (2022-01-10)
|
1929
|
-
|
1930
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1931
|
-
|
1932
|
-
## 4.33.10 (2022-01-10)
|
1933
|
-
|
1934
|
-
### Bug Fixes
|
1935
|
-
|
1936
|
-
- **Tabs:** allow href navigation from tabs ([#6755](https://github.com/patternfly/patternfly-react/issues/6755)) ([290d89a](https://github.com/patternfly/patternfly-react/commit/290d89aed2dd4517db9859cc80ef2745cb8a779b))
|
1937
|
-
|
1938
|
-
## 4.33.9 (2022-01-10)
|
1939
|
-
|
1940
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1941
|
-
|
1942
|
-
## 4.33.8 (2022-01-07)
|
1943
|
-
|
1944
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1945
|
-
|
1946
|
-
## 4.33.7 (2022-01-07)
|
1947
|
-
|
1948
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1949
|
-
|
1950
|
-
## 4.33.6 (2022-01-07)
|
1951
|
-
|
1952
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1953
|
-
|
1954
|
-
## 4.33.5 (2022-01-07)
|
1955
|
-
|
1956
|
-
### Bug Fixes
|
1957
|
-
|
1958
|
-
- **jumplinks:** Updated JumpLinks demo to allow for horizontal display ([#6731](https://github.com/patternfly/patternfly-react/issues/6731)) ([f37b934](https://github.com/patternfly/patternfly-react/commit/f37b9342e678da247056c73767d5d40ff5435bda))
|
1959
|
-
|
1960
|
-
## 4.33.4 (2022-01-06)
|
1961
|
-
|
1962
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1963
|
-
|
1964
|
-
## 4.33.3 (2022-01-06)
|
1965
|
-
|
1966
|
-
### Bug Fixes
|
1967
|
-
|
1968
|
-
- **TopologyControlBar:** Update screen reader className to latest ([#6739](https://github.com/patternfly/patternfly-react/issues/6739)) ([ed9da57](https://github.com/patternfly/patternfly-react/commit/ed9da575fddf9fe7af8a891972f7a66520785411))
|
1969
|
-
|
1970
|
-
## 4.33.2 (2022-01-06)
|
1971
|
-
|
1972
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1973
|
-
|
1974
|
-
## 4.33.1 (2022-01-06)
|
1975
|
-
|
1976
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1977
|
-
|
1978
|
-
# 4.33.0 (2022-01-05)
|
1979
|
-
|
1980
|
-
### Features
|
1981
|
-
|
1982
|
-
- **Table:** allow a generic to be passed for cell props ([#6691](https://github.com/patternfly/patternfly-react/issues/6691)) ([e22c7be](https://github.com/patternfly/patternfly-react/commit/e22c7bebf630b7cd71e4dc434c593b69fa2fb2c8))
|
1983
|
-
|
1984
|
-
## 4.32.3 (2022-01-04)
|
1985
|
-
|
1986
|
-
### Bug Fixes
|
1987
|
-
|
1988
|
-
- **docs:** fix broken theme-patternfly-org link ([#6726](https://github.com/patternfly/patternfly-react/issues/6726)) ([4ba15e9](https://github.com/patternfly/patternfly-react/commit/4ba15e9d9611afbb80d995e4d63f5478c4212a9e))
|
1989
|
-
|
1990
|
-
## 4.32.2 (2022-01-04)
|
1991
|
-
|
1992
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
1993
|
-
|
1994
|
-
## 4.32.1 (2022-01-04)
|
1995
|
-
|
1996
|
-
### Bug Fixes
|
1997
|
-
|
1998
|
-
- **OverflowMenu:** pass HTMLDivElements props to group and control divs ([#6674](https://github.com/patternfly/patternfly-react/issues/6674)) ([e6d0d64](https://github.com/patternfly/patternfly-react/commit/e6d0d6406a07de04f4b232ca9a21247c0e9746c0))
|
1999
|
-
|
2000
|
-
# 4.32.0 (2021-12-22)
|
2001
|
-
|
2002
|
-
### Features
|
2003
|
-
|
2004
|
-
- **Toolbar:** support customizing text in ToolbarChipGroupContent ([#6694](https://github.com/patternfly/patternfly-react/issues/6694)) ([24266ad](https://github.com/patternfly/patternfly-react/commit/24266adf569c027574abd1503b5e46974220349a))
|
2005
|
-
|
2006
|
-
## 4.31.5 (2021-12-16)
|
2007
|
-
|
2008
|
-
### Bug Fixes
|
2009
|
-
|
2010
|
-
- **LogViewer:** fix the issue that scrollbar could compress the content of the logs ([#6702](https://github.com/patternfly/patternfly-react/issues/6702)) ([11aab1f](https://github.com/patternfly/patternfly-react/commit/11aab1f71a1aa9959cf14b887ab55b845a794a00))
|
2011
|
-
|
2012
|
-
## 4.31.4 (2021-12-14)
|
2013
|
-
|
2014
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2015
|
-
|
2016
|
-
## 4.31.3 (2021-12-13)
|
2017
|
-
|
2018
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2019
|
-
|
2020
|
-
## 4.31.2 (2021-12-13)
|
2021
|
-
|
2022
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2023
|
-
|
2024
|
-
## 4.31.1 (2021-12-09)
|
2025
|
-
|
2026
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2027
|
-
|
2028
|
-
# 4.31.0 (2021-12-09)
|
2029
|
-
|
2030
|
-
### Features
|
2031
|
-
|
2032
|
-
- **Popover:** add composable header and alert variants ([#6664](https://github.com/patternfly/patternfly-react/issues/6664)) ([9028e8b](https://github.com/patternfly/patternfly-react/commit/9028e8ba5d674bde6a7e29532f7926e200dd632a))
|
2033
|
-
|
2034
|
-
## 4.30.1 (2021-12-08)
|
2035
|
-
|
2036
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2037
|
-
|
2038
|
-
# 4.30.0 (2021-12-08)
|
2039
|
-
|
2040
|
-
### Features
|
2041
|
-
|
2042
|
-
- **DualListSelector:** add composable tree example ([#6652](https://github.com/patternfly/patternfly-react/issues/6652)) ([5fe977b](https://github.com/patternfly/patternfly-react/commit/5fe977becb5dea615724abf846f315e50931c188))
|
2043
|
-
|
2044
|
-
## 4.29.1 (2021-12-07)
|
2045
|
-
|
2046
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2047
|
-
|
2048
|
-
# 4.29.0 (2021-12-06)
|
2049
|
-
|
2050
|
-
### Features
|
2051
|
-
|
2052
|
-
- **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))
|
2053
|
-
|
2054
|
-
# 4.28.0 (2021-12-06)
|
2055
|
-
|
2056
|
-
### Features
|
2057
|
-
|
2058
|
-
- **MenuToggle:** add plain with text variant ([#6627](https://github.com/patternfly/patternfly-react/issues/6627)) ([1f4ca5e](https://github.com/patternfly/patternfly-react/commit/1f4ca5e36d7077da3ff3e6918874048c784216e0))
|
2059
|
-
|
2060
|
-
# 4.27.0 (2021-12-06)
|
2061
|
-
|
2062
|
-
### Features
|
2063
|
-
|
2064
|
-
- **Dropdown:** add toggle variants ([#6651](https://github.com/patternfly/patternfly-react/issues/6651)) ([6414309](https://github.com/patternfly/patternfly-react/commit/64143094aec86aed86adb320e059d987af4f5f24))
|
2065
|
-
|
2066
|
-
## 4.26.1 (2021-12-06)
|
2067
|
-
|
2068
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2069
|
-
|
2070
|
-
# 4.26.0 (2021-12-03)
|
2071
|
-
|
2072
|
-
### Features
|
2073
|
-
|
2074
|
-
- **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))
|
2075
|
-
|
2076
|
-
## 4.25.17 (2021-12-03)
|
2077
|
-
|
2078
|
-
### Bug Fixes
|
2079
|
-
|
2080
|
-
- **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))
|
2081
|
-
|
2082
|
-
## 4.25.16 (2021-12-02)
|
2083
|
-
|
2084
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2085
|
-
|
2086
|
-
## 4.25.15 (2021-12-02)
|
2087
|
-
|
2088
|
-
### Bug Fixes
|
2089
|
-
|
2090
|
-
- **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))
|
2091
|
-
|
2092
|
-
## 4.25.14 (2021-12-01)
|
2093
|
-
|
2094
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2095
|
-
|
2096
|
-
## 4.25.13 (2021-11-30)
|
2097
|
-
|
2098
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2099
|
-
|
2100
|
-
## 4.25.12 (2021-11-30)
|
2101
|
-
|
2102
|
-
### Bug Fixes
|
2103
|
-
|
2104
|
-
- **action-list:** added support for classname ([#6647](https://github.com/patternfly/patternfly-react/issues/6647)) ([dd3d2ce](https://github.com/patternfly/patternfly-react/commit/dd3d2ce32b4d3e7562faf465abdc508e17f097d9))
|
2105
|
-
|
2106
|
-
## 4.25.11 (2021-11-30)
|
2107
|
-
|
2108
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2109
|
-
|
2110
|
-
## 4.25.10 (2021-11-23)
|
2111
|
-
|
2112
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2113
|
-
|
2114
|
-
## 4.25.9 (2021-11-19)
|
2115
|
-
|
2116
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2117
|
-
|
2118
|
-
## 4.25.8 (2021-11-19)
|
2119
|
-
|
2120
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2121
|
-
|
2122
|
-
## 4.25.7 (2021-11-18)
|
2123
|
-
|
2124
|
-
### Bug Fixes
|
2125
|
-
|
2126
|
-
- **pagination:** updated toggleTemplate prop description to include ofWord prop ([#6622](https://github.com/patternfly/patternfly-react/issues/6622)) ([26733a6](https://github.com/patternfly/patternfly-react/commit/26733a6a256ad0e873afbc268a712027470fdeaa))
|
2127
|
-
|
2128
|
-
## 4.25.6 (2021-11-18)
|
2129
|
-
|
2130
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2131
|
-
|
2132
|
-
## 4.25.5 (2021-11-17)
|
2133
|
-
|
2134
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2135
|
-
|
2136
|
-
## 4.25.4 (2021-11-15)
|
2137
|
-
|
2138
|
-
### Bug Fixes
|
2139
|
-
|
2140
|
-
- **FileUpload:** Downgrade react-dropzone back to 9.0.0 to avoid a breaking type change, fix behavior regressions ([#6610](https://github.com/patternfly/patternfly-react/issues/6610)) ([574bf4f](https://github.com/patternfly/patternfly-react/commit/574bf4ff3ccf7f67ce750bc48067eaf826e99990))
|
2141
|
-
|
2142
|
-
## 4.25.3 (2021-11-15)
|
2143
|
-
|
2144
|
-
### Bug Fixes
|
2145
|
-
|
2146
|
-
- **Menu:** allow maxMenuHeight with Scrollabe ([#6608](https://github.com/patternfly/patternfly-react/issues/6608)) ([8c1f12c](https://github.com/patternfly/patternfly-react/commit/8c1f12c2b0e86bbc5ba1071db3ebf29fee7421a0))
|
2147
|
-
|
2148
|
-
## 4.25.2 (2021-11-15)
|
2149
|
-
|
2150
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2151
|
-
|
2152
|
-
## 4.25.1 (2021-11-15)
|
2153
|
-
|
2154
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2155
|
-
|
2156
|
-
# 4.25.0 (2021-11-12)
|
2157
|
-
|
2158
|
-
### Features
|
2159
|
-
|
2160
|
-
- **card:** added hoverable/selectable/selected-raised variant ([#6565](https://github.com/patternfly/patternfly-react/issues/6565)) ([8c60568](https://github.com/patternfly/patternfly-react/commit/8c60568ba4fa18398fed636710e222ce506de82c))
|
2161
|
-
|
2162
|
-
## 4.24.2 (2021-11-12)
|
2163
|
-
|
2164
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2165
|
-
|
2166
|
-
## 4.24.1 (2021-11-12)
|
2167
|
-
|
2168
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2169
|
-
|
2170
|
-
# 4.24.0 (2021-11-11)
|
2171
|
-
|
2172
|
-
### Features
|
2173
|
-
|
2174
|
-
- **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))
|
2175
|
-
|
2176
|
-
# 4.23.0 (2021-11-11)
|
2177
|
-
|
2178
|
-
### Features
|
2179
|
-
|
2180
|
-
- **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))
|
2181
|
-
|
2182
|
-
# 4.22.0 (2021-11-11)
|
2183
|
-
|
2184
|
-
### Features
|
2185
|
-
|
2186
|
-
- **Navigation:** Added exemple with third level ([#6564](https://github.com/patternfly/patternfly-react/issues/6564)) ([c30da53](https://github.com/patternfly/patternfly-react/commit/c30da532855118f705c8cfc87c545bb1eea11ebb))
|
2187
|
-
|
2188
|
-
# 4.21.0 (2021-11-11)
|
2189
|
-
|
2190
|
-
### Features
|
2191
|
-
|
2192
|
-
- enhance type correctness of CodeEditor ([#6579](https://github.com/patternfly/patternfly-react/issues/6579)) ([e1ad65c](https://github.com/patternfly/patternfly-react/commit/e1ad65c225968d5a9c74019d19e4a3c5e2666926))
|
2193
|
-
|
2194
|
-
## 4.20.4 (2021-11-10)
|
2195
|
-
|
2196
|
-
### Bug Fixes
|
2197
|
-
|
2198
|
-
- **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))
|
2199
|
-
|
2200
|
-
## 4.20.3 (2021-11-10)
|
2201
|
-
|
2202
|
-
### Bug Fixes
|
2203
|
-
|
2204
|
-
- **Menu:** stop passing disableHover to DrilldownMenu DOM ([#6571](https://github.com/patternfly/patternfly-react/issues/6571)) ([63dcf25](https://github.com/patternfly/patternfly-react/commit/63dcf256723848ff3789828fc0a5f86d5009fc87))
|
2205
|
-
|
2206
|
-
## 4.20.2 (2021-11-10)
|
2207
|
-
|
2208
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2209
|
-
|
2210
|
-
## 4.20.1 (2021-11-10)
|
2211
|
-
|
2212
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2213
|
-
|
2214
|
-
# 4.20.0 (2021-11-09)
|
2215
|
-
|
2216
|
-
### Features
|
2217
|
-
|
2218
|
-
- **Table:** set default sort direction ([#6544](https://github.com/patternfly/patternfly-react/issues/6544)) ([9ee4942](https://github.com/patternfly/patternfly-react/commit/9ee49428c8e1041721f2a09f8176a5aba3335049))
|
2219
|
-
|
2220
|
-
## 4.19.4 (2021-11-09)
|
2221
|
-
|
2222
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2223
|
-
|
2224
|
-
## 4.19.3 (2021-11-08)
|
2225
|
-
|
2226
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2227
|
-
|
2228
|
-
## 4.19.2 (2021-11-08)
|
2229
|
-
|
2230
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2231
|
-
|
2232
|
-
## 4.19.1 (2021-11-08)
|
2233
|
-
|
2234
|
-
### Bug Fixes
|
2235
|
-
|
2236
|
-
- **acccessconsoles:** use object type Select options values in order to not mix displayed text with option keys ([#6496](https://github.com/patternfly/patternfly-react/issues/6496)) ([975c8e1](https://github.com/patternfly/patternfly-react/commit/975c8e14d7ea8c53eb4048ea6ef73e804b3ad2be))
|
2237
|
-
|
2238
|
-
# 4.19.0 (2021-11-04)
|
2239
|
-
|
2240
|
-
### Features
|
2241
|
-
|
2242
|
-
- **log-viewer:** support ANSI color ([#6519](https://github.com/patternfly/patternfly-react/issues/6519)) ([936a699](https://github.com/patternfly/patternfly-react/commit/936a699b0514a492d3c40be08932fb7bab275cce))
|
2243
|
-
|
2244
|
-
## 4.18.11 (2021-11-01)
|
2245
|
-
|
2246
|
-
### Bug Fixes
|
2247
|
-
|
2248
|
-
- **AboutModal:** allow to disable FocusTrap ([#6509](https://github.com/patternfly/patternfly-react/issues/6509)) ([72536e1](https://github.com/patternfly/patternfly-react/commit/72536e1f73641ff3f19f865f08dbb41ad0ee7b9f))
|
2249
|
-
|
2250
|
-
## 4.18.10 (2021-10-29)
|
2251
|
-
|
2252
|
-
### Bug Fixes
|
2253
|
-
|
2254
|
-
- **Banner:** forward props ([#6511](https://github.com/patternfly/patternfly-react/issues/6511)) ([e36c890](https://github.com/patternfly/patternfly-react/commit/e36c89077afa82340994c0e3c0fc929e601e01bc))
|
2255
|
-
|
2256
|
-
## 4.18.9 (2021-10-28)
|
2257
|
-
|
2258
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2259
|
-
|
2260
|
-
## 4.18.8 (2021-10-27)
|
2261
|
-
|
2262
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2263
|
-
|
2264
|
-
## 4.18.7 (2021-10-27)
|
2265
|
-
|
2266
|
-
### Bug Fixes
|
2267
|
-
|
2268
|
-
- change transformer cjs package to private ([#6515](https://github.com/patternfly/patternfly-react/issues/6515)) ([efcb357](https://github.com/patternfly/patternfly-react/commit/efcb3573b71541328ce2b16caa80ce33b2a62131))
|
2269
|
-
|
2270
|
-
## 4.18.6 (2021-10-26)
|
2271
|
-
|
2272
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2273
|
-
|
2274
|
-
## 4.18.5 (2021-10-26)
|
2275
|
-
|
2276
|
-
### Bug Fixes
|
2277
|
-
|
2278
|
-
- **tokens:** added check for no matching var to avoid infinite loop ([#6502](https://github.com/patternfly/patternfly-react/issues/6502)) ([99605c2](https://github.com/patternfly/patternfly-react/commit/99605c213f12490d0abe75910e05c3e6da26a1f3))
|
2279
|
-
|
2280
|
-
## 4.18.4 (2021-10-26)
|
2281
|
-
|
2282
|
-
### Bug Fixes
|
2283
|
-
|
2284
|
-
- add transformer package ([#6507](https://github.com/patternfly/patternfly-react/issues/6507)) ([daffd28](https://github.com/patternfly/patternfly-react/commit/daffd2864388abe63e625f962a8b38c2b7056209))
|
2285
|
-
|
2286
|
-
## 4.18.3 (2021-10-26)
|
2287
|
-
|
2288
|
-
### Bug Fixes
|
2289
|
-
|
2290
|
-
- **transformer:** publish transformer in patternfly org ([#6506](https://github.com/patternfly/patternfly-react/issues/6506)) ([b739af3](https://github.com/patternfly/patternfly-react/commit/b739af318400b41d4e9a53bdff6232ecc176916e))
|
2291
|
-
|
2292
|
-
## 4.18.2 (2021-10-26)
|
2293
|
-
|
2294
|
-
### Bug Fixes
|
2295
|
-
|
2296
|
-
- **readme:** update react-core readme ([#6505](https://github.com/patternfly/patternfly-react/issues/6505)) ([d4f9a11](https://github.com/patternfly/patternfly-react/commit/d4f9a114584eea7ab67873f199e80b348886e14b))
|
2297
|
-
|
2298
|
-
## 4.18.1 (2021-10-26)
|
2299
|
-
|
2300
|
-
### Bug Fixes
|
2301
|
-
|
2302
|
-
- **DualListSelector:** account for duplicate folders ([#6499](https://github.com/patternfly/patternfly-react/issues/6499)) ([e531e68](https://github.com/patternfly/patternfly-react/commit/e531e68e7adc58459b3630f5c915ed69e3021012))
|
2303
|
-
|
2304
|
-
# 4.18.0 (2021-10-26)
|
2305
|
-
|
2306
|
-
### Features
|
2307
|
-
|
2308
|
-
- **toolbar:** add sticky top modifier to toolbar ([#6447](https://github.com/patternfly/patternfly-react/issues/6447)) ([fe7605a](https://github.com/patternfly/patternfly-react/commit/fe7605a67428b43ec00b3cb2117270296576737c))
|
2309
|
-
|
2310
|
-
## 4.17.1 (2021-10-26)
|
2311
|
-
|
2312
|
-
### Bug Fixes
|
2313
|
-
|
2314
|
-
- **types:** SelectOptionProp made optional ([#6503](https://github.com/patternfly/patternfly-react/issues/6503)) ([716ac80](https://github.com/patternfly/patternfly-react/commit/716ac80e2414507d589ee3002fc0cea0068ae59c))
|
2315
|
-
|
2316
|
-
# 4.17.0 (2021-10-26)
|
2317
|
-
|
2318
|
-
### Features
|
2319
|
-
|
2320
|
-
- **TextInputGroup:** add text input group ([#6482](https://github.com/patternfly/patternfly-react/issues/6482)) ([a02fd4f](https://github.com/patternfly/patternfly-react/commit/a02fd4fe3345245b2252ee5a261f5b1460490642)), closes [patternfly/patternfly-react#6409](https://github.com/patternfly/patternfly-react/issues/6409)
|
2321
|
-
|
2322
|
-
## 4.16.4 (2021-10-26)
|
2323
|
-
|
2324
|
-
### Bug Fixes
|
2325
|
-
|
2326
|
-
- **KebabToggle:** adds event to onToggle definition ([#6490](https://github.com/patternfly/patternfly-react/issues/6490)) ([0441575](https://github.com/patternfly/patternfly-react/commit/04415757917062aa13c06b34bd94ef38c2334088))
|
2327
|
-
|
2328
|
-
## 4.16.3 (2021-10-26)
|
2329
|
-
|
2330
|
-
### Bug Fixes
|
2331
|
-
|
2332
|
-
- **Modal:** test clean up ([#6489](https://github.com/patternfly/patternfly-react/issues/6489)) ([c8eaa7c](https://github.com/patternfly/patternfly-react/commit/c8eaa7c838fbedb98ea0f38e4f535488040a72e2))
|
2333
|
-
|
2334
|
-
## 4.16.2 (2021-10-25)
|
2335
|
-
|
2336
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2337
|
-
|
2338
|
-
## 4.16.1 (2021-10-25)
|
2339
|
-
|
2340
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2341
|
-
|
2342
|
-
# 4.16.0 (2021-10-25)
|
2343
|
-
|
2344
|
-
### Features
|
2345
|
-
|
2346
|
-
- **Tabs:** Added support for tab content body with padding, added tabs open and tab secondary tabs demos ([#6484](https://github.com/patternfly/patternfly-react/issues/6484)) ([0ccbe9d](https://github.com/patternfly/patternfly-react/commit/0ccbe9d1e6e0dac0730466c92a90fe2cd9f6560d))
|
2347
|
-
|
2348
|
-
## 4.15.1 (2021-10-21)
|
2349
|
-
|
2350
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2351
|
-
|
2352
|
-
# 4.15.0 (2021-10-21)
|
2353
|
-
|
2354
|
-
### Features
|
2355
|
-
|
2356
|
-
- **label:** added compact label, updated horizontal grid card demo ([#6448](https://github.com/patternfly/patternfly-react/issues/6448)) ([89e0431](https://github.com/patternfly/patternfly-react/commit/89e04317924282140606d45f2292aa3f658b4b6c))
|
2357
|
-
|
2358
|
-
## 4.14.1 (2021-10-21)
|
2359
|
-
|
2360
|
-
### Bug Fixes
|
2361
|
-
|
2362
|
-
- **DescriptionListGroup:** forward props to DOM ([#6466](https://github.com/patternfly/patternfly-react/issues/6466)) ([b78e2aa](https://github.com/patternfly/patternfly-react/commit/b78e2aa9c0360ce8418f6e7b55274ea1a50de518))
|
2363
|
-
|
2364
|
-
# 4.14.0 (2021-10-20)
|
2365
|
-
|
2366
|
-
### Features
|
2367
|
-
|
2368
|
-
- **Progress:** allow node titles ([#6470](https://github.com/patternfly/patternfly-react/issues/6470)) ([46d5252](https://github.com/patternfly/patternfly-react/commit/46d52523ad5111bb11729c2750abe9aeb35d9326))
|
2369
|
-
|
2370
|
-
# 4.13.0 (2021-10-20)
|
2371
|
-
|
2372
|
-
### Features
|
2373
|
-
|
2374
|
-
- **DualListSelector:** add disabled flag ([#6442](https://github.com/patternfly/patternfly-react/issues/6442)) ([85e1314](https://github.com/patternfly/patternfly-react/commit/85e131435be12c2df79336e9fa56987ed3717417))
|
2375
|
-
|
2376
|
-
## 4.12.7 (2021-10-20)
|
2377
|
-
|
2378
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2379
|
-
|
2380
|
-
## 4.12.6 (2021-10-20)
|
2381
|
-
|
2382
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2383
|
-
|
2384
|
-
## [4.12.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.12.4...@patternfly/react-styles@4.12.5) (2021-10-13)
|
2385
|
-
|
2386
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2387
|
-
|
2388
|
-
## [4.12.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.12.3...@patternfly/react-styles@4.12.4) (2021-10-11)
|
2389
|
-
|
2390
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2391
|
-
|
2392
|
-
## [4.12.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.12.2...@patternfly/react-styles@4.12.3) (2021-10-08)
|
2393
|
-
|
2394
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2395
|
-
|
2396
|
-
## [4.12.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.12.1...@patternfly/react-styles@4.12.2) (2021-10-06)
|
2397
|
-
|
2398
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2399
|
-
|
2400
|
-
## [4.12.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.12.0...@patternfly/react-styles@4.12.1) (2021-10-01)
|
2401
|
-
|
2402
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2403
|
-
|
2404
|
-
# [4.12.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.16...@patternfly/react-styles@4.12.0) (2021-09-29)
|
2405
|
-
|
2406
|
-
### Features
|
2407
|
-
|
2408
|
-
- **JumpLinks:** Added toggle text ([#6347](https://github.com/patternfly/patternfly-react/issues/6347)) ([36042f6](https://github.com/patternfly/patternfly-react/commit/36042f679880f819afd26618797167a42f5fe901))
|
2409
|
-
|
2410
|
-
## [4.11.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.15...@patternfly/react-styles@4.11.16) (2021-09-14)
|
2411
|
-
|
2412
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2413
|
-
|
2414
|
-
## [4.11.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.14...@patternfly/react-styles@4.11.15) (2021-09-10)
|
2415
|
-
|
2416
|
-
### Bug Fixes
|
2417
|
-
|
2418
|
-
- **dual-list-selector:** added support for list item row, bumped core ([#6294](https://github.com/patternfly/patternfly-react/issues/6294)) ([010efb5](https://github.com/patternfly/patternfly-react/commit/010efb51c46740bd1e28866d6b956c363819b69d))
|
2419
|
-
|
2420
|
-
## [4.11.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.13...@patternfly/react-styles@4.11.14) (2021-08-30)
|
2421
|
-
|
2422
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2423
|
-
|
2424
|
-
## [4.11.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.12...@patternfly/react-styles@4.11.13) (2021-08-23)
|
2425
|
-
|
2426
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2427
|
-
|
2428
|
-
## [4.11.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.11...@patternfly/react-styles@4.11.12) (2021-08-20)
|
2429
|
-
|
2430
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2431
|
-
|
2432
|
-
## [4.11.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.10...@patternfly/react-styles@4.11.11) (2021-08-19)
|
2433
|
-
|
2434
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2435
|
-
|
2436
|
-
## [4.11.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.9...@patternfly/react-styles@4.11.10) (2021-08-19)
|
2437
|
-
|
2438
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2439
|
-
|
2440
|
-
## [4.11.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.8...@patternfly/react-styles@4.11.9) (2021-08-11)
|
2441
|
-
|
2442
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2443
|
-
|
2444
|
-
## [4.11.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.7...@patternfly/react-styles@4.11.8) (2021-08-02)
|
2445
|
-
|
2446
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2447
|
-
|
2448
|
-
## [4.11.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.6...@patternfly/react-styles@4.11.7) (2021-07-30)
|
2449
|
-
|
2450
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2451
|
-
|
2452
|
-
## [4.11.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.5...@patternfly/react-styles@4.11.6) (2021-07-29)
|
2453
|
-
|
2454
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2455
|
-
|
2456
|
-
## [4.11.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.4...@patternfly/react-styles@4.11.5) (2021-07-28)
|
2457
|
-
|
2458
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2459
|
-
|
2460
|
-
## [4.11.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.3...@patternfly/react-styles@4.11.4) (2021-07-14)
|
2461
|
-
|
2462
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2463
|
-
|
2464
|
-
## [4.11.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.2...@patternfly/react-styles@4.11.3) (2021-07-13)
|
2465
|
-
|
2466
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2467
|
-
|
2468
|
-
## [4.11.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.1...@patternfly/react-styles@4.11.2) (2021-07-08)
|
2469
|
-
|
2470
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2471
|
-
|
2472
|
-
## [4.11.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.11.0...@patternfly/react-styles@4.11.1) (2021-06-28)
|
2473
|
-
|
2474
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2475
|
-
|
2476
|
-
# [4.11.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.10.13...@patternfly/react-styles@4.11.0) (2021-06-21)
|
2477
|
-
|
2478
|
-
### Features
|
2479
|
-
|
2480
|
-
- **LogViewer:** Make logviewer responsive and change search result styling ([#5927](https://github.com/patternfly/patternfly-react/issues/5927)) ([3f6a493](https://github.com/patternfly/patternfly-react/commit/3f6a4934127d23de1baf2447003296600d9f3c5b))
|
2481
|
-
|
2482
|
-
## [4.10.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.10.12...@patternfly/react-styles@4.10.13) (2021-06-17)
|
2483
|
-
|
2484
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2485
|
-
|
2486
|
-
## [4.10.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.10.11...@patternfly/react-styles@4.10.12) (2021-06-10)
|
2487
|
-
|
2488
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2489
|
-
|
2490
|
-
## [4.10.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.10.10...@patternfly/react-styles@4.10.11) (2021-06-04)
|
2491
|
-
|
2492
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2493
|
-
|
2494
|
-
## [4.10.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.10.9...@patternfly/react-styles@4.10.10) (2021-06-02)
|
2495
|
-
|
2496
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2497
|
-
|
2498
|
-
## [4.10.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.10.8...@patternfly/react-styles@4.10.9) (2021-05-27)
|
2499
|
-
|
2500
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2501
|
-
|
2502
|
-
## [4.10.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.10.7...@patternfly/react-styles@4.10.8) (2021-05-19)
|
2503
|
-
|
2504
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2505
|
-
|
2506
|
-
## [4.10.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.10.6...@patternfly/react-styles@4.10.7) (2021-05-13)
|
2507
|
-
|
2508
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2509
|
-
|
2510
|
-
## [4.10.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.10.5...@patternfly/react-styles@4.10.6) (2021-05-11)
|
2511
|
-
|
2512
|
-
### Bug Fixes
|
2513
|
-
|
2514
|
-
- **togglegroup:** remove dividers, light variation, add compact ([#5762](https://github.com/patternfly/patternfly-react/issues/5762)) ([d5c8c31](https://github.com/patternfly/patternfly-react/commit/d5c8c31bb24f613687fcf5aa3213ee51a8007580))
|
2515
|
-
|
2516
|
-
## [4.10.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.10.4...@patternfly/react-styles@4.10.5) (2021-05-10)
|
2517
|
-
|
2518
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2519
|
-
|
2520
|
-
## [4.10.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.10.3...@patternfly/react-styles@4.10.4) (2021-05-07)
|
2521
|
-
|
2522
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2523
|
-
|
2524
|
-
## [4.10.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.10.2...@patternfly/react-styles@4.10.3) (2021-05-06)
|
2525
|
-
|
2526
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2527
|
-
|
2528
|
-
## [4.10.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.10.1...@patternfly/react-styles@4.10.2) (2021-04-22)
|
2529
|
-
|
2530
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2531
|
-
|
2532
|
-
## [4.10.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.10.0...@patternfly/react-styles@4.10.1) (2021-04-16)
|
2533
|
-
|
2534
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2535
|
-
|
2536
|
-
# [4.10.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.9.5...@patternfly/react-styles@4.10.0) (2021-04-16)
|
2537
|
-
|
2538
|
-
### Features
|
2539
|
-
|
2540
|
-
- **Table:** Add optional icons to tree table rows, add responsive view ([#5672](https://github.com/patternfly/patternfly-react/issues/5672)) ([7ecba96](https://github.com/patternfly/patternfly-react/commit/7ecba96a191798d01c7f9209a14a04f4a658d7bb))
|
2541
|
-
|
2542
|
-
## [4.9.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.9.4...@patternfly/react-styles@4.9.5) (2021-04-08)
|
2543
|
-
|
2544
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2545
|
-
|
2546
|
-
## [4.9.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.9.3...@patternfly/react-styles@4.9.4) (2021-03-26)
|
2547
|
-
|
2548
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2549
|
-
|
2550
|
-
## [4.9.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.9.2...@patternfly/react-styles@4.9.3) (2021-03-25)
|
2551
|
-
|
2552
|
-
### Bug Fixes
|
2553
|
-
|
2554
|
-
- **Topology:** Allow applications to choose using resizable drawer for topology side bar ([#5572](https://github.com/patternfly/patternfly-react/issues/5572)) ([82176dc](https://github.com/patternfly/patternfly-react/commit/82176dcc6328478df8216f583f65a86b49a2826e))
|
2555
|
-
|
2556
|
-
## [4.9.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.9.1...@patternfly/react-styles@4.9.2) (2021-03-24)
|
2557
|
-
|
2558
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2559
|
-
|
2560
|
-
## [4.9.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.9.0...@patternfly/react-styles@4.9.1) (2021-03-22)
|
2561
|
-
|
2562
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2563
|
-
|
2564
|
-
# [4.9.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.8.5...@patternfly/react-styles@4.9.0) (2021-03-16)
|
2565
|
-
|
2566
|
-
### Bug Fixes
|
2567
|
-
|
2568
|
-
- **topology:** Use disabled background for control buttons when disabled ([#5538](https://github.com/patternfly/patternfly-react/issues/5538)) ([641105f](https://github.com/patternfly/patternfly-react/commit/641105f5f72e5a7af7bbdc173aa2cb29f5b74385))
|
2569
|
-
|
2570
|
-
### Features
|
2571
|
-
|
2572
|
-
- **topology:** Use Drawer for topology side panel and allow resizing ([#5533](https://github.com/patternfly/patternfly-react/issues/5533)) ([301c6a0](https://github.com/patternfly/patternfly-react/commit/301c6a0ce13755b3e6f12a243043d67e1b63990b))
|
2573
|
-
|
2574
|
-
## [4.8.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.8.4...@patternfly/react-styles@4.8.5) (2021-03-09)
|
2575
|
-
|
2576
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2577
|
-
|
2578
|
-
## [4.8.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.8.3...@patternfly/react-styles@4.8.4) (2021-03-04)
|
2579
|
-
|
2580
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2581
|
-
|
2582
|
-
## [4.8.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.8.2...@patternfly/react-styles@4.8.3) (2021-03-04)
|
2583
|
-
|
2584
|
-
### Bug Fixes
|
2585
|
-
|
2586
|
-
- **searchinput:** add searchInputMenuBody class ([#5518](https://github.com/patternfly/patternfly-react/issues/5518)) ([99f0512](https://github.com/patternfly/patternfly-react/commit/99f05123d28a7be887efd1921733fc2dc0bddd6d))
|
2587
|
-
|
2588
|
-
## [4.8.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.8.1...@patternfly/react-styles@4.8.2) (2021-02-17)
|
2589
|
-
|
2590
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2591
|
-
|
2592
|
-
## [4.8.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.8.0...@patternfly/react-styles@4.8.1) (2021-02-16)
|
2593
|
-
|
2594
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2595
|
-
|
2596
|
-
# [4.8.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.33...@patternfly/react-styles@4.8.0) (2021-02-12)
|
2597
|
-
|
2598
|
-
### Features
|
2599
|
-
|
2600
|
-
- **Slider:** Added touch support ([#5453](https://github.com/patternfly/patternfly-react/issues/5453)) ([32ce723](https://github.com/patternfly/patternfly-react/commit/32ce7238d8743f6d4a5f7b128b1293e855d012ca))
|
2601
|
-
|
2602
|
-
## [4.7.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.32...@patternfly/react-styles@4.7.33) (2021-02-11)
|
2603
|
-
|
2604
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2605
|
-
|
2606
|
-
## [4.7.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.31...@patternfly/react-styles@4.7.32) (2021-02-10)
|
2607
|
-
|
2608
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2609
|
-
|
2610
|
-
## [4.7.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.30...@patternfly/react-styles@4.7.31) (2021-02-08)
|
2611
|
-
|
2612
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2613
|
-
|
2614
|
-
## [4.7.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.29...@patternfly/react-styles@4.7.30) (2021-02-03)
|
2615
|
-
|
2616
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2617
|
-
|
2618
|
-
## [4.7.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.28...@patternfly/react-styles@4.7.29) (2021-01-27)
|
2619
|
-
|
2620
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2621
|
-
|
2622
|
-
## [4.7.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.27...@patternfly/react-styles@4.7.28) (2021-01-25)
|
2623
|
-
|
2624
|
-
### Bug Fixes
|
2625
|
-
|
2626
|
-
- **drawer:** fix dragging problem on iframe when resizing drawer ([#5331](https://github.com/patternfly/patternfly-react/issues/5331)) ([746d43c](https://github.com/patternfly/patternfly-react/commit/746d43c3fee0600663489dfec6bcdde9076f9826))
|
2627
|
-
|
2628
|
-
## [4.7.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.26...@patternfly/react-styles@4.7.27) (2021-01-22)
|
2629
|
-
|
2630
|
-
### Bug Fixes
|
2631
|
-
|
2632
|
-
- **Drawer:** initial width doesn't respect min/max widths ([#5313](https://github.com/patternfly/patternfly-react/issues/5313)) ([4f199c4](https://github.com/patternfly/patternfly-react/commit/4f199c4db5c3cb493d2947d871f687cc5527517c))
|
2633
|
-
|
2634
|
-
## [4.7.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.25...@patternfly/react-styles@4.7.26) (2021-01-22)
|
2635
|
-
|
2636
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2637
|
-
|
2638
|
-
## [4.7.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.24...@patternfly/react-styles@4.7.25) (2021-01-19)
|
2639
|
-
|
2640
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2641
|
-
|
2642
|
-
## [4.7.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.23...@patternfly/react-styles@4.7.24) (2021-01-12)
|
2643
|
-
|
2644
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2645
|
-
|
2646
|
-
## [4.7.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.22...@patternfly/react-styles@4.7.23) (2020-12-16)
|
2647
|
-
|
2648
|
-
### Bug Fixes
|
2649
|
-
|
2650
|
-
- **topology:** Prevent context sub menus from overflowing viewport ([#5271](https://github.com/patternfly/patternfly-react/issues/5271)) ([12cd470](https://github.com/patternfly/patternfly-react/commit/12cd470f138df8b0eaa8f768bef8a86d448a6590))
|
2651
|
-
|
2652
|
-
## [4.7.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.21...@patternfly/react-styles@4.7.22) (2020-12-11)
|
2653
|
-
|
2654
|
-
### Bug Fixes
|
2655
|
-
|
2656
|
-
- **calendar-month:** rely on base styles from react-core/dist/styles/base.css ([#5251](https://github.com/patternfly/patternfly-react/issues/5251)) ([337a667](https://github.com/patternfly/patternfly-react/commit/337a667cf12e6b9f4c0eb98ac3176c6268db07b3))
|
2657
|
-
|
2658
|
-
## [4.7.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.20...@patternfly/react-styles@4.7.21) (2020-12-10)
|
2659
|
-
|
2660
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2661
|
-
|
2662
|
-
## [4.7.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.19...@patternfly/react-styles@4.7.20) (2020-12-08)
|
2663
|
-
|
2664
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2665
|
-
|
2666
|
-
## [4.7.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.18...@patternfly/react-styles@4.7.19) (2020-12-07)
|
2667
|
-
|
2668
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2669
|
-
|
2670
|
-
## [4.7.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.17...@patternfly/react-styles@4.7.18) (2020-12-03)
|
2671
|
-
|
2672
|
-
### Bug Fixes
|
2673
|
-
|
2674
|
-
- **VncConsole:** replace novnc-core usage with the original @novnc/novnc ([#5208](https://github.com/patternfly/patternfly-react/issues/5208)) ([6c4c0c2](https://github.com/patternfly/patternfly-react/commit/6c4c0c2e981088e9220b834e2520063fce9d024e)), closes [#5157](https://github.com/patternfly/patternfly-react/issues/5157)
|
2675
|
-
|
2676
|
-
## [4.7.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.16...@patternfly/react-styles@4.7.17) (2020-11-30)
|
2677
|
-
|
2678
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2679
|
-
|
2680
|
-
## [4.7.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.15...@patternfly/react-styles@4.7.16) (2020-11-17)
|
2681
|
-
|
2682
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2683
|
-
|
2684
|
-
## [4.7.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.14...@patternfly/react-styles@4.7.15) (2020-11-17)
|
2685
|
-
|
2686
|
-
### Bug Fixes
|
2687
|
-
|
2688
|
-
- **console:** remove css imports ([#5147](https://github.com/patternfly/patternfly-react/issues/5147)) ([df3e2eb](https://github.com/patternfly/patternfly-react/commit/df3e2ebd1eb478ef7b1e48f3c8237c5cc398df4c))
|
2689
|
-
|
2690
|
-
## [4.7.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.13...@patternfly/react-styles@4.7.14) (2020-11-13)
|
2691
|
-
|
2692
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2693
|
-
|
2694
|
-
## [4.7.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.12...@patternfly/react-styles@4.7.13) (2020-10-28)
|
2695
|
-
|
2696
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2697
|
-
|
2698
|
-
## [4.7.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.11...@patternfly/react-styles@4.7.12) (2020-10-23)
|
2699
|
-
|
2700
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2701
|
-
|
2702
|
-
## [4.7.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.10...@patternfly/react-styles@4.7.11) (2020-10-22)
|
2703
|
-
|
2704
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2705
|
-
|
2706
|
-
## [4.7.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.9...@patternfly/react-styles@4.7.10) (2020-10-22)
|
2707
|
-
|
2708
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2709
|
-
|
2710
|
-
## [4.7.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.8...@patternfly/react-styles@4.7.9) (2020-10-20)
|
2711
|
-
|
2712
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2713
|
-
|
2714
|
-
## [4.7.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.7...@patternfly/react-styles@4.7.8) (2020-10-05)
|
2715
|
-
|
2716
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2717
|
-
|
2718
|
-
## [4.7.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.6...@patternfly/react-styles@4.7.7) (2020-10-01)
|
2719
|
-
|
2720
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2721
|
-
|
2722
|
-
## [4.7.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.5...@patternfly/react-styles@4.7.6) (2020-09-28)
|
2723
|
-
|
2724
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2725
|
-
|
2726
|
-
## [4.7.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.4...@patternfly/react-styles@4.7.5) (2020-09-17)
|
2727
|
-
|
2728
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2729
|
-
|
2730
|
-
## [4.7.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.3...@patternfly/react-styles@4.7.4) (2020-09-14)
|
2731
|
-
|
2732
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2733
|
-
|
2734
|
-
## [4.7.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.2...@patternfly/react-styles@4.7.3) (2020-08-21)
|
2735
|
-
|
2736
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2737
|
-
|
2738
|
-
## [4.7.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.1...@patternfly/react-styles@4.7.2) (2020-08-17)
|
2739
|
-
|
2740
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2741
|
-
|
2742
|
-
## [4.7.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.7.0...@patternfly/react-styles@4.7.1) (2020-08-10)
|
2743
|
-
|
2744
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2745
|
-
|
2746
|
-
# [4.7.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.6.1...@patternfly/react-styles@4.7.0) (2020-08-04)
|
2747
|
-
|
2748
|
-
### Features
|
2749
|
-
|
2750
|
-
- **NotificationDrawer:** Add notification drawer demo ([#4640](https://github.com/patternfly/patternfly-react/issues/4640)) ([3b9231d](https://github.com/patternfly/patternfly-react/commit/3b9231dab2fd92eb40e38d3a38ffb83562e1dbc2))
|
2751
|
-
|
2752
|
-
## [4.6.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.6.0...@patternfly/react-styles@4.6.1) (2020-08-04)
|
2753
|
-
|
2754
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2755
|
-
|
2756
|
-
# [4.6.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.5.1...@patternfly/react-styles@4.6.0) (2020-08-03)
|
2757
|
-
|
2758
|
-
### Features
|
2759
|
-
|
2760
|
-
- **NotificationBadge:** add needs attention state and count ([#4516](https://github.com/patternfly/patternfly-react/issues/4516)) ([63c7cbf](https://github.com/patternfly/patternfly-react/commit/63c7cbf0beed5497ca7addf7fc6663229f37ab81))
|
2761
|
-
|
2762
|
-
## [4.5.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.5.0...@patternfly/react-styles@4.5.1) (2020-07-23)
|
2763
|
-
|
2764
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2765
|
-
|
2766
|
-
# [4.5.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.4.6...@patternfly/react-styles@4.5.0) (2020-07-16)
|
2767
|
-
|
2768
|
-
### Features
|
2769
|
-
|
2770
|
-
- **FormGroup, FormSelect, TextInput, TextArea:** Add warning state ([#4554](https://github.com/patternfly/patternfly-react/issues/4554)) ([4e7f69a](https://github.com/patternfly/patternfly-react/commit/4e7f69a35abd247db99bd946a2c9bc931c335564))
|
2771
|
-
|
2772
|
-
## [4.4.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.4.5...@patternfly/react-styles@4.4.6) (2020-07-14)
|
2773
|
-
|
2774
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2775
|
-
|
2776
|
-
## [4.4.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.4.4...@patternfly/react-styles@4.4.5) (2020-07-13)
|
2777
|
-
|
2778
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2779
|
-
|
2780
|
-
## [4.4.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.4.3...@patternfly/react-styles@4.4.4) (2020-07-10)
|
2781
|
-
|
2782
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2783
|
-
|
2784
|
-
## [4.4.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.4.2...@patternfly/react-styles@4.4.3) (2020-07-08)
|
2785
|
-
|
2786
|
-
### Bug Fixes
|
2787
|
-
|
2788
|
-
- **windows:** fix build on windows ([#4475](https://github.com/patternfly/patternfly-react/issues/4475)) ([fdde7aa](https://github.com/patternfly/patternfly-react/commit/fdde7aa9aa7d0bff79b02d1605bfa95d46997a45))
|
2789
|
-
|
2790
|
-
## [4.4.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.4.1...@patternfly/react-styles@4.4.2) (2020-06-24)
|
2791
|
-
|
2792
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2793
|
-
|
2794
|
-
## [4.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.4.0...@patternfly/react-styles@4.4.1) (2020-06-22)
|
2795
|
-
|
2796
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2797
|
-
|
2798
|
-
# [4.4.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.3.7...@patternfly/react-styles@4.4.0) (2020-06-19)
|
2799
|
-
|
2800
|
-
### Features
|
2801
|
-
|
2802
|
-
- **Divider:** Add support for insets to the Divider ([#4410](https://github.com/patternfly/patternfly-react/issues/4410)) ([32916b8](https://github.com/patternfly/patternfly-react/commit/32916b89fcf631eb498ae0b64faffec756242127))
|
2803
|
-
|
2804
|
-
## [4.3.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.3.6...@patternfly/react-styles@4.3.7) (2020-06-17)
|
2805
|
-
|
2806
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2807
|
-
|
2808
|
-
## [4.3.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.3.5...@patternfly/react-styles@4.3.6) (2020-06-09)
|
2809
|
-
|
2810
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2811
|
-
|
2812
|
-
## [4.3.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.3.4...@patternfly/react-styles@4.3.5) (2020-06-09)
|
2813
|
-
|
2814
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2815
|
-
|
2816
|
-
## [4.3.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.3.3...@patternfly/react-styles@4.3.4) (2020-06-05)
|
2817
|
-
|
2818
|
-
### Bug Fixes
|
2819
|
-
|
2820
|
-
- **docs:** add upgrade guide ([#4298](https://github.com/patternfly/patternfly-react/issues/4298)) ([4ee8805](https://github.com/patternfly/patternfly-react/commit/4ee8805ab9b232ebbe280313d4ae3e53bd78fb70))
|
2821
|
-
|
2822
|
-
## [4.3.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.3.2...@patternfly/react-styles@4.3.3) (2020-06-05)
|
2823
|
-
|
2824
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2825
|
-
|
2826
|
-
## [4.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.3.1...@patternfly/react-styles@4.3.2) (2020-06-01)
|
2827
|
-
|
2828
|
-
### Bug Fixes
|
2829
|
-
|
2830
|
-
- **breakpoints:** make API consistent and appear in docs ([#4310](https://github.com/patternfly/patternfly-react/issues/4310)) ([ac1afa6](https://github.com/patternfly/patternfly-react/commit/ac1afa60067346c658fcb160534d9ddaf7dafbc6))
|
2831
|
-
|
2832
|
-
## [4.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@4.3.0...@patternfly/react-styles@4.3.1) (2020-05-21)
|
2833
|
-
|
2834
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2835
|
-
|
2836
|
-
# [4.3.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.14...@patternfly/react-styles@4.3.0) (2020-05-15)
|
2837
|
-
|
2838
|
-
### Features
|
2839
|
-
|
2840
|
-
- **master:** merge v4 ([#4255](https://github.com/patternfly/patternfly-react/issues/4255)) ([567c0b8](https://github.com/patternfly/patternfly-react/commit/567c0b88b10d2cd629ce380745a24dacdf9dd3d1)), closes [#3868](https://github.com/patternfly/patternfly-react/issues/3868) [#3915](https://github.com/patternfly/patternfly-react/issues/3915) [#3921](https://github.com/patternfly/patternfly-react/issues/3921) [#3872](https://github.com/patternfly/patternfly-react/issues/3872) [#3821](https://github.com/patternfly/patternfly-react/issues/3821) [#3807](https://github.com/patternfly/patternfly-react/issues/3807) [#3879](https://github.com/patternfly/patternfly-react/issues/3879) [#3871](https://github.com/patternfly/patternfly-react/issues/3871) [#3881](https://github.com/patternfly/patternfly-react/issues/3881) [#3826](https://github.com/patternfly/patternfly-react/issues/3826) [#3490](https://github.com/patternfly/patternfly-react/issues/3490) [#3882](https://github.com/patternfly/patternfly-react/issues/3882) [#3843](https://github.com/patternfly/patternfly-react/issues/3843) [#3884](https://github.com/patternfly/patternfly-react/issues/3884) [#3609](https://github.com/patternfly/patternfly-react/issues/3609) [#3880](https://github.com/patternfly/patternfly-react/issues/3880) [#3865](https://github.com/patternfly/patternfly-react/issues/3865) [#3894](https://github.com/patternfly/patternfly-react/issues/3894) [#3897](https://github.com/patternfly/patternfly-react/issues/3897) [#3892](https://github.com/patternfly/patternfly-react/issues/3892) [#3891](https://github.com/patternfly/patternfly-react/issues/3891) [#3908](https://github.com/patternfly/patternfly-react/issues/3908) [#3910](https://github.com/patternfly/patternfly-react/issues/3910) [#3861](https://github.com/patternfly/patternfly-react/issues/3861) [#3877](https://github.com/patternfly/patternfly-react/issues/3877) [#3916](https://github.com/patternfly/patternfly-react/issues/3916) [#3886](https://github.com/patternfly/patternfly-react/issues/3886) [#3872](https://github.com/patternfly/patternfly-react/issues/3872) [#3821](https://github.com/patternfly/patternfly-react/issues/3821) [#3807](https://github.com/patternfly/patternfly-react/issues/3807) [#3879](https://github.com/patternfly/patternfly-react/issues/3879) [#3871](https://github.com/patternfly/patternfly-react/issues/3871) [#3881](https://github.com/patternfly/patternfly-react/issues/3881) [#3826](https://github.com/patternfly/patternfly-react/issues/3826) [#3490](https://github.com/patternfly/patternfly-react/issues/3490) [#3882](https://github.com/patternfly/patternfly-react/issues/3882) [#3927](https://github.com/patternfly/patternfly-react/issues/3927) [#3933](https://github.com/patternfly/patternfly-react/issues/3933) [#3221](https://github.com/patternfly/patternfly-react/issues/3221) [#3873](https://github.com/patternfly/patternfly-react/issues/3873) [#3928](https://github.com/patternfly/patternfly-react/issues/3928) [#3929](https://github.com/patternfly/patternfly-react/issues/3929) [#2582](https://github.com/patternfly/patternfly-react/issues/2582) [#3296](https://github.com/patternfly/patternfly-react/issues/3296) [#3924](https://github.com/patternfly/patternfly-react/issues/3924) [#1529](https://github.com/patternfly/patternfly-react/issues/1529) [#3903](https://github.com/patternfly/patternfly-react/issues/3903) [#3904](https://github.com/patternfly/patternfly-react/issues/3904) [#3974](https://github.com/patternfly/patternfly-react/issues/3974) [#3970](https://github.com/patternfly/patternfly-react/issues/3970) [#3920](https://github.com/patternfly/patternfly-react/issues/3920) [#3945](https://github.com/patternfly/patternfly-react/issues/3945) [#3978](https://github.com/patternfly/patternfly-react/issues/3978) [#3962](https://github.com/patternfly/patternfly-react/issues/3962) [#3975](https://github.com/patternfly/patternfly-react/issues/3975) [#3906](https://github.com/patternfly/patternfly-react/issues/3906) [#3870](https://github.com/patternfly/patternfly-react/issues/3870) [#3958](https://github.com/patternfly/patternfly-react/issues/3958) [#3922](https://github.com/patternfly/patternfly-react/issues/3922) [#3985](https://github.com/patternfly/patternfly-react/issues/3985) [#3991](https://github.com/patternfly/patternfly-react/issues/3991) [#3872](https://github.com/patternfly/patternfly-react/issues/3872) [#3821](https://github.com/patternfly/patternfly-react/issues/3821) [#3807](https://github.com/patternfly/patternfly-react/issues/3807) [#3879](https://github.com/patternfly/patternfly-react/issues/3879) [#3871](https://github.com/patternfly/patternfly-react/issues/3871) [#3881](https://github.com/patternfly/patternfly-react/issues/3881) [#3826](https://github.com/patternfly/patternfly-react/issues/3826) [#3490](https://github.com/patternfly/patternfly-react/issues/3490) [#3882](https://github.com/patternfly/patternfly-react/issues/3882) [#3843](https://github.com/patternfly/patternfly-react/issues/3843) [#3884](https://github.com/patternfly/patternfly-react/issues/3884) [#3609](https://github.com/patternfly/patternfly-react/issues/3609) [#3880](https://github.com/patternfly/patternfly-react/issues/3880) [#3865](https://github.com/patternfly/patternfly-react/issues/3865) [#3894](https://github.com/patternfly/patternfly-react/issues/3894) [#3897](https://github.com/patternfly/patternfly-react/issues/3897) [#3892](https://github.com/patternfly/patternfly-react/issues/3892) [#3891](https://github.com/patternfly/patternfly-react/issues/3891) [#3908](https://github.com/patternfly/patternfly-react/issues/3908) [#3910](https://github.com/patternfly/patternfly-react/issues/3910) [#3861](https://github.com/patternfly/patternfly-react/issues/3861) [#3877](https://github.com/patternfly/patternfly-react/issues/3877) [#3916](https://github.com/patternfly/patternfly-react/issues/3916) [#3844](https://github.com/patternfly/patternfly-react/issues/3844) [#3919](https://github.com/patternfly/patternfly-react/issues/3919) [#3923](https://github.com/patternfly/patternfly-react/issues/3923) [#3838](https://github.com/patternfly/patternfly-react/issues/3838) [#3895](https://github.com/patternfly/patternfly-react/issues/3895) [#3896](https://github.com/patternfly/patternfly-react/issues/3896) [#3771](https://github.com/patternfly/patternfly-react/issues/3771) [#3940](https://github.com/patternfly/patternfly-react/issues/3940) [#3941](https://github.com/patternfly/patternfly-react/issues/3941) [#3441](https://github.com/patternfly/patternfly-react/issues/3441) [#3950](https://github.com/patternfly/patternfly-react/issues/3950) [#3642](https://github.com/patternfly/patternfly-react/issues/3642) [#3964](https://github.com/patternfly/patternfly-react/issues/3964) [#3968](https://github.com/patternfly/patternfly-react/issues/3968) [#3967](https://github.com/patternfly/patternfly-react/issues/3967) [#3971](https://github.com/patternfly/patternfly-react/issues/3971) [#3942](https://github.com/patternfly/patternfly-react/issues/3942) [#3898](https://github.com/patternfly/patternfly-react/issues/3898) [#3898](https://github.com/patternfly/patternfly-react/issues/3898) [#3976](https://github.com/patternfly/patternfly-react/issues/3976) [#3889](https://github.com/patternfly/patternfly-react/issues/3889) [#3641](https://github.com/patternfly/patternfly-react/issues/3641) [#3982](https://github.com/patternfly/patternfly-react/issues/3982) [#3979](https://github.com/patternfly/patternfly-react/issues/3979) [#3989](https://github.com/patternfly/patternfly-react/issues/3989) [#4017](https://github.com/patternfly/patternfly-react/issues/4017) [#4022](https://github.com/patternfly/patternfly-react/issues/4022) [#4014](https://github.com/patternfly/patternfly-react/issues/4014) [#4048](https://github.com/patternfly/patternfly-react/issues/4048) [#4050](https://github.com/patternfly/patternfly-react/issues/4050) [#4051](https://github.com/patternfly/patternfly-react/issues/4051) [#4058](https://github.com/patternfly/patternfly-react/issues/4058) [#4030](https://github.com/patternfly/patternfly-react/issues/4030) [#4031](https://github.com/patternfly/patternfly-react/issues/4031) [#3996](https://github.com/patternfly/patternfly-react/issues/3996) [#4001](https://github.com/patternfly/patternfly-react/issues/4001) [#4004](https://github.com/patternfly/patternfly-react/issues/4004) [#4066](https://github.com/patternfly/patternfly-react/issues/4066) [#4021](https://github.com/patternfly/patternfly-react/issues/4021) [#4061](https://github.com/patternfly/patternfly-react/issues/4061) [#4026](https://github.com/patternfly/patternfly-react/issues/4026) [#4069](https://github.com/patternfly/patternfly-react/issues/4069) [#4073](https://github.com/patternfly/patternfly-react/issues/4073) [#4036](https://github.com/patternfly/patternfly-react/issues/4036) [#4019](https://github.com/patternfly/patternfly-react/issues/4019) [#4081](https://github.com/patternfly/patternfly-react/issues/4081) [#4033](https://github.com/patternfly/patternfly-react/issues/4033) [#4065](https://github.com/patternfly/patternfly-react/issues/4065) [#4078](https://github.com/patternfly/patternfly-react/issues/4078) [#4032](https://github.com/patternfly/patternfly-react/issues/4032) [#4029](https://github.com/patternfly/patternfly-react/issues/4029) [#4064](https://github.com/patternfly/patternfly-react/issues/4064) [#4063](https://github.com/patternfly/patternfly-react/issues/4063) [#2593](https://github.com/patternfly/patternfly-react/issues/2593) [#4076](https://github.com/patternfly/patternfly-react/issues/4076) [#4099](https://github.com/patternfly/patternfly-react/issues/4099) [#4038](https://github.com/patternfly/patternfly-react/issues/4038) [#4116](https://github.com/patternfly/patternfly-react/issues/4116) [#3960](https://github.com/patternfly/patternfly-react/issues/3960) [#4121](https://github.com/patternfly/patternfly-react/issues/4121) [#4123](https://github.com/patternfly/patternfly-react/issues/4123) [#4025](https://github.com/patternfly/patternfly-react/issues/4025) [#4126](https://github.com/patternfly/patternfly-react/issues/4126) [#4122](https://github.com/patternfly/patternfly-react/issues/4122) [#4086](https://github.com/patternfly/patternfly-react/issues/4086) [#4127](https://github.com/patternfly/patternfly-react/issues/4127) [#4129](https://github.com/patternfly/patternfly-react/issues/4129) [#4111](https://github.com/patternfly/patternfly-react/issues/4111) [#4136](https://github.com/patternfly/patternfly-react/issues/4136) [#4138](https://github.com/patternfly/patternfly-react/issues/4138) [#4141](https://github.com/patternfly/patternfly-react/issues/4141) [#4145](https://github.com/patternfly/patternfly-react/issues/4145) [#4034](https://github.com/patternfly/patternfly-react/issues/4034) [#4144](https://github.com/patternfly/patternfly-react/issues/4144) [#4152](https://github.com/patternfly/patternfly-react/issues/4152) [#4158](https://github.com/patternfly/patternfly-react/issues/4158) [#4157](https://github.com/patternfly/patternfly-react/issues/4157) [#4156](https://github.com/patternfly/patternfly-react/issues/4156) [#4147](https://github.com/patternfly/patternfly-react/issues/4147) [#4159](https://github.com/patternfly/patternfly-react/issues/4159) [#4170](https://github.com/patternfly/patternfly-react/issues/4170) [#4142](https://github.com/patternfly/patternfly-react/issues/4142) [#4175](https://github.com/patternfly/patternfly-react/issues/4175) [#4176](https://github.com/patternfly/patternfly-react/issues/4176) [#4187](https://github.com/patternfly/patternfly-react/issues/4187) [#4188](https://github.com/patternfly/patternfly-react/issues/4188) [#4140](https://github.com/patternfly/patternfly-react/issues/4140) [#4193](https://github.com/patternfly/patternfly-react/issues/4193) [#4154](https://github.com/patternfly/patternfly-react/issues/4154) [#4192](https://github.com/patternfly/patternfly-react/issues/4192) [#4190](https://github.com/patternfly/patternfly-react/issues/4190) [#4199](https://github.com/patternfly/patternfly-react/issues/4199) [#4133](https://github.com/patternfly/patternfly-react/issues/4133) [#4165](https://github.com/patternfly/patternfly-react/issues/4165) [#4208](https://github.com/patternfly/patternfly-react/issues/4208) [#4212](https://github.com/patternfly/patternfly-react/issues/4212) [#4130](https://github.com/patternfly/patternfly-react/issues/4130) [#4219](https://github.com/patternfly/patternfly-react/issues/4219) [#4166](https://github.com/patternfly/patternfly-react/issues/4166) [#4202](https://github.com/patternfly/patternfly-react/issues/4202) [#4216](https://github.com/patternfly/patternfly-react/issues/4216) [#4225](https://github.com/patternfly/patternfly-react/issues/4225) [#4221](https://github.com/patternfly/patternfly-react/issues/4221) [#4146](https://github.com/patternfly/patternfly-react/issues/4146) [#3951](https://github.com/patternfly/patternfly-react/issues/3951) [#3681](https://github.com/patternfly/patternfly-react/issues/3681) [#4243](https://github.com/patternfly/patternfly-react/issues/4243) [#4220](https://github.com/patternfly/patternfly-react/issues/4220) [#4153](https://github.com/patternfly/patternfly-react/issues/4153) [#4209](https://github.com/patternfly/patternfly-react/issues/4209) [#4249](https://github.com/patternfly/patternfly-react/issues/4249) [#4239](https://github.com/patternfly/patternfly-react/issues/4239) [#4247](https://github.com/patternfly/patternfly-react/issues/4247) [#4246](https://github.com/patternfly/patternfly-react/issues/4246) [#3684](https://github.com/patternfly/patternfly-react/issues/3684) [#4223](https://github.com/patternfly/patternfly-react/issues/4223) [#4195](https://github.com/patternfly/patternfly-react/issues/4195) [#4254](https://github.com/patternfly/patternfly-react/issues/4254)
|
2841
|
-
- **packages:** bump core to 4.10.21 ([#4257](https://github.com/patternfly/patternfly-react/issues/4257)) ([2e2676c](https://github.com/patternfly/patternfly-react/commit/2e2676ce6bc34f5e20231ca066d26ea4c3ac95e4))
|
2842
|
-
|
2843
|
-
## [3.7.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.13...@patternfly/react-styles@3.7.14) (2020-05-11)
|
2844
|
-
|
2845
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2846
|
-
|
2847
|
-
## [3.7.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.12...@patternfly/react-styles@3.7.13) (2020-04-17)
|
2848
|
-
|
2849
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2850
|
-
|
2851
|
-
## [3.7.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.11...@patternfly/react-styles@3.7.12) (2020-04-01)
|
2852
|
-
|
2853
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2854
|
-
|
2855
|
-
## [3.7.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.10...@patternfly/react-styles@3.7.11) (2020-03-30)
|
2856
|
-
|
2857
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2858
|
-
|
2859
|
-
## [3.7.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.9...@patternfly/react-styles@3.7.10) (2020-03-24)
|
2860
|
-
|
2861
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2862
|
-
|
2863
|
-
## [3.7.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.8...@patternfly/react-styles@3.7.9) (2020-03-17)
|
2864
|
-
|
2865
|
-
### Bug Fixes
|
2866
|
-
|
2867
|
-
- **core,table:** forward ref types ([#3919](https://github.com/patternfly/patternfly-react/issues/3919)) ([2210ec2](https://github.com/patternfly/patternfly-react/commit/2210ec2c142a385f85de8b0bac9c61a61521186d))
|
2868
|
-
|
2869
|
-
## [3.7.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.7...@patternfly/react-styles@3.7.8) (2020-03-09)
|
2870
|
-
|
2871
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2872
|
-
|
2873
|
-
## [3.7.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.6...@patternfly/react-styles@3.7.7) (2020-03-09)
|
2874
|
-
|
2875
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2876
|
-
|
2877
|
-
## [3.7.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.5...@patternfly/react-styles@3.7.6) (2020-03-03)
|
2878
|
-
|
2879
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2880
|
-
|
2881
|
-
## [3.7.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.4...@patternfly/react-styles@3.7.5) (2020-02-27)
|
2882
|
-
|
2883
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2884
|
-
|
2885
|
-
## [3.7.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.3...@patternfly/react-styles@3.7.4) (2020-02-18)
|
2886
|
-
|
2887
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2888
|
-
|
2889
|
-
## [3.7.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.2...@patternfly/react-styles@3.7.3) (2020-02-18)
|
2890
|
-
|
2891
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2892
|
-
|
2893
|
-
## [3.7.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.1...@patternfly/react-styles@3.7.2) (2020-02-17)
|
2894
|
-
|
2895
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2896
|
-
|
2897
|
-
## [3.7.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.7.0...@patternfly/react-styles@3.7.1) (2020-02-14)
|
2898
|
-
|
2899
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2900
|
-
|
2901
|
-
# [3.7.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.31...@patternfly/react-styles@3.7.0) (2020-02-14)
|
2902
|
-
|
2903
|
-
### Features
|
2904
|
-
|
2905
|
-
- **inline-edit:** add row level inline editing feature to Table ([#3581](https://github.com/patternfly/patternfly-react/issues/3581)) ([498d49f](https://github.com/patternfly/patternfly-react/commit/498d49fcc5cc9188197ddc7cd6468907fdd8224d))
|
2906
|
-
|
2907
|
-
## [3.6.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.30...@patternfly/react-styles@3.6.31) (2020-02-12)
|
2908
|
-
|
2909
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2910
|
-
|
2911
|
-
## [3.6.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.29...@patternfly/react-styles@3.6.30) (2020-02-10)
|
2912
|
-
|
2913
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2914
|
-
|
2915
|
-
## [3.6.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.28...@patternfly/react-styles@3.6.29) (2020-02-06)
|
2916
|
-
|
2917
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2918
|
-
|
2919
|
-
## [3.6.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.27...@patternfly/react-styles@3.6.28) (2020-02-06)
|
2920
|
-
|
2921
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2922
|
-
|
2923
|
-
## [3.6.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.26...@patternfly/react-styles@3.6.27) (2020-01-30)
|
2924
|
-
|
2925
|
-
### Bug Fixes
|
2926
|
-
|
2927
|
-
- **react-styles:** move deps to dev deps ([#3630](https://github.com/patternfly/patternfly-react/issues/3630)) ([39fbc47](https://github.com/patternfly/patternfly-react/commit/39fbc4715d68e0a544de43ad0e8c0ed56ff8ea00))
|
2928
|
-
|
2929
|
-
## [3.6.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.25...@patternfly/react-styles@3.6.26) (2020-01-27)
|
2930
|
-
|
2931
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2932
|
-
|
2933
|
-
## [3.6.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.24...@patternfly/react-styles@3.6.25) (2020-01-27)
|
2934
|
-
|
2935
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2936
|
-
|
2937
|
-
## [3.6.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.23...@patternfly/react-styles@3.6.24) (2020-01-24)
|
2938
|
-
|
2939
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2940
|
-
|
2941
|
-
## [3.6.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.22...@patternfly/react-styles@3.6.23) (2020-01-23)
|
2942
|
-
|
2943
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2944
|
-
|
2945
|
-
## [3.6.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.21...@patternfly/react-styles@3.6.22) (2020-01-23)
|
2946
|
-
|
2947
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2948
|
-
|
2949
|
-
## [3.6.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.20...@patternfly/react-styles@3.6.21) (2020-01-21)
|
2950
|
-
|
2951
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2952
|
-
|
2953
|
-
## [3.6.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.19...@patternfly/react-styles@3.6.20) (2020-01-17)
|
2954
|
-
|
2955
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2956
|
-
|
2957
|
-
## [3.6.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.18...@patternfly/react-styles@3.6.19) (2020-01-15)
|
2958
|
-
|
2959
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2960
|
-
|
2961
|
-
## [3.6.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.17...@patternfly/react-styles@3.6.18) (2020-01-13)
|
2962
|
-
|
2963
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2964
|
-
|
2965
|
-
## [3.6.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.16...@patternfly/react-styles@3.6.17) (2020-01-09)
|
2966
|
-
|
2967
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2968
|
-
|
2969
|
-
## [3.6.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.15...@patternfly/react-styles@3.6.16) (2020-01-09)
|
2970
|
-
|
2971
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2972
|
-
|
2973
|
-
## [3.6.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.14...@patternfly/react-styles@3.6.15) (2019-12-17)
|
2974
|
-
|
2975
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2976
|
-
|
2977
|
-
## [3.6.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.13...@patternfly/react-styles@3.6.14) (2019-12-16)
|
2978
|
-
|
2979
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2980
|
-
|
2981
|
-
## [3.6.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.12...@patternfly/react-styles@3.6.13) (2019-12-12)
|
2982
|
-
|
2983
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2984
|
-
|
2985
|
-
## [3.6.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.11...@patternfly/react-styles@3.6.12) (2019-11-27)
|
2986
|
-
|
2987
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2988
|
-
|
2989
|
-
## [3.6.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.10...@patternfly/react-styles@3.6.11) (2019-11-21)
|
2990
|
-
|
2991
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2992
|
-
|
2993
|
-
## [3.6.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.9...@patternfly/react-styles@3.6.10) (2019-11-19)
|
2994
|
-
|
2995
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
2996
|
-
|
2997
|
-
## [3.6.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.8...@patternfly/react-styles@3.6.9) (2019-11-19)
|
2998
|
-
|
2999
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3000
|
-
|
3001
|
-
## [3.6.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.7...@patternfly/react-styles@3.6.8) (2019-11-18)
|
3002
|
-
|
3003
|
-
### Bug Fixes
|
3004
|
-
|
3005
|
-
- **topology:** Set topology container to take full height of the view ([#3314](https://github.com/patternfly/patternfly-react/issues/3314)) ([2b15cc0](https://github.com/patternfly/patternfly-react/commit/2b15cc04f5cae16e12ddfb6e5547aebd34f0869e))
|
3006
|
-
|
3007
|
-
## [3.6.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.6...@patternfly/react-styles@3.6.7) (2019-11-15)
|
3008
|
-
|
3009
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3010
|
-
|
3011
|
-
## [3.6.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.5...@patternfly/react-styles@3.6.6) (2019-11-08)
|
3012
|
-
|
3013
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3014
|
-
|
3015
|
-
## [3.6.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.4...@patternfly/react-styles@3.6.5) (2019-11-01)
|
3016
|
-
|
3017
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3018
|
-
|
3019
|
-
## [3.6.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.3...@patternfly/react-styles@3.6.4) (2019-10-31)
|
3020
|
-
|
3021
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3022
|
-
|
3023
|
-
## [3.6.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.2...@patternfly/react-styles@3.6.3) (2019-10-30)
|
3024
|
-
|
3025
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3026
|
-
|
3027
|
-
## [3.6.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.1...@patternfly/react-styles@3.6.2) (2019-10-25)
|
3028
|
-
|
3029
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3030
|
-
|
3031
|
-
## [3.6.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.6.0...@patternfly/react-styles@3.6.1) (2019-10-22)
|
3032
|
-
|
3033
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3034
|
-
|
3035
|
-
# [3.6.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.33...@patternfly/react-styles@3.6.0) (2019-10-18)
|
3036
|
-
|
3037
|
-
### Features
|
3038
|
-
|
3039
|
-
- **docs:** use gatsby-theme-patternfly-org ([#3146](https://github.com/patternfly/patternfly-react/issues/3146)) ([93c843b](https://github.com/patternfly/patternfly-react/commit/93c843b))
|
3040
|
-
|
3041
|
-
## [3.5.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.32...@patternfly/react-styles@3.5.33) (2019-10-14)
|
3042
|
-
|
3043
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3044
|
-
|
3045
|
-
## [3.5.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.31...@patternfly/react-styles@3.5.32) (2019-10-14)
|
3046
|
-
|
3047
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3048
|
-
|
3049
|
-
## [3.5.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.30...@patternfly/react-styles@3.5.31) (2019-10-14)
|
3050
|
-
|
3051
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3052
|
-
|
3053
|
-
## [3.5.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.29...@patternfly/react-styles@3.5.30) (2019-10-11)
|
3054
|
-
|
3055
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3056
|
-
|
3057
|
-
## [3.5.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.28...@patternfly/react-styles@3.5.29) (2019-10-07)
|
3058
|
-
|
3059
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3060
|
-
|
3061
|
-
## [3.5.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.27...@patternfly/react-styles@3.5.28) (2019-10-02)
|
3062
|
-
|
3063
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3064
|
-
|
3065
|
-
## [3.5.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.26...@patternfly/react-styles@3.5.27) (2019-09-27)
|
3066
|
-
|
3067
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3068
|
-
|
3069
|
-
## [3.5.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.25...@patternfly/react-styles@3.5.26) (2019-09-24)
|
3070
|
-
|
3071
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3072
|
-
|
3073
|
-
## [3.5.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.24...@patternfly/react-styles@3.5.25) (2019-09-20)
|
3074
|
-
|
3075
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3076
|
-
|
3077
|
-
## [3.5.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.23...@patternfly/react-styles@3.5.24) (2019-09-19)
|
3078
|
-
|
3079
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3080
|
-
|
3081
|
-
## [3.5.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.22...@patternfly/react-styles@3.5.23) (2019-09-13)
|
3082
|
-
|
3083
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3084
|
-
|
3085
|
-
## [3.5.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.21...@patternfly/react-styles@3.5.22) (2019-09-10)
|
3086
|
-
|
3087
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3088
|
-
|
3089
|
-
## [3.5.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.20...@patternfly/react-styles@3.5.21) (2019-09-09)
|
3090
|
-
|
3091
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3092
|
-
|
3093
|
-
## [3.5.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.19...@patternfly/react-styles@3.5.20) (2019-09-06)
|
3094
|
-
|
3095
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3096
|
-
|
3097
|
-
## [3.5.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.18...@patternfly/react-styles@3.5.19) (2019-09-05)
|
3098
|
-
|
3099
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3100
|
-
|
3101
|
-
## [3.5.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.17...@patternfly/react-styles@3.5.18) (2019-09-04)
|
3102
|
-
|
3103
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3104
|
-
|
3105
|
-
## [3.5.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.16...@patternfly/react-styles@3.5.17) (2019-08-30)
|
3106
|
-
|
3107
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3108
|
-
|
3109
|
-
## [3.5.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.15...@patternfly/react-styles@3.5.16) (2019-08-27)
|
3110
|
-
|
3111
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3112
|
-
|
3113
|
-
## [3.5.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.14...@patternfly/react-styles@3.5.15) (2019-08-23)
|
3114
|
-
|
3115
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3116
|
-
|
3117
|
-
## [3.5.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.13...@patternfly/react-styles@3.5.14) (2019-08-19)
|
3118
|
-
|
3119
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3120
|
-
|
3121
|
-
## [3.5.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.12...@patternfly/react-styles@3.5.13) (2019-08-16)
|
3122
|
-
|
3123
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3124
|
-
|
3125
|
-
## [3.5.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.11...@patternfly/react-styles@3.5.12) (2019-08-15)
|
3126
|
-
|
3127
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3128
|
-
|
3129
|
-
## [3.5.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.10...@patternfly/react-styles@3.5.11) (2019-08-13)
|
3130
|
-
|
3131
|
-
### Bug Fixes
|
3132
|
-
|
3133
|
-
- **inline-styles:** remove inject and Stylesheet.parse inline references ([#2653](https://github.com/patternfly/patternfly-react/issues/2653)) ([ee2ca95](https://github.com/patternfly/patternfly-react/commit/ee2ca95))
|
3134
|
-
|
3135
|
-
## [3.5.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.9...@patternfly/react-styles@3.5.10) (2019-08-12)
|
3136
|
-
|
3137
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3138
|
-
|
3139
|
-
## [3.5.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.8...@patternfly/react-styles@3.5.9) (2019-08-09)
|
3140
|
-
|
3141
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3142
|
-
|
3143
|
-
## [3.5.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.7...@patternfly/react-styles@3.5.8) (2019-08-05)
|
3144
|
-
|
3145
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3146
|
-
|
3147
|
-
## [3.5.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.6...@patternfly/react-styles@3.5.7) (2019-07-24)
|
3148
|
-
|
3149
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3150
|
-
|
3151
|
-
## [3.5.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.5...@patternfly/react-styles@3.5.6) (2019-07-22)
|
3152
|
-
|
3153
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3154
|
-
|
3155
|
-
## [3.5.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.4...@patternfly/react-styles@3.5.5) (2019-07-17)
|
3156
|
-
|
3157
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3158
|
-
|
3159
|
-
## [3.5.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.3...@patternfly/react-styles@3.5.4) (2019-07-16)
|
3160
|
-
|
3161
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3162
|
-
|
3163
|
-
## [3.5.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.2...@patternfly/react-styles@3.5.3) (2019-07-10)
|
3164
|
-
|
3165
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3166
|
-
|
3167
|
-
## [3.5.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.1...@patternfly/react-styles@3.5.2) (2019-07-09)
|
3168
|
-
|
3169
|
-
### Bug Fixes
|
3170
|
-
|
3171
|
-
- **styles:** Add pickProperties to react-styles utils exports ([#2481](https://github.com/patternfly/patternfly-react/issues/2481)) ([c32d9a8](https://github.com/patternfly/patternfly-react/commit/c32d9a8))
|
3172
|
-
|
3173
|
-
## [3.5.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.5.0...@patternfly/react-styles@3.5.1) (2019-07-08)
|
3174
|
-
|
3175
|
-
### Bug Fixes
|
3176
|
-
|
3177
|
-
- **build:** make pf3/pf4 build on windows ([#2471](https://github.com/patternfly/patternfly-react/issues/2471)) ([5bbc4a2](https://github.com/patternfly/patternfly-react/commit/5bbc4a2))
|
3178
|
-
|
3179
|
-
# [3.5.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.4.8...@patternfly/react-styles@3.5.0) (2019-07-08)
|
3180
|
-
|
3181
|
-
### Features
|
3182
|
-
|
3183
|
-
- **datalist:** add hidden and visible breakpoints ([#2251](https://github.com/patternfly/patternfly-react/issues/2251)) ([fdbde6d](https://github.com/patternfly/patternfly-react/commit/fdbde6d))
|
3184
|
-
|
3185
|
-
## [3.4.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.4.7...@patternfly/react-styles@3.4.8) (2019-07-06)
|
3186
|
-
|
3187
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3188
|
-
|
3189
|
-
## [3.4.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.4.6...@patternfly/react-styles@3.4.7) (2019-07-05)
|
3190
|
-
|
3191
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3192
|
-
|
3193
|
-
## [3.4.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.4.5...@patternfly/react-styles@3.4.6) (2019-06-28)
|
3194
|
-
|
3195
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3196
|
-
|
3197
|
-
## [3.4.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.4.4...@patternfly/react-styles@3.4.5) (2019-06-27)
|
3198
|
-
|
3199
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3200
|
-
|
3201
|
-
## [3.4.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.4.3...@patternfly/react-styles@3.4.4) (2019-06-21)
|
3202
|
-
|
3203
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3204
|
-
|
3205
|
-
## [3.4.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.4.2...@patternfly/react-styles@3.4.3) (2019-06-20)
|
3206
|
-
|
3207
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3208
|
-
|
3209
|
-
## [3.4.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.4.1...@patternfly/react-styles@3.4.2) (2019-06-18)
|
3210
|
-
|
3211
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3212
|
-
|
3213
|
-
## [3.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.4.0...@patternfly/react-styles@3.4.1) (2019-06-14)
|
3214
|
-
|
3215
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3216
|
-
|
3217
|
-
# 3.4.0 (2019-06-13)
|
3218
|
-
|
3219
|
-
### Bug Fixes
|
3220
|
-
|
3221
|
-
- **topology:** Fixes JS dist for react-topology ([#2230](https://github.com/patternfly/patternfly-react/issues/2230)) ([337510a](https://github.com/patternfly/patternfly-react/commit/337510a))
|
3222
|
-
|
3223
|
-
### Features
|
3224
|
-
|
3225
|
-
- **build:** add source maps ([#2142](https://github.com/patternfly/patternfly-react/issues/2142)) ([5076c48](https://github.com/patternfly/patternfly-react/commit/5076c48))
|
3226
|
-
|
3227
|
-
## [3.3.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.3.2...@patternfly/react-styles@3.3.3) (2019-06-11)
|
3228
|
-
|
3229
|
-
### Bug Fixes
|
3230
|
-
|
3231
|
-
- **styles:** add sideeffects to react-styles ([#2207](https://github.com/patternfly/patternfly-react/issues/2207)) ([6365c33](https://github.com/patternfly/patternfly-react/commit/6365c33))
|
3232
|
-
|
3233
|
-
## [3.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.3.1...@patternfly/react-styles@3.3.2) (2019-06-10)
|
3234
|
-
|
3235
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3236
|
-
|
3237
|
-
## 3.3.1 (2019-06-10)
|
3238
|
-
|
3239
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3240
|
-
|
3241
|
-
# [3.3.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.2.4...@patternfly/react-styles@3.3.0) (2019-06-05)
|
3242
|
-
|
3243
|
-
### Features
|
3244
|
-
|
3245
|
-
- **react-styles:** move react styles ([#2085](https://github.com/patternfly/patternfly-react/issues/2085)) ([81d1ed2](https://github.com/patternfly/patternfly-react/commit/81d1ed2))
|
3246
|
-
|
3247
|
-
## 3.2.4 (2019-06-05)
|
3248
|
-
|
3249
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3250
|
-
|
3251
|
-
## 3.2.3 (2019-05-23)
|
3252
|
-
|
3253
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3254
|
-
|
3255
|
-
## [3.2.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.2.1...@patternfly/react-styles@3.2.2) (2019-05-09)
|
3256
|
-
|
3257
|
-
### Bug Fixes
|
3258
|
-
|
3259
|
-
- **docs:** fix ts docgen ([#1944](https://github.com/patternfly/patternfly-react/issues/1944)) ([f68bbc5](https://github.com/patternfly/patternfly-react/commit/f68bbc5))
|
3260
|
-
|
3261
|
-
## 3.2.1 (2019-05-07)
|
3262
|
-
|
3263
|
-
### Bug Fixes
|
3264
|
-
|
3265
|
-
- **React Icons documentation:** fix React Icons documentation link to all Patternfly React Icons. ([#1868](https://github.com/patternfly/patternfly-react/issues/1868)) ([54d5404](https://github.com/patternfly/patternfly-react/commit/54d5404)), closes [#1841](https://github.com/patternfly/patternfly-react/issues/1841)
|
3266
|
-
|
3267
|
-
# 3.2.0 (2019-04-25)
|
3268
|
-
|
3269
|
-
### Features
|
3270
|
-
|
3271
|
-
- **build:** incremental build ([#1817](https://github.com/patternfly/patternfly-react/issues/1817)) ([6bd3d7e](https://github.com/patternfly/patternfly-react/commit/6bd3d7e))
|
3272
|
-
|
3273
|
-
# 3.1.0 (2019-04-23)
|
3274
|
-
|
3275
|
-
### Features
|
3276
|
-
|
3277
|
-
- **card:** adds card is-hoverable modifier prop ([#1812](https://github.com/patternfly/patternfly-react/issues/1812)) ([a398042](https://github.com/patternfly/patternfly-react/commit/a398042))
|
3278
|
-
|
3279
|
-
## [3.0.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@3.0.1...@patternfly/react-styles@3.0.2) (2019-04-15)
|
3280
|
-
|
3281
|
-
### Bug Fixes
|
3282
|
-
|
3283
|
-
- **css:** remove minification from full css files ([#1771](https://github.com/patternfly/patternfly-react/issues/1771)) ([d9aa0db](https://github.com/patternfly/patternfly-react/commit/d9aa0db))
|
3284
|
-
|
3285
|
-
## 3.0.1 (2019-04-15)
|
3286
|
-
|
3287
|
-
### Bug Fixes
|
3288
|
-
|
3289
|
-
- Update React with changes from core ([#1703](https://github.com/patternfly/patternfly-react/issues/1703)) ([a219cae](https://github.com/patternfly/patternfly-react/commit/a219cae)), closes [#1680](https://github.com/patternfly/patternfly-react/issues/1680) [#1684](https://github.com/patternfly/patternfly-react/issues/1684) [#1684](https://github.com/patternfly/patternfly-react/issues/1684)
|
3290
|
-
|
3291
|
-
# [3.0.0](https://github.com/redallen/patternfly-react/compare/@patternfly/react-styles@2.5.0...@patternfly/react-styles@3.0.0) (2019-04-15)
|
3292
|
-
|
3293
|
-
### BREAKING CHANGES
|
3294
|
-
|
3295
|
-
- **css:** change css import methodology ([#1592](https://github.com/redallen/patternfly-react/issues/1592)) ([80cd41a](https://github.com/redallen/patternfly-react/commit/80cd41a))
|
3296
|
-
|
3297
|
-
# 2.4.0 (2019-03-18)
|
3298
|
-
|
3299
|
-
### Bug Fixes
|
3300
|
-
|
3301
|
-
- **Dropdown:** fix d.ts file to make props optional ([#1593](https://github.com/patternfly/patternfly-react/issues/1593)) ([a2c6645](https://github.com/patternfly/patternfly-react/commit/a2c6645)), closes [#1584](https://github.com/patternfly/patternfly-react/issues/1584)
|
3302
|
-
|
3303
|
-
### Features
|
3304
|
-
|
3305
|
-
- **umd:** add umd for styles, tokens, and icons ([#1599](https://github.com/patternfly/patternfly-react/issues/1599)) ([4ca1a5c](https://github.com/patternfly/patternfly-react/commit/4ca1a5c))
|
3306
|
-
|
3307
|
-
## 2.3.9 (2019-03-14)
|
3308
|
-
|
3309
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3310
|
-
|
3311
|
-
## 2.3.8 (2019-03-13)
|
3312
|
-
|
3313
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3314
|
-
|
3315
|
-
## 2.3.7 (2019-03-11)
|
3316
|
-
|
3317
|
-
### Bug Fixes
|
3318
|
-
|
3319
|
-
- **build:** Support running the test suite under Windows ([#1255](https://github.com/patternfly/patternfly-react/issues/1255)) [ci skip](<[851756e](https://github.com/patternfly/patternfly-react/commit/851756e)>)
|
3320
|
-
- **tsconfig:** avatar tsx change ([#1535](https://github.com/patternfly/patternfly-react/issues/1535)) ([8107f5c](https://github.com/patternfly/patternfly-react/commit/8107f5c))
|
3321
|
-
|
3322
|
-
## 2.3.6 (2019-03-08)
|
3323
|
-
|
3324
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3325
|
-
|
3326
|
-
## 2.3.5 (2019-03-04)
|
3327
|
-
|
3328
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3329
|
-
|
3330
|
-
## [2.3.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@2.3.3...@patternfly/react-styles@2.3.4) (2019-02-19)
|
3331
|
-
|
3332
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3333
|
-
|
3334
|
-
## 2.3.3 (2019-02-15)
|
3335
|
-
|
3336
|
-
### Bug Fixes
|
3337
|
-
|
3338
|
-
- **core:** FormSelect onChange value type was missing ([#1380](https://github.com/patternfly/patternfly-react/issues/1380)) ([d275105](https://github.com/patternfly/patternfly-react/commit/d275105))
|
3339
|
-
|
3340
|
-
## [2.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@2.3.1...@patternfly/react-styles@2.3.2) (2019-02-12)
|
3341
|
-
|
3342
|
-
### Bug Fixes
|
3343
|
-
|
3344
|
-
- **readme:** fix typo in readme to force react-styles release ([#1377](https://github.com/patternfly/patternfly-react/issues/1377)) ([38f69d8](https://github.com/patternfly/patternfly-react/commit/38f69d8))
|
3345
|
-
|
3346
|
-
## [2.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@2.3.0...@patternfly/react-styles@2.3.1) (2019-02-08)
|
3347
|
-
|
3348
|
-
**Note:** Version bump only for package @patternfly/react-styles
|
3349
|
-
|
3350
|
-
<a name="2.3.0"></a>
|
3351
|
-
|
3352
|
-
# [2.3.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@2.2.0...@patternfly/react-styles@2.3.0) (2018-10-11)
|
3353
|
-
|
3354
|
-
### Features
|
3355
|
-
|
3356
|
-
- **text component:** adds the text component to PF4 ([#733](https://github.com/patternfly/patternfly-react/issues/733)) ([a02495e](https://github.com/patternfly/patternfly-react/commit/a02495e))
|
3357
|
-
|
3358
|
-
<a name="2.2.0"></a>
|
3359
|
-
|
3360
|
-
# [2.2.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styles@2.1.1...@patternfly/react-styles@2.2.0) (2018-10-09)
|
3361
|
-
|
3362
|
-
### Bug Fixes
|
3363
|
-
|
3364
|
-
- **backgroundImage:** example to override css image paths ([3890d59](https://github.com/patternfly/patternfly-react/commit/3890d59))
|
3365
|
-
|
3366
|
-
### Features
|
3367
|
-
|
3368
|
-
- **pf4-avatar:** introduce avatar component ([#615](https://github.com/patternfly/patternfly-react/issues/615)) ([4b213fb](https://github.com/patternfly/patternfly-react/commit/4b213fb))
|