@patternfly/react-tokens 5.0.0-prerelease.1 → 5.0.0-prerelease.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/CHANGELOG.md +12 -3338
  2. package/dist/esm/c_calendar_month.d.ts +10 -0
  3. package/dist/esm/c_calendar_month.js +10 -0
  4. package/dist/esm/c_calendar_month_BackgroundColor.d.ts +6 -0
  5. package/dist/esm/c_calendar_month_BackgroundColor.js +6 -0
  6. package/dist/esm/c_masthead.d.ts +3 -25
  7. package/dist/esm/c_masthead.js +3 -25
  8. package/dist/esm/c_menu_toggle.d.ts +91 -72
  9. package/dist/esm/c_menu_toggle.js +91 -72
  10. package/dist/esm/c_menu_toggle_before_BorderTopColor.d.ts +1 -1
  11. package/dist/esm/c_menu_toggle_before_BorderTopColor.js +1 -1
  12. package/dist/esm/c_menu_toggle_m_full_height__toggle_after_BorderBottomWidth.d.ts +6 -0
  13. package/dist/esm/c_menu_toggle_m_full_height__toggle_after_BorderBottomWidth.js +6 -0
  14. package/dist/esm/global_FontFamily_heading.d.ts +1 -1
  15. package/dist/esm/global_FontFamily_heading.js +1 -1
  16. package/dist/esm/global_FontFamily_monospace.d.ts +1 -1
  17. package/dist/esm/global_FontFamily_monospace.js +1 -1
  18. package/dist/esm/global_FontFamily_text.d.ts +1 -1
  19. package/dist/esm/global_FontFamily_text.js +1 -1
  20. package/dist/esm/index.d.ts +2 -2
  21. package/dist/esm/index.js +2 -2
  22. package/dist/esm/patternfly_variables.d.ts +0 -29
  23. package/dist/esm/patternfly_variables.js +0 -29
  24. package/dist/js/c_calendar_month.d.ts +10 -0
  25. package/dist/js/c_calendar_month.js +10 -0
  26. package/dist/js/c_calendar_month_BackgroundColor.d.ts +6 -0
  27. package/dist/js/c_calendar_month_BackgroundColor.js +8 -0
  28. package/dist/js/c_masthead.d.ts +3 -25
  29. package/dist/js/c_masthead.js +3 -25
  30. package/dist/js/c_menu_toggle.d.ts +91 -72
  31. package/dist/js/c_menu_toggle.js +91 -72
  32. package/dist/js/c_menu_toggle_before_BorderTopColor.d.ts +1 -1
  33. package/dist/js/c_menu_toggle_before_BorderTopColor.js +1 -1
  34. package/dist/js/c_menu_toggle_m_full_height__toggle_after_BorderBottomWidth.d.ts +6 -0
  35. package/dist/js/c_menu_toggle_m_full_height__toggle_after_BorderBottomWidth.js +8 -0
  36. package/dist/js/global_FontFamily_heading.d.ts +1 -1
  37. package/dist/js/global_FontFamily_heading.js +1 -1
  38. package/dist/js/global_FontFamily_monospace.d.ts +1 -1
  39. package/dist/js/global_FontFamily_monospace.js +1 -1
  40. package/dist/js/global_FontFamily_text.d.ts +1 -1
  41. package/dist/js/global_FontFamily_text.js +1 -1
  42. package/dist/js/index.d.ts +2 -2
  43. package/dist/js/index.js +2 -2
  44. package/dist/js/patternfly_variables.d.ts +0 -29
  45. package/dist/js/patternfly_variables.js +0 -29
  46. package/package.json +3 -3
  47. package/dist/esm/c_masthead_c_menu_toggle_m_full_height_before_BorderBottomColor.d.ts +0 -6
  48. package/dist/esm/c_masthead_c_menu_toggle_m_full_height_before_BorderBottomColor.js +0 -6
  49. package/dist/esm/c_masthead_c_menu_toggle_m_full_height_before_BorderTopColor.d.ts +0 -6
  50. package/dist/esm/c_masthead_c_menu_toggle_m_full_height_before_BorderTopColor.js +0 -6
  51. package/dist/js/c_masthead_c_menu_toggle_m_full_height_before_BorderBottomColor.d.ts +0 -6
  52. package/dist/js/c_masthead_c_menu_toggle_m_full_height_before_BorderBottomColor.js +0 -8
  53. package/dist/js/c_masthead_c_menu_toggle_m_full_height_before_BorderTopColor.d.ts +0 -6
  54. package/dist/js/c_masthead_c_menu_toggle_m_full_height_before_BorderTopColor.js +0 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.3 (2023-06-13)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **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))
11
+
12
+ # [5.0.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@5.0.0-prerelease.1...@patternfly/react-tokens@5.0.0-prerelease.2) (2023-06-06)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **versions:** bump core and fix demo-app versions ([#9248](https://github.com/patternfly/patternfly-react/issues/9248)) ([d19f9d2](https://github.com/patternfly/patternfly-react/commit/d19f9d21c39574784074ee1def886a6da21b2274))
17
+
6
18
  # 5.0.0-prerelease.1 (2023-06-06)
7
19
 
8
20
  ### Bug Fixes
@@ -82,3341 +94,3 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
82
94
  # 5.0.0-alpha.2 (2023-02-08)
83
95
 
84
96
  **Note:** Version bump only for package @patternfly/react-tokens
85
-
86
- ## 4.94.6 (2023-01-23)
87
-
88
- **Note:** Version bump only for package @patternfly/react-tokens
89
-
90
- ## 4.94.5 (2023-01-19)
91
-
92
- **Note:** Version bump only for package @patternfly/react-tokens
93
-
94
- ## 4.94.4 (2023-01-18)
95
-
96
- ### Bug Fixes
97
-
98
- - **Tabs:** Removed isHelpAction prop from TabsAction ([#8560](https://github.com/patternfly/patternfly-react/issues/8560)) ([05fa1b0](https://github.com/patternfly/patternfly-react/commit/05fa1b0acfe886f09c5bdf4ad9f8e27878ee817e))
99
-
100
- ## 4.94.3 (2022-12-08)
101
-
102
- **Note:** Version bump only for package @patternfly/react-tokens
103
-
104
- ## 4.94.2 (2022-12-07)
105
-
106
- **Note:** Version bump only for package @patternfly/react-tokens
107
-
108
- ## 4.94.1 (2022-12-01)
109
-
110
- **Note:** Version bump only for package @patternfly/react-tokens
111
-
112
- # 4.94.0 (2022-11-16)
113
-
114
- ### Features
115
-
116
- - **Tabs:** add TabAction, update core ver ([#8348](https://github.com/patternfly/patternfly-react/issues/8348)) ([8c584b4](https://github.com/patternfly/patternfly-react/commit/8c584b48f8e545cf226f785b873ee11eda505724))
117
-
118
- ## 4.93.10 (2022-10-27)
119
-
120
- **Note:** Version bump only for package @patternfly/react-tokens
121
-
122
- ## 4.93.9 (2022-10-26)
123
-
124
- **Note:** Version bump only for package @patternfly/react-tokens
125
-
126
- ## [4.93.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.93.7...@patternfly/react-tokens@4.93.8) (2022-10-17)
127
-
128
- **Note:** Version bump only for package @patternfly/react-tokens
129
-
130
- ## 4.93.7 (2022-10-14)
131
-
132
- **Note:** Version bump only for package @patternfly/react-tokens
133
-
134
- ## 4.93.6 (2022-10-05)
135
-
136
- ### Bug Fixes
137
-
138
- - **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))
139
-
140
- ## 4.94.3 (2022-12-08)
141
-
142
- **Note:** Version bump only for package @patternfly/react-tokens
143
-
144
- ## 4.94.2 (2022-12-07)
145
-
146
- **Note:** Version bump only for package @patternfly/react-tokens
147
-
148
- ## 4.94.1 (2022-12-01)
149
-
150
- **Note:** Version bump only for package @patternfly/react-tokens
151
-
152
- # 4.94.0 (2022-11-16)
153
-
154
- ### Features
155
-
156
- - **Tabs:** add TabAction, update core ver ([#8348](https://github.com/patternfly/patternfly-react/issues/8348)) ([8c584b4](https://github.com/patternfly/patternfly-react/commit/8c584b48f8e545cf226f785b873ee11eda505724))
157
-
158
- ## 4.93.10 (2022-10-27)
159
-
160
- **Note:** Version bump only for package @patternfly/react-tokens
161
-
162
- ## 4.93.9 (2022-10-26)
163
-
164
- **Note:** Version bump only for package @patternfly/react-tokens
165
-
166
- ## [4.93.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.93.7...@patternfly/react-tokens@4.93.8) (2022-10-17)
167
-
168
- **Note:** Version bump only for package @patternfly/react-tokens
169
-
170
- ## 4.93.7 (2022-10-14)
171
-
172
- **Note:** Version bump only for package @patternfly/react-tokens
173
-
174
- ## 4.93.6 (2022-10-05)
175
-
176
- **Note:** Version bump only for package @patternfly/react-tokens
177
-
178
- ## 4.93.5 (2022-09-29)
179
-
180
- **Note:** Version bump only for package @patternfly/react-tokens
181
-
182
- ## 4.93.4 (2022-09-23)
183
-
184
- **Note:** Version bump only for package @patternfly/react-tokens
185
-
186
- ## 4.93.3 (2022-09-20)
187
-
188
- **Note:** Version bump only for package @patternfly/react-tokens
189
-
190
- ## 4.93.2 (2022-09-20)
191
-
192
- **Note:** Version bump only for package @patternfly/react-tokens
193
-
194
- ## 4.93.1 (2022-09-20)
195
-
196
- ### Bug Fixes
197
-
198
- - **OverflowMenu:** store resize listener reference ([#7975](https://github.com/patternfly/patternfly-react/issues/7975)) ([86b0193](https://github.com/patternfly/patternfly-react/commit/86b01936a3029886173654925eb5d11d9077fc56))
199
-
200
- # 4.93.0 (2022-09-19)
201
-
202
- ### Features
203
-
204
- - **Wizard - next:** supporting component unit tests ([#7731](https://github.com/patternfly/patternfly-react/issues/7731)) ([2e4ec26](https://github.com/patternfly/patternfly-react/commit/2e4ec26d428b6be0ca4254b29e03c889eb5625bb))
205
-
206
- # 4.92.0 (2022-09-16)
207
-
208
- ### Features
209
-
210
- - **charts:** Update Victory dependencies ([#7986](https://github.com/patternfly/patternfly-react/issues/7986)) ([bbee15f](https://github.com/patternfly/patternfly-react/commit/bbee15fd0e00288dfa72c88a79a685b5405a355e))
211
-
212
- ## 4.91.1 (2022-09-15)
213
-
214
- **Note:** Version bump only for package @patternfly/react-tokens
215
-
216
- # 4.91.0 (2022-09-14)
217
-
218
- ### Features
219
-
220
- - **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))
221
-
222
- # 4.90.0 (2022-09-14)
223
-
224
- ### Features
225
-
226
- - **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))
227
-
228
- ## 4.89.11 (2022-09-13)
229
-
230
- **Note:** Version bump only for package @patternfly/react-tokens
231
-
232
- ## 4.89.10 (2022-09-13)
233
-
234
- **Note:** Version bump only for package @patternfly/react-tokens
235
-
236
- ## 4.89.9 (2022-09-13)
237
-
238
- **Note:** Version bump only for package @patternfly/react-tokens
239
-
240
- ## 4.89.8 (2022-09-12)
241
-
242
- **Note:** Version bump only for package @patternfly/react-tokens
243
-
244
- ## 4.89.7 (2022-09-12)
245
-
246
- **Note:** Version bump only for package @patternfly/react-tokens
247
-
248
- ## 4.89.6 (2022-09-12)
249
-
250
- ### Bug Fixes
251
-
252
- - **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))
253
-
254
- ## 4.89.5 (2022-09-09)
255
-
256
- **Note:** Version bump only for package @patternfly/react-tokens
257
-
258
- ## 4.89.4 (2022-09-09)
259
-
260
- ### Bug Fixes
261
-
262
- - **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))
263
-
264
- ## 4.89.3 (2022-09-09)
265
-
266
- **Note:** Version bump only for package @patternfly/react-tokens
267
-
268
- ## 4.89.2 (2022-09-09)
269
-
270
- **Note:** Version bump only for package @patternfly/react-tokens
271
-
272
- ## 4.89.1 (2022-09-09)
273
-
274
- **Note:** Version bump only for package @patternfly/react-tokens
275
-
276
- # 4.89.0 (2022-09-09)
277
-
278
- ### Features
279
-
280
- - **Button:** new count number prop ([#7910](https://github.com/patternfly/patternfly-react/issues/7910)) ([a096b3c](https://github.com/patternfly/patternfly-react/commit/a096b3cba080b5bcd87777efe0e96e64c6da121f))
281
-
282
- ## 4.88.14 (2022-09-08)
283
-
284
- ### Bug Fixes
285
-
286
- - **Page:** Fixed page group props regression ([#7948](https://github.com/patternfly/patternfly-react/issues/7948)) ([044444e](https://github.com/patternfly/patternfly-react/commit/044444e11fb90d53dc8f783071d3e3dc517532a0))
287
-
288
- ## 4.88.13 (2022-09-08)
289
-
290
- ### Bug Fixes
291
-
292
- - **table:** fix bug in expandable demo ([#7945](https://github.com/patternfly/patternfly-react/issues/7945)) ([711b196](https://github.com/patternfly/patternfly-react/commit/711b19609dd8023b157a99f6988ff8618ccee35d))
293
-
294
- ## 4.88.12 (2022-09-07)
295
-
296
- **Note:** Version bump only for package @patternfly/react-tokens
297
-
298
- ## 4.88.11 (2022-09-07)
299
-
300
- ### Bug Fixes
301
-
302
- - **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))
303
-
304
- ## 4.88.10 (2022-09-07)
305
-
306
- **Note:** Version bump only for package @patternfly/react-tokens
307
-
308
- ## 4.88.9 (2022-09-07)
309
-
310
- **Note:** Version bump only for package @patternfly/react-tokens
311
-
312
- ## 4.88.8 (2022-09-07)
313
-
314
- **Note:** Version bump only for package @patternfly/react-tokens
315
-
316
- ## 4.88.7 (2022-09-07)
317
-
318
- **Note:** Version bump only for package @patternfly/react-tokens
319
-
320
- ## 4.88.6 (2022-09-06)
321
-
322
- ### Bug Fixes
323
-
324
- - **Page:** avoid unnecessary re-renders ([#7940](https://github.com/patternfly/patternfly-react/issues/7940)) ([3e23142](https://github.com/patternfly/patternfly-react/commit/3e23142c489ae5b77357345dbbeaa63cc175ea05))
325
-
326
- ## 4.88.5 (2022-09-02)
327
-
328
- ### Bug Fixes
329
-
330
- - **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))
331
-
332
- ## 4.88.4 (2022-09-02)
333
-
334
- **Note:** Version bump only for package @patternfly/react-tokens
335
-
336
- ## 4.88.3 (2022-09-01)
337
-
338
- **Note:** Version bump only for package @patternfly/react-tokens
339
-
340
- ## 4.88.2 (2022-09-01)
341
-
342
- **Note:** Version bump only for package @patternfly/react-tokens
343
-
344
- ## 4.88.1 (2022-09-01)
345
-
346
- **Note:** Version bump only for package @patternfly/react-tokens
347
-
348
- # 4.88.0 (2022-09-01)
349
-
350
- ### Features
351
-
352
- - **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))
353
-
354
- ## 4.87.8 (2022-08-31)
355
-
356
- **Note:** Version bump only for package @patternfly/react-tokens
357
-
358
- ## 4.87.7 (2022-08-31)
359
-
360
- **Note:** Version bump only for package @patternfly/react-tokens
361
-
362
- ## 4.87.6 (2022-08-30)
363
-
364
- ### Bug Fixes
365
-
366
- - **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))
367
-
368
- ## 4.87.5 (2022-08-29)
369
-
370
- ### Bug Fixes
371
-
372
- - **NumberInput:** manage null value ([#7898](https://github.com/patternfly/patternfly-react/issues/7898)) ([b86371d](https://github.com/patternfly/patternfly-react/commit/b86371dfe703614c12f49b68c096b28a91b9debd))
373
-
374
- ## 4.87.4 (2022-08-29)
375
-
376
- ### Bug Fixes
377
-
378
- - syntax errors on surge ([#7897](https://github.com/patternfly/patternfly-react/issues/7897)) ([a487abf](https://github.com/patternfly/patternfly-react/commit/a487abf770340555b2c5a451b5a5bfb0ea57fd45))
379
-
380
- ## 4.87.3 (2022-08-25)
381
-
382
- ### Bug Fixes
383
-
384
- - 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))
385
-
386
- ## 4.87.2 (2022-08-24)
387
-
388
- **Note:** Version bump only for package @patternfly/react-tokens
389
-
390
- ## 4.87.1 (2022-08-24)
391
-
392
- **Note:** Version bump only for package @patternfly/react-tokens
393
-
394
- # 4.87.0 (2022-08-23)
395
-
396
- ### Features
397
-
398
- - **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))
399
-
400
- ## 4.86.4 (2022-08-23)
401
-
402
- **Note:** Version bump only for package @patternfly/react-tokens
403
-
404
- ## 4.86.3 (2022-08-23)
405
-
406
- **Note:** Version bump only for package @patternfly/react-tokens
407
-
408
- ## 4.86.2 (2022-08-23)
409
-
410
- **Note:** Version bump only for package @patternfly/react-tokens
411
-
412
- ## 4.86.1 (2022-08-22)
413
-
414
- **Note:** Version bump only for package @patternfly/react-tokens
415
-
416
- # 4.86.0 (2022-08-22)
417
-
418
- ### Features
419
-
420
- - **Timestamp:** create component ([#7815](https://github.com/patternfly/patternfly-react/issues/7815)) ([98058b3](https://github.com/patternfly/patternfly-react/commit/98058b35c4b7d5e916abd7318e020e53783f73a6))
421
-
422
- ## 4.85.1 (2022-08-22)
423
-
424
- ### Bug Fixes
425
-
426
- - **TimePicker:** clean up menuAppendTo feature ([#7865](https://github.com/patternfly/patternfly-react/issues/7865)) ([3aa73be](https://github.com/patternfly/patternfly-react/commit/3aa73beb4581c1695aa3c3886291d862bd82286e))
427
-
428
- # 4.85.0 (2022-08-19)
429
-
430
- ### Features
431
-
432
- - **ExpandableSection:** add truncated variant ([#7852](https://github.com/patternfly/patternfly-react/issues/7852)) ([f628cdf](https://github.com/patternfly/patternfly-react/commit/f628cdf571d71addfc04e69728be73895e261094))
433
-
434
- ## 4.84.13 (2022-08-19)
435
-
436
- **Note:** Version bump only for package @patternfly/react-tokens
437
-
438
- ## 4.84.12 (2022-08-19)
439
-
440
- **Note:** Version bump only for package @patternfly/react-tokens
441
-
442
- ## 4.84.11 (2022-08-18)
443
-
444
- **Note:** Version bump only for package @patternfly/react-tokens
445
-
446
- ## 4.84.10 (2022-08-18)
447
-
448
- **Note:** Version bump only for package @patternfly/react-tokens
449
-
450
- ## 4.84.9 (2022-08-18)
451
-
452
- **Note:** Version bump only for package @patternfly/react-tokens
453
-
454
- ## 4.84.8 (2022-08-18)
455
-
456
- **Note:** Version bump only for package @patternfly/react-tokens
457
-
458
- ## 4.84.7 (2022-08-18)
459
-
460
- **Note:** Version bump only for package @patternfly/react-tokens
461
-
462
- ## 4.84.6 (2022-08-17)
463
-
464
- **Note:** Version bump only for package @patternfly/react-tokens
465
-
466
- ## 4.84.5 (2022-08-17)
467
-
468
- ### Bug Fixes
469
-
470
- - **charts:** add victory-cursor-container dependency ([#7803](https://github.com/patternfly/patternfly-react/issues/7803)) ([6f1f00d](https://github.com/patternfly/patternfly-react/commit/6f1f00d0d60d9f841a3204e9378ac93a4333c41b))
471
-
472
- ## 4.84.4 (2022-08-17)
473
-
474
- **Note:** Version bump only for package @patternfly/react-tokens
475
-
476
- ## 4.84.3 (2022-08-16)
477
-
478
- ### Bug Fixes
479
-
480
- - **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))
481
-
482
- ## 4.84.2 (2022-08-16)
483
-
484
- **Note:** Version bump only for package @patternfly/react-tokens
485
-
486
- ## 4.84.1 (2022-08-16)
487
-
488
- **Note:** Version bump only for package @patternfly/react-tokens
489
-
490
- # 4.84.0 (2022-08-16)
491
-
492
- ### Features
493
-
494
- - 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))
495
-
496
- ## 4.83.9 (2022-08-15)
497
-
498
- **Note:** Version bump only for package @patternfly/react-tokens
499
-
500
- ## 4.83.8 (2022-08-11)
501
-
502
- **Note:** Version bump only for package @patternfly/react-tokens
503
-
504
- ## 4.83.7 (2022-08-10)
505
-
506
- **Note:** Version bump only for package @patternfly/react-tokens
507
-
508
- ## 4.83.6 (2022-08-10)
509
-
510
- ### Reverts
511
-
512
- - 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)
513
-
514
- ## 4.83.5 (2022-08-05)
515
-
516
- ### Bug Fixes
517
-
518
- - **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))
519
-
520
- ## 4.83.4 (2022-08-05)
521
-
522
- ### Bug Fixes
523
-
524
- - **MenuToggle:** undo type change causing errors ([#7797](https://github.com/patternfly/patternfly-react/issues/7797)) ([1031ecb](https://github.com/patternfly/patternfly-react/commit/1031ecbeb5b4fa7eb28ed9c035454c7b408b8da8))
525
-
526
- ## 4.83.3 (2022-08-04)
527
-
528
- ### Bug Fixes
529
-
530
- - **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))
531
-
532
- ## 4.83.2 (2022-08-03)
533
-
534
- **Note:** Version bump only for package @patternfly/react-tokens
535
-
536
- ## 4.83.1 (2022-08-03)
537
-
538
- ### Bug Fixes
539
-
540
- - **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))
541
-
542
- # 4.83.0 (2022-08-03)
543
-
544
- ### Features
545
-
546
- - **MenuToggle:** add split button variants ([#7748](https://github.com/patternfly/patternfly-react/issues/7748)) ([7577725](https://github.com/patternfly/patternfly-react/commit/7577725305533791481ac22d9b36b87d5d3167b1))
547
-
548
- ## 4.82.1 (2022-08-02)
549
-
550
- **Note:** Version bump only for package @patternfly/react-tokens
551
-
552
- # 4.82.0 (2022-08-01)
553
-
554
- ### Features
555
-
556
- - **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))
557
-
558
- # 4.81.0 (2022-08-01)
559
-
560
- ### Features
561
-
562
- - **DescriptionList:** add Display and Card variants ([#7713](https://github.com/patternfly/patternfly-react/issues/7713)) ([8c6e6d8](https://github.com/patternfly/patternfly-react/commit/8c6e6d83cdbe989d306c64f945aac206eac3ff91))
563
-
564
- ## 4.80.1 (2022-08-01)
565
-
566
- ### Bug Fixes
567
-
568
- - **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))
569
-
570
- # 4.80.0 (2022-07-29)
571
-
572
- ### Features
573
-
574
- - **Tabs:** add horizontal overflow option ([#7742](https://github.com/patternfly/patternfly-react/issues/7742)) ([2745cd1](https://github.com/patternfly/patternfly-react/commit/2745cd199669b0c0a5cdbd5c3d4e7453c6e1c435))
575
-
576
- ## 4.79.9 (2022-07-28)
577
-
578
- **Note:** Version bump only for package @patternfly/react-tokens
579
-
580
- ## 4.79.8 (2022-07-28)
581
-
582
- **Note:** Version bump only for package @patternfly/react-tokens
583
-
584
- ## 4.79.7 (2022-07-28)
585
-
586
- **Note:** Version bump only for package @patternfly/react-tokens
587
-
588
- ## 4.79.6 (2022-07-28)
589
-
590
- **Note:** Version bump only for package @patternfly/react-tokens
591
-
592
- ## 4.79.5 (2022-07-27)
593
-
594
- **Note:** Version bump only for package @patternfly/react-tokens
595
-
596
- ## 4.79.4 (2022-07-27)
597
-
598
- **Note:** Version bump only for package @patternfly/react-tokens
599
-
600
- ## 4.79.3 (2022-07-27)
601
-
602
- **Note:** Version bump only for package @patternfly/react-tokens
603
-
604
- ## 4.79.2 (2022-07-27)
605
-
606
- **Note:** Version bump only for package @patternfly/react-tokens
607
-
608
- ## 4.79.1 (2022-07-26)
609
-
610
- **Note:** Version bump only for package @patternfly/react-tokens
611
-
612
- # 4.79.0 (2022-07-26)
613
-
614
- ### Features
615
-
616
- - **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))
617
-
618
- ## 4.78.2 (2022-07-26)
619
-
620
- **Note:** Version bump only for package @patternfly/react-tokens
621
-
622
- ## 4.78.1 (2022-07-26)
623
-
624
- **Note:** Version bump only for package @patternfly/react-tokens
625
-
626
- # 4.78.0 (2022-07-26)
627
-
628
- ### Features
629
-
630
- - **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))
631
-
632
- ## 4.77.11 (2022-07-25)
633
-
634
- ### Bug Fixes
635
-
636
- - **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))
637
-
638
- ## 4.77.10 (2022-07-25)
639
-
640
- **Note:** Version bump only for package @patternfly/react-tokens
641
-
642
- ## 4.77.9 (2022-07-21)
643
-
644
- **Note:** Version bump only for package @patternfly/react-tokens
645
-
646
- ## 4.77.8 (2022-07-21)
647
-
648
- **Note:** Version bump only for package @patternfly/react-tokens
649
-
650
- ## 4.77.7 (2022-07-20)
651
-
652
- ### Bug Fixes
653
-
654
- - **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))
655
-
656
- ## 4.77.6 (2022-07-20)
657
-
658
- **Note:** Version bump only for package @patternfly/react-tokens
659
-
660
- ## 4.77.5 (2022-07-19)
661
-
662
- **Note:** Version bump only for package @patternfly/react-tokens
663
-
664
- ## 4.77.4 (2022-07-15)
665
-
666
- ### Bug Fixes
667
-
668
- - **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))
669
-
670
- ## 4.77.3 (2022-07-15)
671
-
672
- **Note:** Version bump only for package @patternfly/react-tokens
673
-
674
- ## 4.77.2 (2022-07-15)
675
-
676
- **Note:** Version bump only for package @patternfly/react-tokens
677
-
678
- ## 4.77.1 (2022-07-15)
679
-
680
- **Note:** Version bump only for package @patternfly/react-tokens
681
-
682
- # 4.77.0 (2022-07-14)
683
-
684
- ### Features
685
-
686
- - **Topology:** Add Topology pipeline support ([#7609](https://github.com/patternfly/patternfly-react/issues/7609)) ([4fb563f](https://github.com/patternfly/patternfly-react/commit/4fb563fb8651c0386f7cc59fd9c736af6fb683ec))
687
-
688
- ## 4.76.15 (2022-07-12)
689
-
690
- **Note:** Version bump only for package @patternfly/react-tokens
691
-
692
- ## 4.76.14 (2022-07-11)
693
-
694
- **Note:** Version bump only for package @patternfly/react-tokens
695
-
696
- ## 4.76.13 (2022-07-11)
697
-
698
- **Note:** Version bump only for package @patternfly/react-tokens
699
-
700
- ## 4.76.12 (2022-07-08)
701
-
702
- **Note:** Version bump only for package @patternfly/react-tokens
703
-
704
- ## 4.76.11 (2022-07-08)
705
-
706
- **Note:** Version bump only for package @patternfly/react-tokens
707
-
708
- ## 4.76.10 (2022-07-08)
709
-
710
- **Note:** Version bump only for package @patternfly/react-tokens
711
-
712
- ## 4.76.9 (2022-07-07)
713
-
714
- **Note:** Version bump only for package @patternfly/react-tokens
715
-
716
- ## 4.76.8 (2022-07-07)
717
-
718
- **Note:** Version bump only for package @patternfly/react-tokens
719
-
720
- ## 4.76.7 (2022-07-07)
721
-
722
- **Note:** Version bump only for package @patternfly/react-tokens
723
-
724
- ## 4.76.6 (2022-07-06)
725
-
726
- **Note:** Version bump only for package @patternfly/react-tokens
727
-
728
- ## 4.76.5 (2022-07-06)
729
-
730
- **Note:** Version bump only for package @patternfly/react-tokens
731
-
732
- ## 4.76.4 (2022-07-05)
733
-
734
- **Note:** Version bump only for package @patternfly/react-tokens
735
-
736
- ## 4.76.3 (2022-07-05)
737
-
738
- **Note:** Version bump only for package @patternfly/react-tokens
739
-
740
- ## 4.76.2 (2022-06-30)
741
-
742
- **Note:** Version bump only for package @patternfly/react-tokens
743
-
744
- ## 4.76.1 (2022-06-29)
745
-
746
- ### Bug Fixes
747
-
748
- - **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))
749
-
750
- # 4.76.0 (2022-06-27)
751
-
752
- ### Features
753
-
754
- - **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))
755
-
756
- ## 4.75.3 (2022-06-23)
757
-
758
- **Note:** Version bump only for package @patternfly/react-tokens
759
-
760
- ## 4.75.2 (2022-06-23)
761
-
762
- ### Bug Fixes
763
-
764
- - **ProgressStepper:** added onTriggerEnter prop to Popover ([#7532](https://github.com/patternfly/patternfly-react/issues/7532)) ([1208390](https://github.com/patternfly/patternfly-react/commit/12083908a7043c017a5b7a97f84623add10bfe75))
765
-
766
- ## 4.75.1 (2022-06-23)
767
-
768
- **Note:** Version bump only for package @patternfly/react-tokens
769
-
770
- # 4.75.0 (2022-06-22)
771
-
772
- ### Features
773
-
774
- - **Table:** add nested sticky header support ([#7595](https://github.com/patternfly/patternfly-react/issues/7595)) ([3888a0b](https://github.com/patternfly/patternfly-react/commit/3888a0bdf5e4e964d2d8d936c5d81f7813d8ec0c))
775
-
776
- ## 4.74.17 (2022-06-22)
777
-
778
- **Note:** Version bump only for package @patternfly/react-tokens
779
-
780
- ## 4.74.16 (2022-06-22)
781
-
782
- **Note:** Version bump only for package @patternfly/react-tokens
783
-
784
- ## 4.74.15 (2022-06-21)
785
-
786
- **Note:** Version bump only for package @patternfly/react-tokens
787
-
788
- ## 4.74.14 (2022-06-17)
789
-
790
- **Note:** Version bump only for package @patternfly/react-tokens
791
-
792
- ## 4.74.13 (2022-06-17)
793
-
794
- **Note:** Version bump only for package @patternfly/react-tokens
795
-
796
- ## 4.74.12 (2022-06-17)
797
-
798
- ### Bug Fixes
799
-
800
- - **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))
801
-
802
- ## 4.74.11 (2022-06-17)
803
-
804
- ### Bug Fixes
805
-
806
- - **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))
807
-
808
- ## 4.74.10 (2022-06-16)
809
-
810
- ### Bug Fixes
811
-
812
- - **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))
813
-
814
- ## 4.74.9 (2022-06-16)
815
-
816
- **Note:** Version bump only for package @patternfly/react-tokens
817
-
818
- ## 4.74.8 (2022-06-16)
819
-
820
- ### Bug Fixes
821
-
822
- - **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))
823
-
824
- ## 4.74.7 (2022-06-16)
825
-
826
- ### Bug Fixes
827
-
828
- - **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)
829
-
830
- ## 4.74.6 (2022-06-16)
831
-
832
- **Note:** Version bump only for package @patternfly/react-tokens
833
-
834
- ## 4.74.5 (2022-06-15)
835
-
836
- **Note:** Version bump only for package @patternfly/react-tokens
837
-
838
- ## 4.74.4 (2022-06-15)
839
-
840
- **Note:** Version bump only for package @patternfly/react-tokens
841
-
842
- ## 4.74.3 (2022-06-15)
843
-
844
- **Note:** Version bump only for package @patternfly/react-tokens
845
-
846
- ## 4.74.2 (2022-06-15)
847
-
848
- **Note:** Version bump only for package @patternfly/react-tokens
849
-
850
- ## 4.74.1 (2022-06-15)
851
-
852
- **Note:** Version bump only for package @patternfly/react-tokens
853
-
854
- # 4.74.0 (2022-06-14)
855
-
856
- ### Features
857
-
858
- - **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))
859
-
860
- ## 4.73.17 (2022-06-14)
861
-
862
- **Note:** Version bump only for package @patternfly/react-tokens
863
-
864
- ## 4.73.16 (2022-06-13)
865
-
866
- **Note:** Version bump only for package @patternfly/react-tokens
867
-
868
- ## 4.73.15 (2022-06-13)
869
-
870
- **Note:** Version bump only for package @patternfly/react-tokens
871
-
872
- ## 4.73.14 (2022-06-13)
873
-
874
- **Note:** Version bump only for package @patternfly/react-tokens
875
-
876
- ## 4.73.13 (2022-06-10)
877
-
878
- **Note:** Version bump only for package @patternfly/react-tokens
879
-
880
- ## 4.73.12 (2022-06-10)
881
-
882
- **Note:** Version bump only for package @patternfly/react-tokens
883
-
884
- ## 4.73.11 (2022-06-09)
885
-
886
- **Note:** Version bump only for package @patternfly/react-tokens
887
-
888
- ## 4.73.10 (2022-06-09)
889
-
890
- ### Bug Fixes
891
-
892
- - **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))
893
-
894
- ## 4.73.9 (2022-06-09)
895
-
896
- **Note:** Version bump only for package @patternfly/react-tokens
897
-
898
- ## 4.73.8 (2022-06-08)
899
-
900
- **Note:** Version bump only for package @patternfly/react-tokens
901
-
902
- ## 4.73.7 (2022-06-07)
903
-
904
- **Note:** Version bump only for package @patternfly/react-tokens
905
-
906
- ## 4.73.6 (2022-06-06)
907
-
908
- **Note:** Version bump only for package @patternfly/react-tokens
909
-
910
- ## 4.73.5 (2022-06-03)
911
-
912
- **Note:** Version bump only for package @patternfly/react-tokens
913
-
914
- ## 4.73.4 (2022-06-03)
915
-
916
- **Note:** Version bump only for package @patternfly/react-tokens
917
-
918
- ## 4.73.3 (2022-06-02)
919
-
920
- **Note:** Version bump only for package @patternfly/react-tokens
921
-
922
- ## 4.73.2 (2022-06-01)
923
-
924
- **Note:** Version bump only for package @patternfly/react-tokens
925
-
926
- ## 4.73.1 (2022-06-01)
927
-
928
- **Note:** Version bump only for package @patternfly/react-tokens
929
-
930
- # 4.73.0 (2022-06-01)
931
-
932
- ### Features
933
-
934
- - **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))
935
-
936
- ## 4.72.2 (2022-05-31)
937
-
938
- **Note:** Version bump only for package @patternfly/react-tokens
939
-
940
- ## 4.72.1 (2022-05-31)
941
-
942
- **Note:** Version bump only for package @patternfly/react-tokens
943
-
944
- # 4.72.0 (2022-05-31)
945
-
946
- ### Features
947
-
948
- - **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))
949
-
950
- ## 4.71.2 (2022-05-27)
951
-
952
- **Note:** Version bump only for package @patternfly/react-tokens
953
-
954
- ## 4.71.1 (2022-05-27)
955
-
956
- **Note:** Version bump only for package @patternfly/react-tokens
957
-
958
- # 4.71.0 (2022-05-26)
959
-
960
- ### Features
961
-
962
- - **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))
963
-
964
- # 4.70.0 (2022-05-26)
965
-
966
- ### Features
967
-
968
- - **table:** add fullscreen empty state demo ([#7371](https://github.com/patternfly/patternfly-react/issues/7371)) ([54f3052](https://github.com/patternfly/patternfly-react/commit/54f30520d9d808ffe15c962b37af91cef4c21dcb))
969
-
970
- ## 4.69.4 (2022-05-26)
971
-
972
- **Note:** Version bump only for package @patternfly/react-tokens
973
-
974
- ## 4.69.3 (2022-05-26)
975
-
976
- ### Bug Fixes
977
-
978
- - **Select:** popper menu flips correctly ([#7434](https://github.com/patternfly/patternfly-react/issues/7434)) ([cc1eb21](https://github.com/patternfly/patternfly-react/commit/cc1eb2152246d03600a9fbbf678fd8b39f703347))
979
-
980
- ## 4.69.2 (2022-05-25)
981
-
982
- **Note:** Version bump only for package @patternfly/react-tokens
983
-
984
- ## 4.69.1 (2022-05-24)
985
-
986
- **Note:** Version bump only for package @patternfly/react-tokens
987
-
988
- # 4.69.0 (2022-05-24)
989
-
990
- ### Features
991
-
992
- - **table:** add fullscreen loading state demo ([#7370](https://github.com/patternfly/patternfly-react/issues/7370)) ([285b5b7](https://github.com/patternfly/patternfly-react/commit/285b5b76cb6bb64d5fd4bd66cfb26f709457b3bc))
993
-
994
- ## 4.68.1 (2022-05-23)
995
-
996
- ### Bug Fixes
997
-
998
- - **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))
999
-
1000
- # 4.68.0 (2022-05-19)
1001
-
1002
- ### Features
1003
-
1004
- - **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))
1005
-
1006
- # 4.67.0 (2022-05-19)
1007
-
1008
- ### Features
1009
-
1010
- - **Menu:** Added support for checkbox menu ([#7368](https://github.com/patternfly/patternfly-react/issues/7368)) ([8c2d1dc](https://github.com/patternfly/patternfly-react/commit/8c2d1dc23dbe5c28a8c1ecf79eb34ea911da386f))
1011
-
1012
- ## 4.66.5 (2022-05-18)
1013
-
1014
- ### Bug Fixes
1015
-
1016
- - **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))
1017
-
1018
- ## 4.66.4 (2022-05-18)
1019
-
1020
- ### Bug Fixes
1021
-
1022
- - **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))
1023
-
1024
- ## 4.66.3 (2022-05-16)
1025
-
1026
- ### Bug Fixes
1027
-
1028
- - **Chip:** add custom maxWidth prop ([#7387](https://github.com/patternfly/patternfly-react/issues/7387)) ([7cfb1a2](https://github.com/patternfly/patternfly-react/commit/7cfb1a202c2f1405c454b2e10716d9a500d4508f))
1029
-
1030
- ## 4.66.2 (2022-05-13)
1031
-
1032
- **Note:** Version bump only for package @patternfly/react-tokens
1033
-
1034
- ## 4.66.1 (2022-05-12)
1035
-
1036
- ### Bug Fixes
1037
-
1038
- - **Tabs:** make close handler optional ([#7405](https://github.com/patternfly/patternfly-react/issues/7405)) ([a84bb2a](https://github.com/patternfly/patternfly-react/commit/a84bb2aadefd7f811745b9512a26eda85241361d))
1039
-
1040
- # 4.66.0 (2022-05-12)
1041
-
1042
- ### Features
1043
-
1044
- - **table:** expandable table demo ([#7277](https://github.com/patternfly/patternfly-react/issues/7277)) ([c081a61](https://github.com/patternfly/patternfly-react/commit/c081a61f11ceeb92688798106962e3604c243606))
1045
-
1046
- ## 4.65.6 (2022-05-11)
1047
-
1048
- **Note:** Version bump only for package @patternfly/react-tokens
1049
-
1050
- ## 4.65.5 (2022-05-11)
1051
-
1052
- ### Bug Fixes
1053
-
1054
- - **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))
1055
-
1056
- ## 4.65.4 (2022-05-11)
1057
-
1058
- ### Bug Fixes
1059
-
1060
- - **topology:** fix variables ([#7364](https://github.com/patternfly/patternfly-react/issues/7364)) ([2dec22e](https://github.com/patternfly/patternfly-react/commit/2dec22eec0f2fb8a634108e6995f747f61fa7d93))
1061
-
1062
- ## 4.65.3 (2022-05-10)
1063
-
1064
- ### Bug Fixes
1065
-
1066
- - **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))
1067
-
1068
- ## 4.65.2 (2022-05-10)
1069
-
1070
- ### Reverts
1071
-
1072
- - 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)
1073
-
1074
- ## 4.65.1 (2022-05-10)
1075
-
1076
- **Note:** Version bump only for package @patternfly/react-tokens
1077
-
1078
- # 4.65.0 (2022-05-10)
1079
-
1080
- ### Features
1081
-
1082
- - **Tabs:** allow dynamic close/add ([#7297](https://github.com/patternfly/patternfly-react/issues/7297)) ([51dd66c](https://github.com/patternfly/patternfly-react/commit/51dd66c59d25f96686c57de9fffe590f1c8cbe83))
1083
-
1084
- # 4.64.0 (2022-05-09)
1085
-
1086
- ### Features
1087
-
1088
- - **charts:** added PF dark theme support ([#7310](https://github.com/patternfly/patternfly-react/issues/7310)) ([549c041](https://github.com/patternfly/patternfly-react/commit/549c041525b22d910b71a1c4f64e2cb0ba11ca8f))
1089
-
1090
- ## 4.63.6 (2022-05-09)
1091
-
1092
- **Note:** Version bump only for package @patternfly/react-tokens
1093
-
1094
- ## 4.63.5 (2022-05-09)
1095
-
1096
- ### Bug Fixes
1097
-
1098
- - **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))
1099
-
1100
- ## 4.63.4 (2022-05-09)
1101
-
1102
- **Note:** Version bump only for package @patternfly/react-tokens
1103
-
1104
- ## 4.63.3 (2022-05-06)
1105
-
1106
- ### Bug Fixes
1107
-
1108
- - **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))
1109
-
1110
- ## 4.63.2 (2022-05-06)
1111
-
1112
- ### Bug Fixes
1113
-
1114
- - **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))
1115
-
1116
- ## 4.63.1 (2022-05-06)
1117
-
1118
- **Note:** Version bump only for package @patternfly/react-tokens
1119
-
1120
- # 4.63.0 (2022-05-06)
1121
-
1122
- ### Features
1123
-
1124
- - **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))
1125
-
1126
- # 4.62.0 (2022-05-05)
1127
-
1128
- ### Features
1129
-
1130
- - **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))
1131
-
1132
- # 4.61.0 (2022-05-05)
1133
-
1134
- ### Features
1135
-
1136
- - **drawer:** convert examples to TS ([#7329](https://github.com/patternfly/patternfly-react/issues/7329)) ([e3c6dfa](https://github.com/patternfly/patternfly-react/commit/e3c6dfa735a01c2be5a62eed8e37ad7a29b113de))
1137
-
1138
- ## 4.60.13 (2022-05-05)
1139
-
1140
- ### Bug Fixes
1141
-
1142
- - **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))
1143
-
1144
- ## 4.60.12 (2022-05-05)
1145
-
1146
- **Note:** Version bump only for package @patternfly/react-tokens
1147
-
1148
- ## 4.60.11 (2022-05-05)
1149
-
1150
- **Note:** Version bump only for package @patternfly/react-tokens
1151
-
1152
- ## 4.60.10 (2022-05-05)
1153
-
1154
- ### Bug Fixes
1155
-
1156
- - **charts:** Add style for tooltip cursor ([#7361](https://github.com/patternfly/patternfly-react/issues/7361)) ([1b3f67c](https://github.com/patternfly/patternfly-react/commit/1b3f67c3712a194bef672fe888f6a446f4bd8bc6))
1157
-
1158
- ## 4.60.9 (2022-05-04)
1159
-
1160
- **Note:** Version bump only for package @patternfly/react-tokens
1161
-
1162
- ## 4.60.8 (2022-05-04)
1163
-
1164
- **Note:** Version bump only for package @patternfly/react-tokens
1165
-
1166
- ## 4.60.7 (2022-05-04)
1167
-
1168
- **Note:** Version bump only for package @patternfly/react-tokens
1169
-
1170
- ## 4.60.6 (2022-05-03)
1171
-
1172
- **Note:** Version bump only for package @patternfly/react-tokens
1173
-
1174
- ## 4.60.5 (2022-05-03)
1175
-
1176
- **Note:** Version bump only for package @patternfly/react-tokens
1177
-
1178
- ## 4.60.4 (2022-05-03)
1179
-
1180
- **Note:** Version bump only for package @patternfly/react-tokens
1181
-
1182
- ## 4.60.3 (2022-05-03)
1183
-
1184
- **Note:** Version bump only for package @patternfly/react-tokens
1185
-
1186
- ## 4.60.2 (2022-05-03)
1187
-
1188
- **Note:** Version bump only for package @patternfly/react-tokens
1189
-
1190
- ## 4.60.1 (2022-05-03)
1191
-
1192
- **Note:** Version bump only for package @patternfly/react-tokens
1193
-
1194
- # 4.60.0 (2022-05-02)
1195
-
1196
- ### Features
1197
-
1198
- - **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))
1199
-
1200
- # 4.59.0 (2022-04-28)
1201
-
1202
- ### Features
1203
-
1204
- - **CodeBlock:** add class to code component ([#7281](https://github.com/patternfly/patternfly-react/issues/7281)) ([844e162](https://github.com/patternfly/patternfly-react/commit/844e1621bc695c97f911f5cc64998c5d36911a4d))
1205
-
1206
- ## 4.58.6 (2022-04-27)
1207
-
1208
- **Note:** Version bump only for package @patternfly/react-tokens
1209
-
1210
- ## 4.58.5 (2022-04-26)
1211
-
1212
- **Note:** Version bump only for package @patternfly/react-tokens
1213
-
1214
- ## 4.58.4 (2022-04-25)
1215
-
1216
- ### Bug Fixes
1217
-
1218
- - **DateTimePicker:** update date placeholder ([#7266](https://github.com/patternfly/patternfly-react/issues/7266)) ([4e9a73e](https://github.com/patternfly/patternfly-react/commit/4e9a73e8f7645b7a885d15754f99b9e078449806))
1219
-
1220
- ## 4.58.3 (2022-04-23)
1221
-
1222
- **Note:** Version bump only for package @patternfly/react-tokens
1223
-
1224
- ## 4.58.2 (2022-04-21)
1225
-
1226
- ### Bug Fixes
1227
-
1228
- - **DataListCheck:** revert checked prop ([#7284](https://github.com/patternfly/patternfly-react/issues/7284)) ([d9889fc](https://github.com/patternfly/patternfly-react/commit/d9889fc86f224533f81457f384954e6a299c5677))
1229
-
1230
- ## 4.58.1 (2022-04-20)
1231
-
1232
- **Note:** Version bump only for package @patternfly/react-tokens
1233
-
1234
- # 4.58.0 (2022-04-19)
1235
-
1236
- ### Features
1237
-
1238
- - **HelperText:** add react demos ([#7250](https://github.com/patternfly/patternfly-react/issues/7250)) ([bf68976](https://github.com/patternfly/patternfly-react/commit/bf68976bebd683c935f587795a868c32ea8c5616))
1239
-
1240
- ## 4.57.1 (2022-04-19)
1241
-
1242
- **Note:** Version bump only for package @patternfly/react-tokens
1243
-
1244
- # 4.57.0 (2022-04-18)
1245
-
1246
- ### Features
1247
-
1248
- - **Tabs:** Add nested, unindented demo ([#7194](https://github.com/patternfly/patternfly-react/issues/7194)) ([81bd759](https://github.com/patternfly/patternfly-react/commit/81bd759189379bc558871acc791a1a34dcc2ed1a))
1249
-
1250
- # 4.56.0 (2022-04-18)
1251
-
1252
- ### Features
1253
-
1254
- - **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))
1255
-
1256
- ## 4.55.2 (2022-04-18)
1257
-
1258
- **Note:** Version bump only for package @patternfly/react-tokens
1259
-
1260
- ## 4.55.1 (2022-04-18)
1261
-
1262
- **Note:** Version bump only for package @patternfly/react-tokens
1263
-
1264
- # 4.55.0 (2022-04-14)
1265
-
1266
- ### Features
1267
-
1268
- - **MenuToggle:** Add full width modifier ([#7232](https://github.com/patternfly/patternfly-react/issues/7232)) ([789a8a3](https://github.com/patternfly/patternfly-react/commit/789a8a3f1cb1f1d90565f8d0e6c0dbe984c0c66b))
1269
-
1270
- ## 4.54.37 (2022-04-14)
1271
-
1272
- **Note:** Version bump only for package @patternfly/react-tokens
1273
-
1274
- ## 4.54.36 (2022-04-14)
1275
-
1276
- **Note:** Version bump only for package @patternfly/react-tokens
1277
-
1278
- ## 4.54.35 (2022-04-13)
1279
-
1280
- **Note:** Version bump only for package @patternfly/react-tokens
1281
-
1282
- ## 4.54.34 (2022-04-13)
1283
-
1284
- ### Bug Fixes
1285
-
1286
- - **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))
1287
-
1288
- ## 4.54.33 (2022-04-13)
1289
-
1290
- **Note:** Version bump only for package @patternfly/react-tokens
1291
-
1292
- ## 4.54.32 (2022-04-13)
1293
-
1294
- **Note:** Version bump only for package @patternfly/react-tokens
1295
-
1296
- ## 4.54.31 (2022-04-13)
1297
-
1298
- **Note:** Version bump only for package @patternfly/react-tokens
1299
-
1300
- ## 4.54.30 (2022-04-13)
1301
-
1302
- **Note:** Version bump only for package @patternfly/react-tokens
1303
-
1304
- ## 4.54.29 (2022-04-12)
1305
-
1306
- **Note:** Version bump only for package @patternfly/react-tokens
1307
-
1308
- ## 4.54.28 (2022-04-12)
1309
-
1310
- ### Bug Fixes
1311
-
1312
- - **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))
1313
-
1314
- ## 4.54.27 (2022-04-12)
1315
-
1316
- **Note:** Version bump only for package @patternfly/react-tokens
1317
-
1318
- ## 4.54.26 (2022-04-12)
1319
-
1320
- **Note:** Version bump only for package @patternfly/react-tokens
1321
-
1322
- ## 4.54.25 (2022-04-11)
1323
-
1324
- **Note:** Version bump only for package @patternfly/react-tokens
1325
-
1326
- ## 4.54.24 (2022-04-11)
1327
-
1328
- ### Bug Fixes
1329
-
1330
- - **Select:** prevent footer clicks from toggling ([#7193](https://github.com/patternfly/patternfly-react/issues/7193)) ([2cd10c2](https://github.com/patternfly/patternfly-react/commit/2cd10c2a0a11dcd14f85116369fd47dffcb12295))
1331
-
1332
- ## 4.54.23 (2022-04-11)
1333
-
1334
- **Note:** Version bump only for package @patternfly/react-tokens
1335
-
1336
- ## 4.54.22 (2022-04-11)
1337
-
1338
- ### Bug Fixes
1339
-
1340
- - **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))
1341
-
1342
- ## 4.54.21 (2022-04-11)
1343
-
1344
- **Note:** Version bump only for package @patternfly/react-tokens
1345
-
1346
- ## 4.54.20 (2022-04-08)
1347
-
1348
- ### Bug Fixes
1349
-
1350
- - **NumberInput:** Custom increment/decrement and thresholds ([#7159](https://github.com/patternfly/patternfly-react/issues/7159)) ([28853de](https://github.com/patternfly/patternfly-react/commit/28853de1d02a4d46d81100da895d5e73a3ec05cf))
1351
-
1352
- ## 4.54.19 (2022-04-08)
1353
-
1354
- **Note:** Version bump only for package @patternfly/react-tokens
1355
-
1356
- ## 4.54.18 (2022-04-08)
1357
-
1358
- **Note:** Version bump only for package @patternfly/react-tokens
1359
-
1360
- ## 4.54.17 (2022-04-08)
1361
-
1362
- **Note:** Version bump only for package @patternfly/react-tokens
1363
-
1364
- ## 4.54.16 (2022-04-07)
1365
-
1366
- **Note:** Version bump only for package @patternfly/react-tokens
1367
-
1368
- ## 4.54.15 (2022-04-06)
1369
-
1370
- **Note:** Version bump only for package @patternfly/react-tokens
1371
-
1372
- ## 4.54.14 (2022-03-30)
1373
-
1374
- **Note:** Version bump only for package @patternfly/react-tokens
1375
-
1376
- ## 4.54.13 (2022-03-29)
1377
-
1378
- ### Bug Fixes
1379
-
1380
- - **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)
1381
-
1382
- ## 4.54.12 (2022-03-29)
1383
-
1384
- **Note:** Version bump only for package @patternfly/react-tokens
1385
-
1386
- ## 4.54.11 (2022-03-29)
1387
-
1388
- ### Bug Fixes
1389
-
1390
- - **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))
1391
-
1392
- ## 4.54.10 (2022-03-29)
1393
-
1394
- **Note:** Version bump only for package @patternfly/react-tokens
1395
-
1396
- ## 4.54.9 (2022-03-28)
1397
-
1398
- ### Bug Fixes
1399
-
1400
- - **Select:** view more fixes ([#7107](https://github.com/patternfly/patternfly-react/issues/7107)) ([94f24f6](https://github.com/patternfly/patternfly-react/commit/94f24f65b043a2d3f3ae8fe7247aaf55b05987a7))
1401
-
1402
- ## 4.54.8 (2022-03-28)
1403
-
1404
- **Note:** Version bump only for package @patternfly/react-tokens
1405
-
1406
- ## 4.54.7 (2022-03-28)
1407
-
1408
- ### Bug Fixes
1409
-
1410
- - **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))
1411
-
1412
- ## 4.54.6 (2022-03-28)
1413
-
1414
- **Note:** Version bump only for package @patternfly/react-tokens
1415
-
1416
- ## 4.54.5 (2022-03-25)
1417
-
1418
- **Note:** Version bump only for package @patternfly/react-tokens
1419
-
1420
- ## 4.54.4 (2022-03-25)
1421
-
1422
- **Note:** Version bump only for package @patternfly/react-tokens
1423
-
1424
- ## 4.54.3 (2022-03-25)
1425
-
1426
- **Note:** Version bump only for package @patternfly/react-tokens
1427
-
1428
- ## 4.54.2 (2022-03-25)
1429
-
1430
- **Note:** Version bump only for package @patternfly/react-tokens
1431
-
1432
- ## 4.54.1 (2022-03-23)
1433
-
1434
- **Note:** Version bump only for package @patternfly/react-tokens
1435
-
1436
- # 4.54.0 (2022-03-23)
1437
-
1438
- ### Features
1439
-
1440
- - **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))
1441
-
1442
- ## 4.53.2 (2022-03-23)
1443
-
1444
- **Note:** Version bump only for package @patternfly/react-tokens
1445
-
1446
- ## 4.53.1 (2022-03-23)
1447
-
1448
- **Note:** Version bump only for package @patternfly/react-tokens
1449
-
1450
- # 4.53.0 (2022-03-23)
1451
-
1452
- ### Features
1453
-
1454
- - **CalendarMonth:** make date prop optional ([#7077](https://github.com/patternfly/patternfly-react/issues/7077)) ([e388854](https://github.com/patternfly/patternfly-react/commit/e388854e26b57d7cada63832b7f52e9c7bdad9a0))
1455
-
1456
- ## 4.52.2 (2022-03-22)
1457
-
1458
- **Note:** Version bump only for package @patternfly/react-tokens
1459
-
1460
- ## 4.52.1 (2022-03-21)
1461
-
1462
- ### Bug Fixes
1463
-
1464
- - **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))
1465
-
1466
- # 4.52.0 (2022-03-21)
1467
-
1468
- ### Features
1469
-
1470
- - **TextInput, TextArea, FormSelect:** add isIconSprite prop ([#7052](https://github.com/patternfly/patternfly-react/issues/7052)) ([94e1a85](https://github.com/patternfly/patternfly-react/commit/94e1a855840ca74d4d934a863531359a4f84c265))
1471
-
1472
- ## 4.51.5 (2022-03-21)
1473
-
1474
- **Note:** Version bump only for package @patternfly/react-tokens
1475
-
1476
- ## 4.51.4 (2022-03-19)
1477
-
1478
- **Note:** Version bump only for package @patternfly/react-tokens
1479
-
1480
- ## 4.51.3 (2022-03-17)
1481
-
1482
- **Note:** Version bump only for package @patternfly/react-tokens
1483
-
1484
- ## 4.51.2 (2022-03-17)
1485
-
1486
- **Note:** Version bump only for package @patternfly/react-tokens
1487
-
1488
- ## 4.51.1 (2022-03-16)
1489
-
1490
- **Note:** Version bump only for package @patternfly/react-tokens
1491
-
1492
- # 4.51.0 (2022-03-15)
1493
-
1494
- ### Features
1495
-
1496
- - **CodeEditor:** 6226 size to fit height ([#7033](https://github.com/patternfly/patternfly-react/issues/7033)) ([f18abd3](https://github.com/patternfly/patternfly-react/commit/f18abd3020e04ee6602fd168d503f43cc0de649e))
1497
-
1498
- ## 4.50.22 (2022-03-14)
1499
-
1500
- **Note:** Version bump only for package @patternfly/react-tokens
1501
-
1502
- ## 4.50.21 (2022-03-10)
1503
-
1504
- **Note:** Version bump only for package @patternfly/react-tokens
1505
-
1506
- ## 4.50.20 (2022-03-10)
1507
-
1508
- **Note:** Version bump only for package @patternfly/react-tokens
1509
-
1510
- ## 4.50.19 (2022-03-07)
1511
-
1512
- **Note:** Version bump only for package @patternfly/react-tokens
1513
-
1514
- ## 4.50.18 (2022-03-07)
1515
-
1516
- **Note:** Version bump only for package @patternfly/react-tokens
1517
-
1518
- ## 4.50.17 (2022-03-07)
1519
-
1520
- **Note:** Version bump only for package @patternfly/react-tokens
1521
-
1522
- ## 4.50.16 (2022-03-04)
1523
-
1524
- **Note:** Version bump only for package @patternfly/react-tokens
1525
-
1526
- ## 4.50.15 (2022-03-04)
1527
-
1528
- **Note:** Version bump only for package @patternfly/react-tokens
1529
-
1530
- ## 4.50.14 (2022-03-04)
1531
-
1532
- ### Bug Fixes
1533
-
1534
- - **NotificationDrawer:** Drawer receives focus after opening ([#6963](https://github.com/patternfly/patternfly-react/issues/6963)) ([f5b1c97](https://github.com/patternfly/patternfly-react/commit/f5b1c97f1c3ef6155d39d16da401fb9937b539e9))
1535
-
1536
- ## 4.50.13 (2022-03-04)
1537
-
1538
- ### Bug Fixes
1539
-
1540
- - **Toolbar:** update test ([#6995](https://github.com/patternfly/patternfly-react/issues/6995)) ([4ddaeaa](https://github.com/patternfly/patternfly-react/commit/4ddaeaad5cd550b1bd88195a7a0eb9643cdb70f4))
1541
-
1542
- ## 4.50.12 (2022-03-02)
1543
-
1544
- **Note:** Version bump only for package @patternfly/react-tokens
1545
-
1546
- ## 4.50.11 (2022-03-02)
1547
-
1548
- **Note:** Version bump only for package @patternfly/react-tokens
1549
-
1550
- ## 4.50.10 (2022-03-02)
1551
-
1552
- **Note:** Version bump only for package @patternfly/react-tokens
1553
-
1554
- ## 4.50.9 (2022-03-01)
1555
-
1556
- **Note:** Version bump only for package @patternfly/react-tokens
1557
-
1558
- ## 4.50.8 (2022-02-24)
1559
-
1560
- **Note:** Version bump only for package @patternfly/react-tokens
1561
-
1562
- ## 4.50.7 (2022-02-22)
1563
-
1564
- ### Bug Fixes
1565
-
1566
- - update release version number ([#6964](https://github.com/patternfly/patternfly-react/issues/6964)) ([6eefe79](https://github.com/patternfly/patternfly-react/commit/6eefe79b9eaaf871ecf93e3fdfd0e49c7326b221))
1567
-
1568
- ## 4.50.6 (2022-02-22)
1569
-
1570
- **Note:** Version bump only for package @patternfly/react-tokens
1571
-
1572
- ## 4.50.5 (2022-02-21)
1573
-
1574
- **Note:** Version bump only for package @patternfly/react-tokens
1575
-
1576
- ## 4.50.4 (2022-02-17)
1577
-
1578
- ### Bug Fixes
1579
-
1580
- - **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))
1581
-
1582
- ## 4.50.3 (2022-02-16)
1583
-
1584
- **Note:** Version bump only for package @patternfly/react-tokens
1585
-
1586
- ## 4.50.2 (2022-02-16)
1587
-
1588
- **Note:** Version bump only for package @patternfly/react-tokens
1589
-
1590
- ## 4.50.1 (2022-02-15)
1591
-
1592
- **Note:** Version bump only for package @patternfly/react-tokens
1593
-
1594
- # 4.50.0 (2022-02-15)
1595
-
1596
- ### Features
1597
-
1598
- - **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))
1599
-
1600
- ## 4.49.2 (2022-02-15)
1601
-
1602
- **Note:** Version bump only for package @patternfly/react-tokens
1603
-
1604
- ## 4.49.1 (2022-02-14)
1605
-
1606
- **Note:** Version bump only for package @patternfly/react-tokens
1607
-
1608
- # 4.49.0 (2022-02-14)
1609
-
1610
- ### Features
1611
-
1612
- - **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))
1613
-
1614
- # 4.48.0 (2022-02-11)
1615
-
1616
- ### Features
1617
-
1618
- - **Menu:** allow drilldown menu functions ([#6872](https://github.com/patternfly/patternfly-react/issues/6872)) ([b345b07](https://github.com/patternfly/patternfly-react/commit/b345b07de7c1576e984a06f4c573641b04956f5c))
1619
-
1620
- ## 4.47.3 (2022-02-11)
1621
-
1622
- **Note:** Version bump only for package @patternfly/react-tokens
1623
-
1624
- ## 4.47.2 (2022-02-11)
1625
-
1626
- **Note:** Version bump only for package @patternfly/react-tokens
1627
-
1628
- ## 4.47.1 (2022-02-11)
1629
-
1630
- ### Bug Fixes
1631
-
1632
- - **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))
1633
-
1634
- # 4.47.0 (2022-02-10)
1635
-
1636
- ### Features
1637
-
1638
- - **ToolTip:** Diagonal tooltip placement ([#6887](https://github.com/patternfly/patternfly-react/issues/6887)) ([897fd7d](https://github.com/patternfly/patternfly-react/commit/897fd7d248888e7324d36f574231985e8523a700))
1639
-
1640
- ## 4.46.3 (2022-02-10)
1641
-
1642
- **Note:** Version bump only for package @patternfly/react-tokens
1643
-
1644
- ## 4.46.2 (2022-02-09)
1645
-
1646
- **Note:** Version bump only for package @patternfly/react-tokens
1647
-
1648
- ## 4.46.1 (2022-02-09)
1649
-
1650
- **Note:** Version bump only for package @patternfly/react-tokens
1651
-
1652
- # 4.46.0 (2022-02-08)
1653
-
1654
- ### Features
1655
-
1656
- - **MenuToggle:** add full height variation ([#6869](https://github.com/patternfly/patternfly-react/issues/6869)) ([415e02f](https://github.com/patternfly/patternfly-react/commit/415e02f5e5617367db717cd5120df04ec1a208eb))
1657
-
1658
- # 4.45.0 (2022-02-08)
1659
-
1660
- ### Features
1661
-
1662
- - **Table:** add striping ([#6886](https://github.com/patternfly/patternfly-react/issues/6886)) ([47abda7](https://github.com/patternfly/patternfly-react/commit/47abda7831e21c58051b90982f02cb48f7a22a22))
1663
-
1664
- ## 4.44.21 (2022-02-07)
1665
-
1666
- ### Bug Fixes
1667
-
1668
- - **TimePicker:** apply includeSeconds when making options ([#6865](https://github.com/patternfly/patternfly-react/issues/6865)) ([5b6d6c9](https://github.com/patternfly/patternfly-react/commit/5b6d6c9979046c111b00456622758f542627ac11))
1669
-
1670
- ## 4.44.20 (2022-02-07)
1671
-
1672
- **Note:** Version bump only for package @patternfly/react-tokens
1673
-
1674
- ## 4.44.19 (2022-02-07)
1675
-
1676
- ### Bug Fixes
1677
-
1678
- - **Select:** remove logic from default inputAutoComplete ([#6873](https://github.com/patternfly/patternfly-react/issues/6873)) ([b3b61c1](https://github.com/patternfly/patternfly-react/commit/b3b61c175f23cdc9dad8c71054301d1090795ede))
1679
-
1680
- ## 4.44.18 (2022-02-04)
1681
-
1682
- ### Bug Fixes
1683
-
1684
- - **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))
1685
-
1686
- ## 4.44.17 (2022-02-04)
1687
-
1688
- **Note:** Version bump only for package @patternfly/react-tokens
1689
-
1690
- ## 4.44.16 (2022-02-02)
1691
-
1692
- ### Bug Fixes
1693
-
1694
- - **numberinput:** import input group component instead ([#6850](https://github.com/patternfly/patternfly-react/issues/6850)) ([2a94545](https://github.com/patternfly/patternfly-react/commit/2a94545ead3be3ea3c987b1273e18b943315c36e))
1695
-
1696
- ## 4.44.15 (2022-01-28)
1697
-
1698
- **Note:** Version bump only for package @patternfly/react-tokens
1699
-
1700
- ## 4.44.14 (2022-01-27)
1701
-
1702
- **Note:** Version bump only for package @patternfly/react-tokens
1703
-
1704
- ## 4.44.13 (2022-01-26)
1705
-
1706
- ### Reverts
1707
-
1708
- - 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)
1709
-
1710
- ## 4.44.12 (2022-01-26)
1711
-
1712
- ### Bug Fixes
1713
-
1714
- - **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))
1715
-
1716
- ## 4.44.11 (2022-01-26)
1717
-
1718
- ### Reverts
1719
-
1720
- - 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)
1721
-
1722
- ## 4.44.10 (2022-01-25)
1723
-
1724
- **Note:** Version bump only for package @patternfly/react-tokens
1725
-
1726
- ## 4.44.9 (2022-01-25)
1727
-
1728
- ### Bug Fixes
1729
-
1730
- - **Select:** Footer keyboard bugs ([#6844](https://github.com/patternfly/patternfly-react/issues/6844)) ([7f06125](https://github.com/patternfly/patternfly-react/commit/7f06125cfb52884708107da82ca3800207c9846f))
1731
-
1732
- ## 4.44.8 (2022-01-24)
1733
-
1734
- ### Bug Fixes
1735
-
1736
- - **table:** fixed action example ([#6800](https://github.com/patternfly/patternfly-react/issues/6800)) ([eaaedc2](https://github.com/patternfly/patternfly-react/commit/eaaedc28cf54cca1a47aaa5c4f5f76a11d32864d))
1737
-
1738
- ## 4.44.7 (2022-01-20)
1739
-
1740
- **Note:** Version bump only for package @patternfly/react-tokens
1741
-
1742
- ## 4.44.6 (2022-01-20)
1743
-
1744
- **Note:** Version bump only for package @patternfly/react-tokens
1745
-
1746
- ## 4.44.5 (2022-01-20)
1747
-
1748
- **Note:** Version bump only for package @patternfly/react-tokens
1749
-
1750
- ## 4.44.4 (2022-01-20)
1751
-
1752
- ### Bug Fixes
1753
-
1754
- - **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))
1755
-
1756
- ## 4.44.3 (2022-01-20)
1757
-
1758
- **Note:** Version bump only for package @patternfly/react-tokens
1759
-
1760
- ## 4.44.2 (2022-01-20)
1761
-
1762
- ### Bug Fixes
1763
-
1764
- - **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))
1765
-
1766
- ## 4.44.1 (2022-01-20)
1767
-
1768
- **Note:** Version bump only for package @patternfly/react-tokens
1769
-
1770
- # 4.44.0 (2022-01-20)
1771
-
1772
- ### Features
1773
-
1774
- - **Truncate:** added Truncate component ([#6713](https://github.com/patternfly/patternfly-react/issues/6713)) ([c803b5d](https://github.com/patternfly/patternfly-react/commit/c803b5df3761f689172d79bbc71bc38623b0bf5a))
1775
-
1776
- ## 4.43.6 (2022-01-20)
1777
-
1778
- ### Bug Fixes
1779
-
1780
- - **TextInputGroup:** address various issues ([#6774](https://github.com/patternfly/patternfly-react/issues/6774)) ([010058a](https://github.com/patternfly/patternfly-react/commit/010058acc7115fb76a35fe06634083ada62cece0))
1781
-
1782
- ## 4.43.5 (2022-01-20)
1783
-
1784
- **Note:** Version bump only for package @patternfly/react-tokens
1785
-
1786
- ## 4.43.4 (2022-01-19)
1787
-
1788
- **Note:** Version bump only for package @patternfly/react-tokens
1789
-
1790
- ## 4.43.3 (2022-01-19)
1791
-
1792
- ### Bug Fixes
1793
-
1794
- - **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)
1795
-
1796
- ## 4.43.2 (2022-01-19)
1797
-
1798
- **Note:** Version bump only for package @patternfly/react-tokens
1799
-
1800
- ## 4.43.1 (2022-01-19)
1801
-
1802
- **Note:** Version bump only for package @patternfly/react-tokens
1803
-
1804
- # 4.43.0 (2022-01-19)
1805
-
1806
- ### Features
1807
-
1808
- - **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))
1809
-
1810
- # 4.42.0 (2022-01-19)
1811
-
1812
- ### Features
1813
-
1814
- - **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))
1815
-
1816
- ## 4.41.5 (2022-01-18)
1817
-
1818
- ### Bug Fixes
1819
-
1820
- - **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))
1821
-
1822
- ## 4.41.4 (2022-01-18)
1823
-
1824
- **Note:** Version bump only for package @patternfly/react-tokens
1825
-
1826
- ## 4.41.3 (2022-01-18)
1827
-
1828
- **Note:** Version bump only for package @patternfly/react-tokens
1829
-
1830
- ## 4.41.2 (2022-01-18)
1831
-
1832
- **Note:** Version bump only for package @patternfly/react-tokens
1833
-
1834
- ## 4.41.1 (2022-01-18)
1835
-
1836
- **Note:** Version bump only for package @patternfly/react-tokens
1837
-
1838
- # 4.41.0 (2022-01-17)
1839
-
1840
- ### Features
1841
-
1842
- - **Tabs:** enforce restricted type for children ([#6767](https://github.com/patternfly/patternfly-react/issues/6767)) ([0d224df](https://github.com/patternfly/patternfly-react/commit/0d224dfb71b1a89c5783bd9ea290ece2f325ad21))
1843
-
1844
- ## 4.40.1 (2022-01-17)
1845
-
1846
- **Note:** Version bump only for package @patternfly/react-tokens
1847
-
1848
- # 4.40.0 (2022-01-14)
1849
-
1850
- ### Features
1851
-
1852
- - **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))
1853
-
1854
- ## 4.39.2 (2022-01-14)
1855
-
1856
- **Note:** Version bump only for package @patternfly/react-tokens
1857
-
1858
- ## 4.39.1 (2022-01-14)
1859
-
1860
- **Note:** Version bump only for package @patternfly/react-tokens
1861
-
1862
- # 4.39.0 (2022-01-12)
1863
-
1864
- ### Features
1865
-
1866
- - **expandable-section:** added indented variation ([#6763](https://github.com/patternfly/patternfly-react/issues/6763)) ([703b922](https://github.com/patternfly/patternfly-react/commit/703b9224e43bedd5b37ec41d8f26f2939836d610))
1867
-
1868
- ## 4.38.1 (2022-01-11)
1869
-
1870
- ### Bug Fixes
1871
-
1872
- - **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))
1873
-
1874
- # 4.38.0 (2022-01-11)
1875
-
1876
- ### Features
1877
-
1878
- - **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))
1879
-
1880
- ## 4.37.1 (2022-01-11)
1881
-
1882
- **Note:** Version bump only for package @patternfly/react-tokens
1883
-
1884
- # 4.37.0 (2022-01-11)
1885
-
1886
- ### Features
1887
-
1888
- - **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))
1889
-
1890
- ## 4.36.2 (2022-01-10)
1891
-
1892
- **Note:** Version bump only for package @patternfly/react-tokens
1893
-
1894
- ## 4.36.1 (2022-01-10)
1895
-
1896
- **Note:** Version bump only for package @patternfly/react-tokens
1897
-
1898
- # 4.36.0 (2022-01-10)
1899
-
1900
- ### Features
1901
-
1902
- - **Dropdown:** add plain-text variant support ([#6721](https://github.com/patternfly/patternfly-react/issues/6721)) ([e5000e3](https://github.com/patternfly/patternfly-react/commit/e5000e36194e36b9c6ae49efdb0a513125efcb70))
1903
-
1904
- ## 4.35.11 (2022-01-10)
1905
-
1906
- **Note:** Version bump only for package @patternfly/react-tokens
1907
-
1908
- ## 4.35.10 (2022-01-10)
1909
-
1910
- ### Bug Fixes
1911
-
1912
- - **Tabs:** allow href navigation from tabs ([#6755](https://github.com/patternfly/patternfly-react/issues/6755)) ([290d89a](https://github.com/patternfly/patternfly-react/commit/290d89aed2dd4517db9859cc80ef2745cb8a779b))
1913
-
1914
- ## 4.35.9 (2022-01-10)
1915
-
1916
- **Note:** Version bump only for package @patternfly/react-tokens
1917
-
1918
- ## 4.35.8 (2022-01-07)
1919
-
1920
- **Note:** Version bump only for package @patternfly/react-tokens
1921
-
1922
- ## 4.35.7 (2022-01-07)
1923
-
1924
- **Note:** Version bump only for package @patternfly/react-tokens
1925
-
1926
- ## 4.35.6 (2022-01-07)
1927
-
1928
- **Note:** Version bump only for package @patternfly/react-tokens
1929
-
1930
- ## 4.35.5 (2022-01-07)
1931
-
1932
- ### Bug Fixes
1933
-
1934
- - **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))
1935
-
1936
- ## 4.35.4 (2022-01-06)
1937
-
1938
- **Note:** Version bump only for package @patternfly/react-tokens
1939
-
1940
- ## 4.35.3 (2022-01-06)
1941
-
1942
- ### Bug Fixes
1943
-
1944
- - **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))
1945
-
1946
- ## 4.35.2 (2022-01-06)
1947
-
1948
- **Note:** Version bump only for package @patternfly/react-tokens
1949
-
1950
- ## 4.35.1 (2022-01-06)
1951
-
1952
- **Note:** Version bump only for package @patternfly/react-tokens
1953
-
1954
- # 4.35.0 (2022-01-05)
1955
-
1956
- ### Features
1957
-
1958
- - **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))
1959
-
1960
- ## 4.34.3 (2022-01-04)
1961
-
1962
- ### Bug Fixes
1963
-
1964
- - **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))
1965
-
1966
- ## 4.34.2 (2022-01-04)
1967
-
1968
- **Note:** Version bump only for package @patternfly/react-tokens
1969
-
1970
- ## 4.34.1 (2022-01-04)
1971
-
1972
- ### Bug Fixes
1973
-
1974
- - **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))
1975
-
1976
- # 4.34.0 (2021-12-22)
1977
-
1978
- ### Features
1979
-
1980
- - **Toolbar:** support customizing text in ToolbarChipGroupContent ([#6694](https://github.com/patternfly/patternfly-react/issues/6694)) ([24266ad](https://github.com/patternfly/patternfly-react/commit/24266adf569c027574abd1503b5e46974220349a))
1981
-
1982
- ## 4.33.5 (2021-12-16)
1983
-
1984
- ### Bug Fixes
1985
-
1986
- - **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))
1987
-
1988
- ## 4.33.4 (2021-12-14)
1989
-
1990
- **Note:** Version bump only for package @patternfly/react-tokens
1991
-
1992
- ## 4.33.3 (2021-12-13)
1993
-
1994
- **Note:** Version bump only for package @patternfly/react-tokens
1995
-
1996
- ## 4.33.2 (2021-12-13)
1997
-
1998
- **Note:** Version bump only for package @patternfly/react-tokens
1999
-
2000
- ## 4.33.1 (2021-12-09)
2001
-
2002
- **Note:** Version bump only for package @patternfly/react-tokens
2003
-
2004
- # 4.33.0 (2021-12-09)
2005
-
2006
- ### Features
2007
-
2008
- - **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))
2009
-
2010
- ## 4.32.1 (2021-12-08)
2011
-
2012
- **Note:** Version bump only for package @patternfly/react-tokens
2013
-
2014
- # 4.32.0 (2021-12-08)
2015
-
2016
- ### Features
2017
-
2018
- - **DualListSelector:** add composable tree example ([#6652](https://github.com/patternfly/patternfly-react/issues/6652)) ([5fe977b](https://github.com/patternfly/patternfly-react/commit/5fe977becb5dea615724abf846f315e50931c188))
2019
-
2020
- ## 4.31.1 (2021-12-07)
2021
-
2022
- **Note:** Version bump only for package @patternfly/react-tokens
2023
-
2024
- # 4.31.0 (2021-12-06)
2025
-
2026
- ### Features
2027
-
2028
- - **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))
2029
-
2030
- # 4.30.0 (2021-12-06)
2031
-
2032
- ### Features
2033
-
2034
- - **MenuToggle:** add plain with text variant ([#6627](https://github.com/patternfly/patternfly-react/issues/6627)) ([1f4ca5e](https://github.com/patternfly/patternfly-react/commit/1f4ca5e36d7077da3ff3e6918874048c784216e0))
2035
-
2036
- # 4.29.0 (2021-12-06)
2037
-
2038
- ### Features
2039
-
2040
- - **Dropdown:** add toggle variants ([#6651](https://github.com/patternfly/patternfly-react/issues/6651)) ([6414309](https://github.com/patternfly/patternfly-react/commit/64143094aec86aed86adb320e059d987af4f5f24))
2041
-
2042
- ## 4.28.1 (2021-12-06)
2043
-
2044
- **Note:** Version bump only for package @patternfly/react-tokens
2045
-
2046
- # 4.28.0 (2021-12-03)
2047
-
2048
- ### Features
2049
-
2050
- - **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))
2051
-
2052
- ## 4.27.17 (2021-12-03)
2053
-
2054
- ### Bug Fixes
2055
-
2056
- - **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))
2057
-
2058
- ## 4.27.16 (2021-12-02)
2059
-
2060
- **Note:** Version bump only for package @patternfly/react-tokens
2061
-
2062
- ## 4.27.15 (2021-12-02)
2063
-
2064
- ### Bug Fixes
2065
-
2066
- - **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))
2067
-
2068
- ## 4.27.14 (2021-12-01)
2069
-
2070
- **Note:** Version bump only for package @patternfly/react-tokens
2071
-
2072
- ## 4.27.13 (2021-11-30)
2073
-
2074
- **Note:** Version bump only for package @patternfly/react-tokens
2075
-
2076
- ## 4.27.12 (2021-11-30)
2077
-
2078
- ### Bug Fixes
2079
-
2080
- - **action-list:** added support for classname ([#6647](https://github.com/patternfly/patternfly-react/issues/6647)) ([dd3d2ce](https://github.com/patternfly/patternfly-react/commit/dd3d2ce32b4d3e7562faf465abdc508e17f097d9))
2081
-
2082
- ## 4.27.11 (2021-11-30)
2083
-
2084
- **Note:** Version bump only for package @patternfly/react-tokens
2085
-
2086
- ## 4.27.10 (2021-11-23)
2087
-
2088
- **Note:** Version bump only for package @patternfly/react-tokens
2089
-
2090
- ## 4.27.9 (2021-11-19)
2091
-
2092
- **Note:** Version bump only for package @patternfly/react-tokens
2093
-
2094
- ## 4.27.8 (2021-11-19)
2095
-
2096
- **Note:** Version bump only for package @patternfly/react-tokens
2097
-
2098
- ## 4.27.7 (2021-11-18)
2099
-
2100
- ### Bug Fixes
2101
-
2102
- - **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))
2103
-
2104
- ## 4.27.6 (2021-11-18)
2105
-
2106
- **Note:** Version bump only for package @patternfly/react-tokens
2107
-
2108
- ## 4.27.5 (2021-11-17)
2109
-
2110
- **Note:** Version bump only for package @patternfly/react-tokens
2111
-
2112
- ## 4.27.4 (2021-11-15)
2113
-
2114
- ### Bug Fixes
2115
-
2116
- - **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))
2117
-
2118
- ## 4.27.3 (2021-11-15)
2119
-
2120
- ### Bug Fixes
2121
-
2122
- - **Menu:** allow maxMenuHeight with Scrollabe ([#6608](https://github.com/patternfly/patternfly-react/issues/6608)) ([8c1f12c](https://github.com/patternfly/patternfly-react/commit/8c1f12c2b0e86bbc5ba1071db3ebf29fee7421a0))
2123
-
2124
- ## 4.27.2 (2021-11-15)
2125
-
2126
- **Note:** Version bump only for package @patternfly/react-tokens
2127
-
2128
- ## 4.27.1 (2021-11-15)
2129
-
2130
- **Note:** Version bump only for package @patternfly/react-tokens
2131
-
2132
- # 4.27.0 (2021-11-12)
2133
-
2134
- ### Features
2135
-
2136
- - **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))
2137
-
2138
- ## 4.26.2 (2021-11-12)
2139
-
2140
- **Note:** Version bump only for package @patternfly/react-tokens
2141
-
2142
- ## 4.26.1 (2021-11-12)
2143
-
2144
- **Note:** Version bump only for package @patternfly/react-tokens
2145
-
2146
- # 4.26.0 (2021-11-11)
2147
-
2148
- ### Features
2149
-
2150
- - **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))
2151
-
2152
- # 4.25.0 (2021-11-11)
2153
-
2154
- ### Features
2155
-
2156
- - **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))
2157
-
2158
- # 4.24.0 (2021-11-11)
2159
-
2160
- ### Features
2161
-
2162
- - **Navigation:** Added exemple with third level ([#6564](https://github.com/patternfly/patternfly-react/issues/6564)) ([c30da53](https://github.com/patternfly/patternfly-react/commit/c30da532855118f705c8cfc87c545bb1eea11ebb))
2163
-
2164
- # 4.23.0 (2021-11-11)
2165
-
2166
- ### Features
2167
-
2168
- - enhance type correctness of CodeEditor ([#6579](https://github.com/patternfly/patternfly-react/issues/6579)) ([e1ad65c](https://github.com/patternfly/patternfly-react/commit/e1ad65c225968d5a9c74019d19e4a3c5e2666926))
2169
-
2170
- ## 4.22.4 (2021-11-10)
2171
-
2172
- ### Bug Fixes
2173
-
2174
- - **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))
2175
-
2176
- ## 4.22.3 (2021-11-10)
2177
-
2178
- ### Bug Fixes
2179
-
2180
- - **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))
2181
-
2182
- ## 4.22.2 (2021-11-10)
2183
-
2184
- **Note:** Version bump only for package @patternfly/react-tokens
2185
-
2186
- ## 4.22.1 (2021-11-10)
2187
-
2188
- **Note:** Version bump only for package @patternfly/react-tokens
2189
-
2190
- # 4.22.0 (2021-11-09)
2191
-
2192
- ### Features
2193
-
2194
- - **Table:** set default sort direction ([#6544](https://github.com/patternfly/patternfly-react/issues/6544)) ([9ee4942](https://github.com/patternfly/patternfly-react/commit/9ee49428c8e1041721f2a09f8176a5aba3335049))
2195
-
2196
- ## 4.21.4 (2021-11-09)
2197
-
2198
- **Note:** Version bump only for package @patternfly/react-tokens
2199
-
2200
- ## 4.21.3 (2021-11-08)
2201
-
2202
- **Note:** Version bump only for package @patternfly/react-tokens
2203
-
2204
- ## 4.21.2 (2021-11-08)
2205
-
2206
- **Note:** Version bump only for package @patternfly/react-tokens
2207
-
2208
- ## 4.21.1 (2021-11-08)
2209
-
2210
- ### Bug Fixes
2211
-
2212
- - **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))
2213
-
2214
- # 4.21.0 (2021-11-04)
2215
-
2216
- ### Features
2217
-
2218
- - **log-viewer:** support ANSI color ([#6519](https://github.com/patternfly/patternfly-react/issues/6519)) ([936a699](https://github.com/patternfly/patternfly-react/commit/936a699b0514a492d3c40be08932fb7bab275cce))
2219
-
2220
- ## 4.20.11 (2021-11-01)
2221
-
2222
- ### Bug Fixes
2223
-
2224
- - **AboutModal:** allow to disable FocusTrap ([#6509](https://github.com/patternfly/patternfly-react/issues/6509)) ([72536e1](https://github.com/patternfly/patternfly-react/commit/72536e1f73641ff3f19f865f08dbb41ad0ee7b9f))
2225
-
2226
- ## 4.20.10 (2021-10-29)
2227
-
2228
- ### Bug Fixes
2229
-
2230
- - **Banner:** forward props ([#6511](https://github.com/patternfly/patternfly-react/issues/6511)) ([e36c890](https://github.com/patternfly/patternfly-react/commit/e36c89077afa82340994c0e3c0fc929e601e01bc))
2231
-
2232
- ## 4.20.9 (2021-10-28)
2233
-
2234
- **Note:** Version bump only for package @patternfly/react-tokens
2235
-
2236
- ## 4.20.8 (2021-10-27)
2237
-
2238
- **Note:** Version bump only for package @patternfly/react-tokens
2239
-
2240
- ## 4.20.7 (2021-10-27)
2241
-
2242
- ### Bug Fixes
2243
-
2244
- - change transformer cjs package to private ([#6515](https://github.com/patternfly/patternfly-react/issues/6515)) ([efcb357](https://github.com/patternfly/patternfly-react/commit/efcb3573b71541328ce2b16caa80ce33b2a62131))
2245
-
2246
- ## 4.20.6 (2021-10-26)
2247
-
2248
- **Note:** Version bump only for package @patternfly/react-tokens
2249
-
2250
- ## 4.20.5 (2021-10-26)
2251
-
2252
- ### Bug Fixes
2253
-
2254
- - **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))
2255
-
2256
- ## 4.20.4 (2021-10-26)
2257
-
2258
- ### Bug Fixes
2259
-
2260
- - add transformer package ([#6507](https://github.com/patternfly/patternfly-react/issues/6507)) ([daffd28](https://github.com/patternfly/patternfly-react/commit/daffd2864388abe63e625f962a8b38c2b7056209))
2261
-
2262
- ## 4.20.3 (2021-10-26)
2263
-
2264
- ### Bug Fixes
2265
-
2266
- - **transformer:** publish transformer in patternfly org ([#6506](https://github.com/patternfly/patternfly-react/issues/6506)) ([b739af3](https://github.com/patternfly/patternfly-react/commit/b739af318400b41d4e9a53bdff6232ecc176916e))
2267
-
2268
- ## 4.20.2 (2021-10-26)
2269
-
2270
- ### Bug Fixes
2271
-
2272
- - **readme:** update react-core readme ([#6505](https://github.com/patternfly/patternfly-react/issues/6505)) ([d4f9a11](https://github.com/patternfly/patternfly-react/commit/d4f9a114584eea7ab67873f199e80b348886e14b))
2273
-
2274
- ## 4.20.1 (2021-10-26)
2275
-
2276
- ### Bug Fixes
2277
-
2278
- - **DualListSelector:** account for duplicate folders ([#6499](https://github.com/patternfly/patternfly-react/issues/6499)) ([e531e68](https://github.com/patternfly/patternfly-react/commit/e531e68e7adc58459b3630f5c915ed69e3021012))
2279
-
2280
- # 4.20.0 (2021-10-26)
2281
-
2282
- ### Features
2283
-
2284
- - **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))
2285
-
2286
- ## 4.19.1 (2021-10-26)
2287
-
2288
- ### Bug Fixes
2289
-
2290
- - **types:** SelectOptionProp made optional ([#6503](https://github.com/patternfly/patternfly-react/issues/6503)) ([716ac80](https://github.com/patternfly/patternfly-react/commit/716ac80e2414507d589ee3002fc0cea0068ae59c))
2291
-
2292
- # 4.19.0 (2021-10-26)
2293
-
2294
- ### Features
2295
-
2296
- - **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)
2297
-
2298
- ## 4.18.4 (2021-10-26)
2299
-
2300
- ### Bug Fixes
2301
-
2302
- - **KebabToggle:** adds event to onToggle definition ([#6490](https://github.com/patternfly/patternfly-react/issues/6490)) ([0441575](https://github.com/patternfly/patternfly-react/commit/04415757917062aa13c06b34bd94ef38c2334088))
2303
-
2304
- ## 4.18.3 (2021-10-26)
2305
-
2306
- ### Bug Fixes
2307
-
2308
- - **Modal:** test clean up ([#6489](https://github.com/patternfly/patternfly-react/issues/6489)) ([c8eaa7c](https://github.com/patternfly/patternfly-react/commit/c8eaa7c838fbedb98ea0f38e4f535488040a72e2))
2309
-
2310
- ## 4.18.2 (2021-10-25)
2311
-
2312
- **Note:** Version bump only for package @patternfly/react-tokens
2313
-
2314
- ## 4.18.1 (2021-10-25)
2315
-
2316
- **Note:** Version bump only for package @patternfly/react-tokens
2317
-
2318
- # 4.18.0 (2021-10-25)
2319
-
2320
- ### Features
2321
-
2322
- - **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))
2323
-
2324
- ## 4.17.1 (2021-10-21)
2325
-
2326
- **Note:** Version bump only for package @patternfly/react-tokens
2327
-
2328
- # 4.17.0 (2021-10-21)
2329
-
2330
- ### Features
2331
-
2332
- - **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))
2333
-
2334
- ## 4.16.1 (2021-10-21)
2335
-
2336
- ### Bug Fixes
2337
-
2338
- - **DescriptionListGroup:** forward props to DOM ([#6466](https://github.com/patternfly/patternfly-react/issues/6466)) ([b78e2aa](https://github.com/patternfly/patternfly-react/commit/b78e2aa9c0360ce8418f6e7b55274ea1a50de518))
2339
-
2340
- # 4.16.0 (2021-10-20)
2341
-
2342
- ### Features
2343
-
2344
- - **Progress:** allow node titles ([#6470](https://github.com/patternfly/patternfly-react/issues/6470)) ([46d5252](https://github.com/patternfly/patternfly-react/commit/46d52523ad5111bb11729c2750abe9aeb35d9326))
2345
-
2346
- # 4.15.0 (2021-10-20)
2347
-
2348
- ### Features
2349
-
2350
- - **DualListSelector:** add disabled flag ([#6442](https://github.com/patternfly/patternfly-react/issues/6442)) ([85e1314](https://github.com/patternfly/patternfly-react/commit/85e131435be12c2df79336e9fa56987ed3717417))
2351
-
2352
- ## 4.14.4 (2021-10-20)
2353
-
2354
- **Note:** Version bump only for package @patternfly/react-tokens
2355
-
2356
- ## 4.14.3 (2021-10-20)
2357
-
2358
- **Note:** Version bump only for package @patternfly/react-tokens
2359
-
2360
- ## [4.14.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.14.1...@patternfly/react-tokens@4.14.2) (2021-10-18)
2361
-
2362
- ### Bug Fixes
2363
-
2364
- - **react-tokens:** fix some values by reading variables last ([#6418](https://github.com/patternfly/patternfly-react/issues/6418)) ([9d7e610](https://github.com/patternfly/patternfly-react/commit/9d7e61064bcdc6d35e00aa134f4b70812f46c5a6))
2365
-
2366
- ## [4.14.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.14.0...@patternfly/react-tokens@4.14.1) (2021-10-13)
2367
-
2368
- **Note:** Version bump only for package @patternfly/react-tokens
2369
-
2370
- # [4.14.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.13.5...@patternfly/react-tokens@4.14.0) (2021-10-11)
2371
-
2372
- ### Features
2373
-
2374
- - **tokens:** bump ([#6434](https://github.com/patternfly/patternfly-react/issues/6434)) ([ff47603](https://github.com/patternfly/patternfly-react/commit/ff47603803644574dc66a20a6b6c3d3a30836565))
2375
-
2376
- ## [4.13.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.13.4...@patternfly/react-tokens@4.13.5) (2021-10-11)
2377
-
2378
- **Note:** Version bump only for package @patternfly/react-tokens
2379
-
2380
- ## [4.13.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.13.3...@patternfly/react-tokens@4.13.4) (2021-10-08)
2381
-
2382
- **Note:** Version bump only for package @patternfly/react-tokens
2383
-
2384
- ## [4.13.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.13.2...@patternfly/react-tokens@4.13.3) (2021-10-06)
2385
-
2386
- **Note:** Version bump only for package @patternfly/react-tokens
2387
-
2388
- ## [4.13.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.13.1...@patternfly/react-tokens@4.13.2) (2021-10-06)
2389
-
2390
- ### Bug Fixes
2391
-
2392
- - **react-tokens:** parse var(--pf, initialValue) ([#6408](https://github.com/patternfly/patternfly-react/issues/6408)) ([4879a2b](https://github.com/patternfly/patternfly-react/commit/4879a2b05dac307ff5c13ef42b4a14a0515a4092))
2393
-
2394
- ## [4.13.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.13.0...@patternfly/react-tokens@4.13.1) (2021-10-01)
2395
-
2396
- **Note:** Version bump only for package @patternfly/react-tokens
2397
-
2398
- # [4.13.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.18...@patternfly/react-tokens@4.13.0) (2021-09-29)
2399
-
2400
- ### Features
2401
-
2402
- - **JumpLinks:** Added toggle text ([#6347](https://github.com/patternfly/patternfly-react/issues/6347)) ([36042f6](https://github.com/patternfly/patternfly-react/commit/36042f679880f819afd26618797167a42f5fe901))
2403
-
2404
- ## [4.12.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.17...@patternfly/react-tokens@4.12.18) (2021-09-14)
2405
-
2406
- **Note:** Version bump only for package @patternfly/react-tokens
2407
-
2408
- ## [4.12.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.16...@patternfly/react-tokens@4.12.17) (2021-09-10)
2409
-
2410
- ### Bug Fixes
2411
-
2412
- - **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))
2413
-
2414
- ## [4.12.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.15...@patternfly/react-tokens@4.12.16) (2021-08-30)
2415
-
2416
- **Note:** Version bump only for package @patternfly/react-tokens
2417
-
2418
- ## [4.12.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.14...@patternfly/react-tokens@4.12.15) (2021-08-23)
2419
-
2420
- **Note:** Version bump only for package @patternfly/react-tokens
2421
-
2422
- ## [4.12.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.13...@patternfly/react-tokens@4.12.14) (2021-08-23)
2423
-
2424
- **Note:** Version bump only for package @patternfly/react-tokens
2425
-
2426
- ## [4.12.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.12...@patternfly/react-tokens@4.12.13) (2021-08-20)
2427
-
2428
- **Note:** Version bump only for package @patternfly/react-tokens
2429
-
2430
- ## [4.12.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.11...@patternfly/react-tokens@4.12.12) (2021-08-19)
2431
-
2432
- **Note:** Version bump only for package @patternfly/react-tokens
2433
-
2434
- ## [4.12.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.10...@patternfly/react-tokens@4.12.11) (2021-08-19)
2435
-
2436
- **Note:** Version bump only for package @patternfly/react-tokens
2437
-
2438
- ## [4.12.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.9...@patternfly/react-tokens@4.12.10) (2021-08-11)
2439
-
2440
- **Note:** Version bump only for package @patternfly/react-tokens
2441
-
2442
- ## [4.12.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.8...@patternfly/react-tokens@4.12.9) (2021-08-02)
2443
-
2444
- **Note:** Version bump only for package @patternfly/react-tokens
2445
-
2446
- ## [4.12.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.7...@patternfly/react-tokens@4.12.8) (2021-07-30)
2447
-
2448
- **Note:** Version bump only for package @patternfly/react-tokens
2449
-
2450
- ## [4.12.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.6...@patternfly/react-tokens@4.12.7) (2021-07-29)
2451
-
2452
- **Note:** Version bump only for package @patternfly/react-tokens
2453
-
2454
- ## [4.12.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.5...@patternfly/react-tokens@4.12.6) (2021-07-28)
2455
-
2456
- **Note:** Version bump only for package @patternfly/react-tokens
2457
-
2458
- ## [4.12.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.4...@patternfly/react-tokens@4.12.5) (2021-07-14)
2459
-
2460
- **Note:** Version bump only for package @patternfly/react-tokens
2461
-
2462
- ## [4.12.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.3...@patternfly/react-tokens@4.12.4) (2021-07-13)
2463
-
2464
- **Note:** Version bump only for package @patternfly/react-tokens
2465
-
2466
- ## [4.12.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.2...@patternfly/react-tokens@4.12.3) (2021-07-08)
2467
-
2468
- **Note:** Version bump only for package @patternfly/react-tokens
2469
-
2470
- ## [4.12.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.1...@patternfly/react-tokens@4.12.2) (2021-07-01)
2471
-
2472
- **Note:** Version bump only for package @patternfly/react-tokens
2473
-
2474
- ## [4.12.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.12.0...@patternfly/react-tokens@4.12.1) (2021-06-28)
2475
-
2476
- **Note:** Version bump only for package @patternfly/react-tokens
2477
-
2478
- # [4.12.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.14...@patternfly/react-tokens@4.12.0) (2021-06-21)
2479
-
2480
- ### Features
2481
-
2482
- - **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))
2483
-
2484
- ## [4.11.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.13...@patternfly/react-tokens@4.11.14) (2021-06-17)
2485
-
2486
- **Note:** Version bump only for package @patternfly/react-tokens
2487
-
2488
- ## [4.11.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.12...@patternfly/react-tokens@4.11.13) (2021-06-10)
2489
-
2490
- **Note:** Version bump only for package @patternfly/react-tokens
2491
-
2492
- ## [4.11.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.11...@patternfly/react-tokens@4.11.12) (2021-06-04)
2493
-
2494
- **Note:** Version bump only for package @patternfly/react-tokens
2495
-
2496
- ## [4.11.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.10...@patternfly/react-tokens@4.11.11) (2021-06-02)
2497
-
2498
- **Note:** Version bump only for package @patternfly/react-tokens
2499
-
2500
- ## [4.11.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.9...@patternfly/react-tokens@4.11.10) (2021-05-27)
2501
-
2502
- **Note:** Version bump only for package @patternfly/react-tokens
2503
-
2504
- ## [4.11.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.8...@patternfly/react-tokens@4.11.9) (2021-05-19)
2505
-
2506
- **Note:** Version bump only for package @patternfly/react-tokens
2507
-
2508
- ## [4.11.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.7...@patternfly/react-tokens@4.11.8) (2021-05-13)
2509
-
2510
- **Note:** Version bump only for package @patternfly/react-tokens
2511
-
2512
- ## [4.11.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.6...@patternfly/react-tokens@4.11.7) (2021-05-11)
2513
-
2514
- ### Bug Fixes
2515
-
2516
- - **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))
2517
-
2518
- ## [4.11.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.5...@patternfly/react-tokens@4.11.6) (2021-05-10)
2519
-
2520
- **Note:** Version bump only for package @patternfly/react-tokens
2521
-
2522
- ## [4.11.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.4...@patternfly/react-tokens@4.11.5) (2021-05-07)
2523
-
2524
- **Note:** Version bump only for package @patternfly/react-tokens
2525
-
2526
- ## [4.11.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.3...@patternfly/react-tokens@4.11.4) (2021-05-06)
2527
-
2528
- **Note:** Version bump only for package @patternfly/react-tokens
2529
-
2530
- ## [4.11.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.2...@patternfly/react-tokens@4.11.3) (2021-04-22)
2531
-
2532
- **Note:** Version bump only for package @patternfly/react-tokens
2533
-
2534
- ## [4.11.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.1...@patternfly/react-tokens@4.11.2) (2021-04-21)
2535
-
2536
- ### Bug Fixes
2537
-
2538
- - **tokens:** fix duplicate entries ([#5697](https://github.com/patternfly/patternfly-react/issues/5697)) ([27ca230](https://github.com/patternfly/patternfly-react/commit/27ca2307f2529176009b414671a54f7d5d3c0874))
2539
-
2540
- ## [4.11.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.11.0...@patternfly/react-tokens@4.11.1) (2021-04-16)
2541
-
2542
- **Note:** Version bump only for package @patternfly/react-tokens
2543
-
2544
- # [4.11.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.10.11...@patternfly/react-tokens@4.11.0) (2021-04-16)
2545
-
2546
- ### Features
2547
-
2548
- - **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))
2549
-
2550
- ## [4.10.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.10.10...@patternfly/react-tokens@4.10.11) (2021-04-13)
2551
-
2552
- ### Bug Fixes
2553
-
2554
- - **icons,tokens:** no star reexport ([#5662](https://github.com/patternfly/patternfly-react/issues/5662)) ([e18ea06](https://github.com/patternfly/patternfly-react/commit/e18ea0636edc55593fba845677adaf5fe39012d5))
2555
-
2556
- ## [4.10.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.10.9...@patternfly/react-tokens@4.10.10) (2021-04-08)
2557
-
2558
- **Note:** Version bump only for package @patternfly/react-tokens
2559
-
2560
- ## [4.10.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.10.8...@patternfly/react-tokens@4.10.9) (2021-03-26)
2561
-
2562
- **Note:** Version bump only for package @patternfly/react-tokens
2563
-
2564
- ## [4.10.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.10.7...@patternfly/react-tokens@4.10.8) (2021-03-25)
2565
-
2566
- **Note:** Version bump only for package @patternfly/react-tokens
2567
-
2568
- ## [4.10.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.10.6...@patternfly/react-tokens@4.10.7) (2021-03-24)
2569
-
2570
- **Note:** Version bump only for package @patternfly/react-tokens
2571
-
2572
- ## [4.10.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.10.5...@patternfly/react-tokens@4.10.6) (2021-03-22)
2573
-
2574
- **Note:** Version bump only for package @patternfly/react-tokens
2575
-
2576
- ## [4.10.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.10.4...@patternfly/react-tokens@4.10.5) (2021-03-09)
2577
-
2578
- **Note:** Version bump only for package @patternfly/react-tokens
2579
-
2580
- ## [4.10.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.10.3...@patternfly/react-tokens@4.10.4) (2021-03-04)
2581
-
2582
- **Note:** Version bump only for package @patternfly/react-tokens
2583
-
2584
- ## [4.10.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.10.2...@patternfly/react-tokens@4.10.3) (2021-03-04)
2585
-
2586
- ### Bug Fixes
2587
-
2588
- - **searchinput:** add searchInputMenuBody class ([#5518](https://github.com/patternfly/patternfly-react/issues/5518)) ([99f0512](https://github.com/patternfly/patternfly-react/commit/99f05123d28a7be887efd1921733fc2dc0bddd6d))
2589
-
2590
- ## [4.10.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.10.1...@patternfly/react-tokens@4.10.2) (2021-02-17)
2591
-
2592
- **Note:** Version bump only for package @patternfly/react-tokens
2593
-
2594
- ## [4.10.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.10.0...@patternfly/react-tokens@4.10.1) (2021-02-16)
2595
-
2596
- **Note:** Version bump only for package @patternfly/react-tokens
2597
-
2598
- # [4.10.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.29...@patternfly/react-tokens@4.10.0) (2021-02-12)
2599
-
2600
- ### Features
2601
-
2602
- - **Slider:** Added touch support ([#5453](https://github.com/patternfly/patternfly-react/issues/5453)) ([32ce723](https://github.com/patternfly/patternfly-react/commit/32ce7238d8743f6d4a5f7b128b1293e855d012ca))
2603
-
2604
- ## [4.9.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.28...@patternfly/react-tokens@4.9.29) (2021-02-10)
2605
-
2606
- **Note:** Version bump only for package @patternfly/react-tokens
2607
-
2608
- ## [4.9.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.27...@patternfly/react-tokens@4.9.28) (2021-02-08)
2609
-
2610
- **Note:** Version bump only for package @patternfly/react-tokens
2611
-
2612
- ## [4.9.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.26...@patternfly/react-tokens@4.9.27) (2021-02-03)
2613
-
2614
- **Note:** Version bump only for package @patternfly/react-tokens
2615
-
2616
- ## [4.9.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.25...@patternfly/react-tokens@4.9.26) (2021-01-27)
2617
-
2618
- **Note:** Version bump only for package @patternfly/react-tokens
2619
-
2620
- ## [4.9.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.24...@patternfly/react-tokens@4.9.25) (2021-01-22)
2621
-
2622
- ### Bug Fixes
2623
-
2624
- - **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))
2625
-
2626
- ## [4.9.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.23...@patternfly/react-tokens@4.9.24) (2021-01-22)
2627
-
2628
- **Note:** Version bump only for package @patternfly/react-tokens
2629
-
2630
- ## [4.9.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.22...@patternfly/react-tokens@4.9.23) (2021-01-19)
2631
-
2632
- **Note:** Version bump only for package @patternfly/react-tokens
2633
-
2634
- ## [4.9.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.21...@patternfly/react-tokens@4.9.22) (2020-12-10)
2635
-
2636
- **Note:** Version bump only for package @patternfly/react-tokens
2637
-
2638
- ## [4.9.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.20...@patternfly/react-tokens@4.9.21) (2020-12-08)
2639
-
2640
- **Note:** Version bump only for package @patternfly/react-tokens
2641
-
2642
- ## [4.9.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.19...@patternfly/react-tokens@4.9.20) (2020-12-07)
2643
-
2644
- **Note:** Version bump only for package @patternfly/react-tokens
2645
-
2646
- ## [4.9.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.18...@patternfly/react-tokens@4.9.19) (2020-11-30)
2647
-
2648
- **Note:** Version bump only for package @patternfly/react-tokens
2649
-
2650
- ## [4.9.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.17...@patternfly/react-tokens@4.9.18) (2020-11-17)
2651
-
2652
- **Note:** Version bump only for package @patternfly/react-tokens
2653
-
2654
- ## [4.9.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.16...@patternfly/react-tokens@4.9.17) (2020-11-13)
2655
-
2656
- **Note:** Version bump only for package @patternfly/react-tokens
2657
-
2658
- ## [4.9.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.15...@patternfly/react-tokens@4.9.16) (2020-10-23)
2659
-
2660
- **Note:** Version bump only for package @patternfly/react-tokens
2661
-
2662
- ## [4.9.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.14...@patternfly/react-tokens@4.9.15) (2020-10-22)
2663
-
2664
- **Note:** Version bump only for package @patternfly/react-tokens
2665
-
2666
- ## [4.9.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.13...@patternfly/react-tokens@4.9.14) (2020-10-22)
2667
-
2668
- **Note:** Version bump only for package @patternfly/react-tokens
2669
-
2670
- ## [4.9.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.12...@patternfly/react-tokens@4.9.13) (2020-10-20)
2671
-
2672
- **Note:** Version bump only for package @patternfly/react-tokens
2673
-
2674
- ## [4.9.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.11...@patternfly/react-tokens@4.9.12) (2020-10-05)
2675
-
2676
- **Note:** Version bump only for package @patternfly/react-tokens
2677
-
2678
- ## [4.9.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.10...@patternfly/react-tokens@4.9.11) (2020-10-01)
2679
-
2680
- **Note:** Version bump only for package @patternfly/react-tokens
2681
-
2682
- ## [4.9.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.9...@patternfly/react-tokens@4.9.10) (2020-09-28)
2683
-
2684
- **Note:** Version bump only for package @patternfly/react-tokens
2685
-
2686
- ## [4.9.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.8...@patternfly/react-tokens@4.9.9) (2020-09-23)
2687
-
2688
- **Note:** Version bump only for package @patternfly/react-tokens
2689
-
2690
- ## [4.9.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.7...@patternfly/react-tokens@4.9.8) (2020-09-17)
2691
-
2692
- **Note:** Version bump only for package @patternfly/react-tokens
2693
-
2694
- ## [4.9.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.6...@patternfly/react-tokens@4.9.7) (2020-09-14)
2695
-
2696
- **Note:** Version bump only for package @patternfly/react-tokens
2697
-
2698
- ## [4.9.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.5...@patternfly/react-tokens@4.9.6) (2020-08-24)
2699
-
2700
- ### Bug Fixes
2701
-
2702
- - **docs:** use ids and h3s ([#4720](https://github.com/patternfly/patternfly-react/issues/4720)) ([a3f684f](https://github.com/patternfly/patternfly-react/commit/a3f684fa23cfce3d8e79b86206773292790cec5c))
2703
-
2704
- ## [4.9.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.4...@patternfly/react-tokens@4.9.5) (2020-08-21)
2705
-
2706
- **Note:** Version bump only for package @patternfly/react-tokens
2707
-
2708
- ## [4.9.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.3...@patternfly/react-tokens@4.9.4) (2020-08-17)
2709
-
2710
- **Note:** Version bump only for package @patternfly/react-tokens
2711
-
2712
- ## [4.9.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.2...@patternfly/react-tokens@4.9.3) (2020-08-12)
2713
-
2714
- ### Bug Fixes
2715
-
2716
- - **react-tokens:** output to correct cjs index file ([#4685](https://github.com/patternfly/patternfly-react/issues/4685)) ([93f488e](https://github.com/patternfly/patternfly-react/commit/93f488e79b35ed96e77be18ef1411731f7190f4b))
2717
-
2718
- ## [4.9.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.1...@patternfly/react-tokens@4.9.2) (2020-08-10)
2719
-
2720
- **Note:** Version bump only for package @patternfly/react-tokens
2721
-
2722
- ## [4.9.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.9.0...@patternfly/react-tokens@4.9.1) (2020-08-06)
2723
-
2724
- ### Bug Fixes
2725
-
2726
- - **react-tokens:** fix .d.ts typo ([#4669](https://github.com/patternfly/patternfly-react/issues/4669)) ([0d45a71](https://github.com/patternfly/patternfly-react/commit/0d45a71617992b041dbcf7f860e92e63a6d12332))
2727
-
2728
- # [4.9.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.8.1...@patternfly/react-tokens@4.9.0) (2020-08-04)
2729
-
2730
- ### Features
2731
-
2732
- - **NotificationDrawer:** Add notification drawer demo ([#4640](https://github.com/patternfly/patternfly-react/issues/4640)) ([3b9231d](https://github.com/patternfly/patternfly-react/commit/3b9231dab2fd92eb40e38d3a38ffb83562e1dbc2))
2733
-
2734
- ## [4.8.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.8.0...@patternfly/react-tokens@4.8.1) (2020-08-04)
2735
-
2736
- **Note:** Version bump only for package @patternfly/react-tokens
2737
-
2738
- # [4.8.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.7.1...@patternfly/react-tokens@4.8.0) (2020-08-03)
2739
-
2740
- ### Features
2741
-
2742
- - **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))
2743
-
2744
- ## [4.7.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.7.0...@patternfly/react-tokens@4.7.1) (2020-07-23)
2745
-
2746
- **Note:** Version bump only for package @patternfly/react-tokens
2747
-
2748
- # [4.7.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.6.0...@patternfly/react-tokens@4.7.0) (2020-07-20)
2749
-
2750
- ### Features
2751
-
2752
- - **tokens:** add componentIndex ([#4572](https://github.com/patternfly/patternfly-react/issues/4572)) ([3c7e7f8](https://github.com/patternfly/patternfly-react/commit/3c7e7f8dfc72ece4796865185f21e644aaf22ea0))
2753
-
2754
- # [4.6.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.5.3...@patternfly/react-tokens@4.6.0) (2020-07-16)
2755
-
2756
- ### Features
2757
-
2758
- - **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))
2759
-
2760
- ## [4.5.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.5.2...@patternfly/react-tokens@4.5.3) (2020-07-13)
2761
-
2762
- **Note:** Version bump only for package @patternfly/react-tokens
2763
-
2764
- ## [4.5.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.5.1...@patternfly/react-tokens@4.5.2) (2020-06-24)
2765
-
2766
- **Note:** Version bump only for package @patternfly/react-tokens
2767
-
2768
- ## [4.5.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.5.0...@patternfly/react-tokens@4.5.1) (2020-06-22)
2769
-
2770
- **Note:** Version bump only for package @patternfly/react-tokens
2771
-
2772
- # [4.5.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.4.5...@patternfly/react-tokens@4.5.0) (2020-06-19)
2773
-
2774
- ### Features
2775
-
2776
- - **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))
2777
-
2778
- ## [4.4.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.4.4...@patternfly/react-tokens@4.4.5) (2020-06-09)
2779
-
2780
- **Note:** Version bump only for package @patternfly/react-tokens
2781
-
2782
- ## [4.4.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.4.3...@patternfly/react-tokens@4.4.4) (2020-06-05)
2783
-
2784
- ### Bug Fixes
2785
-
2786
- - **docs:** add upgrade guide ([#4298](https://github.com/patternfly/patternfly-react/issues/4298)) ([4ee8805](https://github.com/patternfly/patternfly-react/commit/4ee8805ab9b232ebbe280313d4ae3e53bd78fb70))
2787
-
2788
- ## [4.4.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.4.2...@patternfly/react-tokens@4.4.3) (2020-06-05)
2789
-
2790
- **Note:** Version bump only for package @patternfly/react-tokens
2791
-
2792
- ## [4.4.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.4.1...@patternfly/react-tokens@4.4.2) (2020-06-01)
2793
-
2794
- ### Bug Fixes
2795
-
2796
- - **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))
2797
-
2798
- ## [4.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@4.4.0...@patternfly/react-tokens@4.4.1) (2020-05-21)
2799
-
2800
- **Note:** Version bump only for package @patternfly/react-tokens
2801
-
2802
- # [4.4.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.14...@patternfly/react-tokens@4.4.0) (2020-05-15)
2803
-
2804
- ### Features
2805
-
2806
- - **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)
2807
- - **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))
2808
-
2809
- ## [2.8.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.13...@patternfly/react-tokens@2.8.14) (2020-05-11)
2810
-
2811
- **Note:** Version bump only for package @patternfly/react-tokens
2812
-
2813
- ## [2.8.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.12...@patternfly/react-tokens@2.8.13) (2020-04-17)
2814
-
2815
- **Note:** Version bump only for package @patternfly/react-tokens
2816
-
2817
- ## [2.8.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.11...@patternfly/react-tokens@2.8.12) (2020-04-01)
2818
-
2819
- **Note:** Version bump only for package @patternfly/react-tokens
2820
-
2821
- ## [2.8.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.10...@patternfly/react-tokens@2.8.11) (2020-03-30)
2822
-
2823
- **Note:** Version bump only for package @patternfly/react-tokens
2824
-
2825
- ## [2.8.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.9...@patternfly/react-tokens@2.8.10) (2020-03-24)
2826
-
2827
- **Note:** Version bump only for package @patternfly/react-tokens
2828
-
2829
- ## [2.8.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.8...@patternfly/react-tokens@2.8.9) (2020-03-18)
2830
-
2831
- **Note:** Version bump only for package @patternfly/react-tokens
2832
-
2833
- ## [2.8.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.7...@patternfly/react-tokens@2.8.8) (2020-03-09)
2834
-
2835
- **Note:** Version bump only for package @patternfly/react-tokens
2836
-
2837
- ## [2.8.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.6...@patternfly/react-tokens@2.8.7) (2020-03-09)
2838
-
2839
- **Note:** Version bump only for package @patternfly/react-tokens
2840
-
2841
- ## [2.8.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.5...@patternfly/react-tokens@2.8.6) (2020-03-03)
2842
-
2843
- **Note:** Version bump only for package @patternfly/react-tokens
2844
-
2845
- ## [2.8.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.4...@patternfly/react-tokens@2.8.5) (2020-02-27)
2846
-
2847
- **Note:** Version bump only for package @patternfly/react-tokens
2848
-
2849
- ## [2.8.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.3...@patternfly/react-tokens@2.8.4) (2020-02-18)
2850
-
2851
- **Note:** Version bump only for package @patternfly/react-tokens
2852
-
2853
- ## [2.8.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.2...@patternfly/react-tokens@2.8.3) (2020-02-18)
2854
-
2855
- **Note:** Version bump only for package @patternfly/react-tokens
2856
-
2857
- ## [2.8.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.1...@patternfly/react-tokens@2.8.2) (2020-02-17)
2858
-
2859
- **Note:** Version bump only for package @patternfly/react-tokens
2860
-
2861
- ## [2.8.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.8.0...@patternfly/react-tokens@2.8.1) (2020-02-14)
2862
-
2863
- **Note:** Version bump only for package @patternfly/react-tokens
2864
-
2865
- # [2.8.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.30...@patternfly/react-tokens@2.8.0) (2020-02-14)
2866
-
2867
- ### Features
2868
-
2869
- - **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))
2870
-
2871
- ## [2.7.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.29...@patternfly/react-tokens@2.7.30) (2020-02-12)
2872
-
2873
- **Note:** Version bump only for package @patternfly/react-tokens
2874
-
2875
- ## [2.7.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.28...@patternfly/react-tokens@2.7.29) (2020-02-10)
2876
-
2877
- **Note:** Version bump only for package @patternfly/react-tokens
2878
-
2879
- ## [2.7.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.27...@patternfly/react-tokens@2.7.28) (2020-02-06)
2880
-
2881
- **Note:** Version bump only for package @patternfly/react-tokens
2882
-
2883
- ## [2.7.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.26...@patternfly/react-tokens@2.7.27) (2020-02-06)
2884
-
2885
- **Note:** Version bump only for package @patternfly/react-tokens
2886
-
2887
- ## [2.7.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.25...@patternfly/react-tokens@2.7.26) (2020-02-04)
2888
-
2889
- **Note:** Version bump only for package @patternfly/react-tokens
2890
-
2891
- ## [2.7.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.24...@patternfly/react-tokens@2.7.25) (2020-01-27)
2892
-
2893
- **Note:** Version bump only for package @patternfly/react-tokens
2894
-
2895
- ## [2.7.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.23...@patternfly/react-tokens@2.7.24) (2020-01-27)
2896
-
2897
- **Note:** Version bump only for package @patternfly/react-tokens
2898
-
2899
- ## [2.7.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.22...@patternfly/react-tokens@2.7.23) (2020-01-24)
2900
-
2901
- **Note:** Version bump only for package @patternfly/react-tokens
2902
-
2903
- ## [2.7.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.21...@patternfly/react-tokens@2.7.22) (2020-01-23)
2904
-
2905
- **Note:** Version bump only for package @patternfly/react-tokens
2906
-
2907
- ## [2.7.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.20...@patternfly/react-tokens@2.7.21) (2020-01-23)
2908
-
2909
- **Note:** Version bump only for package @patternfly/react-tokens
2910
-
2911
- ## [2.7.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.19...@patternfly/react-tokens@2.7.20) (2020-01-21)
2912
-
2913
- **Note:** Version bump only for package @patternfly/react-tokens
2914
-
2915
- ## [2.7.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.18...@patternfly/react-tokens@2.7.19) (2020-01-17)
2916
-
2917
- **Note:** Version bump only for package @patternfly/react-tokens
2918
-
2919
- ## [2.7.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.17...@patternfly/react-tokens@2.7.18) (2020-01-15)
2920
-
2921
- **Note:** Version bump only for package @patternfly/react-tokens
2922
-
2923
- ## [2.7.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.16...@patternfly/react-tokens@2.7.17) (2020-01-13)
2924
-
2925
- **Note:** Version bump only for package @patternfly/react-tokens
2926
-
2927
- ## [2.7.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.15...@patternfly/react-tokens@2.7.16) (2020-01-09)
2928
-
2929
- **Note:** Version bump only for package @patternfly/react-tokens
2930
-
2931
- ## [2.7.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.14...@patternfly/react-tokens@2.7.15) (2020-01-09)
2932
-
2933
- **Note:** Version bump only for package @patternfly/react-tokens
2934
-
2935
- ## [2.7.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.13...@patternfly/react-tokens@2.7.14) (2019-12-17)
2936
-
2937
- **Note:** Version bump only for package @patternfly/react-tokens
2938
-
2939
- ## [2.7.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.12...@patternfly/react-tokens@2.7.13) (2019-12-16)
2940
-
2941
- **Note:** Version bump only for package @patternfly/react-tokens
2942
-
2943
- ## [2.7.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.11...@patternfly/react-tokens@2.7.12) (2019-12-12)
2944
-
2945
- **Note:** Version bump only for package @patternfly/react-tokens
2946
-
2947
- ## [2.7.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.10...@patternfly/react-tokens@2.7.11) (2019-11-27)
2948
-
2949
- **Note:** Version bump only for package @patternfly/react-tokens
2950
-
2951
- ## [2.7.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.9...@patternfly/react-tokens@2.7.10) (2019-11-21)
2952
-
2953
- **Note:** Version bump only for package @patternfly/react-tokens
2954
-
2955
- ## [2.7.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.8...@patternfly/react-tokens@2.7.9) (2019-11-19)
2956
-
2957
- **Note:** Version bump only for package @patternfly/react-tokens
2958
-
2959
- ## [2.7.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.7...@patternfly/react-tokens@2.7.8) (2019-11-19)
2960
-
2961
- **Note:** Version bump only for package @patternfly/react-tokens
2962
-
2963
- ## [2.7.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.6...@patternfly/react-tokens@2.7.7) (2019-11-15)
2964
-
2965
- **Note:** Version bump only for package @patternfly/react-tokens
2966
-
2967
- ## [2.7.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.5...@patternfly/react-tokens@2.7.6) (2019-11-08)
2968
-
2969
- **Note:** Version bump only for package @patternfly/react-tokens
2970
-
2971
- ## [2.7.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.4...@patternfly/react-tokens@2.7.5) (2019-11-01)
2972
-
2973
- **Note:** Version bump only for package @patternfly/react-tokens
2974
-
2975
- ## [2.7.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.3...@patternfly/react-tokens@2.7.4) (2019-10-31)
2976
-
2977
- **Note:** Version bump only for package @patternfly/react-tokens
2978
-
2979
- ## [2.7.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.2...@patternfly/react-tokens@2.7.3) (2019-10-30)
2980
-
2981
- **Note:** Version bump only for package @patternfly/react-tokens
2982
-
2983
- ## [2.7.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.1...@patternfly/react-tokens@2.7.2) (2019-10-25)
2984
-
2985
- **Note:** Version bump only for package @patternfly/react-tokens
2986
-
2987
- ## [2.7.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.7.0...@patternfly/react-tokens@2.7.1) (2019-10-22)
2988
-
2989
- **Note:** Version bump only for package @patternfly/react-tokens
2990
-
2991
- # [2.7.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.36...@patternfly/react-tokens@2.7.0) (2019-10-18)
2992
-
2993
- ### Features
2994
-
2995
- - **docs:** use gatsby-theme-patternfly-org ([#3146](https://github.com/patternfly/patternfly-react/issues/3146)) ([93c843b](https://github.com/patternfly/patternfly-react/commit/93c843b))
2996
-
2997
- ## [2.6.36](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.35...@patternfly/react-tokens@2.6.36) (2019-10-14)
2998
-
2999
- **Note:** Version bump only for package @patternfly/react-tokens
3000
-
3001
- ## [2.6.35](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.34...@patternfly/react-tokens@2.6.35) (2019-10-14)
3002
-
3003
- **Note:** Version bump only for package @patternfly/react-tokens
3004
-
3005
- ## [2.6.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.33...@patternfly/react-tokens@2.6.34) (2019-10-14)
3006
-
3007
- **Note:** Version bump only for package @patternfly/react-tokens
3008
-
3009
- ## [2.6.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.32...@patternfly/react-tokens@2.6.33) (2019-10-11)
3010
-
3011
- **Note:** Version bump only for package @patternfly/react-tokens
3012
-
3013
- ## [2.6.32](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.31...@patternfly/react-tokens@2.6.32) (2019-10-07)
3014
-
3015
- **Note:** Version bump only for package @patternfly/react-tokens
3016
-
3017
- ## [2.6.31](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.30...@patternfly/react-tokens@2.6.31) (2019-09-27)
3018
-
3019
- **Note:** Version bump only for package @patternfly/react-tokens
3020
-
3021
- ## [2.6.30](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.29...@patternfly/react-tokens@2.6.30) (2019-09-24)
3022
-
3023
- **Note:** Version bump only for package @patternfly/react-tokens
3024
-
3025
- ## [2.6.29](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.28...@patternfly/react-tokens@2.6.29) (2019-09-20)
3026
-
3027
- **Note:** Version bump only for package @patternfly/react-tokens
3028
-
3029
- ## [2.6.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.27...@patternfly/react-tokens@2.6.28) (2019-09-19)
3030
-
3031
- **Note:** Version bump only for package @patternfly/react-tokens
3032
-
3033
- ## [2.6.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.26...@patternfly/react-tokens@2.6.27) (2019-09-13)
3034
-
3035
- **Note:** Version bump only for package @patternfly/react-tokens
3036
-
3037
- ## [2.6.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.25...@patternfly/react-tokens@2.6.26) (2019-09-10)
3038
-
3039
- **Note:** Version bump only for package @patternfly/react-tokens
3040
-
3041
- ## [2.6.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.24...@patternfly/react-tokens@2.6.25) (2019-09-09)
3042
-
3043
- **Note:** Version bump only for package @patternfly/react-tokens
3044
-
3045
- ## [2.6.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.23...@patternfly/react-tokens@2.6.24) (2019-09-06)
3046
-
3047
- **Note:** Version bump only for package @patternfly/react-tokens
3048
-
3049
- ## [2.6.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.22...@patternfly/react-tokens@2.6.23) (2019-09-05)
3050
-
3051
- **Note:** Version bump only for package @patternfly/react-tokens
3052
-
3053
- ## [2.6.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.21...@patternfly/react-tokens@2.6.22) (2019-09-04)
3054
-
3055
- **Note:** Version bump only for package @patternfly/react-tokens
3056
-
3057
- ## [2.6.21](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.20...@patternfly/react-tokens@2.6.21) (2019-08-30)
3058
-
3059
- **Note:** Version bump only for package @patternfly/react-tokens
3060
-
3061
- ## [2.6.20](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.19...@patternfly/react-tokens@2.6.20) (2019-08-30)
3062
-
3063
- **Note:** Version bump only for package @patternfly/react-tokens
3064
-
3065
- ## [2.6.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.18...@patternfly/react-tokens@2.6.19) (2019-08-27)
3066
-
3067
- **Note:** Version bump only for package @patternfly/react-tokens
3068
-
3069
- ## [2.6.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.17...@patternfly/react-tokens@2.6.18) (2019-08-23)
3070
-
3071
- **Note:** Version bump only for package @patternfly/react-tokens
3072
-
3073
- ## [2.6.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.16...@patternfly/react-tokens@2.6.17) (2019-08-19)
3074
-
3075
- **Note:** Version bump only for package @patternfly/react-tokens
3076
-
3077
- ## [2.6.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.15...@patternfly/react-tokens@2.6.16) (2019-08-12)
3078
-
3079
- **Note:** Version bump only for package @patternfly/react-tokens
3080
-
3081
- ## [2.6.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.14...@patternfly/react-tokens@2.6.15) (2019-08-09)
3082
-
3083
- **Note:** Version bump only for package @patternfly/react-tokens
3084
-
3085
- ## [2.6.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.13...@patternfly/react-tokens@2.6.14) (2019-08-05)
3086
-
3087
- **Note:** Version bump only for package @patternfly/react-tokens
3088
-
3089
- ## [2.6.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.12...@patternfly/react-tokens@2.6.13) (2019-07-24)
3090
-
3091
- **Note:** Version bump only for package @patternfly/react-tokens
3092
-
3093
- ## [2.6.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.11...@patternfly/react-tokens@2.6.12) (2019-07-22)
3094
-
3095
- **Note:** Version bump only for package @patternfly/react-tokens
3096
-
3097
- ## [2.6.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.10...@patternfly/react-tokens@2.6.11) (2019-07-17)
3098
-
3099
- **Note:** Version bump only for package @patternfly/react-tokens
3100
-
3101
- ## [2.6.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.9...@patternfly/react-tokens@2.6.10) (2019-07-16)
3102
-
3103
- **Note:** Version bump only for package @patternfly/react-tokens
3104
-
3105
- ## [2.6.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.8...@patternfly/react-tokens@2.6.9) (2019-07-10)
3106
-
3107
- **Note:** Version bump only for package @patternfly/react-tokens
3108
-
3109
- ## [2.6.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.7...@patternfly/react-tokens@2.6.8) (2019-07-06)
3110
-
3111
- **Note:** Version bump only for package @patternfly/react-tokens
3112
-
3113
- ## [2.6.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.6...@patternfly/react-tokens@2.6.7) (2019-07-05)
3114
-
3115
- **Note:** Version bump only for package @patternfly/react-tokens
3116
-
3117
- ## [2.6.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.5...@patternfly/react-tokens@2.6.6) (2019-07-03)
3118
-
3119
- **Note:** Version bump only for package @patternfly/react-tokens
3120
-
3121
- ## [2.6.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.4...@patternfly/react-tokens@2.6.5) (2019-06-28)
3122
-
3123
- **Note:** Version bump only for package @patternfly/react-tokens
3124
-
3125
- ## [2.6.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.3...@patternfly/react-tokens@2.6.4) (2019-06-27)
3126
-
3127
- **Note:** Version bump only for package @patternfly/react-tokens
3128
-
3129
- ## [2.6.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.2...@patternfly/react-tokens@2.6.3) (2019-06-21)
3130
-
3131
- **Note:** Version bump only for package @patternfly/react-tokens
3132
-
3133
- ## [2.6.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.1...@patternfly/react-tokens@2.6.2) (2019-06-20)
3134
-
3135
- **Note:** Version bump only for package @patternfly/react-tokens
3136
-
3137
- ## [2.6.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.6.0...@patternfly/react-tokens@2.6.1) (2019-06-14)
3138
-
3139
- **Note:** Version bump only for package @patternfly/react-tokens
3140
-
3141
- # 2.6.0 (2019-06-13)
3142
-
3143
- ### Bug Fixes
3144
-
3145
- - **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))
3146
-
3147
- ### Features
3148
-
3149
- - **build:** add source maps ([#2142](https://github.com/patternfly/patternfly-react/issues/2142)) ([5076c48](https://github.com/patternfly/patternfly-react/commit/5076c48))
3150
-
3151
- ## [2.5.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.5.4...@patternfly/react-tokens@2.5.5) (2019-06-10)
3152
-
3153
- **Note:** Version bump only for package @patternfly/react-tokens
3154
-
3155
- ## 2.5.4 (2019-06-10)
3156
-
3157
- **Note:** Version bump only for package @patternfly/react-tokens
3158
-
3159
- ## 2.5.3 (2019-05-29)
3160
-
3161
- **Note:** Version bump only for package @patternfly/react-tokens
3162
-
3163
- ## 2.5.2 (2019-05-07)
3164
-
3165
- ### Bug Fixes
3166
-
3167
- - **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)
3168
-
3169
- ## 2.5.1 (2019-04-29)
3170
-
3171
- ### Bug Fixes
3172
-
3173
- - **version:** bump patternfly version to 2.6.5 ([#1874](https://github.com/patternfly/patternfly-react/issues/1874)) ([e3c8d7c](https://github.com/patternfly/patternfly-react/commit/e3c8d7c))
3174
-
3175
- # [2.5.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.4.0...@patternfly/react-tokens@2.5.0) (2019-04-25)
3176
-
3177
- ### Features
3178
-
3179
- - **build:** incremental build ([#1817](https://github.com/patternfly/patternfly-react/issues/1817)) ([6bd3d7e](https://github.com/patternfly/patternfly-react/commit/6bd3d7e))
3180
-
3181
- # 2.4.0 (2019-04-24)
3182
-
3183
- ### Features
3184
-
3185
- - **clipboard:** remove textarea from clipboard copy ([#1840](https://github.com/patternfly/patternfly-react/issues/1840)) ([8bb26a2](https://github.com/patternfly/patternfly-react/commit/8bb26a2))
3186
-
3187
- ## 2.3.4 (2019-04-18)
3188
-
3189
- **Note:** Version bump only for package @patternfly/react-tokens
3190
-
3191
- ## [2.3.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.3.2...@patternfly/react-tokens@2.3.3) (2019-04-16)
3192
-
3193
- **Note:** Version bump only for package @patternfly/react-tokens
3194
-
3195
- ## 2.3.2 (2019-04-15)
3196
-
3197
- ### Bug Fixes
3198
-
3199
- - 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)
3200
-
3201
- ## [2.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.3.0...@patternfly/react-tokens@2.3.1) (2019-04-15)
3202
-
3203
- ### Bug Fixes
3204
-
3205
- - 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)
3206
-
3207
- # 2.3.0 (2019-03-29)
3208
-
3209
- ### Features
3210
-
3211
- - **Icons:** Paper plane alt icon ([#1643](https://github.com/patternfly/patternfly-react/issues/1643)) ([cd149e0](https://github.com/patternfly/patternfly-react/commit/cd149e0))
3212
-
3213
- ## 2.2.1 (2019-03-21)
3214
-
3215
- **Note:** Version bump only for package @patternfly/react-tokens
3216
-
3217
- # 2.2.0 (2019-03-18)
3218
-
3219
- ### Bug Fixes
3220
-
3221
- - **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)
3222
-
3223
- ### Features
3224
-
3225
- - **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))
3226
-
3227
- ## [2.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.1.0...@patternfly/react-tokens@2.1.1) (2019-03-15)
3228
-
3229
- **Note:** Version bump only for package @patternfly/react-tokens
3230
-
3231
- # 2.1.0 (2019-03-15)
3232
-
3233
- ### Features
3234
-
3235
- - **Table:** pass rowData and extraData to table callbacks ([#1542](https://github.com/patternfly/patternfly-react/issues/1542)) ([cb3e010](https://github.com/patternfly/patternfly-react/commit/cb3e010))
3236
-
3237
- ## 2.0.7 (2019-03-11)
3238
-
3239
- ### Bug Fixes
3240
-
3241
- - **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)>)
3242
- - **tsconfig:** avatar tsx change ([#1535](https://github.com/patternfly/patternfly-react/issues/1535)) ([8107f5c](https://github.com/patternfly/patternfly-react/commit/8107f5c))
3243
-
3244
- ## [2.0.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.0.5...@patternfly/react-tokens@2.0.6) (2019-03-08)
3245
-
3246
- **Note:** Version bump only for package @patternfly/react-tokens
3247
-
3248
- ## 2.0.5 (2019-03-08)
3249
-
3250
- **Note:** Version bump only for package @patternfly/react-tokens
3251
-
3252
- ## [2.0.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.0.3...@patternfly/react-tokens@2.0.4) (2019-03-05)
3253
-
3254
- **Note:** Version bump only for package @patternfly/react-tokens
3255
-
3256
- ## 2.0.3 (2019-03-04)
3257
-
3258
- **Note:** Version bump only for package @patternfly/react-tokens
3259
-
3260
- ## [2.0.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.0.1...@patternfly/react-tokens@2.0.2) (2019-02-15)
3261
-
3262
- **Note:** Version bump only for package @patternfly/react-tokens
3263
-
3264
- ## [2.0.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@2.0.0...@patternfly/react-tokens@2.0.1) (2019-02-13)
3265
-
3266
- ### Bug Fixes
3267
-
3268
- - **tokens:** Use only light theme variables ([#1330](https://github.com/patternfly/patternfly-react/issues/1330)) ([300f6f3](https://github.com/patternfly/patternfly-react/commit/300f6f3))
3269
-
3270
- # [2.0.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.10.2...@patternfly/react-tokens@2.0.0) (2019-02-08)
3271
-
3272
- ### Code Refactoring
3273
-
3274
- - **AboutModal:** Upgrade core to 1.0.175 and Refactor AboutModal ([#1307](https://github.com/patternfly/patternfly-react/issues/1307)) ([1f85756](https://github.com/patternfly/patternfly-react/commit/1f85756)), closes [#1267](https://github.com/patternfly/patternfly-react/issues/1267)
3275
-
3276
- ### BREAKING CHANGES
3277
-
3278
- - **AboutModal:** removed heroImg and heroImageSrc and heroImageAlt props
3279
-
3280
- ## [1.10.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.10.1...@patternfly/react-tokens@1.10.2) (2019-02-01)
3281
-
3282
- **Note:** Version bump only for package @patternfly/react-tokens
3283
-
3284
- ## [1.10.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.10.0...@patternfly/react-tokens@1.10.1) (2019-01-29)
3285
-
3286
- **Note:** Version bump only for package @patternfly/react-tokens
3287
-
3288
- # [1.10.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.9.6...@patternfly/react-tokens@1.10.0) (2019-01-17)
3289
-
3290
- ### Features
3291
-
3292
- - **Alert:** Add optional Close button to Alert via onClose prop ([#1200](https://github.com/patternfly/patternfly-react/issues/1200)) ([9d59dcb](https://github.com/patternfly/patternfly-react/commit/9d59dcb)), closes [#1036](https://github.com/patternfly/patternfly-react/issues/1036)
3293
-
3294
- <a name="1.9.6"></a>
3295
-
3296
- ## [1.9.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.9.5...@patternfly/react-tokens@1.9.6) (2019-01-11)
3297
-
3298
- **Note:** Version bump only for package @patternfly/react-tokens
3299
-
3300
- <a name="1.9.5"></a>
3301
-
3302
- ## [1.9.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.9.4...@patternfly/react-tokens@1.9.5) (2019-01-10)
3303
-
3304
- **Note:** Version bump only for package @patternfly/react-tokens
3305
-
3306
- <a name="1.9.4"></a>
3307
-
3308
- ## [1.9.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.9.3...@patternfly/react-tokens@1.9.4) (2018-12-20)
3309
-
3310
- **Note:** Version bump only for package @patternfly/react-tokens
3311
-
3312
- <a name="1.9.3"></a>
3313
-
3314
- ## [1.9.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.9.2...@patternfly/react-tokens@1.9.3) (2018-12-19)
3315
-
3316
- **Note:** Version bump only for package @patternfly/react-tokens
3317
-
3318
- <a name="1.9.2"></a>
3319
-
3320
- ## [1.9.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.9.1...@patternfly/react-tokens@1.9.2) (2018-12-07)
3321
-
3322
- **Note:** Version bump only for package @patternfly/react-tokens
3323
-
3324
- <a name="1.9.1"></a>
3325
-
3326
- ## [1.9.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.9.0...@patternfly/react-tokens@1.9.1) (2018-11-28)
3327
-
3328
- **Note:** Version bump only for package @patternfly/react-tokens
3329
-
3330
- <a name="1.9.0"></a>
3331
-
3332
- # [1.9.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.8.0...@patternfly/react-tokens@1.9.0) (2018-11-27)
3333
-
3334
- ### Features
3335
-
3336
- - **Popover:** Add PF4 Popover ([#754](https://github.com/patternfly/patternfly-react/issues/754)) ([17cf0c0](https://github.com/patternfly/patternfly-react/commit/17cf0c0))
3337
-
3338
- <a name="1.8.0"></a>
3339
-
3340
- # [1.8.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.7.2...@patternfly/react-tokens@1.8.0) (2018-11-20)
3341
-
3342
- ### Features
3343
-
3344
- - **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/patternfly/patternfly-react/issues/941)) ([889ec1a](https://github.com/patternfly/patternfly-react/commit/889ec1a))
3345
-
3346
- <a name="1.7.2"></a>
3347
-
3348
- ## [1.7.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.7.1...@patternfly/react-tokens@1.7.2) (2018-11-16)
3349
-
3350
- **Note:** Version bump only for package @patternfly/react-tokens
3351
-
3352
- <a name="1.7.1"></a>
3353
-
3354
- ## [1.7.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.7.0...@patternfly/react-tokens@1.7.1) (2018-11-07)
3355
-
3356
- **Note:** Version bump only for package @patternfly/react-tokens
3357
-
3358
- <a name="1.7.0"></a>
3359
-
3360
- # [1.7.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.6.0...@patternfly/react-tokens@1.7.0) (2018-11-02)
3361
-
3362
- ### Features
3363
-
3364
- - **condensed horizontal nav:** updates condensed nav to match Core horizontal & vertical nav ([#876](https://github.com/patternfly/patternfly-react/issues/876)) ([760cc7b](https://github.com/patternfly/patternfly-react/commit/760cc7b))
3365
-
3366
- <a name="1.6.0"></a>
3367
-
3368
- # [1.6.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.5.5...@patternfly/react-tokens@1.6.0) (2018-10-26)
3369
-
3370
- ### Features
3371
-
3372
- - **page layout:** adds the condensed header feature to the page header ([#843](https://github.com/patternfly/patternfly-react/issues/843)) ([0a3591a](https://github.com/patternfly/patternfly-react/commit/0a3591a))
3373
-
3374
- <a name="1.5.5"></a>
3375
-
3376
- ## [1.5.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.5.4...@patternfly/react-tokens@1.5.5) (2018-10-26)
3377
-
3378
- **Note:** Version bump only for package @patternfly/react-tokens
3379
-
3380
- <a name="1.5.4"></a>
3381
-
3382
- ## [1.5.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.5.2...@patternfly/react-tokens@1.5.4) (2018-10-18)
3383
-
3384
- **Note:** Version bump only for package @patternfly/react-tokens
3385
-
3386
- <a name="1.5.3"></a>
3387
-
3388
- ## [1.5.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.5.2...@patternfly/react-tokens@1.5.3) (2018-10-18)
3389
-
3390
- **Note:** Version bump only for package @patternfly/react-tokens
3391
-
3392
- <a name="1.5.2"></a>
3393
-
3394
- ## [1.5.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.5.1...@patternfly/react-tokens@1.5.2) (2018-10-11)
3395
-
3396
- **Note:** Version bump only for package @patternfly/react-tokens
3397
-
3398
- <a name="1.5.1"></a>
3399
-
3400
- ## [1.5.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.5.0...@patternfly/react-tokens@1.5.1) (2018-10-09)
3401
-
3402
- ### Bug Fixes
3403
-
3404
- - **backgroundImage:** example to override css image paths ([3890d59](https://github.com/patternfly/patternfly-react/commit/3890d59))
3405
-
3406
- <a name="1.5.0"></a>
3407
-
3408
- # [1.5.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.4.0...@patternfly/react-tokens@1.5.0) (2018-10-03)
3409
-
3410
- ### Features
3411
-
3412
- - **pf-next update:** Update location of styles for patternfly next ([#697](https://github.com/patternfly/patternfly-react/issues/697)) ([f1ebc54](https://github.com/patternfly/patternfly-react/commit/f1ebc54))
3413
-
3414
- <a name="1.4.0"></a>
3415
-
3416
- # [1.4.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@1.3.0...@patternfly/react-tokens@1.4.0) (2018-10-02)
3417
-
3418
- ### Features
3419
-
3420
- - **backgroundImage:** introduce background image component ([#683](https://github.com/patternfly/patternfly-react/issues/683)) ([ec5ec1f](https://github.com/patternfly/patternfly-react/commit/ec5ec1f))
3421
- - **pf4-avatar:** introduce avatar component ([#615](https://github.com/patternfly/patternfly-react/issues/615)) ([4b213fb](https://github.com/patternfly/patternfly-react/commit/4b213fb))
3422
- - **pf4-brand:** introduce brand component ([#633](https://github.com/patternfly/patternfly-react/issues/633)) ([53ed4d1](https://github.com/patternfly/patternfly-react/commit/53ed4d1))