@patternfly/react-tokens 5.0.0-prerelease.2 → 5.0.0-prerelease.4

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