@hitachivantara/uikit-react-core 3.63.0 → 3.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/dist/AssetInventory/ListView/ListView.js +1 -1
  2. package/dist/AssetInventory/ListView/ListView.js.map +1 -1
  3. package/dist/Chart/Plot/Plot.d.ts +3 -3
  4. package/dist/SimpleGrid/SimpleGrid.d.ts +17 -0
  5. package/dist/SimpleGrid/SimpleGrid.js +73 -0
  6. package/dist/SimpleGrid/SimpleGrid.js.map +1 -0
  7. package/dist/SimpleGrid/index.d.ts +2 -0
  8. package/dist/SimpleGrid/index.js +16 -0
  9. package/dist/SimpleGrid/index.js.map +1 -0
  10. package/dist/SimpleGrid/styles.js +99 -0
  11. package/dist/SimpleGrid/styles.js.map +1 -0
  12. package/dist/Stack/Stack.d.ts +46 -0
  13. package/dist/Stack/Stack.js +195 -0
  14. package/dist/Stack/Stack.js.map +1 -0
  15. package/dist/Stack/index.d.ts +2 -0
  16. package/dist/Stack/index.js +16 -0
  17. package/dist/Stack/index.js.map +1 -0
  18. package/dist/Stack/styles.js +39 -0
  19. package/dist/Stack/styles.js.map +1 -0
  20. package/dist/TimePicker/PeriodPicker/PeriodPicker.js +112 -0
  21. package/dist/TimePicker/PeriodPicker/PeriodPicker.js.map +1 -0
  22. package/dist/TimePicker/PeriodPicker/index.js +21 -0
  23. package/dist/TimePicker/PeriodPicker/index.js.map +1 -0
  24. package/dist/TimePicker/PeriodPicker/styles.js +32 -0
  25. package/dist/TimePicker/PeriodPicker/styles.js.map +1 -0
  26. package/dist/TimePicker/TimePicker.d.ts +140 -0
  27. package/dist/TimePicker/TimePicker.js +748 -0
  28. package/dist/TimePicker/TimePicker.js.map +1 -0
  29. package/dist/TimePicker/UnitTimePicker/UnitTimePicker.js +243 -0
  30. package/dist/TimePicker/UnitTimePicker/UnitTimePicker.js.map +1 -0
  31. package/dist/TimePicker/UnitTimePicker/index.js +21 -0
  32. package/dist/TimePicker/UnitTimePicker/index.js.map +1 -0
  33. package/dist/TimePicker/UnitTimePicker/styles.js +75 -0
  34. package/dist/TimePicker/UnitTimePicker/styles.js.map +1 -0
  35. package/dist/TimePicker/enums.js +43 -0
  36. package/dist/TimePicker/enums.js.map +1 -0
  37. package/dist/TimePicker/index.d.ts +2 -0
  38. package/dist/TimePicker/index.js +16 -0
  39. package/dist/TimePicker/index.js.map +1 -0
  40. package/dist/TimePicker/styles.js +134 -0
  41. package/dist/TimePicker/styles.js.map +1 -0
  42. package/dist/TimePicker/timePickerConverter.js +90 -0
  43. package/dist/TimePicker/timePickerConverter.js.map +1 -0
  44. package/dist/TimePicker/timePickerFormatter.js +81 -0
  45. package/dist/TimePicker/timePickerFormatter.js.map +1 -0
  46. package/dist/TimePicker/timePickerUtils.js +36 -0
  47. package/dist/TimePicker/timePickerUtils.js.map +1 -0
  48. package/dist/index.d.ts +3 -0
  49. package/dist/index.js +9 -0
  50. package/dist/index.js.map +1 -1
  51. package/dist/legacy/AssetInventory/ListView/ListView.js +1 -1
  52. package/dist/legacy/AssetInventory/ListView/ListView.js.map +1 -1
  53. package/dist/legacy/Chart/Plot/Plot.d.ts +3 -3
  54. package/dist/legacy/SimpleGrid/SimpleGrid.d.ts +17 -0
  55. package/dist/legacy/SimpleGrid/SimpleGrid.js +59 -0
  56. package/dist/legacy/SimpleGrid/SimpleGrid.js.map +1 -0
  57. package/dist/legacy/SimpleGrid/index.d.ts +2 -0
  58. package/dist/legacy/SimpleGrid/index.js +2 -0
  59. package/dist/legacy/SimpleGrid/index.js.map +1 -0
  60. package/dist/legacy/SimpleGrid/styles.js +81 -0
  61. package/dist/legacy/SimpleGrid/styles.js.map +1 -0
  62. package/dist/legacy/Stack/Stack.d.ts +46 -0
  63. package/dist/legacy/Stack/Stack.js +156 -0
  64. package/dist/legacy/Stack/Stack.js.map +1 -0
  65. package/dist/legacy/Stack/index.d.ts +2 -0
  66. package/dist/legacy/Stack/index.js +2 -0
  67. package/dist/legacy/Stack/index.js.map +1 -0
  68. package/dist/legacy/Stack/styles.js +31 -0
  69. package/dist/legacy/Stack/styles.js.map +1 -0
  70. package/dist/legacy/TimePicker/PeriodPicker/PeriodPicker.js +78 -0
  71. package/dist/legacy/TimePicker/PeriodPicker/PeriodPicker.js.map +1 -0
  72. package/dist/legacy/TimePicker/PeriodPicker/index.js +7 -0
  73. package/dist/legacy/TimePicker/PeriodPicker/index.js.map +1 -0
  74. package/dist/legacy/TimePicker/PeriodPicker/styles.js +24 -0
  75. package/dist/legacy/TimePicker/PeriodPicker/styles.js.map +1 -0
  76. package/dist/legacy/TimePicker/TimePicker.d.ts +140 -0
  77. package/dist/legacy/TimePicker/TimePicker.js +696 -0
  78. package/dist/legacy/TimePicker/TimePicker.js.map +1 -0
  79. package/dist/legacy/TimePicker/UnitTimePicker/UnitTimePicker.js +206 -0
  80. package/dist/legacy/TimePicker/UnitTimePicker/UnitTimePicker.js.map +1 -0
  81. package/dist/legacy/TimePicker/UnitTimePicker/index.js +7 -0
  82. package/dist/legacy/TimePicker/UnitTimePicker/index.js.map +1 -0
  83. package/dist/legacy/TimePicker/UnitTimePicker/styles.js +58 -0
  84. package/dist/legacy/TimePicker/UnitTimePicker/styles.js.map +1 -0
  85. package/dist/legacy/TimePicker/enums.js +33 -0
  86. package/dist/legacy/TimePicker/enums.js.map +1 -0
  87. package/dist/legacy/TimePicker/index.d.ts +2 -0
  88. package/dist/legacy/TimePicker/index.js +2 -0
  89. package/dist/legacy/TimePicker/index.js.map +1 -0
  90. package/dist/legacy/TimePicker/styles.js +117 -0
  91. package/dist/legacy/TimePicker/styles.js.map +1 -0
  92. package/dist/legacy/TimePicker/timePickerConverter.js +71 -0
  93. package/dist/legacy/TimePicker/timePickerConverter.js.map +1 -0
  94. package/dist/legacy/TimePicker/timePickerFormatter.js +66 -0
  95. package/dist/legacy/TimePicker/timePickerFormatter.js.map +1 -0
  96. package/dist/legacy/TimePicker/timePickerUtils.js +27 -0
  97. package/dist/legacy/TimePicker/timePickerUtils.js.map +1 -0
  98. package/dist/legacy/index.d.ts +3 -0
  99. package/dist/legacy/index.js +1 -0
  100. package/dist/legacy/index.js.map +1 -1
  101. package/dist/modern/AssetInventory/AssetInventory.js +1 -0
  102. package/dist/modern/AssetInventory/AssetInventory.js.map +1 -1
  103. package/dist/modern/AssetInventory/ListView/ListView.js +2 -1
  104. package/dist/modern/AssetInventory/ListView/ListView.js.map +1 -1
  105. package/dist/modern/AssetInventory/Search/Search.js +1 -0
  106. package/dist/modern/AssetInventory/Search/Search.js.map +1 -1
  107. package/dist/modern/BaseDropdown/BaseDropdown.js +1 -0
  108. package/dist/modern/BaseDropdown/BaseDropdown.js.map +1 -1
  109. package/dist/modern/BreadCrumb/utils.js +1 -0
  110. package/dist/modern/BreadCrumb/utils.js.map +1 -1
  111. package/dist/modern/Chart/Plot/Plot.d.ts +3 -3
  112. package/dist/modern/FilterGroup/RightPanel/RightPanel.js +1 -0
  113. package/dist/modern/FilterGroup/RightPanel/RightPanel.js.map +1 -1
  114. package/dist/modern/Focus/Focus.js +1 -0
  115. package/dist/modern/Focus/Focus.js.map +1 -1
  116. package/dist/modern/List/List.js +5 -2
  117. package/dist/modern/List/List.js.map +1 -1
  118. package/dist/modern/SimpleGrid/SimpleGrid.d.ts +17 -0
  119. package/dist/modern/SimpleGrid/SimpleGrid.js +60 -0
  120. package/dist/modern/SimpleGrid/SimpleGrid.js.map +1 -0
  121. package/dist/modern/SimpleGrid/index.d.ts +2 -0
  122. package/dist/modern/SimpleGrid/index.js +2 -0
  123. package/dist/modern/SimpleGrid/index.js.map +1 -0
  124. package/dist/modern/SimpleGrid/styles.js +68 -0
  125. package/dist/modern/SimpleGrid/styles.js.map +1 -0
  126. package/dist/modern/Stack/Stack.d.ts +46 -0
  127. package/dist/modern/Stack/Stack.js +145 -0
  128. package/dist/modern/Stack/Stack.js.map +1 -0
  129. package/dist/modern/Stack/index.d.ts +2 -0
  130. package/dist/modern/Stack/index.js +2 -0
  131. package/dist/modern/Stack/index.js.map +1 -0
  132. package/dist/modern/Stack/styles.js +29 -0
  133. package/dist/modern/Stack/styles.js.map +1 -0
  134. package/dist/modern/Table/Table.js +1 -0
  135. package/dist/modern/Table/Table.js.map +1 -1
  136. package/dist/modern/Table/checkBoxUtils.js +1 -0
  137. package/dist/modern/Table/checkBoxUtils.js.map +1 -1
  138. package/dist/modern/TagsInput/TagsInput.js +1 -0
  139. package/dist/modern/TagsInput/TagsInput.js.map +1 -1
  140. package/dist/modern/TimePicker/PeriodPicker/PeriodPicker.js +75 -0
  141. package/dist/modern/TimePicker/PeriodPicker/PeriodPicker.js.map +1 -0
  142. package/dist/modern/TimePicker/PeriodPicker/index.js +7 -0
  143. package/dist/modern/TimePicker/PeriodPicker/index.js.map +1 -0
  144. package/dist/modern/TimePicker/PeriodPicker/styles.js +22 -0
  145. package/dist/modern/TimePicker/PeriodPicker/styles.js.map +1 -0
  146. package/dist/modern/TimePicker/TimePicker.d.ts +140 -0
  147. package/dist/modern/TimePicker/TimePicker.js +659 -0
  148. package/dist/modern/TimePicker/TimePicker.js.map +1 -0
  149. package/dist/modern/TimePicker/UnitTimePicker/UnitTimePicker.js +191 -0
  150. package/dist/modern/TimePicker/UnitTimePicker/UnitTimePicker.js.map +1 -0
  151. package/dist/modern/TimePicker/UnitTimePicker/index.js +7 -0
  152. package/dist/modern/TimePicker/UnitTimePicker/index.js.map +1 -0
  153. package/dist/modern/TimePicker/UnitTimePicker/styles.js +49 -0
  154. package/dist/modern/TimePicker/UnitTimePicker/styles.js.map +1 -0
  155. package/dist/modern/TimePicker/enums.js +32 -0
  156. package/dist/modern/TimePicker/enums.js.map +1 -0
  157. package/dist/modern/TimePicker/index.d.ts +2 -0
  158. package/dist/modern/TimePicker/index.js +2 -0
  159. package/dist/modern/TimePicker/index.js.map +1 -0
  160. package/dist/modern/TimePicker/styles.js +108 -0
  161. package/dist/modern/TimePicker/styles.js.map +1 -0
  162. package/dist/modern/TimePicker/timePickerConverter.js +66 -0
  163. package/dist/modern/TimePicker/timePickerConverter.js.map +1 -0
  164. package/dist/modern/TimePicker/timePickerFormatter.js +65 -0
  165. package/dist/modern/TimePicker/timePickerFormatter.js.map +1 -0
  166. package/dist/modern/TimePicker/timePickerUtils.js +26 -0
  167. package/dist/modern/TimePicker/timePickerUtils.js.map +1 -0
  168. package/dist/modern/index.d.ts +3 -0
  169. package/dist/modern/index.js +1 -0
  170. package/dist/modern/index.js.map +1 -1
  171. package/package.json +19 -20
  172. package/CHANGELOG.md +0 -4480
package/CHANGELOG.md DELETED
@@ -1,4480 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [3.63.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.62.7...@hitachivantara/uikit-react-core@3.63.0) (2022-04-24)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **AssetInventory:** realign List View Row values HVUIKIT-6343 ([#2753](https://github.com/lumada-design/hv-uikit-react/issues/2753)) ([a90219c](https://github.com/lumada-design/hv-uikit-react/commit/a90219cffdebeea8283f80bd7f6a060b035335fb))
12
- * **Avatar:** fix Avatar stories ([4fad9f5](https://github.com/lumada-design/hv-uikit-react/commit/4fad9f596c6f02c0abad324f59f16b7f42e9b84d))
13
- * **chart:** allow change bgcolor of charts. ([6ed5086](https://github.com/lumada-design/hv-uikit-react/commit/6ed50866f5cb70825427ccdd4bf750998c94e499))
14
-
15
-
16
- ### Features
17
-
18
- * **AppSwitcherPanel:** promote component to core ([#2729](https://github.com/lumada-design/hv-uikit-react/issues/2729)) ([4c27f28](https://github.com/lumada-design/hv-uikit-react/commit/4c27f28097fce81fc0b48b82aab093f7674a77f8))
19
-
20
-
21
-
22
-
23
-
24
- ## 3.62.7 (2022-04-22)
25
-
26
-
27
- ### Bug Fixes
28
-
29
- * **FileUploader:** realigned upload value HVUIKIT-6340 ([2e26913](https://github.com/lumada-design/hv-uikit-react/commit/2e26913c531175fcb3ad21cc911dac3326131411))
30
-
31
-
32
-
33
-
34
-
35
- ## [3.62.6](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.62.5...@hitachivantara/uikit-react-core@3.62.6) (2022-04-20)
36
-
37
-
38
- ### Bug Fixes
39
-
40
- * **Avatar:** add containerProps ([#2747](https://github.com/lumada-design/hv-uikit-react/issues/2747)) ([872a22c](https://github.com/lumada-design/hv-uikit-react/commit/872a22c69083eda96ac02cd7c831b25c8153dac0))
41
-
42
-
43
-
44
-
45
-
46
- ## 3.62.5 (2022-04-19)
47
-
48
-
49
- ### Bug Fixes
50
-
51
- * **filtergroup:** enable typings ([#2743](https://github.com/lumada-design/hv-uikit-react/issues/2743)) ([aa09e97](https://github.com/lumada-design/hv-uikit-react/commit/aa09e9705905a2970e44c8f487f8688d2fc30f2c))
52
- * **Snackbar:** message overflow its content box when rendering long words. HVUIKIT-6344 ([#2745](https://github.com/lumada-design/hv-uikit-react/issues/2745)) ([7989b3d](https://github.com/lumada-design/hv-uikit-react/commit/7989b3db14e7f0afb5b11c5a6809fa72586a2746))
53
-
54
-
55
-
56
-
57
-
58
- ## [3.62.4](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.62.3...@hitachivantara/uikit-react-core@3.62.4) (2022-04-13)
59
-
60
-
61
- ### Bug Fixes
62
-
63
- * **TagsInput:** fix incorrect input width when no tags exist ([#2732](https://github.com/lumada-design/hv-uikit-react/issues/2732)) ([765ef07](https://github.com/lumada-design/hv-uikit-react/commit/765ef078fd821ce12fec954f367e7fd8ff2226d0))
64
-
65
-
66
-
67
-
68
-
69
- ## [3.62.3](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.62.2...@hitachivantara/uikit-react-core@3.62.3) (2022-04-12)
70
-
71
- **Note:** Version bump only for package @hitachivantara/uikit-react-core
72
-
73
-
74
-
75
-
76
-
77
- ## 3.62.2 (2022-04-08)
78
-
79
-
80
- ### Bug Fixes
81
-
82
- * **VerticalNavigation:** fixed component box shadow ([#2726](https://github.com/lumada-design/hv-uikit-react/issues/2726)) ([82c926a](https://github.com/lumada-design/hv-uikit-react/commit/82c926ac13da7e2729d5c97264dce003b6da0246))
83
-
84
-
85
-
86
-
87
-
88
- ## [3.62.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.62.0...@hitachivantara/uikit-react-core@3.62.1) (2022-04-05)
89
-
90
-
91
- ### Bug Fixes
92
-
93
- * **chart:** prevent chart defaults for some falsy values. ([#2723](https://github.com/lumada-design/hv-uikit-react/issues/2723)) ([5f8c234](https://github.com/lumada-design/hv-uikit-react/commit/5f8c234afbcac058e2db5c4f743a26d713014505))
94
- * **HvCardMedia:** fixed props composition within the base component props ([#2724](https://github.com/lumada-design/hv-uikit-react/issues/2724)) ([a121143](https://github.com/lumada-design/hv-uikit-react/commit/a1211437ceca8b948e7618575b8cfbb3d4f272f3))
95
-
96
-
97
-
98
-
99
-
100
- # [3.62.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.61.0...@hitachivantara/uikit-react-core@3.62.0) (2022-04-02)
101
-
102
-
103
- ### Features
104
-
105
- * **Dialog:** update component with 3.6.0 DS specification ([#2721](https://github.com/lumada-design/hv-uikit-react/issues/2721)) ([fec9399](https://github.com/lumada-design/hv-uikit-react/commit/fec939938354e6b0c31bba3ac2dbfeefce484999))
106
-
107
-
108
-
109
-
110
-
111
- # [3.61.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.60.0...@hitachivantara/uikit-react-core@3.61.0) (2022-03-31)
112
-
113
-
114
- ### Bug Fixes
115
-
116
- * added missing property to the SnackbarContentWrapper.d.ts file ([#2709](https://github.com/lumada-design/hv-uikit-react/issues/2709)) ([88bbf39](https://github.com/lumada-design/hv-uikit-react/commit/88bbf39d7d18565add7d58d1cb188f023a39bdc0))
117
- * **snackbar:** fix snackbar actions not clickable. HVUIKIT-6321 ([e4ab10b](https://github.com/lumada-design/hv-uikit-react/commit/e4ab10b452be784e4c85d4d59bfbf06be28daa46))
118
-
119
-
120
- ### Features
121
-
122
- * **Avatar:** update component with 3.6.0 DS specification ([d57468e](https://github.com/lumada-design/hv-uikit-react/commit/d57468e037dcddcfe2700bbcb21de79c566d5a1d))
123
- * **Loading:** adding a progress bar mode ([#2679](https://github.com/lumada-design/hv-uikit-react/issues/2679)) ([032b23c](https://github.com/lumada-design/hv-uikit-react/commit/032b23c7416cd83d3d88575c2484471e62eed0b9))
124
- * **TagsInput:** add suggestions functionality ([#2694](https://github.com/lumada-design/hv-uikit-react/issues/2694)) ([fdfb00e](https://github.com/lumada-design/hv-uikit-react/commit/fdfb00ef4718eaf4c4b0242e590b6eb6c03affbc))
125
-
126
-
127
-
128
-
129
-
130
- # [3.60.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.59.0...@hitachivantara/uikit-react-core@3.60.0) (2022-03-29)
131
-
132
-
133
- ### Features
134
-
135
- * **TagsInput:** add suggestions functionality ([#2694](https://github.com/lumada-design/hv-uikit-react/issues/2694)) ([fdfb00e](https://github.com/lumada-design/hv-uikit-react/commit/fdfb00ef4718eaf4c4b0242e590b6eb6c03affbc))
136
-
137
-
138
-
139
-
140
-
141
- # [3.59.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.58.2...@hitachivantara/uikit-react-core@3.59.0) (2022-03-25)
142
-
143
-
144
- ### Features
145
-
146
- * **TagsInput:** add suggestions functionality ([#2694](https://github.com/lumada-design/hv-uikit-react/issues/2694)) ([fdfb00e](https://github.com/lumada-design/hv-uikit-react/commit/fdfb00ef4718eaf4c4b0242e590b6eb6c03affbc))
147
-
148
-
149
-
150
-
151
-
152
- ## [3.58.2](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.58.1...@hitachivantara/uikit-react-core@3.58.2) (2022-03-17)
153
-
154
-
155
- ### Bug Fixes
156
-
157
- * updated material-ui to 4.12.3 ([2649c1e](https://github.com/lumada-design/hv-uikit-react/commit/2649c1ea9d2fddacc5cf247465ae05d7aebef87b))
158
-
159
-
160
-
161
-
162
-
163
- ## 3.58.1 (2022-03-11)
164
-
165
-
166
- ### Bug Fixes
167
-
168
- * **tags-input:** fix prop typo ([766c30b](https://github.com/lumada-design/hv-uikit-react/commit/766c30b81febabfa7d9af82ae1ba73bfecc7c759))
169
-
170
-
171
-
172
-
173
-
174
- # [3.58.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.57.0...@hitachivantara/uikit-react-core@3.58.0) (2022-03-07)
175
-
176
-
177
- ### Features
178
-
179
- * **TagsInput:** allow commiting tags with other characters and on blur ([#2687](https://github.com/lumada-design/hv-uikit-react/issues/2687)) ([ee06336](https://github.com/lumada-design/hv-uikit-react/commit/ee063364f5f1f7464fc34fc61b26cf51e1795fcf))
180
-
181
-
182
-
183
-
184
-
185
- # [3.57.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.56.2...@hitachivantara/uikit-react-core@3.57.0) (2022-03-02)
186
-
187
-
188
- ### Features
189
-
190
- * **filter-group:** add default and controlled values ([82236d0](https://github.com/lumada-design/hv-uikit-react/commit/82236d052262191db139cbf1f46886468c3bc1d6))
191
-
192
-
193
-
194
-
195
-
196
- ## [3.56.2](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.56.1...@hitachivantara/uikit-react-core@3.56.2) (2022-02-21)
197
-
198
-
199
- ### Bug Fixes
200
-
201
- * **overflow-tooltip:** tooltip is appearing when not needed ([9c92d8d](https://github.com/lumada-design/hv-uikit-react/commit/9c92d8d26ddbda7742c531d9977a25b8be91028d))
202
- * **tooltip:** proptype is node when should be enum of strings ([a7139ea](https://github.com/lumada-design/hv-uikit-react/commit/a7139ea2a35d5d4acd93a787ba237f06eb7b478e))
203
-
204
-
205
-
206
-
207
-
208
- ## [3.56.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.56.0...@hitachivantara/uikit-react-core@3.56.1) (2022-02-17)
209
-
210
-
211
- ### Bug Fixes
212
-
213
- * **TextArea:** fixed TextArea scrolling when it shouldn't ([11d8435](https://github.com/lumada-design/hv-uikit-react/commit/11d843593e47d82f3290f62f5527f01367a8632d))
214
-
215
-
216
-
217
-
218
-
219
- # [3.56.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.55.3...@hitachivantara/uikit-react-core@3.56.0) (2022-02-16)
220
-
221
-
222
- ### Bug Fixes
223
-
224
- * **asset-inventory:** bulk actions triggering onSelection callback. HVUIKIT-6315 ([1f69da8](https://github.com/lumada-design/hv-uikit-react/commit/1f69da8829a38178264d57679db4d3281bbe7ed3))
225
- * **BarChart:** fix tooltip displaying when hovering outside of the chart bars ([54a279a](https://github.com/lumada-design/hv-uikit-react/commit/54a279ac91c78ce4d55aeef5a9a51a23be337f50))
226
- * **tags-input:** input should be clean when tags change. ([#2672](https://github.com/lumada-design/hv-uikit-react/issues/2672)) ([2ffbbf2](https://github.com/lumada-design/hv-uikit-react/commit/2ffbbf25893a8b297a2ef89259e8a9fd92da7c13))
227
- * **TagsInput:** fix reset input on value change ([d4f2df1](https://github.com/lumada-design/hv-uikit-react/commit/d4f2df1f83b6eb7aa2a22556c2a33001a667ab23))
228
-
229
-
230
- ### Features
231
-
232
- * **tag-input:** adding on blur callback ([458cbad](https://github.com/lumada-design/hv-uikit-react/commit/458cbadbe9ed19fc98f6d4999389c7c67dc79920))
233
-
234
-
235
-
236
-
237
-
238
- ## [3.55.3](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.55.2...@hitachivantara/uikit-react-core@3.55.3) (2022-02-15)
239
-
240
-
241
- ### Bug Fixes
242
-
243
- * **asset-inventory:** bulk actions triggering onSelection callback. HVUIKIT-6315 ([1f69da8](https://github.com/lumada-design/hv-uikit-react/commit/1f69da8829a38178264d57679db4d3281bbe7ed3))
244
- * **AssetInventory:** fixed undefined emptyComponent on the CardView causing app crash ([#2677](https://github.com/lumada-design/hv-uikit-react/issues/2677)) ([253c62f](https://github.com/lumada-design/hv-uikit-react/commit/253c62fadb385b41e7852915d2ccc0c8e8e827bd))
245
- * **BarChart:** fix tooltip displaying when hovering outside of the chart bars ([54a279a](https://github.com/lumada-design/hv-uikit-react/commit/54a279ac91c78ce4d55aeef5a9a51a23be337f50))
246
- * **tags-input:** input should be clean when tags change. ([#2672](https://github.com/lumada-design/hv-uikit-react/issues/2672)) ([2ffbbf2](https://github.com/lumada-design/hv-uikit-react/commit/2ffbbf25893a8b297a2ef89259e8a9fd92da7c13))
247
- * **TagsInput:** fix reset input on value change ([d4f2df1](https://github.com/lumada-design/hv-uikit-react/commit/d4f2df1f83b6eb7aa2a22556c2a33001a667ab23))
248
-
249
-
250
-
251
-
252
-
253
- ## [3.55.2](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.55.0...@hitachivantara/uikit-react-core@3.55.2) (2022-02-13)
254
-
255
-
256
- ### Bug Fixes
257
-
258
- * **BarChart:** fix tooltip displaying when hovering outside of the chart bars ([54a279a](https://github.com/lumada-design/hv-uikit-react/commit/54a279ac91c78ce4d55aeef5a9a51a23be337f50))
259
- * **TagsInput:** fix reset input on value change ([d4f2df1](https://github.com/lumada-design/hv-uikit-react/commit/d4f2df1f83b6eb7aa2a22556c2a33001a667ab23))
260
-
261
-
262
-
263
-
264
-
265
- ## [3.55.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.55.0...@hitachivantara/uikit-react-core@3.55.1) (2022-02-10)
266
-
267
-
268
- ### Bug Fixes
269
-
270
- * **TagsInput:** fix reset input on value change ([d4f2df1](https://github.com/lumada-design/hv-uikit-react/commit/d4f2df1f83b6eb7aa2a22556c2a33001a667ab23))
271
-
272
-
273
-
274
-
275
-
276
- # [3.55.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.54.2...@hitachivantara/uikit-react-core@3.55.0) (2022-02-07)
277
-
278
-
279
- ### Bug Fixes
280
-
281
- * **tagsInput:** example signature is wrong. ([e5aa005](https://github.com/lumada-design/hv-uikit-react/commit/e5aa005e125e9d64cd13e80d4e1c153437560050))
282
- * **tagsInput:** fixing tagInput id target. ([6de0e1b](https://github.com/lumada-design/hv-uikit-react/commit/6de0e1b085b63cb21af2b80af15c39ff5c42ee86))
283
-
284
-
285
- ### Features
286
-
287
- * **tagsInput:** adding onadd and ondelete callbacks. ([33212c1](https://github.com/lumada-design/hv-uikit-react/commit/33212c19dc393370c7aac0a7c81bf433e5e37a3e))
288
-
289
-
290
-
291
-
292
-
293
- ## [3.54.2](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.54.1...@hitachivantara/uikit-react-core@3.54.2) (2022-02-06)
294
-
295
-
296
- ### Bug Fixes
297
-
298
- * **Snackbar:** fix extended interface on SnackbarProvider ([95f5a54](https://github.com/lumada-design/hv-uikit-react/commit/95f5a5447969156ef5c499dced115201014d2687))
299
- * **Snackbar:** make the notistackClassesOverride prop optional ([efcc54e](https://github.com/lumada-design/hv-uikit-react/commit/efcc54e61ad1a07bcc2304b02e22e50fd9dc74c4))
300
-
301
-
302
-
303
-
304
-
305
- ## [3.54.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.54.0...@hitachivantara/uikit-react-core@3.54.1) (2022-02-04)
306
-
307
-
308
- ### Bug Fixes
309
-
310
- * **Snackbar:** fix extended interface on SnackbarProvider ([95f5a54](https://github.com/lumada-design/hv-uikit-react/commit/95f5a5447969156ef5c499dced115201014d2687))
311
-
312
-
313
-
314
-
315
-
316
- # [3.54.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.53.1...@hitachivantara/uikit-react-core@3.54.0) (2022-02-04)
317
-
318
-
319
- ### Bug Fixes
320
-
321
- * **TagsInput:** add max counter validation ([#2657](https://github.com/lumada-design/hv-uikit-react/issues/2657)) ([2d539e9](https://github.com/lumada-design/hv-uikit-react/commit/2d539e9f73a4f0ddc30486503a759f4d3e5cc38e))
322
- * **TagsInput:** add required property ([51bc3c8](https://github.com/lumada-design/hv-uikit-react/commit/51bc3c8f5fc184054596b6c3c2bc02fdf6dfcb7c))
323
- * **TagsInput:** add status validation and other fixes ([c791849](https://github.com/lumada-design/hv-uikit-react/commit/c7918490f5b6a84a1ba934a9464ba09e73a9e7e4))
324
-
325
-
326
- ### Features
327
-
328
- * **snackbar:** adding stacked snackbar provider. ([a3d7ace](https://github.com/lumada-design/hv-uikit-react/commit/a3d7ace1a7cc4414ea679881898670379689d816))
329
-
330
-
331
-
332
-
333
-
334
- ## [3.53.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.53.0...@hitachivantara/uikit-react-core@3.53.1) (2022-02-01)
335
-
336
- **Note:** Version bump only for package @hitachivantara/uikit-react-core
337
-
338
-
339
-
340
-
341
-
342
- # 3.53.0 (2022-01-27)
343
-
344
-
345
- ### Features
346
-
347
- * **table:** adding columns renderers.HVUIKIT-6288 ([fb958e8](https://github.com/lumada-design/hv-uikit-react/commit/fb958e84b144a954d57ff797249a6c70b3ef1c38))
348
-
349
-
350
-
351
-
352
-
353
- ## 3.52.5 (2022-01-19)
354
-
355
- **Note:** Version bump only for package @hitachivantara/uikit-react-core
356
-
357
-
358
-
359
-
360
-
361
- ## 3.52.4 (2022-01-19)
362
-
363
- **Note:** Version bump only for package @hitachivantara/uikit-react-core
364
-
365
-
366
-
367
-
368
-
369
- ## [3.52.3](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.52.2...@hv/uikit-react-core@3.52.3) (2022-01-15)
370
-
371
- **Note:** Version bump only for package @hv/uikit-react-core
372
-
373
-
374
-
375
-
376
-
377
- ## [3.52.2](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.52.1...@hv/uikit-react-core@3.52.2) (2022-01-13)
378
-
379
-
380
- ### Bug Fixes
381
-
382
- * **input:** onBlur typings ([7bad925](https://github.com/lumada-design/hv-uikit-react/commit/7bad9250dd1e4c9b8486d611d087cb42ff55bc58))
383
-
384
-
385
-
386
-
387
-
388
- ## [3.52.1](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.52.0...@hv/uikit-react-core@3.52.1) (2022-01-12)
389
-
390
-
391
- ### Bug Fixes
392
-
393
- * **typography:** add missing classes ([66708f3](https://github.com/lumada-design/hv-uikit-react/commit/66708f3a2575db305980f2d5a05d705e934f918b))
394
-
395
-
396
-
397
-
398
-
399
- # [3.52.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.51.0...@hv/uikit-react-core@3.52.0) (2022-01-07)
400
-
401
-
402
- ### Bug Fixes
403
-
404
- * **tags-input:** optional props not correct in typescript ([9a76ab8](https://github.com/lumada-design/hv-uikit-react/commit/9a76ab8637f61d7256ec59f42a9857aead48689c))
405
- * **utils:** utils functions not available in typescript. ([eecc3bc](https://github.com/lumada-design/hv-uikit-react/commit/eecc3bce07204ff907e840972da0a477ea46e2a3))
406
-
407
-
408
- ### Features
409
-
410
- * **tag:** apply default typography ([2aa99c3](https://github.com/lumada-design/hv-uikit-react/commit/2aa99c3f98f8388edae6a110e77729fa3d6a244e))
411
- * **tags-input:** change selected element scroll position ([4facb69](https://github.com/lumada-design/hv-uikit-react/commit/4facb69ddd16c2aa6d08ba1be10ddbc86936194d))
412
-
413
-
414
-
415
-
416
-
417
- # [3.51.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.50.0...@hv/uikit-react-core@3.51.0) (2022-01-04)
418
-
419
-
420
- ### Features
421
-
422
- * **query-builder:** add initial version of the component. HVUIKIT-6287 ([414836e](https://github.com/lumada-design/hv-uikit-react/commit/414836e6213fcb467b86e86ff1a8c86b5ae77073))
423
- * **tags-input:** have multiline as false, update docs. HVUIKIT-5702 ([bb65755](https://github.com/lumada-design/hv-uikit-react/commit/bb65755ae99a8b718eb991dad590dd94cbcc8a3a))
424
- * **TagsInput:** add tags input component ([4ce7e9a](https://github.com/lumada-design/hv-uikit-react/commit/4ce7e9aa05d04967ef5e9f658522753b70363b8f))
425
- * **Textarea:** add tags list functionality ([80a04ae](https://github.com/lumada-design/hv-uikit-react/commit/80a04ae0242b562ae9571abf220b64802a03311b))
426
-
427
-
428
-
429
-
430
-
431
- # [3.50.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.49.1...@hv/uikit-react-core@3.50.0) (2021-12-21)
432
-
433
-
434
- ### Features
435
-
436
- * **Tag:** added deleteButtonProps prop to allow passing properties to the delete button on the Tag ([6c63866](https://github.com/lumada-design/hv-uikit-react/commit/6c63866e726f13a54988bbbc2cf1357a72786447))
437
-
438
-
439
-
440
-
441
-
442
- ## [3.49.1](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.49.0...@hv/uikit-react-core@3.49.1) (2021-12-17)
443
-
444
-
445
- ### Bug Fixes
446
-
447
- * **snackbar:** add snackbarcontentprops on snackbar.d.ts ([#2619](https://github.com/lumada-design/hv-uikit-react/issues/2619)) ([b13f238](https://github.com/lumada-design/hv-uikit-react/commit/b13f2388141954ca0e6aa7b309521e5f54c40e56))
448
- * **snackbar:** allow content style customization. HVUIKIT-6306 ([d3cf937](https://github.com/lumada-design/hv-uikit-react/commit/d3cf937da05fa81d7e2a3ceb26194dda159bb3cf))
449
-
450
-
451
-
452
-
453
-
454
- # [3.49.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.48.2...@hv/uikit-react-core@3.49.0) (2021-12-14)
455
-
456
-
457
- ### Bug Fixes
458
-
459
- * **asset-inventory:** update bulk actions spacings. HVUIKIT-5960 ([#2613](https://github.com/lumada-design/hv-uikit-react/issues/2613)) ([3c9b13d](https://github.com/lumada-design/hv-uikit-react/commit/3c9b13d13186997e22330efd607f3faee1e1063b))
460
- * **empty-state:** title bottom margin. HVUIKIT-5961 ([9574b51](https://github.com/lumada-design/hv-uikit-react/commit/9574b517da9595cce38da625470689aa0c245172))
461
- * **snackbar:** allow content style customization. HVUIKIT-6306 ([d3cf937](https://github.com/lumada-design/hv-uikit-react/commit/d3cf937da05fa81d7e2a3ceb26194dda159bb3cf))
462
-
463
-
464
- ### Features
465
-
466
- * **pagination:** hide page size labels in xs screens. HVUIKIT-5742 ([f967063](https://github.com/lumada-design/hv-uikit-react/commit/f9670632bca9e220d10b98a2fa9817eb715a6520))
467
-
468
-
469
-
470
-
471
-
472
- ## 3.48.2 (2021-12-09)
473
-
474
-
475
- ### Bug Fixes
476
-
477
- * **input:** email regex validation, fixes issue [#2608](https://github.com/lumada-design/hv-uikit-react/issues/2608) ([#2609](https://github.com/lumada-design/hv-uikit-react/issues/2609)) ([81e276a](https://github.com/lumada-design/hv-uikit-react/commit/81e276ae1369a1c78e842b52419ee319da10dca4))
478
-
479
-
480
-
481
-
482
-
483
- ## [3.48.1](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.48.0...@hv/uikit-react-core@3.48.1) (2021-12-04)
484
-
485
-
486
- ### Bug Fixes
487
-
488
- * **assetinventory:** pagesize should not be set if undefined.#HVUIKIT-5776 ([940a73e](https://github.com/lumada-design/hv-uikit-react/commit/940a73ee0821d9f934fd4d3abc2f22e17a377c9b)), closes [undefined.#HVUIKIT-5776](https://github.com/undefined./issues/HVUIKIT-5776)
489
- * **datepicker:** placeholder should not be undefined.#HVUIKIT-5776 ([e5dd223](https://github.com/lumada-design/hv-uikit-react/commit/e5dd2239311daa67367cb82b5bb56008454e0d55)), closes [undefined.#HVUIKIT-5776](https://github.com/undefined./issues/HVUIKIT-5776)
490
- * **emptystate:** p cannot be parent of div.HVUIKIT-5776 ([a4f34b2](https://github.com/lumada-design/hv-uikit-react/commit/a4f34b23237fac2edf20edf26d1ad90855d7731d))
491
- * **Provider:** expose UI Kit context and hooks ([86cf448](https://github.com/lumada-design/hv-uikit-react/commit/86cf4485c085086d3acbfd50a17d012b19ec78d3))
492
- * **tag:** button must have a child.HVUIKIT-5776 ([f31f643](https://github.com/lumada-design/hv-uikit-react/commit/f31f643ebc45a59a4c2feadaa8ae2b14f65cfed4))
493
- * contexts' non-stable values HVUIKIT-6277 ([5e22f27](https://github.com/lumada-design/hv-uikit-react/commit/5e22f279a921361ac79543abdb11d17b56228199))
494
- * unguarded potential spread of undefined values HVUIKIT-6277 ([bf58e79](https://github.com/lumada-design/hv-uikit-react/commit/bf58e795fe53287bd59ffa9f17f6c0136f896a1e))
495
- * unstable nested components HVUIKIT-6277 ([9fcb68f](https://github.com/lumada-design/hv-uikit-react/commit/9fcb68f2041e090b1e948b6833bdcc54d9a4fabd))
496
-
497
-
498
-
499
-
500
-
501
- # 3.48.0 (2021-11-30)
502
-
503
-
504
- ### Bug Fixes
505
-
506
- * **assetinventory:** pagesize should not be set if undefined.#HVUIKIT-5776 ([940a73e](https://github.com/lumada-design/hv-uikit-react/commit/940a73ee0821d9f934fd4d3abc2f22e17a377c9b)), closes [undefined.#HVUIKIT-5776](https://github.com/undefined./issues/HVUIKIT-5776)
507
- * **datepicker:** placeholder should not be undefined.#HVUIKIT-5776 ([e5dd223](https://github.com/lumada-design/hv-uikit-react/commit/e5dd2239311daa67367cb82b5bb56008454e0d55)), closes [undefined.#HVUIKIT-5776](https://github.com/undefined./issues/HVUIKIT-5776)
508
- * **emptystate:** p cannot be parent of div.HVUIKIT-5776 ([a4f34b2](https://github.com/lumada-design/hv-uikit-react/commit/a4f34b23237fac2edf20edf26d1ad90855d7731d))
509
- * **tag:** button must have a child.HVUIKIT-5776 ([f31f643](https://github.com/lumada-design/hv-uikit-react/commit/f31f643ebc45a59a4c2feadaa8ae2b14f65cfed4))
510
- * contexts' non-stable values HVUIKIT-6277 ([5e22f27](https://github.com/lumada-design/hv-uikit-react/commit/5e22f279a921361ac79543abdb11d17b56228199))
511
- * unguarded potential spread of undefined values HVUIKIT-6277 ([bf58e79](https://github.com/lumada-design/hv-uikit-react/commit/bf58e795fe53287bd59ffa9f17f6c0136f896a1e))
512
- * unstable nested components HVUIKIT-6277 ([9fcb68f](https://github.com/lumada-design/hv-uikit-react/commit/9fcb68f2041e090b1e948b6833bdcc54d9a4fabd))
513
-
514
-
515
-
516
-
517
-
518
- # [3.47.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.46.4...@hv/uikit-react-core@3.47.0) (2021-10-28)
519
-
520
-
521
- ### Features
522
-
523
- * minor dependencies updates ([09c4766](https://github.com/lumada-design/hv-uikit-react/commit/09c47665940c6bef70eb57fe86ec79931c592585))
524
-
525
-
526
-
527
-
528
-
529
- ## [3.46.4](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.46.3...@hv/uikit-react-core@3.46.4) (2021-10-27)
530
-
531
-
532
- ### Bug Fixes
533
-
534
- * **Tooltip:** prevent tooltip to be opened ([3bcd3f1](https://github.com/lumada-design/hv-uikit-react/commit/3bcd3f1ad96524c54ff1737219101e376336f005))
535
-
536
-
537
-
538
-
539
-
540
- ## 3.46.3 (2021-10-22)
541
-
542
-
543
- ### Bug Fixes
544
-
545
- * **banner:** label can be a node ([66dd992](https://github.com/lumada-design/hv-uikit-react/commit/66dd99244a17fa3e6183f1c0ec7764216a4ddc53))
546
-
547
-
548
-
549
-
550
-
551
- ## [3.46.2](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.46.1...@hv/uikit-react-core@3.46.2) (2021-10-12)
552
-
553
-
554
- ### Bug Fixes
555
-
556
- * **card:** selected card should have border visible ([1daa450](https://github.com/lumada-design/hv-uikit-react/commit/1daa4505569de64d0d36ab2e76902457402b3937))
557
- * **dropdown:** line-height should be in pixels ([52d0255](https://github.com/lumada-design/hv-uikit-react/commit/52d0255b68847b91c91dd479d1157171e0f74277))
558
-
559
-
560
-
561
-
562
-
563
- ## [3.46.1](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.46.0...@hv/uikit-react-core@3.46.1) (2021-10-08)
564
-
565
-
566
- ### Bug Fixes
567
-
568
- * **list-container:** ts definition ([1643b54](https://github.com/lumada-design/hv-uikit-react/commit/1643b5495555a5f20bef7486c463157ee1416cac))
569
-
570
-
571
-
572
-
573
-
574
- # [3.46.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.45.3...@hv/uikit-react-core@3.46.0) (2021-09-28)
575
-
576
-
577
- ### Features
578
-
579
- * **timepicker:** allow empty initial value HVUIKIT-6021 ([336a032](https://github.com/lumada-design/hv-uikit-react/commit/336a0322fa24f26e462e41b456abcea8a7b6505c))
580
-
581
-
582
-
583
-
584
-
585
- ## [3.45.3](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.45.2...@hv/uikit-react-core@3.45.3) (2021-09-24)
586
-
587
-
588
- ### Bug Fixes
589
-
590
- * **file-uploader:** export Preview typescript defs ([f2b0659](https://github.com/lumada-design/hv-uikit-react/commit/f2b065993c780b272b75ce9ec8f3a9917e326110))
591
- * **file-uploader:** Preview typescript defs ([005e808](https://github.com/lumada-design/hv-uikit-react/commit/005e8088c8dd32e36f293b8b661bf3cff1b78212))
592
-
593
-
594
-
595
-
596
-
597
- ## [3.45.2](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.45.1...@hv/uikit-react-core@3.45.2) (2021-09-24)
598
-
599
-
600
- ### Bug Fixes
601
-
602
- * **file-uploader:** export Preview typescript defs ([f2b0659](https://github.com/lumada-design/hv-uikit-react/commit/f2b065993c780b272b75ce9ec8f3a9917e326110))
603
-
604
-
605
-
606
-
607
-
608
- ## [3.45.1](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.45.0...@hv/uikit-react-core@3.45.1) (2021-09-21)
609
-
610
-
611
- ### Bug Fixes
612
-
613
- * **date-picker:** review of visible calendars logic HVUIKIT-6005 HVUIKIT-5605 ([72afce4](https://github.com/lumada-design/hv-uikit-react/commit/72afce407f385766f17c74242fa966ddc3a55657))
614
- * **filtergroup:** add support for ids as number ([5b43fb7](https://github.com/lumada-design/hv-uikit-react/commit/5b43fb7d528651e260f70def5bc7e0ff95cae2ce))
615
- * **theme:** create structure for shadow color [#2559](https://github.com/lumada-design/hv-uikit-react/issues/2559) ([7a84641](https://github.com/lumada-design/hv-uikit-react/commit/7a84641db8f69bc3827f7dd7948257314cc9387a))
616
-
617
-
618
-
619
-
620
-
621
- # [3.45.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.44.1...@hv/uikit-react-core@3.45.0) (2021-09-18)
622
-
623
-
624
- ### Bug Fixes
625
-
626
- * **file-uploader:** labels should be optional ([56f36d1](https://github.com/lumada-design/hv-uikit-react/commit/56f36d1c7bd94655dd2840ec2e49330bb37307d5))
627
- * **file-uploader:** separator file list rendered if needed ([9642c03](https://github.com/lumada-design/hv-uikit-react/commit/9642c03644a61a333c8111497faa6c03e8518f15))
628
-
629
-
630
- ### Features
631
-
632
- * upgrade dependencies ([23ee616](https://github.com/lumada-design/hv-uikit-react/commit/23ee6167429605bbce7f70e93412b9dd28f5195f))
633
-
634
-
635
-
636
-
637
-
638
- ## [3.44.1](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.44.0...@hv/uikit-react-core@3.44.1) (2021-09-17)
639
-
640
-
641
- ### Bug Fixes
642
-
643
- * **filter-group:** change filter value to selection by group ([6505bfe](https://github.com/lumada-design/hv-uikit-react/commit/6505bfe632d36f0245f56a10bd690676d7ec845d))
644
-
645
-
646
-
647
-
648
-
649
- # [3.44.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.43.2...@hv/uikit-react-core@3.44.0) (2021-09-15)
650
-
651
-
652
- ### Bug Fixes
653
-
654
- * **basedropdown:** add container class to types ([bc998c9](https://github.com/lumada-design/hv-uikit-react/commit/bc998c9dc674d5a01a0329e24aa5ed959d397f53))
655
- * **dropdownmenu:** label types ([02fd062](https://github.com/lumada-design/hv-uikit-react/commit/02fd062dbf96983610e0ea455dde1db94d836e18))
656
-
657
-
658
- ### Features
659
-
660
- * **dropdown:** add experimental virtualized list. HVUIKIT-6001 ([d4a68d6](https://github.com/lumada-design/hv-uikit-react/commit/d4a68d6db304e3c662cd3817ddad46536aa2de3f))
661
-
662
-
663
-
664
-
665
-
666
- ## [3.43.2](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.43.1...@hv/uikit-react-core@3.43.2) (2021-09-08)
667
-
668
-
669
- ### Bug Fixes
670
-
671
- * **date-picker:** labels ts definition HVUIKIT-5990 ([c7a94e9](https://github.com/lumada-design/hv-uikit-react/commit/c7a94e96c7e42cfd808d0bb0d0b2354f78369d82))
672
-
673
-
674
-
675
-
676
-
677
- ## [3.43.1](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.43.0...@hv/uikit-react-core@3.43.1) (2021-09-03)
678
-
679
-
680
- ### Bug Fixes
681
-
682
- * **breadcrumb:** typo in typescript export. [#2538](https://github.com/lumada-design/hv-uikit-react/issues/2538) ([0348563](https://github.com/lumada-design/hv-uikit-react/commit/03485639dc8a65b5ce5ec3f2a3eff94a5f2f92bf))
683
- * **snackbar:** typos in typescript export ([c79442d](https://github.com/lumada-design/hv-uikit-react/commit/c79442dae48306adb6a67aec7404e9e4035583e8))
684
- * **theme:** add and fix typescript definitions. [#2554](https://github.com/lumada-design/hv-uikit-react/issues/2554) ([01507f2](https://github.com/lumada-design/hv-uikit-react/commit/01507f2ecf8283e50f01b439d9b65069b59ff98f))
685
-
686
-
687
-
688
-
689
-
690
- # [3.43.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.42.0...@hv/uikit-react-core@3.43.0) (2021-09-02)
691
-
692
-
693
- ### Bug Fixes
694
-
695
- * **base-dropdown:** prevent bad positioning with popper ([4c84535](https://github.com/lumada-design/hv-uikit-react/commit/4c84535e3b3cc8e84ca9da2d4d0fb8ee2181b940))
696
-
697
-
698
- ### Features
699
-
700
- * **snackbar:** expose SnackbarContent typescript definitions ([23bd3a8](https://github.com/lumada-design/hv-uikit-react/commit/23bd3a898d40d640086e71099261ad49c7b155fa))
701
-
702
-
703
-
704
-
705
-
706
- # [3.42.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.41.0...@hv/uikit-react-core@3.42.0) (2021-08-30)
707
-
708
-
709
- ### Bug Fixes
710
-
711
- * **GlobalActions:** adjust title and buttons spacing. HVUIKIT-5962 ([645c32f](https://github.com/lumada-design/hv-uikit-react/commit/645c32f89d26caaed630f730623a27cabc8208b2))
712
- * change [Event] to React.[Event] ([d7a7da5](https://github.com/lumada-design/hv-uikit-react/commit/d7a7da52910d0e0f15fc2bc4d8fef9c8198353b9))
713
- * **radioGroup:** orientation is optional ([55b7f3e](https://github.com/lumada-design/hv-uikit-react/commit/55b7f3e6f8d6c2a227097bab41ccab2b72fd6ae8))
714
-
715
-
716
- ### Features
717
-
718
- * **datepicker:** adding clear button.HVUIKIT-5845 ([eda9590](https://github.com/lumada-design/hv-uikit-react/commit/eda9590f44cc3a043180db6d4ba6f69aecfc8c59))
719
- * **file-uploader:** allow optional labels. ([0fe7209](https://github.com/lumada-design/hv-uikit-react/commit/0fe720960fb3533060ffbe4748ae6cd7fc9b71f4))
720
- * **fileuploader:** adjust labels, spacing and prop name. HVUIKIT-5975 ([bb6cde4](https://github.com/lumada-design/hv-uikit-react/commit/bb6cde44eaa76e87567663df6443723aafb42d54))
721
-
722
-
723
-
724
-
725
-
726
- # [3.41.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.40.1...@hv/uikit-react-core@3.41.0) (2021-08-26)
727
-
728
-
729
- ### Bug Fixes
730
-
731
- * **radioGroup:** orientation is optional ([55b7f3e](https://github.com/lumada-design/hv-uikit-react/commit/55b7f3e6f8d6c2a227097bab41ccab2b72fd6ae8))
732
-
733
-
734
- ### Features
735
-
736
- * **datepicker:** adding clear button.HVUIKIT-5845 ([eda9590](https://github.com/lumada-design/hv-uikit-react/commit/eda9590f44cc3a043180db6d4ba6f69aecfc8c59))
737
-
738
-
739
-
740
-
741
-
742
- ## [3.40.1](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.40.0...@hv/uikit-react-core@3.40.1) (2021-08-21)
743
-
744
-
745
- ### Bug Fixes
746
-
747
- * uniformize React.ref propTypes ([7254072](https://github.com/lumada-design/hv-uikit-react/commit/72540729f72f01c6b66205e4f68fa7723f3b6a53))
748
-
749
-
750
-
751
-
752
-
753
- # [3.40.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.39.1...@hv/uikit-react-core@3.40.0) (2021-08-20)
754
-
755
-
756
- ### Features
757
-
758
- * **button:** expose component prop in typescript ([9eba433](https://github.com/lumada-design/hv-uikit-react/commit/9eba43383f7c2583902e729bb54ea0da2ea10978))
759
- * **scroll-to:** expose useScrollTo hook ([5ce8a16](https://github.com/lumada-design/hv-uikit-react/commit/5ce8a1640be64b7715e30ca0d51a2839cba3a372))
760
- * allow customization of `HvBaseDropdown` `container` class. [#2535](https://github.com/lumada-design/hv-uikit-react/issues/2535) ([72c0036](https://github.com/lumada-design/hv-uikit-react/commit/72c003665a4c9489fa912b4930c68036eaa638e0))
761
-
762
-
763
-
764
-
765
-
766
- ## [3.39.1](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.39.0...@hv/uikit-react-core@3.39.1) (2021-08-20)
767
-
768
-
769
- ### Bug Fixes
770
-
771
- * miscellaneous wrong typescript definitions ([038546b](https://github.com/lumada-design/hv-uikit-react/commit/038546b674487e6974bd1742a0fe9d9bd0a52b1b))
772
-
773
-
774
-
775
-
776
-
777
- # [3.39.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.38.10...@hv/uikit-react-core@3.39.0) (2021-08-17)
778
-
779
-
780
- ### Bug Fixes
781
-
782
- * **dropdown:** don't break when filtering values with label nodes ([8e99f42](https://github.com/lumada-design/hv-uikit-react/commit/8e99f42429c58fa0dd585eb3a7705adcaa707846))
783
- * **dropdown:** remove slow deep clone of values ([7c2019e](https://github.com/lumada-design/hv-uikit-react/commit/7c2019e6b242a7f591221731b85191fd893b081b))
784
- * **dropdown:** warning div as descendant of p with custom placeholder ([d15e22b](https://github.com/lumada-design/hv-uikit-react/commit/d15e22b099c68d3b27cb029fed1d4cbbfc451153))
785
- * **loading:** change overlay background color. HVUIKIT-5948 ([e4ebf20](https://github.com/lumada-design/hv-uikit-react/commit/e4ebf209e3d0c114932e98e7a1c84de47cd791e3))
786
- * **tag:** fix invalid semantic color warning ([fa38d4e](https://github.com/lumada-design/hv-uikit-react/commit/fa38d4edb70ac22225571d219a71de99989a1084))
787
-
788
-
789
- ### Features
790
-
791
- * **bulk-actions:** add checkbox prop. HVUIKIT-5912 ([1d10a8e](https://github.com/lumada-design/hv-uikit-react/commit/1d10a8ed2ccba9c843c7ab5735f193700abbccfc))
792
-
793
-
794
-
795
-
796
-
797
- ## [3.38.10](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.38.9...@hv/uikit-react-core@3.38.10) (2021-08-14)
798
-
799
-
800
- ### Bug Fixes
801
-
802
- * **base-dropdown:** add max-width to fix popper position calculation. HVUIKIT-5838 ([2597d90](https://github.com/lumada-design/hv-uikit-react/commit/2597d90b00825177c3253aa14942b6cb11590206))
803
- * **datepicker:** set ts onchange def to accept varying args ([f8ed7b9](https://github.com/lumada-design/hv-uikit-react/commit/f8ed7b93949054ae4c37d88a6f3efa20edafb2cf))
804
- * **list:** list value label ts definition ([639102a](https://github.com/lumada-design/hv-uikit-react/commit/639102a6b930cd5041778291c61f460c3564ca47))
805
-
806
-
807
-
808
-
809
-
810
- ## [3.38.9](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.38.8...@hv/uikit-react-core@3.38.9) (2021-08-12)
811
-
812
-
813
- ### Bug Fixes
814
-
815
- * **datepicker:** set start adornment to not required in ts defs ([b05d69a](https://github.com/lumada-design/hv-uikit-react/commit/b05d69a64910086abbafa441de747a997b43bb03))
816
-
817
-
818
-
819
-
820
-
821
- ## [3.38.8](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.38.7...@hv/uikit-react-core@3.38.8) (2021-08-11)
822
-
823
-
824
- ### Bug Fixes
825
-
826
- * **filtergroup:** clear input on group change and list scroll. HVUIKIT-5936 ([664426f](https://github.com/lumada-design/hv-uikit-react/commit/664426fc4b5ad21c318fd4ce297c4b8ac03404a7))
827
- * **filtergroup:** item selection not being retained. HVUIKIT-5937 ([e4663a2](https://github.com/lumada-design/hv-uikit-react/commit/e4663a2665ce199c9ad910c3da1175c30c9b32e9))
828
-
829
-
830
-
831
-
832
-
833
- ## [3.38.7](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.38.6...@hv/uikit-react-core@3.38.7) (2021-08-09)
834
-
835
-
836
- ### Bug Fixes
837
-
838
- * misc ts definitions HVUIKIT-5928 ([128c1bd](https://github.com/lumada-design/hv-uikit-react/commit/128c1bd97d00584704146f0b4447eb98a96d6828))
839
-
840
-
841
-
842
-
843
-
844
- ## [3.38.6](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.38.5...@hv/uikit-react-core@3.38.6) (2021-08-06)
845
-
846
- **Note:** Version bump only for package @hv/uikit-react-core
847
-
848
-
849
-
850
-
851
-
852
- ## [3.38.5](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.38.4...@hv/uikit-react-core@3.38.5) (2021-08-03)
853
-
854
-
855
- ### Bug Fixes
856
-
857
- * **table:** detect cell content overflow to show tooltip HVUIKIT-5927 ([6304fe7](https://github.com/lumada-design/hv-uikit-react/commit/6304fe7623a01efbe9c1ad758cdcfe164cec0496))
858
-
859
-
860
-
861
-
862
-
863
- ## [3.38.4](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.38.3...@hv/uikit-react-core@3.38.4) (2021-08-03)
864
-
865
-
866
- ### Bug Fixes
867
-
868
- * **pagination:** dropdown styling specificity HVUIKIT-5923 ([8d0604c](https://github.com/lumada-design/hv-uikit-react/commit/8d0604c5ec73600a4ab9dc90fa01bed2ff6f4d8f))
869
-
870
-
871
-
872
-
873
-
874
- ## [3.38.3](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.38.2...@hv/uikit-react-core@3.38.3) (2021-08-03)
875
-
876
-
877
- ### Bug Fixes
878
-
879
- * **pagination:** current page input aria-label ([c54a617](https://github.com/lumada-design/hv-uikit-react/commit/c54a61772b11181429a33eba7f130134dd963ebe))
880
- * **pagination:** page size options layout ([bd52cd9](https://github.com/lumada-design/hv-uikit-react/commit/bd52cd9bcde49ba120d57875a355ba9aa67e25a9))
881
- * **table:** paginationLabels prop ts definition ([9f46aa6](https://github.com/lumada-design/hv-uikit-react/commit/9f46aa61a7afc0665b8af47548e31e99620cc0df))
882
-
883
-
884
-
885
-
886
-
887
- ## [3.38.2](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.38.1...@hv/uikit-react-core@3.38.2) (2021-07-30)
888
-
889
-
890
- ### Bug Fixes
891
-
892
- * **filterGroup:** flex item only applied in filter. HVUIKIT-5914 ([a2b30f2](https://github.com/lumada-design/hv-uikit-react/commit/a2b30f20cf976f75310ad43def61bada461bd99a))
893
- * **filterGroup:** no tooltip on the list options when required.HVUIKIT-5914 ([93d5c1a](https://github.com/lumada-design/hv-uikit-react/commit/93d5c1aca03a9224966664907f1c73298a71e5be))
894
- * **table:** cell with expander does not include tooltip.HVUIKIT-5908 ([70e30ae](https://github.com/lumada-design/hv-uikit-react/commit/70e30ae4ae04fc77c68d38832d0d453fcaffb79a))
895
- * **table:** fix ie columns are moving with big text.HVUIKIT-5908 ([31791cd](https://github.com/lumada-design/hv-uikit-react/commit/31791cdcd546dc5b4300c75bc41e6fa4101a54b7))
896
- * **textArea:** typescript is missing callbacks.HVUIKIT-5866 ([4f48259](https://github.com/lumada-design/hv-uikit-react/commit/4f48259a6e35e6e6fe6ef4895093c1605b93a787))
897
-
898
-
899
-
900
-
901
-
902
- ## [3.38.1](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.38.0...@hv/uikit-react-core@3.38.1) (2021-07-27)
903
-
904
-
905
- ### Bug Fixes
906
-
907
- * **table:** cell with expander does not include tooltip.HVUIKIT-5908 ([70e30ae](https://github.com/lumada-design/hv-uikit-react/commit/70e30ae4ae04fc77c68d38832d0d453fcaffb79a))
908
- * **table:** fix ie columns are moving with big text.HVUIKIT-5908 ([31791cd](https://github.com/lumada-design/hv-uikit-react/commit/31791cdcd546dc5b4300c75bc41e6fa4101a54b7))
909
- * **textArea:** typescript is missing callbacks.HVUIKIT-5866 ([4f48259](https://github.com/lumada-design/hv-uikit-react/commit/4f48259a6e35e6e6fe6ef4895093c1605b93a787))
910
-
911
-
912
-
913
-
914
-
915
- # [3.38.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.37.0...@hv/uikit-react-core@3.38.0) (2021-07-15)
916
-
917
-
918
- ### Bug Fixes
919
-
920
- * **button:** icon buttons inheriting parent size ([41375a5](https://github.com/lumada-design/hv-uikit-react/commit/41375a565380ccd123c2e7397603d46661128b55))
921
-
922
-
923
- ### Features
924
-
925
- * **table:** allow bulk actions to handle server side pagination. HVUIKIT-5837 ([caa9cd4](https://github.com/lumada-design/hv-uikit-react/commit/caa9cd4f71677b5f1a091fb708462283a7fffc14))
926
- * **tag:** remove hover effect if no onClick is assigned. HVUIKIT-5847 ([759377a](https://github.com/lumada-design/hv-uikit-react/commit/759377afb4cc15b8768f017fad95e4772a72b3ca))
927
-
928
-
929
-
930
-
931
-
932
- # [3.37.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.36.3...@hv/uikit-react-core@3.37.0) (2021-07-08)
933
-
934
-
935
- ### Features
936
-
937
- * **scrollTo:** adding vertical scrollto.HVUIKIT-5510. ([32942f7](https://github.com/lumada-design/hv-uikit-react/commit/32942f7c16f927f9f3390ce5994f746505d3b696))
938
-
939
-
940
-
941
-
942
-
943
- ## [3.36.3](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.36.2...@hv/uikit-react-core@3.36.3) (2021-07-07)
944
-
945
- **Note:** Version bump only for package @hv/uikit-react-core
946
-
947
-
948
-
949
-
950
-
951
- ## [3.36.2](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.36.1...@hv/uikit-react-core@3.36.2) (2021-07-06)
952
-
953
-
954
- ### Bug Fixes
955
-
956
- * **notificationPanel:** dropdown click event is bubbled to notifications.[#2492](https://github.com/lumada-design/hv-uikit-react/issues/2492) ([ebeb1b8](https://github.com/lumada-design/hv-uikit-react/commit/ebeb1b850094bc388f6542ab15ca9ab4f5406424))
957
-
958
-
959
-
960
-
961
-
962
- ## [3.36.1](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.36.0...@hv/uikit-react-core@3.36.1) (2021-07-03)
963
-
964
-
965
- ### Bug Fixes
966
-
967
- * **dropdown:** make onToggle optional in type definition ([ca3cba9](https://github.com/lumada-design/hv-uikit-react/commit/ca3cba97ed7f3e636fa59ca590c5a128d65c2af3))
968
-
969
-
970
-
971
-
972
-
973
- # [3.36.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.35.0...@hv/uikit-react-core@3.36.0) (2021-07-02)
974
-
975
-
976
- ### Bug Fixes
977
-
978
- * **accordion:** remove transparent border. HVUIKIT-5872 ([35dc292](https://github.com/lumada-design/hv-uikit-react/commit/35dc2921baf8a0828653931f1c49c3ad427967e7))
979
- * **checkbox:** add background on focus. HVUIKIT-5861 ([8c23c76](https://github.com/lumada-design/hv-uikit-react/commit/8c23c766e53682dbb361cbebab8221ad23fa9c30))
980
- * **checkbox:** apply background in the correct element. HVUIKIT-5861 ([aa871ba](https://github.com/lumada-design/hv-uikit-react/commit/aa871bae318424f1d1231625ce1fa347598e23ac))
981
- * **filter-group:** fix focus style and remove unnneeded hook. HVUIKIT-4981 ([0d06670](https://github.com/lumada-design/hv-uikit-react/commit/0d066706a1d3bf2e3b97e48ef375951e4590803a))
982
- * **input:** prevent state update on unmounted input ([c1a6fc1](https://github.com/lumada-design/hv-uikit-react/commit/c1a6fc13529418be4970b7b1f78aa3abd54e00f8))
983
- * **vertical-navigation:** export NavigationData ts definition ([64eeb12](https://github.com/lumada-design/hv-uikit-react/commit/64eeb1296f2616c89f2ce5fa69a762cd29d4b3a8))
984
- * **vertical-navigation:** onChange TS function [#2476](https://github.com/lumada-design/hv-uikit-react/issues/2476) ([3de627d](https://github.com/lumada-design/hv-uikit-react/commit/3de627d8846ed6b2ae49b22ec886aca41264ffee))
985
-
986
-
987
- ### Features
988
-
989
- * **dropdown:** onToggle, onCancel and onClickOutside callbacks [#2469](https://github.com/lumada-design/hv-uikit-react/issues/2469) ([46b237f](https://github.com/lumada-design/hv-uikit-react/commit/46b237f2ddcd6deb86c54fda3a0c7a6981252228))
990
- * **filter-group:** add component according to DS guidelines. HVUIKIT-4981 ([44dd361](https://github.com/lumada-design/hv-uikit-react/commit/44dd3615c093b704136e59814a1e50607f671872))
991
- * **scrollto:** add horizontal scrollto.HVUIKIT-5510 ([5856f9c](https://github.com/lumada-design/hv-uikit-react/commit/5856f9c5dfa2a02b0945045d22213b1cefac3d30))
992
- * **theme:** add shadow color. HVUIKIT-4981 ([e3dc8d4](https://github.com/lumada-design/hv-uikit-react/commit/e3dc8d4f925c1468584ce67979b951302bc00b78))
993
- * **vertical-navigation:** allow other properties in navigation data ([b86078b](https://github.com/lumada-design/hv-uikit-react/commit/b86078b0e7eeb6cb99c1f01b12e20f1d9c1ef79f))
994
-
995
-
996
-
997
-
998
-
999
- # [3.35.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.34.0...@hv/uikit-react-core@3.35.0) (2021-06-28)
1000
-
1001
-
1002
- ### Features
1003
-
1004
- * **vertical-navigation:** add expand/collapse capability HVUIKIT-5788 ([0aefec1](https://github.com/lumada-design/hv-uikit-react/commit/0aefec1177b98956ea30354b33245acc765a903a))
1005
-
1006
-
1007
-
1008
-
1009
-
1010
- # [3.34.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.33.0...@hv/uikit-react-core@3.34.0) (2021-06-23)
1011
-
1012
-
1013
- ### Features
1014
-
1015
- * add onCancel callback. [#2466](https://github.com/lumada-design/hv-uikit-react/issues/2466) ([3309f5d](https://github.com/lumada-design/hv-uikit-react/commit/3309f5d98d117eb68071dbbafb61bd6f585ddeab))
1016
-
1017
-
1018
-
1019
-
1020
-
1021
- # [3.33.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.32.0...@hv/uikit-react-core@3.33.0) (2021-06-17)
1022
-
1023
-
1024
- ### Features
1025
-
1026
- * added support for react 17 HVUIKIT-5618 ([#2449](https://github.com/lumada-design/hv-uikit-react/issues/2449)) ([65eaecf](https://github.com/lumada-design/hv-uikit-react/commit/65eaecfd221de75e037e0898e38d857d8a49adc3))
1027
-
1028
-
1029
-
1030
-
1031
-
1032
- # 3.32.0 (2021-06-14)
1033
-
1034
-
1035
- ### Bug Fixes
1036
-
1037
- * **globalactions:** error in console because of wrong type.HVUIKIT-5789 ([c71749b](https://github.com/lumada-design/hv-uikit-react/commit/c71749b914476abf4e4d9c39af56ac4c6fc3efe4))
1038
- * **pagination:** update input when page prop is externally changed ([0ec4c07](https://github.com/lumada-design/hv-uikit-react/commit/0ec4c079105705d8a19cb62df9d3c0105c504345))
1039
-
1040
-
1041
- ### Features
1042
-
1043
- * **table:** usage with react-table HVUIKIT-5736 ([8caf14a](https://github.com/lumada-design/hv-uikit-react/commit/8caf14a93b46516db332276972de04fcae00ca4d))
1044
-
1045
-
1046
-
1047
-
1048
-
1049
- # [3.31.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.30.2...@hv/uikit-react-core@3.31.0) (2021-05-27)
1050
-
1051
-
1052
- ### Features
1053
-
1054
- * **userpreference:** typescript props should be optional. HVUIKIT-5786 ([bd52014](https://github.com/lumada-design/hv-uikit-react/commit/bd52014134d19df6b28cc36ac0cdac05698e0d3f))
1055
-
1056
-
1057
-
1058
-
1059
-
1060
- ## [3.30.2](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.30.1...@hv/uikit-react-core@3.30.2) (2021-05-26)
1061
-
1062
- **Note:** Version bump only for package @hv/uikit-react-core
1063
-
1064
-
1065
-
1066
-
1067
-
1068
- ## 3.30.1 (2021-05-25)
1069
-
1070
-
1071
- ### Bug Fixes
1072
-
1073
- * **header:** don't reposition header brand on sm breakpoint HVUIKIT-5784 ([8ce45e2](https://github.com/lumada-design/hv-uikit-react/commit/8ce45e210e2fcdb43940dc67ae77f07a91bfdd52))
1074
-
1075
-
1076
-
1077
-
1078
-
1079
- # [3.30.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.29.0...@hv/uikit-react-core@3.30.0) (2021-05-11)
1080
-
1081
-
1082
- ### Bug Fixes
1083
-
1084
- * **dropdown:** expose class to allow maxHeight in the list. HVUIKIT-5782 ([44fa486](https://github.com/lumada-design/hv-uikit-react/commit/44fa4861d88d93030f16ec9bc92b6a8732ba528b))
1085
- * style of invalid horizontal checkbox and radio groups HVUIKIT-5772 ([c977004](https://github.com/lumada-design/hv-uikit-react/commit/c97700404debf62295df08352d7901ca6c874f24))
1086
- * **button:** change text color to pass contrast check. HVUIKIT-5774 ([1d9d46c](https://github.com/lumada-design/hv-uikit-react/commit/1d9d46c730f07f80565b7a4ea94d491caa18a812))
1087
- * remove extra padding in valid checkbox and radio groups HVUIKIT-5772 ([25a63ce](https://github.com/lumada-design/hv-uikit-react/commit/25a63cedc0a36e923f281f42d20e76cf3bd36ccd))
1088
- * **checkboxgroup:** type definition of onChange and orientation ([2f444d7](https://github.com/lumada-design/hv-uikit-react/commit/2f444d76da229eb05364905739cbf510c420d0fa))
1089
- * **container:** remove fixed colors from components and sample. HVUIKIT-5763 ([a87bfe0](https://github.com/lumada-design/hv-uikit-react/commit/a87bfe0250b35dc15726d20865354c17e85add35))
1090
- * **datepicker:** remove fixed width allowing responsiveness usecases. HVUIKIT-5769 ([1a94f4e](https://github.com/lumada-design/hv-uikit-react/commit/1a94f4e69f2946cc0873f46399766b241c7e00eb))
1091
- * **dialog:** add margin on title to prevent close button overlay. HVUIKIT-5761 ([ff83ae4](https://github.com/lumada-design/hv-uikit-react/commit/ff83ae41b5c117ddb80b43c273033ae66678c641))
1092
- * **input:** text in input overlays close icon. HVUIKIT-5754 ([dc919df](https://github.com/lumada-design/hv-uikit-react/commit/dc919df21073b36d0fcd162199752a469b7daa55))
1093
- * **list:** fix showing unneeded tooltips. HVUIKIT-5767 ([f90e4bd](https://github.com/lumada-design/hv-uikit-react/commit/f90e4bd338cbfd9bc4d4d4549e0d5de201b727a9))
1094
- * **radio-group:** allow false value selection. HVUIKIT-5764 ([df05a99](https://github.com/lumada-design/hv-uikit-react/commit/df05a99b1a6a093fccdcf387585ec1f64c362a00))
1095
-
1096
-
1097
- ### Features
1098
-
1099
- * allow specifying id of input native elements ([c6c80c6](https://github.com/lumada-design/hv-uikit-react/commit/c6c80c6dd9e4200bc24c1198cf96c8e1e1d9704e))
1100
- * **assetinventory:** adding tooltips to list view header. HVUIKIT-5778 ([c045c20](https://github.com/lumada-design/hv-uikit-react/commit/c045c208eac12ce8278ae7637e706f9c66b77fed))
1101
- * **date-picker:** add invalid styles. HVUIKIT-5770 ([#2408](https://github.com/lumada-design/hv-uikit-react/issues/2408)) ([b023fb8](https://github.com/lumada-design/hv-uikit-react/commit/b023fb8bcdfcb0334ec74e2a1115a8efbc4c3709))
1102
- * **dropdown:** add invalid styles. HVUIKIT-5771 ([eb76d70](https://github.com/lumada-design/hv-uikit-react/commit/eb76d709cd99101f779007a68af2a78fda00870b))
1103
- * **form-element:** support external error message HVUIKIT-5772 ([#2421](https://github.com/lumada-design/hv-uikit-react/issues/2421)) ([9e96802](https://github.com/lumada-design/hv-uikit-react/commit/9e96802c4316abd0b9a7b6b270847da828f48485))
1104
-
1105
-
1106
- ### Reverts
1107
-
1108
- * Revert "chore:replace input width to auto" ([dabc340](https://github.com/lumada-design/hv-uikit-react/commit/dabc3406c6dbf08b2e14da392bb4b4bc95dcb869))
1109
-
1110
-
1111
-
1112
-
1113
-
1114
- # [3.29.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.28.0...@hv/uikit-react-core@3.29.0) (2021-05-08)
1115
-
1116
-
1117
- ### Bug Fixes
1118
-
1119
- * **container:** remove fixed colors from components and sample. HVUIKIT-5763 ([a87bfe0](https://github.com/lumada-design/hv-uikit-react/commit/a87bfe0250b35dc15726d20865354c17e85add35))
1120
- * **datepicker:** remove fixed width allowing responsiveness usecases. HVUIKIT-5769 ([1a94f4e](https://github.com/lumada-design/hv-uikit-react/commit/1a94f4e69f2946cc0873f46399766b241c7e00eb))
1121
- * **dialog:** add margin on title to prevent close button overlay. HVUIKIT-5761 ([ff83ae4](https://github.com/lumada-design/hv-uikit-react/commit/ff83ae41b5c117ddb80b43c273033ae66678c641))
1122
- * **radio-group:** allow false value selection. HVUIKIT-5764 ([df05a99](https://github.com/lumada-design/hv-uikit-react/commit/df05a99b1a6a093fccdcf387585ec1f64c362a00))
1123
-
1124
-
1125
- ### Features
1126
-
1127
- * **date-picker:** add invalid styles. HVUIKIT-5770 ([#2408](https://github.com/lumada-design/hv-uikit-react/issues/2408)) ([b023fb8](https://github.com/lumada-design/hv-uikit-react/commit/b023fb8bcdfcb0334ec74e2a1115a8efbc4c3709))
1128
- * **dropdown:** add invalid styles. HVUIKIT-5771 ([eb76d70](https://github.com/lumada-design/hv-uikit-react/commit/eb76d709cd99101f779007a68af2a78fda00870b))
1129
-
1130
-
1131
-
1132
-
1133
-
1134
- # [3.28.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.27.0...@hv/uikit-react-core@3.28.0) (2021-05-07)
1135
-
1136
-
1137
- ### Features
1138
-
1139
- * **dropdown:** add invalid styles. HVUIKIT-5771 ([eb76d70](https://github.com/lumada-design/hv-uikit-react/commit/eb76d709cd99101f779007a68af2a78fda00870b))
1140
-
1141
-
1142
-
1143
-
1144
-
1145
- # 3.27.0 (2021-05-06)
1146
-
1147
-
1148
- ### Features
1149
-
1150
- * **date-picker:** add invalid styles. HVUIKIT-5770 ([#2408](https://github.com/lumada-design/hv-uikit-react/issues/2408)) ([b023fb8](https://github.com/lumada-design/hv-uikit-react/commit/b023fb8bcdfcb0334ec74e2a1115a8efbc4c3709))
1151
-
1152
-
1153
-
1154
-
1155
-
1156
- # [3.26.0](https://github.com/lumada-design/hv-uikit-react/compare/@hv/uikit-react-core@3.25.0...@hv/uikit-react-core@3.26.0) (2021-05-05)
1157
-
1158
-
1159
- ### Bug Fixes
1160
-
1161
- * **docs:** broken links ([72f072b](https://github.com/lumada-design/hv-uikit-react/commit/72f072b541efc16519183ec4d42e51563de74a9e))
1162
- * **tag:** remove leftover color ([4425bb5](https://github.com/lumada-design/hv-uikit-react/commit/4425bb578c4093f4e34db7803e9430a1c382d7d5))
1163
-
1164
-
1165
- ### Features
1166
-
1167
- * **dropdown:** enable wiring of additional props to base drowpdown. HVUIKIT-5754 ([54ab173](https://github.com/lumada-design/hv-uikit-react/commit/54ab17326fcbef44df0aee44938d12ca84b7d60f))
1168
-
1169
-
1170
-
1171
-
1172
-
1173
- # [3.25.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.24.0...@hv/uikit-react-core@3.25.0) (2021-04-28)
1174
-
1175
-
1176
- ### Bug Fixes
1177
-
1178
- * **assetinventory:** asset inventory is ignoring sortOptionId prop. HVUIKIT-5754 ([8b96e30](https://github.com/pentaho/hv-uikit-react/commit/8b96e309cb48cd195dbea3073a36feba3b3a1a63))
1179
- * **global-actions:** section title positioning and height ([8b7b8cc](https://github.com/pentaho/hv-uikit-react/commit/8b7b8ccb28175bd1a6d86c4d407e63c175e2f943))
1180
- * **globalactions:** enable usage without back button. HVUIKIT-5750 ([03061ca](https://github.com/pentaho/hv-uikit-react/commit/03061ca53878167e0333bbc1ea094e32d716e864))
1181
- * **globalactions:** make children optional. HVUIKIT-5748 ([a753fe2](https://github.com/pentaho/hv-uikit-react/commit/a753fe29476fcd4c8be28c23e638ccde62c45bef))
1182
- * **globalactions:** remove background from global actions. HVUIKIT-5747 ([9b20d51](https://github.com/pentaho/hv-uikit-react/commit/9b20d514d799cd88d3ef610d48df4e4871afbfea))
1183
- * **kpi:** indicatorUnitTextVariant prop type definition ([3b2dd0a](https://github.com/pentaho/hv-uikit-react/commit/3b2dd0a9a8eb96b623f854214bc950666c4d58cc))
1184
- * **table:** remove use of dropdownmenu's deprecated class ([01252e2](https://github.com/pentaho/hv-uikit-react/commit/01252e2972271eb6d6d94f5aa0c5bdcf610853ff))
1185
-
1186
-
1187
- ### Features
1188
-
1189
- * **card:** add atmo support for top bar. HVUIKIT-5746 ([ece281c](https://github.com/pentaho/hv-uikit-react/commit/ece281cc6421085a5c8418c5ddb2d4bfb5bc6fba))
1190
- * **input:** update input to ui specs. HVUIKIT-5638 ([0fc2cc8](https://github.com/pentaho/hv-uikit-react/commit/0fc2cc835a833acd9c260e87f5969391cf8c172f))
1191
- * **tag:** implement the component according. HVUIKIT-4986 ([6b085eb](https://github.com/pentaho/hv-uikit-react/commit/6b085eb44f14b5dc05dda119efaa9c6eec70bab8))
1192
- * **toggleswitch:** add auxiliary labels. HVUIKIT-5558' ([9160973](https://github.com/pentaho/hv-uikit-react/commit/9160973cae28fff0ab26caf061511f2379ab02c8))
1193
- * **typescript:** export HvPanel and review HvListContainer props ([483fa16](https://github.com/pentaho/hv-uikit-react/commit/483fa16399fbf26d22b7015cdfd239f055321c20))
1194
- * **typescript:** export TS types for HvListContainer and its “sub-component” HvListItem ([08b3ac8](https://github.com/pentaho/hv-uikit-react/commit/08b3ac8c27e43c38c878fc890e15ac17cae2d5af))
1195
-
1196
-
1197
-
1198
-
1199
-
1200
- # [3.24.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.22.0...@hv/uikit-react-core@3.24.0) (2021-04-27)
1201
-
1202
-
1203
- ### Bug Fixes
1204
-
1205
- * **global-actions:** section title positioning and height ([8b7b8cc](https://github.com/pentaho/hv-uikit-react/commit/8b7b8ccb28175bd1a6d86c4d407e63c175e2f943))
1206
- * **globalactions:** enable usage without back button. HVUIKIT-5750 ([03061ca](https://github.com/pentaho/hv-uikit-react/commit/03061ca53878167e0333bbc1ea094e32d716e864))
1207
- * **globalactions:** make children optional. HVUIKIT-5748 ([a753fe2](https://github.com/pentaho/hv-uikit-react/commit/a753fe29476fcd4c8be28c23e638ccde62c45bef))
1208
- * **globalactions:** remove background from global actions. HVUIKIT-5747 ([9b20d51](https://github.com/pentaho/hv-uikit-react/commit/9b20d514d799cd88d3ef610d48df4e4871afbfea))
1209
- * **kpi:** indicatorUnitTextVariant prop type definition ([3b2dd0a](https://github.com/pentaho/hv-uikit-react/commit/3b2dd0a9a8eb96b623f854214bc950666c4d58cc))
1210
- * **table:** remove use of dropdownmenu's deprecated class ([01252e2](https://github.com/pentaho/hv-uikit-react/commit/01252e2972271eb6d6d94f5aa0c5bdcf610853ff))
1211
-
1212
-
1213
- ### Features
1214
-
1215
- * **card:** add atmo support for top bar. HVUIKIT-5746 ([ece281c](https://github.com/pentaho/hv-uikit-react/commit/ece281cc6421085a5c8418c5ddb2d4bfb5bc6fba))
1216
- * **input:** update input to ui specs. HVUIKIT-5638 ([0fc2cc8](https://github.com/pentaho/hv-uikit-react/commit/0fc2cc835a833acd9c260e87f5969391cf8c172f))
1217
- * **tag:** implement the component according. HVUIKIT-4986 ([6b085eb](https://github.com/pentaho/hv-uikit-react/commit/6b085eb44f14b5dc05dda119efaa9c6eec70bab8))
1218
- * **toggleswitch:** add auxiliary labels. HVUIKIT-5558' ([9160973](https://github.com/pentaho/hv-uikit-react/commit/9160973cae28fff0ab26caf061511f2379ab02c8))
1219
- * **typescript:** export HvPanel and review HvListContainer props ([483fa16](https://github.com/pentaho/hv-uikit-react/commit/483fa16399fbf26d22b7015cdfd239f055321c20))
1220
- * **typescript:** export TS types for HvListContainer and its “sub-component” HvListItem ([08b3ac8](https://github.com/pentaho/hv-uikit-react/commit/08b3ac8c27e43c38c878fc890e15ac17cae2d5af))
1221
-
1222
-
1223
-
1224
-
1225
-
1226
- # [3.23.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.22.0...@hv/uikit-react-core@3.23.0) (2021-04-22)
1227
-
1228
-
1229
- ### Bug Fixes
1230
-
1231
- * **globalactions:** make children optional. HVUIKIT-5748 ([a753fe2](https://github.com/pentaho/hv-uikit-react/commit/a753fe29476fcd4c8be28c23e638ccde62c45bef))
1232
- * **globalactions:** remove background from global actions. HVUIKIT-5747 ([9b20d51](https://github.com/pentaho/hv-uikit-react/commit/9b20d514d799cd88d3ef610d48df4e4871afbfea))
1233
- * **kpi:** indicatorUnitTextVariant prop type definition ([3b2dd0a](https://github.com/pentaho/hv-uikit-react/commit/3b2dd0a9a8eb96b623f854214bc950666c4d58cc))
1234
- * **table:** remove use of dropdownmenu's deprecated class ([01252e2](https://github.com/pentaho/hv-uikit-react/commit/01252e2972271eb6d6d94f5aa0c5bdcf610853ff))
1235
-
1236
-
1237
- ### Features
1238
-
1239
- * **card:** add atmo support for top bar. HVUIKIT-5746 ([ece281c](https://github.com/pentaho/hv-uikit-react/commit/ece281cc6421085a5c8418c5ddb2d4bfb5bc6fba))
1240
- * **input:** update input to ui specs. HVUIKIT-5638 ([0fc2cc8](https://github.com/pentaho/hv-uikit-react/commit/0fc2cc835a833acd9c260e87f5969391cf8c172f))
1241
- * **tag:** implement the component according. HVUIKIT-4986 ([6b085eb](https://github.com/pentaho/hv-uikit-react/commit/6b085eb44f14b5dc05dda119efaa9c6eec70bab8))
1242
- * **toggleswitch:** add auxiliary labels. HVUIKIT-5558' ([9160973](https://github.com/pentaho/hv-uikit-react/commit/9160973cae28fff0ab26caf061511f2379ab02c8))
1243
- * **typescript:** export HvPanel and review HvListContainer props ([483fa16](https://github.com/pentaho/hv-uikit-react/commit/483fa16399fbf26d22b7015cdfd239f055321c20))
1244
- * **typescript:** export TS types for HvListContainer and its “sub-component” HvListItem ([08b3ac8](https://github.com/pentaho/hv-uikit-react/commit/08b3ac8c27e43c38c878fc890e15ac17cae2d5af))
1245
-
1246
-
1247
-
1248
-
1249
-
1250
- # [3.22.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.21.0...@hv/uikit-react-core@3.22.0) (2021-04-21)
1251
-
1252
-
1253
- ### Features
1254
-
1255
- * **typescript:** export HvPanel and review HvListContainer props ([483fa16](https://github.com/pentaho/hv-uikit-react/commit/483fa16399fbf26d22b7015cdfd239f055321c20))
1256
-
1257
-
1258
-
1259
-
1260
-
1261
- # [3.21.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.19.1...@hv/uikit-react-core@3.21.0) (2021-04-19)
1262
-
1263
-
1264
- ### Bug Fixes
1265
-
1266
- * **kpi:** indicatorUnitTextVariant prop type definition ([3b2dd0a](https://github.com/pentaho/hv-uikit-react/commit/3b2dd0a9a8eb96b623f854214bc950666c4d58cc))
1267
- * **table:** remove use of dropdownmenu's deprecated class ([01252e2](https://github.com/pentaho/hv-uikit-react/commit/01252e2972271eb6d6d94f5aa0c5bdcf610853ff))
1268
-
1269
-
1270
- ### Features
1271
-
1272
- * **grid:** support forwarding ref to the root element ([ad5a788](https://github.com/pentaho/hv-uikit-react/commit/ad5a7885deed6b353bb0a71a023d2b8608860c12))
1273
- * **input:** update input to ui specs. HVUIKIT-5638 ([0fc2cc8](https://github.com/pentaho/hv-uikit-react/commit/0fc2cc835a833acd9c260e87f5969391cf8c172f))
1274
- * **tag:** implement the component according. HVUIKIT-4986 ([6b085eb](https://github.com/pentaho/hv-uikit-react/commit/6b085eb44f14b5dc05dda119efaa9c6eec70bab8))
1275
- * **typescript:** export TS types for HvListContainer and its “sub-component” HvListItem ([08b3ac8](https://github.com/pentaho/hv-uikit-react/commit/08b3ac8c27e43c38c878fc890e15ac17cae2d5af))
1276
-
1277
-
1278
-
1279
-
1280
-
1281
- # [3.20.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.19.2...@hv/uikit-react-core@3.20.0) (2021-04-13)
1282
-
1283
-
1284
- ### Bug Fixes
1285
-
1286
- * **kpi:** indicatorUnitTextVariant prop type definition ([3b2dd0a](https://github.com/pentaho/hv-uikit-react/commit/3b2dd0a9a8eb96b623f854214bc950666c4d58cc))
1287
- * **table:** remove use of dropdownmenu's deprecated class ([01252e2](https://github.com/pentaho/hv-uikit-react/commit/01252e2972271eb6d6d94f5aa0c5bdcf610853ff))
1288
-
1289
-
1290
- ### Features
1291
-
1292
- * **assetinventory:** adding sema0 support to listViewCell. HVUIKIT-5744 ([7735d54](https://github.com/pentaho/hv-uikit-react/commit/7735d54759a437584ea4c01acb560ae583f639b3))
1293
-
1294
-
1295
-
1296
-
1297
-
1298
- ## [3.19.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.19.1...@hv/uikit-react-core@3.19.2) (2021-04-13)
1299
-
1300
-
1301
- ### Bug Fixes
1302
-
1303
- * **kpi:** indicatorUnitTextVariant prop type definition ([3b2dd0a](https://github.com/pentaho/hv-uikit-react/commit/3b2dd0a9a8eb96b623f854214bc950666c4d58cc))
1304
- * **table:** remove use of dropdownmenu's deprecated class ([01252e2](https://github.com/pentaho/hv-uikit-react/commit/01252e2972271eb6d6d94f5aa0c5bdcf610853ff))
1305
-
1306
-
1307
-
1308
-
1309
-
1310
- ## [3.19.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.19.0...@hv/uikit-react-core@3.19.1) (2021-04-09)
1311
-
1312
-
1313
- ### Bug Fixes
1314
-
1315
- * **selectors:** labelProps as optional. HVUIKIT-5738 ([deab74e](https://github.com/pentaho/hv-uikit-react/commit/deab74ef1b354bc1d85764043f186f48a6e3cd84))
1316
-
1317
-
1318
-
1319
-
1320
-
1321
- # [3.19.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.18.1...@hv/uikit-react-core@3.19.0) (2021-04-09)
1322
-
1323
-
1324
- ### Bug Fixes
1325
-
1326
- * **basedropdown:** adding missing export to index. HVUIKIT-5738 ([b3f5e16](https://github.com/pentaho/hv-uikit-react/commit/b3f5e16bafa5740549ca7724ccd20524f1e4fac3))
1327
- * **dropdown:** defaultExpanded wasn't working ([15172c0](https://github.com/pentaho/hv-uikit-react/commit/15172c06deb3bfdddebc2069ab2b212feae3f04d))
1328
- * **switch:** stale type definitions.HVUIKIT-5738 ([d7ccbe9](https://github.com/pentaho/hv-uikit-react/commit/d7ccbe9194c24433020bdc8e2248e309526a604d))
1329
-
1330
-
1331
- ### Features
1332
-
1333
- * **selectors:** allow passing props to the label.HVUIKIT-5738 ([fc3dfaa](https://github.com/pentaho/hv-uikit-react/commit/fc3dfaac70aced6c5ef48659a5fe422f719feaf6))
1334
-
1335
-
1336
-
1337
-
1338
-
1339
- ## [3.18.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.18.0...@hv/uikit-react-core@3.18.1) (2021-04-07)
1340
-
1341
- **Note:** Version bump only for package @hv/uikit-react-core
1342
-
1343
-
1344
-
1345
-
1346
-
1347
- # [3.18.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.17.0...@hv/uikit-react-core@3.18.0) (2021-04-07)
1348
-
1349
-
1350
- ### Bug Fixes
1351
-
1352
- * **file-uploader:** extra bar on file size label ([8e82a0b](https://github.com/pentaho/hv-uikit-react/commit/8e82a0be864d230c364245ed145e776fed452ed9))
1353
- * **global-actions:** add back responsiveness and position prop. HVUIKIT-5698 ([2154cdd](https://github.com/pentaho/hv-uikit-react/commit/2154cdd5945a0b044b7d647fb13023c3adaf963e))
1354
- * **tab:** remove console jss warning ([100bb7c](https://github.com/pentaho/hv-uikit-react/commit/100bb7c051aceb03e6bf94554ad1d8d1f1d20a96))
1355
-
1356
-
1357
- ### Features
1358
-
1359
- * **accordion:** adding default expanded state and correcting header semantic. HVUIKIT-5697 ([c1bb592](https://github.com/pentaho/hv-uikit-react/commit/c1bb592f51a196f3ca995a70c07c324eed6ea61a))
1360
- * **file-uploader:** add overlay to preview button HVUIKIT-5728 ([62d2522](https://github.com/pentaho/hv-uikit-react/commit/62d252203e40eb3b68b59f2a86ac5a9917da1ab4))
1361
- * **file-uploader:** file preview HVUIKIT-5728 ([916852d](https://github.com/pentaho/hv-uikit-react/commit/916852de48d9a34aaccb3354dc980a427357db6e))
1362
-
1363
-
1364
-
1365
-
1366
-
1367
- # [3.17.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.16.0...@hv/uikit-react-core@3.17.0) (2021-04-05)
1368
-
1369
-
1370
- ### Bug Fixes
1371
-
1372
- * **assetInventory:** adjust responsiveness behaviour.HVUIKIT-5704 ([ea028eb](https://github.com/pentaho/hv-uikit-react/commit/ea028eba629a81bfa7ee78a1939ba875ab928896))
1373
- * **table:** fixed sorted column background color HVUIKIT-5733 ([db4c142](https://github.com/pentaho/hv-uikit-react/commit/db4c142141c1e0cadcae859dbc775220960afc04))
1374
- * **tooltip:** withTooltip util not using updated Tooltip. HVUIKIT-5732 ([906de3f](https://github.com/pentaho/hv-uikit-react/commit/906de3fb1b2f74998f7c26994409c6695842540c))
1375
-
1376
-
1377
- ### Features
1378
-
1379
- * **accordion:** create new accordion component.HVUIKIT-5697 ([b2eff58](https://github.com/pentaho/hv-uikit-react/commit/b2eff58275fdaed0df86b92ff6ec451a563d0ce8))
1380
- * **table:** allow selection with fixed columns HVUIKIT-5733 ([78bd49e](https://github.com/pentaho/hv-uikit-react/commit/78bd49eec60dfeca5b238c65e25a1364d4a74e24))
1381
-
1382
-
1383
-
1384
-
1385
-
1386
- # [3.16.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.15.3...@hv/uikit-react-core@3.16.0) (2021-04-01)
1387
-
1388
-
1389
- ### Bug Fixes
1390
-
1391
- * **assetInventory:** adjust responsiveness behaviour.HVUIKIT-5704 ([ea028eb](https://github.com/pentaho/hv-uikit-react/commit/ea028eba629a81bfa7ee78a1939ba875ab928896))
1392
- * **table:** fixed sorted column background color HVUIKIT-5733 ([db4c142](https://github.com/pentaho/hv-uikit-react/commit/db4c142141c1e0cadcae859dbc775220960afc04))
1393
- * **tooltip:** withTooltip util not using updated Tooltip. HVUIKIT-5732 ([906de3f](https://github.com/pentaho/hv-uikit-react/commit/906de3fb1b2f74998f7c26994409c6695842540c))
1394
-
1395
-
1396
- ### Features
1397
-
1398
- * **table:** allow selection with fixed columns HVUIKIT-5733 ([78bd49e](https://github.com/pentaho/hv-uikit-react/commit/78bd49eec60dfeca5b238c65e25a1364d4a74e24))
1399
-
1400
-
1401
-
1402
-
1403
-
1404
- ## [3.15.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.15.2...@hv/uikit-react-core@3.15.3) (2021-03-31)
1405
-
1406
-
1407
- ### Bug Fixes
1408
-
1409
- * **assetInventory:** adjust responsiveness behaviour.HVUIKIT-5704 ([ea028eb](https://github.com/pentaho/hv-uikit-react/commit/ea028eba629a81bfa7ee78a1939ba875ab928896))
1410
- * **file-uploader:** add acceptedFiles label usage over acceptedFile list. HVUIKIT-5731 ([7255b40](https://github.com/pentaho/hv-uikit-react/commit/7255b4057275088ad17356964ec2b025f4749df3))
1411
- * **file-uploader:** handle accept file types according to the html standard. HVUIKIT-5731 ([556d728](https://github.com/pentaho/hv-uikit-react/commit/556d7283fa8203a2fefc0e1d2b534efa395f450e))
1412
- * **globalactions:** fix ts definitions ([#2347](https://github.com/pentaho/hv-uikit-react/issues/2347)) ([cab0f26](https://github.com/pentaho/hv-uikit-react/commit/cab0f26ab5961b87097030ae35ffb2e64d100be5))
1413
-
1414
-
1415
-
1416
-
1417
-
1418
- ## [3.15.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.15.1...@hv/uikit-react-core@3.15.2) (2021-03-30)
1419
-
1420
-
1421
- ### Bug Fixes
1422
-
1423
- * **globalactions:** fix ts definitions ([#2347](https://github.com/pentaho/hv-uikit-react/issues/2347)) ([cab0f26](https://github.com/pentaho/hv-uikit-react/commit/cab0f26ab5961b87097030ae35ffb2e64d100be5))
1424
- * **table:** sort cursors not triggering sort. HVUIKIT-5734 ([29b25f6](https://github.com/pentaho/hv-uikit-react/commit/29b25f6a97b42870bffdc0a9ce16b452bb9edd95))
1425
-
1426
-
1427
-
1428
-
1429
-
1430
- ## [3.15.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.15.0...@hv/uikit-react-core@3.15.1) (2021-03-27)
1431
-
1432
-
1433
- ### Bug Fixes
1434
-
1435
- * **globalactions:** update ts definitions to optional ([c40c2c0](https://github.com/pentaho/hv-uikit-react/commit/c40c2c04e984b49227970ad469f1042263c13882))
1436
- * **table:** add sortMethod type definition ([dcfb368](https://github.com/pentaho/hv-uikit-react/commit/dcfb3682d9742750b20146cf0d5e172ff3a8dcfb))
1437
-
1438
-
1439
-
1440
-
1441
-
1442
- # [3.15.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.14.0...@hv/uikit-react-core@3.15.0) (2021-03-25)
1443
-
1444
-
1445
- ### Bug Fixes
1446
-
1447
- * **base-dropdown:** add missing code for width calculation. HVUIKIT-5710 ([89f00c9](https://github.com/pentaho/hv-uikit-react/commit/89f00c919e06313c8538ec275ca4443ea9a80727))
1448
- * **base-dropdown:** change variable name. HVUIKIT-5710 ([4b8de36](https://github.com/pentaho/hv-uikit-react/commit/4b8de36b592f0bb64b0b900c4a7712bbb4c34ea9))
1449
- * **card:** add HvIsCardGridElement marker class for focus management HVUIKIT-5578 ([8afe704](https://github.com/pentaho/hv-uikit-react/commit/8afe7040a885765eda31187d9fc9a644cc2c633f))
1450
- * **date-picker:** remove initial focused element from tab order HVUIKIT-5680 ([2040562](https://github.com/pentaho/hv-uikit-react/commit/204056263264fe4a260b0400ba109bc7b28852ec))
1451
- * **dialog:** fix dialog content dom structure HVUIKIT-5727 ([1d4a7f4](https://github.com/pentaho/hv-uikit-react/commit/1d4a7f458a9fac78514150bc737d85cf87eb1967))
1452
- * **dropdown-menu:** default width with button size. HVUIKIT-5710 ([1065ed4](https://github.com/pentaho/hv-uikit-react/commit/1065ed42492e1bd5e09b375b599affa35bd76d21))
1453
- * **input:** elimination of fixed width. HVUIKIT-5718 ([8781dee](https://github.com/pentaho/hv-uikit-react/commit/8781deee041a003cdb0913e6e24db377f4cc40ff))
1454
- * **pagination:** improve internal control ([d1d1a7c](https://github.com/pentaho/hv-uikit-react/commit/d1d1a7c12336058baf5ef56e8e88bcdffc233852))
1455
- * **table:** fixed columns not working. HVUIKIT-5724 ([eeccdea](https://github.com/pentaho/hv-uikit-react/commit/eeccdea41d41fdb3c3f336d5df52ed79bbbe4a60))
1456
- * **table:** remove inline css imports. HVUIKIT-5709 ([5182af5](https://github.com/pentaho/hv-uikit-react/commit/5182af573600f55e405b5b61847782d4c57713e9))
1457
-
1458
-
1459
- ### Features
1460
-
1461
- * **breadcrumb:** update to DS 3.4.0.HVUIKIT-5692 ([43e2855](https://github.com/pentaho/hv-uikit-react/commit/43e2855d4ed50826737ae313ebf5416b5a946bcb))
1462
- * **dropdown:** responsive dropdown. HVUIKIT-5710 ([5520904](https://github.com/pentaho/hv-uikit-react/commit/552090454e3f1f564ed30c880c9926f096f25e6c))
1463
- * **globalactions:** implement the component. HVUIKIT-5698 ([95564e1](https://github.com/pentaho/hv-uikit-react/commit/95564e14c953b2e9c0c247434f4b2316ccaee00f))
1464
- * add new table. HVUIKIT-5647 ([9021d20](https://github.com/pentaho/hv-uikit-react/commit/9021d20865177d711e23abc0e07e8c809baa42e9))
1465
- * allow configuration of css class name generator HVUIKIT-5578 ([04f7f93](https://github.com/pentaho/hv-uikit-react/commit/04f7f93e5d1fd0b7d5146c6a2284f96d8fb39f52))
1466
- * introduce HvIsFocused and HvIsFocusVisible global marker classes HVUIKIT-5578 ([49f8af5](https://github.com/pentaho/hv-uikit-react/commit/49f8af51e1b35ddc8a8b84018b38f6cacd8b7cd0))
1467
-
1468
-
1469
-
1470
-
1471
-
1472
- # [3.14.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.13.0...@hv/uikit-react-core@3.14.0) (2021-03-18)
1473
-
1474
-
1475
- ### Bug Fixes
1476
-
1477
- * **base-dropdown:** add missing code for width calculation. HVUIKIT-5710 ([89f00c9](https://github.com/pentaho/hv-uikit-react/commit/89f00c919e06313c8538ec275ca4443ea9a80727))
1478
- * **base-dropdown:** change variable name. HVUIKIT-5710 ([4b8de36](https://github.com/pentaho/hv-uikit-react/commit/4b8de36b592f0bb64b0b900c4a7712bbb4c34ea9))
1479
- * **card:** add HvIsCardGridElement marker class for focus management HVUIKIT-5578 ([8afe704](https://github.com/pentaho/hv-uikit-react/commit/8afe7040a885765eda31187d9fc9a644cc2c633f))
1480
- * **date-picker:** remove initial focused element from tab order HVUIKIT-5680 ([2040562](https://github.com/pentaho/hv-uikit-react/commit/204056263264fe4a260b0400ba109bc7b28852ec))
1481
- * **dialog:** fix dialog content dom structure HVUIKIT-5727 ([1d4a7f4](https://github.com/pentaho/hv-uikit-react/commit/1d4a7f458a9fac78514150bc737d85cf87eb1967))
1482
- * **dropdown-menu:** default width with button size. HVUIKIT-5710 ([1065ed4](https://github.com/pentaho/hv-uikit-react/commit/1065ed42492e1bd5e09b375b599affa35bd76d21))
1483
- * **input:** elimination of fixed width. HVUIKIT-5718 ([8781dee](https://github.com/pentaho/hv-uikit-react/commit/8781deee041a003cdb0913e6e24db377f4cc40ff))
1484
- * **pagination:** improve internal control ([d1d1a7c](https://github.com/pentaho/hv-uikit-react/commit/d1d1a7c12336058baf5ef56e8e88bcdffc233852))
1485
- * **table:** fixed columns not working. HVUIKIT-5724 ([eeccdea](https://github.com/pentaho/hv-uikit-react/commit/eeccdea41d41fdb3c3f336d5df52ed79bbbe4a60))
1486
- * **table:** remove inline css imports. HVUIKIT-5709 ([5182af5](https://github.com/pentaho/hv-uikit-react/commit/5182af573600f55e405b5b61847782d4c57713e9))
1487
-
1488
-
1489
- ### Features
1490
-
1491
- * **breadcrumb:** update to DS 3.4.0.HVUIKIT-5692 ([43e2855](https://github.com/pentaho/hv-uikit-react/commit/43e2855d4ed50826737ae313ebf5416b5a946bcb))
1492
- * **dropdown:** responsive dropdown. HVUIKIT-5710 ([5520904](https://github.com/pentaho/hv-uikit-react/commit/552090454e3f1f564ed30c880c9926f096f25e6c))
1493
- * add new table. HVUIKIT-5647 ([9021d20](https://github.com/pentaho/hv-uikit-react/commit/9021d20865177d711e23abc0e07e8c809baa42e9))
1494
- * allow configuration of css class name generator HVUIKIT-5578 ([04f7f93](https://github.com/pentaho/hv-uikit-react/commit/04f7f93e5d1fd0b7d5146c6a2284f96d8fb39f52))
1495
- * introduce HvIsFocused and HvIsFocusVisible global marker classes HVUIKIT-5578 ([49f8af5](https://github.com/pentaho/hv-uikit-react/commit/49f8af51e1b35ddc8a8b84018b38f6cacd8b7cd0))
1496
-
1497
-
1498
-
1499
-
1500
-
1501
- # [3.13.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.12.1...@hv/uikit-react-core@3.13.0) (2021-03-10)
1502
-
1503
-
1504
- ### Bug Fixes
1505
-
1506
- * **card:** add HvIsCardGridElement marker class for focus management HVUIKIT-5578 ([8afe704](https://github.com/pentaho/hv-uikit-react/commit/8afe7040a885765eda31187d9fc9a644cc2c633f))
1507
- * **input:** elimination of fixed width. HVUIKIT-5718 ([8781dee](https://github.com/pentaho/hv-uikit-react/commit/8781deee041a003cdb0913e6e24db377f4cc40ff))
1508
- * **table:** remove inline css imports. HVUIKIT-5709 ([5182af5](https://github.com/pentaho/hv-uikit-react/commit/5182af573600f55e405b5b61847782d4c57713e9))
1509
-
1510
-
1511
- ### Features
1512
-
1513
- * **breadcrumb:** update to DS 3.4.0.HVUIKIT-5692 ([43e2855](https://github.com/pentaho/hv-uikit-react/commit/43e2855d4ed50826737ae313ebf5416b5a946bcb))
1514
- * add new table. HVUIKIT-5647 ([9021d20](https://github.com/pentaho/hv-uikit-react/commit/9021d20865177d711e23abc0e07e8c809baa42e9))
1515
- * allow configuration of css class name generator HVUIKIT-5578 ([04f7f93](https://github.com/pentaho/hv-uikit-react/commit/04f7f93e5d1fd0b7d5146c6a2284f96d8fb39f52))
1516
- * introduce HvIsFocused and HvIsFocusVisible global marker classes HVUIKIT-5578 ([49f8af5](https://github.com/pentaho/hv-uikit-react/commit/49f8af51e1b35ddc8a8b84018b38f6cacd8b7cd0))
1517
-
1518
-
1519
-
1520
-
1521
-
1522
- ## [3.12.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.12.0...@hv/uikit-react-core@3.12.1) (2021-03-05)
1523
-
1524
- **Note:** Version bump only for package @hv/uikit-react-core
1525
-
1526
-
1527
-
1528
-
1529
-
1530
- # [3.12.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.11.0...@hv/uikit-react-core@3.12.0) (2021-03-03)
1531
-
1532
-
1533
- ### Bug Fixes
1534
-
1535
- * **table:** table not hiding rows when no data. HVUIKIT-5707 ([d664bad](https://github.com/pentaho/hv-uikit-react/commit/d664badfa8c292db492e04ef1b0a340a1c7fadf8))
1536
-
1537
-
1538
- ### Features
1539
-
1540
- * **checkbox:** add multiselection selection to checkbox. HVUIKIT-5678 ([a62f2f5](https://github.com/pentaho/hv-uikit-react/commit/a62f2f5b47f37de09bf133a0355b611cec50b80f))
1541
-
1542
-
1543
-
1544
-
1545
-
1546
- # [3.11.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.10.0...@hv/uikit-react-core@3.11.0) (2021-03-01)
1547
-
1548
-
1549
- ### Bug Fixes
1550
-
1551
- * **table:** bulkActions class key definition ([0629ce7](https://github.com/pentaho/hv-uikit-react/commit/0629ce77b47c5e5796d2990b5f5e3e30158ec4f1))
1552
- * **table:** cannot set page to zero. HVUIKIT-5708 ([aa1ee48](https://github.com/pentaho/hv-uikit-react/commit/aa1ee485e88eb6cecb0a7898a94d9ab30a48f3b0))
1553
- * **table:** handleSortChange parameters not consistent. HVUIKIT-5712 ([9581c8a](https://github.com/pentaho/hv-uikit-react/commit/9581c8aa3dc5ab6205658dc46a579b934ecc6f1f))
1554
- * **typescript:** change palette from map to record. HVUIKIT-5685 ([b99373c](https://github.com/pentaho/hv-uikit-react/commit/b99373c23df9c04a385455894ff9dee4d2987376))
1555
- * **typescript:** typing of typography elements. HVUIKIT-5705 ([0f9a833](https://github.com/pentaho/hv-uikit-react/commit/0f9a83363537704dd4fae4cbb6071f94f1ca3552))
1556
-
1557
-
1558
- ### Features
1559
-
1560
- * **checkbox:** add multiselection selection to checkbox. HVUIKIT-5678 ([a62f2f5](https://github.com/pentaho/hv-uikit-react/commit/a62f2f5b47f37de09bf133a0355b611cec50b80f))
1561
- * **selection-list:** allow multi selection with shift click. HVUIKIT-5683 ([49c852d](https://github.com/pentaho/hv-uikit-react/commit/49c852d4d1263917c24b2453997275d7dfe51acf))
1562
-
1563
-
1564
-
1565
-
1566
-
1567
- # [3.10.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.9.1...@hv/uikit-react-core@3.10.0) (2021-02-25)
1568
-
1569
-
1570
- ### Features
1571
-
1572
- * **checkbox:** add multiselection selection to checkbox. HVUIKIT-5678 ([a62f2f5](https://github.com/pentaho/hv-uikit-react/commit/a62f2f5b47f37de09bf133a0355b611cec50b80f))
1573
-
1574
-
1575
-
1576
-
1577
-
1578
- ## [3.9.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.9.0...@hv/uikit-react-core@3.9.1) (2021-02-22)
1579
-
1580
-
1581
- ### Bug Fixes
1582
-
1583
- * **Table:** missing pageSizeOptions prop.HVUIKIT-5695 ([99dbac5](https://github.com/pentaho/hv-uikit-react/commit/99dbac52fde7c3a6c1605d825b394c3001009bb3))
1584
-
1585
-
1586
-
1587
-
1588
-
1589
- # [3.9.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.8.3...@hv/uikit-react-core@3.9.0) (2021-02-16)
1590
-
1591
-
1592
- ### Bug Fixes
1593
-
1594
- * **datepicker:** date type declaration. HVUIKIT-5694 ([06157bc](https://github.com/pentaho/hv-uikit-react/commit/06157bc7552bdfd461571543abee2ba4918142f3))
1595
-
1596
-
1597
- ### Features
1598
-
1599
- * **list:** improve multi selection in sample. HVUIKIT-5677 ([aa7077c](https://github.com/pentaho/hv-uikit-react/commit/aa7077c77cf9441f5d3508e242c9dfd90c70b49d))
1600
-
1601
-
1602
-
1603
-
1604
-
1605
- ## [3.8.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.8.2...@hv/uikit-react-core@3.8.3) (2021-02-09)
1606
-
1607
-
1608
- ### Bug Fixes
1609
-
1610
- * **CodeEditor:** code editor is using a relative path.HVUIKIT-5693 ([307f6b7](https://github.com/pentaho/hv-uikit-react/commit/307f6b78721ec61d9847d89b0be5d83cf4fcef74))
1611
- * **dialogcontent:** indentContent type definition ([474f25d](https://github.com/pentaho/hv-uikit-react/commit/474f25dbd75b5bb122d6e0ac9ae14969f1ea3367))
1612
-
1613
-
1614
-
1615
-
1616
-
1617
- ## [3.8.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.8.1...@hv/uikit-react-core@3.8.2) (2021-02-05)
1618
-
1619
-
1620
- ### Bug Fixes
1621
-
1622
- * **button:** add selected declaration. HVUIKIT-5686 ([7c5abd2](https://github.com/pentaho/hv-uikit-react/commit/7c5abd26e7f208f9fc52a7eaeb78e506cfd254db))
1623
- * **colors:** add missing palette declarations. HVUIKIT-5685 ([35cc50e](https://github.com/pentaho/hv-uikit-react/commit/35cc50e2667d332fb76f29862fa5665b815a09e2))
1624
- * **dialog:** add indentcontent declaration. HVUIKIT-5688 ([e1469b8](https://github.com/pentaho/hv-uikit-react/commit/e1469b8a03d2793b540be433ef7ec2c4a49d5669))
1625
- * **table:** add id declaration. HVUIKIT-5687 ([3d1492f](https://github.com/pentaho/hv-uikit-react/commit/3d1492f05864c2606379fa5af1430c1586e9a512))
1626
-
1627
-
1628
-
1629
-
1630
-
1631
- ## [3.8.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.8.0...@hv/uikit-react-core@3.8.1) (2021-01-30)
1632
-
1633
-
1634
- ### Bug Fixes
1635
-
1636
- * **typography:** add sectionTitle in interface. HVUIKIT-5698 ([844193d](https://github.com/pentaho/hv-uikit-react/commit/844193d7dbe7ac4a1abdca965f9ced4ac121787d))
1637
-
1638
-
1639
-
1640
-
1641
-
1642
- # [3.8.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.7.0...@hv/uikit-react-core@3.8.0) (2021-01-29)
1643
-
1644
-
1645
- ### Bug Fixes
1646
-
1647
- * **container:** move spacings to 15/30. UIA-17 ([fe13040](https://github.com/pentaho/hv-uikit-react/commit/fe130400cdcd0df403b23e0604ec506d0d250cf1))
1648
- * **grid:** move grid item spacings to 15/30. UIA-17 ([722534a](https://github.com/pentaho/hv-uikit-react/commit/722534a9aac8d8b66eecc31df42c0390c6c24c39))
1649
- * **table:** page type definition ([eb748dd](https://github.com/pentaho/hv-uikit-react/commit/eb748dd8cc3560c027578bf8dfe4754cafb82f50))
1650
-
1651
-
1652
- ### Features
1653
-
1654
- * **list:** have selection with multi selection using shift. HVUIKIT-5677 ([e240965](https://github.com/pentaho/hv-uikit-react/commit/e240965d2ebab91f0fa7641c363c252b196a7a7e))
1655
-
1656
-
1657
-
1658
-
1659
-
1660
- # [3.7.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.6.4...@hv/uikit-react-core@3.7.0) (2021-01-27)
1661
-
1662
-
1663
- ### Bug Fixes
1664
-
1665
- * **container:** move spacings to 15/30. UIA-17 ([fe13040](https://github.com/pentaho/hv-uikit-react/commit/fe130400cdcd0df403b23e0604ec506d0d250cf1))
1666
- * **grid:** move grid item spacings to 15/30. UIA-17 ([722534a](https://github.com/pentaho/hv-uikit-react/commit/722534a9aac8d8b66eecc31df42c0390c6c24c39))
1667
-
1668
-
1669
- ### Features
1670
-
1671
- * **list:** have selection with multi selection using shift. HVUIKIT-5677 ([e240965](https://github.com/pentaho/hv-uikit-react/commit/e240965d2ebab91f0fa7641c363c252b196a7a7e))
1672
-
1673
-
1674
-
1675
-
1676
-
1677
- ## [3.6.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.6.3...@hv/uikit-react-core@3.6.4) (2021-01-26)
1678
-
1679
-
1680
- ### Bug Fixes
1681
-
1682
- * **table:** currentPage of onPageSizeChange callback ([#2232](https://github.com/pentaho/hv-uikit-react/issues/2232)) ([0cbd967](https://github.com/pentaho/hv-uikit-react/commit/0cbd9672680d04f8b0a04c4ad5231a1b4576183a))
1683
-
1684
-
1685
-
1686
-
1687
-
1688
- ## [3.6.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.6.2...@hv/uikit-react-core@3.6.3) (2021-01-20)
1689
-
1690
-
1691
- ### Bug Fixes
1692
-
1693
- * **table:** checkbox disabled not working.HVUIKIT-5679 ([5a19de5](https://github.com/pentaho/hv-uikit-react/commit/5a19de5b2c81f2639d380ede8b6da9c7be2be170))
1694
- * **table:** ignores the provided pageSize property. HVUIKIT-5672 ([8fa57e2](https://github.com/pentaho/hv-uikit-react/commit/8fa57e23dd0a4ad212d40fa5893a8a092b59321a))
1695
-
1696
-
1697
-
1698
-
1699
-
1700
- ## [3.6.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.6.1...@hv/uikit-react-core@3.6.2) (2021-01-19)
1701
-
1702
- **Note:** Version bump only for package @hv/uikit-react-core
1703
-
1704
-
1705
-
1706
-
1707
-
1708
- ## [3.6.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.6.0...@hv/uikit-react-core@3.6.1) (2021-01-18)
1709
-
1710
- **Note:** Version bump only for package @hv/uikit-react-core
1711
-
1712
-
1713
-
1714
-
1715
-
1716
- # [3.6.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.5.2...@hv/uikit-react-core@3.6.0) (2021-01-12)
1717
-
1718
-
1719
- ### Features
1720
-
1721
- * **dropdown:** optimize opening of the dropdown.HVUIKIT-5644 ([#2220](https://github.com/pentaho/hv-uikit-react/issues/2220)) ([3726055](https://github.com/pentaho/hv-uikit-react/commit/37260555bbf137bd30aab29b08aefbacfaf6ca84))
1722
-
1723
-
1724
-
1725
-
1726
-
1727
- ## [3.5.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.5.1...@hv/uikit-react-core@3.5.2) (2021-01-08)
1728
-
1729
-
1730
- ### Bug Fixes
1731
-
1732
- * **bulk-actions:** add total count to select all label. HVUIKIT-5641 ([c8ad99b](https://github.com/pentaho/hv-uikit-react/commit/c8ad99bae24319f8546638ddaa25dc3256ab8d95))
1733
- * **checkbox-group:** add total count to all label. HVUIKIT-5641 ([ccdf44e](https://github.com/pentaho/hv-uikit-react/commit/ccdf44e108bd360b0176220b3458b9673a5748a5))
1734
- * **dropdown:** dropdown not updating values. HVUIKIT-5667 ([963b99c](https://github.com/pentaho/hv-uikit-react/commit/963b99c24195f36a3f6a94b1ffb96eb978352cd0))
1735
- * **dropdownmenu:** resolve menuList class override warning ([#2194](https://github.com/pentaho/hv-uikit-react/issues/2194)) ([b54ac6d](https://github.com/pentaho/hv-uikit-react/commit/b54ac6d88d4c0969340d5e41cd54fdd433443dd6))
1736
- * **file-uploader:** fix drag and drop inconsistencies. HVUIKIT-5665 ([20aa61c](https://github.com/pentaho/hv-uikit-react/commit/20aa61cc8fd36ef5536179827fc9a47b6a9e6139))
1737
- * **table:** ignores the provided pageSize property. HVUIKIT-5672 ([574bdc0](https://github.com/pentaho/hv-uikit-react/commit/574bdc075e1e9d0b39d1bc81e8dc1862504a2ac3))
1738
- * **tabs:** onChange callback type definition ([#2193](https://github.com/pentaho/hv-uikit-react/issues/2193)) ([3b10001](https://github.com/pentaho/hv-uikit-react/commit/3b10001287ad4f67fa276087199a586dddf2cd11))
1739
- * incorrect labeling of checkbox and radio groups ([e2d6a03](https://github.com/pentaho/hv-uikit-react/commit/e2d6a0370430740ff1ec5662117f4157f4549b2a))
1740
-
1741
-
1742
-
1743
-
1744
-
1745
- ## [3.5.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.5.0...@hv/uikit-react-core@3.5.1) (2020-12-23)
1746
-
1747
-
1748
- ### Bug Fixes
1749
-
1750
- * **dropdown:** dropdown not updating values. HVUIKIT-5667 ([963b99c](https://github.com/pentaho/hv-uikit-react/commit/963b99c24195f36a3f6a94b1ffb96eb978352cd0))
1751
- * **dropdownmenu:** resolve menuList class override warning ([#2194](https://github.com/pentaho/hv-uikit-react/issues/2194)) ([b54ac6d](https://github.com/pentaho/hv-uikit-react/commit/b54ac6d88d4c0969340d5e41cd54fdd433443dd6))
1752
- * **table:** invalid props in pagination component HVUIKIT-5666 ([#2205](https://github.com/pentaho/hv-uikit-react/issues/2205)) ([e2264c2](https://github.com/pentaho/hv-uikit-react/commit/e2264c24671707c76ef3f1ded2ea9deba292917f))
1753
- * **tabs:** onChange callback type definition ([#2193](https://github.com/pentaho/hv-uikit-react/issues/2193)) ([3b10001](https://github.com/pentaho/hv-uikit-react/commit/3b10001287ad4f67fa276087199a586dddf2cd11))
1754
- * incorrect labeling of checkbox and radio groups ([e2d6a03](https://github.com/pentaho/hv-uikit-react/commit/e2d6a0370430740ff1ec5662117f4157f4549b2a))
1755
-
1756
-
1757
-
1758
-
1759
-
1760
- # [3.5.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.4.0...@hv/uikit-react-core@3.5.0) (2020-12-10)
1761
-
1762
-
1763
- ### Bug Fixes
1764
-
1765
- * **asset-inventory:** component callbacks stale reference HVUIKIT-5553 ([bb430b7](https://github.com/pentaho/hv-uikit-react/commit/bb430b78416d65ad5626af435029e64cf6778f30))
1766
- * **datepicker:** handleToggle deadlock with null event. HVUIKIT-5643 ([#2174](https://github.com/pentaho/hv-uikit-react/issues/2174)) ([d972d3f](https://github.com/pentaho/hv-uikit-react/commit/d972d3fa4b90efa7564176546a00c86351ee9ba2))
1767
- * **dropdownmenu:** classes root type definition ([72e0173](https://github.com/pentaho/hv-uikit-react/commit/72e01736a055c6ca17c25b87e7a38e8189403f53))
1768
- * **multibutton:** category type definition ([7eb4392](https://github.com/pentaho/hv-uikit-react/commit/7eb43922f54122b2096589ed22c2a893159a26ec))
1769
- * **table:** onPageSizeChange callback type definition ([9624e63](https://github.com/pentaho/hv-uikit-react/commit/9624e63da8bc00e29f46ae2ab70077b97060e3b8))
1770
- * **textarea:** handle inputRef correctly ([8d243cf](https://github.com/pentaho/hv-uikit-react/commit/8d243cf888b0eb0e1b306d583383c08d028bb70a))
1771
- * **textarea:** middleCountLabel type definition ([4f6a48e](https://github.com/pentaho/hv-uikit-react/commit/4f6a48e664991481553f5e2ee44963d49f55bcf4))
1772
- * **togglebutton:** defaultSelected, selected, and nonSelectedIcon type definition ([810c507](https://github.com/pentaho/hv-uikit-react/commit/810c507f358e32fe48da8c32bb9851ac22c5a359))
1773
- * incorrect labeling of checkbox and radio groups ([e2d6a03](https://github.com/pentaho/hv-uikit-react/commit/e2d6a0370430740ff1ec5662117f4157f4549b2a))
1774
-
1775
-
1776
- ### Features
1777
-
1778
- * **dropdownmenu:** add menuList to classes ([369b515](https://github.com/pentaho/hv-uikit-react/commit/369b515199a5aba1b71339dcef8c43f88f0c795b))
1779
-
1780
-
1781
-
1782
-
1783
-
1784
- # [3.4.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.3.0...@hv/uikit-react-core@3.4.0) (2020-11-26)
1785
-
1786
-
1787
- ### Bug Fixes
1788
-
1789
- * **card:** workaround type issue of HvCardHeader.title [#2163](https://github.com/pentaho/hv-uikit-react/issues/2163) ([06da25f](https://github.com/pentaho/hv-uikit-react/commit/06da25fa0d90799c5c4e7e631ca48c1e0c24f7bc))
1790
- * **header:** fix menu button positioning in sample. HVUIKIT-5639 ([21be112](https://github.com/pentaho/hv-uikit-react/commit/21be112279a84035a4c4b83861957056d9a26357))
1791
- * **snackbar:** ellipsis on single char. HVUIKIT-5621 ([10ec716](https://github.com/pentaho/hv-uikit-react/commit/10ec716ef7b663b6108510fc072dfd2b7967dec8))
1792
-
1793
-
1794
- ### Features
1795
-
1796
- * **datepicker:** deprecate localeProp. HVUIKIT-5580 ([30f967f](https://github.com/pentaho/hv-uikit-react/commit/30f967f019c75532f972b0ab1d8c699743c59b4f))
1797
-
1798
-
1799
-
1800
-
1801
-
1802
- # [3.3.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.2.1...@hv/uikit-react-core@3.3.0) (2020-11-25)
1803
-
1804
-
1805
- ### Features
1806
-
1807
- * **datepicker:** deprecate localeProp. HVUIKIT-5580 ([30f967f](https://github.com/pentaho/hv-uikit-react/commit/30f967f019c75532f972b0ab1d8c699743c59b4f))
1808
-
1809
-
1810
-
1811
-
1812
-
1813
- ## [3.2.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.2.0...@hv/uikit-react-core@3.2.1) (2020-11-24)
1814
-
1815
-
1816
- ### Bug Fixes
1817
-
1818
- * **card:** sample can't trigger action by keyboard. HVUIKIT-5574 ([#2156](https://github.com/pentaho/hv-uikit-react/issues/2156)) ([a980064](https://github.com/pentaho/hv-uikit-react/commit/a9800643b06d262b06b9648a1d80ef40b703f587))
1819
- * **cssbaseline:** body background should be atmo2 ([d98ef42](https://github.com/pentaho/hv-uikit-react/commit/d98ef425b0c7c870774275107b8ecd9d415ba571))
1820
-
1821
-
1822
-
1823
-
1824
-
1825
- # [3.2.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.1.0...@hv/uikit-react-core@3.2.0) (2020-11-20)
1826
-
1827
-
1828
- ### Bug Fixes
1829
-
1830
- * **button:** add ref to allow button in tooltip. HVUIKIT-5599 ([6b9955c](https://github.com/pentaho/hv-uikit-react/commit/6b9955c9c9cc6383ea0cab307e5ae24e17780764))
1831
- * **datepicker:** fix styling issues. HVUIKIT-5609 ([777b0e1](https://github.com/pentaho/hv-uikit-react/commit/777b0e1758157c33ff494f39b5e6a23d90158279))
1832
- * **dropdown:** error when dropdown is empty. HVUIKIT-5546 ([acd8ba5](https://github.com/pentaho/hv-uikit-react/commit/acd8ba5470b45ad11fa89b73338805e7e9ecb2f4))
1833
- * **input:** layout change when displaying error HVUIKIT-5566 ([caa5164](https://github.com/pentaho/hv-uikit-react/commit/caa516437ba52991ed823f0c02d3cbe3b0e61596))
1834
- * **ssr:** remove theme global variable ([702f17a](https://github.com/pentaho/hv-uikit-react/commit/702f17a85edec7fa7979cbc27161590cf0821f43))
1835
- * add "error" to HvInputClassKey ([64c35ac](https://github.com/pentaho/hv-uikit-react/commit/64c35ac8009d4495a3a791c6cfbe19f7a07fd7f5))
1836
- * form selectors state with lazy initialization and ts fixes ([3e06d77](https://github.com/pentaho/hv-uikit-react/commit/3e06d77ebb0a28b4370a6f5518c5efac38378be6))
1837
- * **table:** format function not applied with sub template. HVUIKIT-5575 ([#2114](https://github.com/pentaho/hv-uikit-react/issues/2114)) ([3cb59b0](https://github.com/pentaho/hv-uikit-react/commit/3cb59b02ea2b5970e4c6fbe4e382d8c642aa5d98))
1838
- * resolve type definition problems ([65a6da6](https://github.com/pentaho/hv-uikit-react/commit/65a6da68080ef289ccdff9525a77ae4b1f9ebeea))
1839
-
1840
-
1841
- ### Features
1842
-
1843
- * **breadcrumb:** menu does not accept enter. HVUIKIT-5602 ([e9b2bf3](https://github.com/pentaho/hv-uikit-react/commit/e9b2bf35b99944ffaf8085f2729d9043eeec77d4))
1844
- * **docs:** hide basedropdown story. HVUIKIT-5608 ([#2107](https://github.com/pentaho/hv-uikit-react/issues/2107)) ([be53e06](https://github.com/pentaho/hv-uikit-react/commit/be53e06d904812106679bee13f2d65ee28168eb6))
1845
- * **provider:** add locale definition to provider. HVUIKIT-5626 ([fdc92c2](https://github.com/pentaho/hv-uikit-react/commit/fdc92c2d0a400b9e7bb3e19c055795313baf7c31))
1846
-
1847
-
1848
-
1849
-
1850
-
1851
- # [3.1.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@3.0.0...@hv/uikit-react-core@3.1.0) (2020-11-11)
1852
-
1853
-
1854
- ### Bug Fixes
1855
-
1856
- * **datepicker:** fix styling issues. HVUIKIT-5609 ([777b0e1](https://github.com/pentaho/hv-uikit-react/commit/777b0e1758157c33ff494f39b5e6a23d90158279))
1857
- * **fileuploader:** file callback definition ([02af82f](https://github.com/pentaho/hv-uikit-react/commit/02af82f9e3e2f3d71bdf5efb9e6dff1352765c29))
1858
- * **icons:** change inner color. HVUIKIT-5623 ([a31e258](https://github.com/pentaho/hv-uikit-react/commit/a31e258c777f99d2ec9f2e1a4acd35fcd2972c31))
1859
- * **ssr:** remove theme global variable ([702f17a](https://github.com/pentaho/hv-uikit-react/commit/702f17a85edec7fa7979cbc27161590cf0821f43))
1860
- * **typescript:** resolve type definitions and API problems. HVUIKIT-5589 ([bb8251f](https://github.com/pentaho/hv-uikit-react/commit/bb8251f898a5759107c51a37d26b088f98067fac))
1861
- * add "error" to HvInputClassKey ([64c35ac](https://github.com/pentaho/hv-uikit-react/commit/64c35ac8009d4495a3a791c6cfbe19f7a07fd7f5))
1862
- * form selectors state with lazy initialization and ts fixes ([3e06d77](https://github.com/pentaho/hv-uikit-react/commit/3e06d77ebb0a28b4370a6f5518c5efac38378be6))
1863
- * **table:** format function not applied with sub template. HVUIKIT-5575 ([#2114](https://github.com/pentaho/hv-uikit-react/issues/2114)) ([3cb59b0](https://github.com/pentaho/hv-uikit-react/commit/3cb59b02ea2b5970e4c6fbe4e382d8c642aa5d98))
1864
- * resolve type definition problems ([65a6da6](https://github.com/pentaho/hv-uikit-react/commit/65a6da68080ef289ccdff9525a77ae4b1f9ebeea))
1865
-
1866
-
1867
- ### Features
1868
-
1869
- * **docs:** hide basedropdown story. HVUIKIT-5608 ([#2107](https://github.com/pentaho/hv-uikit-react/issues/2107)) ([be53e06](https://github.com/pentaho/hv-uikit-react/commit/be53e06d904812106679bee13f2d65ee28168eb6))
1870
-
1871
-
1872
-
1873
-
1874
-
1875
- # [3.0.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.13.0...@hv/uikit-react-core@3.0.0) (2020-10-30)
1876
-
1877
- ### Features
1878
- Here are big highlights ✨:
1879
- - Full alignment of ui-kit components with latest, **version 3.2.1**, Design System component library stable patterns.
1880
- - From an Accessibility standpoint, we majorly reviewed the focus visual feedback across all our components, following the _focus-visible_ guidelines.
1881
- - Big component breakdown and refactor to promote better component composition, a core concept in the React Development best practices.
1882
- - Components like the Dropdown, Date Picker, Dropdown Menu, Input, Breadcrumb were previously only available in a data driven form. Now, is implementation is cleaner, and different use cases can be achieved by composing the parts used to build them.
1883
- - We know components like the Table or the Asset Inventory are still very very complex, but they will be the big candidates in the future for refactor.
1884
- - Refactored and reviewed API of all components usable in context of forms.
1885
- - We also made possible a cleaner integration with Form libraries like Formik or React-Forms.
1886
- - The following components where affected: Input, Checkbox, Radio Button, Dropdown, Date-picker, Switch, Text Area and File Uploader.
1887
- - We introduced two grouping components, the Checkbox Group and the Radio Button Group.
1888
- - Concepts like Adornment, Char Counter, Info Message, Label, Suggestion and Warning Text can be used with other components like Checkbox or Radio Groups.
1889
- - Updates to the latest library versions, including Material-UI to its latest 4.x.
1890
- - Reduced bundle size by removing momentjs in favor of daysjs and moved plotly to peer dependency:
1891
- - v3: [209.1kB](https://bundlephobia.com/scan-results?packages=clsx@1.1.1,dayjs@1.9.3,deep-diff@1.0.2,detect-browser@5.1.1,focus-trap-react@8.1.0,focus-visible@5.1.0,focus-within-polyfill@5.0.9,hoist-non-react-statics@3.3.2,html-react-parser@0.14.0,lodash@4.17.20,react-debounce-render@7.0.0,react-google-charts@3.0.15,react-plotly.js@2.5.0,react-table@6.8.6,react-table-hoc-fixed-columns@2.1.1,shallow-equal@1.2.1&sortMode=size)
1892
- - v2: [1.3MB](https://bundlephobia.com/scan-results?packages=clsx@1.1.0,deep-diff@1.0.2,detect-browser@5.1.0,focus-trap-react@6.0.0,focus-within-polyfill@5.0.9,hoist-non-react-statics@3.3.2,lodash@4.17.15,moment@2.24.0,plotly.js-basic-dist@1.54.1,react-google-charts@3.0.15,react-plotly.js@2.4.0,react-resize-aware@3.0.0,react-reveal@1.2.2,react-table@6.8.6,react-table-hoc-fixed-columns@2.1.1&sortMode=size)
1893
-
1894
- We strongly encourage you to check our samples to see the new use cases we support with such big refactors!!
1895
-
1896
-
1897
- # [2.13.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.12.6...@hv/uikit-react-core@2.13.0) (2020-10-27)
1898
-
1899
-
1900
- ### Features
1901
-
1902
- * **table:** add page control capability. [#2067](https://github.com/pentaho/hv-uikit-react/issues/2067) ([9882ac6](https://github.com/pentaho/hv-uikit-react/commit/9882ac6724ea241d5681e3f50cba01363965b9c4))
1903
-
1904
-
1905
-
1906
-
1907
-
1908
- ## [2.12.6](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.12.5...@hv/uikit-react-core@2.12.6) (2020-10-22)
1909
-
1910
- **Note:** Version bump only for package @hv/uikit-react-core
1911
-
1912
-
1913
-
1914
-
1915
-
1916
- ## [2.12.5](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.12.4...@hv/uikit-react-core@2.12.5) (2020-10-20)
1917
-
1918
-
1919
- ### Bug Fixes
1920
-
1921
- * **table:** take pageSize changes into account. [#2034](https://github.com/pentaho/hv-uikit-react/issues/2034) ([8ad11b1](https://github.com/pentaho/hv-uikit-react/commit/8ad11b1ad6ebe3014144bedcfbdd708cfb56ca21)), closes [#2028](https://github.com/pentaho/hv-uikit-react/issues/2028)
1922
- * remove erroneous warning from useControlled ([ffb91a0](https://github.com/pentaho/hv-uikit-react/commit/ffb91a0044246a1b95ca1e902d4ba772c0705be3))
1923
-
1924
-
1925
-
1926
-
1927
-
1928
-
1929
- ## [2.12.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.12.3...@hv/uikit-react-core@2.12.4) (2020-10-15)
1930
-
1931
-
1932
- ### Bug Fixes
1933
-
1934
- * **focus:** asset inventory focus not disappearing. HVUIKIT-5394 ([6bb22ac](https://github.com/pentaho/hv-uikit-react/commit/6bb22acce7ee9c4931d3bb21b7a15e5a519d043f))
1935
- * **input:** allow control of validationState HVUIKIT-5554 [#2018](https://github.com/pentaho/hv-uikit-react/issues/2018) ([10e1e7c](https://github.com/pentaho/hv-uikit-react/commit/10e1e7c6edd8ab2aac28971a8872cd8b96a5da1f))
1936
-
1937
-
1938
-
1939
-
1940
-
1941
- ## [2.12.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.12.2...@hv/uikit-react-core@2.12.3) (2020-10-12)
1942
-
1943
-
1944
- ### Bug Fixes
1945
-
1946
- * **input:** allow control of validationState HVUIKIT-5554 [#2018](https://github.com/pentaho/hv-uikit-react/issues/2018) ([10e1e7c](https://github.com/pentaho/hv-uikit-react/commit/10e1e7c6edd8ab2aac28971a8872cd8b96a5da1f))
1947
-
1948
-
1949
-
1950
-
1951
-
1952
- ## [2.12.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.12.1...@hv/uikit-react-core@2.12.2) (2020-09-30)
1953
-
1954
-
1955
- ### Bug Fixes
1956
-
1957
- * **assetinventory:** page size not changing. HVUIKIT-5549 ([#1996](https://github.com/pentaho/hv-uikit-react/issues/1996)) ([e07afd8](https://github.com/pentaho/hv-uikit-react/commit/e07afd80e06906a1777a0b492c80422f69d1d3d5))
1958
-
1959
-
1960
-
1961
-
1962
-
1963
- ## [2.12.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.12.0...@hv/uikit-react-core@2.12.1) (2020-09-29)
1964
-
1965
-
1966
- ### Bug Fixes
1967
-
1968
- * **assetinventory:** page size not changing. HVUIKIT-5549 ([#1996](https://github.com/pentaho/hv-uikit-react/issues/1996)) ([e07afd8](https://github.com/pentaho/hv-uikit-react/commit/e07afd80e06906a1777a0b492c80422f69d1d3d5))
1969
-
1970
-
1971
-
1972
-
1973
-
1974
- # [2.12.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.11.4...@hv/uikit-react-core@2.12.0) (2020-09-25)
1975
-
1976
-
1977
- ### Bug Fixes
1978
-
1979
- * **dropdown:** deprecating selectdefault. HVUIKIT-5531 ([af6536c](https://github.com/pentaho/hv-uikit-react/commit/af6536c60a584f86f2bb0be743bb4da2dc2d1323))
1980
- * **login:** adjust error message text color. HVUIKIT-5550 ([#1985](https://github.com/pentaho/hv-uikit-react/issues/1985)) ([e10f55b](https://github.com/pentaho/hv-uikit-react/commit/e10f55bc7df1293395dcbe669efc588fbff3adda))
1981
-
1982
-
1983
- ### Features
1984
-
1985
- * **assetinventory:** change pagination label. HVUIKIT-5547 ([5060693](https://github.com/pentaho/hv-uikit-react/commit/5060693f9de3128a5eec4155c4016968dccb38ad))
1986
-
1987
-
1988
-
1989
-
1990
-
1991
- ## [2.11.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.11.3...@hv/uikit-react-core@2.11.4) (2020-09-24)
1992
-
1993
-
1994
- ### Bug Fixes
1995
-
1996
- * **dropdown:** second dropdown not open. HVUIKIT-5528 ([e3094ce](https://github.com/pentaho/hv-uikit-react/commit/e3094ce36bcf80f19931f0cf32037fbc40a76660))
1997
- * **header:** fix keyboard navigation when mouse hover. HVUIKIT-5209 ([7ae7bb6](https://github.com/pentaho/hv-uikit-react/commit/7ae7bb61027b7e47dcc7d258c6e0b4b75491ae67))
1998
-
1999
-
2000
-
2001
-
2002
-
2003
- ## [2.11.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.11.2...@hv/uikit-react-core@2.11.3) (2020-09-18)
2004
-
2005
-
2006
- ### Bug Fixes
2007
-
2008
- * **input:** onBlur not occurring when focusing in other element. [#1961](https://github.com/pentaho/hv-uikit-react/issues/1961) ([1af91ec](https://github.com/pentaho/hv-uikit-react/commit/1af91ec6e00266c2c727fec89ff9a952fafa2b3e))
2009
- * **tabs:** use focusVisible for custom styles. HVUIKIT-5402 ([21533e4](https://github.com/pentaho/hv-uikit-react/commit/21533e4f4ce50ce44fa16e74c228a2c739e3f7f9))
2010
-
2011
-
2012
-
2013
-
2014
-
2015
- ## [2.11.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.11.1...@hv/uikit-react-core@2.11.2) (2020-09-17)
2016
-
2017
-
2018
- ### Bug Fixes
2019
-
2020
- * **input:** have clean button visible in ie 11. HVUIKIT-5409 ([64bd24a](https://github.com/pentaho/hv-uikit-react/commit/64bd24a882a506eb3ffc039b1386102b9513ae7c))
2021
- * **pagination:** apply styles correctly over BaseInput. HVUIKIT-5523 ([#1959](https://github.com/pentaho/hv-uikit-react/issues/1959)) ([3e1d779](https://github.com/pentaho/hv-uikit-react/commit/3e1d779c0044de56ed8c0718c0867573c7a28333))
2022
- * **pagination:** fix style override for page input. HVUIKIT-5523 ([0a0a90d](https://github.com/pentaho/hv-uikit-react/commit/0a0a90d311df0d43b85f6856270e303c9ea14412))
2023
- * **tabs:** use focusVisible for custom styles. HVUIKIT-5402 ([21533e4](https://github.com/pentaho/hv-uikit-react/commit/21533e4f4ce50ce44fa16e74c228a2c739e3f7f9))
2024
-
2025
-
2026
-
2027
-
2028
-
2029
- ## [2.11.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.11.0...@hv/uikit-react-core@2.11.1) (2020-09-09)
2030
-
2031
- **Note:** Version bump only for package @hv/uikit-react-core
2032
-
2033
-
2034
-
2035
-
2036
-
2037
- # [2.11.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.10.2...@hv/uikit-react-core@2.11.0) (2020-08-28)
2038
-
2039
-
2040
- ### Bug Fixes
2041
-
2042
- * **badge:** sample. HVUIKIT-5502 ([c24822a](https://github.com/pentaho/hv-uikit-react/commit/c24822a1434637f4dd6a3c4c62cd68a7a3bebbac))
2043
- * **datepicker:** replace forced color by theme. HVUIKIT-5459 ([7205de2](https://github.com/pentaho/hv-uikit-react/commit/7205de235e87883b99edff6717c6d5d66889c7f8))
2044
- * **dropdowmenu:** list should be condensed. HVUIKIT-5500 ([e053c24](https://github.com/pentaho/hv-uikit-react/commit/e053c24a672420994266e31c75d93679315e166c))
2045
- * **form:** input sample. HVUIKIT-5427 ([#1905](https://github.com/pentaho/hv-uikit-react/issues/1905)) ([e854c70](https://github.com/pentaho/hv-uikit-react/commit/e854c70c32c7bf6f0a0e088153122fdeb92a9aa4))
2046
- * **table:** invalid ids in secondary actions. HVUIKIT-5461 ([8e0fe84](https://github.com/pentaho/hv-uikit-react/commit/8e0fe847c17dab5d057ca748b4b9207abe3164dd))
2047
- * **tooltip:** adjust header bottom spacing. HVUIKIT-5518 ([edaf7c3](https://github.com/pentaho/hv-uikit-react/commit/edaf7c371bd06d29218e6782d96d41be22be5d66))
2048
-
2049
-
2050
- ### Features
2051
-
2052
- * **login:** mark as deprecated. HVUIKIT-5479 ([6d2238e](https://github.com/pentaho/hv-uikit-react/commit/6d2238e1cf3321b41577adbc2eaa28b93365fe06))
2053
-
2054
-
2055
-
2056
-
2057
-
2058
- ## [2.10.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.10.1...@hv/uikit-react-core@2.10.2) (2020-08-18)
2059
-
2060
-
2061
- ### Bug Fixes
2062
-
2063
- * **table:** collapseOnDataChange not working. HVUIKIT-5468 ([#1885](https://github.com/pentaho/hv-uikit-react/issues/1885)) ([2c5f565](https://github.com/pentaho/hv-uikit-react/commit/2c5f5658de29a2bbe72bbc11beb5b5eef2fb0235))
2064
-
2065
-
2066
-
2067
-
2068
-
2069
- ## [2.10.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.10.0...@hv/uikit-react-core@2.10.1) (2020-08-15)
2070
-
2071
-
2072
- ### Bug Fixes
2073
-
2074
- * **dropdown:** correct scroll back to open dropdown. [#1783](https://github.com/pentaho/hv-uikit-react/issues/1783) ([#1800](https://github.com/pentaho/hv-uikit-react/issues/1800)) ([9acd3c4](https://github.com/pentaho/hv-uikit-react/commit/9acd3c427a5954b6004c145ddd749a000546d8f8))
2075
- * **dropdown:** sample not working in ie. [#1872](https://github.com/pentaho/hv-uikit-react/issues/1872) ([77adf2e](https://github.com/pentaho/hv-uikit-react/commit/77adf2e322ee56cb1f3380d6e974e49fca6ec531))
2076
- * **list:** tooltip in multiselect. [#1853](https://github.com/pentaho/hv-uikit-react/issues/1853) ([#1855](https://github.com/pentaho/hv-uikit-react/issues/1855)) ([d368887](https://github.com/pentaho/hv-uikit-react/commit/d368887cca377d571b8a307399bf3242b09632fd))
2077
- * **togglebutton:** toggle with click/space/enter and not disabled [#1875](https://github.com/pentaho/hv-uikit-react/issues/1875) ([68ab82a](https://github.com/pentaho/hv-uikit-react/commit/68ab82aeaaa65bbff2aad548dd0c2a8394de62a9))
2078
- * **userPreferences:** closeOnExit not working. [#1856](https://github.com/pentaho/hv-uikit-react/issues/1856) ([eccd924](https://github.com/pentaho/hv-uikit-react/commit/eccd924855fc2cba2bbcef54bcb5e08870dbc92c))
2079
-
2080
-
2081
-
2082
-
2083
-
2084
- # [2.10.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.9.0...@hv/uikit-react-core@2.10.0) (2020-07-30)
2085
-
2086
-
2087
- ### Bug Fixes
2088
-
2089
- * **header:** alignments on selection states. [#1754](https://github.com/pentaho/hv-uikit-react/issues/1754) ([569f703](https://github.com/pentaho/hv-uikit-react/commit/569f7035b150a1627315c829466cea2c2fa57eab))
2090
- * **header:** submenu not showing when hovering menus to the left. [#1752](https://github.com/pentaho/hv-uikit-react/issues/1752) ([3f8006f](https://github.com/pentaho/hv-uikit-react/commit/3f8006fc7e4926f7524ce8b4ae7a07df90fa7bcb))
2091
- * **input:** change validation state on runtime. [#1808](https://github.com/pentaho/hv-uikit-react/issues/1808) ([eaa3f31](https://github.com/pentaho/hv-uikit-react/commit/eaa3f31f2a6e1dbc7cf291ef445c4b93b4ca5d80))
2092
- * **input:** error when click on suggestion text. [#1746](https://github.com/pentaho/hv-uikit-react/issues/1746) ([4299e9e](https://github.com/pentaho/hv-uikit-react/commit/4299e9e5dcf78e61f3ffb29f3325b19044d5400e))
2093
-
2094
-
2095
- ### Features
2096
-
2097
- * **assetinventory:** add empty state prop. [#1051](https://github.com/pentaho/hv-uikit-react/issues/1051) ([55363da](https://github.com/pentaho/hv-uikit-react/commit/55363da235dddf485df90671d11721b64426d1da))
2098
- * **checkbox:** update focus styling. [#1499](https://github.com/pentaho/hv-uikit-react/issues/1499) ([e6e88d7](https://github.com/pentaho/hv-uikit-react/commit/e6e88d7e641813dd8b13d75105e28a8048215380))
2099
- * **formelement:** add id to context. [#1748](https://github.com/pentaho/hv-uikit-react/issues/1748) ([621f9f5](https://github.com/pentaho/hv-uikit-react/commit/621f9f5383608e368905795f3a9f0f3acc692ff8))
2100
- * **inputadornment:** extract logic from input. [#1560](https://github.com/pentaho/hv-uikit-react/issues/1560) ([#1652](https://github.com/pentaho/hv-uikit-react/issues/1652)) ([b38ecaf](https://github.com/pentaho/hv-uikit-react/commit/b38ecaf0490f2cd05af4a5457436ed52621d3097))
2101
- * **radio:** update focus styling. [#1500](https://github.com/pentaho/hv-uikit-react/issues/1500) ([e196429](https://github.com/pentaho/hv-uikit-react/commit/e196429dd18a7268997fc90974dd00535fe9d059))
2102
-
2103
-
2104
-
2105
-
2106
-
2107
- # [2.9.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.8.0...@hv/uikit-react-core@2.9.0) (2020-07-19)
2108
-
2109
-
2110
- ### Bug Fixes
2111
-
2112
- * **datepicker:** remove title from calendar days. [#1734](https://github.com/pentaho/hv-uikit-react/issues/1734) ([7435006](https://github.com/pentaho/hv-uikit-react/commit/743500600d8d60dab0344736d8b26724fa4a84f7))
2113
- * **header:** alignments on selection states. [#1754](https://github.com/pentaho/hv-uikit-react/issues/1754) ([569f703](https://github.com/pentaho/hv-uikit-react/commit/569f7035b150a1627315c829466cea2c2fa57eab))
2114
- * **header:** submenu not showing when hovering menus to the left. [#1752](https://github.com/pentaho/hv-uikit-react/issues/1752) ([3f8006f](https://github.com/pentaho/hv-uikit-react/commit/3f8006fc7e4926f7524ce8b4ae7a07df90fa7bcb))
2115
-
2116
-
2117
- ### Features
2118
-
2119
- * **checkbox:** update focus styling. [#1499](https://github.com/pentaho/hv-uikit-react/issues/1499) ([e6e88d7](https://github.com/pentaho/hv-uikit-react/commit/e6e88d7e641813dd8b13d75105e28a8048215380))
2120
- * **formelement:** add id to context. [#1748](https://github.com/pentaho/hv-uikit-react/issues/1748) ([621f9f5](https://github.com/pentaho/hv-uikit-react/commit/621f9f5383608e368905795f3a9f0f3acc692ff8))
2121
- * **inputadornment:** extract logic from input. [#1560](https://github.com/pentaho/hv-uikit-react/issues/1560) ([#1652](https://github.com/pentaho/hv-uikit-react/issues/1652)) ([b38ecaf](https://github.com/pentaho/hv-uikit-react/commit/b38ecaf0490f2cd05af4a5457436ed52621d3097))
2122
- * **radio:** update focus styling. [#1500](https://github.com/pentaho/hv-uikit-react/issues/1500) ([e196429](https://github.com/pentaho/hv-uikit-react/commit/e196429dd18a7268997fc90974dd00535fe9d059))
2123
-
2124
-
2125
-
2126
-
2127
-
2128
- # [2.8.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.7.0...@hv/uikit-react-core@2.8.0) (2020-07-10)
2129
-
2130
-
2131
- ### Bug Fixes
2132
-
2133
- * **header:** submenu not showing when hovering menus to the left. [#1752](https://github.com/pentaho/hv-uikit-react/issues/1752) ([3f8006f](https://github.com/pentaho/hv-uikit-react/commit/3f8006fc7e4926f7524ce8b4ae7a07df90fa7bcb))
2134
-
2135
-
2136
- ### Features
2137
-
2138
- * **checkbox:** update focus styling. [#1499](https://github.com/pentaho/hv-uikit-react/issues/1499) ([e6e88d7](https://github.com/pentaho/hv-uikit-react/commit/e6e88d7e641813dd8b13d75105e28a8048215380))
2139
- * **inputadornment:** extract logic from input. [#1560](https://github.com/pentaho/hv-uikit-react/issues/1560) ([#1652](https://github.com/pentaho/hv-uikit-react/issues/1652)) ([b38ecaf](https://github.com/pentaho/hv-uikit-react/commit/b38ecaf0490f2cd05af4a5457436ed52621d3097))
2140
- * **radio:** update focus styling. [#1500](https://github.com/pentaho/hv-uikit-react/issues/1500) ([e196429](https://github.com/pentaho/hv-uikit-react/commit/e196429dd18a7268997fc90974dd00535fe9d059))
2141
-
2142
-
2143
-
2144
-
2145
-
2146
- # [2.7.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.6.1...@hv/uikit-react-core@2.7.0) (2020-07-04)
2147
-
2148
-
2149
- ### Bug Fixes
2150
-
2151
- * **formelement:** not adding aria property .[#1735](https://github.com/pentaho/hv-uikit-react/issues/1735) ([82ca603](https://github.com/pentaho/hv-uikit-react/commit/82ca603e3955ef105bb5afb812863d4760f9f77d))
2152
-
2153
-
2154
- ### Features
2155
-
2156
- * **logincontainer:** refactor login. [#1614](https://github.com/pentaho/hv-uikit-react/issues/1614) ([85fc3c6](https://github.com/pentaho/hv-uikit-react/commit/85fc3c6b28acc22a79275e805e529efc5ee72003))
2157
-
2158
-
2159
-
2160
-
2161
-
2162
- ## [2.6.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.6.0...@hv/uikit-react-core@2.6.1) (2020-07-01)
2163
-
2164
-
2165
- ### Bug Fixes
2166
-
2167
- * **babel:** add core-js to peer dependencies. [#1634](https://github.com/pentaho/hv-uikit-react/issues/1634) ([a8ba6ae](https://github.com/pentaho/hv-uikit-react/commit/a8ba6ae1c70480b9730aeec1e12d67db1376b0de))
2168
-
2169
-
2170
-
2171
-
2172
-
2173
- # [2.6.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.5.0...@hv/uikit-react-core@2.6.0) (2020-06-27)
2174
-
2175
-
2176
- ### Bug Fixes
2177
-
2178
- * **assetinventory:** error in sample main. [#1437](https://github.com/pentaho/hv-uikit-react/issues/1437) ([da7b801](https://github.com/pentaho/hv-uikit-react/commit/da7b8015df7a5f9231f49b335775782c0cf23e5a))
2179
- * **assetinventory:** pagination id was a duplicate of the root node ([049d89a](https://github.com/pentaho/hv-uikit-react/commit/049d89a9a3fa0968570f2b8636f91252da8420e8))
2180
- * **assetinventory:** remove pagination when no data. [#1523](https://github.com/pentaho/hv-uikit-react/issues/1523) ([b9225ff](https://github.com/pentaho/hv-uikit-react/commit/b9225ff5a2af77771aec4393c848ec1fbb1783ab))
2181
- * **button:** add possibility of custom icon colors. [#1579](https://github.com/pentaho/hv-uikit-react/issues/1579) ([5516c67](https://github.com/pentaho/hv-uikit-react/commit/5516c67ecd6d2a7fe371a290f24a8f9c0c88c8d3))
2182
- * **card:** removed focus from card content with onClick: [#1503](https://github.com/pentaho/hv-uikit-react/issues/1503) ([13a4462](https://github.com/pentaho/hv-uikit-react/commit/13a4462f13fb4de3812da341c9f3bb26b6d97579))
2183
- * **card:** update selection externally. [#1718](https://github.com/pentaho/hv-uikit-react/issues/1718) ([d1e65de](https://github.com/pentaho/hv-uikit-react/commit/d1e65de23647c0ddff513856be5f2280255c2c3c))
2184
- * **cardview:** onclick card focus. [#1656](https://github.com/pentaho/hv-uikit-react/issues/1656) ([b152e5b](https://github.com/pentaho/hv-uikit-react/commit/b152e5b8c66ef1c5599d2258a3bef5543b7614ec))
2185
- * **cardview:** set coherent id on action callback. [#1678](https://github.com/pentaho/hv-uikit-react/issues/1678) ([f13e9d9](https://github.com/pentaho/hv-uikit-react/commit/f13e9d93b16e118fd7d6d87771c8f9c9a570ab21))
2186
- * **cardview:** use of keyboard on firefox. [#1580](https://github.com/pentaho/hv-uikit-react/issues/1580) ([9d29ec8](https://github.com/pentaho/hv-uikit-react/commit/9d29ec89d9861e460e1d0191424e4e783c640d46))
2187
- * **datepicker:** accessibility issue. [#1692](https://github.com/pentaho/hv-uikit-react/issues/1692) ([a67659e](https://github.com/pentaho/hv-uikit-react/commit/a67659e822c702ef62f3a102d596b7feecfc0487))
2188
- * **datepicker:** remove warnings. [#1648](https://github.com/pentaho/hv-uikit-react/issues/1648) ([e1f0688](https://github.com/pentaho/hv-uikit-react/commit/e1f068871821457d2d4c8a7f55067de98dba2c9e))
2189
- * **datepicker:** set className to input. [#1647](https://github.com/pentaho/hv-uikit-react/issues/1647) ([ed51c84](https://github.com/pentaho/hv-uikit-react/commit/ed51c843d2c8c9ec883606fed61fd74ea0480db4))
2190
- * **docs:** components without label documentation. [#1421](https://github.com/pentaho/hv-uikit-react/issues/1421) ([58fba02](https://github.com/pentaho/hv-uikit-react/commit/58fba02649200efa6e1482631fa1cc2442cdc21b))
2191
- * **dropdown:** aria property missing in combobox.[#1693](https://github.com/pentaho/hv-uikit-react/issues/1693) ([ffe252a](https://github.com/pentaho/hv-uikit-react/commit/ffe252a6780d7a2b3ddfe7d0452abadc41f9efa4))
2192
- * **dropdown:** dropdown closes when clicking the input.[#1461](https://github.com/pentaho/hv-uikit-react/issues/1461) ([e6c5257](https://github.com/pentaho/hv-uikit-react/commit/e6c5257d3397e0f16b1d49c329468301aa75ee5e))
2193
- * **dropdownmenu:** focus on enter. [#1505](https://github.com/pentaho/hv-uikit-react/issues/1505) ([3cf0075](https://github.com/pentaho/hv-uikit-react/commit/3cf0075d0095cadacdcf249beae9dd4a6b7ff935))
2194
- * **fileuploader:** add withId. [#1694](https://github.com/pentaho/hv-uikit-react/issues/1694) ([9da52fa](https://github.com/pentaho/hv-uikit-react/commit/9da52fac3191ac03d72942abd3c8aafb7c238cdd))
2195
- * **fileuploader:** label adjustment. [#1384](https://github.com/pentaho/hv-uikit-react/issues/1384) ([8fdb0dc](https://github.com/pentaho/hv-uikit-react/commit/8fdb0dc566fbb381e74729a2f45b5af3a05d91d8))
2196
- * **focus:** not rendering in ie. [#1222](https://github.com/pentaho/hv-uikit-react/issues/1222) ([9fc198b](https://github.com/pentaho/hv-uikit-react/commit/9fc198b38536161055544bc87ac48751377d23f7))
2197
- * **focus:** unable to select text ([4abc89a](https://github.com/pentaho/hv-uikit-react/commit/4abc89aba7b506e70453fc1ad1944463ebdd1e0f))
2198
- * **footer:** styling adjustments. [#1680](https://github.com/pentaho/hv-uikit-react/issues/1680) ([2314f1e](https://github.com/pentaho/hv-uikit-react/commit/2314f1ecf546bad358e1a6d940aa74c15d30827c))
2199
- * **formelement:** aria properties missing on production. [#1703](https://github.com/pentaho/hv-uikit-react/issues/1703) ([425c71f](https://github.com/pentaho/hv-uikit-react/commit/425c71f6b7c93db64b8efab204fc7e1271c09ccf))
2200
- * **header:** fix alignment & baseline of nav items. [#1171](https://github.com/pentaho/hv-uikit-react/issues/1171) ([d7f97c7](https://github.com/pentaho/hv-uikit-react/commit/d7f97c7da865a13a8a04cebc2631d6779293a607))
2201
- * **header:** upgrade focus-within-polyfill to fix ssr [#1459](https://github.com/pentaho/hv-uikit-react/issues/1459) ([b3c50f7](https://github.com/pentaho/hv-uikit-react/commit/b3c50f7ed345e1217ed88170bc5c7ab682861caa))
2202
- * **horizontalnavigation:** removed role none. [#1697](https://github.com/pentaho/hv-uikit-react/issues/1697) ([37ec834](https://github.com/pentaho/hv-uikit-react/commit/37ec83453d3c02c6c16b33bfa2595dc9f2c2148d))
2203
- * **input:** fix input doc. [#810](https://github.com/pentaho/hv-uikit-react/issues/810) ([de1f0da](https://github.com/pentaho/hv-uikit-react/commit/de1f0da87c6c43d6c2d812bc05af2c742d7d1d62))
2204
- * **linechart:** render with data change. [#1471](https://github.com/pentaho/hv-uikit-react/issues/1471) ([751acec](https://github.com/pentaho/hv-uikit-react/commit/751acec20691f54539bf750a347d1ae6a9a4a6ac))
2205
- * **list:** align with ds v1.2.1. [#1350](https://github.com/pentaho/hv-uikit-react/issues/1350) ([5f1f10d](https://github.com/pentaho/hv-uikit-react/commit/5f1f10d3c9ffc5a8ea9508bac19c7e5b4595dce3))
2206
- * **listview:** add withId to rows. [#1690](https://github.com/pentaho/hv-uikit-react/issues/1690) ([972ebc9](https://github.com/pentaho/hv-uikit-react/commit/972ebc9c4b4cca73f7f5a6cc2efc67298856005e))
2207
- * **listview:** remove align attribute. [#1691](https://github.com/pentaho/hv-uikit-react/issues/1691) ([bfc1720](https://github.com/pentaho/hv-uikit-react/commit/bfc1720ea447587c4b936f484f77428fb3b273cd))
2208
- * **loading:** added to index. [#1646](https://github.com/pentaho/hv-uikit-react/issues/1646) ([719426f](https://github.com/pentaho/hv-uikit-react/commit/719426fc7c2c565daeb8670795dbadcd31bec656))
2209
- * **modal:** allow scroll and alignments. [#1324](https://github.com/pentaho/hv-uikit-react/issues/1324) ([2379d95](https://github.com/pentaho/hv-uikit-react/commit/2379d957c69f973fe59928dc98e94cd7f61e75d7))
2210
- * **modal:** impossible to select text in Chrome . [#1483](https://github.com/pentaho/hv-uikit-react/issues/1483) ([1ca651d](https://github.com/pentaho/hv-uikit-react/commit/1ca651da98487b5803cba60ec03a57216833cbfa))
2211
- * **modal:** overflow auto. [#1590](https://github.com/pentaho/hv-uikit-react/issues/1590) ([509cb70](https://github.com/pentaho/hv-uikit-react/commit/509cb70b8bed81c1c2f6c63b7b2fe5ed430c3bc0))
2212
- * **multibutton:** create new stacking z-index. [#1603](https://github.com/pentaho/hv-uikit-react/issues/1603) ([c0a2462](https://github.com/pentaho/hv-uikit-react/commit/c0a246213e4c1e6a6e47deb76e31472a601e9110))
2213
- * **multibutton:** react to external data updates ([f56c9aa](https://github.com/pentaho/hv-uikit-react/commit/f56c9aab0bfc147cd147ce09007c156661d9d619))
2214
- * **multiple:** various adjustments to uikit samples. [#1392](https://github.com/pentaho/hv-uikit-react/issues/1392) ([f02f23b](https://github.com/pentaho/hv-uikit-react/commit/f02f23bedd3923ea9a2935e348d4dbf24a1c98a3))
2215
- * **multiple:** various adjustments to uikit samples. [#1392](https://github.com/pentaho/hv-uikit-react/issues/1392) ([f88ab82](https://github.com/pentaho/hv-uikit-react/commit/f88ab8212186b9635b81719a3338a46b6762ab86))
2216
- * **nav:** fix inconsistent focus. [#1124](https://github.com/pentaho/hv-uikit-react/issues/1124) ([3963a0b](https://github.com/pentaho/hv-uikit-react/commit/3963a0bd915d161fdab2740edd9d549ac953fd2f))
2217
- * **popper:** blurred contents on zoom. [#1624](https://github.com/pentaho/hv-uikit-react/issues/1624) ([6012b1c](https://github.com/pentaho/hv-uikit-react/commit/6012b1c44a74fea5fac08db8f073ec023ad705f2))
2218
- * **popper:** correct popper props wiring. [#1624](https://github.com/pentaho/hv-uikit-react/issues/1624) ([bc424a9](https://github.com/pentaho/hv-uikit-react/commit/bc424a93f12b207837193d350c3827da26d8fc78))
2219
- * **shadows:** correcting color translation between themes. [#1313](https://github.com/pentaho/hv-uikit-react/issues/1313) ([74b23bf](https://github.com/pentaho/hv-uikit-react/commit/74b23bf89a18a29f8fa8a51873965d76fdbdd6c0))
2220
- * **table:** adjustment in layout. [#1536](https://github.com/pentaho/hv-uikit-react/issues/1536) ([4add43d](https://github.com/pentaho/hv-uikit-react/commit/4add43db0d0be4c9c2f94fba68cd1d2e55118bd0))
2221
- * **table:** counter not updated. [#1558](https://github.com/pentaho/hv-uikit-react/issues/1558) ([263e96d](https://github.com/pentaho/hv-uikit-react/commit/263e96d54a4042529cd987e620f7fb2883fc0ff8))
2222
- * **table:** fix inconsistent pagination. [#1040](https://github.com/pentaho/hv-uikit-react/issues/1040) ([3a54fff](https://github.com/pentaho/hv-uikit-react/commit/3a54fffabff184b600ffa442a915a37e673cffa1))
2223
- * **table:** idForCheckbox property only allowed id. [#1578](https://github.com/pentaho/hv-uikit-react/issues/1578) ([e076c8f](https://github.com/pentaho/hv-uikit-react/commit/e076c8f2af8300c510d61907d7dd2b4ea87e401a))
2224
- * **table:** Mixed navigation with keyboard and mouse. [#1631](https://github.com/pentaho/hv-uikit-react/issues/1631) ([b8839fb](https://github.com/pentaho/hv-uikit-react/commit/b8839fbde64ef0edc8858760a461fc6046c9db82))
2225
- * **table:** sort click not updating correctly. [#1631](https://github.com/pentaho/hv-uikit-react/issues/1631) ([f1b82c3](https://github.com/pentaho/hv-uikit-react/commit/f1b82c3fd404c0d7452eb621bdcde0debb9b4726))
2226
- * **tabs:** adjustments on the height and fonts. [#1341](https://github.com/pentaho/hv-uikit-react/issues/1341) ([7322335](https://github.com/pentaho/hv-uikit-react/commit/7322335d6cadc1fc9f568f293e2d97798f3cf11a))
2227
- * **textarea:** char count colors. [#1698](https://github.com/pentaho/hv-uikit-react/issues/1698) ([9d7c63c](https://github.com/pentaho/hv-uikit-react/commit/9d7c63c7e1dd40d056a77e81b32b7abe4061e942))
2228
- * **textarea:** controlled value when changed. [#1640](https://github.com/pentaho/hv-uikit-react/issues/1640) ([8c23e15](https://github.com/pentaho/hv-uikit-react/commit/8c23e159a20a29c92a3f1f35ff60eaa840a28d79))
2229
- * **theme:** not being able to pass custom theme.[#1565](https://github.com/pentaho/hv-uikit-react/issues/1565) ([c8954a3](https://github.com/pentaho/hv-uikit-react/commit/c8954a3b7fd07cfffb32475df2aa2ad1678f335f))
2230
- * **themes:** revert links to ds 1.2.1 ([becbec3](https://github.com/pentaho/hv-uikit-react/commit/becbec32fc87beb3d871d6b7cf26c4b7d6cd9f42))
2231
- * **toggleswitch:** double onChange event triggered. [#1206](https://github.com/pentaho/hv-uikit-react/issues/1206) ([45669ea](https://github.com/pentaho/hv-uikit-react/commit/45669ea0ed38804a89da29f5a439569b9855c1f6))
2232
- * **tooltip:** tooltip truncated.[#1357](https://github.com/pentaho/hv-uikit-react/issues/1357) ([80fc177](https://github.com/pentaho/hv-uikit-react/commit/80fc177204185914033a2a2b876231164694fa9e))
2233
- * **typescript:** definition errors ([164eaf0](https://github.com/pentaho/hv-uikit-react/commit/164eaf0d87661f739a3b91183b2f269119d64ece))
2234
- * **typescript:** export all types and interfaces ([bd788d4](https://github.com/pentaho/hv-uikit-react/commit/bd788d4bda7096190eb1a7497d209dd41f34c584))
2235
- * **typescript:** fix definitions. [#1418](https://github.com/pentaho/hv-uikit-react/issues/1418) ([64cd0f4](https://github.com/pentaho/hv-uikit-react/commit/64cd0f407290bf3fd780f56db1e12a83eeedfa7f))
2236
- * **typescript:** snackbar definitions ([09001cf](https://github.com/pentaho/hv-uikit-react/commit/09001cf376231ec9b0687433dd951e5864410e0b))
2237
- * **typescript:** ts definitions ([9f8a901](https://github.com/pentaho/hv-uikit-react/commit/9f8a90156bd65cf1fddc5c5b3e976b8c08d63ece))
2238
- * **typescript:** type definitions ([acce77d](https://github.com/pentaho/hv-uikit-react/commit/acce77d8c867f498670b70237b5f07fafca2d562))
2239
- * **userpreferences:** ts definitions and exports. [#1666](https://github.com/pentaho/hv-uikit-react/issues/1666) ([ab1776e](https://github.com/pentaho/hv-uikit-react/commit/ab1776e36608badf2a591024fe89a726fb3efc64))
2240
- * **userpreferences:** update according ds. [#1619](https://github.com/pentaho/hv-uikit-react/issues/1619) ([f783fa7](https://github.com/pentaho/hv-uikit-react/commit/f783fa7fb8743989cc8e157f2360de9f4933ed30))
2241
- * add minWidth to Table.d.ts ([98f986c](https://github.com/pentaho/hv-uikit-react/commit/98f986caa4070452687aadbcf611434a2f907082))
2242
- * **verticalnav:** unaligned burger icon in ie. [#1379](https://github.com/pentaho/hv-uikit-react/issues/1379) ([750e5d0](https://github.com/pentaho/hv-uikit-react/commit/750e5d0b5bd848703adb3ce5bddd507490612472))
2243
- * **visualizations:** prevent npe in multi-tooltip with no data elements ([1a9420e](https://github.com/pentaho/hv-uikit-react/commit/1a9420ed0002a80f929f0058286e3135995dd257))
2244
-
2245
-
2246
- ### Features
2247
-
2248
- * **assetinv:** review asset inv accessibility. [#1222](https://github.com/pentaho/hv-uikit-react/issues/1222) [#1220](https://github.com/pentaho/hv-uikit-react/issues/1220) [#1221](https://github.com/pentaho/hv-uikit-react/issues/1221) ([e58c747](https://github.com/pentaho/hv-uikit-react/commit/e58c7477e4cba07377a0f9364c940c86534e86a6))
2249
- * **assetinv:** review asset inv accessibility. [#1222](https://github.com/pentaho/hv-uikit-react/issues/1222) [#1220](https://github.com/pentaho/hv-uikit-react/issues/1220) [#1221](https://github.com/pentaho/hv-uikit-react/issues/1221) [#1492](https://github.com/pentaho/hv-uikit-react/issues/1492) ([a234177](https://github.com/pentaho/hv-uikit-react/commit/a234177c85ca87a067030fbe39c2ac192c6cfb23))
2250
- * **assetinventory:** add accessibility capability. [#1083](https://github.com/pentaho/hv-uikit-react/issues/1083) ([8023e47](https://github.com/pentaho/hv-uikit-react/commit/8023e479241d5546d545758bee3b07eb477d52e3))
2251
- * **assetinventory:** improve accessibility examples. [#1083](https://github.com/pentaho/hv-uikit-react/issues/1083) ([5f708ba](https://github.com/pentaho/hv-uikit-react/commit/5f708ba5a839c3b262ffc76a2075bd9993dfaad6))
2252
- * **automation:** use docs storybook for automation tests. [#1410](https://github.com/pentaho/hv-uikit-react/issues/1410) ([deae039](https://github.com/pentaho/hv-uikit-react/commit/deae0398e5fe7ca938728124b5ae952320b70585))
2253
- * **avatar:** avatars can be used to represent a user or a brand [#1548](https://github.com/pentaho/hv-uikit-react/issues/1548) ([d342e8c](https://github.com/pentaho/hv-uikit-react/commit/d342e8c689eb9a64d2bc62139febf6c71a8e88b0))
2254
- * **banner:** add aria-label default to close button. [#678](https://github.com/pentaho/hv-uikit-react/issues/678) ([f60fa27](https://github.com/pentaho/hv-uikit-react/commit/f60fa270a8a4c948a9cada3070bdc35173a4cbf0))
2255
- * **bulkactions:** add component according to ds. [#648](https://github.com/pentaho/hv-uikit-react/issues/648) ([f61274b](https://github.com/pentaho/hv-uikit-react/commit/f61274bd9378b6afcf3c06f750c8f8de5461e4c9))
2256
- * **dropdown:** align dropdown with ds. pentaho[#1242](https://github.com/pentaho/hv-uikit-react/issues/1242) ([1909c42](https://github.com/pentaho/hv-uikit-react/commit/1909c422f17902d8e23797707b172c58a5088cca))
2257
- * **dropdownmenu:** add visual extension. [#1594](https://github.com/pentaho/hv-uikit-react/issues/1594) ([336affd](https://github.com/pentaho/hv-uikit-react/commit/336affdb96974cb796f9b09a40099d2e1898d4d0))
2258
- * **fileuploader:** add mock functions visibility to samples. [#1394](https://github.com/pentaho/hv-uikit-react/issues/1394) ([7f09a82](https://github.com/pentaho/hv-uikit-react/commit/7f09a823718375055e1224a3e16934bbbefff89c))
2259
- * **fileuploader:** review accessibility. [#1292](https://github.com/pentaho/hv-uikit-react/issues/1292) ([c0a869d](https://github.com/pentaho/hv-uikit-react/commit/c0a869d1d79aff0ce19c1a550a9b552a5a474143))
2260
- * **focus:** add hover when focus. [#1657](https://github.com/pentaho/hv-uikit-react/issues/1657) ([4808c32](https://github.com/pentaho/hv-uikit-react/commit/4808c3282e4f734207a802d267348c967e54d0cf))
2261
- * **footer:** promote component to core. [#1601](https://github.com/pentaho/hv-uikit-react/issues/1601) ([ed160c2](https://github.com/pentaho/hv-uikit-react/commit/ed160c2ac1f051385a178aa9690596adebec0bd8))
2262
- * **forms:** form element component and base input [#1560](https://github.com/pentaho/hv-uikit-react/issues/1560) ([#1627](https://github.com/pentaho/hv-uikit-react/issues/1627)) ([089b03e](https://github.com/pentaho/hv-uikit-react/commit/089b03e52f77193b35b563d5c7ff3d7e363ac2b6))
2263
- * **loading:** add component following ds. [#15](https://github.com/pentaho/hv-uikit-react/issues/15) ([2d006b1](https://github.com/pentaho/hv-uikit-react/commit/2d006b1be01fbd975c2c77bc03e11603ceb00186))
2264
- * **modal:** review accessibility. [#1295](https://github.com/pentaho/hv-uikit-react/issues/1295) ([f042ed9](https://github.com/pentaho/hv-uikit-react/commit/f042ed99b1ea3c7a9e13208560c0e665d9070e91))
2265
- * **pagination:** review accessibility. [#1290](https://github.com/pentaho/hv-uikit-react/issues/1290) ([73fe988](https://github.com/pentaho/hv-uikit-react/commit/73fe98878722ea51adb62f4ad2853ff4074553a5))
2266
- * **selectors:** add semantic colors ([6c23659](https://github.com/pentaho/hv-uikit-react/commit/6c23659ce847bbc4ef68487e11d3095d8d6a7140))
2267
- * **suggestions:** add form input suggestions. [#1612](https://github.com/pentaho/hv-uikit-react/issues/1612) ([2c86041](https://github.com/pentaho/hv-uikit-react/commit/2c86041b7ad175c33b8d1a67f7f8954c480fd422))
2268
- * **table:** add bulkactions. [#1511](https://github.com/pentaho/hv-uikit-react/issues/1511) ([3813a8a](https://github.com/pentaho/hv-uikit-react/commit/3813a8ac99ef8082c22214ddbb6c02f8de11fe0f))
2269
- * **table:** add pagination labels. [#457](https://github.com/pentaho/hv-uikit-react/issues/457) ([4bfdef5](https://github.com/pentaho/hv-uikit-react/commit/4bfdef506edf5a71c92494c4da86f1e3f96050f5))
2270
- * **table:** add tooltip capability. [#1609](https://github.com/pentaho/hv-uikit-react/issues/1609) ([abd7885](https://github.com/pentaho/hv-uikit-react/commit/abd78851701c43fcdea70a93146eafa483c8c991))
2271
- * **textarea:** review char count accessibility. [#1235](https://github.com/pentaho/hv-uikit-react/issues/1235) ([b5f7f49](https://github.com/pentaho/hv-uikit-react/commit/b5f7f4986ed09a6d2791db18c452bf65b2a6618b))
2272
- * **tooltip:** apply tooltip to components.[#1289](https://github.com/pentaho/hv-uikit-react/issues/1289) ([431dd92](https://github.com/pentaho/hv-uikit-react/commit/431dd9276cd483318af87af77ba37d7a9b1fc3ca))
2273
- * **typescript:** add lint and tsc validation. [#1611](https://github.com/pentaho/hv-uikit-react/issues/1611) ([fbd6ac2](https://github.com/pentaho/hv-uikit-react/commit/fbd6ac2e3bb1b03176040be6f177ac140a35c0d9))
2274
- * **userpreferences:** add component following ds guideline. [#658](https://github.com/pentaho/hv-uikit-react/issues/658) ([bf7f3f9](https://github.com/pentaho/hv-uikit-react/commit/bf7f3f9d7b560acdc38bc1f3b4fe18fe03578bcd))
2275
- * **userpreferences:** adjustments to pattern. [#1619](https://github.com/pentaho/hv-uikit-react/issues/1619) ([f56d3d8](https://github.com/pentaho/hv-uikit-react/commit/f56d3d8ac7a71e6c25562eea5476245d4e006db4))
2276
- * **visualizations:** optimize plot rendering when updating data [#1588](https://github.com/pentaho/hv-uikit-react/issues/1588) ([360c178](https://github.com/pentaho/hv-uikit-react/commit/360c178a780a07de68bf173365b04ffc4675e661))
2277
- * **visualizations:** upgrade react-plotly.js ([d162cbe](https://github.com/pentaho/hv-uikit-react/commit/d162cbed6faa03dedaa1268fddb8de26d190596a))
2278
-
2279
-
2280
-
2281
-
2282
-
2283
- # [2.5.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.4.2...@hv/uikit-react-core@2.5.0) (2020-06-24)
2284
-
2285
-
2286
- ### Bug Fixes
2287
-
2288
- * **search:** remove onChange from typescript interface filter. [#1636](https://github.com/pentaho/hv-uikit-react/issues/1636) ([4f42b00](https://github.com/pentaho/hv-uikit-react/commit/4f42b00255b71b1bf13b27bbef4709ac3485021e))
2289
- * **switch:** handle checked prop change. [#1668](https://github.com/pentaho/hv-uikit-react/issues/1668) ([819f7ee](https://github.com/pentaho/hv-uikit-react/commit/819f7ee3779240e85d4d857e72e9d290c90ae4c7))
2290
- * suggestion for issue [#1636](https://github.com/pentaho/hv-uikit-react/issues/1636) ([7a0949f](https://github.com/pentaho/hv-uikit-react/commit/7a0949f3f80a1ec74dd582fbeda98c684acd8f81))
2291
-
2292
-
2293
- ### Features
2294
-
2295
- * **badge:** custom label ([#1676](https://github.com/pentaho/hv-uikit-react/issues/1676)) ([87be615](https://github.com/pentaho/hv-uikit-react/commit/87be615bcf549d74144306b73c14559f7a73fe87))
2296
-
2297
-
2298
-
2299
-
2300
-
2301
- ## [2.4.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.4.1...@hv/uikit-react-core@2.4.2) (2020-06-18)
2302
-
2303
-
2304
- ### Bug Fixes
2305
-
2306
- * **switch:** handle checked prop change. [#1668](https://github.com/pentaho/hv-uikit-react/issues/1668) ([819f7ee](https://github.com/pentaho/hv-uikit-react/commit/819f7ee3779240e85d4d857e72e9d290c90ae4c7))
2307
- * suggestion for issue [#1636](https://github.com/pentaho/hv-uikit-react/issues/1636) ([7a0949f](https://github.com/pentaho/hv-uikit-react/commit/7a0949f3f80a1ec74dd582fbeda98c684acd8f81))
2308
-
2309
-
2310
-
2311
-
2312
-
2313
- ## [2.4.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.4.0...@hv/uikit-react-core@2.4.1) (2020-06-11)
2314
-
2315
- **Note:** Version bump only for package @hv/uikit-react-core
2316
-
2317
-
2318
-
2319
-
2320
-
2321
- # [2.4.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.3.0...@hv/uikit-react-core@2.4.0) (2020-06-09)
2322
-
2323
-
2324
- ### Features
2325
-
2326
- * **code-editor:** add code editor component from Foundry. [#1629](https://github.com/pentaho/hv-uikit-react/issues/1629) ([e8a7c10](https://github.com/pentaho/hv-uikit-react/commit/e8a7c10f2db2d528399f21f96c35650ac6e2e48f))
2327
-
2328
-
2329
-
2330
-
2331
-
2332
- # [2.3.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.2.1...@hv/uikit-react-core@2.3.0) (2020-06-05)
2333
-
2334
-
2335
- ### Bug Fixes
2336
-
2337
- * **assetinventory:** error in sample main. [#1437](https://github.com/pentaho/hv-uikit-react/issues/1437) ([da7b801](https://github.com/pentaho/hv-uikit-react/commit/da7b8015df7a5f9231f49b335775782c0cf23e5a))
2338
- * **assetinventory:** remove pagination when no data. [#1523](https://github.com/pentaho/hv-uikit-react/issues/1523) ([b9225ff](https://github.com/pentaho/hv-uikit-react/commit/b9225ff5a2af77771aec4393c848ec1fbb1783ab))
2339
- * **card:** removed focus from card content with onClick: [#1503](https://github.com/pentaho/hv-uikit-react/issues/1503) ([13a4462](https://github.com/pentaho/hv-uikit-react/commit/13a4462f13fb4de3812da341c9f3bb26b6d97579))
2340
- * **docs:** components without label documentation. [#1421](https://github.com/pentaho/hv-uikit-react/issues/1421) ([58fba02](https://github.com/pentaho/hv-uikit-react/commit/58fba02649200efa6e1482631fa1cc2442cdc21b))
2341
- * **dropdown:** dropdown closes when clicking the input.[#1461](https://github.com/pentaho/hv-uikit-react/issues/1461) ([e6c5257](https://github.com/pentaho/hv-uikit-react/commit/e6c5257d3397e0f16b1d49c329468301aa75ee5e))
2342
- * **dropdownmenu:** focus on enter. [#1505](https://github.com/pentaho/hv-uikit-react/issues/1505) ([3cf0075](https://github.com/pentaho/hv-uikit-react/commit/3cf0075d0095cadacdcf249beae9dd4a6b7ff935))
2343
- * **fileuploader:** label adjustment. [#1384](https://github.com/pentaho/hv-uikit-react/issues/1384) ([8fdb0dc](https://github.com/pentaho/hv-uikit-react/commit/8fdb0dc566fbb381e74729a2f45b5af3a05d91d8))
2344
- * **focus:** not rendering in ie. [#1222](https://github.com/pentaho/hv-uikit-react/issues/1222) ([9fc198b](https://github.com/pentaho/hv-uikit-react/commit/9fc198b38536161055544bc87ac48751377d23f7))
2345
- * **focus:** unable to select text ([4abc89a](https://github.com/pentaho/hv-uikit-react/commit/4abc89aba7b506e70453fc1ad1944463ebdd1e0f))
2346
- * **header:** fix alignment & baseline of nav items. [#1171](https://github.com/pentaho/hv-uikit-react/issues/1171) ([d7f97c7](https://github.com/pentaho/hv-uikit-react/commit/d7f97c7da865a13a8a04cebc2631d6779293a607))
2347
- * **header:** upgrade focus-within-polyfill to fix ssr [#1459](https://github.com/pentaho/hv-uikit-react/issues/1459) ([b3c50f7](https://github.com/pentaho/hv-uikit-react/commit/b3c50f7ed345e1217ed88170bc5c7ab682861caa))
2348
- * **input:** fix input doc. [#810](https://github.com/pentaho/hv-uikit-react/issues/810) ([de1f0da](https://github.com/pentaho/hv-uikit-react/commit/de1f0da87c6c43d6c2d812bc05af2c742d7d1d62))
2349
- * **linechart:** render with data change. [#1471](https://github.com/pentaho/hv-uikit-react/issues/1471) ([751acec](https://github.com/pentaho/hv-uikit-react/commit/751acec20691f54539bf750a347d1ae6a9a4a6ac))
2350
- * **list:** align with ds v1.2.1. [#1350](https://github.com/pentaho/hv-uikit-react/issues/1350) ([5f1f10d](https://github.com/pentaho/hv-uikit-react/commit/5f1f10d3c9ffc5a8ea9508bac19c7e5b4595dce3))
2351
- * **modal:** allow scroll and alignments. [#1324](https://github.com/pentaho/hv-uikit-react/issues/1324) ([2379d95](https://github.com/pentaho/hv-uikit-react/commit/2379d957c69f973fe59928dc98e94cd7f61e75d7))
2352
- * **modal:** impossible to select text in Chrome . [#1483](https://github.com/pentaho/hv-uikit-react/issues/1483) ([1ca651d](https://github.com/pentaho/hv-uikit-react/commit/1ca651da98487b5803cba60ec03a57216833cbfa))
2353
- * **modal:** overflow auto. [#1590](https://github.com/pentaho/hv-uikit-react/issues/1590) ([509cb70](https://github.com/pentaho/hv-uikit-react/commit/509cb70b8bed81c1c2f6c63b7b2fe5ed430c3bc0))
2354
- * **multibutton:** create new stacking z-index. [#1603](https://github.com/pentaho/hv-uikit-react/issues/1603) ([c0a2462](https://github.com/pentaho/hv-uikit-react/commit/c0a246213e4c1e6a6e47deb76e31472a601e9110))
2355
- * **multibutton:** react to external data updates ([f56c9aa](https://github.com/pentaho/hv-uikit-react/commit/f56c9aab0bfc147cd147ce09007c156661d9d619))
2356
- * **multiple:** various adjustments to uikit samples. [#1392](https://github.com/pentaho/hv-uikit-react/issues/1392) ([f02f23b](https://github.com/pentaho/hv-uikit-react/commit/f02f23bedd3923ea9a2935e348d4dbf24a1c98a3))
2357
- * **multiple:** various adjustments to uikit samples. [#1392](https://github.com/pentaho/hv-uikit-react/issues/1392) ([f88ab82](https://github.com/pentaho/hv-uikit-react/commit/f88ab8212186b9635b81719a3338a46b6762ab86))
2358
- * **nav:** fix inconsistent focus. [#1124](https://github.com/pentaho/hv-uikit-react/issues/1124) ([3963a0b](https://github.com/pentaho/hv-uikit-react/commit/3963a0bd915d161fdab2740edd9d549ac953fd2f))
2359
- * **popper:** blurred contents on zoom. [#1624](https://github.com/pentaho/hv-uikit-react/issues/1624) ([6012b1c](https://github.com/pentaho/hv-uikit-react/commit/6012b1c44a74fea5fac08db8f073ec023ad705f2))
2360
- * **popper:** correct popper props wiring. [#1624](https://github.com/pentaho/hv-uikit-react/issues/1624) ([bc424a9](https://github.com/pentaho/hv-uikit-react/commit/bc424a93f12b207837193d350c3827da26d8fc78))
2361
- * **shadows:** correcting color translation between themes. [#1313](https://github.com/pentaho/hv-uikit-react/issues/1313) ([74b23bf](https://github.com/pentaho/hv-uikit-react/commit/74b23bf89a18a29f8fa8a51873965d76fdbdd6c0))
2362
- * **table:** adjustment in layout. [#1536](https://github.com/pentaho/hv-uikit-react/issues/1536) ([4add43d](https://github.com/pentaho/hv-uikit-react/commit/4add43db0d0be4c9c2f94fba68cd1d2e55118bd0))
2363
- * **table:** counter not updated. [#1558](https://github.com/pentaho/hv-uikit-react/issues/1558) ([263e96d](https://github.com/pentaho/hv-uikit-react/commit/263e96d54a4042529cd987e620f7fb2883fc0ff8))
2364
- * **table:** fix inconsistent pagination. [#1040](https://github.com/pentaho/hv-uikit-react/issues/1040) ([3a54fff](https://github.com/pentaho/hv-uikit-react/commit/3a54fffabff184b600ffa442a915a37e673cffa1))
2365
- * **table:** idForCheckbox property only allowed id. [#1578](https://github.com/pentaho/hv-uikit-react/issues/1578) ([e076c8f](https://github.com/pentaho/hv-uikit-react/commit/e076c8f2af8300c510d61907d7dd2b4ea87e401a))
2366
- * **tabs:** adjustments on the height and fonts. [#1341](https://github.com/pentaho/hv-uikit-react/issues/1341) ([7322335](https://github.com/pentaho/hv-uikit-react/commit/7322335d6cadc1fc9f568f293e2d97798f3cf11a))
2367
- * **theme:** not being able to pass custom theme.[#1565](https://github.com/pentaho/hv-uikit-react/issues/1565) ([c8954a3](https://github.com/pentaho/hv-uikit-react/commit/c8954a3b7fd07cfffb32475df2aa2ad1678f335f))
2368
- * **themes:** revert links to ds 1.2.1 ([becbec3](https://github.com/pentaho/hv-uikit-react/commit/becbec32fc87beb3d871d6b7cf26c4b7d6cd9f42))
2369
- * **toggleswitch:** double onChange event triggered. [#1206](https://github.com/pentaho/hv-uikit-react/issues/1206) ([45669ea](https://github.com/pentaho/hv-uikit-react/commit/45669ea0ed38804a89da29f5a439569b9855c1f6))
2370
- * **tooltip:** tooltip truncated.[#1357](https://github.com/pentaho/hv-uikit-react/issues/1357) ([80fc177](https://github.com/pentaho/hv-uikit-react/commit/80fc177204185914033a2a2b876231164694fa9e))
2371
- * **typescript:** fix definitions. [#1418](https://github.com/pentaho/hv-uikit-react/issues/1418) ([64cd0f4](https://github.com/pentaho/hv-uikit-react/commit/64cd0f407290bf3fd780f56db1e12a83eeedfa7f))
2372
- * **typescript:** snackbar definitions ([09001cf](https://github.com/pentaho/hv-uikit-react/commit/09001cf376231ec9b0687433dd951e5864410e0b))
2373
- * **typescript:** ts definitions ([9f8a901](https://github.com/pentaho/hv-uikit-react/commit/9f8a90156bd65cf1fddc5c5b3e976b8c08d63ece))
2374
- * **typescript:** type definitions ([acce77d](https://github.com/pentaho/hv-uikit-react/commit/acce77d8c867f498670b70237b5f07fafca2d562))
2375
- * **userpreferences:** update according ds. [#1619](https://github.com/pentaho/hv-uikit-react/issues/1619) ([f783fa7](https://github.com/pentaho/hv-uikit-react/commit/f783fa7fb8743989cc8e157f2360de9f4933ed30))
2376
- * **visualizations:** prevent npe in multi-tooltip with no data elements ([1a9420e](https://github.com/pentaho/hv-uikit-react/commit/1a9420ed0002a80f929f0058286e3135995dd257))
2377
- * add minWidth to Table.d.ts ([98f986c](https://github.com/pentaho/hv-uikit-react/commit/98f986caa4070452687aadbcf611434a2f907082))
2378
- * **verticalnav:** unaligned burger icon in ie. [#1379](https://github.com/pentaho/hv-uikit-react/issues/1379) ([750e5d0](https://github.com/pentaho/hv-uikit-react/commit/750e5d0b5bd848703adb3ce5bddd507490612472))
2379
-
2380
-
2381
- ### Features
2382
-
2383
- * **assetinv:** review asset inv accessibility. [#1222](https://github.com/pentaho/hv-uikit-react/issues/1222) [#1220](https://github.com/pentaho/hv-uikit-react/issues/1220) [#1221](https://github.com/pentaho/hv-uikit-react/issues/1221) ([e58c747](https://github.com/pentaho/hv-uikit-react/commit/e58c7477e4cba07377a0f9364c940c86534e86a6))
2384
- * **assetinv:** review asset inv accessibility. [#1222](https://github.com/pentaho/hv-uikit-react/issues/1222) [#1220](https://github.com/pentaho/hv-uikit-react/issues/1220) [#1221](https://github.com/pentaho/hv-uikit-react/issues/1221) [#1492](https://github.com/pentaho/hv-uikit-react/issues/1492) ([a234177](https://github.com/pentaho/hv-uikit-react/commit/a234177c85ca87a067030fbe39c2ac192c6cfb23))
2385
- * **assetinventory:** add accessibility capability. [#1083](https://github.com/pentaho/hv-uikit-react/issues/1083) ([8023e47](https://github.com/pentaho/hv-uikit-react/commit/8023e479241d5546d545758bee3b07eb477d52e3))
2386
- * **assetinventory:** improve accessibility examples. [#1083](https://github.com/pentaho/hv-uikit-react/issues/1083) ([5f708ba](https://github.com/pentaho/hv-uikit-react/commit/5f708ba5a839c3b262ffc76a2075bd9993dfaad6))
2387
- * **automation:** use docs storybook for automation tests. [#1410](https://github.com/pentaho/hv-uikit-react/issues/1410) ([deae039](https://github.com/pentaho/hv-uikit-react/commit/deae0398e5fe7ca938728124b5ae952320b70585))
2388
- * **avatar:** avatars can be used to represent a user or a brand [#1548](https://github.com/pentaho/hv-uikit-react/issues/1548) ([d342e8c](https://github.com/pentaho/hv-uikit-react/commit/d342e8c689eb9a64d2bc62139febf6c71a8e88b0))
2389
- * **banner:** add aria-label default to close button. [#678](https://github.com/pentaho/hv-uikit-react/issues/678) ([f60fa27](https://github.com/pentaho/hv-uikit-react/commit/f60fa270a8a4c948a9cada3070bdc35173a4cbf0))
2390
- * **bulkactions:** add component according to ds. [#648](https://github.com/pentaho/hv-uikit-react/issues/648) ([f61274b](https://github.com/pentaho/hv-uikit-react/commit/f61274bd9378b6afcf3c06f750c8f8de5461e4c9))
2391
- * **dropdown:** align dropdown with ds. pentaho[#1242](https://github.com/pentaho/hv-uikit-react/issues/1242) ([1909c42](https://github.com/pentaho/hv-uikit-react/commit/1909c422f17902d8e23797707b172c58a5088cca))
2392
- * **fileuploader:** add mock functions visibility to samples. [#1394](https://github.com/pentaho/hv-uikit-react/issues/1394) ([7f09a82](https://github.com/pentaho/hv-uikit-react/commit/7f09a823718375055e1224a3e16934bbbefff89c))
2393
- * **fileuploader:** review accessibility. [#1292](https://github.com/pentaho/hv-uikit-react/issues/1292) ([c0a869d](https://github.com/pentaho/hv-uikit-react/commit/c0a869d1d79aff0ce19c1a550a9b552a5a474143))
2394
- * **footer:** promote component to core. [#1601](https://github.com/pentaho/hv-uikit-react/issues/1601) ([ed160c2](https://github.com/pentaho/hv-uikit-react/commit/ed160c2ac1f051385a178aa9690596adebec0bd8))
2395
- * **loading:** add component following ds. [#15](https://github.com/pentaho/hv-uikit-react/issues/15) ([2d006b1](https://github.com/pentaho/hv-uikit-react/commit/2d006b1be01fbd975c2c77bc03e11603ceb00186))
2396
- * **modal:** review accessibility. [#1295](https://github.com/pentaho/hv-uikit-react/issues/1295) ([f042ed9](https://github.com/pentaho/hv-uikit-react/commit/f042ed99b1ea3c7a9e13208560c0e665d9070e91))
2397
- * **pagination:** review accessibility. [#1290](https://github.com/pentaho/hv-uikit-react/issues/1290) ([73fe988](https://github.com/pentaho/hv-uikit-react/commit/73fe98878722ea51adb62f4ad2853ff4074553a5))
2398
- * **selectors:** add semantic colors ([6c23659](https://github.com/pentaho/hv-uikit-react/commit/6c23659ce847bbc4ef68487e11d3095d8d6a7140))
2399
- * **table:** add pagination labels. [#457](https://github.com/pentaho/hv-uikit-react/issues/457) ([4bfdef5](https://github.com/pentaho/hv-uikit-react/commit/4bfdef506edf5a71c92494c4da86f1e3f96050f5))
2400
- * **textarea:** review char count accessibility. [#1235](https://github.com/pentaho/hv-uikit-react/issues/1235) ([b5f7f49](https://github.com/pentaho/hv-uikit-react/commit/b5f7f4986ed09a6d2791db18c452bf65b2a6618b))
2401
- * **tooltip:** apply tooltip to components.[#1289](https://github.com/pentaho/hv-uikit-react/issues/1289) ([431dd92](https://github.com/pentaho/hv-uikit-react/commit/431dd9276cd483318af87af77ba37d7a9b1fc3ca))
2402
- * **userpreferences:** add component following ds guideline. [#658](https://github.com/pentaho/hv-uikit-react/issues/658) ([bf7f3f9](https://github.com/pentaho/hv-uikit-react/commit/bf7f3f9d7b560acdc38bc1f3b4fe18fe03578bcd))
2403
- * **visualizations:** optimize plot rendering when updating data [#1588](https://github.com/pentaho/hv-uikit-react/issues/1588) ([360c178](https://github.com/pentaho/hv-uikit-react/commit/360c178a780a07de68bf173365b04ffc4675e661))
2404
- * **visualizations:** upgrade react-plotly.js ([d162cbe](https://github.com/pentaho/hv-uikit-react/commit/d162cbed6faa03dedaa1268fddb8de26d190596a))
2405
-
2406
-
2407
-
2408
-
2409
-
2410
- ## [2.2.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.2.0...@hv/uikit-react-core@2.2.1) (2020-06-03)
2411
-
2412
- **Note:** Version bump only for package @hv/uikit-react-core
2413
-
2414
-
2415
-
2416
-
2417
-
2418
- # [2.2.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.1.0...@hv/uikit-react-core@2.2.0) (2020-05-26)
2419
-
2420
-
2421
- ### Bug Fixes
2422
-
2423
- * **assetinventory:** error in sample main. [#1437](https://github.com/pentaho/hv-uikit-react/issues/1437) ([da7b801](https://github.com/pentaho/hv-uikit-react/commit/da7b8015df7a5f9231f49b335775782c0cf23e5a))
2424
- * **assetinventory:** remove pagination when no data. [#1523](https://github.com/pentaho/hv-uikit-react/issues/1523) ([b9225ff](https://github.com/pentaho/hv-uikit-react/commit/b9225ff5a2af77771aec4393c848ec1fbb1783ab))
2425
- * **card:** removed focus from card content with onClick: [#1503](https://github.com/pentaho/hv-uikit-react/issues/1503) ([13a4462](https://github.com/pentaho/hv-uikit-react/commit/13a4462f13fb4de3812da341c9f3bb26b6d97579))
2426
- * **docs:** components without label documentation. [#1421](https://github.com/pentaho/hv-uikit-react/issues/1421) ([58fba02](https://github.com/pentaho/hv-uikit-react/commit/58fba02649200efa6e1482631fa1cc2442cdc21b))
2427
- * **dropdown:** dropdown closes when clicking the input.[#1461](https://github.com/pentaho/hv-uikit-react/issues/1461) ([e6c5257](https://github.com/pentaho/hv-uikit-react/commit/e6c5257d3397e0f16b1d49c329468301aa75ee5e))
2428
- * **dropdownmenu:** focus on enter. [#1505](https://github.com/pentaho/hv-uikit-react/issues/1505) ([3cf0075](https://github.com/pentaho/hv-uikit-react/commit/3cf0075d0095cadacdcf249beae9dd4a6b7ff935))
2429
- * **fileuploader:** label adjustment. [#1384](https://github.com/pentaho/hv-uikit-react/issues/1384) ([8fdb0dc](https://github.com/pentaho/hv-uikit-react/commit/8fdb0dc566fbb381e74729a2f45b5af3a05d91d8))
2430
- * **focus:** not rendering in ie. [#1222](https://github.com/pentaho/hv-uikit-react/issues/1222) ([9fc198b](https://github.com/pentaho/hv-uikit-react/commit/9fc198b38536161055544bc87ac48751377d23f7))
2431
- * **focus:** unable to select text ([4abc89a](https://github.com/pentaho/hv-uikit-react/commit/4abc89aba7b506e70453fc1ad1944463ebdd1e0f))
2432
- * **header:** fix alignment & baseline of nav items. [#1171](https://github.com/pentaho/hv-uikit-react/issues/1171) ([d7f97c7](https://github.com/pentaho/hv-uikit-react/commit/d7f97c7da865a13a8a04cebc2631d6779293a607))
2433
- * **header:** upgrade focus-within-polyfill to fix ssr [#1459](https://github.com/pentaho/hv-uikit-react/issues/1459) ([b3c50f7](https://github.com/pentaho/hv-uikit-react/commit/b3c50f7ed345e1217ed88170bc5c7ab682861caa))
2434
- * **input:** fix input doc. [#810](https://github.com/pentaho/hv-uikit-react/issues/810) ([de1f0da](https://github.com/pentaho/hv-uikit-react/commit/de1f0da87c6c43d6c2d812bc05af2c742d7d1d62))
2435
- * **linechart:** render with data change. [#1471](https://github.com/pentaho/hv-uikit-react/issues/1471) ([751acec](https://github.com/pentaho/hv-uikit-react/commit/751acec20691f54539bf750a347d1ae6a9a4a6ac))
2436
- * **list:** align with ds v1.2.1. [#1350](https://github.com/pentaho/hv-uikit-react/issues/1350) ([5f1f10d](https://github.com/pentaho/hv-uikit-react/commit/5f1f10d3c9ffc5a8ea9508bac19c7e5b4595dce3))
2437
- * **modal:** allow scroll and alignments. [#1324](https://github.com/pentaho/hv-uikit-react/issues/1324) ([2379d95](https://github.com/pentaho/hv-uikit-react/commit/2379d957c69f973fe59928dc98e94cd7f61e75d7))
2438
- * **modal:** impossible to select text in Chrome . [#1483](https://github.com/pentaho/hv-uikit-react/issues/1483) ([1ca651d](https://github.com/pentaho/hv-uikit-react/commit/1ca651da98487b5803cba60ec03a57216833cbfa))
2439
- * **modal:** overflow auto. [#1590](https://github.com/pentaho/hv-uikit-react/issues/1590) ([509cb70](https://github.com/pentaho/hv-uikit-react/commit/509cb70b8bed81c1c2f6c63b7b2fe5ed430c3bc0))
2440
- * **multibutton:** react to external data updates ([f56c9aa](https://github.com/pentaho/hv-uikit-react/commit/f56c9aab0bfc147cd147ce09007c156661d9d619))
2441
- * **multiple:** various adjustments to uikit samples. [#1392](https://github.com/pentaho/hv-uikit-react/issues/1392) ([f02f23b](https://github.com/pentaho/hv-uikit-react/commit/f02f23bedd3923ea9a2935e348d4dbf24a1c98a3))
2442
- * **multiple:** various adjustments to uikit samples. [#1392](https://github.com/pentaho/hv-uikit-react/issues/1392) ([f88ab82](https://github.com/pentaho/hv-uikit-react/commit/f88ab8212186b9635b81719a3338a46b6762ab86))
2443
- * **nav:** fix inconsistent focus. [#1124](https://github.com/pentaho/hv-uikit-react/issues/1124) ([3963a0b](https://github.com/pentaho/hv-uikit-react/commit/3963a0bd915d161fdab2740edd9d549ac953fd2f))
2444
- * **shadows:** correcting color translation between themes. [#1313](https://github.com/pentaho/hv-uikit-react/issues/1313) ([74b23bf](https://github.com/pentaho/hv-uikit-react/commit/74b23bf89a18a29f8fa8a51873965d76fdbdd6c0))
2445
- * **table:** adjustment in layout. [#1536](https://github.com/pentaho/hv-uikit-react/issues/1536) ([4add43d](https://github.com/pentaho/hv-uikit-react/commit/4add43db0d0be4c9c2f94fba68cd1d2e55118bd0))
2446
- * **table:** fix inconsistent pagination. [#1040](https://github.com/pentaho/hv-uikit-react/issues/1040) ([3a54fff](https://github.com/pentaho/hv-uikit-react/commit/3a54fffabff184b600ffa442a915a37e673cffa1))
2447
- * **tabs:** adjustments on the height and fonts. [#1341](https://github.com/pentaho/hv-uikit-react/issues/1341) ([7322335](https://github.com/pentaho/hv-uikit-react/commit/7322335d6cadc1fc9f568f293e2d97798f3cf11a))
2448
- * **theme:** not being able to pass custom theme.[#1565](https://github.com/pentaho/hv-uikit-react/issues/1565) ([c8954a3](https://github.com/pentaho/hv-uikit-react/commit/c8954a3b7fd07cfffb32475df2aa2ad1678f335f))
2449
- * **toggleswitch:** double onChange event triggered. [#1206](https://github.com/pentaho/hv-uikit-react/issues/1206) ([45669ea](https://github.com/pentaho/hv-uikit-react/commit/45669ea0ed38804a89da29f5a439569b9855c1f6))
2450
- * **tooltip:** tooltip truncated.[#1357](https://github.com/pentaho/hv-uikit-react/issues/1357) ([80fc177](https://github.com/pentaho/hv-uikit-react/commit/80fc177204185914033a2a2b876231164694fa9e))
2451
- * **typescript:** fix definitions. [#1418](https://github.com/pentaho/hv-uikit-react/issues/1418) ([64cd0f4](https://github.com/pentaho/hv-uikit-react/commit/64cd0f407290bf3fd780f56db1e12a83eeedfa7f))
2452
- * **typescript:** snackbar definitions ([09001cf](https://github.com/pentaho/hv-uikit-react/commit/09001cf376231ec9b0687433dd951e5864410e0b))
2453
- * **typescript:** type definitions ([acce77d](https://github.com/pentaho/hv-uikit-react/commit/acce77d8c867f498670b70237b5f07fafca2d562))
2454
- * add minWidth to Table.d.ts ([98f986c](https://github.com/pentaho/hv-uikit-react/commit/98f986caa4070452687aadbcf611434a2f907082))
2455
- * **verticalnav:** unaligned burger icon in ie. [#1379](https://github.com/pentaho/hv-uikit-react/issues/1379) ([750e5d0](https://github.com/pentaho/hv-uikit-react/commit/750e5d0b5bd848703adb3ce5bddd507490612472))
2456
-
2457
-
2458
- ### Features
2459
-
2460
- * **assetinv:** review asset inv accessibility. [#1222](https://github.com/pentaho/hv-uikit-react/issues/1222) [#1220](https://github.com/pentaho/hv-uikit-react/issues/1220) [#1221](https://github.com/pentaho/hv-uikit-react/issues/1221) ([e58c747](https://github.com/pentaho/hv-uikit-react/commit/e58c7477e4cba07377a0f9364c940c86534e86a6))
2461
- * **assetinv:** review asset inv accessibility. [#1222](https://github.com/pentaho/hv-uikit-react/issues/1222) [#1220](https://github.com/pentaho/hv-uikit-react/issues/1220) [#1221](https://github.com/pentaho/hv-uikit-react/issues/1221) [#1492](https://github.com/pentaho/hv-uikit-react/issues/1492) ([a234177](https://github.com/pentaho/hv-uikit-react/commit/a234177c85ca87a067030fbe39c2ac192c6cfb23))
2462
- * **assetinventory:** add accessibility capability. [#1083](https://github.com/pentaho/hv-uikit-react/issues/1083) ([8023e47](https://github.com/pentaho/hv-uikit-react/commit/8023e479241d5546d545758bee3b07eb477d52e3))
2463
- * **assetinventory:** improve accessibility examples. [#1083](https://github.com/pentaho/hv-uikit-react/issues/1083) ([5f708ba](https://github.com/pentaho/hv-uikit-react/commit/5f708ba5a839c3b262ffc76a2075bd9993dfaad6))
2464
- * **automation:** use docs storybook for automation tests. [#1410](https://github.com/pentaho/hv-uikit-react/issues/1410) ([deae039](https://github.com/pentaho/hv-uikit-react/commit/deae0398e5fe7ca938728124b5ae952320b70585))
2465
- * **avatar:** avatars can be used to represent a user or a brand [#1548](https://github.com/pentaho/hv-uikit-react/issues/1548) ([d342e8c](https://github.com/pentaho/hv-uikit-react/commit/d342e8c689eb9a64d2bc62139febf6c71a8e88b0))
2466
- * **banner:** add aria-label default to close button. [#678](https://github.com/pentaho/hv-uikit-react/issues/678) ([f60fa27](https://github.com/pentaho/hv-uikit-react/commit/f60fa270a8a4c948a9cada3070bdc35173a4cbf0))
2467
- * **bulkactions:** add component according to ds. [#648](https://github.com/pentaho/hv-uikit-react/issues/648) ([f61274b](https://github.com/pentaho/hv-uikit-react/commit/f61274bd9378b6afcf3c06f750c8f8de5461e4c9))
2468
- * **dropdown:** align dropdown with ds. pentaho[#1242](https://github.com/pentaho/hv-uikit-react/issues/1242) ([1909c42](https://github.com/pentaho/hv-uikit-react/commit/1909c422f17902d8e23797707b172c58a5088cca))
2469
- * **fileuploader:** add mock functions visibility to samples. [#1394](https://github.com/pentaho/hv-uikit-react/issues/1394) ([7f09a82](https://github.com/pentaho/hv-uikit-react/commit/7f09a823718375055e1224a3e16934bbbefff89c))
2470
- * **fileuploader:** review accessibility. [#1292](https://github.com/pentaho/hv-uikit-react/issues/1292) ([c0a869d](https://github.com/pentaho/hv-uikit-react/commit/c0a869d1d79aff0ce19c1a550a9b552a5a474143))
2471
- * **modal:** review accessibility. [#1295](https://github.com/pentaho/hv-uikit-react/issues/1295) ([f042ed9](https://github.com/pentaho/hv-uikit-react/commit/f042ed99b1ea3c7a9e13208560c0e665d9070e91))
2472
- * **pagination:** review accessibility. [#1290](https://github.com/pentaho/hv-uikit-react/issues/1290) ([73fe988](https://github.com/pentaho/hv-uikit-react/commit/73fe98878722ea51adb62f4ad2853ff4074553a5))
2473
- * **selectors:** add semantic colors ([6c23659](https://github.com/pentaho/hv-uikit-react/commit/6c23659ce847bbc4ef68487e11d3095d8d6a7140))
2474
- * **textarea:** review char count accessibility. [#1235](https://github.com/pentaho/hv-uikit-react/issues/1235) ([b5f7f49](https://github.com/pentaho/hv-uikit-react/commit/b5f7f4986ed09a6d2791db18c452bf65b2a6618b))
2475
- * **tooltip:** apply tooltip to components.[#1289](https://github.com/pentaho/hv-uikit-react/issues/1289) ([431dd92](https://github.com/pentaho/hv-uikit-react/commit/431dd9276cd483318af87af77ba37d7a9b1fc3ca))
2476
- * **userpreferences:** add component following ds guideline. [#658](https://github.com/pentaho/hv-uikit-react/issues/658) ([bf7f3f9](https://github.com/pentaho/hv-uikit-react/commit/bf7f3f9d7b560acdc38bc1f3b4fe18fe03578bcd))
2477
-
2478
-
2479
-
2480
-
2481
-
2482
- # [2.1.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.0.3...@hv/uikit-react-core@2.1.0) (2020-05-15)
2483
-
2484
-
2485
- ### Bug Fixes
2486
-
2487
- * **assetinventory:** error in sample main. [#1437](https://github.com/pentaho/hv-uikit-react/issues/1437) ([da7b801](https://github.com/pentaho/hv-uikit-react/commit/da7b8015df7a5f9231f49b335775782c0cf23e5a))
2488
- * **assetinventory:** remove pagination when no data. [#1523](https://github.com/pentaho/hv-uikit-react/issues/1523) ([b9225ff](https://github.com/pentaho/hv-uikit-react/commit/b9225ff5a2af77771aec4393c848ec1fbb1783ab))
2489
- * **card:** removed focus from card content with onClick: [#1503](https://github.com/pentaho/hv-uikit-react/issues/1503) ([13a4462](https://github.com/pentaho/hv-uikit-react/commit/13a4462f13fb4de3812da341c9f3bb26b6d97579))
2490
- * **docs:** components without label documentation. [#1421](https://github.com/pentaho/hv-uikit-react/issues/1421) ([58fba02](https://github.com/pentaho/hv-uikit-react/commit/58fba02649200efa6e1482631fa1cc2442cdc21b))
2491
- * **dropdownmenu:** focus on enter. [#1505](https://github.com/pentaho/hv-uikit-react/issues/1505) ([3cf0075](https://github.com/pentaho/hv-uikit-react/commit/3cf0075d0095cadacdcf249beae9dd4a6b7ff935))
2492
- * **fileuploader:** label adjustment. [#1384](https://github.com/pentaho/hv-uikit-react/issues/1384) ([8fdb0dc](https://github.com/pentaho/hv-uikit-react/commit/8fdb0dc566fbb381e74729a2f45b5af3a05d91d8))
2493
- * **focus:** not rendering in ie. [#1222](https://github.com/pentaho/hv-uikit-react/issues/1222) ([9fc198b](https://github.com/pentaho/hv-uikit-react/commit/9fc198b38536161055544bc87ac48751377d23f7))
2494
- * **header:** fix alignment & baseline of nav items. [#1171](https://github.com/pentaho/hv-uikit-react/issues/1171) ([d7f97c7](https://github.com/pentaho/hv-uikit-react/commit/d7f97c7da865a13a8a04cebc2631d6779293a607))
2495
- * **header:** upgrade focus-within-polyfill to fix ssr [#1459](https://github.com/pentaho/hv-uikit-react/issues/1459) ([b3c50f7](https://github.com/pentaho/hv-uikit-react/commit/b3c50f7ed345e1217ed88170bc5c7ab682861caa))
2496
- * **input:** fix input doc. [#810](https://github.com/pentaho/hv-uikit-react/issues/810) ([de1f0da](https://github.com/pentaho/hv-uikit-react/commit/de1f0da87c6c43d6c2d812bc05af2c742d7d1d62))
2497
- * **list:** align with ds v1.2.1. [#1350](https://github.com/pentaho/hv-uikit-react/issues/1350) ([5f1f10d](https://github.com/pentaho/hv-uikit-react/commit/5f1f10d3c9ffc5a8ea9508bac19c7e5b4595dce3))
2498
- * **modal:** allow scroll and alignments. [#1324](https://github.com/pentaho/hv-uikit-react/issues/1324) ([2379d95](https://github.com/pentaho/hv-uikit-react/commit/2379d957c69f973fe59928dc98e94cd7f61e75d7))
2499
- * **modal:** impossible to select text in Chrome . [#1483](https://github.com/pentaho/hv-uikit-react/issues/1483) ([1ca651d](https://github.com/pentaho/hv-uikit-react/commit/1ca651da98487b5803cba60ec03a57216833cbfa))
2500
- * **nav:** fix inconsistent focus. [#1124](https://github.com/pentaho/hv-uikit-react/issues/1124) ([3963a0b](https://github.com/pentaho/hv-uikit-react/commit/3963a0bd915d161fdab2740edd9d549ac953fd2f))
2501
- * **shadows:** correcting color translation between themes. [#1313](https://github.com/pentaho/hv-uikit-react/issues/1313) ([74b23bf](https://github.com/pentaho/hv-uikit-react/commit/74b23bf89a18a29f8fa8a51873965d76fdbdd6c0))
2502
- * **table:** fix inconsistent pagination. [#1040](https://github.com/pentaho/hv-uikit-react/issues/1040) ([3a54fff](https://github.com/pentaho/hv-uikit-react/commit/3a54fffabff184b600ffa442a915a37e673cffa1))
2503
- * **tabs:** adjustments on the height and fonts. [#1341](https://github.com/pentaho/hv-uikit-react/issues/1341) ([7322335](https://github.com/pentaho/hv-uikit-react/commit/7322335d6cadc1fc9f568f293e2d97798f3cf11a))
2504
- * **toggleswitch:** double onChange event triggered. [#1206](https://github.com/pentaho/hv-uikit-react/issues/1206) ([45669ea](https://github.com/pentaho/hv-uikit-react/commit/45669ea0ed38804a89da29f5a439569b9855c1f6))
2505
- * **typescript:** fix definitions. [#1418](https://github.com/pentaho/hv-uikit-react/issues/1418) ([64cd0f4](https://github.com/pentaho/hv-uikit-react/commit/64cd0f407290bf3fd780f56db1e12a83eeedfa7f))
2506
- * **typescript:** type definitions ([acce77d](https://github.com/pentaho/hv-uikit-react/commit/acce77d8c867f498670b70237b5f07fafca2d562))
2507
- * add minWidth to Table.d.ts ([98f986c](https://github.com/pentaho/hv-uikit-react/commit/98f986caa4070452687aadbcf611434a2f907082))
2508
- * **tooltip:** tooltip truncated.[#1357](https://github.com/pentaho/hv-uikit-react/issues/1357) ([80fc177](https://github.com/pentaho/hv-uikit-react/commit/80fc177204185914033a2a2b876231164694fa9e))
2509
- * **verticalnav:** unaligned burger icon in ie. [#1379](https://github.com/pentaho/hv-uikit-react/issues/1379) ([750e5d0](https://github.com/pentaho/hv-uikit-react/commit/750e5d0b5bd848703adb3ce5bddd507490612472))
2510
-
2511
-
2512
- ### Features
2513
-
2514
- * **assetinv:** review asset inv accessibility. [#1222](https://github.com/pentaho/hv-uikit-react/issues/1222) [#1220](https://github.com/pentaho/hv-uikit-react/issues/1220) [#1221](https://github.com/pentaho/hv-uikit-react/issues/1221) ([e58c747](https://github.com/pentaho/hv-uikit-react/commit/e58c7477e4cba07377a0f9364c940c86534e86a6))
2515
- * **assetinv:** review asset inv accessibility. [#1222](https://github.com/pentaho/hv-uikit-react/issues/1222) [#1220](https://github.com/pentaho/hv-uikit-react/issues/1220) [#1221](https://github.com/pentaho/hv-uikit-react/issues/1221) [#1492](https://github.com/pentaho/hv-uikit-react/issues/1492) ([a234177](https://github.com/pentaho/hv-uikit-react/commit/a234177c85ca87a067030fbe39c2ac192c6cfb23))
2516
- * **assetinventory:** add accessibility capability. [#1083](https://github.com/pentaho/hv-uikit-react/issues/1083) ([8023e47](https://github.com/pentaho/hv-uikit-react/commit/8023e479241d5546d545758bee3b07eb477d52e3))
2517
- * **assetinventory:** improve accessibility examples. [#1083](https://github.com/pentaho/hv-uikit-react/issues/1083) ([5f708ba](https://github.com/pentaho/hv-uikit-react/commit/5f708ba5a839c3b262ffc76a2075bd9993dfaad6))
2518
- * **automation:** use docs storybook for automation tests. [#1410](https://github.com/pentaho/hv-uikit-react/issues/1410) ([deae039](https://github.com/pentaho/hv-uikit-react/commit/deae0398e5fe7ca938728124b5ae952320b70585))
2519
- * **banner:** add aria-label default to close button. [#678](https://github.com/pentaho/hv-uikit-react/issues/678) ([f60fa27](https://github.com/pentaho/hv-uikit-react/commit/f60fa270a8a4c948a9cada3070bdc35173a4cbf0))
2520
- * **dropdown:** align dropdown with ds. pentaho[#1242](https://github.com/pentaho/hv-uikit-react/issues/1242) ([1909c42](https://github.com/pentaho/hv-uikit-react/commit/1909c422f17902d8e23797707b172c58a5088cca))
2521
- * **fileuploader:** add mock functions visibility to samples. [#1394](https://github.com/pentaho/hv-uikit-react/issues/1394) ([7f09a82](https://github.com/pentaho/hv-uikit-react/commit/7f09a823718375055e1224a3e16934bbbefff89c))
2522
- * **fileuploader:** review accessibility. [#1292](https://github.com/pentaho/hv-uikit-react/issues/1292) ([c0a869d](https://github.com/pentaho/hv-uikit-react/commit/c0a869d1d79aff0ce19c1a550a9b552a5a474143))
2523
- * **modal:** review accessibility. [#1295](https://github.com/pentaho/hv-uikit-react/issues/1295) ([f042ed9](https://github.com/pentaho/hv-uikit-react/commit/f042ed99b1ea3c7a9e13208560c0e665d9070e91))
2524
- * **pagination:** review accessibility. [#1290](https://github.com/pentaho/hv-uikit-react/issues/1290) ([73fe988](https://github.com/pentaho/hv-uikit-react/commit/73fe98878722ea51adb62f4ad2853ff4074553a5))
2525
- * **textarea:** review char count accessibility. [#1235](https://github.com/pentaho/hv-uikit-react/issues/1235) ([b5f7f49](https://github.com/pentaho/hv-uikit-react/commit/b5f7f4986ed09a6d2791db18c452bf65b2a6618b))
2526
- * **tooltip:** apply tooltip to components.[#1289](https://github.com/pentaho/hv-uikit-react/issues/1289) ([431dd92](https://github.com/pentaho/hv-uikit-react/commit/431dd9276cd483318af87af77ba37d7a9b1fc3ca))
2527
-
2528
-
2529
-
2530
-
2531
-
2532
- # [2.0.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.0.2...@hv/uikit-react-core@2.0.3) (2020-04-25)
2533
-
2534
-
2535
- ### Bug Fixes
2536
-
2537
- * **docs:** components without label documentation. [#1421](https://github.com/pentaho/hv-uikit-react/issues/1421) ([58fba02](https://github.com/pentaho/hv-uikit-react/commit/58fba02649200efa6e1482631fa1cc2442cdc21b))
2538
- * **header:** fix alignment & baseline of nav items. [#1171](https://github.com/pentaho/hv-uikit-react/issues/1171) ([d7f97c7](https://github.com/pentaho/hv-uikit-react/commit/d7f97c7da865a13a8a04cebc2631d6779293a607))
2539
- * **input:** fix input doc. [#810](https://github.com/pentaho/hv-uikit-react/issues/810) ([de1f0da](https://github.com/pentaho/hv-uikit-react/commit/de1f0da87c6c43d6c2d812bc05af2c742d7d1d62))
2540
- * **shadows:** correcting color translation between themes. [#1313](https://github.com/pentaho/hv-uikit-react/issues/1313) ([74b23bf](https://github.com/pentaho/hv-uikit-react/commit/74b23bf89a18a29f8fa8a51873965d76fdbdd6c0))
2541
- * **table:** fix inconsistent pagination. [#1040](https://github.com/pentaho/hv-uikit-react/issues/1040) ([3a54fff](https://github.com/pentaho/hv-uikit-react/commit/3a54fffabff184b600ffa442a915a37e673cffa1))
2542
- * **tabs:** adjustments on the height and fonts. [#1341](https://github.com/pentaho/hv-uikit-react/issues/1341) ([7322335](https://github.com/pentaho/hv-uikit-react/commit/7322335d6cadc1fc9f568f293e2d97798f3cf11a))
2543
- * **tooltip:** tooltip truncated.[#1357](https://github.com/pentaho/hv-uikit-react/issues/1357) ([80fc177](https://github.com/pentaho/hv-uikit-react/commit/80fc177204185914033a2a2b876231164694fa9e))
2544
- * **typescript:** fix definitions. [#1418](https://github.com/pentaho/hv-uikit-react/issues/1418) ([64cd0f4](https://github.com/pentaho/hv-uikit-react/commit/64cd0f407290bf3fd780f56db1e12a83eeedfa7f))
2545
-
2546
-
2547
- ### Features
2548
-
2549
- * **assetinventory:** add accessibility capability. [#1083](https://github.com/pentaho/hv-uikit-react/issues/1083) ([8023e47](https://github.com/pentaho/hv-uikit-react/commit/8023e479241d5546d545758bee3b07eb477d52e3))
2550
- * **automation:** use docs storybook for automation tests. [#1410](https://github.com/pentaho/hv-uikit-react/issues/1410) ([deae039](https://github.com/pentaho/hv-uikit-react/commit/deae0398e5fe7ca938728124b5ae952320b70585))
2551
- * **dropdown:** align dropdown with ds. pentaho[#1242](https://github.com/pentaho/hv-uikit-react/issues/1242) ([1909c42](https://github.com/pentaho/hv-uikit-react/commit/1909c422f17902d8e23797707b172c58a5088cca))
2552
- * **fileuploader:** review accessibility. [#1292](https://github.com/pentaho/hv-uikit-react/issues/1292) ([c0a869d](https://github.com/pentaho/hv-uikit-react/commit/c0a869d1d79aff0ce19c1a550a9b552a5a474143))
2553
- * **modal:** review accessibility. [#1295](https://github.com/pentaho/hv-uikit-react/issues/1295) ([f042ed9](https://github.com/pentaho/hv-uikit-react/commit/f042ed99b1ea3c7a9e13208560c0e665d9070e91))
2554
- * **pagination:** review accessibility. [#1290](https://github.com/pentaho/hv-uikit-react/issues/1290) ([73fe988](https://github.com/pentaho/hv-uikit-react/commit/73fe98878722ea51adb62f4ad2853ff4074553a5))
2555
- * **textarea:** review char count accessibility. [#1235](https://github.com/pentaho/hv-uikit-react/issues/1235) ([b5f7f49](https://github.com/pentaho/hv-uikit-react/commit/b5f7f4986ed09a6d2791db18c452bf65b2a6618b))
2556
- * **tooltip:** apply tooltip to components.[#1289](https://github.com/pentaho/hv-uikit-react/issues/1289) ([431dd92](https://github.com/pentaho/hv-uikit-react/commit/431dd9276cd483318af87af77ba37d7a9b1fc3ca))
2557
-
2558
-
2559
-
2560
-
2561
-
2562
- ## 2.0.2 (2020-04-24)
2563
-
2564
- **Note:** Version bump only for package @hv/uikit-react-core
2565
-
2566
-
2567
-
2568
-
2569
-
2570
- ## 2.0.1 (2020-04-18)
2571
-
2572
- **Note:** Version bump only for package @hv/uikit-react-core
2573
-
2574
-
2575
-
2576
-
2577
-
2578
- # [2.0.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.30.0...@hv/uikit-react-core@2.0.0) (2020-04-15)
2579
-
2580
-
2581
- ### Bug Fixes
2582
-
2583
- * **assetinventory:** correction samples ([43b02c4](https://github.com/pentaho/hv-uikit-react/commit/43b02c4b72b5753bbeab48754eca6f7c97ae87ea))
2584
- * **button:** icon category background and startIcon prop. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([0b2599d](https://github.com/pentaho/hv-uikit-react/commit/0b2599d9ac1378631c52d7856e4fa46e4625aa3b))
2585
- * **docs:** problems detected on next. [#1383](https://github.com/pentaho/hv-uikit-react/issues/1383) ([65496d2](https://github.com/pentaho/hv-uikit-react/commit/65496d2377803f6b08c00586bcc164aa701c5862))
2586
- * **dropdown:** change clickawaylistener to outsideclickhandler ([1ed521a](https://github.com/pentaho/hv-uikit-react/commit/1ed521a4eb9ca86f9faa2d8d597b37e6190f3eb4))
2587
- * **fileuploader:** correct mock functionality in samples. [#1389](https://github.com/pentaho/hv-uikit-react/issues/1389) ([af1c636](https://github.com/pentaho/hv-uikit-react/commit/af1c636dbc6972a9050db84ebdea0557c3fcaded))
2588
- * **focus:** ref and refactor strategy. [#1111](https://github.com/pentaho/hv-uikit-react/issues/1111) ([9c88bcc](https://github.com/pentaho/hv-uikit-react/commit/9c88bcca986971d8b6b4171a9f61e106de284063))
2589
- * **material:** fix test with material not found ([4c004ac](https://github.com/pentaho/hv-uikit-react/commit/4c004ac20ece5936a22269a07d64340322a6e19a))
2590
- * **material4:** tests. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([40f4bed](https://github.com/pentaho/hv-uikit-react/commit/40f4bedc090a7a1392d1eb2ac9441fd5adffe3d9))
2591
- * **modal:** correction of samples ([efd2080](https://github.com/pentaho/hv-uikit-react/commit/efd208045ad09c8f305c1b9100301a070b371b7f))
2592
- * **switch:** correction of regression. [#1390](https://github.com/pentaho/hv-uikit-react/issues/1390) ([e37b679](https://github.com/pentaho/hv-uikit-react/commit/e37b679a3e688cb20c531a69c3adddad26c51bf7))
2593
- * **table:** change order of injection of styles [#1390](https://github.com/pentaho/hv-uikit-react/issues/1390) ([9fc0fdf](https://github.com/pentaho/hv-uikit-react/commit/9fc0fdfb27a994b3a68d9fd2cc7e3d5ff3f70c2f))
2594
- * **tooltip:** working with material 4. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([5f27b00](https://github.com/pentaho/hv-uikit-react/commit/5f27b00637d35399e483171b8478d578839db3b6))
2595
-
2596
-
2597
- ### Features
2598
-
2599
- * **api:** uniformize components api. [#821](https://github.com/pentaho/hv-uikit-react/issues/821) ([f253499](https://github.com/pentaho/hv-uikit-react/commit/f2534993d1b21435133c240eddb949d4f27c3b28))
2600
- * **button:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([58aaf73](https://github.com/pentaho/hv-uikit-react/commit/58aaf7302d3c59852f0f753b88866a9672307dad))
2601
- * **card:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([2de6258](https://github.com/pentaho/hv-uikit-react/commit/2de6258eb0d6a669c5907899232acca57f3de45c))
2602
- * **checkbox:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([93b3cd2](https://github.com/pentaho/hv-uikit-react/commit/93b3cd2258ef6a2abea58e6de1dd41e1266bb7f5))
2603
- * **container:** add component to have the grid system as DS. [#1296](https://github.com/pentaho/hv-uikit-react/issues/1296) ([41d117b](https://github.com/pentaho/hv-uikit-react/commit/41d117b4e78ebe6bf88152067306c126cd77cd94))
2604
- * **deprecation:** remove old navigation system ([3c31bef](https://github.com/pentaho/hv-uikit-react/commit/3c31bef20ab8f492eab3e7762f07ffe87655eca1))
2605
- * **deprecations:** remove deprecated lab components. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([410cf5b](https://github.com/pentaho/hv-uikit-react/commit/410cf5be65e72d201d08235e5f93ee2f46af68e0))
2606
- * **doc:** fix searchbox ([63b1d0d](https://github.com/pentaho/hv-uikit-react/commit/63b1d0dc08a839deec1179c255fabb3b85e37ce0))
2607
- * **dropdowmenu:** add onToggleOpen. [#1208](https://github.com/pentaho/hv-uikit-react/issues/1208) ([401219a](https://github.com/pentaho/hv-uikit-react/commit/401219a4aafb674f9f14265f85564c268c79390a))
2608
- * **dropdown:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([8affb0c](https://github.com/pentaho/hv-uikit-react/commit/8affb0c505fc12140b6bc2f242cf036c88ac8508))
2609
- * **exports:** move export from index to component. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([652485a](https://github.com/pentaho/hv-uikit-react/commit/652485a3665111430450bf03562abb1dc48915bb))
2610
- * **icon:** remove old icons. [#1193](https://github.com/pentaho/hv-uikit-react/issues/1193) ([a288ce3](https://github.com/pentaho/hv-uikit-react/commit/a288ce3467e4d9c0ba2d9dd266d971fe7a1e3038))
2611
- * **input:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([178d84e](https://github.com/pentaho/hv-uikit-react/commit/178d84e0a1fe70f48e39257ed43166f3662c2cb7))
2612
- * **kpi:** add accessibility example. [#1233](https://github.com/pentaho/hv-uikit-react/issues/1233) ([5113630](https://github.com/pentaho/hv-uikit-react/commit/511363032ea8f78bf3fc4575dfa2a83a5d350622))
2613
- * **kpi:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([4827f9f](https://github.com/pentaho/hv-uikit-react/commit/4827f9fbf843e2351dbb936845f5f18da4300f77))
2614
- * **list:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([daca806](https://github.com/pentaho/hv-uikit-react/commit/daca806da382c9bc81139207d3ba4fd30d4d7ae1))
2615
- * **login:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([faed180](https://github.com/pentaho/hv-uikit-react/commit/faed180ecaf5b071dd96a8aa608f3425a43ba13d))
2616
- * **material4:** fix bugs across components. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([3e5b605](https://github.com/pentaho/hv-uikit-react/commit/3e5b605b31d413eb4f2d356c6921932debf2ce1c))
2617
- * **material4:** migration and spacing. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([c6ce4c5](https://github.com/pentaho/hv-uikit-react/commit/c6ce4c5ae8541b28adbf8f1b83f1673bae1156de))
2618
- * **modal:** working with material 4. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([15eac1b](https://github.com/pentaho/hv-uikit-react/commit/15eac1b573e9ebcddbff34b828d3f2dc91eadc36))
2619
- * **radiobutton:** receive deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([2bb37ff](https://github.com/pentaho/hv-uikit-react/commit/2bb37ff8e792dfb6a610215f5f4b4015df307b56))
2620
- * **snackbar:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([15fdf07](https://github.com/pentaho/hv-uikit-react/commit/15fdf0743d79dcec79e89baa74e4ebb2f0bebc97))
2621
- * **styles:** generate stable class names [#1257](https://github.com/pentaho/hv-uikit-react/issues/1257) ([a52b22c](https://github.com/pentaho/hv-uikit-react/commit/a52b22c878bf6aabbc30113cc0a1605ebcebb6f6))
2622
- * **table:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([029d7db](https://github.com/pentaho/hv-uikit-react/commit/029d7db08613d7f58978fcf2824cb9e8da5d33a0))
2623
- * **textarea:** remove depracted props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([c141530](https://github.com/pentaho/hv-uikit-react/commit/c14153064eb031c393d8d795dae1243df3a8940d))
2624
- * **theme:** rename components. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([1995ab0](https://github.com/pentaho/hv-uikit-react/commit/1995ab01c7dc7c78cb55a6726acae4f0d7effd56))
2625
- * **typescript:** add type definitions. [#533](https://github.com/pentaho/hv-uikit-react/issues/533) ([e5e9f3f](https://github.com/pentaho/hv-uikit-react/commit/e5e9f3f0c29ad14906a8c5cd090cb54c484d896c))
2626
- * **typescript:** add typescript definitions for Badge ([9025f25](https://github.com/pentaho/hv-uikit-react/commit/9025f25ca31a4456b32a9f4c957cc406815b2d30))
2627
- * **typescript:** move proptypes to typescript. [#999](https://github.com/pentaho/hv-uikit-react/issues/999) ([628b71f](https://github.com/pentaho/hv-uikit-react/commit/628b71ff55444c927c17b22b5d1402b4f2374650))
2628
-
2629
-
2630
-
2631
-
2632
-
2633
- # [1.30.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.29.0...@hv/uikit-react-core@1.30.0) (2020-04-11)
2634
-
2635
-
2636
- ### Features
2637
-
2638
- * **login:** add formProps to Login component. [#1363](https://github.com/pentaho/hv-uikit-react/issues/1363) ([#1382](https://github.com/pentaho/hv-uikit-react/issues/1382)) ([bdfb120](https://github.com/pentaho/hv-uikit-react/commit/bdfb1202167a197d782d394fd805b9b11bc765e2))
2639
-
2640
-
2641
-
2642
-
2643
-
2644
- # [2.0.0-next.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@2.0.0-next.1...@hv/uikit-react-core@2.0.0-next.2) (2020-03-18)
2645
- # [1.29.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.28.0...@hv/uikit-react-core@1.29.0) (2020-04-09)
2646
-
2647
-
2648
- ### Bug Fixes
2649
-
2650
- * **checkbox:** incorrect positioning of listview items using checkbox. [#1314](https://github.com/pentaho/hv-uikit-react/issues/1314) ([89cc480](https://github.com/pentaho/hv-uikit-react/commit/89cc480b0530076db2aaaeef033ae75ba34ed989))
2651
-
2652
-
2653
- ### Features
2654
-
2655
- * **api:** deprecate props to match 2.x. [#1318](https://github.com/pentaho/hv-uikit-react/issues/1318) ([9e402ed](https://github.com/pentaho/hv-uikit-react/commit/9e402edb9359fdf9356d7edc602288042d927c57))
2656
- * **badge:** review accessibility. [#1234](https://github.com/pentaho/hv-uikit-react/issues/1234) ([37d032f](https://github.com/pentaho/hv-uikit-react/commit/37d032f6ba961b83353ac698e50f8ac1821d0753))
2657
- * **classnames:** add icons componentName. [#1319](https://github.com/pentaho/hv-uikit-react/issues/1319) ([dfa7ef1](https://github.com/pentaho/hv-uikit-react/commit/dfa7ef11c43973d7297653e57201a687990449a3))
2658
- * **classnames:** add prefix to vertical navigation comps. [#1319](https://github.com/pentaho/hv-uikit-react/issues/1319) ([0b689b9](https://github.com/pentaho/hv-uikit-react/commit/0b689b925f20056b1d4e91d84722451571717f18))
2659
- * **classnames:** apply classnames backport. [#1319](https://github.com/pentaho/hv-uikit-react/issues/1319) ([7ed3fe2](https://github.com/pentaho/hv-uikit-react/commit/7ed3fe2b0159dd1015b9f9b25331a4334ac43e5a))
2660
- * **dropdown:** change width of container. [#1303](https://github.com/pentaho/hv-uikit-react/issues/1303) ([3c68b00](https://github.com/pentaho/hv-uikit-react/commit/3c68b0086209196eb52ff41aa90dd86467b2883f))
2661
-
2662
-
2663
-
2664
-
2665
-
2666
- # [1.28.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.27.0...@hv/uikit-react-core@1.28.0) (2020-04-01)
2667
-
2668
-
2669
- ### Bug Fixes
2670
-
2671
- * **assetinventory:** fix wrong background color. [#1306](https://github.com/pentaho/hv-uikit-react/issues/1306) ([8fa4bf7](https://github.com/pentaho/hv-uikit-react/commit/8fa4bf7101ba9a559eee8a2542834c4e46cc5a18))
2672
- * **assetinventory:** incorrect width in checkbox. [#1216](https://github.com/pentaho/hv-uikit-react/issues/1216) ([848b489](https://github.com/pentaho/hv-uikit-react/commit/848b4899ffd0a6734353f27a594bbe0872d75ce6))
2673
- * **badge:** alignments and styling. [#1273](https://github.com/pentaho/hv-uikit-react/issues/1273) ([68950b7](https://github.com/pentaho/hv-uikit-react/commit/68950b73ce869eb0b94dad643c7ab00012e7f204))
2674
- * **checkbox:** incorrect positioning of listview items using checkbox. [#1314](https://github.com/pentaho/hv-uikit-react/issues/1314) ([57c32e0](https://github.com/pentaho/hv-uikit-react/commit/57c32e0b4d5021d91034c67d62bd36d226b91d5b))
2675
- * **dropdown:** list tooltips in multiselect mode. [#1276](https://github.com/pentaho/hv-uikit-react/issues/1276) ([766b746](https://github.com/pentaho/hv-uikit-react/commit/766b746d72af8381b0d968720acf51b130423804))
2676
- * **dropdownmenu:** alignment on icon color. [#1264](https://github.com/pentaho/hv-uikit-react/issues/1264) ([b8ac110](https://github.com/pentaho/hv-uikit-react/commit/b8ac110dcd8624e6a1cb4380629e9638ed9ddff5))
2677
- * **modal:** styling and copy alignments. [#1285](https://github.com/pentaho/hv-uikit-react/issues/1285) ([15eb7fb](https://github.com/pentaho/hv-uikit-react/commit/15eb7fbd228121e3f799a777b6c0b002e6891251))
2678
- * **switch:** added package-lock. [#1189](https://github.com/pentaho/hv-uikit-react/issues/1189) ([3df4308](https://github.com/pentaho/hv-uikit-react/commit/3df43087ca54b2ba56cdc56d4e20e8e997157471))
2679
- * **switch:** alignments and icon change. [#1189](https://github.com/pentaho/hv-uikit-react/issues/1189) ([2c8c726](https://github.com/pentaho/hv-uikit-react/commit/2c8c726ebb0cb4f621f77a348344cf0543c78d15))
2680
- * **switch:** removed important property. [#1189](https://github.com/pentaho/hv-uikit-react/issues/1189) ([b98a43f](https://github.com/pentaho/hv-uikit-react/commit/b98a43f13baf34ea165cb483858078375ad90d26))
2681
- * **switch:** updated tests. [#1189](https://github.com/pentaho/hv-uikit-react/issues/1189) ([815afcd](https://github.com/pentaho/hv-uikit-react/commit/815afcdd9f9c98339f32108efb60f8e7ae9173dd))
2682
- * **table:** removed commented line. [#1263](https://github.com/pentaho/hv-uikit-react/issues/1263) ([742f7c0](https://github.com/pentaho/hv-uikit-react/commit/742f7c054c244bf56ffca9ec016b38858fa8a617))
2683
- * **table:** styling alignments. [#1263](https://github.com/pentaho/hv-uikit-react/issues/1263) ([3f56cad](https://github.com/pentaho/hv-uikit-react/commit/3f56cad2536b6562cbaf00169da1cd5bcd29bf7d))
2684
- * **textinput:** change counter text color to acce1 [#1286](https://github.com/pentaho/hv-uikit-react/issues/1286) ([74e6b13](https://github.com/pentaho/hv-uikit-react/commit/74e6b13fb6d6d7bc7f2dba764341f28a2a8829f4))
2685
- * **togglebutton:** align sizes. [#1205](https://github.com/pentaho/hv-uikit-react/issues/1205) ([cc74cd5](https://github.com/pentaho/hv-uikit-react/commit/cc74cd533aff4220cac00efc1406086456b3d87b))
2686
-
2687
-
2688
- ### Features
2689
-
2690
- * **dropdowmenu:** add onToggleOpen. [#1208](https://github.com/pentaho/hv-uikit-react/issues/1208) ([401219a](https://github.com/pentaho/hv-uikit-react/commit/401219a4aafb674f9f14265f85564c268c79390a))
2691
- * **styles:** generate stable class names [#1257](https://github.com/pentaho/hv-uikit-react/issues/1257) ([a52b22c](https://github.com/pentaho/hv-uikit-react/commit/a52b22c878bf6aabbc30113cc0a1605ebcebb6f6))
2692
- * **typescript:** add type definitions. [#533](https://github.com/pentaho/hv-uikit-react/issues/533) ([e5e9f3f](https://github.com/pentaho/hv-uikit-react/commit/e5e9f3f0c29ad14906a8c5cd090cb54c484d896c))
2693
- * **typescript:** add typescript definitions for Badge ([9025f25](https://github.com/pentaho/hv-uikit-react/commit/9025f25ca31a4456b32a9f4c957cc406815b2d30))
2694
- * **typescript:** move proptypes to typescript. [#999](https://github.com/pentaho/hv-uikit-react/issues/999) ([628b71f](https://github.com/pentaho/hv-uikit-react/commit/628b71ff55444c927c17b22b5d1402b4f2374650))
2695
- * **datepicker:** acknowledge change value. [#1321](https://github.com/pentaho/hv-uikit-react/issues/1321) ([2b432af](https://github.com/pentaho/hv-uikit-react/commit/2b432afa006ff2b07f10ac5ee31da312b450dd85))
2696
-
2697
-
2698
-
2699
-
2700
-
2701
- # [2.0.0-next.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.25.0...@hv/uikit-react-core@2.0.0-next.1) (2020-03-04)
2702
- # [1.27.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.26.0...@hv/uikit-react-core@1.27.0) (2020-03-17)
2703
-
2704
-
2705
- ### Bug Fixes
2706
-
2707
- * **button:** icon category background and startIcon prop. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([0b2599d](https://github.com/pentaho/hv-uikit-react/commit/0b2599d9ac1378631c52d7856e4fa46e4625aa3b))
2708
- * **dropdown:** change clickawaylistener to outsideclickhandler ([1ed521a](https://github.com/pentaho/hv-uikit-react/commit/1ed521a4eb9ca86f9faa2d8d597b37e6190f3eb4))
2709
- * **focus:** ref and refactor strategy. [#1111](https://github.com/pentaho/hv-uikit-react/issues/1111) ([9c88bcc](https://github.com/pentaho/hv-uikit-react/commit/9c88bcca986971d8b6b4171a9f61e106de284063))
2710
- * **material:** fix test with material not found ([4c004ac](https://github.com/pentaho/hv-uikit-react/commit/4c004ac20ece5936a22269a07d64340322a6e19a))
2711
- * **material4:** tests. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([40f4bed](https://github.com/pentaho/hv-uikit-react/commit/40f4bedc090a7a1392d1eb2ac9441fd5adffe3d9))
2712
- * **tooltip:** working with material 4. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([5f27b00](https://github.com/pentaho/hv-uikit-react/commit/5f27b00637d35399e483171b8478d578839db3b6))
2713
- * **datepicker:** adjust according to ds pattern 1.2.1. [#1094](https://github.com/pentaho/hv-uikit-react/issues/1094) ([5ef1526](https://github.com/pentaho/hv-uikit-react/commit/5ef15260c6a33134807d53a0465dca4c5d880950))
2714
- * **datepicker:** adjust according to ds pattern 1.2.1. [#1094](https://github.com/pentaho/hv-uikit-react/issues/1094) ([6c41b79](https://github.com/pentaho/hv-uikit-react/commit/6c41b797f739a85a25a17e368e434c3c8726ffb9))
2715
- * **emptystate:** alignment on text margins [#1095](https://github.com/pentaho/hv-uikit-react/issues/1095) ([93e1d6c](https://github.com/pentaho/hv-uikit-react/commit/93e1d6cde95f2638c9bc07a5f33a6657a96cb57a))
2716
- * **login:** recovery message not showing. [#1224](https://github.com/pentaho/hv-uikit-react/issues/1224) ([51a5c69](https://github.com/pentaho/hv-uikit-react/commit/51a5c693a5bd1e79e01339d30dfc10a71a586003))
2717
-
2718
-
2719
- ### Features
2720
-
2721
- * **multibutton:** reviewing accesibility. [#1079](https://github.com/pentaho/hv-uikit-react/issues/1079) ([0341ff1](https://github.com/pentaho/hv-uikit-react/commit/0341ff1b4aeb4e179a43fb2f7b276082760a53fc))
2722
- * **table:** aria roles a11y review. [#1076](https://github.com/pentaho/hv-uikit-react/issues/1076) ([d38d242](https://github.com/pentaho/hv-uikit-react/commit/d38d242e3410191efb4c67dad09c60dfab28a37b))
2723
- * **table:** reviewing keyboard accessibility ([bc8b084](https://github.com/pentaho/hv-uikit-react/commit/bc8b08405982bfb87aae9f51be5dee8fb3f2774c))
2724
-
2725
-
2726
-
2727
-
2728
-
2729
- # [1.26.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.25.0...@hv/uikit-react-core@1.26.0) (2020-03-07)
2730
-
2731
-
2732
- ### Features
2733
-
2734
- * **button:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([58aaf73](https://github.com/pentaho/hv-uikit-react/commit/58aaf7302d3c59852f0f753b88866a9672307dad))
2735
- * **card:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([2de6258](https://github.com/pentaho/hv-uikit-react/commit/2de6258eb0d6a669c5907899232acca57f3de45c))
2736
- * **checkbox:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([93b3cd2](https://github.com/pentaho/hv-uikit-react/commit/93b3cd2258ef6a2abea58e6de1dd41e1266bb7f5))
2737
- * **deprecation:** remove old navigation system ([3c31bef](https://github.com/pentaho/hv-uikit-react/commit/3c31bef20ab8f492eab3e7762f07ffe87655eca1))
2738
- * **deprecations:** remove deprecated lab components. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([410cf5b](https://github.com/pentaho/hv-uikit-react/commit/410cf5be65e72d201d08235e5f93ee2f46af68e0))
2739
- * **dropdown:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([8affb0c](https://github.com/pentaho/hv-uikit-react/commit/8affb0c505fc12140b6bc2f242cf036c88ac8508))
2740
- * **exports:** move export from index to component. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([652485a](https://github.com/pentaho/hv-uikit-react/commit/652485a3665111430450bf03562abb1dc48915bb))
2741
- * **icon:** remove old icons. [#1193](https://github.com/pentaho/hv-uikit-react/issues/1193) ([a288ce3](https://github.com/pentaho/hv-uikit-react/commit/a288ce3467e4d9c0ba2d9dd266d971fe7a1e3038))
2742
- * **input:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([178d84e](https://github.com/pentaho/hv-uikit-react/commit/178d84e0a1fe70f48e39257ed43166f3662c2cb7))
2743
- * **kpi:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([4827f9f](https://github.com/pentaho/hv-uikit-react/commit/4827f9fbf843e2351dbb936845f5f18da4300f77))
2744
- * **list:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([daca806](https://github.com/pentaho/hv-uikit-react/commit/daca806da382c9bc81139207d3ba4fd30d4d7ae1))
2745
- * **login:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([faed180](https://github.com/pentaho/hv-uikit-react/commit/faed180ecaf5b071dd96a8aa608f3425a43ba13d))
2746
- * **material4:** fix bugs across components. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([3e5b605](https://github.com/pentaho/hv-uikit-react/commit/3e5b605b31d413eb4f2d356c6921932debf2ce1c))
2747
- * **material4:** migration and spacing. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([c6ce4c5](https://github.com/pentaho/hv-uikit-react/commit/c6ce4c5ae8541b28adbf8f1b83f1673bae1156de))
2748
- * **modal:** working with material 4. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([15eac1b](https://github.com/pentaho/hv-uikit-react/commit/15eac1b573e9ebcddbff34b828d3f2dc91eadc36))
2749
- * **radiobutton:** receive deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([2bb37ff](https://github.com/pentaho/hv-uikit-react/commit/2bb37ff8e792dfb6a610215f5f4b4015df307b56))
2750
- * **snackbar:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([15fdf07](https://github.com/pentaho/hv-uikit-react/commit/15fdf0743d79dcec79e89baa74e4ebb2f0bebc97))
2751
- * **table:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([029d7db](https://github.com/pentaho/hv-uikit-react/commit/029d7db08613d7f58978fcf2824cb9e8da5d33a0))
2752
- * **textarea:** remove depracted props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([c141530](https://github.com/pentaho/hv-uikit-react/commit/c14153064eb031c393d8d795dae1243df3a8940d))
2753
- * **theme:** rename components. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([1995ab0](https://github.com/pentaho/hv-uikit-react/commit/1995ab01c7dc7c78cb55a6726acae4f0d7effd56))
2754
- * **typescript:** support new component and restructure files ([e51b411](https://github.com/pentaho/hv-uikit-react/commit/e51b411962a1cc10a80fbc1f0d42cbc379618ef0))
2755
-
2756
-
2757
-
2758
-
2759
-
2760
- # [2.0.0-next.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.23.0...@hv/uikit-react-core@2.0.0-next.0) (2020-02-14)
2761
- # [1.25.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.24.0...@hv/uikit-react-core@1.25.0) (2020-02-28)
2762
-
2763
-
2764
- ### Bug Fixes
2765
-
2766
- * **breadcrumb:** accessibility review. [#1082](https://github.com/pentaho/hv-uikit-react/issues/1082) ([5d94d79](https://github.com/pentaho/hv-uikit-react/commit/5d94d79951b37f12b16226c9afa2b33fd7d1acb2))
2767
- * **card:** inject accessibility rules for actions and dropdown menu [#922](https://github.com/pentaho/hv-uikit-react/issues/922) ([78e3d30](https://github.com/pentaho/hv-uikit-react/commit/78e3d3040fc84c85f689a699966a91d53b4d7ada))
2768
- * **fileuploader:** change icon color. [#1091](https://github.com/pentaho/hv-uikit-react/issues/1091) ([6660295](https://github.com/pentaho/hv-uikit-react/commit/6660295aa768ee92848aeb9959e8adf42abc1944))
2769
- * **templates:** alignment and colors. [#1174](https://github.com/pentaho/hv-uikit-react/issues/1174) ([024138e](https://github.com/pentaho/hv-uikit-react/commit/024138e8c163d9d80dbc463ff448c431e3a7152e))
2770
- * **verticalnavigation:** overwrite box style. [#1170](https://github.com/pentaho/hv-uikit-react/issues/1170) ([2b0adfc](https://github.com/pentaho/hv-uikit-react/commit/2b0adfcf4627f211a1d16084d68b91761e82acf3))
2771
-
2772
-
2773
- ### Features
2774
-
2775
- * **tabs:** implement the component according to 1.2.1 DS version. [#245](https://github.com/pentaho/hv-uikit-react/issues/245) ([d7d5653](https://github.com/pentaho/hv-uikit-react/commit/d7d5653a52e230fa2f0d871468fa4c06947e42c9))
2776
-
2777
-
2778
-
2779
-
2780
-
2781
- # [1.24.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.23.1...@hv/uikit-react-core@1.24.0) (2020-02-20)
2782
-
2783
-
2784
- ### Bug Fixes
2785
-
2786
- * **focus:** ref and refactor strategy ([7648a46](https://github.com/pentaho/hv-uikit-react/commit/7648a46d5ce79f892be631f3d29ddadfbac4e63a))
2787
- * **input:** icon order and visibility. [#1096](https://github.com/pentaho/hv-uikit-react/issues/1096) ([12c59fb](https://github.com/pentaho/hv-uikit-react/commit/12c59fb017b0d78e89d50b02d90b25e6a08660a5))
2788
- * **table:** expand event is trigged anywhere in the row. [#1128](https://github.com/pentaho/hv-uikit-react/issues/1128) ([6170c43](https://github.com/pentaho/hv-uikit-react/commit/6170c43805c0c3eb187593a999a86b06f6141cf2))
2789
- * **table:** Horizontal scrollbar appears when secondaryAction specified ([7f4533c](https://github.com/pentaho/hv-uikit-react/commit/7f4533c3e81b658abbb1bf877b685757ef876b59))
2790
- * **table:** paging causes runtime error with server side as true. [#1039](https://github.com/pentaho/hv-uikit-react/issues/1039) ([ed92089](https://github.com/pentaho/hv-uikit-react/commit/ed9208911dc8c7bbf327c59ce12a54a21db093ab))
2791
-
2792
-
2793
- ### Features
2794
-
2795
- * **header:** new header according to DS 1.2.1 [#666](https://github.com/pentaho/hv-uikit-react/issues/666) ([f666449](https://github.com/pentaho/hv-uikit-react/commit/f666449c850de1a0ccd7f27127ee6f4f920f7e1c))
2796
- * **togglebutton:** review accessibility. [#1081](https://github.com/pentaho/hv-uikit-react/issues/1081) ([9a20165](https://github.com/pentaho/hv-uikit-react/commit/9a20165f74831ab870864a9677c67cf9a119bf4b))
2797
- * **toggleswitch:** review accessibility. [#1078](https://github.com/pentaho/hv-uikit-react/issues/1078) ([81589c0](https://github.com/pentaho/hv-uikit-react/commit/81589c05c62ac6e11b58d9db072449edcbc494fe))
2798
- * **vertical navigation:** new vertical nav according to DS 1.2.1 [#642](https://github.com/pentaho/hv-uikit-react/issues/642) ([37c96b0](https://github.com/pentaho/hv-uikit-react/commit/37c96b048bf158b43ffef0e00ffd8b89911011b8))
2799
-
2800
-
2801
-
2802
-
2803
-
2804
- ## [1.23.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.23.0...@hv/uikit-react-core@1.23.1) (2020-02-15)
2805
-
2806
- **Note:** Version bump only for package @hv/uikit-react-core
2807
-
2808
-
2809
-
2810
-
2811
-
2812
- # [1.23.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.22.0...@hv/uikit-react-core@1.23.0) (2020-02-06)
2813
-
2814
-
2815
- ### Features
2816
-
2817
- * **typescript:** type definition for HvBreadCrumb ([#1072](https://github.com/pentaho/hv-uikit-react/issues/1072)) ([04c46e0](https://github.com/pentaho/hv-uikit-react/commit/04c46e0e76282c6f9d5e4b5a66004296469318df))
2818
-
2819
-
2820
-
2821
-
2822
-
2823
- # [1.22.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.21.0...@hv/uikit-react-core@1.22.0) (2020-02-05)
2824
-
2825
-
2826
- ### Bug Fixes
2827
-
2828
- * **dropdownmenu:** unable to leave with Tab navigation. [#1004](https://github.com/pentaho/hv-uikit-react/issues/1004) ([3ece2cb](https://github.com/pentaho/hv-uikit-react/commit/3ece2cb96e2165f488fed99d858e5d6c35b6e48f))
2829
- * **focus:** edge/ie outline. [#1048](https://github.com/pentaho/hv-uikit-react/issues/1048) ([f015970](https://github.com/pentaho/hv-uikit-react/commit/f01597017f8bca22d27d6ef7f6afb619e85dd859))
2830
- * **icons:** svg tabstop in IE/Edge. [#1011](https://github.com/pentaho/hv-uikit-react/issues/1011) ([f9c5200](https://github.com/pentaho/hv-uikit-react/commit/f9c52002a2a96f51822f1dc77501066e541ed12e))
2831
- * **input:** clear button not showing. [#809](https://github.com/pentaho/hv-uikit-react/issues/809) ([371b70a](https://github.com/pentaho/hv-uikit-react/commit/371b70a6ae7ed54d2fc018f8df35e8eea9f0f42f))
2832
- * **list:** accessibility review. [#841](https://github.com/pentaho/hv-uikit-react/issues/841) ([85b68da](https://github.com/pentaho/hv-uikit-react/commit/85b68da1b2213c4237f22bac48512deb7d79fcee))
2833
- * **list:** aria corrections. [#841](https://github.com/pentaho/hv-uikit-react/issues/841) ([a66ebb5](https://github.com/pentaho/hv-uikit-react/commit/a66ebb5c3504e184442f8a95f5e8037c8d9bb2cf))
2834
- * **list:** aria corrections. [#841](https://github.com/pentaho/hv-uikit-react/issues/841) ([cb26477](https://github.com/pentaho/hv-uikit-react/commit/cb26477e07b06ff15a1f2b970ca57c4cbf35ad15))
2835
- * **modal:** added axe unit tests. [#1007](https://github.com/pentaho/hv-uikit-react/issues/1007) ([777b695](https://github.com/pentaho/hv-uikit-react/commit/777b6957992e6e896e9ae0e0c3073a2851598206))
2836
- * **modal:** focus is lost with Tab navigation. [#1007](https://github.com/pentaho/hv-uikit-react/issues/1007) ([e8e0aef](https://github.com/pentaho/hv-uikit-react/commit/e8e0aef04716cca7e862dc19fcbc033e5b192541))
2837
-
2838
-
2839
- ### Features
2840
-
2841
- * **dropdown:** add accessibility. [#249](https://github.com/pentaho/hv-uikit-react/issues/249) ([8e19909](https://github.com/pentaho/hv-uikit-react/commit/8e199091fd82c277c8e61fcc704837ce3701b736))
2842
- * **dropdownmenu:** review accessibility. [#1022](https://github.com/pentaho/hv-uikit-react/issues/1022) ([a6d6902](https://github.com/pentaho/hv-uikit-react/commit/a6d69029eed5c6dba8eadea34549d32b79a0b168))
2843
-
2844
-
2845
-
2846
-
2847
-
2848
- # [1.21.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.20.1...@hv/uikit-react-core@1.21.0) (2020-01-31)
2849
-
2850
-
2851
- ### Bug Fixes
2852
-
2853
- * **assetinventory:** disable portal. [#1052](https://github.com/pentaho/hv-uikit-react/issues/1052) ([425655d](https://github.com/pentaho/hv-uikit-react/commit/425655d3e3c6d1bb916bfcf6de974d6e08dc84de))
2854
-
2855
-
2856
- ### Features
2857
-
2858
- * **table:** add the page as prop type for the Table component [#1054](https://github.com/pentaho/hv-uikit-react/issues/1054) ([a7432f9](https://github.com/pentaho/hv-uikit-react/commit/a7432f948409c2be546cdd8b7d556e2abf729284))
2859
-
2860
-
2861
-
2862
-
2863
-
2864
- ## [1.20.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.20.0...@hv/uikit-react-core@1.20.1) (2020-01-29)
2865
-
2866
-
2867
- ### Bug Fixes
2868
-
2869
- * **assetinventory:** correctly set selected sort option. [#1009](https://github.com/pentaho/hv-uikit-react/issues/1009) ([4d22733](https://github.com/pentaho/hv-uikit-react/commit/4d22733e9384b82def08638b1eb380f43488fc29))
2870
-
2871
-
2872
-
2873
-
2874
-
2875
- # [1.20.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.19.0...@hv/uikit-react-core@1.20.0) (2020-01-22)
2876
-
2877
-
2878
- ### Features
2879
-
2880
- * **datepicker:** add new properties to popper. [#1036](https://github.com/pentaho/hv-uikit-react/issues/1036) ([1aad3c5](https://github.com/pentaho/hv-uikit-react/commit/1aad3c565a3185ba4e5ac59eda117490c3d52188))
2881
-
2882
-
2883
-
2884
-
2885
-
2886
- # [1.19.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.18.0...@hv/uikit-react-core@1.19.0) (2020-01-18)
2887
-
2888
-
2889
- ### Bug Fixes
2890
-
2891
- * **checkbox:** css icon classes. [#995](https://github.com/pentaho/hv-uikit-react/issues/995) ([8a782fd](https://github.com/pentaho/hv-uikit-react/commit/8a782fd8551bd5ec791d8c78e59bcef540cfc3fe))
2892
- * **dropdownmenu:** portal safari spacing. [#900](https://github.com/pentaho/hv-uikit-react/issues/900) ([019d0c2](https://github.com/pentaho/hv-uikit-react/commit/019d0c2b6c018d60f7097dc364ea244db3805ec4))
2893
- * **emptystate:** export index. [#61](https://github.com/pentaho/hv-uikit-react/issues/61) ([351e41a](https://github.com/pentaho/hv-uikit-react/commit/351e41aff59701cd2b0101f8627c89b5111a1810))
2894
- * **header:** update header to DS guidelines. [#881](https://github.com/pentaho/hv-uikit-react/issues/881) ([1e14b19](https://github.com/pentaho/hv-uikit-react/commit/1e14b199d24de113a10102709fc6ae0e1a4d1099))
2895
- * **list:** disabled radio/checkbox color. [#805](https://github.com/pentaho/hv-uikit-react/issues/805) ([a64fe26](https://github.com/pentaho/hv-uikit-react/commit/a64fe2696dde9caed10cdd28ab39df922582e9b6))
2896
- * **login:** fix spacing and styling. [#898](https://github.com/pentaho/hv-uikit-react/issues/898) ([b1b999a](https://github.com/pentaho/hv-uikit-react/commit/b1b999ada3c8aa9246dce0aa6a205a8dd6f9d799))
2897
-
2898
-
2899
- ### Features
2900
-
2901
- * **card:** align card pattern according to DS v1.2.1 [#922](https://github.com/pentaho/hv-uikit-react/issues/922) ([80daedf](https://github.com/pentaho/hv-uikit-react/commit/80daedf52fd823f9787e8e9418a2116b1c9e43b8))
2902
- * **checkbox:** review accessibility. [#842](https://github.com/pentaho/hv-uikit-react/issues/842) ([8ea72d6](https://github.com/pentaho/hv-uikit-react/commit/8ea72d6ce659b5c242c80be12bdaa3f9f5631dc2))
2903
- * **kpi:** align pattern according to DSv1.2.1. [#923](https://github.com/pentaho/hv-uikit-react/issues/923) ([4ec7d6e](https://github.com/pentaho/hv-uikit-react/commit/4ec7d6e1dbb99c50bb5213f04116a71fa160b618))
2904
- * **radiobutton:** add accessibility tests. [#843](https://github.com/pentaho/hv-uikit-react/issues/843) ([2024b12](https://github.com/pentaho/hv-uikit-react/commit/2024b12538ee09b4c3f091bbe88e203f5c6612c3))
2905
- * **table:** disable secondary actions conditionally. [#1020](https://github.com/pentaho/hv-uikit-react/issues/1020) ([b22b75f](https://github.com/pentaho/hv-uikit-react/commit/b22b75f15f8f40d5fc1c1764b8945f8553631802))
2906
-
2907
-
2908
-
2909
-
2910
-
2911
- # [1.18.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.17.0...@hv/uikit-react-core@1.18.0) (2020-01-16)
2912
-
2913
-
2914
- ### Features
2915
-
2916
- * **typescript:** add index.d.ts to export the type definitions. [#533](https://github.com/pentaho/hv-uikit-react/issues/533) ([8a4fc1e](https://github.com/pentaho/hv-uikit-react/commit/8a4fc1e))
2917
-
2918
-
2919
-
2920
-
2921
-
2922
- # [1.17.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.16.0...@hv/uikit-react-core@1.17.0) (2020-01-08)
2923
-
2924
-
2925
- ### Bug Fixes
2926
-
2927
- * **assetinventory:** selectedView prop being ignored. [#982](https://github.com/pentaho/hv-uikit-react/issues/982) ([#983](https://github.com/pentaho/hv-uikit-react/issues/983)) ([9ff4b98](https://github.com/pentaho/hv-uikit-react/commit/9ff4b98))
2928
- * **fileuploader:** apply unique IDs [#969](https://github.com/pentaho/hv-uikit-react/issues/969) ([ac0e05c](https://github.com/pentaho/hv-uikit-react/commit/ac0e05c))
2929
- * **fileuploader:** fix rendering glitches [#968](https://github.com/pentaho/hv-uikit-react/issues/968) ([0a0bb45](https://github.com/pentaho/hv-uikit-react/commit/0a0bb45))
2930
- * **fileuploader:** maxFileSize optional. [#967](https://github.com/pentaho/hv-uikit-react/issues/967) ([9eff9d8](https://github.com/pentaho/hv-uikit-react/commit/9eff9d8))
2931
- * **fileuploader:** size with Grid and sample. [#966](https://github.com/pentaho/hv-uikit-react/issues/966) ([f213d46](https://github.com/pentaho/hv-uikit-react/commit/f213d46))
2932
-
2933
-
2934
- ### Features
2935
-
2936
- * **fileuploader:** add disabled state. [#970](https://github.com/pentaho/hv-uikit-react/issues/970) ([e84440e](https://github.com/pentaho/hv-uikit-react/commit/e84440e))
2937
- * **fileuploader:** add input multiple prop. [#971](https://github.com/pentaho/hv-uikit-react/issues/971) ([437c9f2](https://github.com/pentaho/hv-uikit-react/commit/437c9f2))
2938
- * **types:** type definitions initial version [#533](https://github.com/pentaho/hv-uikit-react/issues/533) ([770dee9](https://github.com/pentaho/hv-uikit-react/commit/770dee9))
2939
-
2940
-
2941
-
2942
-
2943
-
2944
- # [1.16.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.15.0...@hv/uikit-react-core@1.16.0) (2020-01-04)
2945
-
2946
-
2947
- ### Bug Fixes
2948
-
2949
- * **assetinventory:** samples and listview actions. [#825](https://github.com/pentaho/hv-uikit-react/issues/825) ([3d2c154](https://github.com/pentaho/hv-uikit-react/commit/3d2c154))
2950
- * **banner:** left icon/text spacing. [#903](https://github.com/pentaho/hv-uikit-react/issues/903) ([8ddb70d](https://github.com/pentaho/hv-uikit-react/commit/8ddb70d))
2951
- * **card:** spacing on subheader and actions' icons. [#825](https://github.com/pentaho/hv-uikit-react/issues/825) ([93c180b](https://github.com/pentaho/hv-uikit-react/commit/93c180b))
2952
- * **chart:** update chart to follow DS. [#899](https://github.com/pentaho/hv-uikit-react/issues/899) ([10e92af](https://github.com/pentaho/hv-uikit-react/commit/10e92af))
2953
- * **dropdown:** adjust component to ds requirements. [#896](https://github.com/pentaho/hv-uikit-react/issues/896) ([2865a34](https://github.com/pentaho/hv-uikit-react/commit/2865a34))
2954
- * **dropdown-menu:** fix click when portal is on and accessibility. [#945](https://github.com/pentaho/hv-uikit-react/issues/945) ([ebeb605](https://github.com/pentaho/hv-uikit-react/commit/ebeb605))
2955
- * **header:** hamburger visible without navigation data. [#756](https://github.com/pentaho/hv-uikit-react/issues/756) ([c56c59a](https://github.com/pentaho/hv-uikit-react/commit/c56c59a))
2956
- * **header:** sample data correction. [#831](https://github.com/pentaho/hv-uikit-react/issues/831) ([d0ecf46](https://github.com/pentaho/hv-uikit-react/commit/d0ecf46))
2957
- * **input:** full opacity of placeholder text. [#894](https://github.com/pentaho/hv-uikit-react/issues/894) ([#954](https://github.com/pentaho/hv-uikit-react/issues/954)) ([d99ecf7](https://github.com/pentaho/hv-uikit-react/commit/d99ecf7))
2958
- * **modal:** sizing and alignment. [#887](https://github.com/pentaho/hv-uikit-react/issues/887) ([7b466e3](https://github.com/pentaho/hv-uikit-react/commit/7b466e3))
2959
- * **snackbar:** offset positioning and icon. [#923](https://github.com/pentaho/hv-uikit-react/issues/923) [#903](https://github.com/pentaho/hv-uikit-react/issues/903) ([fb0a32c](https://github.com/pentaho/hv-uikit-react/commit/fb0a32c))
2960
- * **table:** add secondaryActions on click and row as argument. [#946](https://github.com/pentaho/hv-uikit-react/issues/946) ([801f6f6](https://github.com/pentaho/hv-uikit-react/commit/801f6f6))
2961
- * **table:** correction on sample. [#899](https://github.com/pentaho/hv-uikit-react/issues/899) ([0531487](https://github.com/pentaho/hv-uikit-react/commit/0531487))
2962
- * **table:** fix fixed columns by adding overflow-y only for IE11. [#910](https://github.com/pentaho/hv-uikit-react/issues/910) ([6e669f4](https://github.com/pentaho/hv-uikit-react/commit/6e669f4))
2963
- * **table:** remove pagination in empty table. [#826](https://github.com/pentaho/hv-uikit-react/issues/826) ([5084915](https://github.com/pentaho/hv-uikit-react/commit/5084915))
2964
- * **tooltip:** propTypes and samples. [#930](https://github.com/pentaho/hv-uikit-react/issues/930) ([88d42e9](https://github.com/pentaho/hv-uikit-react/commit/88d42e9))
2965
-
2966
-
2967
- ### Features
2968
-
2969
- * **assetinventory:** add automation tests. [#686](https://github.com/pentaho/hv-uikit-react/issues/686) ([0b91ede](https://github.com/pentaho/hv-uikit-react/commit/0b91ede))
2970
- * **assetinventory:** add pagination. [#686](https://github.com/pentaho/hv-uikit-react/issues/686) ([26a6e8c](https://github.com/pentaho/hv-uikit-react/commit/26a6e8c))
2971
- * **assetinventory:** listview selection styles. [#825](https://github.com/pentaho/hv-uikit-react/issues/825) ([90b0a4f](https://github.com/pentaho/hv-uikit-react/commit/90b0a4f))
2972
- * **button:** add variant with icon. [#895](https://github.com/pentaho/hv-uikit-react/issues/895) ([921bcd7](https://github.com/pentaho/hv-uikit-react/commit/921bcd7))
2973
- * **datepicker:** promote datepicker to core. [#63](https://github.com/pentaho/hv-uikit-react/issues/63) ([f1b77ac](https://github.com/pentaho/hv-uikit-react/commit/f1b77ac))
2974
- * **datepicker:** promote datepicker to core. [#63](https://github.com/pentaho/hv-uikit-react/issues/63) ([94e7787](https://github.com/pentaho/hv-uikit-react/commit/94e7787))
2975
- * **emptystate:** apply DS specification guidelines. [#61](https://github.com/pentaho/hv-uikit-react/issues/61) ([067c16c](https://github.com/pentaho/hv-uikit-react/commit/067c16c))
2976
- * **emptystate:** promote component from Lab to Core. [#61](https://github.com/pentaho/hv-uikit-react/issues/61) ([b5c7611](https://github.com/pentaho/hv-uikit-react/commit/b5c7611))
2977
- * **fileuploader:** implement component as per ds. [#433](https://github.com/pentaho/hv-uikit-react/issues/433) ([def4482](https://github.com/pentaho/hv-uikit-react/commit/def4482))
2978
- * **icons:** remove deprecated icons from storybook. [#870](https://github.com/pentaho/hv-uikit-react/issues/870) ([c269d01](https://github.com/pentaho/hv-uikit-react/commit/c269d01))
2979
-
2980
-
2981
-
2982
-
2983
-
2984
- # [1.15.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.14.0...@hv/uikit-react-core@1.15.0) (2019-12-16)
2985
-
2986
-
2987
- ### Bug Fixes
2988
-
2989
- * **table:** in the onFetchData make sure that cursor is correct [#928](https://github.com/pentaho/hv-uikit-react/issues/928) ([cfcc946](https://github.com/pentaho/hv-uikit-react/commit/cfcc946))
2990
-
2991
-
2992
- ### Features
2993
-
2994
- * **tooltip:** add ability to pass Material-UI tooltip props. [#926](https://github.com/pentaho/hv-uikit-react/issues/926) ([a383df7](https://github.com/pentaho/hv-uikit-react/commit/a383df7))
2995
-
2996
-
2997
-
2998
-
2999
-
3000
- # [1.14.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.13.0...@hv/uikit-react-core@1.14.0) (2019-12-14)
3001
-
3002
-
3003
- ### Bug Fixes
3004
-
3005
- * **card-footer:** apply maxVisibleActions property properly [#912](https://github.com/pentaho/hv-uikit-react/issues/912) ([b434878](https://github.com/pentaho/hv-uikit-react/commit/b434878))
3006
-
3007
-
3008
- ### Features
3009
-
3010
- * **dropdown-menu:** add ability to close the menu after click [#911](https://github.com/pentaho/hv-uikit-react/issues/911) ([58ecd41](https://github.com/pentaho/hv-uikit-react/commit/58ecd41))
3011
-
3012
-
3013
-
3014
-
3015
-
3016
- # [1.13.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.12.0...@hv/uikit-react-core@1.13.0) (2019-12-04)
3017
-
3018
-
3019
- ### Bug Fixes
3020
-
3021
- * **banner:** offset defaults to 60px [#693](https://github.com/pentaho/hv-uikit-react/issues/693) ([#880](https://github.com/pentaho/hv-uikit-react/issues/880)) ([70e0fe5](https://github.com/pentaho/hv-uikit-react/commit/70e0fe5))
3022
- * **dropdown:** adds ids to structural elements [#735](https://github.com/pentaho/hv-uikit-react/issues/735) ([44536a8](https://github.com/pentaho/hv-uikit-react/commit/44536a8))
3023
- * **input:** apply generated id to the root node - fixes [#855](https://github.com/pentaho/hv-uikit-react/issues/855) ([8438eb7](https://github.com/pentaho/hv-uikit-react/commit/8438eb7))
3024
- * **lab:** mark components as deprecated. [#850](https://github.com/pentaho/hv-uikit-react/issues/850) ([da7a0fa](https://github.com/pentaho/hv-uikit-react/commit/da7a0fa))
3025
- * **pagination:** apply DS guidelines. [#794](https://github.com/pentaho/hv-uikit-react/issues/794) ([b56313d](https://github.com/pentaho/hv-uikit-react/commit/b56313d))
3026
- * **searchbox:** added arial-label. [#782](https://github.com/pentaho/hv-uikit-react/issues/782) ([21f8418](https://github.com/pentaho/hv-uikit-react/commit/21f8418))
3027
- * **switch:** apply new ds style to switch component. [#709](https://github.com/pentaho/hv-uikit-react/issues/709) ([6862f94](https://github.com/pentaho/hv-uikit-react/commit/6862f94))
3028
- * **table:** adds ids to structural elements [#736](https://github.com/pentaho/hv-uikit-react/issues/736) ([5c49c7a](https://github.com/pentaho/hv-uikit-react/commit/5c49c7a))
3029
-
3030
-
3031
- ### Features
3032
-
3033
- * **banner:** update api to use semantic button. [#693](https://github.com/pentaho/hv-uikit-react/issues/693) ([4d31d64](https://github.com/pentaho/hv-uikit-react/commit/4d31d64))
3034
- * **button:** add semantic variant. [#693](https://github.com/pentaho/hv-uikit-react/issues/693) ([f215e50](https://github.com/pentaho/hv-uikit-react/commit/f215e50))
3035
- * **pagination:** extract Pagination from Table. [#794](https://github.com/pentaho/hv-uikit-react/issues/794) ([f5c5c11](https://github.com/pentaho/hv-uikit-react/commit/f5c5c11))
3036
- * **snackbar:** update api to use semantic button. [#693](https://github.com/pentaho/hv-uikit-react/issues/693) ([ce5447a](https://github.com/pentaho/hv-uikit-react/commit/ce5447a))
3037
- * **tooltip:** implement tooltip pattern. [#16](https://github.com/pentaho/hv-uikit-react/issues/16) ([67718a6](https://github.com/pentaho/hv-uikit-react/commit/67718a6))
3038
-
3039
-
3040
-
3041
-
3042
-
3043
- # [1.12.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.11.0...@hv/uikit-react-core@1.12.0) (2019-11-20)
3044
-
3045
-
3046
- ### Bug Fixes
3047
-
3048
- * **badge:** number rendering in safari. [#391](https://github.com/pentaho/hv-uikit-react/issues/391) ([4357300](https://github.com/pentaho/hv-uikit-react/commit/4357300))
3049
- * **banner:** refactor styles to remove Material 4 dependency. [#816](https://github.com/pentaho/hv-uikit-react/issues/816) ([d8410ab](https://github.com/pentaho/hv-uikit-react/commit/d8410ab))
3050
- * **banner:** review component. [#706](https://github.com/pentaho/hv-uikit-react/issues/706) ([c106181](https://github.com/pentaho/hv-uikit-react/commit/c106181))
3051
- * **button:** apply new ds style to ghost button. [#694](https://github.com/pentaho/hv-uikit-react/issues/694) ([34d3e2c](https://github.com/pentaho/hv-uikit-react/commit/34d3e2c))
3052
- * **card:** internet explorer 11 errors. [#672](https://github.com/pentaho/hv-uikit-react/issues/672) ([7da4879](https://github.com/pentaho/hv-uikit-react/commit/7da4879))
3053
- * **input:** Refactoring of input's adornment mechanism [#808](https://github.com/pentaho/hv-uikit-react/issues/808) ([6969134](https://github.com/pentaho/hv-uikit-react/commit/6969134))
3054
- * **input:** suggestions list not working in ie 11. [#671](https://github.com/pentaho/hv-uikit-react/issues/671) ([7d197bf](https://github.com/pentaho/hv-uikit-react/commit/7d197bf))
3055
- * **list:** icon theme on :active. [#682](https://github.com/pentaho/hv-uikit-react/issues/682) ([947061d](https://github.com/pentaho/hv-uikit-react/commit/947061d))
3056
- * **list:** select all unselect by default. [#717](https://github.com/pentaho/hv-uikit-react/issues/717) ([afad1e0](https://github.com/pentaho/hv-uikit-react/commit/afad1e0))
3057
- * **login:** apply new ds guidelines to login samples. [#701](https://github.com/pentaho/hv-uikit-react/issues/701) ([ef3d953](https://github.com/pentaho/hv-uikit-react/commit/ef3d953))
3058
- * **login:** apply new ds guidelines to login samples. [#701](https://github.com/pentaho/hv-uikit-react/issues/701) ([442dead](https://github.com/pentaho/hv-uikit-react/commit/442dead))
3059
- * **modal:** apply new ds guidelines to component . [#627](https://github.com/pentaho/hv-uikit-react/issues/627) ([b4f0e12](https://github.com/pentaho/hv-uikit-react/commit/b4f0e12))
3060
- * **modal:** apply new ds guidelines to component. [#627](https://github.com/pentaho/hv-uikit-react/issues/627) ([23fadc0](https://github.com/pentaho/hv-uikit-react/commit/23fadc0))
3061
- * **modal:** apply new ds guidelines to component. [#627](https://github.com/pentaho/hv-uikit-react/issues/627) ([fbfe98d](https://github.com/pentaho/hv-uikit-react/commit/fbfe98d))
3062
- * **searchbox:** make onkeydown and onsubmit api consistent. [#577](https://github.com/pentaho/hv-uikit-react/issues/577) ([9ebcf86](https://github.com/pentaho/hv-uikit-react/commit/9ebcf86))
3063
- * **snackbar:** ie11 ellipsis. [#688](https://github.com/pentaho/hv-uikit-react/issues/688) ([8d754f1](https://github.com/pentaho/hv-uikit-react/commit/8d754f1))
3064
- * **snackbar:** refactor styles to remove Material 4 dependency. [#816](https://github.com/pentaho/hv-uikit-react/issues/816) ([73aa95d](https://github.com/pentaho/hv-uikit-react/commit/73aa95d))
3065
- * **snackbar:** review component. [#707](https://github.com/pentaho/hv-uikit-react/issues/707) ([c22c21f](https://github.com/pentaho/hv-uikit-react/commit/c22c21f))
3066
- * **switch:** apply new ds style to switch component . [#709](https://github.com/pentaho/hv-uikit-react/issues/709) ([e3f85f5](https://github.com/pentaho/hv-uikit-react/commit/e3f85f5))
3067
- * **switch:** fix ie11 toggle switch positioning. [#547](https://github.com/pentaho/hv-uikit-react/issues/547) ([29b7083](https://github.com/pentaho/hv-uikit-react/commit/29b7083))
3068
- * **table:** fix vertical scrollbar display ie11. [#674](https://github.com/pentaho/hv-uikit-react/issues/674) ([7ccf753](https://github.com/pentaho/hv-uikit-react/commit/7ccf753))
3069
- * **templates:** login broken link to github. [#800](https://github.com/pentaho/hv-uikit-react/issues/800) ([880f755](https://github.com/pentaho/hv-uikit-react/commit/880f755))
3070
- * **textarea:** update component to follow DS 1.2. [#710](https://github.com/pentaho/hv-uikit-react/issues/710) ([8de50b7](https://github.com/pentaho/hv-uikit-react/commit/8de50b7))
3071
-
3072
-
3073
- ### Features
3074
-
3075
- * **card:** updating subheader style ([a37f334](https://github.com/pentaho/hv-uikit-react/commit/a37f334))
3076
- * **input:** Input's accessibility [#248](https://github.com/pentaho/hv-uikit-react/issues/248) ([9eb0a50](https://github.com/pentaho/hv-uikit-react/commit/9eb0a50)), closes [#807](https://github.com/pentaho/hv-uikit-react/issues/807)
3077
- * **input:** pull validationstate when pulling new inputvalue. [#691](https://github.com/pentaho/hv-uikit-react/issues/691) ([df32cc9](https://github.com/pentaho/hv-uikit-react/commit/df32cc9))
3078
-
3079
-
3080
-
3081
-
3082
-
3083
- # [1.11.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.10.0...@hv/uikit-react-core@1.11.0) (2019-11-07)
3084
-
3085
-
3086
- ### Bug Fixes
3087
-
3088
- * **checkbox:** checkbox checked disabled wrong render.[#633](https://github.com/pentaho/hv-uikit-react/issues/633) ([5d76709](https://github.com/pentaho/hv-uikit-react/commit/5d76709))
3089
- * **dropdown:** fix filter and checkbox reset. [#669](https://github.com/pentaho/hv-uikit-react/issues/669) ([dbdf745](https://github.com/pentaho/hv-uikit-react/commit/dbdf745))
3090
- * **dropdownmenu:** fix dropdownmenu opening on Tab. [#602](https://github.com/pentaho/hv-uikit-react/issues/602) ([f72ebfe](https://github.com/pentaho/hv-uikit-react/commit/f72ebfe))
3091
- * **icons:** fix banners and input. [#576](https://github.com/pentaho/hv-uikit-react/issues/576) ([b343b06](https://github.com/pentaho/hv-uikit-react/commit/b343b06))
3092
- * **input:** fix differential from uikit to ds. [#696](https://github.com/pentaho/hv-uikit-react/issues/696) ([4ae31d2](https://github.com/pentaho/hv-uikit-react/commit/4ae31d2))
3093
- * **kpi:** set component according with visualComparion type. [#715](https://github.com/pentaho/hv-uikit-react/issues/715) ([ae68d83](https://github.com/pentaho/hv-uikit-react/commit/ae68d83))
3094
- * **listview:** remove background color in header. [#685](https://github.com/pentaho/hv-uikit-react/issues/685) ([78b671c](https://github.com/pentaho/hv-uikit-react/commit/78b671c))
3095
- * **multibutton:** match multibutton to ds 1.2.0 . [#705](https://github.com/pentaho/hv-uikit-react/issues/705) ([a0caec5](https://github.com/pentaho/hv-uikit-react/commit/a0caec5))
3096
-
3097
-
3098
- ### Features
3099
-
3100
- * **banner:** add offset prop. [#689](https://github.com/pentaho/hv-uikit-react/issues/689) ([4988d79](https://github.com/pentaho/hv-uikit-react/commit/4988d79))
3101
- * **icons:** review icon usage across components.[#576](https://github.com/pentaho/hv-uikit-react/issues/576) ([65aaa2f](https://github.com/pentaho/hv-uikit-react/commit/65aaa2f))
3102
- * **multibutton:** refactor component . [#470](https://github.com/pentaho/hv-uikit-react/issues/470) ([647443f](https://github.com/pentaho/hv-uikit-react/commit/647443f))
3103
- * **multibutton:** refactor component . [#470](https://github.com/pentaho/hv-uikit-react/issues/470) ([549307f](https://github.com/pentaho/hv-uikit-react/commit/549307f))
3104
- * **snackbar:** add offset prop. [#699](https://github.com/pentaho/hv-uikit-react/issues/699) ([a731f9f](https://github.com/pentaho/hv-uikit-react/commit/a731f9f))
3105
- * **templates:** add templates for home and detail. ([#459](https://github.com/pentaho/hv-uikit-react/issues/459), [#461](https://github.com/pentaho/hv-uikit-react/issues/461)) ([e8e0c56](https://github.com/pentaho/hv-uikit-react/commit/e8e0c56))
3106
- * **theme:** add new category base colors. [#687](https://github.com/pentaho/hv-uikit-react/issues/687) ([4bf41b7](https://github.com/pentaho/hv-uikit-react/commit/4bf41b7))
3107
-
3108
-
3109
-
3110
-
3111
-
3112
- # [1.10.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.9.0...@hv/uikit-react-core@1.10.0) (2019-10-30)
3113
-
3114
-
3115
- ### Features
3116
-
3117
- * **textarea:** autoScroll for dynamic content ([a9d52a9](https://github.com/pentaho/hv-uikit-react/commit/a9d52a9))
3118
-
3119
-
3120
-
3121
-
3122
-
3123
- # [1.9.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.8.0...@hv/uikit-react-core@1.9.0) (2019-10-23)
3124
-
3125
-
3126
- ### Features
3127
-
3128
- * **login:** custom initial message and allow resize ([7d491ba](https://github.com/pentaho/hv-uikit-react/commit/7d491ba))
3129
-
3130
-
3131
-
3132
-
3133
-
3134
- # [1.8.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.7.1...@hv/uikit-react-core@1.8.0) (2019-10-22)
3135
-
3136
-
3137
- ### Bug Fixes
3138
-
3139
- * **card:** actions doesn't have hover in the icon. [#628](https://github.com/pentaho/hv-uikit-react/issues/628) ([24fbd1b](https://github.com/pentaho/hv-uikit-react/commit/24fbd1b))
3140
- * **card:** actions not showing in IE and Safari. [#619](https://github.com/pentaho/hv-uikit-react/issues/619) ([61790da](https://github.com/pentaho/hv-uikit-react/commit/61790da))
3141
- * **kpi:** don't show div when visualComparison is empty. [#609](https://github.com/pentaho/hv-uikit-react/issues/609) ([1a4a66c](https://github.com/pentaho/hv-uikit-react/commit/1a4a66c))
3142
-
3143
-
3144
- ### Features
3145
-
3146
- * **assetinventory:** add component following ds guidelines. [#573](https://github.com/pentaho/hv-uikit-react/issues/573) ([00e020a](https://github.com/pentaho/hv-uikit-react/commit/00e020a))
3147
-
3148
-
3149
-
3150
-
3151
-
3152
- ## [1.7.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.7.0...@hv/uikit-react-core@1.7.1) (2019-10-10)
3153
-
3154
-
3155
- ### Bug Fixes
3156
-
3157
- * **login:** disable login form initially for ssr [#502](https://github.com/pentaho/hv-uikit-react/issues/502) ([b520f5e](https://github.com/pentaho/hv-uikit-react/commit/b520f5e))
3158
-
3159
-
3160
-
3161
-
3162
-
3163
- # [1.7.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.6.1...@hv/uikit-react-core@1.7.0) (2019-10-09)
3164
-
3165
-
3166
- ### Bug Fixes
3167
-
3168
- * **badge:** correct sizing of container on hover. [#489](https://github.com/pentaho/hv-uikit-react/issues/489) ([cd8fa33](https://github.com/pentaho/hv-uikit-react/commit/cd8fa33))
3169
- * **dependencies:** allow deps to retrieve latest minor version. [#532](https://github.com/pentaho/hv-uikit-react/issues/532) ([fff3600](https://github.com/pentaho/hv-uikit-react/commit/fff3600))
3170
- * **dropdown:** add singleSelectionToggle prop. [#587](https://github.com/pentaho/hv-uikit-react/issues/587) ([d55dc04](https://github.com/pentaho/hv-uikit-react/commit/d55dc04))
3171
- * **login:** replace animated svg for static svg. [#574](https://github.com/pentaho/hv-uikit-react/issues/574) ([274200b](https://github.com/pentaho/hv-uikit-react/commit/274200b))
3172
- * **switch:** remove active hover when toggling to inactive ([9000e71](https://github.com/pentaho/hv-uikit-react/commit/9000e71))
3173
-
3174
-
3175
- ### Features
3176
-
3177
- * **card:** implement automatic card actions ([8a2e00c](https://github.com/pentaho/hv-uikit-react/commit/8a2e00c))
3178
- * **cardview:** add component following ds guidelines. [#556](https://github.com/pentaho/hv-uikit-react/issues/556) ([94eda9d](https://github.com/pentaho/hv-uikit-react/commit/94eda9d))
3179
- * **list:** add disableable list items ([b33cf69](https://github.com/pentaho/hv-uikit-react/commit/b33cf69))
3180
- * **listview:** implement List view.[#557](https://github.com/pentaho/hv-uikit-react/issues/557) ([508d4e9](https://github.com/pentaho/hv-uikit-react/commit/508d4e9))
3181
-
3182
-
3183
-
3184
-
3185
-
3186
- ## [1.6.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.6.0...@hv/uikit-react-core@1.6.1) (2019-09-27)
3187
-
3188
-
3189
- ### Bug Fixes
3190
-
3191
- * **login:** replace animated svg for static svg. [#574](https://github.com/pentaho/hv-uikit-react/issues/574) ([f315cde](https://github.com/pentaho/hv-uikit-react/commit/f315cde))
3192
-
3193
-
3194
-
3195
-
3196
-
3197
- # [1.6.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.5.1...@hv/uikit-react-core@1.6.0) (2019-09-21)
3198
-
3199
-
3200
- ### Bug Fixes
3201
-
3202
- * **dropdown:** label not updated when using selected all. [#521](https://github.com/pentaho/hv-uikit-react/issues/521) ([7d1e1a0](https://github.com/pentaho/hv-uikit-react/commit/7d1e1a0))
3203
- * **dropdown:** allow component list to be update on runtime. [#537](https://github.com/pentaho/hv-uikit-react/issues/537) ([ef5d5ce](https://github.com/pentaho/hv-uikit-react/commit/ef5d5ce))
3204
- * **dropdown:** not closing when header clicked. [#520](https://github.com/pentaho/hv-uikit-react/issues/520) ([3223cea](https://github.com/pentaho/hv-uikit-react/commit/3223cea))
3205
- * **dropdown:** onChange returning always first value. [#553](https://github.com/pentaho/hv-uikit-react/issues/553) ([cb75b04](https://github.com/pentaho/hv-uikit-react/commit/cb75b04))
3206
- * **dropdownmenu:** add onClick prop. [#504](https://github.com/pentaho/hv-uikit-react/issues/504) ([a148a58](https://github.com/pentaho/hv-uikit-react/commit/a148a58))
3207
- * **dropdownmenu:** fix z-index to use the material ui values. [#551](https://github.com/pentaho/hv-uikit-react/issues/551) ([dd3af74](https://github.com/pentaho/hv-uikit-react/commit/dd3af74))
3208
- * **header:** errors in internet explorer. [#503](https://github.com/pentaho/hv-uikit-react/issues/503) ([#518](https://github.com/pentaho/hv-uikit-react/issues/518)) ([5337826](https://github.com/pentaho/hv-uikit-react/commit/5337826))
3209
- * **header:** remove 30% dimension from vertical navigation. [#538](https://github.com/pentaho/hv-uikit-react/issues/538) ([b55ac25](https://github.com/pentaho/hv-uikit-react/commit/b55ac25))
3210
- * **input:** border color when invalid. [#514](https://github.com/pentaho/hv-uikit-react/issues/514) ([a395b15](https://github.com/pentaho/hv-uikit-react/commit/a395b15))
3211
- * **input:** show validation text with iconInfo. [#467](https://github.com/pentaho/hv-uikit-react/issues/467) ([17debf0](https://github.com/pentaho/hv-uikit-react/commit/17debf0))
3212
- * **list:** refactor component to fix multiple issues. [#542](https://github.com/pentaho/hv-uikit-react/issues/542) ([b35c3b8](https://github.com/pentaho/hv-uikit-react/commit/b35c3b8)), closes [#159](https://github.com/pentaho/hv-uikit-react/issues/159) [#463](https://github.com/pentaho/hv-uikit-react/issues/463) [#464](https://github.com/pentaho/hv-uikit-react/issues/464)
3213
- * **login:** form Available before page fully loaded. [#502](https://github.com/pentaho/hv-uikit-react/issues/502) ([61dba09](https://github.com/pentaho/hv-uikit-react/commit/61dba09))
3214
- * **login:** replace login background with new image from marketing team - update css for background img. [#474](https://github.com/pentaho/hv-uikit-react/issues/474) ([f6109d1](https://github.com/pentaho/hv-uikit-react/commit/f6109d1))
3215
- * **login:** replace login background with new image from marketing team. [#474](https://github.com/pentaho/hv-uikit-react/issues/474) ([b57ecb9](https://github.com/pentaho/hv-uikit-react/commit/b57ecb9))
3216
- * **switch:** errors in error when hovering. [#492](https://github.com/pentaho/hv-uikit-react/issues/492) ([#539](https://github.com/pentaho/hv-uikit-react/issues/539)) ([afcb5c9](https://github.com/pentaho/hv-uikit-react/commit/afcb5c9))
3217
- * **table:** add initiallyLoaded logic back, removed by mistake. [#523](https://github.com/pentaho/hv-uikit-react/issues/523) ([1a88bec](https://github.com/pentaho/hv-uikit-react/commit/1a88bec))
3218
- * **textarea:** inconsistency in onChange. [#510](https://github.com/pentaho/hv-uikit-react/issues/510) ([5fc64a0](https://github.com/pentaho/hv-uikit-react/commit/5fc64a0))
3219
- * **toggleswitch:** add onchange when label are clicked. [#481](https://github.com/pentaho/hv-uikit-react/issues/481) ([dbdb9ff](https://github.com/pentaho/hv-uikit-react/commit/dbdb9ff))
3220
-
3221
-
3222
- ### Features
3223
-
3224
- * **icons:** make icons responsive to theme and change size.[#259](https://github.com/pentaho/hv-uikit-react/issues/259) ([2080be5](https://github.com/pentaho/hv-uikit-react/commit/2080be5))
3225
- * **input:** change background color to follow DS. [#475](https://github.com/pentaho/hv-uikit-react/issues/475) ([5d09164](https://github.com/pentaho/hv-uikit-react/commit/5d09164))
3226
- * **linechart:** expose time series capability. [#472](https://github.com/pentaho/hv-uikit-react/issues/472) ([cf624c6](https://github.com/pentaho/hv-uikit-react/commit/cf624c6))
3227
- * **multibutton:** implement component as per specs. [#470](https://github.com/pentaho/hv-uikit-react/issues/470) ([7f6e591](https://github.com/pentaho/hv-uikit-react/commit/7f6e591))
3228
- * **togglebutton:** add component following DS guidelines. [#253](https://github.com/pentaho/hv-uikit-react/issues/253) ([9f0c422](https://github.com/pentaho/hv-uikit-react/commit/9f0c422))
3229
-
3230
-
3231
-
3232
-
3233
-
3234
- ## [1.5.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.5.0...@hv/uikit-react-core@1.5.1) (2019-09-06)
3235
-
3236
-
3237
- ### Bug Fixes
3238
-
3239
- * **dropdown:** change list z-index to prevent rendering behind modal. [#476](https://github.com/pentaho/hv-uikit-react/issues/476) ([#500](https://github.com/pentaho/hv-uikit-react/issues/500)) ([9e6b6a1](https://github.com/pentaho/hv-uikit-react/commit/9e6b6a1))
3240
-
3241
-
3242
-
3243
-
3244
-
3245
- # [1.5.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.4.1...@hv/uikit-react-core@1.5.0) (2019-09-06)
3246
-
3247
-
3248
- ### Bug Fixes
3249
-
3250
- * **badge:** add font family to count. [#478](https://github.com/pentaho/hv-uikit-react/issues/478) ([63ab569](https://github.com/pentaho/hv-uikit-react/commit/63ab569))
3251
- * **badge:** removed extra padding. [#477](https://github.com/pentaho/hv-uikit-react/issues/477) ([babc1c0](https://github.com/pentaho/hv-uikit-react/commit/babc1c0))
3252
- * **dropdown:** click outside should behave as cancel. [#284](https://github.com/pentaho/hv-uikit-react/issues/284) ([eb12a6e](https://github.com/pentaho/hv-uikit-react/commit/eb12a6e))
3253
- * **dropdown:** selected number reacts to clicks. [#285](https://github.com/pentaho/hv-uikit-react/issues/285) ([6cb4b17](https://github.com/pentaho/hv-uikit-react/commit/6cb4b17))
3254
- * **list:** text align when no icon. [#460](https://github.com/pentaho/hv-uikit-react/issues/460) ([b5eb2f7](https://github.com/pentaho/hv-uikit-react/commit/b5eb2f7))
3255
- * **login:** allow background image from different sources. [#486](https://github.com/pentaho/hv-uikit-react/issues/486) ([cb112a1](https://github.com/pentaho/hv-uikit-react/commit/cb112a1))
3256
-
3257
-
3258
- ### Features
3259
-
3260
- * **header:** update component according to ds guidelines. [#194](https://github.com/pentaho/hv-uikit-react/issues/194) ([66c8c05](https://github.com/pentaho/hv-uikit-react/commit/66c8c05))
3261
- * **vertical-navigation:** add component. [#240](https://github.com/pentaho/hv-uikit-react/issues/240) ([a3f46a8](https://github.com/pentaho/hv-uikit-react/commit/a3f46a8))
3262
-
3263
-
3264
-
3265
-
3266
-
3267
- ## [1.4.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.4.0...@hv/uikit-react-core@1.4.1) (2019-08-28)
3268
-
3269
-
3270
- ### Bug Fixes
3271
-
3272
- * **table:** snapshots no longer fail on rerun. [#465](https://github.com/pentaho/hv-uikit-react/issues/465) ([305c05c](https://github.com/pentaho/hv-uikit-react/commit/305c05c))
3273
-
3274
-
3275
-
3276
-
3277
-
3278
- # [1.4.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.3.0...@hv/uikit-react-core@1.4.0) (2019-08-23)
3279
-
3280
-
3281
- ### Bug Fixes
3282
-
3283
- * **chart:** change plot background according to theme. [#406](https://github.com/pentaho/hv-uikit-react/issues/406) ([46f8855](https://github.com/pentaho/hv-uikit-react/commit/46f8855))
3284
- * **list:** single selection first render when selected. [#416](https://github.com/pentaho/hv-uikit-react/issues/416) ([48114c3](https://github.com/pentaho/hv-uikit-react/commit/48114c3))
3285
- * **login:** update component according to ds guidelines. [#299](https://github.com/pentaho/hv-uikit-react/issues/299) ([2a67f9f](https://github.com/pentaho/hv-uikit-react/commit/2a67f9f))
3286
- * **table:** adjust table styles according to DS. [#294](https://github.com/pentaho/hv-uikit-react/issues/294) ([cdbd514](https://github.com/pentaho/hv-uikit-react/commit/cdbd514), [6da0456](https://github.com/pentaho/hv-uikit-react/commit/6da0456), [cdf9036](https://github.com/pentaho/hv-uikit-react/commit/cdf9036))
3287
- * **table:** refactor expand logic to allow sort. [#353](https://github.com/pentaho/hv-uikit-react/issues/353) ([fe93730](https://github.com/pentaho/hv-uikit-react/commit/fe93730))
3288
-
3289
-
3290
- ### Features
3291
-
3292
- * **searchbox:** adding searchbox component.[#62](https://github.com/pentaho/hv-uikit-react/issues/62) ([7f2b7ba](https://github.com/pentaho/hv-uikit-react/commit/7f2b7ba))
3293
- * **toggle-switch:** implement the Toggle Switch Component. [#252](https://github.com/pentaho/hv-uikit-react/issues/252) ([c92c174](https://github.com/pentaho/hv-uikit-react/commit/c92c174), [e8c53f5](https://github.com/pentaho/hv-uikit-react/commit/e8c53f5))
3294
-
3295
-
3296
-
3297
-
3298
-
3299
- # [1.3.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.2.0...@hv/uikit-react-core@1.3.0) (2019-08-15)
3300
-
3301
-
3302
- ### Features
3303
-
3304
- * **dropdown:** optional enhance dropdown to show tooltip [#396](https://github.com/pentaho/hv-uikit-react/issues/396) ([#411](https://github.com/pentaho/hv-uikit-react/issues/411)) ([515adb7](https://github.com/pentaho/hv-uikit-react/commit/515adb7))
3305
-
3306
-
3307
-
3308
-
3309
-
3310
- # [1.2.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.64...@hv/uikit-react-core@1.2.0) (2019-08-09)
3311
-
3312
-
3313
- ### Features
3314
-
3315
- * **Badge:** promote to core. [#295](https://github.com/pentaho/hv-uikit-react/issues/295) ([aea0046](https://github.com/pentaho/hv-uikit-react/commit/aea0046))
3316
- * **DropdownMenu:** expose disablePortal property. [#294](https://github.com/pentaho/hv-uikit-react/issues/294) ([88b8f88](https://github.com/pentaho/hv-uikit-react/commit/88b8f88))
3317
- * **Table:** update table styles. [#294](https://github.com/pentaho/hv-uikit-react/issues/294) ([09abd8c](https://github.com/pentaho/hv-uikit-react/commit/09abd8c))
3318
- * **Typography:** add ability to customize the html element. [#294](https://github.com/pentaho/hv-uikit-react/issues/294) ([665bd72](https://github.com/pentaho/hv-uikit-react/commit/665bd72))
3319
- * **Breadcrumb:** update component according DS guidelines. [#341](https://github.com/pentaho/hv-uikit-react/issues/341) ([04266b9](https://github.com/pentaho/hv-uikit-react/commit/04266b9))
3320
- * **Automation:** Create Button Smoke Test [#350](https://github.com/pentaho/hv-uikit-react/issues/350) ([#369](https://github.com/pentaho/hv-uikit-react/issues/369)) ([c3f5314](https://github.com/pentaho/hv-uikit-react/commit/c3f5314))
3321
- * **DropdowMenu:** update component according DS guidelines. [#298](https://github.com/pentaho/hv-uikit-react/issues/298) ([#371](https://github.com/pentaho/hv-uikit-react/issues/371)) ([00463dc](https://github.com/pentaho/hv-uikit-react/commit/00463dc))
3322
- * **Snackbar:** updata component to DS guidelines. [#343](https://github.com/pentaho/hv-uikit-react/issues/343) ([#363](https://github.com/pentaho/hv-uikit-react/issues/363)) ([f87d571](https://github.com/pentaho/hv-uikit-react/commit/f87d571))
3323
- * **List:** implemented list according to DS 1.0.0. [#241](https://github.com/pentaho/hv-uikit-react/issues/241) ([a31cfb7](https://github.com/pentaho/hv-uikit-react/commit/a31cfb7))
3324
- * **Banner:** update component according to ds guidelines.[#340](https://github.com/pentaho/hv-uikit-react/issues/340) ([#362](https://github.com/pentaho/hv-uikit-react/issues/362)) ([43d3866](https://github.com/pentaho/hv-uikit-react/commit/43d3866))
3325
- * **KPI:** update component according to ds guidelines. [#342](https://github.com/pentaho/hv-uikit-react/issues/342) ([ebe0e8c](https://github.com/pentaho/hv-uikit-react/commit/ebe0e8c))
3326
- * **Linechart:** add Linechart component. [#334](https://github.com/pentaho/hv-uikit-react/issues/334) ([#358](https://github.com/pentaho/hv-uikit-react/issues/358)) ([5da04d4](https://github.com/pentaho/hv-uikit-react/commit/5da04d4))
3327
- * **Dropdown:** improve dropdown shadow when opened. [#238](https://github.com/pentaho/hv-uikit-react/issues/238) ([6822410](https://github.com/pentaho/hv-uikit-react/commit/6822410))
3328
- * **Dropdown:** change icon color when disabled. [#238](https://github.com/pentaho/hv-uikit-react/issues/238) ([ecc2912](https://github.com/pentaho/hv-uikit-react/commit/ecc2912))
3329
- * **Barchart:** promote component from lab to core. [#332](https://github.com/pentaho/hv-uikit-react/issues/332) ([#337](https://github.com/pentaho/hv-uikit-react/issues/337)) ([4e716c5](https://github.com/pentaho/hv-uikit-react/commit/4e716c5))
3330
- * **Table:** updated style, added dropdown prop, checkbox header ([af314dd](https://github.com/pentaho/hv-uikit-react/commit/af314dd))
3331
- * **RadioButton:** add focus handling. [#250](https://github.com/pentaho/hv-uikit-react/issues/250) ([dd51e82](https://github.com/pentaho/hv-uikit-react/commit/dd51e82))
3332
- * **Dropdown:** update dropdown according to DS 1.0.0. [#238](https://github.com/pentaho/hv-uikit-react/issues/238) ([ab59ec6](https://github.com/pentaho/hv-uikit-react/commit/ab59ec6))
3333
- * **Checkbox:** add focus handling. [#251](https://github.com/pentaho/hv-uikit-react/issues/251) ([99176b7](https://github.com/pentaho/hv-uikit-react/commit/99176b7))
3334
- * **DropdownMenu:** added Popper to dropdownmenu with positioning props [#298](https://github.com/pentaho/hv-uikit-react/issues/298) ([b40a7c6](https://github.com/pentaho/hv-uikit-react/commit/b40a7c6))
3335
- * **Badge:** add notification badge. [#295](https://github.com/pentaho/hv-uikit-react/issues/295) ([808269f](https://github.com/pentaho/hv-uikit-react/commit/808269f))
3336
- * **Card:** adjust header padding-top. [#237](https://github.com/pentaho/hv-uikit-react/issues/237) ([c9fefd0](https://github.com/pentaho/hv-uikit-react/commit/c9fefd0))
3337
- * **Theme:** add new accent color. [#323](https://github.com/pentaho/hv-uikit-react/issues/323) ([7c0ba8c](https://github.com/pentaho/hv-uikit-react/commit/7c0ba8c))
3338
- * **Card:** adjust card header/content paddings and fix subtitle. [#237](https://github.com/pentaho/hv-uikit-react/issues/237) ([fbb029f](https://github.com/pentaho/hv-uikit-react/commit/fbb029f))
3339
- * **Button:** adding accessibility tab and review button. [#247](https://github.com/pentaho/hv-uikit-react/issues/247) ([a2a0ce3](https://github.com/pentaho/hv-uikit-react/commit/a2a0ce3))
3340
- * **Input:** update to DS guidelines. [#239](https://github.com/pentaho/hv-uikit-react/issues/239) ([826db04](https://github.com/pentaho/hv-uikit-react/commit/826db04))
3341
- * **Card:** update card according to DS 1.0.0. [#237](https://github.com/pentaho/hv-uikit-react/issues/237) ([8b28bbf](https://github.com/pentaho/hv-uikit-react/commit/8b28bbf))
3342
- * **Button:** update button styling.[#236](https://github.com/pentaho/hv-uikit-react/issues/236) ([f866a64](https://github.com/pentaho/hv-uikit-react/commit/f866a64))
3343
- * **Typography:** update new typographies. [#262](https://github.com/pentaho/hv-uikit-react/issues/262) ([bbd5e82](https://github.com/pentaho/hv-uikit-react/commit/bbd5e82))
3344
- * **Checkbox:** reviewed component according to guidelines. [#251](https://github.com/pentaho/hv-uikit-react/issues/251) ([9cf7470](https://github.com/pentaho/hv-uikit-react/commit/9cf7470))
3345
- * **Barchart:** add max width to bar. [#225](https://github.com/pentaho/hv-uikit-react/issues/225) ([01c5643](https://github.com/pentaho/hv-uikit-react/commit/01c5643))
3346
- * **Typography:** add the correct html tags.[#161](https://github.com/pentaho/hv-uikit-react/issues/161) ([711e5f9](https://github.com/pentaho/hv-uikit-react/commit/711e5f9))
3347
- * **Storybook:** update of storybook version. [#231](https://github.com/pentaho/hv-uikit-react/issues/231) ([4c783e9](https://github.com/pentaho/hv-uikit-react/commit/4c783e9))
3348
- * **Barchart:** implementation of barchart pattern. [#225](https://github.com/pentaho/hv-uikit-react/issues/225) ([2f668a0](https://github.com/pentaho/hv-uikit-react/commit/2f668a0))
3349
- * **Doc:** add visualization colors. [#223](https://github.com/pentaho/hv-uikit-react/issues/223) ([c132d29](https://github.com/pentaho/hv-uikit-react/commit/c132d29))
3350
- * **Input:** update when value prop changes. [#211](https://github.com/pentaho/hv-uikit-react/issues/211) ([fde70a4](https://github.com/pentaho/hv-uikit-react/commit/fde70a4))
3351
- * **Textarea:** update when value prop changes. [#211](https://github.com/pentaho/hv-uikit-react/issues/211) ([b816557](https://github.com/pentaho/hv-uikit-react/commit/b816557))
3352
- * **Header:** Adding new prop labels to populate productName and tenantName when user is not logged in.[#206](https://github.com/pentaho/hv-uikit-react/issues/206) ([710ff4c](https://github.com/pentaho/hv-uikit-react/commit/710ff4c))
3353
- * **Dropdown:** enhance dropdown to be navigable with keyboard.[#193](https://github.com/pentaho/hv-uikit-react/issues/193) ([198382c](https://github.com/pentaho/hv-uikit-react/commit/198382c))
3354
- * **Doc:** add reference to React in Storybook. [#200](https://github.com/pentaho/hv-uikit-react/issues/200) ([0876e45](https://github.com/pentaho/hv-uikit-react/commit/0876e45))
3355
- * **kpi:** add class to style indicator text. [#180](https://github.com/pentaho/hv-uikit-react/issues/180) ([a2fea6f](https://github.com/pentaho/hv-uikit-react/commit/a2fea6f))
3356
- * **Snackbar:** Add ability to define transition direction and duration. [#182](https://github.com/pentaho/hv-uikit-react/issues/182) ([8e6844e](https://github.com/pentaho/hv-uikit-react/commit/8e6844e))
3357
- * **Table:** Add capability to define selected rows from prop. [#179](https://github.com/pentaho/hv-uikit-react/issues/179) ([7d4619b](https://github.com/pentaho/hv-uikit-react/commit/7d4619b))
3358
- * **Card:** add capability to define actions alignment. [#172](https://github.com/pentaho/hv-uikit-react/issues/172) ([c2ff37f](https://github.com/pentaho/hv-uikit-react/commit/c2ff37f))
3359
- * **Grid:** update grid system to match ds latest guidelines [#107](https://github.com/pentaho/hv-uikit-react/issues/107) ([f4e6f7f](https://github.com/pentaho/hv-uikit-react/commit/f4e6f7f))
3360
-
3361
-
3362
-
3363
- ### Bug Fixes
3364
-
3365
- * **Dropdown:** fix disabled label style ([9fb02e7](https://github.com/pentaho/hv-uikit-react/commit/9fb02e7))
3366
- * **Dropdown:** prevents dropdown from resetting after rerenders. [#304](https://github.com/pentaho/hv-uikit-react/issues/304) ([54c037f](https://github.com/pentaho/hv-uikit-react/commit/54c037f))
3367
- * **Typography:** add new typographies to prop types. [#308](https://github.com/pentaho/hv-uikit-react/issues/308) ([3983e01](https://github.com/pentaho/hv-uikit-react/commit/3983e01))
3368
- * **Input:** missing css documentation.[#260](https://github.com/pentaho/hv-uikit-react/issues/260) ([db431e1](https://github.com/pentaho/hv-uikit-react/commit/db431e1))
3369
- * **Button:** disabled button was clickable. [#205](https://github.com/pentaho/hv-uikit-react/issues/205) ([bf49357](https://github.com/pentaho/hv-uikit-react/commit/bf49357))
3370
- * **Dropdown:** remove outline on focus ([31dc4c3](https://github.com/pentaho/hv-uikit-react/commit/31dc4c3))
3371
- * **Table:** Add the possibility of passing a function to the columns accessors. [#191](https://github.com/pentaho/hv-uikit-react/issues/191) ([ed512ab](https://github.com/pentaho/hv-uikit-react/commit/ed512ab))
3372
- * **Card:** add background color. [#184](https://github.com/pentaho/hv-uikit-react/issues/184) ([2383d01](https://github.com/pentaho/hv-uikit-react/commit/2383d01))
3373
- * **Input:** autocomplete background in wicked theme.[#184](https://github.com/pentaho/hv-uikit-react/issues/184) ([f89ef44](https://github.com/pentaho/hv-uikit-react/commit/f89ef44))
3374
- * **login:** background color of right panel for wicked theme. [#184](https://github.com/pentaho/hv-uikit-react/issues/184) ([e84ef98](https://github.com/pentaho/hv-uikit-react/commit/e84ef98))
3375
- * **Table:** background color for wicked theme. [#184](https://github.com/pentaho/hv-uikit-react/issues/184) ([c94320c](https://github.com/pentaho/hv-uikit-react/commit/c94320c))
3376
- * add missing class in Table and TextArea patterns [#173](https://github.com/pentaho/hv-uikit-react/issues/173) ([c92a32c](https://github.com/pentaho/hv-uikit-react/commit/c92a32c))
3377
- * **Theme:** add spacing unit to theme. [#168](https://github.com/pentaho/hv-uikit-react/issues/168) ([1aa22f4](https://github.com/pentaho/hv-uikit-react/commit/1aa22f4))
3378
- * **Theme:** add spacing unit to theme. [#168](https://github.com/pentaho/hv-uikit-react/issues/168) ([30ebcc2](https://github.com/pentaho/hv-uikit-react/commit/30ebcc2))
3379
- * **Grid:** replace hook usage by withWidth to determine breakpoint. [#107](https://github.com/pentaho/hv-uikit-react/issues/107) ([fb4eebd](https://github.com/pentaho/hv-uikit-react/commit/fb4eebd))
3380
- * **Table:** sortable prop in table not removing icon. [#160](https://github.com/pentaho/hv-uikit-react/issues/160) ([f00d147](https://github.com/pentaho/hv-uikit-react/commit/f00d147))
3381
- * **TextArea,CardHeader:** Add missing classes properties that are missing in TextArea and Card Header components. [#143](https://github.com/pentaho/hv-uikit-react/issues/143) ([fe35910](https://github.com/pentaho/hv-uikit-react/commit/fe35910))
3382
- * remove warnings and removed deprecated messages. [#389](https://github.com/pentaho/hv-uikit-react/issues/389) ([5950a89](https://github.com/pentaho/hv-uikit-react/commit/5950a89))
3383
- * updated button default props. [#395](https://github.com/pentaho/hv-uikit-react/issues/395) ([bd27f3f](https://github.com/pentaho/hv-uikit-react/commit/bd27f3f))
3384
-
3385
-
3386
-
3387
-
3388
-
3389
- ## [1.1.3-alpha.64](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.63...@hv/uikit-react-core@1.1.3-alpha.64) (2019-08-07)
3390
-
3391
-
3392
- ### Features
3393
-
3394
- * **badge:** promote to core. [#295](https://github.com/pentaho/hv-uikit-react/issues/295) ([aea0046](https://github.com/pentaho/hv-uikit-react/commit/aea0046))
3395
-
3396
-
3397
-
3398
-
3399
-
3400
- ## [1.1.3-alpha.63](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.62...@hv/uikit-react-core@1.1.3-alpha.63) (2019-08-07)
3401
-
3402
- **Note:** Version bump only for package @hv/uikit-react-core
3403
-
3404
-
3405
-
3406
-
3407
-
3408
- ## [1.1.3-alpha.62](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.61...@hv/uikit-react-core@1.1.3-alpha.62) (2019-08-06)
3409
-
3410
-
3411
- ### Features
3412
-
3413
- * **DropdownMenu:** expose disablePortal property. [#294](https://github.com/pentaho/hv-uikit-react/issues/294) ([88b8f88](https://github.com/pentaho/hv-uikit-react/commit/88b8f88))
3414
- * **table:** update table styles. [#294](https://github.com/pentaho/hv-uikit-react/issues/294) ([09abd8c](https://github.com/pentaho/hv-uikit-react/commit/09abd8c))
3415
- * **Typography:** add ability to customize the html element. [#294](https://github.com/pentaho/hv-uikit-react/issues/294) ([665bd72](https://github.com/pentaho/hv-uikit-react/commit/665bd72))
3416
-
3417
-
3418
-
3419
-
3420
-
3421
- ## [1.1.3-alpha.61](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.60...@hv/uikit-react-core@1.1.3-alpha.61) (2019-08-06)
3422
-
3423
- **Note:** Version bump only for package @hv/uikit-react-core
3424
-
3425
-
3426
-
3427
-
3428
-
3429
- ## [1.1.3-alpha.60](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.59...@hv/uikit-react-core@1.1.3-alpha.60) (2019-08-06)
3430
-
3431
- **Note:** Version bump only for package @hv/uikit-react-core
3432
-
3433
-
3434
-
3435
-
3436
-
3437
- ## [1.1.3-alpha.59](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.58...@hv/uikit-react-core@1.1.3-alpha.59) (2019-08-06)
3438
-
3439
-
3440
- ### Features
3441
-
3442
- * **breadcrumb:** update component according DS guidelines. [#341](https://github.com/pentaho/hv-uikit-react/issues/341) ([04266b9](https://github.com/pentaho/hv-uikit-react/commit/04266b9))
3443
-
3444
-
3445
-
3446
-
3447
-
3448
- ## [1.1.3-alpha.58](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.57...@hv/uikit-react-core@1.1.3-alpha.58) (2019-08-06)
3449
-
3450
- **Note:** Version bump only for package @hv/uikit-react-core
3451
-
3452
-
3453
-
3454
-
3455
-
3456
- ## [1.1.3-alpha.57](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.56...@hv/uikit-react-core@1.1.3-alpha.57) (2019-08-05)
3457
-
3458
-
3459
- ### Features
3460
-
3461
- * **automation:** Create Button Smoke Test [#350](https://github.com/pentaho/hv-uikit-react/issues/350) ([#369](https://github.com/pentaho/hv-uikit-react/issues/369)) ([c3f5314](https://github.com/pentaho/hv-uikit-react/commit/c3f5314))
3462
-
3463
-
3464
-
3465
-
3466
-
3467
- ## [1.1.3-alpha.56](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.55...@hv/uikit-react-core@1.1.3-alpha.56) (2019-08-05)
3468
-
3469
-
3470
- ### Features
3471
-
3472
- * **dropdownmenu:** update component according DS guidelines. [#298](https://github.com/pentaho/hv-uikit-react/issues/298) ([#371](https://github.com/pentaho/hv-uikit-react/issues/371)) ([00463dc](https://github.com/pentaho/hv-uikit-react/commit/00463dc))
3473
- * **snackbar:** updata component to DS guidelines. [#343](https://github.com/pentaho/hv-uikit-react/issues/343) ([#363](https://github.com/pentaho/hv-uikit-react/issues/363)) ([f87d571](https://github.com/pentaho/hv-uikit-react/commit/f87d571))
3474
-
3475
-
3476
-
3477
-
3478
-
3479
- ## [1.1.3-alpha.55](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.54...@hv/uikit-react-core@1.1.3-alpha.55) (2019-08-02)
3480
-
3481
-
3482
- ### Features
3483
-
3484
- * **list:** implemented list according to DS 1.0.0. [#241](https://github.com/pentaho/hv-uikit-react/issues/241) ([a31cfb7](https://github.com/pentaho/hv-uikit-react/commit/a31cfb7))
3485
-
3486
-
3487
-
3488
-
3489
-
3490
- ## [1.1.3-alpha.54](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.53...@hv/uikit-react-core@1.1.3-alpha.54) (2019-08-02)
3491
-
3492
-
3493
- ### Features
3494
-
3495
- * **banner:** update component according to ds guidelines.[#340](https://github.com/pentaho/hv-uikit-react/issues/340) ([#362](https://github.com/pentaho/hv-uikit-react/issues/362)) ([43d3866](https://github.com/pentaho/hv-uikit-react/commit/43d3866))
3496
-
3497
-
3498
-
3499
-
3500
-
3501
- ## [1.1.3-alpha.53](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.52...@hv/uikit-react-core@1.1.3-alpha.53) (2019-08-02)
3502
-
3503
-
3504
- ### Features
3505
-
3506
- * **kpi:** update component according to ds guidelines. [#342](https://github.com/pentaho/hv-uikit-react/issues/342) ([ebe0e8c](https://github.com/pentaho/hv-uikit-react/commit/ebe0e8c))
3507
-
3508
-
3509
-
3510
-
3511
-
3512
- ## [1.1.3-alpha.52](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.51...@hv/uikit-react-core@1.1.3-alpha.52) (2019-07-31)
3513
-
3514
-
3515
- ### Features
3516
-
3517
- * **linechart:** add Linechart component. [#334](https://github.com/pentaho/hv-uikit-react/issues/334) ([#358](https://github.com/pentaho/hv-uikit-react/issues/358)) ([5da04d4](https://github.com/pentaho/hv-uikit-react/commit/5da04d4))
3518
-
3519
-
3520
-
3521
-
3522
-
3523
- ## [1.1.3-alpha.51](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.50...@hv/uikit-react-core@1.1.3-alpha.51) (2019-07-29)
3524
-
3525
- **Note:** Version bump only for package @hv/uikit-react-core
3526
-
3527
-
3528
-
3529
-
3530
-
3531
- ## [1.1.3-alpha.50](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.49...@hv/uikit-react-core@1.1.3-alpha.50) (2019-07-24)
3532
-
3533
-
3534
- ### Features
3535
-
3536
- * **dropdown:** improve dropdown shadow when opened. [#238](https://github.com/pentaho/hv-uikit-react/issues/238) ([6822410](https://github.com/pentaho/hv-uikit-react/commit/6822410))
3537
-
3538
-
3539
-
3540
-
3541
-
3542
- ## [1.1.3-alpha.49](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.48...@hv/uikit-react-core@1.1.3-alpha.49) (2019-07-24)
3543
-
3544
-
3545
- ### Features
3546
-
3547
- * **dropdown:** change icon color when disabled. [#238](https://github.com/pentaho/hv-uikit-react/issues/238) ([ecc2912](https://github.com/pentaho/hv-uikit-react/commit/ecc2912))
3548
-
3549
-
3550
-
3551
-
3552
-
3553
- ## [1.1.3-alpha.48](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.47...@hv/uikit-react-core@1.1.3-alpha.48) (2019-07-23)
3554
-
3555
-
3556
- ### Features
3557
-
3558
- * **barchart:** promote component from lab to core. [#332](https://github.com/pentaho/hv-uikit-react/issues/332) ([#337](https://github.com/pentaho/hv-uikit-react/issues/337)) ([4e716c5](https://github.com/pentaho/hv-uikit-react/commit/4e716c5))
3559
-
3560
-
3561
-
3562
-
3563
-
3564
- ## [1.1.3-alpha.47](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.46...@hv/uikit-react-core@1.1.3-alpha.47) (2019-07-23)
3565
-
3566
-
3567
- ### Features
3568
-
3569
- * **table:** updated style, added dropdown prop, checkbox header ([af314dd](https://github.com/pentaho/hv-uikit-react/commit/af314dd))
3570
-
3571
-
3572
-
3573
-
3574
-
3575
- ## [1.1.3-alpha.46](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.45...@hv/uikit-react-core@1.1.3-alpha.46) (2019-07-23)
3576
-
3577
-
3578
- ### Bug Fixes
3579
-
3580
- * **dropdown:** fix disabled label style ([9fb02e7](https://github.com/pentaho/hv-uikit-react/commit/9fb02e7))
3581
-
3582
-
3583
-
3584
-
3585
-
3586
- ## [1.1.3-alpha.45](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.44...@hv/uikit-react-core@1.1.3-alpha.45) (2019-07-23)
3587
-
3588
-
3589
- ### Features
3590
-
3591
- * **radiobutton:** add focus handling. [#250](https://github.com/pentaho/hv-uikit-react/issues/250) ([dd51e82](https://github.com/pentaho/hv-uikit-react/commit/dd51e82))
3592
-
3593
-
3594
-
3595
-
3596
-
3597
- ## [1.1.3-alpha.44](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.43...@hv/uikit-react-core@1.1.3-alpha.44) (2019-07-23)
3598
-
3599
-
3600
- ### Features
3601
-
3602
- * **dropdown:** update dropdown according to DS 1.0.0. [#238](https://github.com/pentaho/hv-uikit-react/issues/238) ([ab59ec6](https://github.com/pentaho/hv-uikit-react/commit/ab59ec6))
3603
-
3604
-
3605
-
3606
-
3607
-
3608
- ## [1.1.3-alpha.43](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.42...@hv/uikit-react-core@1.1.3-alpha.43) (2019-07-23)
3609
-
3610
-
3611
- ### Features
3612
-
3613
- * **checkbox:** add focus handling. [#251](https://github.com/pentaho/hv-uikit-react/issues/251) ([99176b7](https://github.com/pentaho/hv-uikit-react/commit/99176b7))
3614
-
3615
-
3616
-
3617
-
3618
-
3619
- ## [1.1.3-alpha.42](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.41...@hv/uikit-react-core@1.1.3-alpha.42) (2019-07-23)
3620
-
3621
-
3622
- ### Features
3623
-
3624
- * **dropdownmenu:** added Popper to dropdownmenu with positioning props [#298](https://github.com/pentaho/hv-uikit-react/issues/298) ([b40a7c6](https://github.com/pentaho/hv-uikit-react/commit/b40a7c6))
3625
-
3626
-
3627
-
3628
-
3629
-
3630
- ## [1.1.3-alpha.41](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.40...@hv/uikit-react-core@1.1.3-alpha.41) (2019-07-23)
3631
-
3632
-
3633
- ### Bug Fixes
3634
-
3635
- * **dropdown:** prevents dropdown from resetting after rerenders. [#304](https://github.com/pentaho/hv-uikit-react/issues/304) ([54c037f](https://github.com/pentaho/hv-uikit-react/commit/54c037f))
3636
-
3637
-
3638
-
3639
-
3640
-
3641
- ## [1.1.3-alpha.40](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.39...@hv/uikit-react-core@1.1.3-alpha.40) (2019-07-23)
3642
-
3643
-
3644
- ### Features
3645
-
3646
- * **badge:** add notification badge. [#295](https://github.com/pentaho/hv-uikit-react/issues/295) ([808269f](https://github.com/pentaho/hv-uikit-react/commit/808269f))
3647
-
3648
-
3649
-
3650
-
3651
-
3652
- ## [1.1.3-alpha.39](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.38...@hv/uikit-react-core@1.1.3-alpha.39) (2019-07-22)
3653
-
3654
- **Note:** Version bump only for package @hv/uikit-react-core
3655
-
3656
-
3657
-
3658
-
3659
-
3660
- ## [1.1.3-alpha.37](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.36...@hv/uikit-react-core@1.1.3-alpha.37) (2019-07-22)
3661
-
3662
-
3663
- ### Features
3664
-
3665
- * **card:** adjust header padding-top. [#237](https://github.com/pentaho/hv-uikit-react/issues/237) ([c9fefd0](https://github.com/pentaho/hv-uikit-react/commit/c9fefd0))
3666
- * **theme:** add new accent color. [#323](https://github.com/pentaho/hv-uikit-react/issues/323) ([7c0ba8c](https://github.com/pentaho/hv-uikit-react/commit/7c0ba8c))
3667
-
3668
-
3669
-
3670
-
3671
-
3672
- ## [1.1.3-alpha.36](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.35...@hv/uikit-react-core@1.1.3-alpha.36) (2019-07-22)
3673
-
3674
-
3675
- ### Features
3676
-
3677
- * **card:** adjust card header/content paddings and fix subtitle. [#237](https://github.com/pentaho/hv-uikit-react/issues/237) ([fbb029f](https://github.com/pentaho/hv-uikit-react/commit/fbb029f))
3678
-
3679
-
3680
-
3681
-
3682
-
3683
- ## [1.1.3-alpha.35](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.34...@hv/uikit-react-core@1.1.3-alpha.35) (2019-07-19)
3684
-
3685
-
3686
- ### Features
3687
-
3688
- * **button:** adding accessibility tab and review button. [#247](https://github.com/pentaho/hv-uikit-react/issues/247) ([a2a0ce3](https://github.com/pentaho/hv-uikit-react/commit/a2a0ce3))
3689
-
3690
-
3691
-
3692
-
3693
-
3694
- ## [1.1.3-alpha.34](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.33...@hv/uikit-react-core@1.1.3-alpha.34) (2019-07-18)
3695
-
3696
-
3697
- ### Features
3698
-
3699
- * **input:** update to DS guidelines. [#239](https://github.com/pentaho/hv-uikit-react/issues/239) ([826db04](https://github.com/pentaho/hv-uikit-react/commit/826db04))
3700
-
3701
-
3702
-
3703
-
3704
-
3705
- ## [1.1.3-alpha.33](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.32...@hv/uikit-react-core@1.1.3-alpha.33) (2019-07-18)
3706
-
3707
-
3708
- ### Features
3709
-
3710
- * **card:** update card according to DS 1.0.0. [#237](https://github.com/pentaho/hv-uikit-react/issues/237) ([8b28bbf](https://github.com/pentaho/hv-uikit-react/commit/8b28bbf))
3711
-
3712
-
3713
-
3714
-
3715
-
3716
- ## [1.1.3-alpha.32](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.31...@hv/uikit-react-core@1.1.3-alpha.32) (2019-07-17)
3717
-
3718
-
3719
- ### Bug Fixes
3720
-
3721
- * **typography:** add new typographies to prop types. [#308](https://github.com/pentaho/hv-uikit-react/issues/308) ([3983e01](https://github.com/pentaho/hv-uikit-react/commit/3983e01))
3722
-
3723
-
3724
-
3725
-
3726
-
3727
- ## [1.1.3-alpha.31](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.30...@hv/uikit-react-core@1.1.3-alpha.31) (2019-07-17)
3728
-
3729
-
3730
- ### Features
3731
-
3732
- * **button:** update button styling.[#236](https://github.com/pentaho/hv-uikit-react/issues/236) ([f866a64](https://github.com/pentaho/hv-uikit-react/commit/f866a64))
3733
-
3734
-
3735
-
3736
-
3737
-
3738
- ## [1.1.3-alpha.30](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.29...@hv/uikit-react-core@1.1.3-alpha.30) (2019-07-17)
3739
-
3740
-
3741
- ### Features
3742
-
3743
- * **typography:** update new typographies. [#262](https://github.com/pentaho/hv-uikit-react/issues/262) ([bbd5e82](https://github.com/pentaho/hv-uikit-react/commit/bbd5e82))
3744
-
3745
-
3746
-
3747
-
3748
-
3749
- ## [1.1.3-alpha.29](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.28...@hv/uikit-react-core@1.1.3-alpha.29) (2019-07-16)
3750
-
3751
-
3752
- ### Features
3753
-
3754
- * **checkbox:** reviewed component according to guidelines. [#251](https://github.com/pentaho/hv-uikit-react/issues/251) ([9cf7470](https://github.com/pentaho/hv-uikit-react/commit/9cf7470))
3755
-
3756
-
3757
-
3758
-
3759
-
3760
- ## [1.1.3-alpha.28](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.27...@hv/uikit-react-core@1.1.3-alpha.28) (2019-07-16)
3761
-
3762
- **Note:** Version bump only for package @hv/uikit-react-core
3763
-
3764
-
3765
-
3766
-
3767
-
3768
- ## [1.1.3-alpha.27](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.26...@hv/uikit-react-core@1.1.3-alpha.27) (2019-07-15)
3769
-
3770
-
3771
- ### Features
3772
-
3773
- * **barchat:** add max width to bar. [#225](https://github.com/pentaho/hv-uikit-react/issues/225) ([01c5643](https://github.com/pentaho/hv-uikit-react/commit/01c5643))
3774
-
3775
-
3776
-
3777
-
3778
-
3779
- ## [1.1.3-alpha.26](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.25...@hv/uikit-react-core@1.1.3-alpha.26) (2019-07-15)
3780
-
3781
- **Note:** Version bump only for package @hv/uikit-react-core
3782
-
3783
-
3784
-
3785
-
3786
-
3787
- ## [1.1.3-alpha.25](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.24...@hv/uikit-react-core@1.1.3-alpha.25) (2019-07-15)
3788
-
3789
- **Note:** Version bump only for package @hv/uikit-react-core
3790
-
3791
-
3792
-
3793
-
3794
-
3795
- ## [1.1.3-alpha.24](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.23...@hv/uikit-react-core@1.1.3-alpha.24) (2019-07-15)
3796
-
3797
- **Note:** Version bump only for package @hv/uikit-react-core
3798
-
3799
-
3800
-
3801
-
3802
-
3803
- ## [1.1.3-alpha.23](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.22...@hv/uikit-react-core@1.1.3-alpha.23) (2019-07-15)
3804
-
3805
- **Note:** Version bump only for package @hv/uikit-react-core
3806
-
3807
-
3808
-
3809
-
3810
-
3811
- ## [1.1.3-alpha.22](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.21...@hv/uikit-react-core@1.1.3-alpha.22) (2019-07-09)
3812
-
3813
-
3814
- ### Bug Fixes
3815
-
3816
- * **input:** missing css documentation.[#260](https://github.com/pentaho/hv-uikit-react/issues/260) ([db431e1](https://github.com/pentaho/hv-uikit-react/commit/db431e1))
3817
-
3818
-
3819
-
3820
-
3821
-
3822
- ## [1.1.3-alpha.21](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.20...@hv/uikit-react-core@1.1.3-alpha.21) (2019-07-08)
3823
-
3824
-
3825
- ### Features
3826
-
3827
- * **typography:** add the correct html tags.[#161](https://github.com/pentaho/hv-uikit-react/issues/161) ([711e5f9](https://github.com/pentaho/hv-uikit-react/commit/711e5f9))
3828
-
3829
-
3830
-
3831
-
3832
-
3833
- ## [1.1.3-alpha.20](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.19...@hv/uikit-react-core@1.1.3-alpha.20) (2019-07-03)
3834
-
3835
-
3836
- ### Features
3837
-
3838
- * **storybook:** update of storybook version. [#231](https://github.com/pentaho/hv-uikit-react/issues/231) ([4c783e9](https://github.com/pentaho/hv-uikit-react/commit/4c783e9))
3839
-
3840
-
3841
-
3842
-
3843
-
3844
- ## [1.1.3-alpha.19](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.18...@hv/uikit-react-core@1.1.3-alpha.19) (2019-07-01)
3845
-
3846
-
3847
- ### Features
3848
-
3849
- * **barchar:** implementation of barchart pattern. [#225](https://github.com/pentaho/hv-uikit-react/issues/225) ([2f668a0](https://github.com/pentaho/hv-uikit-react/commit/2f668a0))
3850
-
3851
-
3852
-
3853
-
3854
-
3855
- ## [1.1.3-alpha.18](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.17...@hv/uikit-react-core@1.1.3-alpha.18) (2019-06-27)
3856
-
3857
-
3858
- ### Features
3859
-
3860
- * **doc:** add visualization colors. [#223](https://github.com/pentaho/hv-uikit-react/issues/223) ([c132d29](https://github.com/pentaho/hv-uikit-react/commit/c132d29))
3861
-
3862
-
3863
-
3864
-
3865
-
3866
- ## [1.1.3-alpha.17](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.16...@hv/uikit-react-core@1.1.3-alpha.17) (2019-06-21)
3867
-
3868
-
3869
- ### Bug Fixes
3870
-
3871
- * **button:** disabled button was clickable. [#205](https://github.com/pentaho/hv-uikit-react/issues/205) ([bf49357](https://github.com/pentaho/hv-uikit-react/commit/bf49357))
3872
-
3873
-
3874
-
3875
-
3876
-
3877
- ## [1.1.3-alpha.16](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.15...@hv/uikit-react-core@1.1.3-alpha.16) (2019-06-18)
3878
-
3879
-
3880
- ### Features
3881
-
3882
- * **input:** update when value prop changes. [#211](https://github.com/pentaho/hv-uikit-react/issues/211) ([fde70a4](https://github.com/pentaho/hv-uikit-react/commit/fde70a4))
3883
- * **textarea:** update when value prop changes. [#211](https://github.com/pentaho/hv-uikit-react/issues/211) ([b816557](https://github.com/pentaho/hv-uikit-react/commit/b816557))
3884
-
3885
-
3886
-
3887
-
3888
-
3889
- ## [1.1.3-alpha.15](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.14...@hv/uikit-react-core@1.1.3-alpha.15) (2019-06-17)
3890
-
3891
-
3892
- ### Bug Fixes
3893
-
3894
- * **dropdown:** remove outline on focus ([31dc4c3](https://github.com/pentaho/hv-uikit-react/commit/31dc4c3))
3895
-
3896
-
3897
-
3898
-
3899
-
3900
- ## [1.1.3-alpha.14](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.13...@hv/uikit-react-core@1.1.3-alpha.14) (2019-06-14)
3901
-
3902
-
3903
- ### Features
3904
-
3905
- * **Header:** Adding new prop labels to populate productName and tenantName when user is not logged in.[#206](https://github.com/pentaho/hv-uikit-react/issues/206) ([710ff4c](https://github.com/pentaho/hv-uikit-react/commit/710ff4c))
3906
-
3907
-
3908
-
3909
-
3910
-
3911
- ## [1.1.3-alpha.13](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.12...@hv/uikit-react-core@1.1.3-alpha.13) (2019-06-07)
3912
-
3913
-
3914
- ### Features
3915
-
3916
- * **datepickerds:** fix unit test on windows [#165](https://github.com/pentaho/hv-uikit-react/issues/165) ([b0d685c](https://github.com/pentaho/hv-uikit-react/commit/b0d685c))
3917
-
3918
-
3919
-
3920
-
3921
-
3922
- ## [1.1.3-alpha.12](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.11...@hv/uikit-react-core@1.1.3-alpha.12) (2019-06-07)
3923
-
3924
-
3925
- ### Features
3926
-
3927
- * **dropdown:** enhance dropdown to be navigable with keyboard.[#193](https://github.com/pentaho/hv-uikit-react/issues/193) ([198382c](https://github.com/pentaho/hv-uikit-react/commit/198382c))
3928
-
3929
-
3930
-
3931
-
3932
-
3933
- ## [1.1.3-alpha.11](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.10...@hv/uikit-react-core@1.1.3-alpha.11) (2019-06-06)
3934
-
3935
-
3936
- ### Features
3937
-
3938
- * **datepickerds:** date picker range [#165](https://github.com/pentaho/hv-uikit-react/issues/165) ([027705c](https://github.com/pentaho/hv-uikit-react/commit/027705c))
3939
-
3940
-
3941
-
3942
-
3943
-
3944
- ## [1.1.3-alpha.10](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.9...@hv/uikit-react-core@1.1.3-alpha.10) (2019-06-06)
3945
-
3946
-
3947
- ### Features
3948
-
3949
- * **doc:** add reference to React in Storybook. [#200](https://github.com/pentaho/hv-uikit-react/issues/200) ([0876e45](https://github.com/pentaho/hv-uikit-react/commit/0876e45))
3950
-
3951
-
3952
-
3953
-
3954
-
3955
- ## [1.1.3-alpha.9](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.8...@hv/uikit-react-core@1.1.3-alpha.9) (2019-05-23)
3956
-
3957
-
3958
- ### Bug Fixes
3959
-
3960
- * **Table:** Add the possibility of passing a function to the columns accessors. [#191](https://github.com/pentaho/hv-uikit-react/issues/191) ([ed512ab](https://github.com/pentaho/hv-uikit-react/commit/ed512ab))
3961
-
3962
-
3963
-
3964
-
3965
-
3966
- ## [1.1.3-alpha.8](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.7...@hv/uikit-react-core@1.1.3-alpha.8) (2019-05-21)
3967
-
3968
-
3969
- ### Bug Fixes
3970
-
3971
- * **card:** add background color. [#184](https://github.com/pentaho/hv-uikit-react/issues/184) ([2383d01](https://github.com/pentaho/hv-uikit-react/commit/2383d01))
3972
- * **input:** autocomplete background in wicked theme.[#184](https://github.com/pentaho/hv-uikit-react/issues/184) ([f89ef44](https://github.com/pentaho/hv-uikit-react/commit/f89ef44))
3973
- * **login:** background color of right panel for wicked theme. [#184](https://github.com/pentaho/hv-uikit-react/issues/184) ([e84ef98](https://github.com/pentaho/hv-uikit-react/commit/e84ef98))
3974
- * **table:** background color for wicked theme. [#184](https://github.com/pentaho/hv-uikit-react/issues/184) ([c94320c](https://github.com/pentaho/hv-uikit-react/commit/c94320c))
3975
-
3976
-
3977
-
3978
-
3979
-
3980
- ## [1.1.3-alpha.7](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.6...@hv/uikit-react-core@1.1.3-alpha.7) (2019-05-21)
3981
-
3982
- **Note:** Version bump only for package @hv/uikit-react-core
3983
-
3984
-
3985
-
3986
-
3987
-
3988
- ## [1.1.3-alpha.6](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.5...@hv/uikit-react-core@1.1.3-alpha.6) (2019-05-20)
3989
-
3990
-
3991
- ### Features
3992
-
3993
- * **KPI:** add class to style indicator text. [#180](https://github.com/pentaho/hv-uikit-react/issues/180) ([a2fea6f](https://github.com/pentaho/hv-uikit-react/commit/a2fea6f))
3994
- * **Snackbar:** Add ability to define transition direction and duration. [#182](https://github.com/pentaho/hv-uikit-react/issues/182) ([8e6844e](https://github.com/pentaho/hv-uikit-react/commit/8e6844e))
3995
- * **Table:** Add capability to define selected rows from prop. [#179](https://github.com/pentaho/hv-uikit-react/issues/179) ([7d4619b](https://github.com/pentaho/hv-uikit-react/commit/7d4619b))
3996
-
3997
-
3998
-
3999
-
4000
-
4001
- ## [1.1.3-alpha.5](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.4...@hv/uikit-react-core@1.1.3-alpha.5) (2019-05-16)
4002
-
4003
-
4004
- ### Bug Fixes
4005
-
4006
- * add missing class in Table and TextArea patterns [#173](https://github.com/pentaho/hv-uikit-react/issues/173) ([c92a32c](https://github.com/pentaho/hv-uikit-react/commit/c92a32c))
4007
-
4008
-
4009
- ### Features
4010
-
4011
- * **Card:** add capability to define actions alignment. [#172](https://github.com/pentaho/hv-uikit-react/issues/172) ([c2ff37f](https://github.com/pentaho/hv-uikit-react/commit/c2ff37f))
4012
- * **Grid:** update grid system to match ds latest guidelines [#107](https://github.com/pentaho/hv-uikit-react/issues/107) ([f4e6f7f](https://github.com/pentaho/hv-uikit-react/commit/f4e6f7f))
4013
-
4014
-
4015
-
4016
-
4017
-
4018
- ## [1.1.3-alpha.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.3...@hv/uikit-react-core@1.1.3-alpha.4) (2019-05-13)
4019
-
4020
-
4021
- ### Bug Fixes
4022
-
4023
- * **theme:** add spacing unit to theme. [#168](https://github.com/pentaho/hv-uikit-react/issues/168) ([1aa22f4](https://github.com/pentaho/hv-uikit-react/commit/1aa22f4))
4024
-
4025
-
4026
-
4027
-
4028
-
4029
- ## [1.1.3-alpha.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.2...@hv/uikit-react-core@1.1.3-alpha.3) (2019-05-13)
4030
-
4031
-
4032
- ### Bug Fixes
4033
-
4034
- * **theme:** add spacing unit to theme. [#168](https://github.com/pentaho/hv-uikit-react/issues/168) ([30ebcc2](https://github.com/pentaho/hv-uikit-react/commit/30ebcc2))
4035
-
4036
-
4037
-
4038
-
4039
-
4040
- ## [1.1.3-alpha.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.1...@hv/uikit-react-core@1.1.3-alpha.2) (2019-05-13)
4041
-
4042
-
4043
- ### Bug Fixes
4044
-
4045
- * **grid:** replace hook usage by withWidth to determine breakpoint. [#107](https://github.com/pentaho/hv-uikit-react/issues/107) ([fb4eebd](https://github.com/pentaho/hv-uikit-react/commit/fb4eebd))
4046
- * **table:** sortable prop in table not removing icon. [#160](https://github.com/pentaho/hv-uikit-react/issues/160) ([f00d147](https://github.com/pentaho/hv-uikit-react/commit/f00d147))
4047
-
4048
-
4049
-
4050
-
4051
-
4052
- ## [1.1.3-alpha.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.3-alpha.0...@hv/uikit-react-core@1.1.3-alpha.1) (2019-05-10)
4053
-
4054
-
4055
- ### Bug Fixes
4056
-
4057
- * **TextArea,CardHeader:** Add missing classes properties that are missing in TextArea and Card Header components. [#143](https://github.com/pentaho/hv-uikit-react/issues/143) ([fe35910](https://github.com/pentaho/hv-uikit-react/commit/fe35910))
4058
-
4059
-
4060
- ### Features
4061
-
4062
- * **datepickerds:** first version of the new datepicker [#1](https://github.com/pentaho/hv-uikit-react/issues/1) ([329c968](https://github.com/pentaho/hv-uikit-react/commit/329c968))
4063
-
4064
-
4065
-
4066
-
4067
-
4068
- ## [1.1.3-alpha.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.2...@hv/uikit-react-core@1.1.3-alpha.0) (2019-05-08)
4069
-
4070
- **Note:** Version bump only for package @hv/uikit-react-core
4071
-
4072
-
4073
-
4074
-
4075
-
4076
- ## [1.1.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.1...@hv/uikit-react-core@1.1.2) (2019-05-08)
4077
-
4078
-
4079
- ### Bug Fixes
4080
-
4081
- * bump storybook version to have documentation package working.[#155](https://github.com/pentaho/hv-uikit-react/issues/155) ([ee68025](https://github.com/pentaho/hv-uikit-react/commit/ee68025))
4082
-
4083
-
4084
-
4085
-
4086
-
4087
- ## [1.1.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.1.0...@hv/uikit-react-core@1.1.1) (2019-05-07)
4088
-
4089
-
4090
- ### Bug Fixes
4091
-
4092
- * **theme:** compatibility issue with previous theme import. [#99](https://github.com/pentaho/hv-uikit-react/issues/99) ([719ee54](https://github.com/pentaho/hv-uikit-react/commit/719ee54))
4093
-
4094
-
4095
-
4096
-
4097
-
4098
- # [1.1.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.21...@hv/uikit-react-core@1.1.0) (2019-05-07)
4099
-
4100
- **Note:** Version bump only for package @hv/uikit-react-core
4101
-
4102
-
4103
-
4104
-
4105
-
4106
- ## [1.0.2-alpha.21](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.20...@hv/uikit-react-core@1.0.2-alpha.21) (2019-05-07)
4107
-
4108
-
4109
- ### Bug Fixes
4110
-
4111
- * fix font family in components. [#141](https://github.com/pentaho/hv-uikit-react/issues/141) ([bd2c9cd](https://github.com/pentaho/hv-uikit-react/commit/bd2c9cd))
4112
-
4113
-
4114
-
4115
-
4116
-
4117
- ## [1.0.2-alpha.20](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.19...@hv/uikit-react-core@1.0.2-alpha.20) (2019-05-07)
4118
-
4119
-
4120
- ### Bug Fixes
4121
-
4122
- * **typography:** add font family. [#138](https://github.com/pentaho/hv-uikit-react/issues/138) ([e898f2d](https://github.com/pentaho/hv-uikit-react/commit/e898f2d))
4123
-
4124
-
4125
-
4126
-
4127
-
4128
- ## [1.0.2-alpha.19](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.18...@hv/uikit-react-core@1.0.2-alpha.19) (2019-05-07)
4129
-
4130
-
4131
- ### Bug Fixes
4132
-
4133
- * **typography:** add font family. [#138](https://github.com/pentaho/hv-uikit-react/issues/138) ([4e07dd0](https://github.com/pentaho/hv-uikit-react/commit/4e07dd0))
4134
-
4135
-
4136
-
4137
-
4138
-
4139
- ## [1.0.2-alpha.18](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.17...@hv/uikit-react-core@1.0.2-alpha.18) (2019-05-06)
4140
-
4141
- **Note:** Version bump only for package @hv/uikit-react-core
4142
-
4143
-
4144
-
4145
-
4146
-
4147
- ## [1.0.2-alpha.17](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.16...@hv/uikit-react-core@1.0.2-alpha.17) (2019-05-06)
4148
-
4149
-
4150
- ### Features
4151
-
4152
- * add id to core components.[#131](https://github.com/pentaho/hv-uikit-react/issues/131) ([1f5d514](https://github.com/pentaho/hv-uikit-react/commit/1f5d514))
4153
-
4154
-
4155
-
4156
-
4157
-
4158
- ## [1.0.2-alpha.16](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.15...@hv/uikit-react-core@1.0.2-alpha.16) (2019-05-06)
4159
-
4160
- **Note:** Version bump only for package @hv/uikit-react-core
4161
-
4162
-
4163
-
4164
-
4165
-
4166
- ## [1.0.2-alpha.15](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.14...@hv/uikit-react-core@1.0.2-alpha.15) (2019-05-06)
4167
-
4168
-
4169
- ### Bug Fixes
4170
-
4171
- * **header:** header actions content is hidden [#129](https://github.com/pentaho/hv-uikit-react/issues/129) ([d400800](https://github.com/pentaho/hv-uikit-react/commit/d400800))
4172
-
4173
-
4174
-
4175
-
4176
-
4177
- ## [1.0.2-alpha.14](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.13...@hv/uikit-react-core@1.0.2-alpha.14) (2019-05-03)
4178
-
4179
-
4180
- ### Features
4181
-
4182
- * add classname to components. [#102](https://github.com/pentaho/hv-uikit-react/issues/102) ([99cff29](https://github.com/pentaho/hv-uikit-react/commit/99cff29))
4183
-
4184
-
4185
-
4186
-
4187
-
4188
- ## [1.0.2-alpha.13](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.12...@hv/uikit-react-core@1.0.2-alpha.13) (2019-05-02)
4189
-
4190
-
4191
- ### Features
4192
-
4193
- * reviewing eslint accesibility.[#95](https://github.com/pentaho/hv-uikit-react/issues/95) ([47d7f27](https://github.com/pentaho/hv-uikit-react/commit/47d7f27))
4194
-
4195
-
4196
-
4197
-
4198
-
4199
- ## [1.0.2-alpha.12](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.11...@hv/uikit-react-core@1.0.2-alpha.12) (2019-05-02)
4200
-
4201
-
4202
- ### Features
4203
-
4204
- * **grid:** add grid component. [#107](https://github.com/pentaho/hv-uikit-react/issues/107) ([cba47c6](https://github.com/pentaho/hv-uikit-react/commit/cba47c6))
4205
-
4206
-
4207
-
4208
-
4209
-
4210
- ## [1.0.2-alpha.11](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.10...@hv/uikit-react-core@1.0.2-alpha.11) (2019-05-02)
4211
-
4212
-
4213
- ### Bug Fixes
4214
-
4215
- * **dropdown:** when multiselect onChange just triggered in apply. [#122](https://github.com/pentaho/hv-uikit-react/issues/122) ([1dd10c7](https://github.com/pentaho/hv-uikit-react/commit/1dd10c7))
4216
-
4217
-
4218
-
4219
-
4220
-
4221
- ## [1.0.2-alpha.10](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.9...@hv/uikit-react-core@1.0.2-alpha.10) (2019-04-29)
4222
-
4223
- **Note:** Version bump only for package @hv/uikit-react-core
4224
-
4225
-
4226
-
4227
-
4228
-
4229
- ## [1.0.2-alpha.9](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.8...@hv/uikit-react-core@1.0.2-alpha.9) (2019-04-23)
4230
-
4231
-
4232
- ### Bug Fixes
4233
-
4234
- * **input:** handleClear now calls prop onChange. [#118](https://github.com/pentaho/hv-uikit-react/issues/118) ([51614b2](https://github.com/pentaho/hv-uikit-react/commit/51614b2))
4235
-
4236
-
4237
-
4238
-
4239
-
4240
- ## [1.0.2-alpha.8](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.7...@hv/uikit-react-core@1.0.2-alpha.8) (2019-04-23)
4241
-
4242
-
4243
- ### Features
4244
-
4245
- * review patterns localization [#97](https://github.com/pentaho/hv-uikit-react/issues/97) ([b7f79cb](https://github.com/pentaho/hv-uikit-react/commit/b7f79cb))
4246
-
4247
-
4248
-
4249
-
4250
-
4251
- ## [1.0.2-alpha.7](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.6...@hv/uikit-react-core@1.0.2-alpha.7) (2019-04-23)
4252
-
4253
-
4254
- ### Bug Fixes
4255
-
4256
- * **modal:** fixes hv property to theme in variant utils.[#119](https://github.com/pentaho/hv-uikit-react/issues/119) ([d233b85](https://github.com/pentaho/hv-uikit-react/commit/d233b85))
4257
-
4258
-
4259
-
4260
-
4261
-
4262
- ## [1.0.2-alpha.6](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.5...@hv/uikit-react-core@1.0.2-alpha.6) (2019-04-23)
4263
-
4264
-
4265
- ### Features
4266
-
4267
- * **typography:** implement custom typography. [#93](https://github.com/pentaho/hv-uikit-react/issues/93) ([4ae3b49](https://github.com/pentaho/hv-uikit-react/commit/4ae3b49))
4268
-
4269
-
4270
-
4271
-
4272
-
4273
- ## [1.0.2-alpha.5](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.4...@hv/uikit-react-core@1.0.2-alpha.5) (2019-04-18)
4274
-
4275
-
4276
- ### Features
4277
-
4278
- * **theme:** multi theme support. [#99](https://github.com/pentaho/hv-uikit-react/issues/99) ([97a51b6](https://github.com/pentaho/hv-uikit-react/commit/97a51b6))
4279
-
4280
-
4281
-
4282
-
4283
-
4284
- ## [1.0.2-alpha.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.3...@hv/uikit-react-core@1.0.2-alpha.4) (2019-04-17)
4285
-
4286
-
4287
- ### Bug Fixes
4288
-
4289
- * **card-header:** allow override of content class without warning. [#103](https://github.com/pentaho/hv-uikit-react/issues/103) ([b50da24](https://github.com/pentaho/hv-uikit-react/commit/b50da24))
4290
-
4291
-
4292
-
4293
-
4294
-
4295
- ## [1.0.2-alpha.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.2...@hv/uikit-react-core@1.0.2-alpha.3) (2019-04-17)
4296
-
4297
-
4298
- ### Bug Fixes
4299
-
4300
- * eliminating external space from components [#94](https://github.com/pentaho/hv-uikit-react/issues/94) ([c4393f7](https://github.com/pentaho/hv-uikit-react/commit/c4393f7))
4301
-
4302
-
4303
-
4304
-
4305
-
4306
- ## [1.0.2-alpha.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.1...@hv/uikit-react-core@1.0.2-alpha.2) (2019-04-16)
4307
-
4308
-
4309
- ### Bug Fixes
4310
-
4311
- * **dropdown:** adding a new prop to control the initial OnChangeCall.[#10](https://github.com/pentaho/hv-uikit-react/issues/10) ([d30a27a](https://github.com/pentaho/hv-uikit-react/commit/d30a27a))
4312
-
4313
-
4314
-
4315
-
4316
-
4317
- ## [1.0.2-alpha.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.2-alpha.0...@hv/uikit-react-core@1.0.2-alpha.1) (2019-04-15)
4318
-
4319
-
4320
- ### Bug Fixes
4321
-
4322
- * **dropdown:** support ids to manage selection ([5126830](https://github.com/pentaho/hv-uikit-react/commit/5126830))
4323
- * lint issues with List item ([#85](https://github.com/pentaho/hv-uikit-react/issues/85)) ([472f6da](https://github.com/pentaho/hv-uikit-react/commit/472f6da))
4324
- * using SVG instead of icon component in selectors ([#82](https://github.com/pentaho/hv-uikit-react/issues/82)) ([1a9aac6](https://github.com/pentaho/hv-uikit-react/commit/1a9aac6)), closes [#79](https://github.com/pentaho/hv-uikit-react/issues/79)
4325
-
4326
-
4327
- ### Features
4328
-
4329
- * **dropdown:** enable/disable default selection on single selection dropdown ([073da51](https://github.com/pentaho/hv-uikit-react/commit/073da51))
4330
- * added sample for Asset Inventory ([#77](https://github.com/pentaho/hv-uikit-react/issues/77)) ([0eac27b](https://github.com/pentaho/hv-uikit-react/commit/0eac27b))
4331
-
4332
-
4333
-
4334
-
4335
-
4336
- ## [1.0.2-alpha.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.1-alpha.9...@hv/uikit-react-core@1.0.2-alpha.0) (2019-04-12)
4337
-
4338
- **Note:** Version bump only for package @hv/uikit-react-core
4339
-
4340
-
4341
-
4342
-
4343
-
4344
- ## [1.0.1-alpha.9](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.1-alpha.8...@hv/uikit-react-core@1.0.1-alpha.9) (2019-04-12)
4345
-
4346
-
4347
- ### Bug Fixes
4348
-
4349
- * **dropdown:** - support ids to manage selection ([891e944](https://github.com/pentaho/hv-uikit-react/commit/891e944))
4350
-
4351
-
4352
-
4353
-
4354
-
4355
- ## [1.0.1-alpha.8](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.1-alpha.7...@hv/uikit-react-core@1.0.1-alpha.8) (2019-04-12)
4356
-
4357
-
4358
- ### Features
4359
-
4360
- * Fixes [#85](https://github.com/pentaho/hv-uikit-react/issues/85) ([0ab87ed](https://github.com/pentaho/hv-uikit-react/commit/0ab87ed))
4361
-
4362
-
4363
-
4364
-
4365
-
4366
- ## [1.0.1-alpha.7](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.1-alpha.6...@hv/uikit-react-core@1.0.1-alpha.7) (2019-04-12)
4367
-
4368
-
4369
- ### Features
4370
-
4371
- * **dropdown:** enable/disable default selection on single selection dropdown ([fa56ec0](https://github.com/pentaho/hv-uikit-react/commit/fa56ec0))
4372
-
4373
-
4374
-
4375
-
4376
-
4377
- ## [1.0.1-alpha.6](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.1-alpha.4...@hv/uikit-react-core@1.0.1-alpha.6) (2019-04-11)
4378
-
4379
-
4380
- ### Bug Fixes
4381
-
4382
- * closes [#79](https://github.com/pentaho/hv-uikit-react/issues/79) - using SVG instead of icon component in selectors ([#82](https://github.com/pentaho/hv-uikit-react/issues/82)) ([f9cf2ba](https://github.com/pentaho/hv-uikit-react/commit/f9cf2ba))
4383
-
4384
-
4385
-
4386
-
4387
-
4388
- ## [1.0.1-alpha.5](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.1-alpha.4...@hv/uikit-react-core@1.0.1-alpha.5) (2019-04-11)
4389
-
4390
-
4391
- ### Bug Fixes
4392
-
4393
- * closes [#79](https://github.com/pentaho/hv-uikit-react/issues/79) - using SVG instead of icon component in selectors ([#82](https://github.com/pentaho/hv-uikit-react/issues/82)) ([f9cf2ba](https://github.com/pentaho/hv-uikit-react/commit/f9cf2ba))
4394
-
4395
-
4396
-
4397
-
4398
-
4399
- ## [1.0.1-alpha.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.1-alpha.3...@hv/uikit-react-core@1.0.1-alpha.4) (2019-04-11)
4400
-
4401
-
4402
- ### Bug Fixes
4403
-
4404
- * issue [#77](https://github.com/pentaho/hv-uikit-react/issues/77) ([ce159d6](https://github.com/pentaho/hv-uikit-react/commit/ce159d6))
4405
-
4406
-
4407
-
4408
-
4409
-
4410
- ## [1.0.1-alpha.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.1-alpha.2...@hv/uikit-react-core@1.0.1-alpha.3) (2019-04-11)
4411
-
4412
- **Note:** Version bump only for package @hv/uikit-react-core
4413
-
4414
-
4415
-
4416
-
4417
-
4418
- ## [1.0.1-alpha.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.1-alpha.1...@hv/uikit-react-core@1.0.1-alpha.2) (2019-04-11)
4419
-
4420
- **Note:** Version bump only for package @hv/uikit-react-core
4421
-
4422
-
4423
-
4424
-
4425
-
4426
- ## [1.0.1-alpha.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.1-alpha.0...@hv/uikit-react-core@1.0.1-alpha.1) (2019-04-09)
4427
-
4428
- **Note:** Version bump only for package @hv/uikit-react-core
4429
-
4430
-
4431
-
4432
-
4433
-
4434
- ## [1.0.1-alpha.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.0...@hv/uikit-react-core@1.0.1-alpha.0) (2019-04-09)
4435
-
4436
- **Note:** Version bump only for package @hv/uikit-react-core
4437
-
4438
-
4439
-
4440
-
4441
-
4442
- ## [1.0.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@1.0.0...@hv/uikit-react-core@1.0.1) (2019-04-12)
4443
-
4444
-
4445
- ### Bug Fixes
4446
-
4447
- * **dropdown:** support ids to manage selection ([5126830](https://github.com/pentaho/hv-uikit-react/commit/5126830))
4448
- * lint issues with List item ([#85](https://github.com/pentaho/hv-uikit-react/issues/85)) ([472f6da](https://github.com/pentaho/hv-uikit-react/commit/472f6da))
4449
- * using SVG instead of icon component in selectors ([#82](https://github.com/pentaho/hv-uikit-react/issues/82)) ([1a9aac6](https://github.com/pentaho/hv-uikit-react/commit/1a9aac6)), closes [#79](https://github.com/pentaho/hv-uikit-react/issues/79)
4450
-
4451
-
4452
- ### Features
4453
-
4454
- * **dropdown:** enable/disable default selection on single selection dropdown ([073da51](https://github.com/pentaho/hv-uikit-react/commit/073da51))
4455
- * added sample for Asset Inventory ([#77](https://github.com/pentaho/hv-uikit-react/issues/77)) ([0eac27b](https://github.com/pentaho/hv-uikit-react/commit/0eac27b))
4456
-
4457
-
4458
-
4459
-
4460
-
4461
- # [1.0.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-core@0.3.1-alpha.2...@hv/uikit-react-core@1.0.0) (2019-04-08)
4462
-
4463
- ### Feature components
4464
-
4465
- * Banner: [ds:0.0.5](https://10.76.48.133/hv-design-system/hv-design-system-specs/blob/v0.0.5/DesignSystemSpecs/Pattern%20library/Notifications/%5BHV%5D%20Notifications.pdf?expanded=true&viewer=rich)
4466
- * Breadcrumb: [ds:0.0.5](https://10.76.48.133/hv-design-system/hv-design-system-specs/blob/v0.0.5/DesignSystemSpecs/Pattern%20library/Breadcrumb/%5BHV_Library%202018Jun27%5D%20Breadcrumb_definition.pdf)
4467
- * Button: [ds:0.0.5](https://10.76.48.133/hv-design-system/hv-design-system-specs/blob/v0.0.5/DesignSystemSpecs/Pattern%20library/Button/%5BHV_Library%202018Oct22%5D%20Button_Definition.pdf)
4468
- * Card: [ds:0.0.5](https://10.76.48.133/hv-design-system/hv-design-system-specs/blob/v0.0.5/DesignSystemSpecs/Pattern%20library/Cards%20view/%5BDesign%20System_Jul9%5DCards.pdf)
4469
- * Dropdown: [ds:pre-0.0.1](https://10.76.48.133/hv-design-system/hv-design-system-specs/blob/d86a055a52e3b435d68ce8c31fa4870d89aa5f45/Design%20System%20specs%20-%20v1/Dropdown%20Menu/%5BHV_Library%202018Sep04%5D%20Dropdown%20menu.pdf)
4470
- * Header: [ds:0.0.5](https://10.76.48.133/hv-design-system/hv-design-system-specs/blob/v0.0.5/DesignSystemSpecs/Pattern%20library/Header/%5BHV_Library%202018Sep25%5D%20Header.pdf)
4471
- * Input: [ds:pre-0.0.1](https://10.76.48.133/hv-design-system/hv-design-system-specs/blob/d86a055a52e3b435d68ce8c31fa4870d89aa5f45/Design%20System%20specs%20-%20v1/Input%20Box/%5BHV_Pattern%20Library%202018%5D%20Input%20Box.pdf)
4472
- * Kpi: [ds:0.0.5](https://10.76.48.133/hv-design-system/hv-design-system-specs/blob/v0.0.5/DesignSystemSpecs/Pattern%20library/KPI/%5BHV_Library%202018Nov07%5D%20KPI_Definition.pdf)
4473
- * Login: [ds:0.0.5](https://10.76.48.133/hv-design-system/hv-design-system-specs/blob/v0.0.5/DesignSystemSpecs/Pattern%20library/Login/%5BHV_Design%20System%5DLogin%20page.pdf?expanded=true&viewer=rich)
4474
- * Modal: [ds:0.0.5](https://10.76.48.133/hv-design-system/hv-design-system-specs/blob/v0.0.5/DesignSystemSpecs/Pattern%20library/Modals/%5BHV_Library%5D%20Modals.pdf)
4475
- * Selectors
4476
- * Checkbox
4477
- * Radio button
4478
- * Snackbar: [ds:0.0.5](https://10.76.48.133/hv-design-system/hv-design-system-specs/blob/v0.0.5/DesignSystemSpecs/Pattern%20library/Notifications/%5BHV%5D%20Notifications.pdf?expanded=true&viewer=rich)
4479
- * Table: [ds:0.0.5](https://10.76.48.133/hv-design-system/hv-design-system-specs/blob/v0.0.5/DesignSystemSpecs/Pattern%20library/Table/%5BHV_Library%202018Aug27%5D%20Table.pdf)
4480
- * Text area: [ds:0.0.5](https://10.76.48.133/hv-design-system/hv-design-system-specs/blob/v0.0.5/DesignSystemSpecs/Pattern%20library/Text%20area/%5BHV_Pattern%20Library%202018%5D%20Text%20Area.pdf)