@widergy/energy-ui 2.10.1 → 2.12.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 (283) hide show
  1. package/dist/components/EnergyThemeProvider/index.js +12 -34
  2. package/dist/components/Loading/constants.js +1 -1
  3. package/dist/components/Loading/index.js +12 -10
  4. package/dist/components/Loading/theme.js +6 -3
  5. package/dist/components/UTAlert/AlertHandler.js +74 -99
  6. package/dist/components/UTAlert/index.js +64 -85
  7. package/dist/components/UTAlert/theme.js +34 -32
  8. package/dist/components/UTAttachment/components/Preview/index.js +7 -7
  9. package/dist/components/UTAttachment/constants.js +6 -6
  10. package/dist/components/UTAttachment/index.js +158 -248
  11. package/dist/components/UTAttachment/layout.js +25 -25
  12. package/dist/components/UTAttachment/theme.js +6 -3
  13. package/dist/components/UTAttachment/utils.js +44 -117
  14. package/dist/components/UTAutocomplete/components/ListBox/index.js +12 -19
  15. package/dist/components/UTAutocomplete/components/ListBox/utils.js +11 -12
  16. package/dist/components/UTAutocomplete/constants.js +11 -11
  17. package/dist/components/UTAutocomplete/index.js +53 -92
  18. package/dist/components/UTAutocomplete/theme.js +9 -5
  19. package/dist/components/UTAvatar/constants.js +1 -1
  20. package/dist/components/UTAvatar/index.js +17 -15
  21. package/dist/components/UTBarChart/components/Bars/components/Bar/components/Rect/index.js +21 -20
  22. package/dist/components/UTBarChart/components/Bars/components/Bar/constants.js +2 -1
  23. package/dist/components/UTBarChart/components/Bars/components/Bar/index.js +20 -20
  24. package/dist/components/UTBarChart/components/Bars/constants.js +3 -3
  25. package/dist/components/UTBarChart/components/Bars/index.js +69 -78
  26. package/dist/components/UTBarChart/components/Legend/constants.js +14 -17
  27. package/dist/components/UTBarChart/components/Legend/index.js +74 -91
  28. package/dist/components/UTBarChart/components/Legend/utils.js +2 -5
  29. package/dist/components/UTBarChart/components/Levels/index.js +15 -12
  30. package/dist/components/UTBarChart/components/Levels/utils.js +26 -27
  31. package/dist/components/UTBarChart/components/LinearPlot/constants.js +2 -2
  32. package/dist/components/UTBarChart/components/LinearPlot/index.js +24 -18
  33. package/dist/components/UTBarChart/components/LinearPlot/utils.js +39 -39
  34. package/dist/components/UTBarChart/components/Pagination/constants.js +1 -1
  35. package/dist/components/UTBarChart/components/Pagination/index.js +19 -22
  36. package/dist/components/UTBarChart/components/XAxis/components/AxisElement/index.js +20 -30
  37. package/dist/components/UTBarChart/components/XAxis/components/Decoration/constants.js +2 -2
  38. package/dist/components/UTBarChart/components/XAxis/components/Decoration/index.js +19 -17
  39. package/dist/components/UTBarChart/components/XAxis/constants.js +1 -1
  40. package/dist/components/UTBarChart/components/XAxis/index.js +53 -63
  41. package/dist/components/UTBarChart/components/YAxis/AxisElement/index.js +11 -9
  42. package/dist/components/UTBarChart/components/YAxis/constants.js +1 -1
  43. package/dist/components/UTBarChart/components/YAxis/index.js +29 -35
  44. package/dist/components/UTBarChart/components/YAxis/utils.js +6 -6
  45. package/dist/components/UTBarChart/constants.js +4 -4
  46. package/dist/components/UTBarChart/hooks/use-dynamic-margins.js +22 -38
  47. package/dist/components/UTBarChart/index.js +151 -164
  48. package/dist/components/UTBarChart/theme.js +6 -3
  49. package/dist/components/UTBarChart/types.js +9 -9
  50. package/dist/components/UTBarChart/utils.js +118 -111
  51. package/dist/components/UTBreadcrumbs/constants.js +22 -24
  52. package/dist/components/UTBreadcrumbs/index.js +75 -99
  53. package/dist/components/UTBreadcrumbs/theme.js +6 -3
  54. package/dist/components/UTButton/constants.js +11 -11
  55. package/dist/components/UTButton/index.js +27 -29
  56. package/dist/components/UTButton/theme.js +26 -24
  57. package/dist/components/UTCBUInput/index.js +35 -38
  58. package/dist/components/UTCBUInput/theme.js +6 -3
  59. package/dist/components/UTCaptcha/index.js +18 -43
  60. package/dist/components/UTCard/components/UTCardFooter/index.js +14 -14
  61. package/dist/components/UTCard/index.js +84 -118
  62. package/dist/components/UTCard/theme.js +13 -13
  63. package/dist/components/UTCard/types.js +1 -1
  64. package/dist/components/UTCarousel/components/Button/index.js +12 -11
  65. package/dist/components/UTCarousel/components/Legend/index.js +12 -13
  66. package/dist/components/UTCarousel/components/Slider/component/Slide/index.js +15 -14
  67. package/dist/components/UTCarousel/components/Slider/constants.js +5 -5
  68. package/dist/components/UTCarousel/components/Slider/index.js +203 -271
  69. package/dist/components/UTCarousel/components/Slider/layout.js +66 -92
  70. package/dist/components/UTCarousel/index.js +13 -13
  71. package/dist/components/UTCarousel/theme.js +6 -3
  72. package/dist/components/UTCheckList/constants.js +1 -1
  73. package/dist/components/UTCheckList/index.js +71 -91
  74. package/dist/components/UTCheckList/theme.js +34 -32
  75. package/dist/components/UTCheckbox/constants.js +2 -4
  76. package/dist/components/UTCheckbox/index.js +31 -42
  77. package/dist/components/UTCheckbox/theme.js +37 -35
  78. package/dist/components/UTConsumptionBar/components/ConsumptionBarIndicator/index.js +8 -7
  79. package/dist/components/UTConsumptionBar/constants.js +3 -3
  80. package/dist/components/UTConsumptionBar/index.js +52 -78
  81. package/dist/components/UTCuit/index.js +108 -131
  82. package/dist/components/UTCuit/theme.js +52 -53
  83. package/dist/components/UTDatePicker/components/Day/constants.js +1 -1
  84. package/dist/components/UTDatePicker/components/Day/index.js +11 -10
  85. package/dist/components/UTDatePicker/constants.js +21 -22
  86. package/dist/components/UTDatePicker/index.js +59 -100
  87. package/dist/components/UTDatePicker/theme.js +8 -4
  88. package/dist/components/UTDatePicker/types.js +1 -1
  89. package/dist/components/UTDatePicker/utils.js +4 -6
  90. package/dist/components/UTDialog/constants.js +2 -2
  91. package/dist/components/UTDialog/index.js +37 -35
  92. package/dist/components/UTDialog/theme.js +6 -3
  93. package/dist/components/UTDialog/types.js +1 -1
  94. package/dist/components/UTDotMenu/index.js +38 -59
  95. package/dist/components/UTEmojiPicker/constants.js +5 -5
  96. package/dist/components/UTEmojiPicker/index.js +44 -63
  97. package/dist/components/UTEmojiPicker/theme.js +6 -3
  98. package/dist/components/UTEmojiPicker/utils.js +24 -52
  99. package/dist/components/UTExternalLink/constants.js +2 -2
  100. package/dist/components/UTExternalLink/index.js +17 -13
  101. package/dist/components/UTExternalLink/theme.js +11 -7
  102. package/dist/components/UTFileInput/constants.js +2 -2
  103. package/dist/components/UTFileInput/index.js +6 -29
  104. package/dist/components/UTFileInput/layout.js +67 -95
  105. package/dist/components/UTIconButton/index.js +48 -70
  106. package/dist/components/UTIconButton/theme.js +6 -3
  107. package/dist/components/UTImageRadio/components/ImageRadioCard/index.js +52 -56
  108. package/dist/components/UTImageRadio/constants.js +3 -3
  109. package/dist/components/UTImageRadio/index.js +38 -45
  110. package/dist/components/UTImageRadio/theme.js +13 -13
  111. package/dist/components/UTImageRadio/types.js +1 -1
  112. package/dist/components/UTImageRadio/utils.js +4 -6
  113. package/dist/components/UTLabel/constants.js +13 -11
  114. package/dist/components/UTLabel/index.js +17 -18
  115. package/dist/components/UTLabel/theme.js +19 -16
  116. package/dist/components/UTList/index.js +14 -16
  117. package/dist/components/UTLoading/index.js +14 -13
  118. package/dist/components/UTMap/components/GoogleMaps/constants.js +9 -10
  119. package/dist/components/UTMap/components/GoogleMaps/index.js +62 -89
  120. package/dist/components/UTMap/constants.js +6 -6
  121. package/dist/components/UTMap/index.js +162 -196
  122. package/dist/components/UTMap/types.js +4 -3
  123. package/dist/components/UTMap/utils.js +35 -46
  124. package/dist/components/UTMap/withGoogleMapScript.js +18 -14
  125. package/dist/components/UTMenu/index.js +51 -67
  126. package/dist/components/UTMenu/theme.js +8 -4
  127. package/dist/components/UTMenu/utils.js +10 -12
  128. package/dist/components/UTModal/constants.js +9 -9
  129. package/dist/components/UTModal/index.js +25 -28
  130. package/dist/components/UTModal/theme.js +6 -3
  131. package/dist/components/UTPagination/components/PageSizeSelector/index.js +10 -8
  132. package/dist/components/UTPagination/components/PageSizeSelector/utils.js +9 -14
  133. package/dist/components/UTPagination/components/Pagination/components/NavigationButton/index.js +11 -10
  134. package/dist/components/UTPagination/components/Pagination/index.js +27 -37
  135. package/dist/components/UTPagination/components/Pagination/utils.js +10 -15
  136. package/dist/components/UTPagination/constants.js +3 -3
  137. package/dist/components/UTPagination/index.js +15 -15
  138. package/dist/components/UTPagination/theme.js +6 -3
  139. package/dist/components/UTPanel/index.js +37 -42
  140. package/dist/components/UTPasswordField/components/PasswordValidations/components/Error/index.js +12 -8
  141. package/dist/components/UTPasswordField/components/PasswordValidations/components/Validation/index.js +21 -17
  142. package/dist/components/UTPasswordField/components/PasswordValidations/index.js +62 -48
  143. package/dist/components/UTPasswordField/components/PasswordWarning/index.js +24 -24
  144. package/dist/components/UTPasswordField/index.js +25 -21
  145. package/dist/components/UTPasswordField/theme.js +6 -3
  146. package/dist/components/UTPhoneInput/constants.js +3 -3
  147. package/dist/components/UTPhoneInput/index.js +179 -203
  148. package/dist/components/UTPhoneInput/theme.js +79 -77
  149. package/dist/components/UTPieChart/components/ArrowLabel/constants.js +4 -4
  150. package/dist/components/UTPieChart/components/ArrowLabel/index.js +23 -21
  151. package/dist/components/UTPieChart/components/Legend/contants.js +3 -3
  152. package/dist/components/UTPieChart/components/Legend/index.js +26 -22
  153. package/dist/components/UTPieChart/constants.js +13 -13
  154. package/dist/components/UTPieChart/hooks/use-animated-value/index.js +14 -31
  155. package/dist/components/UTPieChart/index.js +72 -74
  156. package/dist/components/UTPieChart/theme.js +6 -3
  157. package/dist/components/UTPieChart/utils.js +6 -3
  158. package/dist/components/UTProgressBar/constants.js +2 -2
  159. package/dist/components/UTProgressBar/index.js +14 -15
  160. package/dist/components/UTProgressBar/theme.js +6 -3
  161. package/dist/components/UTProgressBar/types.js +1 -1
  162. package/dist/components/UTRadioGroup/index.js +55 -81
  163. package/dist/components/UTRadioGroup/theme.js +54 -52
  164. package/dist/components/UTRating/components/Circle/index.js +40 -54
  165. package/dist/components/UTRating/components/Faces/assets/mood-confuzed.svg +3 -0
  166. package/dist/components/UTRating/components/Faces/assets/mood-empty.svg +3 -0
  167. package/dist/components/UTRating/components/Faces/assets/mood-happy.svg +3 -0
  168. package/dist/components/UTRating/components/Faces/assets/mood-sad.svg +3 -0
  169. package/dist/components/UTRating/components/Faces/assets/mood-smile.svg +3 -0
  170. package/dist/components/UTRating/components/Faces/constants.js +85 -0
  171. package/dist/components/UTRating/components/Faces/index.js +76 -0
  172. package/dist/components/UTRating/components/Faces/styles.module.scss +78 -0
  173. package/dist/components/UTRating/components/Star/index.js +35 -38
  174. package/dist/components/UTRating/constants.js +5 -4
  175. package/dist/components/UTRating/index.js +35 -46
  176. package/dist/components/UTRating/styles.module.scss +1 -0
  177. package/dist/components/UTRating/theme.js +52 -3
  178. package/dist/components/UTRipple/Ripple.js +21 -37
  179. package/dist/components/UTRipple/index.js +17 -35
  180. package/dist/components/UTSelect/components/Option/index.js +12 -11
  181. package/dist/components/UTSelect/constants.js +4 -4
  182. package/dist/components/UTSelect/index.js +62 -83
  183. package/dist/components/UTSelect/theme.js +9 -5
  184. package/dist/components/UTSelect/utils.js +5 -14
  185. package/dist/components/UTSidebar/components/ListOption/index.js +33 -47
  186. package/dist/components/UTSidebar/components/LogosContainer/components/DynamicIcon/index.js +7 -6
  187. package/dist/components/UTSidebar/components/LogosContainer/index.js +13 -12
  188. package/dist/components/UTSidebar/components/Option/constants.js +1 -1
  189. package/dist/components/UTSidebar/components/Option/index.js +27 -30
  190. package/dist/components/UTSidebar/components/Toggler/index.js +10 -9
  191. package/dist/components/UTSidebar/index.js +41 -51
  192. package/dist/components/UTSidebar/theme.js +6 -3
  193. package/dist/components/UTSidebar/types.js +5 -5
  194. package/dist/components/UTSkeleton/index.js +9 -34
  195. package/dist/components/UTStatus/constants.js +4 -4
  196. package/dist/components/UTStatus/index.js +15 -13
  197. package/dist/components/UTStatus/theme.js +70 -49
  198. package/dist/components/UTSwitch/constants.js +3 -3
  199. package/dist/components/UTSwitch/index.js +41 -55
  200. package/dist/components/UTSwitch/theme.js +6 -3
  201. package/dist/components/UTTable/components/ActionIcons/constants.js +1 -1
  202. package/dist/components/UTTable/components/ActionIcons/index.js +46 -83
  203. package/dist/components/UTTable/components/Cell/components/ActionButton/index.js +9 -10
  204. package/dist/components/UTTable/components/Cell/index.js +17 -21
  205. package/dist/components/UTTable/components/HeaderCell/constants.js +1 -1
  206. package/dist/components/UTTable/components/HeaderCell/index.js +22 -28
  207. package/dist/components/UTTable/components/HeaderCell/utils.js +5 -4
  208. package/dist/components/UTTable/components/PrimaryAction/index.js +11 -9
  209. package/dist/components/UTTable/components/ResponsiveCell/index.js +18 -18
  210. package/dist/components/UTTable/components/Status/index.js +17 -17
  211. package/dist/components/UTTable/components/TableFooter/components/PageSizeSelector/index.js +9 -7
  212. package/dist/components/UTTable/components/TableFooter/components/PageSizeSelector/utils.js +9 -14
  213. package/dist/components/UTTable/components/TableFooter/components/Pagination/components/NavigationButton/index.js +11 -10
  214. package/dist/components/UTTable/components/TableFooter/components/Pagination/index.js +20 -30
  215. package/dist/components/UTTable/components/TableFooter/components/Pagination/utils.js +10 -15
  216. package/dist/components/UTTable/components/TableFooter/constants.js +1 -1
  217. package/dist/components/UTTable/components/TableFooter/index.js +14 -13
  218. package/dist/components/UTTable/components/TableHeader/index.js +10 -9
  219. package/dist/components/UTTable/components/TableRow/constants.js +2 -4
  220. package/dist/components/UTTable/components/TableRow/index.js +78 -92
  221. package/dist/components/UTTable/constants.js +26 -24
  222. package/dist/components/UTTable/hook.js +13 -27
  223. package/dist/components/UTTable/index.js +125 -213
  224. package/dist/components/UTTable/theme.js +19 -18
  225. package/dist/components/UTTable/types.js +4 -4
  226. package/dist/components/UTTable/utils.js +80 -75
  227. package/dist/components/UTTabs/components/TooltipTab/index.js +19 -28
  228. package/dist/components/UTTabs/constants.js +4 -4
  229. package/dist/components/UTTabs/index.js +56 -84
  230. package/dist/components/UTTabs/theme.js +6 -3
  231. package/dist/components/UTTabs/utils.js +3 -2
  232. package/dist/components/UTTextArea/constants.js +2 -4
  233. package/dist/components/UTTextArea/index.js +22 -21
  234. package/dist/components/UTTextArea/theme.js +6 -3
  235. package/dist/components/UTTextInput/constants.js +1 -1
  236. package/dist/components/UTTextInput/index.js +136 -163
  237. package/dist/components/UTTextInput/theme.js +9 -5
  238. package/dist/components/UTThirdPartyCookieChecker/index.js +16 -19
  239. package/dist/components/UTToggle/components/ToggleOption/index.js +15 -15
  240. package/dist/components/UTToggle/index.js +24 -24
  241. package/dist/components/UTToggle/theme.js +6 -3
  242. package/dist/components/UTTooltip/index.js +22 -28
  243. package/dist/components/UTTooltip/theme.js +6 -3
  244. package/dist/components/UTTopbar/components/Notifications/index.js +10 -12
  245. package/dist/components/UTTopbar/components/UserMenu/index.js +14 -13
  246. package/dist/components/UTTopbar/index.js +27 -29
  247. package/dist/components/UTTopbar/theme.js +6 -3
  248. package/dist/components/UTTopbar/types.js +4 -4
  249. package/dist/components/UTTouchableWithoutFeedback/index.js +13 -25
  250. package/dist/components/UTVirtualizedList/components/VirtualizedData/components/ListRow/constants.js +2 -2
  251. package/dist/components/UTVirtualizedList/components/VirtualizedData/components/ListRow/index.js +33 -29
  252. package/dist/components/UTVirtualizedList/components/VirtualizedData/components/ListRow/utils.js +6 -5
  253. package/dist/components/UTVirtualizedList/components/VirtualizedData/constants.js +6 -6
  254. package/dist/components/UTVirtualizedList/components/VirtualizedData/hooks/use-ledger.js +7 -16
  255. package/dist/components/UTVirtualizedList/components/VirtualizedData/hooks/use-virtualized-data.js +22 -45
  256. package/dist/components/UTVirtualizedList/components/VirtualizedData/index.js +30 -32
  257. package/dist/components/UTVirtualizedList/components/VirtualizedData/utils.js +89 -94
  258. package/dist/components/UTVirtualizedList/constants.js +4 -4
  259. package/dist/components/UTVirtualizedList/index.js +25 -36
  260. package/dist/components/UTWorkflowContainer/components/ActionButton/index.js +14 -17
  261. package/dist/components/UTWorkflowContainer/constants.js +3 -3
  262. package/dist/components/UTWorkflowContainer/hooks/use-previous.js +5 -4
  263. package/dist/components/UTWorkflowContainer/index.js +31 -49
  264. package/dist/components/UTWorkflowContainer/theme.js +62 -54
  265. package/dist/components/UTWorkflowContainer/types.js +1 -1
  266. package/dist/components/WithLoading/index.js +9 -13
  267. package/dist/components/WithTheme/index.js +9 -15
  268. package/dist/components/WithTheme/layout.js +21 -26
  269. package/dist/components/WithTouch/index.js +11 -17
  270. package/dist/constants/UTTable.js +1 -1
  271. package/dist/index.js +58 -58
  272. package/dist/theme.js +8 -4
  273. package/dist/types/commonTypes.js +2 -2
  274. package/dist/types/consumptionTypes.js +2 -2
  275. package/dist/types/formTypes.js +3 -3
  276. package/dist/types/tableTypes.js +1 -1
  277. package/dist/utils/classesUtils.js +7 -13
  278. package/dist/utils/componentUtils.js +8 -10
  279. package/dist/utils/helperFunctions.js +6 -5
  280. package/dist/utils/shadowUtils.js +15 -12
  281. package/dist/utils/useScreenSize.js +1 -1
  282. package/package.json +2 -2
  283. package/CHANGELOG.md +0 -2234
package/CHANGELOG.md DELETED
@@ -1,2234 +0,0 @@
1
- ## [2.10.1](https://github.com/widergy/energy-ui/compare/v2.10.0...v2.10.1) (2023-11-01)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * fixes responsive styles ([#389](https://github.com/widergy/energy-ui/issues/389)) ([7f99862](https://github.com/widergy/energy-ui/commit/7f998628d2c32f100f840f85739542f1e6aead0e))
7
-
8
- # [2.10.0](https://github.com/widergy/energy-ui/compare/v2.9.0...v2.10.0) (2023-10-30)
9
-
10
-
11
- ### Features
12
-
13
- * add classes management for slide component ([ec1080e](https://github.com/widergy/energy-ui/commit/ec1080e13a8c05dc6290def2ab6fb60da6608422))
14
-
15
- # [2.9.0](https://github.com/widergy/energy-ui/compare/v2.8.1...v2.9.0) (2023-10-26)
16
-
17
-
18
- ### Features
19
-
20
- * autocomplete - multiple ([#387](https://github.com/widergy/energy-ui/issues/387)) ([4f567e2](https://github.com/widergy/energy-ui/commit/4f567e2e23529cca996d41becde5b473f2c029ad))
21
-
22
- ## [2.8.1](https://github.com/widergy/energy-ui/compare/v2.8.0...v2.8.1) (2023-10-12)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * fixes on pagination and textinput ([#385](https://github.com/widergy/energy-ui/issues/385)) ([2f355f9](https://github.com/widergy/energy-ui/commit/2f355f9f6effbce1e21dbbcd3ea115de603f1226))
28
-
29
- # [2.8.0](https://github.com/widergy/energy-ui/compare/v2.7.6...v2.8.0) (2023-10-09)
30
-
31
-
32
- ### Features
33
-
34
- * added disable focus ([#384](https://github.com/widergy/energy-ui/issues/384)) ([39d112e](https://github.com/widergy/energy-ui/commit/39d112ec7d59787c7c1731643b70d849a222c50e))
35
-
36
- ## [2.7.6](https://github.com/widergy/energy-ui/compare/v2.7.5...v2.7.6) (2023-10-03)
37
-
38
-
39
- ### Bug Fixes
40
-
41
- * fixes workflow flex ([f758b95](https://github.com/widergy/energy-ui/commit/f758b951f7f952a47a19313300f712ea593cada6))
42
-
43
- ## [2.7.5](https://github.com/widergy/energy-ui/compare/v2.7.4...v2.7.5) (2023-10-03)
44
-
45
-
46
- ### Bug Fixes
47
-
48
- * fixes on error labels + utsidebar ([#346](https://github.com/widergy/energy-ui/issues/346)) ([45641ce](https://github.com/widergy/energy-ui/commit/45641cea1a2f3091ca842b47c20a2ed9088b1b9e))
49
-
50
- ## [2.7.4](https://github.com/widergy/energy-ui/compare/v2.7.3...v2.7.4) (2023-09-20)
51
-
52
-
53
- ### Bug Fixes
54
-
55
- * add prepublish hook ([#381](https://github.com/widergy/energy-ui/issues/381)) ([e6a6f84](https://github.com/widergy/energy-ui/commit/e6a6f84a33eb583c959a2a813943f7502931c52e))
56
-
57
- ## [2.7.3](https://github.com/widergy/energy-ui/compare/v2.7.2...v2.7.3) (2023-09-14)
58
-
59
-
60
- ### Bug Fixes
61
-
62
- * added disabled for menu items ([#379](https://github.com/widergy/energy-ui/issues/379)) ([8f49580](https://github.com/widergy/energy-ui/commit/8f49580a3e5ec14516d768015f580562d82f9f3b))
63
-
64
- ## [2.7.2](https://github.com/widergy/energy-ui/compare/v2.7.1...v2.7.2) (2023-09-12)
65
-
66
-
67
- ### Bug Fixes
68
-
69
- * secondary custom component ([#377](https://github.com/widergy/energy-ui/issues/377)) ([82bc519](https://github.com/widergy/energy-ui/commit/82bc519ba8bfc29c0c77e0947dad1c3bfdc4a0cd))
70
-
71
- ## [2.7.1](https://github.com/widergy/energy-ui/compare/v2.7.0...v2.7.1) (2023-09-12)
72
-
73
-
74
- ### Bug Fixes
75
-
76
- * modal/button fixes ([#378](https://github.com/widergy/energy-ui/issues/378)) ([13446b0](https://github.com/widergy/energy-ui/commit/13446b065c7d82c9c51c011fea66d71cfe2444bf))
77
-
78
- # [2.7.0](https://github.com/widergy/energy-ui/compare/v2.6.1...v2.7.0) (2023-09-07)
79
-
80
-
81
- ### Features
82
-
83
- * node upgrade ([#373](https://github.com/widergy/energy-ui/issues/373)) ([0dab423](https://github.com/widergy/energy-ui/commit/0dab423890d25ab7db9b06276d00dd9da07db334))
84
-
85
- ## [2.6.1](https://github.com/widergy/energy-ui/compare/v2.6.0...v2.6.1) (2023-09-01)
86
-
87
-
88
- ### Bug Fixes
89
-
90
- * added missing import ([#371](https://github.com/widergy/energy-ui/issues/371)) ([81aab33](https://github.com/widergy/energy-ui/commit/81aab3385149393de141f32a3f5b372818ee8647))
91
-
92
- # [2.6.0](https://github.com/widergy/energy-ui/compare/v2.5.4...v2.6.0) (2023-08-31)
93
-
94
-
95
- ### Features
96
-
97
- * added modal component ([#370](https://github.com/widergy/energy-ui/issues/370)) ([0fc94e8](https://github.com/widergy/energy-ui/commit/0fc94e89e9386e874829d8eb0594dc05354374e8))
98
-
99
- ## [2.5.4](https://github.com/widergy/energy-ui/compare/v2.5.3...v2.5.4) (2023-08-31)
100
-
101
-
102
- ### Bug Fixes
103
-
104
- * add overflow control capabilities ([b1c20ba](https://github.com/widergy/energy-ui/commit/b1c20ba52e697689661353c361cab04986bfdcf8))
105
- * conflict solving ([7f7a930](https://github.com/widergy/energy-ui/commit/7f7a930486eee58a0fa7407b61325ab7de939f79))
106
-
107
- ## [2.5.3](https://github.com/widergy/energy-ui/compare/v2.5.2...v2.5.3) (2023-08-31)
108
-
109
-
110
- ### Bug Fixes
111
-
112
- * add a function to remove size event listener ([6e36b9f](https://github.com/widergy/energy-ui/commit/6e36b9f81c9a11c20bed41c72152de34502bbf90))
113
-
114
- ## [2.5.2](https://github.com/widergy/energy-ui/compare/v2.5.1...v2.5.2) (2023-08-30)
115
-
116
-
117
- ### Bug Fixes
118
-
119
- * fixes on UTPagination ([#369](https://github.com/widergy/energy-ui/issues/369)) ([944d636](https://github.com/widergy/energy-ui/commit/944d63693a92a8ccb6c05e7da079c20b751f6bd6))
120
-
121
- ## [2.5.1](https://github.com/widergy/energy-ui/compare/v2.5.0...v2.5.1) (2023-08-30)
122
-
123
-
124
- ### Bug Fixes
125
-
126
- * added missing exports ([#368](https://github.com/widergy/energy-ui/issues/368)) ([c0f8a14](https://github.com/widergy/energy-ui/commit/c0f8a14fd98e062bae05f1c0c21844009777d42a))
127
-
128
- # [2.5.0](https://github.com/widergy/energy-ui/compare/v2.4.0...v2.5.0) (2023-08-30)
129
-
130
-
131
- ### Features
132
-
133
- * added new components ([#367](https://github.com/widergy/energy-ui/issues/367)) ([24ac69c](https://github.com/widergy/energy-ui/commit/24ac69c87c32c1c3e540fdfe21068ed92b41170a))
134
-
135
- # [2.4.0](https://github.com/widergy/energy-ui/compare/v2.3.11...v2.4.0) (2023-08-10)
136
-
137
-
138
- ### Bug Fixes
139
-
140
- * import ([f383826](https://github.com/widergy/energy-ui/commit/f383826a977319c5c885b1e2cf35e8427a076a66))
141
- * spread ([a3ae36f](https://github.com/widergy/energy-ui/commit/a3ae36fbf3df7fb5fdd12e4569e2903ee8d554e4))
142
-
143
-
144
- ### Features
145
-
146
- * external pagination integration ([6d532a6](https://github.com/widergy/energy-ui/commit/6d532a6bb5e445b2f67f5ab44b113722964e09e2))
147
-
148
- ## [2.3.11](https://github.com/widergy/energy-ui/compare/v2.3.10...v2.3.11) (2023-08-02)
149
-
150
-
151
- ### Bug Fixes
152
-
153
- * current step ([#362](https://github.com/widergy/energy-ui/issues/362)) ([db3509f](https://github.com/widergy/energy-ui/commit/db3509f1054dacca7e2762a858115aaa834499e0))
154
-
155
- ## [2.3.10](https://github.com/widergy/energy-ui/compare/v2.3.9...v2.3.10) (2023-07-18)
156
-
157
-
158
- ### Bug Fixes
159
-
160
- * adding field manage to utLabel ([3d24783](https://github.com/widergy/energy-ui/commit/3d24783b4fb278cc97b5985e09b8502975d9501d))
161
-
162
- ## [2.3.9](https://github.com/widergy/energy-ui/compare/v2.3.8...v2.3.9) (2023-06-27)
163
-
164
-
165
- ### Bug Fixes
166
-
167
- * delete auto-assign config ([2da0e97](https://github.com/widergy/energy-ui/commit/2da0e9741a32b0ed6ec2c5ed0b5796128c47a5e1))
168
- * update energybot config ([a3e21f5](https://github.com/widergy/energy-ui/commit/a3e21f5ddca331f5c51da8c59bc55157010176ba))
169
-
170
- ## [2.3.8](https://github.com/widergy/energy-ui/compare/v2.3.7...v2.3.8) (2023-06-14)
171
-
172
-
173
- ### Bug Fixes
174
-
175
- * lock web utils ([#360](https://github.com/widergy/energy-ui/issues/360)) ([fd51fd6](https://github.com/widergy/energy-ui/commit/fd51fd6e8073059cf536e57797f475fe426a3067))
176
-
177
- ## [2.3.7](https://github.com/widergy/energy-ui/compare/v2.3.6...v2.3.7) (2023-06-12)
178
-
179
-
180
- ### Bug Fixes
181
-
182
- * fixed auto assign file ([129a4ee](https://github.com/widergy/energy-ui/commit/129a4eeb2a13c05162d5ddc6faae1c6e0221833a))
183
-
184
- ## [2.3.6](https://github.com/widergy/energy-ui/compare/v2.3.5...v2.3.6) (2023-06-09)
185
-
186
-
187
- ### Bug Fixes
188
-
189
- * handleSetShowLabel on first mount ([dc5ffaa](https://github.com/widergy/energy-ui/commit/dc5ffaa346f6ddb7472f8cc2cdceaf36f6498d22))
190
- * mini fix ([c30a44c](https://github.com/widergy/energy-ui/commit/c30a44cf5b468179f8af991465dde748867b510c))
191
-
192
- ## [2.3.5](https://github.com/widergy/energy-ui/compare/v2.3.4...v2.3.5) (2023-05-10)
193
-
194
-
195
- ### Bug Fixes
196
-
197
- * hides actions if not visible ([#358](https://github.com/widergy/energy-ui/issues/358)) ([8ad4917](https://github.com/widergy/energy-ui/commit/8ad4917b674449e6cca56a26642810266b7e7b83))
198
-
199
- ## [2.3.4](https://github.com/widergy/energy-ui/compare/v2.3.3...v2.3.4) (2023-05-08)
200
-
201
-
202
- ### Bug Fixes
203
-
204
- * reverts style change ([371ad60](https://github.com/widergy/energy-ui/commit/371ad609f35ef2482437a7d811ac06273fe8787e))
205
- * updates to status component ([178161e](https://github.com/widergy/energy-ui/commit/178161e9567aa4dc326a5f9f0f96a188d27d0dcb))
206
-
207
- ## [2.3.3](https://github.com/widergy/energy-ui/compare/v2.3.2...v2.3.3) (2023-05-02)
208
-
209
-
210
- ### Bug Fixes
211
-
212
- * fixes mobile theme ([3393de2](https://github.com/widergy/energy-ui/commit/3393de23e01c3913e5f3e41bb2e28d381cc6e808))
213
-
214
- ## [2.3.2](https://github.com/widergy/energy-ui/compare/v2.3.1...v2.3.2) (2023-04-28)
215
-
216
-
217
- ### Bug Fixes
218
-
219
- * adds action colors to label theme ([3ff8b4f](https://github.com/widergy/energy-ui/commit/3ff8b4f30973180f76e05f187062d21af19faa48))
220
-
221
- ## [2.3.1](https://github.com/widergy/energy-ui/compare/v2.3.0...v2.3.1) (2023-04-20)
222
-
223
-
224
- ### Bug Fixes
225
-
226
- * adds styles to theme ([b3b0e92](https://github.com/widergy/energy-ui/commit/b3b0e928d15f9f614d3776791d8b88139957712c))
227
-
228
- # [2.3.0](https://github.com/widergy/energy-ui/compare/v2.2.4...v2.3.0) (2023-04-14)
229
-
230
-
231
- ### Features
232
-
233
- * added action buttons position theme ([e14dca8](https://github.com/widergy/energy-ui/commit/e14dca81eb0c7a5acd15fe638bd3f5f6f06a59a9))
234
- * change approach ([c31d31a](https://github.com/widergy/energy-ui/commit/c31d31a0956df42795b42420781e7598ba942b93))
235
-
236
- ## [2.2.4](https://github.com/widergy/energy-ui/compare/v2.2.3...v2.2.4) (2023-03-30)
237
-
238
-
239
- ### Bug Fixes
240
-
241
- * added markdown to password validations ([7dfbe4c](https://github.com/widergy/energy-ui/commit/7dfbe4c7fcccb523c59434ceb37b5f401376f8d3))
242
-
243
- ## [2.2.3](https://github.com/widergy/energy-ui/compare/v2.2.2...v2.2.3) (2023-03-21)
244
-
245
-
246
- ### Bug Fixes
247
-
248
- * minor fix in workflows ([#351](https://github.com/widergy/energy-ui/issues/351)) ([6f88da1](https://github.com/widergy/energy-ui/commit/6f88da1055d906468f72e2425fdada53736d466a))
249
-
250
- ## [2.2.2](https://github.com/widergy/energy-ui/compare/v2.2.1...v2.2.2) (2023-03-10)
251
-
252
-
253
- ### Bug Fixes
254
-
255
- * create auto_assign.yml ([2c6e12e](https://github.com/widergy/energy-ui/commit/2c6e12eaa4572b05861a7a5f8fd49dc0b9a94c64))
256
-
257
- ## [2.2.1](https://github.com/widergy/energy-ui/compare/v2.2.0...v2.2.1) (2023-03-10)
258
-
259
-
260
- ### Bug Fixes
261
-
262
- * delete semantic.yml ([87bf997](https://github.com/widergy/energy-ui/commit/87bf997b5ac6fd6ab09b7a17767017d1299d7929))
263
- * update energy-bot.yml ([e17e947](https://github.com/widergy/energy-ui/commit/e17e9479e9e70732a7e0bc72b8dc2488986886e5))
264
- * update pull_request_template.md ([eb56c4c](https://github.com/widergy/energy-ui/commit/eb56c4c15dc7ccc2d9b978f4e990518ed5972dc7))
265
-
266
- # [2.2.0](https://github.com/widergy/energy-ui/compare/v2.1.7...v2.2.0) (2023-03-10)
267
-
268
-
269
- ### Bug Fixes
270
-
271
- * pr fixes ([edcedda](https://github.com/widergy/energy-ui/commit/edceddafae3b4c18c79077a6962ad2c278a50628))
272
-
273
-
274
- ### Features
275
-
276
- * added some props + handling default cases ([934659f](https://github.com/widergy/energy-ui/commit/934659f0d8b022288127c9c733408f1ea7b3004d))
277
- * x axis subtitle unit handled ([6a08018](https://github.com/widergy/energy-ui/commit/6a080189ee01e01b6f444d9696d843fb60bf2cd1))
278
-
279
- ## [2.1.7](https://github.com/widergy/energy-ui/compare/v2.1.6...v2.1.7) (2023-03-10)
280
-
281
-
282
- ### Bug Fixes
283
-
284
- * no newline at the end of file ([8c183bc](https://github.com/widergy/energy-ui/commit/8c183bc7628d98af62978547649f45e3434a274d))
285
- * removes lock ([759b0ac](https://github.com/widergy/energy-ui/commit/759b0ac4fac83a52e08b06f00515ea22a9656704))
286
- * updated hooks version ([d439bde](https://github.com/widergy/energy-ui/commit/d439bde289267937bcc109bd980146d06715d613))
287
- * updates energy hooks min version ([aee9706](https://github.com/widergy/energy-ui/commit/aee970614cf0ee84e693852f02faae184741f492))
288
-
289
- ## [2.1.6](https://github.com/widergy/energy-ui/compare/v2.1.5...v2.1.6) (2023-02-28)
290
-
291
-
292
- ### Bug Fixes
293
-
294
- * fixes on breadcrumbs + workflow ([#348](https://github.com/widergy/energy-ui/issues/348)) ([ad25521](https://github.com/widergy/energy-ui/commit/ad255216b7379c29c73b1bc8a0404e4185cd7309))
295
-
296
- ## [2.1.5](https://github.com/widergy/energy-ui/compare/v2.1.4...v2.1.5) (2023-02-24)
297
-
298
-
299
- ### Bug Fixes
300
-
301
- * fix ([#347](https://github.com/widergy/energy-ui/issues/347)) ([f37126b](https://github.com/widergy/energy-ui/commit/f37126b374048e48917ea2a6688d83c5912d3d13))
302
-
303
- ## [2.1.4](https://github.com/widergy/energy-ui/compare/v2.1.3...v2.1.4) (2023-02-17)
304
-
305
-
306
- ### Bug Fixes
307
-
308
- * bug ([#345](https://github.com/widergy/energy-ui/issues/345)) ([d039a48](https://github.com/widergy/energy-ui/commit/d039a480e49de21f3295566203756bc17748e0ed))
309
-
310
- ## [2.1.3](https://github.com/widergy/energy-ui/compare/v2.1.2...v2.1.3) (2023-02-15)
311
-
312
-
313
- ### Bug Fixes
314
-
315
- * markdown problem ([a210770](https://github.com/widergy/energy-ui/commit/a21077080d455014251558f1cd8f5184e2b76660))
316
-
317
- ## [2.1.2](https://github.com/widergy/energy-ui/compare/v2.1.1...v2.1.2) (2023-02-10)
318
-
319
-
320
- ### Bug Fixes
321
-
322
- * table fixes ([#343](https://github.com/widergy/energy-ui/issues/343)) ([2a7d92b](https://github.com/widergy/energy-ui/commit/2a7d92bc08bfecd695d81b79f50a15cd9304a7d7))
323
-
324
- ## [2.1.1](https://github.com/widergy/energy-ui/compare/v2.1.0...v2.1.1) (2023-02-09)
325
-
326
-
327
- ### Bug Fixes
328
-
329
- * fixes on utbutton styles ([3c3dc8c](https://github.com/widergy/energy-ui/commit/3c3dc8c371e395a6a9bf597fff1885893c002ff7))
330
-
331
- # [2.1.0](https://github.com/widergy/energy-ui/compare/v2.0.2...v2.1.0) (2023-02-07)
332
-
333
-
334
- ### Features
335
-
336
- * utstatus ([#341](https://github.com/widergy/energy-ui/issues/341)) ([0c2663c](https://github.com/widergy/energy-ui/commit/0c2663c7533e5b004b6765bc9ddc61d3959be573))
337
-
338
- ## [2.0.2](https://github.com/widergy/energy-ui/compare/v2.0.1...v2.0.2) (2023-02-03)
339
-
340
-
341
- ### Bug Fixes
342
-
343
- * fixed error color on inputs ([43396d2](https://github.com/widergy/energy-ui/commit/43396d283c265612851635ebf06a04b7392404cc))
344
- * minor change ([d7d52df](https://github.com/widergy/energy-ui/commit/d7d52df9755ee90414d63093ab987594b074b9c2))
345
- * standarization fixes ([e0699c0](https://github.com/widergy/energy-ui/commit/e0699c03f4a122f211a7d2039fdafd81f178100b))
346
-
347
- ## [2.0.1](https://github.com/widergy/energy-ui/compare/v2.0.0...v2.0.1) (2023-02-03)
348
-
349
-
350
- ### Bug Fixes
351
-
352
- * fix ([#339](https://github.com/widergy/energy-ui/issues/339)) ([f6a1205](https://github.com/widergy/energy-ui/commit/f6a1205269006e8cdb14d6a4e07dcc0721a1af7f))
353
-
354
- # [2.0.0](https://github.com/widergy/energy-ui/compare/v1.134.2...v2.0.0) (2023-01-28)
355
-
356
-
357
- ### Features
358
-
359
- * utbutton revamp ([#248](https://github.com/widergy/energy-ui/issues/248)) ([8760930](https://github.com/widergy/energy-ui/commit/87609301bb873bcae4954c7091562451c5191ad3)), closes [#250](https://github.com/widergy/energy-ui/issues/250)
360
-
361
-
362
- ### BREAKING CHANGES
363
-
364
- * New components
365
-
366
- ## [1.134.2](https://github.com/widergy/energy-ui/compare/v1.134.1...v1.134.2) (2023-01-27)
367
-
368
-
369
- ### Bug Fixes
370
-
371
- * snackbar colors ([8838885](https://github.com/widergy/energy-ui/commit/8838885d0d314302c8e395716ab097f39563fcb7))
372
-
373
- ## [1.134.1](https://github.com/widergy/energy-ui/compare/v1.134.0...v1.134.1) (2023-01-16)
374
-
375
-
376
- ### Bug Fixes
377
-
378
- * handle negative values ([#336](https://github.com/widergy/energy-ui/issues/336)) ([8d0820f](https://github.com/widergy/energy-ui/commit/8d0820f5c424b2727170993b131247c55a0b6d0e))
379
-
380
- # [1.134.0](https://github.com/widergy/energy-ui/compare/v1.133.8...v1.134.0) (2023-01-10)
381
-
382
-
383
- ### Features
384
-
385
- * added side tooltip to text area ([#328](https://github.com/widergy/energy-ui/issues/328)) ([07b691d](https://github.com/widergy/energy-ui/commit/07b691d48fb2af7a5db91becc8828a6d13d4706c))
386
-
387
- ## [1.133.8](https://github.com/widergy/energy-ui/compare/v1.133.7...v1.133.8) (2023-01-06)
388
-
389
-
390
- ### Bug Fixes
391
-
392
- * add default value ([7026e8b](https://github.com/widergy/energy-ui/commit/7026e8b3434fc03704d3c9d55d17e87ac4a9eb18))
393
-
394
- ## [1.133.7](https://github.com/widergy/energy-ui/compare/v1.133.6...v1.133.7) (2023-01-03)
395
-
396
-
397
- ### Bug Fixes
398
-
399
- * change calendars colors ([#334](https://github.com/widergy/energy-ui/issues/334)) ([26c5751](https://github.com/widergy/energy-ui/commit/26c57518d399a8620c7464af21d2e888f62a6737))
400
-
401
- ## [1.133.6](https://github.com/widergy/energy-ui/compare/v1.133.5...v1.133.6) (2022-12-22)
402
-
403
-
404
- ### Bug Fixes
405
-
406
- * removes redux ([#333](https://github.com/widergy/energy-ui/issues/333)) ([e393398](https://github.com/widergy/energy-ui/commit/e393398088228f256ddd04db2bd62ebfb3d1a6db))
407
-
408
- ## [1.133.5](https://github.com/widergy/energy-ui/compare/v1.133.4...v1.133.5) (2022-12-16)
409
-
410
-
411
- ### Bug Fixes
412
-
413
- * add custom calendar header ([#332](https://github.com/widergy/energy-ui/issues/332)) ([016ed8d](https://github.com/widergy/energy-ui/commit/016ed8d3a87abe8a948fbd88f46baba2adeaa16e))
414
-
415
- ## [1.133.4](https://github.com/widergy/energy-ui/compare/v1.133.3...v1.133.4) (2022-12-15)
416
-
417
-
418
- ### Bug Fixes
419
-
420
- * add dynamic rates to consumptionBar ([#330](https://github.com/widergy/energy-ui/issues/330)) ([e70a294](https://github.com/widergy/energy-ui/commit/e70a294e8ef9975d17f305539dd0fefcaf7aa72e))
421
-
422
- ## [1.133.3](https://github.com/widergy/energy-ui/compare/v1.133.2...v1.133.3) (2022-12-12)
423
-
424
-
425
- ### Bug Fixes
426
-
427
- * custom classes ([#329](https://github.com/widergy/energy-ui/issues/329)) ([82e44e2](https://github.com/widergy/energy-ui/commit/82e44e2cb2c877467c936efb4fb8c9e8e23dc3ec))
428
-
429
- ## [1.133.2](https://github.com/widergy/energy-ui/compare/v1.133.1...v1.133.2) (2022-12-07)
430
-
431
-
432
- ### Bug Fixes
433
-
434
- * fixes ([#331](https://github.com/widergy/energy-ui/issues/331)) ([df5140d](https://github.com/widergy/energy-ui/commit/df5140d0057df3a7267cf0aca5166f720f32f37b))
435
-
436
- ## [1.133.1](https://github.com/widergy/energy-ui/compare/v1.133.0...v1.133.1) (2022-12-01)
437
-
438
-
439
- ### Bug Fixes
440
-
441
- * consumption history rounder func ([#327](https://github.com/widergy/energy-ui/issues/327)) ([52b1167](https://github.com/widergy/energy-ui/commit/52b1167459409e3325b8e99ba7a8d73b6a7d0904))
442
-
443
- # [1.133.0](https://github.com/widergy/energy-ui/compare/v1.132.12...v1.133.0) (2022-11-25)
444
-
445
-
446
- ### Bug Fixes
447
-
448
- * consumption bar fix ([#326](https://github.com/widergy/energy-ui/issues/326)) ([c274853](https://github.com/widergy/energy-ui/commit/c27485336e6f4b34452ceebe1a688ac4dcf27593))
449
-
450
-
451
- ### Features
452
-
453
- * consumtion bar component ([#324](https://github.com/widergy/energy-ui/issues/324)) ([d1d97f8](https://github.com/widergy/energy-ui/commit/d1d97f89315cded450fe78c73d32709b33f3b1f8))
454
-
455
- ## [1.132.12](https://github.com/widergy/energy-ui/compare/v1.132.11...v1.132.12) (2022-11-25)
456
-
457
-
458
- ### Bug Fixes
459
-
460
- * adds justify-content in responsive ratings ([#325](https://github.com/widergy/energy-ui/issues/325)) ([bf599a4](https://github.com/widergy/energy-ui/commit/bf599a471f2d5392dc3b8dd9493d2d4a0c7e2a65))
461
-
462
- ## [1.132.11](https://github.com/widergy/energy-ui/compare/v1.132.10...v1.132.11) (2022-11-24)
463
-
464
-
465
- ### Bug Fixes
466
-
467
- * scrollbar position updates correctly ([#320](https://github.com/widergy/energy-ui/issues/320)) ([c74147f](https://github.com/widergy/energy-ui/commit/c74147f660f18043e99ccb0f4a0004e289c4f692))
468
-
469
- ## [1.132.10](https://github.com/widergy/energy-ui/compare/v1.132.9...v1.132.10) (2022-11-24)
470
-
471
-
472
- ### Bug Fixes
473
-
474
- * add rounder prop ([c341e6c](https://github.com/widergy/energy-ui/commit/c341e6cb5dab19955f2bb640f41af73cbd5fa5a9))
475
- * change approach ([7bcc26d](https://github.com/widergy/energy-ui/commit/7bcc26de7bd0cf1af534a300919a63a339732463))
476
- * fix pr ([f8ab159](https://github.com/widergy/energy-ui/commit/f8ab159731bb9e68b5907a6bdbbb54d93bb46a59))
477
-
478
- ## [1.132.9](https://github.com/widergy/energy-ui/compare/v1.132.8...v1.132.9) (2022-11-18)
479
-
480
-
481
- ### Bug Fixes
482
-
483
- * fixes ([#322](https://github.com/widergy/energy-ui/issues/322)) ([f63e6e1](https://github.com/widergy/energy-ui/commit/f63e6e1e15b77b7ed4ebf2df23b1d4e1d814c2f2))
484
-
485
- ## [1.132.8](https://github.com/widergy/energy-ui/compare/v1.132.7...v1.132.8) (2022-11-17)
486
-
487
-
488
- ### Bug Fixes
489
-
490
- * propType errors ([#321](https://github.com/widergy/energy-ui/issues/321)) ([b6e1a19](https://github.com/widergy/energy-ui/commit/b6e1a1907866afa96f965052c9f9fbdbd0cca708))
491
-
492
- ## [1.132.7](https://github.com/widergy/energy-ui/compare/v1.132.6...v1.132.7) (2022-11-14)
493
-
494
-
495
- ### Bug Fixes
496
-
497
- * change current page of UTTable ([#319](https://github.com/widergy/energy-ui/issues/319)) ([ed66f8e](https://github.com/widergy/energy-ui/commit/ed66f8e4936beb6d16911fc9855e1eb865642ed0))
498
-
499
- ## [1.132.6](https://github.com/widergy/energy-ui/compare/v1.132.5...v1.132.6) (2022-11-14)
500
-
501
-
502
- ### Bug Fixes
503
-
504
- * rating fixes ([#318](https://github.com/widergy/energy-ui/issues/318)) ([780d254](https://github.com/widergy/energy-ui/commit/780d25413b390faedd319167c219d57771705651))
505
-
506
- ## [1.132.5](https://github.com/widergy/energy-ui/compare/v1.132.4...v1.132.5) (2022-11-04)
507
-
508
-
509
- ### Bug Fixes
510
-
511
- * added onloaded callback to attachment ([#316](https://github.com/widergy/energy-ui/issues/316)) ([8845848](https://github.com/widergy/energy-ui/commit/8845848cd863e4674593a925bb60bc50137a6696))
512
-
513
- ## [1.132.4](https://github.com/widergy/energy-ui/compare/v1.132.3...v1.132.4) (2022-11-01)
514
-
515
-
516
- ### Bug Fixes
517
-
518
- * show meta error ([#314](https://github.com/widergy/energy-ui/issues/314)) ([53621d3](https://github.com/widergy/energy-ui/commit/53621d345089672181712037427e8ea031af857a))
519
-
520
- ## [1.132.3](https://github.com/widergy/energy-ui/compare/v1.132.2...v1.132.3) (2022-10-31)
521
-
522
-
523
- ### Bug Fixes
524
-
525
- * round fix ([#315](https://github.com/widergy/energy-ui/issues/315)) ([419ea2e](https://github.com/widergy/energy-ui/commit/419ea2e7e705beaa12beebfeecd53109d240a6b4))
526
-
527
- ## [1.132.2](https://github.com/widergy/energy-ui/compare/v1.132.1...v1.132.2) (2022-10-31)
528
-
529
-
530
- ### Bug Fixes
531
-
532
- * adding posibility to use a non-color background ([#317](https://github.com/widergy/energy-ui/issues/317)) ([f55e9f7](https://github.com/widergy/energy-ui/commit/f55e9f7e7b620549b2b804a47e7e5451adb7b450))
533
-
534
- ## [1.132.1](https://github.com/widergy/energy-ui/compare/v1.132.0...v1.132.1) (2022-10-19)
535
-
536
-
537
- ### Bug Fixes
538
-
539
- * added badge to sidebar ([#313](https://github.com/widergy/energy-ui/issues/313)) ([27f00ae](https://github.com/widergy/energy-ui/commit/27f00ae322a69afacfb45c7cb0e4dbef29dcb97d))
540
-
541
- # [1.132.0](https://github.com/widergy/energy-ui/compare/v1.131.2...v1.132.0) (2022-10-06)
542
-
543
-
544
- ### Features
545
-
546
- * sidebar migration ([#310](https://github.com/widergy/energy-ui/issues/310)) ([55ef7ea](https://github.com/widergy/energy-ui/commit/55ef7eab5bb3b738676882543f324a6e276c9b10))
547
-
548
- ## [1.131.2](https://github.com/widergy/energy-ui/compare/v1.131.1...v1.131.2) (2022-09-30)
549
-
550
-
551
- ### Bug Fixes
552
-
553
- * added outside text ([#312](https://github.com/widergy/energy-ui/issues/312)) ([09fd1bd](https://github.com/widergy/energy-ui/commit/09fd1bdb263d1f45df29694ae28d3d96f577ce64))
554
-
555
- ## [1.131.1](https://github.com/widergy/energy-ui/compare/v1.131.0...v1.131.1) (2022-09-26)
556
-
557
-
558
- ### Bug Fixes
559
-
560
- * adding tooltip to UTChecklist Checkbox render ([#311](https://github.com/widergy/energy-ui/issues/311)) ([7a52d03](https://github.com/widergy/energy-ui/commit/7a52d03cc3ff4a734aa9f538601a5377413e3acb))
561
-
562
- # [1.131.0](https://github.com/widergy/energy-ui/compare/v1.130.3...v1.131.0) (2022-09-15)
563
-
564
-
565
- ### Features
566
-
567
- * added disabled handle to date picker ([#309](https://github.com/widergy/energy-ui/issues/309)) ([9ca4b60](https://github.com/widergy/energy-ui/commit/9ca4b60afead51abb1e468f59f287598a7e2ecac))
568
-
569
- ## [1.130.3](https://github.com/widergy/energy-ui/compare/v1.130.2...v1.130.3) (2022-09-08)
570
-
571
-
572
- ### Bug Fixes
573
-
574
- * switch fieldOptions ([#307](https://github.com/widergy/energy-ui/issues/307)) ([ba639aa](https://github.com/widergy/energy-ui/commit/ba639aa25d35e8c06263fe8736e5352f17fc551e))
575
-
576
- ## [1.130.2](https://github.com/widergy/energy-ui/compare/v1.130.1...v1.130.2) (2022-08-30)
577
-
578
-
579
- ### Bug Fixes
580
-
581
- * updated lock ([#308](https://github.com/widergy/energy-ui/issues/308)) ([8b525cf](https://github.com/widergy/energy-ui/commit/8b525cffa4e1209ebd265bc991495ddb1d42d504))
582
-
583
- ## [1.130.1](https://github.com/widergy/energy-ui/compare/v1.130.0...v1.130.1) (2022-08-29)
584
-
585
-
586
- ### Bug Fixes
587
-
588
- * banners filter ([#306](https://github.com/widergy/energy-ui/issues/306)) ([d2fc3bb](https://github.com/widergy/energy-ui/commit/d2fc3bb020cb60f2c5a932916b8ccf2f1dd93941))
589
-
590
- # [1.130.0](https://github.com/widergy/energy-ui/compare/v1.129.0...v1.130.0) (2022-08-29)
591
-
592
-
593
- ### Features
594
-
595
- * migrated UTAvatar to library ([#302](https://github.com/widergy/energy-ui/issues/302)) ([1070f65](https://github.com/widergy/energy-ui/commit/1070f65417f76a992be82042c5f34b8e84817489))
596
-
597
- # [1.129.0](https://github.com/widergy/energy-ui/compare/v1.128.2...v1.129.0) (2022-08-22)
598
-
599
-
600
- ### Features
601
-
602
- * added expand text to utcard ([#305](https://github.com/widergy/energy-ui/issues/305)) ([b559030](https://github.com/widergy/energy-ui/commit/b5590305db4a309a56d6a7546854ebf2c6749bf6))
603
-
604
- ## [1.128.2](https://github.com/widergy/energy-ui/compare/v1.128.1...v1.128.2) (2022-08-17)
605
-
606
-
607
- ### Bug Fixes
608
-
609
- * textarea theme ([#304](https://github.com/widergy/energy-ui/issues/304)) ([4ecf578](https://github.com/widergy/energy-ui/commit/4ecf578cd102f5da5b72cb122d96fb18cef50990))
610
-
611
- ## [1.128.1](https://github.com/widergy/energy-ui/compare/v1.128.0...v1.128.1) (2022-08-11)
612
-
613
-
614
- ### Bug Fixes
615
-
616
- * add UTSwitch slider hover background color handler ([#303](https://github.com/widergy/energy-ui/issues/303)) ([9d624e7](https://github.com/widergy/energy-ui/commit/9d624e793b7a68b5036cf9eb3d11da29848414d3))
617
-
618
- # [1.128.0](https://github.com/widergy/energy-ui/compare/v1.127.0...v1.128.0) (2022-07-07)
619
-
620
-
621
- ### Features
622
-
623
- * added utdialog footer components ([#301](https://github.com/widergy/energy-ui/issues/301)) ([12f1eb8](https://github.com/widergy/energy-ui/commit/12f1eb817a1b42a2b0d89ceaf1f3b61f2d8cecd6))
624
-
625
- # [1.127.0](https://github.com/widergy/energy-ui/compare/v1.126.0...v1.127.0) (2022-06-22)
626
-
627
-
628
- ### Features
629
-
630
- * customIcon ([#299](https://github.com/widergy/energy-ui/issues/299)) ([bcc1659](https://github.com/widergy/energy-ui/commit/bcc1659663e57414179b3ebd3eb971cdba4726f4))
631
-
632
- # [1.126.0](https://github.com/widergy/energy-ui/compare/v1.125.2...v1.126.0) (2022-06-22)
633
-
634
-
635
- ### Features
636
-
637
- * added UTChecklist, UTRadio and UTRating titles ([#294](https://github.com/widergy/energy-ui/issues/294)) ([39e1cf3](https://github.com/widergy/energy-ui/commit/39e1cf3f19e24ff23df4b47a48f4c91d65003155))
638
-
639
- ## [1.125.2](https://github.com/widergy/energy-ui/compare/v1.125.1...v1.125.2) (2022-06-22)
640
-
641
-
642
- ### Bug Fixes
643
-
644
- * fix ledger reset ([#300](https://github.com/widergy/energy-ui/issues/300)) ([0d999d6](https://github.com/widergy/energy-ui/commit/0d999d625687a67ad7ef47ec58bde795d28f17fb))
645
-
646
- ## [1.125.1](https://github.com/widergy/energy-ui/compare/v1.125.0...v1.125.1) (2022-06-07)
647
-
648
-
649
- ### Bug Fixes
650
-
651
- * cbu input field ([#296](https://github.com/widergy/energy-ui/issues/296)) ([9109b07](https://github.com/widergy/energy-ui/commit/9109b07a52aab6eee6ca33edd620d5bccd8cab14))
652
-
653
- # [1.125.0](https://github.com/widergy/energy-ui/compare/v1.124.0...v1.125.0) (2022-06-03)
654
-
655
-
656
- ### Features
657
-
658
- * uttable row theme ([#298](https://github.com/widergy/energy-ui/issues/298)) ([2755106](https://github.com/widergy/energy-ui/commit/2755106fedceee9db68d58a8be491a9f2cd873c8))
659
-
660
- # [1.124.0](https://github.com/widergy/energy-ui/compare/v1.123.1...v1.124.0) (2022-06-03)
661
-
662
-
663
- ### Features
664
-
665
- * added theme ([#297](https://github.com/widergy/energy-ui/issues/297)) ([2d7046b](https://github.com/widergy/energy-ui/commit/2d7046b2fa3b438cc16706b4981931c6a564efd8))
666
-
667
- ## [1.123.1](https://github.com/widergy/energy-ui/compare/v1.123.0...v1.123.1) (2022-06-03)
668
-
669
-
670
- ### Bug Fixes
671
-
672
- * fixes in rich text ([#292](https://github.com/widergy/energy-ui/issues/292)) ([0b7cead](https://github.com/widergy/energy-ui/commit/0b7cead118978fa2f47e7eaa4ac60d76dae67f85))
673
-
674
- # [1.123.0](https://github.com/widergy/energy-ui/compare/v1.122.0...v1.123.0) (2022-06-02)
675
-
676
-
677
- ### Features
678
-
679
- * added table theme props ([#295](https://github.com/widergy/energy-ui/issues/295)) ([5b1f97b](https://github.com/widergy/energy-ui/commit/5b1f97baa417f1a3574a12d100641f65b735be6b))
680
-
681
- # [1.122.0](https://github.com/widergy/energy-ui/compare/v1.121.2...v1.122.0) (2022-05-27)
682
-
683
-
684
- ### Features
685
-
686
- * handle 0 values ([#286](https://github.com/widergy/energy-ui/issues/286)) ([a36aa51](https://github.com/widergy/energy-ui/commit/a36aa518d6bc4d59d235fbfd6399af54b5629505))
687
-
688
- ## [1.121.2](https://github.com/widergy/energy-ui/compare/v1.121.1...v1.121.2) (2022-05-26)
689
-
690
-
691
- ### Bug Fixes
692
-
693
- * adding classes via theme to UTPieChart ([#293](https://github.com/widergy/energy-ui/issues/293)) ([1da97f1](https://github.com/widergy/energy-ui/commit/1da97f1bcf3fff306160dddd53b5031b2c27d187))
694
-
695
- ## [1.121.1](https://github.com/widergy/energy-ui/compare/v1.121.0...v1.121.1) (2022-05-24)
696
-
697
-
698
- ### Bug Fixes
699
-
700
- * fix uttoggle selected option ([#287](https://github.com/widergy/energy-ui/issues/287)) ([2a246a2](https://github.com/widergy/energy-ui/commit/2a246a20a1606df1b64246756a12f88cb6a62a52))
701
-
702
- # [1.121.0](https://github.com/widergy/energy-ui/compare/v1.120.0...v1.121.0) (2022-05-20)
703
-
704
-
705
- ### Features
706
-
707
- * minor theme changer ([#291](https://github.com/widergy/energy-ui/issues/291)) ([45356ad](https://github.com/widergy/energy-ui/commit/45356ad90d4b021c83cb54ba2620620be4e45020))
708
-
709
- # [1.120.0](https://github.com/widergy/energy-ui/compare/v1.119.0...v1.120.0) (2022-05-20)
710
-
711
-
712
- ### Features
713
-
714
- * password recovery ([#288](https://github.com/widergy/energy-ui/issues/288)) ([7860abc](https://github.com/widergy/energy-ui/commit/7860abc532bc0cf3f76cc917008ec6430a2d36cf))
715
-
716
- # [1.119.0](https://github.com/widergy/energy-ui/compare/v1.118.0...v1.119.0) (2022-05-11)
717
-
718
-
719
- ### Bug Fixes
720
-
721
- * fix pr ([1d3b109](https://github.com/widergy/energy-ui/commit/1d3b10982df6a2b6c9298575cae11757a17e82a1))
722
- * fixed propTypes ([fab740e](https://github.com/widergy/energy-ui/commit/fab740e35c1cea905108256cc87a4467f4ab1c32))
723
-
724
-
725
- ### Features
726
-
727
- * added formHelperText to UTSelect ([6bf67b7](https://github.com/widergy/energy-ui/commit/6bf67b780b585ebdd42ccfb35d6dedacf12f6061))
728
- * added formHelperText to UTSelect ([ee6b5f1](https://github.com/widergy/energy-ui/commit/ee6b5f195fd803c064230c4e2a1bbf99119404f4))
729
-
730
- # [1.118.0](https://github.com/widergy/energy-ui/compare/v1.117.6...v1.118.0) (2022-05-09)
731
-
732
-
733
- ### Features
734
-
735
- * emoji picker theme update ([#285](https://github.com/widergy/energy-ui/issues/285)) ([c80c198](https://github.com/widergy/energy-ui/commit/c80c1988a3e5f015954a945b9442779236bbffe4))
736
-
737
- ## [1.117.6](https://github.com/widergy/energy-ui/compare/v1.117.5...v1.117.6) (2022-04-28)
738
-
739
-
740
- ### Bug Fixes
741
-
742
- * excluded emojis fix ([#282](https://github.com/widergy/energy-ui/issues/282)) ([de2c972](https://github.com/widergy/energy-ui/commit/de2c972adbb7d5cad1f51f5bf1add6b6c5642f34))
743
-
744
- ## [1.117.5](https://github.com/widergy/energy-ui/compare/v1.117.4...v1.117.5) (2022-04-25)
745
-
746
-
747
- ### Bug Fixes
748
-
749
- * picker fixes ([#279](https://github.com/widergy/energy-ui/issues/279)) ([6ee6c2a](https://github.com/widergy/energy-ui/commit/6ee6c2a13eeff8f5a72d955e519613eafaa0e241))
750
- * picker fixes ([#279](https://github.com/widergy/energy-ui/issues/279)) ([af3e3ed](https://github.com/widergy/energy-ui/commit/af3e3ed4187db3331414811307d6c33b1c9ec716))
751
-
752
- ## [1.117.4](https://github.com/widergy/energy-ui/compare/v1.117.3...v1.117.4) (2022-04-25)
753
-
754
-
755
- ### Bug Fixes
756
-
757
- * excluded emojis ([#281](https://github.com/widergy/energy-ui/issues/281)) ([18e3cc4](https://github.com/widergy/energy-ui/commit/18e3cc4d6530ad508db21b64708c267f17031fff))
758
-
759
- ## [1.117.3](https://github.com/widergy/energy-ui/compare/v1.117.2...v1.117.3) (2022-04-25)
760
-
761
-
762
- ### Bug Fixes
763
-
764
- * classes in sticky header ([#280](https://github.com/widergy/energy-ui/issues/280)) ([db5f924](https://github.com/widergy/energy-ui/commit/db5f9244f33f87df7e1c394f66edaca0b45745c3))
765
-
766
- ## [1.117.2](https://github.com/widergy/energy-ui/compare/v1.117.1...v1.117.2) (2022-04-18)
767
-
768
-
769
- ### Bug Fixes
770
-
771
- * fixed some console errors ([#272](https://github.com/widergy/energy-ui/issues/272)) ([9267965](https://github.com/widergy/energy-ui/commit/926796552cc1838ea22d788a23bd35516e2fff57))
772
-
773
- ## [1.117.1](https://github.com/widergy/energy-ui/compare/v1.117.0...v1.117.1) (2022-04-12)
774
-
775
-
776
- ### Bug Fixes
777
-
778
- * html preview ([#278](https://github.com/widergy/energy-ui/issues/278)) ([e52c6ae](https://github.com/widergy/energy-ui/commit/e52c6aec4e95bedb58612ee9002f60037135b7bd))
779
-
780
- # [1.117.0](https://github.com/widergy/energy-ui/compare/v1.116.0...v1.117.0) (2022-04-12)
781
-
782
-
783
- ### Features
784
-
785
- * rich text ([#277](https://github.com/widergy/energy-ui/issues/277)) ([2caf2c7](https://github.com/widergy/energy-ui/commit/2caf2c74dcb8561be7c90ee9e734444fc24e2a2e))
786
-
787
- # [1.116.0](https://github.com/widergy/energy-ui/compare/v1.115.5...v1.116.0) (2022-04-11)
788
-
789
-
790
- ### Features
791
-
792
- * utalert theme improvements and uttooltip theme ([#276](https://github.com/widergy/energy-ui/issues/276)) ([48778ed](https://github.com/widergy/energy-ui/commit/48778ed14aa0cdc803a4a9e6abdfe3137ca26278))
793
-
794
- ## [1.115.5](https://github.com/widergy/energy-ui/compare/v1.115.4...v1.115.5) (2022-04-07)
795
-
796
-
797
- ### Bug Fixes
798
-
799
- * adding hideOnClick: true ([#275](https://github.com/widergy/energy-ui/issues/275)) ([6af5cda](https://github.com/widergy/energy-ui/commit/6af5cdae08171ba4b5acb1216db433b9de80d400))
800
-
801
- ## [1.115.4](https://github.com/widergy/energy-ui/compare/v1.115.3...v1.115.4) (2022-04-05)
802
-
803
-
804
- ### Bug Fixes
805
-
806
- * changin hide barchart calculation ([#274](https://github.com/widergy/energy-ui/issues/274)) ([fc8d404](https://github.com/widergy/energy-ui/commit/fc8d40478581edc694d9258706528f47434ca5a2))
807
-
808
- ## [1.115.3](https://github.com/widergy/energy-ui/compare/v1.115.2...v1.115.3) (2022-03-22)
809
-
810
-
811
- ### Bug Fixes
812
-
813
- * legend ([#273](https://github.com/widergy/energy-ui/issues/273)) ([15abec0](https://github.com/widergy/energy-ui/commit/15abec02ee57973b70f234770ae98dac6e98f2b6))
814
-
815
- ## [1.115.2](https://github.com/widergy/energy-ui/compare/v1.115.1...v1.115.2) (2022-03-18)
816
-
817
-
818
- ### Bug Fixes
819
-
820
- * phone validation ([#271](https://github.com/widergy/energy-ui/issues/271)) ([7fba2da](https://github.com/widergy/energy-ui/commit/7fba2da43e750028acf8704b015c04f07498a238))
821
-
822
- ## [1.115.1](https://github.com/widergy/energy-ui/compare/v1.115.0...v1.115.1) (2022-03-17)
823
-
824
-
825
- ### Bug Fixes
826
-
827
- * svgs and click focus ([#268](https://github.com/widergy/energy-ui/issues/268)) ([1050fc9](https://github.com/widergy/energy-ui/commit/1050fc966f2d70e5e332e044c7cc6ac716abf905))
828
-
829
- # [1.115.0](https://github.com/widergy/energy-ui/compare/v1.114.2...v1.115.0) (2022-03-17)
830
-
831
-
832
- ### Features
833
-
834
- * bar chart updates ([#270](https://github.com/widergy/energy-ui/issues/270)) ([683f556](https://github.com/widergy/energy-ui/commit/683f556d4c9f3d1df72b837fd33b487ab45d3d10))
835
-
836
- ## [1.114.2](https://github.com/widergy/energy-ui/compare/v1.114.1...v1.114.2) (2022-03-11)
837
-
838
-
839
- ### Bug Fixes
840
-
841
- * adding optional tooltip to UTImageRadio ([#269](https://github.com/widergy/energy-ui/issues/269)) ([4facad6](https://github.com/widergy/energy-ui/commit/4facad6b35e93f24f24a439fb53278aabf92a84f))
842
-
843
- ## [1.114.1](https://github.com/widergy/energy-ui/compare/v1.114.0...v1.114.1) (2022-03-11)
844
-
845
-
846
- ### Bug Fixes
847
-
848
- * markdown fixes ([#266](https://github.com/widergy/energy-ui/issues/266)) ([a1749eb](https://github.com/widergy/energy-ui/commit/a1749eb2c4d6fa1fb38c8986750f723cba180fd4))
849
-
850
- # [1.114.0](https://github.com/widergy/energy-ui/compare/v1.113.0...v1.114.0) (2022-03-08)
851
-
852
-
853
- ### Bug Fixes
854
-
855
- * added class name ([a5937a9](https://github.com/widergy/energy-ui/commit/a5937a9af7859507313887e39ee97890dbc5ce5e))
856
- * fix ([a570e94](https://github.com/widergy/energy-ui/commit/a570e94c4adead7207f25b21c1b714d9d0d5e4c8))
857
- * fix calculation ([d071a15](https://github.com/widergy/energy-ui/commit/d071a1556a0c7907f0fd378a4b0045040e23bcd2))
858
- * fix theme ([1ed4c93](https://github.com/widergy/energy-ui/commit/1ed4c93e7483cbc15f684967cba114d1b10c4e34))
859
-
860
-
861
- ### Features
862
-
863
- * added disable menu ([bb0f90e](https://github.com/widergy/energy-ui/commit/bb0f90e05ad3c18fe4bbbcb04860211735f7a118))
864
- * added utbreadcrumbs ([36ee75e](https://github.com/widergy/energy-ui/commit/36ee75e78e2a8ce4eddb8c42cb8c4fdc4afcb1b8))
865
-
866
- # [1.113.0](https://github.com/widergy/energy-ui/compare/v1.112.2...v1.113.0) (2022-02-23)
867
-
868
-
869
- ### Features
870
-
871
- * UTEmojiPicker 🤪🌟 ([#261](https://github.com/widergy/energy-ui/issues/261)) ([f56acec](https://github.com/widergy/energy-ui/commit/f56acec1bd920c1c2017ba12430acfa9509741bd))
872
-
873
- ## [1.112.2](https://github.com/widergy/energy-ui/compare/v1.112.1...v1.112.2) (2022-02-21)
874
-
875
-
876
- ### Bug Fixes
877
-
878
- * uttable resize observer loop limit ([#265](https://github.com/widergy/energy-ui/issues/265)) ([2531524](https://github.com/widergy/energy-ui/commit/2531524f619290e17b7e0b6d9d0b8f4c1db0d0d3))
879
-
880
- ## [1.112.1](https://github.com/widergy/energy-ui/compare/v1.112.0...v1.112.1) (2022-02-21)
881
-
882
-
883
- ### Bug Fixes
884
-
885
- * mergin UTMenu useEffect's ([#260](https://github.com/widergy/energy-ui/issues/260)) ([852a727](https://github.com/widergy/energy-ui/commit/852a7277c1bff1195e0a17aa849d07ae00a5c9e1))
886
-
887
- # [1.112.0](https://github.com/widergy/energy-ui/compare/v1.111.0...v1.112.0) (2022-02-16)
888
-
889
-
890
- ### Features
891
-
892
- * added flag type cell ([#263](https://github.com/widergy/energy-ui/issues/263)) ([3820844](https://github.com/widergy/energy-ui/commit/382084441d4521819eb88123eea11ae95100efc1))
893
-
894
- # [1.111.0](https://github.com/widergy/energy-ui/compare/v1.110.2...v1.111.0) (2022-02-15)
895
-
896
-
897
- ### Features
898
-
899
- * skip step ([#262](https://github.com/widergy/energy-ui/issues/262)) ([689a6f5](https://github.com/widergy/energy-ui/commit/689a6f589cd186217937bf19f9340ccbdd720bca))
900
-
901
- ## [1.110.2](https://github.com/widergy/energy-ui/compare/v1.110.1...v1.110.2) (2022-02-11)
902
-
903
-
904
- ### Bug Fixes
905
-
906
- * uttable actions optimization ([#259](https://github.com/widergy/energy-ui/issues/259)) ([ddfed55](https://github.com/widergy/energy-ui/commit/ddfed55c16c19f2f998ba316e8eb1953c0340b6c))
907
-
908
- ## [1.110.1](https://github.com/widergy/energy-ui/compare/v1.110.0...v1.110.1) (2022-02-10)
909
-
910
-
911
- ### Bug Fixes
912
-
913
- * markdown version ([#264](https://github.com/widergy/energy-ui/issues/264)) ([2200228](https://github.com/widergy/energy-ui/commit/22002280e5f56f9bfd50153dfd7086ca0ad84b9b))
914
-
915
- # [1.110.0](https://github.com/widergy/energy-ui/compare/v1.109.0...v1.110.0) (2022-02-04)
916
-
917
-
918
- ### Features
919
-
920
- * resize validation ([#256](https://github.com/widergy/energy-ui/issues/256)) ([c98b68f](https://github.com/widergy/energy-ui/commit/c98b68ffb9dd3d9194105c66bf37e1acc811fe3d))
921
-
922
- # [1.109.0](https://github.com/widergy/energy-ui/compare/v1.108.0...v1.109.0) (2022-01-31)
923
-
924
-
925
- ### Features
926
-
927
- * bottom navigation for workflows ([#255](https://github.com/widergy/energy-ui/issues/255)) ([a904b5b](https://github.com/widergy/energy-ui/commit/a904b5bb19f7629b180e1cdc819102ad128de0dd))
928
-
929
- # [1.108.0](https://github.com/widergy/energy-ui/compare/v1.107.1...v1.108.0) (2022-01-28)
930
-
931
-
932
- ### Features
933
-
934
- * added prop ([#258](https://github.com/widergy/energy-ui/issues/258)) ([850a655](https://github.com/widergy/energy-ui/commit/850a6553818ab587dd3b41cfea712836aace61fd))
935
-
936
- ## [1.107.1](https://github.com/widergy/energy-ui/compare/v1.107.0...v1.107.1) (2022-01-28)
937
-
938
-
939
- ### Bug Fixes
940
-
941
- * added prop in UTDialog ([#257](https://github.com/widergy/energy-ui/issues/257)) ([e692bcf](https://github.com/widergy/energy-ui/commit/e692bcffd62d8203adc0bc4663237ea346ccb2f3))
942
-
943
- # [1.107.0](https://github.com/widergy/energy-ui/compare/v1.106.4...v1.107.0) (2022-01-11)
944
-
945
-
946
- ### Features
947
-
948
- * sanitize ([#253](https://github.com/widergy/energy-ui/issues/253)) ([ac90e33](https://github.com/widergy/energy-ui/commit/ac90e3387397c649e65bb8f0080c6dcafc9c9dea))
949
-
950
- ## [1.106.4](https://github.com/widergy/energy-ui/compare/v1.106.3...v1.106.4) (2022-01-10)
951
-
952
-
953
- ### Bug Fixes
954
-
955
- * change bit to bytes in attachment error message ([#254](https://github.com/widergy/energy-ui/issues/254)) ([bad375c](https://github.com/widergy/energy-ui/commit/bad375c90d61bce8a9f53d68f3bf930520640a5f))
956
-
957
- ## [1.106.3](https://github.com/widergy/energy-ui/compare/v1.106.2...v1.106.3) (2022-01-05)
958
-
959
-
960
- ### Bug Fixes
961
-
962
- * adding empty dependencies array ([18d714a](https://github.com/widergy/energy-ui/commit/18d714a341247d5dc6fdfa1409c6063a2ec17445))
963
-
964
- ## [1.106.2](https://github.com/widergy/energy-ui/compare/v1.106.1...v1.106.2) (2021-12-23)
965
-
966
-
967
- ### Bug Fixes
968
-
969
- * UTChecklist fixed ([#251](https://github.com/widergy/energy-ui/issues/251)) ([f2dee13](https://github.com/widergy/energy-ui/commit/f2dee134e8723348278d43ba256ff62ea7c13b15))
970
-
971
- ## [1.106.1](https://github.com/widergy/energy-ui/compare/v1.106.0...v1.106.1) (2021-12-23)
972
-
973
-
974
- ### Bug Fixes
975
-
976
- * checked ([#252](https://github.com/widergy/energy-ui/issues/252)) ([74ed6db](https://github.com/widergy/energy-ui/commit/74ed6dba93c720c2b41354eb75a66d904addf0ae))
977
-
978
- # [1.106.0](https://github.com/widergy/energy-ui/compare/v1.105.1...v1.106.0) (2021-12-15)
979
-
980
-
981
- ### Features
982
-
983
- * UTMenu themes ([#241](https://github.com/widergy/energy-ui/issues/241)) ([e781eaa](https://github.com/widergy/energy-ui/commit/e781eaa5332c4e457b592da2b4edd47ca4996701))
984
-
985
- ## [1.105.1](https://github.com/widergy/energy-ui/compare/v1.105.0...v1.105.1) (2021-12-14)
986
-
987
-
988
- ### Bug Fixes
989
-
990
- * checkbox default value ([#249](https://github.com/widergy/energy-ui/issues/249)) ([06f75b6](https://github.com/widergy/energy-ui/commit/06f75b662aece08961fa09b397a9f8d5740aa33d))
991
-
992
- # [1.105.0](https://github.com/widergy/energy-ui/compare/v1.104.0...v1.105.0) (2021-12-09)
993
-
994
-
995
- ### Features
996
-
997
- * 🌟 Migrated hooks to library 🌟 ([#235](https://github.com/widergy/energy-ui/issues/235)) ([4ea9b94](https://github.com/widergy/energy-ui/commit/4ea9b94b970d929e379d8c3ce59b3e0c7a5627ee))
998
-
999
- # [1.104.0](https://github.com/widergy/energy-ui/compare/v1.103.0...v1.104.0) (2021-12-07)
1000
-
1001
-
1002
- ### Features
1003
-
1004
- * bar chart updates ([#243](https://github.com/widergy/energy-ui/issues/243)) ([789aa38](https://github.com/widergy/energy-ui/commit/789aa38de1eb4973cab8e21d274fc8ed295e1793))
1005
-
1006
- # [1.103.0](https://github.com/widergy/energy-ui/compare/v1.102.4...v1.103.0) (2021-12-02)
1007
-
1008
-
1009
- ### Features
1010
-
1011
- * UTTable - fit columns to table width ([#247](https://github.com/widergy/energy-ui/issues/247)) ([95f4b3c](https://github.com/widergy/energy-ui/commit/95f4b3cb52e5ee838f3b74182b252203a3af92ce))
1012
-
1013
- ## [1.102.4](https://github.com/widergy/energy-ui/compare/v1.102.3...v1.102.4) (2021-11-26)
1014
-
1015
-
1016
- ### Bug Fixes
1017
-
1018
- * fixes on proptypes and uttable ([#244](https://github.com/widergy/energy-ui/issues/244)) ([5b8f222](https://github.com/widergy/energy-ui/commit/5b8f2220fc3574d099d2fd72b6041f7650ab0116))
1019
-
1020
- ## [1.102.3](https://github.com/widergy/energy-ui/compare/v1.102.2...v1.102.3) (2021-11-26)
1021
-
1022
-
1023
- ### Bug Fixes
1024
-
1025
- * fixed selected bar label ([#245](https://github.com/widergy/energy-ui/issues/245)) ([72d9c7a](https://github.com/widergy/energy-ui/commit/72d9c7ab72e8981afed62a0391a33e554e703f5e))
1026
-
1027
- ## [1.102.2](https://github.com/widergy/energy-ui/compare/v1.102.1...v1.102.2) (2021-11-12)
1028
-
1029
-
1030
- ### Bug Fixes
1031
-
1032
- * fix uttable horizontal trackpad scrolling ([#242](https://github.com/widergy/energy-ui/issues/242)) ([6059af9](https://github.com/widergy/energy-ui/commit/6059af96ab3940c1636f24eacf70f5677acdfa7f))
1033
-
1034
- ## [1.102.1](https://github.com/widergy/energy-ui/compare/v1.102.0...v1.102.1) (2021-11-08)
1035
-
1036
-
1037
- ### Bug Fixes
1038
-
1039
- * replaced moment with dayjs ([#239](https://github.com/widergy/energy-ui/issues/239)) ([4890fb5](https://github.com/widergy/energy-ui/commit/4890fb5a96afa677436ace0c6e6f524976e79e38))
1040
-
1041
- # [1.102.0](https://github.com/widergy/energy-ui/compare/v1.101.3...v1.102.0) (2021-11-01)
1042
-
1043
-
1044
- ### Features
1045
-
1046
- * addons image radio ([#237](https://github.com/widergy/energy-ui/issues/237)) ([882b281](https://github.com/widergy/energy-ui/commit/882b2818911e9805c437f6ef6889b317ecd4732b))
1047
-
1048
- ## [1.101.3](https://github.com/widergy/energy-ui/compare/v1.101.2...v1.101.3) (2021-11-01)
1049
-
1050
-
1051
- ### Bug Fixes
1052
-
1053
- * Added classname to radio group ([#236](https://github.com/widergy/energy-ui/issues/236)) ([734d91b](https://github.com/widergy/energy-ui/commit/734d91ba17e8619f650ba32f5a8b62fed8f1e72d))
1054
- * Fixed table header ([#229](https://github.com/widergy/energy-ui/issues/229)) ([62a1958](https://github.com/widergy/energy-ui/commit/62a1958ab395d3744f3e4fe6be88aa1184e96fcc))
1055
- * some style updates ([#234](https://github.com/widergy/energy-ui/issues/234)) ([0e006bc](https://github.com/widergy/energy-ui/commit/0e006bc7c4d1b94068a65fed662ab3c9639755c0))
1056
-
1057
- ## [1.101.2](https://github.com/widergy/energy-ui/compare/v1.101.1...v1.101.2) (2021-11-01)
1058
-
1059
-
1060
- ### Bug Fixes
1061
-
1062
- * added styles for hired power line ([#238](https://github.com/widergy/energy-ui/issues/238)) ([659487f](https://github.com/widergy/energy-ui/commit/659487f56b2073bea8a0fc46f96691165fcbc868))
1063
-
1064
- ## [1.101.1](https://github.com/widergy/energy-ui/compare/v1.101.0...v1.101.1) (2021-10-27)
1065
-
1066
-
1067
- ### Bug Fixes
1068
-
1069
- * highlighted ([#233](https://github.com/widergy/energy-ui/issues/233)) ([7457796](https://github.com/widergy/energy-ui/commit/74577968983bdff11319804d580696454006410d))
1070
-
1071
- # [1.101.0](https://github.com/widergy/energy-ui/compare/v1.100.0...v1.101.0) (2021-10-26)
1072
-
1073
-
1074
- ### Features
1075
-
1076
- * bar chart addons ([#232](https://github.com/widergy/energy-ui/issues/232)) ([9ca41d6](https://github.com/widergy/energy-ui/commit/9ca41d6df408311fe020abfbda6d39357236a8de))
1077
-
1078
- # [1.100.0](https://github.com/widergy/energy-ui/compare/v1.99.0...v1.100.0) (2021-10-20)
1079
-
1080
-
1081
- ### Features
1082
-
1083
- * modified behaviour of page size options to be more inclusive ([#230](https://github.com/widergy/energy-ui/issues/230)) ([3b35e69](https://github.com/widergy/energy-ui/commit/3b35e6976a3766b19a15c7a5a15ff82125d68cba))
1084
-
1085
- # [1.99.0](https://github.com/widergy/energy-ui/compare/v1.98.1...v1.99.0) (2021-10-19)
1086
-
1087
-
1088
- ### Features
1089
-
1090
- * added custom sort per row to the uttable ([#231](https://github.com/widergy/energy-ui/issues/231)) ([bc3a63c](https://github.com/widergy/energy-ui/commit/bc3a63c702e8f478c47382f715e6e64f527aca10))
1091
-
1092
- ## [1.98.1](https://github.com/widergy/energy-ui/compare/v1.98.0...v1.98.1) (2021-10-13)
1093
-
1094
-
1095
- ### Bug Fixes
1096
-
1097
- * image radio fixes ([#225](https://github.com/widergy/energy-ui/issues/225)) ([ddf3bdb](https://github.com/widergy/energy-ui/commit/ddf3bdb0b34c444ae4eb1f74efe3264a9a25d48d))
1098
- * Multiple table fixes ([#228](https://github.com/widergy/energy-ui/issues/228)) ([26cedf3](https://github.com/widergy/energy-ui/commit/26cedf3585e78fc65e50e478ea142e750d1e31b0))
1099
-
1100
- # [1.98.0](https://github.com/widergy/energy-ui/compare/v1.97.0...v1.98.0) (2021-10-04)
1101
-
1102
-
1103
- ### Bug Fixes
1104
-
1105
- * fixed numeral dependency ([#227](https://github.com/widergy/energy-ui/issues/227)) ([c9d7a8d](https://github.com/widergy/energy-ui/commit/c9d7a8de46135725ca22f2d73482dbfb507768a2))
1106
-
1107
-
1108
- ### Features
1109
-
1110
- * design fixes ([#226](https://github.com/widergy/energy-ui/issues/226)) ([ca005b9](https://github.com/widergy/energy-ui/commit/ca005b945a13d40dcf3dcd7472bb0e613be0c2b4))
1111
-
1112
- # [1.97.0](https://github.com/widergy/energy-ui/compare/v1.96.2...v1.97.0) (2021-10-01)
1113
-
1114
-
1115
- ### Features
1116
-
1117
- * ✨ UTBarChart ✨ implementation! ([#224](https://github.com/widergy/energy-ui/issues/224)) ([18e30f1](https://github.com/widergy/energy-ui/commit/18e30f192400e396bd79088897c8f92b8f7ecaa1))
1118
-
1119
- ## [1.96.2](https://github.com/widergy/energy-ui/compare/v1.96.1...v1.96.2) (2021-09-24)
1120
-
1121
-
1122
- ### Bug Fixes
1123
-
1124
- * fixes resizeobserver loop limit exceeded error ([#222](https://github.com/widergy/energy-ui/issues/222)) ([1df9aa1](https://github.com/widergy/energy-ui/commit/1df9aa1333e15a1d8822917bea7ed36a09399525))
1125
-
1126
- ## [1.96.1](https://github.com/widergy/energy-ui/compare/v1.96.0...v1.96.1) (2021-09-21)
1127
-
1128
-
1129
- ### Bug Fixes
1130
-
1131
- * set scrollbar size in uttable ([#223](https://github.com/widergy/energy-ui/issues/223)) ([9e6eb2d](https://github.com/widergy/energy-ui/commit/9e6eb2d9ae2f9eee01e33243a6c4d1fcb67c290a))
1132
-
1133
- # [1.96.0](https://github.com/widergy/energy-ui/compare/v1.95.6...v1.96.0) (2021-09-20)
1134
-
1135
-
1136
- ### Features
1137
-
1138
- * added initial order prop to uttable ([#220](https://github.com/widergy/energy-ui/issues/220)) ([41cdd13](https://github.com/widergy/energy-ui/commit/41cdd131b5189fd17ea1ab67cede83eaf8543ba6))
1139
-
1140
- ## [1.95.6](https://github.com/widergy/energy-ui/compare/v1.95.5...v1.95.6) (2021-09-15)
1141
-
1142
-
1143
- ### Bug Fixes
1144
-
1145
- * Fixed responsive cell styles ([#219](https://github.com/widergy/energy-ui/issues/219)) ([af88a66](https://github.com/widergy/energy-ui/commit/af88a66cdbf29f6f20368c4665edff95b7a1a089))
1146
-
1147
- ## [1.95.5](https://github.com/widergy/energy-ui/compare/v1.95.4...v1.95.5) (2021-09-15)
1148
-
1149
-
1150
- ### Bug Fixes
1151
-
1152
- * uttable minor fix ([#218](https://github.com/widergy/energy-ui/issues/218)) ([1be054d](https://github.com/widergy/energy-ui/commit/1be054d7a283a0f6949569ebe5632d908713e28d))
1153
-
1154
- ## [1.95.4](https://github.com/widergy/energy-ui/compare/v1.95.3...v1.95.4) (2021-09-15)
1155
-
1156
-
1157
- ### Bug Fixes
1158
-
1159
- * added color to utlabel theme ([#221](https://github.com/widergy/energy-ui/issues/221)) ([798c582](https://github.com/widergy/energy-ui/commit/798c58265ad1a06f106b20ae87c66a3640a7de95))
1160
-
1161
- ## [1.95.3](https://github.com/widergy/energy-ui/compare/v1.95.2...v1.95.3) (2021-09-08)
1162
-
1163
-
1164
- ### Bug Fixes
1165
-
1166
- * fix picker error message and style ([#217](https://github.com/widergy/energy-ui/issues/217)) ([5d3ce5a](https://github.com/widergy/energy-ui/commit/5d3ce5af00dd520fc7241ba102a269612fb9952a))
1167
-
1168
- ## [1.95.2](https://github.com/widergy/energy-ui/compare/v1.95.1...v1.95.2) (2021-09-07)
1169
-
1170
-
1171
- ### Bug Fixes
1172
-
1173
- * addede disabled to label on utselect ([#215](https://github.com/widergy/energy-ui/issues/215)) ([4581456](https://github.com/widergy/energy-ui/commit/45814568b0c706bb8fb21343f08ef56d2084e1b8))
1174
-
1175
- ## [1.95.1](https://github.com/widergy/energy-ui/compare/v1.95.0...v1.95.1) (2021-09-07)
1176
-
1177
-
1178
- ### Bug Fixes
1179
-
1180
- * fix virtualized list scroll experience ([#216](https://github.com/widergy/energy-ui/issues/216)) ([f051627](https://github.com/widergy/energy-ui/commit/f0516275ca0807b373c8150a442cb80962c74d2c))
1181
-
1182
- # [1.95.0](https://github.com/widergy/energy-ui/compare/v1.94.0...v1.95.0) (2021-09-06)
1183
-
1184
-
1185
- ### Features
1186
-
1187
- * first step with back button visible ([#214](https://github.com/widergy/energy-ui/issues/214)) ([75a6856](https://github.com/widergy/energy-ui/commit/75a6856806455c7ed73efad3a31cea1755d3fe12))
1188
-
1189
- # [1.94.0](https://github.com/widergy/energy-ui/compare/v1.93.1...v1.94.0) (2021-09-02)
1190
-
1191
-
1192
- ### Features
1193
-
1194
- * date picker changes ([#211](https://github.com/widergy/energy-ui/issues/211)) ([ad2ed91](https://github.com/widergy/energy-ui/commit/ad2ed9114c975d7260148560de99101114fbcf28))
1195
-
1196
- ## [1.93.1](https://github.com/widergy/energy-ui/compare/v1.93.0...v1.93.1) (2021-08-25)
1197
-
1198
-
1199
- ### Bug Fixes
1200
-
1201
- * added d3 dependency ([#213](https://github.com/widergy/energy-ui/issues/213)) ([f2374d5](https://github.com/widergy/energy-ui/commit/f2374d52f8a3181a276a5881e99b0202effeecc4))
1202
-
1203
- # [1.93.0](https://github.com/widergy/energy-ui/compare/v1.92.2...v1.93.0) (2021-08-24)
1204
-
1205
-
1206
- ### Features
1207
-
1208
- * Added ✨ UTPieChart✨ ([#212](https://github.com/widergy/energy-ui/issues/212)) ([838e442](https://github.com/widergy/energy-ui/commit/838e4427f60406f584f80f21ca5623588ef3b117))
1209
-
1210
- ## [1.92.2](https://github.com/widergy/energy-ui/compare/v1.92.1...v1.92.2) (2021-08-23)
1211
-
1212
-
1213
- ### Bug Fixes
1214
-
1215
- * added a catch for fetch images errors ([#210](https://github.com/widergy/energy-ui/issues/210)) ([ffd23b8](https://github.com/widergy/energy-ui/commit/ffd23b8c8d51e831220cf0b6c6e59a354179366d))
1216
-
1217
- ## [1.92.1](https://github.com/widergy/energy-ui/compare/v1.92.0...v1.92.1) (2021-08-13)
1218
-
1219
-
1220
- ### Bug Fixes
1221
-
1222
- * Fixed on mount bug in UTVirtualizedList ([#209](https://github.com/widergy/energy-ui/issues/209)) ([202439c](https://github.com/widergy/energy-ui/commit/202439c85e486e04b41c06680cc0bdb368768fb5))
1223
-
1224
- # [1.92.0](https://github.com/widergy/energy-ui/compare/v1.91.1...v1.92.0) (2021-08-06)
1225
-
1226
-
1227
- ### Features
1228
-
1229
- * added styling option ([#207](https://github.com/widergy/energy-ui/issues/207)) ([ebbe36d](https://github.com/widergy/energy-ui/commit/ebbe36d70ecf50494429a3029bc08a96c26c1d3b))
1230
-
1231
- ## [1.91.1](https://github.com/widergy/energy-ui/compare/v1.91.0...v1.91.1) (2021-08-06)
1232
-
1233
-
1234
- ### Bug Fixes
1235
-
1236
- * Added styles to the table and dialog themes ([#205](https://github.com/widergy/energy-ui/issues/205)) ([6933652](https://github.com/widergy/energy-ui/commit/6933652ad73504a1b172eb51218426025ff0d7b9))
1237
-
1238
- # [1.91.0](https://github.com/widergy/energy-ui/compare/v1.90.1...v1.91.0) (2021-08-06)
1239
-
1240
-
1241
- ### Features
1242
-
1243
- * added tooltips to uttabs ([#206](https://github.com/widergy/energy-ui/issues/206)) ([f8eef3a](https://github.com/widergy/energy-ui/commit/f8eef3aa08d6267aabc7ce152f7e2a1d588111cd))
1244
-
1245
- ## [1.90.1](https://github.com/widergy/energy-ui/compare/v1.90.0...v1.90.1) (2021-07-28)
1246
-
1247
-
1248
- ### Bug Fixes
1249
-
1250
- * added font-weight to dialog title ([#204](https://github.com/widergy/energy-ui/issues/204)) ([1328a2e](https://github.com/widergy/energy-ui/commit/1328a2ee0c6cfb85b9b217a7d3edbe35429e25e3))
1251
-
1252
- # [1.90.0](https://github.com/widergy/energy-ui/compare/v1.89.0...v1.90.0) (2021-07-23)
1253
-
1254
-
1255
- ### Features
1256
-
1257
- * added sub-options to UTSelect ([#203](https://github.com/widergy/energy-ui/issues/203)) ([64e3665](https://github.com/widergy/energy-ui/commit/64e36654aaa111dccdae35b8223f3ca1c5b56ff0))
1258
-
1259
- # [1.89.0](https://github.com/widergy/energy-ui/compare/v1.88.0...v1.89.0) (2021-07-22)
1260
-
1261
-
1262
- ### Features
1263
-
1264
- * Added Password field ([#202](https://github.com/widergy/energy-ui/issues/202)) ([7958529](https://github.com/widergy/energy-ui/commit/7958529964d0c8cd7f6b666c0796af2b42e05170))
1265
-
1266
- # [1.88.0](https://github.com/widergy/energy-ui/compare/v1.87.1...v1.88.0) (2021-07-16)
1267
-
1268
-
1269
- ### Features
1270
-
1271
- * added CBUInput field component ([#197](https://github.com/widergy/energy-ui/issues/197)) ([d6fb9b9](https://github.com/widergy/energy-ui/commit/d6fb9b967afa59bf1c7c72ca7a0ca49ed56d39d9))
1272
-
1273
- ## [1.87.1](https://github.com/widergy/energy-ui/compare/v1.87.0...v1.87.1) (2021-07-15)
1274
-
1275
-
1276
- ### Bug Fixes
1277
-
1278
- * fix utmenu error message and add style ([#200](https://github.com/widergy/energy-ui/issues/200)) ([95685c0](https://github.com/widergy/energy-ui/commit/95685c0ceb035b1ec3c098d5ea8a725934c1efe5))
1279
-
1280
- # [1.87.0](https://github.com/widergy/energy-ui/compare/v1.86.1...v1.87.0) (2021-07-13)
1281
-
1282
-
1283
- ### Features
1284
-
1285
- * update tooltip in utextinput ([#201](https://github.com/widergy/energy-ui/issues/201)) ([a00bc1a](https://github.com/widergy/energy-ui/commit/a00bc1a908631e5343b5d83bc923ee9df4a39670))
1286
-
1287
- ## [1.86.1](https://github.com/widergy/energy-ui/compare/v1.86.0...v1.86.1) (2021-07-06)
1288
-
1289
-
1290
- ### Bug Fixes
1291
-
1292
- * fixed list resizing ([#199](https://github.com/widergy/energy-ui/issues/199)) ([46c39df](https://github.com/widergy/energy-ui/commit/46c39dfc5660834fe4caca69b812dd9a1777ee17))
1293
-
1294
- # [1.86.0](https://github.com/widergy/energy-ui/compare/v1.85.0...v1.86.0) (2021-07-01)
1295
-
1296
-
1297
- ### Features
1298
-
1299
- * added support for audio and video attachments ([#196](https://github.com/widergy/energy-ui/issues/196)) ([77326ee](https://github.com/widergy/energy-ui/commit/77326ee4fc670545328bde7630751d64a85ef147))
1300
-
1301
- # [1.85.0](https://github.com/widergy/energy-ui/compare/v1.84.2...v1.85.0) (2021-06-29)
1302
-
1303
-
1304
- ### Features
1305
-
1306
- * Added dynamic hight elements to virtualized list ([#190](https://github.com/widergy/energy-ui/issues/190)) ([5364c52](https://github.com/widergy/energy-ui/commit/5364c522c13af23daed7b9a5d72f309076d57054))
1307
-
1308
- ## [1.84.2](https://github.com/widergy/energy-ui/compare/v1.84.1...v1.84.2) (2021-06-28)
1309
-
1310
-
1311
- ### Bug Fixes
1312
-
1313
- * fix checklist ([#195](https://github.com/widergy/energy-ui/issues/195)) ([c19af5c](https://github.com/widergy/energy-ui/commit/c19af5ceca3d776444ccc522a3303c49e40fd4ee))
1314
-
1315
- ## [1.84.1](https://github.com/widergy/energy-ui/compare/v1.84.0...v1.84.1) (2021-06-17)
1316
-
1317
-
1318
- ### Bug Fixes
1319
-
1320
- * fix attachment value on update ([#194](https://github.com/widergy/energy-ui/issues/194)) ([9bf7e36](https://github.com/widergy/energy-ui/commit/9bf7e367d43b65c7b276f7bdfa37ffb28507b797))
1321
-
1322
- # [1.84.0](https://github.com/widergy/energy-ui/compare/v1.83.0...v1.84.0) (2021-06-17)
1323
-
1324
-
1325
- ### Features
1326
-
1327
- * uttable added external page and rows per page props ([#192](https://github.com/widergy/energy-ui/issues/192)) ([62d3a26](https://github.com/widergy/energy-ui/commit/62d3a265a867b8c65877f913b7918bcc14ea47d5))
1328
-
1329
- # [1.83.0](https://github.com/widergy/energy-ui/compare/v1.82.0...v1.83.0) (2021-06-15)
1330
-
1331
-
1332
- ### Features
1333
-
1334
- * UTSwitch migration ([#186](https://github.com/widergy/energy-ui/issues/186)) ([2bb5080](https://github.com/widergy/energy-ui/commit/2bb508083d53610d1d71a9d22214e9797da26bbd))
1335
-
1336
- # [1.82.0](https://github.com/widergy/energy-ui/compare/v1.81.0...v1.82.0) (2021-06-14)
1337
-
1338
-
1339
- ### Bug Fixes
1340
-
1341
- * fix tooltip ([93b3a01](https://github.com/widergy/energy-ui/commit/93b3a01b862560f18dae7050a15e2fd20e7e474c))
1342
-
1343
-
1344
- ### Features
1345
-
1346
- * added more arguments ([2b3cb88](https://github.com/widergy/energy-ui/commit/2b3cb884faee13b8cff766b1d96e5d7b542e1dcd))
1347
- * added some args ([c399176](https://github.com/widergy/energy-ui/commit/c39917691de694cb9b3adb38918d961c60a3acdc))
1348
-
1349
- # [1.81.0](https://github.com/widergy/energy-ui/compare/v1.80.0...v1.81.0) (2021-06-09)
1350
-
1351
-
1352
- ### Features
1353
-
1354
- * fix checkbox label ([#191](https://github.com/widergy/energy-ui/issues/191)) ([e25e6a6](https://github.com/widergy/energy-ui/commit/e25e6a6a0aa6bbbb7098cb336e1d49085ffbb955))
1355
-
1356
- # [1.80.0](https://github.com/widergy/energy-ui/compare/v1.79.2...v1.80.0) (2021-06-06)
1357
-
1358
-
1359
- ### Features
1360
-
1361
- * update attachment and textinput ([#188](https://github.com/widergy/energy-ui/issues/188)) ([448a341](https://github.com/widergy/energy-ui/commit/448a3410864e1db20bbd025883900f223b2f8549))
1362
-
1363
- ## [1.79.2](https://github.com/widergy/energy-ui/compare/v1.79.1...v1.79.2) (2021-06-03)
1364
-
1365
-
1366
- ### Bug Fixes
1367
-
1368
- * checkboxes in forms ([#189](https://github.com/widergy/energy-ui/issues/189)) ([0622ef1](https://github.com/widergy/energy-ui/commit/0622ef1b26fdc8801d92aaa7f6de8c9647293d9c))
1369
-
1370
- ## [1.79.1](https://github.com/widergy/energy-ui/compare/v1.79.0...v1.79.1) (2021-06-03)
1371
-
1372
-
1373
- ### Bug Fixes
1374
-
1375
- * fix select all when every row is disabled ([#187](https://github.com/widergy/energy-ui/issues/187)) ([70b2909](https://github.com/widergy/energy-ui/commit/70b29095503f5659f7b19b8630f9673a6e23eaa2))
1376
-
1377
- # [1.79.0](https://github.com/widergy/energy-ui/compare/v1.78.0...v1.79.0) (2021-06-03)
1378
-
1379
-
1380
- ### Features
1381
-
1382
- * utchecklist migration ([#185](https://github.com/widergy/energy-ui/issues/185)) ([183fba3](https://github.com/widergy/energy-ui/commit/183fba3fa1e38d7a9878e1d357f0081f53e5df1f))
1383
-
1384
- # [1.78.0](https://github.com/widergy/energy-ui/compare/v1.77.0...v1.78.0) (2021-05-21)
1385
-
1386
-
1387
- ### Features
1388
-
1389
- * UTCheckbox migration ([#182](https://github.com/widergy/energy-ui/issues/182)) ([646caf4](https://github.com/widergy/energy-ui/commit/646caf47e61a0e9c1ba11268123baaeb37246673))
1390
-
1391
- # [1.77.0](https://github.com/widergy/energy-ui/compare/v1.76.2...v1.77.0) (2021-05-21)
1392
-
1393
-
1394
- ### Features
1395
-
1396
- * added UTPhone props ([#181](https://github.com/widergy/energy-ui/issues/181)) ([d858292](https://github.com/widergy/energy-ui/commit/d858292ab6ccb7ea76a35bcbc3d5e3129c63eb67))
1397
-
1398
- ## [1.76.2](https://github.com/widergy/energy-ui/compare/v1.76.1...v1.76.2) (2021-05-20)
1399
-
1400
-
1401
- ### Bug Fixes
1402
-
1403
- * bundle optimize ([#184](https://github.com/widergy/energy-ui/issues/184)) ([8355a26](https://github.com/widergy/energy-ui/commit/8355a262d678c93a6c49d6c3ab7a1eb7abc5e752))
1404
-
1405
- ## [1.76.1](https://github.com/widergy/energy-ui/compare/v1.76.0...v1.76.1) (2021-05-20)
1406
-
1407
-
1408
- ### Bug Fixes
1409
-
1410
- * replace date-fns with moment ([#183](https://github.com/widergy/energy-ui/issues/183)) ([2d41b99](https://github.com/widergy/energy-ui/commit/2d41b99c05d6b8a86dadd368b120471e032ff09d))
1411
-
1412
- # [1.76.0](https://github.com/widergy/energy-ui/compare/v1.75.0...v1.76.0) (2021-05-20)
1413
-
1414
-
1415
- ### Features
1416
-
1417
- * uttable select all only in current page prop ([#178](https://github.com/widergy/energy-ui/issues/178)) ([618807a](https://github.com/widergy/energy-ui/commit/618807a26a079b59a176d09f15ea87e16f764a9b)), closes [#180](https://github.com/widergy/energy-ui/issues/180)
1418
-
1419
- # [1.75.0](https://github.com/widergy/energy-ui/compare/v1.74.0...v1.75.0) (2021-05-20)
1420
-
1421
-
1422
- ### Features
1423
-
1424
- * uttable sitcky header ([#179](https://github.com/widergy/energy-ui/issues/179)) ([59e95cd](https://github.com/widergy/energy-ui/commit/59e95cdefd1c92e13e0765136ac2219ef07d9dad))
1425
-
1426
- # [1.74.0](https://github.com/widergy/energy-ui/compare/v1.73.0...v1.74.0) (2021-05-14)
1427
-
1428
-
1429
- ### Features
1430
-
1431
- * window.open support for UTExternalLink ([#177](https://github.com/widergy/energy-ui/issues/177)) ([077313d](https://github.com/widergy/energy-ui/commit/077313dc76214f1fe0c90bcaf3b7cbe5f323e1c7))
1432
-
1433
- # [1.73.0](https://github.com/widergy/energy-ui/compare/v1.72.1...v1.73.0) (2021-05-10)
1434
-
1435
-
1436
- ### Features
1437
-
1438
- * UTVirtualizedList implementation ([#176](https://github.com/widergy/energy-ui/issues/176)) ([12c184e](https://github.com/widergy/energy-ui/commit/12c184e3e8ad1f8766440d45ab1f354e7ea02cb1))
1439
-
1440
- ## [1.72.1](https://github.com/widergy/energy-ui/compare/v1.72.0...v1.72.1) (2021-05-06)
1441
-
1442
-
1443
- ### Bug Fixes
1444
-
1445
- * UTWorkflow update ([#175](https://github.com/widergy/energy-ui/issues/175)) ([2ce917e](https://github.com/widergy/energy-ui/commit/2ce917e589205ea30cd2443cb65ec34d4481d6cc))
1446
-
1447
- # [1.72.0](https://github.com/widergy/energy-ui/compare/v1.71.2...v1.72.0) (2021-04-29)
1448
-
1449
-
1450
- ### Features
1451
-
1452
- * added UTAutocomplete component ([#174](https://github.com/widergy/energy-ui/issues/174)) ([3132c26](https://github.com/widergy/energy-ui/commit/3132c261e54f94957ddfca382c21e46ec759028c))
1453
-
1454
- ## [1.71.2](https://github.com/widergy/energy-ui/compare/v1.71.1...v1.71.2) (2021-04-23)
1455
-
1456
-
1457
- ### Bug Fixes
1458
-
1459
- * fixed responsive radius ([#170](https://github.com/widergy/energy-ui/issues/170)) ([102b075](https://github.com/widergy/energy-ui/commit/102b075bfbbc0261315e9cf6693780924342468f))
1460
-
1461
- ## [1.71.1](https://github.com/widergy/energy-ui/compare/v1.71.0...v1.71.1) (2021-04-22)
1462
-
1463
-
1464
- ### Bug Fixes
1465
-
1466
- * fixed tooltips render on uttable ([#173](https://github.com/widergy/energy-ui/issues/173)) ([cedeaa0](https://github.com/widergy/energy-ui/commit/cedeaa0d0c64eaf2f9aafe2d6c24b8c6e1bb2191))
1467
-
1468
- # [1.71.0](https://github.com/widergy/energy-ui/compare/v1.70.0...v1.71.0) (2021-04-21)
1469
-
1470
-
1471
- ### Features
1472
-
1473
- * uttable added some disabled props ([#172](https://github.com/widergy/energy-ui/issues/172)) ([7358960](https://github.com/widergy/energy-ui/commit/73589609536b8572681a67b556c7976a76245908))
1474
-
1475
- # [1.70.0](https://github.com/widergy/energy-ui/compare/v1.69.1...v1.70.0) (2021-04-20)
1476
-
1477
-
1478
- ### Features
1479
-
1480
- * utselect upper title themes ([#169](https://github.com/widergy/energy-ui/issues/169)) ([0a0c83f](https://github.com/widergy/energy-ui/commit/0a0c83f63aa8a2826e8e33d9f9371c0956bacc8a))
1481
-
1482
- ## [1.69.1](https://github.com/widergy/energy-ui/compare/v1.69.0...v1.69.1) (2021-04-20)
1483
-
1484
-
1485
- ### Bug Fixes
1486
-
1487
- * initial date for datepicker ([#171](https://github.com/widergy/energy-ui/issues/171)) ([b5b89de](https://github.com/widergy/energy-ui/commit/b5b89de02e67cb0e259162bc02a5488658a96af2))
1488
-
1489
- # [1.69.0](https://github.com/widergy/energy-ui/compare/v1.68.0...v1.69.0) (2021-04-19)
1490
-
1491
-
1492
- ### Features
1493
-
1494
- * date picker component ([#164](https://github.com/widergy/energy-ui/issues/164)) ([10a694a](https://github.com/widergy/energy-ui/commit/10a694ad70b7f8dc32156abfe394404e87bd3638))
1495
-
1496
- # [1.68.0](https://github.com/widergy/energy-ui/compare/v1.67.1...v1.68.0) (2021-04-16)
1497
-
1498
-
1499
- ### Features
1500
-
1501
- * added props to uttable ([#168](https://github.com/widergy/energy-ui/issues/168)) ([83559c5](https://github.com/widergy/energy-ui/commit/83559c55987867f990a02fa30381bd9ff1aef350))
1502
-
1503
- ## [1.67.1](https://github.com/widergy/energy-ui/compare/v1.67.0...v1.67.1) (2021-04-16)
1504
-
1505
-
1506
- ### Bug Fixes
1507
-
1508
- * added uttable borderradius capability ([#165](https://github.com/widergy/energy-ui/issues/165)) ([b243297](https://github.com/widergy/energy-ui/commit/b243297e31e80178b561e40e3171bd37518c6dc6))
1509
-
1510
- # [1.67.0](https://github.com/widergy/energy-ui/compare/v1.66.0...v1.67.0) (2021-04-16)
1511
-
1512
-
1513
- ### Features
1514
-
1515
- * added border bottom to title ([#167](https://github.com/widergy/energy-ui/issues/167)) ([a591888](https://github.com/widergy/energy-ui/commit/a591888954cccb2c38cc8b775f09b7bf639ee8ba))
1516
-
1517
- # [1.66.0](https://github.com/widergy/energy-ui/compare/v1.65.0...v1.66.0) (2021-04-14)
1518
-
1519
-
1520
- ### Features
1521
-
1522
- * added column size ([#166](https://github.com/widergy/energy-ui/issues/166)) ([f871020](https://github.com/widergy/energy-ui/commit/f8710200ac6a7e9dfee71bf11c88a6ecb5535d0e))
1523
-
1524
- # [1.65.0](https://github.com/widergy/energy-ui/compare/v1.64.1...v1.65.0) (2021-04-07)
1525
-
1526
-
1527
- ### Features
1528
-
1529
- * uttable added menu to row actions ([#163](https://github.com/widergy/energy-ui/issues/163)) ([df92792](https://github.com/widergy/energy-ui/commit/df9279247d04728102d52c6884d354e503580084))
1530
-
1531
- ## [1.64.1](https://github.com/widergy/energy-ui/compare/v1.64.0...v1.64.1) (2021-04-05)
1532
-
1533
-
1534
- ### Bug Fixes
1535
-
1536
- * UTTable responsive fix ([#159](https://github.com/widergy/energy-ui/issues/159)) ([75ac99f](https://github.com/widergy/energy-ui/commit/75ac99ff5ce0f2c8138beb0f5534c6405814672c))
1537
-
1538
- # [1.64.0](https://github.com/widergy/energy-ui/compare/v1.63.0...v1.64.0) (2021-04-05)
1539
-
1540
-
1541
- ### Features
1542
-
1543
- * utradio added disable ripple and hover ([#162](https://github.com/widergy/energy-ui/issues/162)) ([ee71152](https://github.com/widergy/energy-ui/commit/ee711525f1f2221c044f3748ac029c509e3627f5))
1544
-
1545
- # [1.63.0](https://github.com/widergy/energy-ui/compare/v1.62.4...v1.63.0) (2021-03-29)
1546
-
1547
-
1548
- ### Features
1549
-
1550
- * initialize classNames prop ([#160](https://github.com/widergy/energy-ui/issues/160)) ([0edd368](https://github.com/widergy/energy-ui/commit/0edd36866fefcfc9e1c9b602f5b108bf5ab00722))
1551
-
1552
- ## [1.62.4](https://github.com/widergy/energy-ui/compare/v1.62.3...v1.62.4) (2021-03-26)
1553
-
1554
-
1555
- ### Bug Fixes
1556
-
1557
- * added various fixes ([#158](https://github.com/widergy/energy-ui/issues/158)) ([c7cb7dc](https://github.com/widergy/energy-ui/commit/c7cb7dc43d6ac399dd4143f0ab0f0d72c0006de5))
1558
-
1559
- ## [1.62.3](https://github.com/widergy/energy-ui/compare/v1.62.2...v1.62.3) (2021-03-25)
1560
-
1561
-
1562
- ### Bug Fixes
1563
-
1564
- * Fixed UTWorkflow and UTDialog ([#157](https://github.com/widergy/energy-ui/issues/157)) ([99f211e](https://github.com/widergy/energy-ui/commit/99f211ef364c3eb9ab03ef913e6bfd699b9d26b9))
1565
-
1566
- ## [1.62.2](https://github.com/widergy/energy-ui/compare/v1.62.1...v1.62.2) (2021-03-17)
1567
-
1568
-
1569
- ### Bug Fixes
1570
-
1571
- * added a validation for clickable rows ([#156](https://github.com/widergy/energy-ui/issues/156)) ([8b891ab](https://github.com/widergy/energy-ui/commit/8b891ab5e8ae0cf0d7384a49f72092b5101e2be5))
1572
-
1573
- ## [1.62.1](https://github.com/widergy/energy-ui/compare/v1.62.0...v1.62.1) (2021-03-12)
1574
-
1575
-
1576
- ### Bug Fixes
1577
-
1578
- * UTTable fixes ([#155](https://github.com/widergy/energy-ui/issues/155)) ([560339a](https://github.com/widergy/energy-ui/commit/560339a12a9983f2e0d495beed01f63bfcae4f09))
1579
-
1580
- # [1.62.0](https://github.com/widergy/energy-ui/compare/v1.61.0...v1.62.0) (2021-03-11)
1581
-
1582
-
1583
- ### Features
1584
-
1585
- * added uttogle to lib ([#154](https://github.com/widergy/energy-ui/issues/154)) ([3b0dcec](https://github.com/widergy/energy-ui/commit/3b0dcecb416a967356f18fb728f9e33285171a54))
1586
-
1587
- # [1.61.0](https://github.com/widergy/energy-ui/compare/v1.60.0...v1.61.0) (2021-03-09)
1588
-
1589
-
1590
- ### Features
1591
-
1592
- * utattachment added preload file object ([#153](https://github.com/widergy/energy-ui/issues/153)) ([ae944b5](https://github.com/widergy/energy-ui/commit/ae944b5b5f3b6bb4688d48ffe05239ae2f077d88))
1593
-
1594
- # [1.60.0](https://github.com/widergy/energy-ui/compare/v1.59.0...v1.60.0) (2021-02-25)
1595
-
1596
-
1597
- ### Features
1598
-
1599
- * Added responsive cell options ([#150](https://github.com/widergy/energy-ui/issues/150)) ([17ba9e5](https://github.com/widergy/energy-ui/commit/17ba9e59e286ef6fee9665fc192ea55bf57cd441))
1600
-
1601
- # [1.59.0](https://github.com/widergy/energy-ui/compare/v1.58.2...v1.59.0) (2021-02-12)
1602
-
1603
-
1604
- ### Features
1605
-
1606
- * added subtitle utworkflow container pseudoclass ([#152](https://github.com/widergy/energy-ui/issues/152)) ([c848e5a](https://github.com/widergy/energy-ui/commit/c848e5a6a87851bcf52de907536306a948308f08))
1607
-
1608
- ## [1.58.2](https://github.com/widergy/energy-ui/compare/v1.58.1...v1.58.2) (2021-02-11)
1609
-
1610
-
1611
- ### Bug Fixes
1612
-
1613
- * fixed utselect ([#151](https://github.com/widergy/energy-ui/issues/151)) ([c8ce345](https://github.com/widergy/energy-ui/commit/c8ce34558e3864d17b5edab575a6c485eb3e9c22))
1614
-
1615
- ## [1.58.1](https://github.com/widergy/energy-ui/compare/v1.58.0...v1.58.1) (2021-02-03)
1616
-
1617
-
1618
- ### Bug Fixes
1619
-
1620
- * Added upper title for select field ([#147](https://github.com/widergy/energy-ui/issues/147)) ([5d0be64](https://github.com/widergy/energy-ui/commit/5d0be64245bfc8aaabf0198e19e510459434509c))
1621
-
1622
- # [1.58.0](https://github.com/widergy/energy-ui/compare/v1.57.3...v1.58.0) (2021-01-26)
1623
-
1624
-
1625
- ### Features
1626
-
1627
- * added mobile querie ([#148](https://github.com/widergy/energy-ui/issues/148)) ([0818190](https://github.com/widergy/energy-ui/commit/0818190d731e733c810b19d70502f927a59e11c7))
1628
-
1629
- ## [1.57.3](https://github.com/widergy/energy-ui/compare/v1.57.2...v1.57.3) (2021-01-14)
1630
-
1631
-
1632
- ### Bug Fixes
1633
-
1634
- * fix pdfjs ([#146](https://github.com/widergy/energy-ui/issues/146)) ([5e845bb](https://github.com/widergy/energy-ui/commit/5e845bb477affba3759191f2bf0745c8262aecb9))
1635
-
1636
- ## [1.57.2](https://github.com/widergy/energy-ui/compare/v1.57.1...v1.57.2) (2021-01-11)
1637
-
1638
-
1639
- ### Bug Fixes
1640
-
1641
- * update pdfjs use ([ba86fd1](https://github.com/widergy/energy-ui/commit/ba86fd1856c3b7ac72761ead6e14096cf2552a40))
1642
-
1643
- ## [1.57.1](https://github.com/widergy/energy-ui/compare/v1.57.0...v1.57.1) (2021-01-11)
1644
-
1645
-
1646
- ### Bug Fixes
1647
-
1648
- * use pdfjs from cdn ([#145](https://github.com/widergy/energy-ui/issues/145)) ([98534e3](https://github.com/widergy/energy-ui/commit/98534e38dfd6d343aff6bf85a516514594305352))
1649
-
1650
- # [1.57.0](https://github.com/widergy/energy-ui/compare/v1.56.0...v1.57.0) (2021-01-07)
1651
-
1652
-
1653
- ### Features
1654
-
1655
- * utattachment pdf aspect ratio validation ([#144](https://github.com/widergy/energy-ui/issues/144)) ([930527b](https://github.com/widergy/energy-ui/commit/930527be31e35954e03aa11598725a4f36ca05d6))
1656
-
1657
- # [1.56.0](https://github.com/widergy/energy-ui/compare/v1.55.0...v1.56.0) (2020-12-23)
1658
-
1659
-
1660
- ### Features
1661
-
1662
- * added title icon ([#142](https://github.com/widergy/energy-ui/issues/142)) ([d8dd255](https://github.com/widergy/energy-ui/commit/d8dd2551d3b68d70da7beb8b50c6fc7239f2d721))
1663
-
1664
- # [1.55.0](https://github.com/widergy/energy-ui/compare/v1.54.0...v1.55.0) (2020-12-23)
1665
-
1666
-
1667
- ### Features
1668
-
1669
- * update utdialog theme ([#143](https://github.com/widergy/energy-ui/issues/143)) ([537f64b](https://github.com/widergy/energy-ui/commit/537f64b24d1627e46541b4636fc705fc57d373e2))
1670
-
1671
- # [1.54.0](https://github.com/widergy/energy-ui/compare/v1.53.0...v1.54.0) (2020-12-17)
1672
-
1673
-
1674
- ### Features
1675
-
1676
- * added disabled by option to utradiogroup ([#138](https://github.com/widergy/energy-ui/issues/138)) ([6382e60](https://github.com/widergy/energy-ui/commit/6382e60693a1d351b691909ae8e80c21599ec03b))
1677
-
1678
- # [1.53.0](https://github.com/widergy/energy-ui/compare/v1.52.0...v1.53.0) (2020-12-16)
1679
-
1680
-
1681
- ### Features
1682
-
1683
- * added more options to the utcard footer component ([#140](https://github.com/widergy/energy-ui/issues/140)) ([e0948d5](https://github.com/widergy/energy-ui/commit/e0948d53d2f951f211f7eddbaf59a4fdddf0f43b))
1684
-
1685
- # [1.52.0](https://github.com/widergy/energy-ui/compare/v1.51.0...v1.52.0) (2020-12-11)
1686
-
1687
-
1688
- ### Features
1689
-
1690
- * added custom style to progress bar ([#139](https://github.com/widergy/energy-ui/issues/139)) ([81add5e](https://github.com/widergy/energy-ui/commit/81add5e99699fab0cef83396af9394d385499227))
1691
-
1692
- # [1.51.0](https://github.com/widergy/energy-ui/compare/v1.50.1...v1.51.0) (2020-12-01)
1693
-
1694
-
1695
- ### Features
1696
-
1697
- * ut workflow theme update ([#137](https://github.com/widergy/energy-ui/issues/137)) ([837e644](https://github.com/widergy/energy-ui/commit/837e64490a7a953741d566cf8368bca1ac326a77))
1698
-
1699
- ## [1.50.1](https://github.com/widergy/energy-ui/compare/v1.50.0...v1.50.1) (2020-11-26)
1700
-
1701
-
1702
- ### Bug Fixes
1703
-
1704
- * fixed order in uttable. fix action icon ([#135](https://github.com/widergy/energy-ui/issues/135)) ([b20197d](https://github.com/widergy/energy-ui/commit/b20197da91b59cc6cd3a2e9cee99d711d8afd4ea))
1705
-
1706
- # [1.50.0](https://github.com/widergy/energy-ui/compare/v1.49.0...v1.50.0) (2020-11-26)
1707
-
1708
-
1709
- ### Features
1710
-
1711
- * added style to baseOutlined buttons ([#136](https://github.com/widergy/energy-ui/issues/136)) ([e9c2237](https://github.com/widergy/energy-ui/commit/e9c223779406b8110e1a618aa69ef4537e6c019c))
1712
-
1713
- # [1.49.0](https://github.com/widergy/energy-ui/compare/v1.48.0...v1.49.0) (2020-11-20)
1714
-
1715
-
1716
- ### Features
1717
-
1718
- * add styling option to UTTabs ([#133](https://github.com/widergy/energy-ui/issues/133)) ([a9b2bcf](https://github.com/widergy/energy-ui/commit/a9b2bcf0e0eac3bf7b73774dc83ee4d70746cabf))
1719
-
1720
- # [1.48.0](https://github.com/widergy/energy-ui/compare/v1.47.4...v1.48.0) (2020-11-18)
1721
-
1722
-
1723
- ### Features
1724
-
1725
- * updated row and header paddings of uttable ([#132](https://github.com/widergy/energy-ui/issues/132)) ([56f0bba](https://github.com/widergy/energy-ui/commit/56f0bbab48e439673fcc17b81829e1dee3ab8af4))
1726
-
1727
- ## [1.47.4](https://github.com/widergy/energy-ui/compare/v1.47.3...v1.47.4) (2020-11-16)
1728
-
1729
-
1730
- ### Bug Fixes
1731
-
1732
- * update phone field ([258959f](https://github.com/widergy/energy-ui/commit/258959f5ed5f3af0e4e94741d4ff0c0428435ccd))
1733
-
1734
- ## [1.47.3](https://github.com/widergy/energy-ui/compare/v1.47.2...v1.47.3) (2020-11-16)
1735
-
1736
-
1737
- ### Bug Fixes
1738
-
1739
- * add input classname prop on phoneinput ([#131](https://github.com/widergy/energy-ui/issues/131)) ([a65f448](https://github.com/widergy/energy-ui/commit/a65f44874e986a34a44132716e60a0ffb37266fa))
1740
- * added classname to classnames ([#130](https://github.com/widergy/energy-ui/issues/130)) ([182264b](https://github.com/widergy/energy-ui/commit/182264b54ee258f26ec325dbe4cc05a375faf1e6))
1741
-
1742
- ## [1.47.2](https://github.com/widergy/energy-ui/compare/v1.47.1...v1.47.2) (2020-11-13)
1743
-
1744
-
1745
- ### Bug Fixes
1746
-
1747
- * uttable - fixed pagesize options ([#129](https://github.com/widergy/energy-ui/issues/129)) ([e5a12a1](https://github.com/widergy/energy-ui/commit/e5a12a157254454ed1246c3bad644b1c8d66ff7a))
1748
-
1749
- ## [1.47.1](https://github.com/widergy/energy-ui/compare/v1.47.0...v1.47.1) (2020-11-12)
1750
-
1751
-
1752
- ### Bug Fixes
1753
-
1754
- * Fix theme UTTextArea ([#128](https://github.com/widergy/energy-ui/issues/128)) ([5bd5689](https://github.com/widergy/energy-ui/commit/5bd5689cab20d1c3b47732a26c5b1cc6dd46dec2))
1755
-
1756
- # [1.47.0](https://github.com/widergy/energy-ui/compare/v1.46.0...v1.47.0) (2020-11-11)
1757
-
1758
-
1759
- ### Features
1760
-
1761
- * uttable - added exclusive selections + fixes ([#127](https://github.com/widergy/energy-ui/issues/127)) ([493a914](https://github.com/widergy/energy-ui/commit/493a914854b3917dc1315c7536e488a20b19d020))
1762
-
1763
- # [1.46.0](https://github.com/widergy/energy-ui/compare/v1.45.1...v1.46.0) (2020-11-10)
1764
-
1765
-
1766
- ### Features
1767
-
1768
- * added is visible to action buttons ([#126](https://github.com/widergy/energy-ui/issues/126)) ([0e715fb](https://github.com/widergy/energy-ui/commit/0e715fb5232f52ca9582863fbe93f446a16099a3))
1769
-
1770
- ## [1.45.1](https://github.com/widergy/energy-ui/compare/v1.45.0...v1.45.1) (2020-10-30)
1771
-
1772
-
1773
- ### Bug Fixes
1774
-
1775
- * UTSelect can now have no drop down title ([#125](https://github.com/widergy/energy-ui/issues/125)) ([db87f3e](https://github.com/widergy/energy-ui/commit/db87f3e3b6ca1661a1b8da8a22d48f4d50693c4c))
1776
-
1777
- # [1.45.0](https://github.com/widergy/energy-ui/compare/v1.44.0...v1.45.0) (2020-10-28)
1778
-
1779
-
1780
- ### Features
1781
-
1782
- * updated UTTable pagination ([#124](https://github.com/widergy/energy-ui/issues/124)) ([970b2cd](https://github.com/widergy/energy-ui/commit/970b2cd483a9fc98f3e7960f6dd1de59b82cb65e))
1783
-
1784
- # [1.44.0](https://github.com/widergy/energy-ui/compare/v1.43.1...v1.44.0) (2020-10-25)
1785
-
1786
-
1787
- ### Features
1788
-
1789
- * Updated utworkflow and uttable. ([#123](https://github.com/widergy/energy-ui/issues/123)) ([e9d465d](https://github.com/widergy/energy-ui/commit/e9d465d0d1c4da8131243eb1a597ff29f53b3c3f))
1790
-
1791
- ## [1.43.1](https://github.com/widergy/energy-ui/compare/v1.43.0...v1.43.1) (2020-10-23)
1792
-
1793
-
1794
- ### Bug Fixes
1795
-
1796
- * textarea fixes, can take no title and input props ([#122](https://github.com/widergy/energy-ui/issues/122)) ([571579a](https://github.com/widergy/energy-ui/commit/571579a10017179c12df5b8cc71dbb4ca82ab69c))
1797
-
1798
- # [1.43.0](https://github.com/widergy/energy-ui/compare/v1.42.2...v1.43.0) (2020-10-23)
1799
-
1800
-
1801
- ### Features
1802
-
1803
- * added the option to hide row count in UTTable ([#121](https://github.com/widergy/energy-ui/issues/121)) ([4292a9b](https://github.com/widergy/energy-ui/commit/4292a9b016745815e5705602c390f02353881baa))
1804
-
1805
- ## [1.42.2](https://github.com/widergy/energy-ui/compare/v1.42.1...v1.42.2) (2020-10-19)
1806
-
1807
-
1808
- ### Bug Fixes
1809
-
1810
- * fix uttable order ([#119](https://github.com/widergy/energy-ui/issues/119)) ([ad6a73d](https://github.com/widergy/energy-ui/commit/ad6a73dd3523d6a903ba25acd4918c549a911296))
1811
-
1812
- ## [1.42.1](https://github.com/widergy/energy-ui/compare/v1.42.0...v1.42.1) (2020-10-19)
1813
-
1814
-
1815
- ### Bug Fixes
1816
-
1817
- * fix dialog styles ([#118](https://github.com/widergy/energy-ui/issues/118)) ([cf43254](https://github.com/widergy/energy-ui/commit/cf432548f81a6f6456b75f06c85383b7434ac20b))
1818
-
1819
- # [1.42.0](https://github.com/widergy/energy-ui/compare/v1.41.0...v1.42.0) (2020-10-16)
1820
-
1821
-
1822
- ### Features
1823
-
1824
- * added title component ([#120](https://github.com/widergy/energy-ui/issues/120)) ([047626d](https://github.com/widergy/energy-ui/commit/047626d3b72c000ce0b37e5cd19a7d1d5c2b6508))
1825
-
1826
- # [1.41.0](https://github.com/widergy/energy-ui/compare/v1.40.1...v1.41.0) (2020-10-09)
1827
-
1828
-
1829
- ### Features
1830
-
1831
- * update uttable and radiogroup ([#117](https://github.com/widergy/energy-ui/issues/117)) ([7a65fe8](https://github.com/widergy/energy-ui/commit/7a65fe8426f849cc18370ac3e393f26df6c7330a))
1832
-
1833
- ## [1.40.1](https://github.com/widergy/energy-ui/compare/v1.40.0...v1.40.1) (2020-10-05)
1834
-
1835
-
1836
- ### Bug Fixes
1837
-
1838
- * UTTables small fixes ([#115](https://github.com/widergy/energy-ui/issues/115)) ([f0664a8](https://github.com/widergy/energy-ui/commit/f0664a80206ee7ddc9be1269529c3ed6de5dd398))
1839
-
1840
- # [1.40.0](https://github.com/widergy/energy-ui/compare/v1.39.1...v1.40.0) (2020-10-02)
1841
-
1842
-
1843
- ### Features
1844
-
1845
- * update utselect theme ([#114](https://github.com/widergy/energy-ui/issues/114)) ([f0b0c2d](https://github.com/widergy/energy-ui/commit/f0b0c2d160eb58307bb05694b50cdb3ec63aafb3))
1846
-
1847
- ## [1.39.1](https://github.com/widergy/energy-ui/compare/v1.39.0...v1.39.1) (2020-10-02)
1848
-
1849
-
1850
- ### Bug Fixes
1851
-
1852
- * fix onChange in UTCheckbox ([#116](https://github.com/widergy/energy-ui/issues/116)) ([30d8286](https://github.com/widergy/energy-ui/commit/30d82867c493a732a28f8ffd245468698832d958))
1853
-
1854
- # [1.39.0](https://github.com/widergy/energy-ui/compare/v1.38.0...v1.39.0) (2020-10-01)
1855
-
1856
-
1857
- ### Features
1858
-
1859
- * implemented new version of UTTable ([#113](https://github.com/widergy/energy-ui/issues/113)) ([9604977](https://github.com/widergy/energy-ui/commit/9604977d5afc8c7ecbd3a895d65a935413b52132))
1860
-
1861
- # [1.38.0](https://github.com/widergy/energy-ui/compare/v1.37.0...v1.38.0) (2020-09-29)
1862
-
1863
-
1864
- ### Features
1865
-
1866
- * UTButton refactor to remove flat energy ui ([#112](https://github.com/widergy/energy-ui/issues/112)) ([8bc827f](https://github.com/widergy/energy-ui/commit/8bc827f0d1402a4ec4614f17aa75afd1b37e3ef2))
1867
-
1868
- # [1.37.0](https://github.com/widergy/energy-ui/compare/v1.36.2...v1.37.0) (2020-09-24)
1869
-
1870
-
1871
- ### Features
1872
-
1873
- * added props to UTPanel ([#110](https://github.com/widergy/energy-ui/issues/110)) ([288594e](https://github.com/widergy/energy-ui/commit/288594e83cbd64cbe5921ab7bb7827e0bc90a1a4))
1874
-
1875
- ## [1.36.2](https://github.com/widergy/energy-ui/compare/v1.36.1...v1.36.2) (2020-09-21)
1876
-
1877
-
1878
- ### Bug Fixes
1879
-
1880
- * force new version ([7c6a89e](https://github.com/widergy/energy-ui/commit/7c6a89ec22578245ce959c9c680478efceeb52eb))
1881
-
1882
- ## [1.36.1](https://github.com/widergy/energy-ui/compare/v1.36.0...v1.36.1) (2020-09-19)
1883
-
1884
-
1885
- ### Bug Fixes
1886
-
1887
- * fixing icon color ([#111](https://github.com/widergy/energy-ui/issues/111)) ([daffa18](https://github.com/widergy/energy-ui/commit/daffa186d001d7af46b4ed9200b3b9773dc45f8d))
1888
-
1889
- # [1.36.0](https://github.com/widergy/energy-ui/compare/v1.35.0...v1.36.0) (2020-09-19)
1890
-
1891
-
1892
- ### Features
1893
-
1894
- * UTTextArea can now have a tooltip by its title ([#109](https://github.com/widergy/energy-ui/issues/109)) ([196e8d2](https://github.com/widergy/energy-ui/commit/196e8d295695ae2ce7c03a015d52d6aaae1db5c1))
1895
-
1896
- # [1.35.0](https://github.com/widergy/energy-ui/compare/v1.34.2...v1.35.0) (2020-09-10)
1897
-
1898
-
1899
- ### Features
1900
-
1901
- * generated UTProgressBar component ([#108](https://github.com/widergy/energy-ui/issues/108)) ([3891be6](https://github.com/widergy/energy-ui/commit/3891be67893ea77f44bf971c262c072994aeabcc))
1902
-
1903
- ## [1.34.2](https://github.com/widergy/energy-ui/compare/v1.34.1...v1.34.2) (2020-09-09)
1904
-
1905
-
1906
- ### Bug Fixes
1907
-
1908
- * fix classes UTCheckbox ([#107](https://github.com/widergy/energy-ui/issues/107)) ([d9ae017](https://github.com/widergy/energy-ui/commit/d9ae0176dbe43fec4dd9bc84aa05ba4fa94e7feb))
1909
-
1910
- ## [1.34.1](https://github.com/widergy/energy-ui/compare/v1.34.0...v1.34.1) (2020-09-09)
1911
-
1912
-
1913
- ### Bug Fixes
1914
-
1915
- * fix style in UTSelect ([#106](https://github.com/widergy/energy-ui/issues/106)) ([a2d00f6](https://github.com/widergy/energy-ui/commit/a2d00f622b5e661d7b22730f1780b4a5e03276a0))
1916
-
1917
- # [1.34.0](https://github.com/widergy/energy-ui/compare/v1.33.1...v1.34.0) (2020-09-08)
1918
-
1919
-
1920
- ### Features
1921
-
1922
- * added UTTable ([#102](https://github.com/widergy/energy-ui/issues/102)) ([cfd462d](https://github.com/widergy/energy-ui/commit/cfd462dc994971d1d591768f5ae52c4ddbacfa00))
1923
-
1924
- ## [1.33.1](https://github.com/widergy/energy-ui/compare/v1.33.0...v1.33.1) (2020-09-04)
1925
-
1926
-
1927
- ### Bug Fixes
1928
-
1929
- * fix multiple value in UTSelect ([#105](https://github.com/widergy/energy-ui/issues/105)) ([3535797](https://github.com/widergy/energy-ui/commit/35357971cadf12c5bfea236c7881e90a96a434cc))
1930
-
1931
- # [1.33.0](https://github.com/widergy/energy-ui/compare/v1.32.0...v1.33.0) (2020-09-02)
1932
-
1933
-
1934
- ### Features
1935
-
1936
- * update uttextinput adornment styles ([#104](https://github.com/widergy/energy-ui/issues/104)) ([a2797d2](https://github.com/widergy/energy-ui/commit/a2797d2f0c2d8cce0ba8a2ce11d044470c82bade))
1937
-
1938
- # [1.32.0](https://github.com/widergy/energy-ui/compare/v1.31.1...v1.32.0) (2020-08-25)
1939
-
1940
-
1941
- ### Features
1942
-
1943
- * added circle variant to Rating component ([#100](https://github.com/widergy/energy-ui/issues/100)) ([fa19481](https://github.com/widergy/energy-ui/commit/fa1948122828fb22e5d06a5ac4b8e17ac6106761))
1944
-
1945
- ## [1.31.1](https://github.com/widergy/energy-ui/compare/v1.31.0...v1.31.1) (2020-08-21)
1946
-
1947
-
1948
- ### Bug Fixes
1949
-
1950
- * Fixed wrong use of prop elevation ([#101](https://github.com/widergy/energy-ui/issues/101)) ([b4042c4](https://github.com/widergy/energy-ui/commit/b4042c4b913296aed503aab9bc31d0334b82da04))
1951
-
1952
- # [1.31.0](https://github.com/widergy/energy-ui/compare/v1.30.0...v1.31.0) (2020-08-21)
1953
-
1954
-
1955
- ### Features
1956
-
1957
- * UTDialog migration to library ([#98](https://github.com/widergy/energy-ui/issues/98)) ([37b1031](https://github.com/widergy/energy-ui/commit/37b10315cb98963b8e32c413c17fbf62b2152bca))
1958
-
1959
- # [1.30.0](https://github.com/widergy/energy-ui/compare/v1.29.1...v1.30.0) (2020-08-14)
1960
-
1961
-
1962
- ### Features
1963
-
1964
- * Updated UTSelect component ([#99](https://github.com/widergy/energy-ui/issues/99)) ([702c90b](https://github.com/widergy/energy-ui/commit/702c90bd5f8b0d2aadbfc6cbcef81834020b5719))
1965
-
1966
- ## [1.29.1](https://github.com/widergy/energy-ui/compare/v1.29.0...v1.29.1) (2020-08-13)
1967
-
1968
-
1969
- ### Bug Fixes
1970
-
1971
- * variants refactoring ([#97](https://github.com/widergy/energy-ui/issues/97)) ([7d9ca36](https://github.com/widergy/energy-ui/commit/7d9ca369d084e69aa5303c99932fdb5aca42d9ca))
1972
-
1973
- # [1.29.0](https://github.com/widergy/energy-ui/compare/v1.28.1...v1.29.0) (2020-08-07)
1974
-
1975
-
1976
- ### Features
1977
-
1978
- * uttab added ([#96](https://github.com/widergy/energy-ui/issues/96)) ([b5a3b7d](https://github.com/widergy/energy-ui/commit/b5a3b7deb31694521c581419964d6d844cfd7783))
1979
-
1980
- ## [1.28.1](https://github.com/widergy/energy-ui/compare/v1.28.0...v1.28.1) (2020-08-04)
1981
-
1982
-
1983
- ### Bug Fixes
1984
-
1985
- * Fix type in UTTextInput ([#95](https://github.com/widergy/energy-ui/issues/95)) ([6448082](https://github.com/widergy/energy-ui/commit/644808277d2f5ec7521649d38a5e093181f50037))
1986
-
1987
- # [1.28.0](https://github.com/widergy/energy-ui/compare/v1.27.1...v1.28.0) (2020-07-31)
1988
-
1989
-
1990
- ### Features
1991
-
1992
- * on open added to utpanel ([#94](https://github.com/widergy/energy-ui/issues/94)) ([772fe38](https://github.com/widergy/energy-ui/commit/772fe38ea0c72d4d6c74f05fc497b02c0cb7c0c0))
1993
-
1994
- ## [1.27.1](https://github.com/widergy/energy-ui/compare/v1.27.0...v1.27.1) (2020-07-29)
1995
-
1996
-
1997
- ### Bug Fixes
1998
-
1999
- * fix step counter component ([#93](https://github.com/widergy/energy-ui/issues/93)) ([db8398e](https://github.com/widergy/energy-ui/commit/db8398e1628fc28968c8b55ccef8f6461ac2731a))
2000
-
2001
- # [1.27.0](https://github.com/widergy/energy-ui/compare/v1.26.3...v1.27.0) (2020-07-02)
2002
-
2003
-
2004
- ### Bug Fixes
2005
-
2006
- * added option to customize phone input tooltip ([#92](https://github.com/widergy/energy-ui/issues/92)) ([f40a1ca](https://github.com/widergy/energy-ui/commit/f40a1ca9b6232fed245a8b19fc557787ceaa6fad))
2007
-
2008
-
2009
- ### Features
2010
-
2011
- * add validation to avoid image resize in iexplorer ([#91](https://github.com/widergy/energy-ui/issues/91)) ([efed06f](https://github.com/widergy/energy-ui/commit/efed06f13cf177afe0afeb80735e5bc17e82772e))
2012
-
2013
- ## [1.26.3](https://github.com/widergy/energy-ui/compare/v1.26.2...v1.26.3) (2020-06-25)
2014
-
2015
-
2016
- ### Bug Fixes
2017
-
2018
- * fix map ([#90](https://github.com/widergy/energy-ui/issues/90)) ([6cf2b4b](https://github.com/widergy/energy-ui/commit/6cf2b4b1b6f1a08c33611033ffad553a929196d0))
2019
-
2020
- ## [1.26.2](https://github.com/widergy/energy-ui/compare/v1.26.1...v1.26.2) (2020-06-25)
2021
-
2022
-
2023
- ### Bug Fixes
2024
-
2025
- * fix search map ([#89](https://github.com/widergy/energy-ui/issues/89)) ([ae24935](https://github.com/widergy/energy-ui/commit/ae24935d093e06558f121269e13f1d959e601967))
2026
-
2027
- ## [1.26.1](https://github.com/widergy/energy-ui/compare/v1.26.0...v1.26.1) (2020-06-25)
2028
-
2029
-
2030
- ### Bug Fixes
2031
-
2032
- * fixing select all function of checklist ([#88](https://github.com/widergy/energy-ui/issues/88)) ([b4272c5](https://github.com/widergy/energy-ui/commit/b4272c54fcc3933b295e7329b3e13088df4479a0))
2033
-
2034
- # [1.26.0](https://github.com/widergy/energy-ui/compare/v1.25.1...v1.26.0) (2020-06-24)
2035
-
2036
-
2037
- ### Features
2038
-
2039
- * adding more options to customize checklist ([#87](https://github.com/widergy/energy-ui/issues/87)) ([6ffffb6](https://github.com/widergy/energy-ui/commit/6ffffb67628ab49053bde8c249a208df319cb00e))
2040
-
2041
- ## [1.25.1](https://github.com/widergy/energy-ui/compare/v1.25.0...v1.25.1) (2020-06-18)
2042
-
2043
-
2044
- ### Bug Fixes
2045
-
2046
- * removed steps of ([#86](https://github.com/widergy/energy-ui/issues/86)) ([7b9cb12](https://github.com/widergy/energy-ui/commit/7b9cb1250ceae8401c2889bdd55071cf79dec1ee))
2047
-
2048
- # [1.25.0](https://github.com/widergy/energy-ui/compare/v1.24.0...v1.25.0) (2020-06-16)
2049
-
2050
-
2051
- ### Features
2052
-
2053
- * added custom label to UTRadioGroup ([#83](https://github.com/widergy/energy-ui/issues/83)) ([324364b](https://github.com/widergy/energy-ui/commit/324364b2fcb8f0d44e7f42a9bcb93a8b8de06626))
2054
-
2055
- # [1.24.0](https://github.com/widergy/energy-ui/compare/v1.23.2...v1.24.0) (2020-06-16)
2056
-
2057
-
2058
- ### Features
2059
-
2060
- * added option to set variant to some imput components ([#85](https://github.com/widergy/energy-ui/issues/85)) ([e45cc0a](https://github.com/widergy/energy-ui/commit/e45cc0a7606125c81145499da5282f149ae94cfc))
2061
-
2062
- ## [1.23.2](https://github.com/widergy/energy-ui/compare/v1.23.1...v1.23.2) (2020-06-10)
2063
-
2064
-
2065
- ### Bug Fixes
2066
-
2067
- * Fixing address retrieving ([#84](https://github.com/widergy/energy-ui/issues/84)) ([553340e](https://github.com/widergy/energy-ui/commit/553340e68147d38a8430757d73506ab4bc60f61e))
2068
-
2069
- ## [1.23.1](https://github.com/widergy/energy-ui/compare/v1.23.0...v1.23.1) (2020-06-09)
2070
-
2071
-
2072
- ### Bug Fixes
2073
-
2074
- * Move perfect scrollbar at dependencies ([#82](https://github.com/widergy/energy-ui/issues/82)) ([2806da7](https://github.com/widergy/energy-ui/commit/2806da7e5c9d45e4832433ceb56f1c74f38485c7))
2075
-
2076
- # [1.23.0](https://github.com/widergy/energy-ui/compare/v1.22.1...v1.23.0) (2020-06-09)
2077
-
2078
-
2079
- ### Features
2080
-
2081
- * added custom row to UTChecklist ([#81](https://github.com/widergy/energy-ui/issues/81)) ([31fd90f](https://github.com/widergy/energy-ui/commit/31fd90fee9e9b25d68d8e2d8185d4bb989ff0d51))
2082
-
2083
- ## [1.22.1](https://github.com/widergy/energy-ui/compare/v1.22.0...v1.22.1) (2020-06-03)
2084
-
2085
-
2086
- ### Bug Fixes
2087
-
2088
- * added some props and style classes ([#80](https://github.com/widergy/energy-ui/issues/80)) ([64b8321](https://github.com/widergy/energy-ui/commit/64b832159fa355598ba62d72fd8f2759dad1c51c))
2089
-
2090
- # [1.22.0](https://github.com/widergy/energy-ui/compare/v1.21.0...v1.22.0) (2020-05-28)
2091
-
2092
-
2093
- ### Features
2094
-
2095
- * Added UTPanel ([#79](https://github.com/widergy/energy-ui/issues/79)) ([50a381d](https://github.com/widergy/energy-ui/commit/50a381d218f30b63d9149eb0b63d97d7b58a8f85))
2096
-
2097
- # [1.21.0](https://github.com/widergy/energy-ui/compare/v1.20.1...v1.21.0) (2020-05-20)
2098
-
2099
-
2100
- ### Features
2101
-
2102
- * added UTWorkflow component ([#78](https://github.com/widergy/energy-ui/issues/78)) ([4c31a22](https://github.com/widergy/energy-ui/commit/4c31a22a032f2691613e4ed5cad80c7b47c3578a))
2103
-
2104
- ## [1.20.1](https://github.com/widergy/energy-ui/compare/v1.20.0...v1.20.1) (2020-05-05)
2105
-
2106
-
2107
- ### Bug Fixes
2108
-
2109
- * fix alert width for message container in iexplorer ([#77](https://github.com/widergy/energy-ui/issues/77)) ([f8eb8f3](https://github.com/widergy/energy-ui/commit/f8eb8f3a4f9cd7cabb11afec1db39395a5945438))
2110
-
2111
- # [1.20.0](https://github.com/widergy/energy-ui/compare/v1.19.1...v1.20.0) (2020-03-19)
2112
-
2113
-
2114
- ### Features
2115
-
2116
- * add attachment preload on componentdidmount ([#75](https://github.com/widergy/energy-ui/issues/75)) ([5e318ea](https://github.com/widergy/energy-ui/commit/5e318ea3d64cc09712a9c6b6b79cf283e5f029e4))
2117
-
2118
- ## [1.19.1](https://github.com/widergy/energy-ui/compare/v1.19.0...v1.19.1) (2020-03-18)
2119
-
2120
-
2121
- ### Bug Fixes
2122
-
2123
- * fixing radiogroup styles ([#76](https://github.com/widergy/energy-ui/issues/76)) ([175d583](https://github.com/widergy/energy-ui/commit/175d5838401e3ea75917c6cc474aa11d2846c64e))
2124
-
2125
- # [1.19.0](https://github.com/widergy/energy-ui/compare/v1.18.0...v1.19.0) (2020-03-12)
2126
-
2127
-
2128
- ### Features
2129
-
2130
- * add configuration for text ([#74](https://github.com/widergy/energy-ui/issues/74)) ([0d8734c](https://github.com/widergy/energy-ui/commit/0d8734cde0e29a9db46422fd45ccff0bbaac9af3))
2131
-
2132
- # [1.18.0](https://github.com/widergy/energy-ui/compare/v1.17.0...v1.18.0) (2020-03-03)
2133
-
2134
-
2135
- ### Features
2136
-
2137
- * added theme for rating star ([#73](https://github.com/widergy/energy-ui/issues/73)) ([7f603a3](https://github.com/widergy/energy-ui/commit/7f603a3626d40251652c3dbf1d0ec1cf8a20cf1e))
2138
-
2139
- # [1.17.0](https://github.com/widergy/energy-ui/compare/v1.16.0...v1.17.0) (2020-03-03)
2140
-
2141
-
2142
- ### Features
2143
-
2144
- * added width ([#72](https://github.com/widergy/energy-ui/issues/72)) ([fdd1452](https://github.com/widergy/energy-ui/commit/fdd145254ef0cc1ad3b86e80944b80599cabb96b))
2145
-
2146
- # [1.16.0](https://github.com/widergy/energy-ui/compare/v1.15.0...v1.16.0) (2020-02-28)
2147
-
2148
-
2149
- ### Features
2150
-
2151
- * added image fetch in attachment component ([#71](https://github.com/widergy/energy-ui/issues/71)) ([172454c](https://github.com/widergy/energy-ui/commit/172454c9e7903d64cd03f3c2b041faf7fca0540d))
2152
-
2153
- # [1.15.0](https://github.com/widergy/energy-ui/compare/v1.14.0...v1.15.0) (2020-02-21)
2154
-
2155
-
2156
- ### Bug Fixes
2157
-
2158
- * correction prop types ([#69](https://github.com/widergy/energy-ui/issues/69)) ([e63c659](https://github.com/widergy/energy-ui/commit/e63c659d13fe910cfd4a440602a7de8f576442c0))
2159
- * fixed when phone value is deleted ([#67](https://github.com/widergy/energy-ui/issues/67)) ([4a1d365](https://github.com/widergy/energy-ui/commit/4a1d365cbbedd9d0c82a8ac04fc7787126d879db))
2160
-
2161
-
2162
- ### Features
2163
-
2164
- * added component UTRatingStar ([#70](https://github.com/widergy/energy-ui/issues/70)) ([8e3c085](https://github.com/widergy/energy-ui/commit/8e3c085abf39e035507bdfdd56efe2a443427df1))
2165
-
2166
- # [1.14.0](https://github.com/widergy/energy-ui/compare/v1.13.0...v1.14.0) (2020-02-14)
2167
-
2168
-
2169
- ### Features
2170
-
2171
- * Added UTTextArea ([#68](https://github.com/widergy/energy-ui/issues/68)) ([17f336d](https://github.com/widergy/energy-ui/commit/17f336d58fe0aa4aff902b1490e4af7483d68f40))
2172
-
2173
- # [1.13.0](https://github.com/widergy/energy-ui/compare/v1.12.0...v1.13.0) (2020-01-21)
2174
-
2175
-
2176
- ### Features
2177
-
2178
- * added end adornment to UTTextInput ([#66](https://github.com/widergy/energy-ui/issues/66)) ([c2d18fa](https://github.com/widergy/energy-ui/commit/c2d18fadc7adc20484d82738fe86413406cd80aa))
2179
-
2180
- # [1.12.0](https://github.com/widergy/energy-ui/compare/v1.11.1...v1.12.0) (2020-01-10)
2181
-
2182
-
2183
- ### Features
2184
-
2185
- * added tippyProps to UTTextInput ([#65](https://github.com/widergy/energy-ui/issues/65)) ([a6bb029](https://github.com/widergy/energy-ui/commit/a6bb02902a35d5ac3b72d40fc323684cd8bed187))
2186
-
2187
- ## [1.11.1](https://github.com/widergy/energy-ui/compare/v1.11.0...v1.11.1) (2020-01-09)
2188
-
2189
-
2190
- ### Bug Fixes
2191
-
2192
- * cleaned phone number if code is invalid ([#62](https://github.com/widergy/energy-ui/issues/62)) ([66dba9a](https://github.com/widergy/energy-ui/commit/66dba9aff6a2520bf1c7dfaf9ca98d6b831fe5d4))
2193
-
2194
- # [1.11.0](https://github.com/widergy/energy-ui/compare/v1.10.0...v1.11.0) (2020-01-09)
2195
-
2196
-
2197
- ### Features
2198
-
2199
- * added default values to UTPhoneInput ([#64](https://github.com/widergy/energy-ui/issues/64)) ([f9cfe2c](https://github.com/widergy/energy-ui/commit/f9cfe2c5bf0b811c1cdad48a8f4f0eba311756ef))
2200
-
2201
- # [1.10.0](https://github.com/widergy/energy-ui/compare/v1.9.0...v1.10.0) (2019-12-30)
2202
-
2203
-
2204
- ### Features
2205
-
2206
- * Load attachment previous value ([#63](https://github.com/widergy/energy-ui/issues/63)) ([e245995](https://github.com/widergy/energy-ui/commit/e245995aada50a5b9f70ba1dc3b1112eeb2def09))
2207
-
2208
- # [1.9.0](https://github.com/widergy/energy-ui/compare/v1.8.0...v1.9.0) (2019-12-27)
2209
-
2210
-
2211
- ### Features
2212
-
2213
- * added custom footer to utcard ([#61](https://github.com/widergy/energy-ui/issues/61)) ([0a583bb](https://github.com/widergy/energy-ui/commit/0a583bb605c5787ab9957513ec6c2174114e8c23))
2214
-
2215
- # [1.8.0](https://github.com/widergy/energy-ui/compare/v1.7.1...v1.8.0) (2019-12-27)
2216
-
2217
-
2218
- ### Features
2219
-
2220
- * change polygon colors and zoom ([#59](https://github.com/widergy/energy-ui/issues/59)) ([3303f8a](https://github.com/widergy/energy-ui/commit/3303f8a29612a644c7e4ea146a485cd7dd91bbae))
2221
-
2222
- ## [1.7.1](https://github.com/widergy/energy-ui/compare/v1.7.0...v1.7.1) (2019-12-07)
2223
-
2224
-
2225
- ### Bug Fixes
2226
-
2227
- * Fixing UTMap Polygon drawing and restrictions ([#57](https://github.com/widergy/energy-ui/issues/57)) ([3206f65](https://github.com/widergy/energy-ui/commit/3206f654bd554b6293844c10ea6f7bc85f1613d0))
2228
-
2229
- # [1.7.0](https://github.com/widergy/energy-ui/compare/v1.6.1...v1.7.0) (2019-11-25)
2230
-
2231
-
2232
- ### Features
2233
-
2234
- * automate release flow ([#56](https://github.com/widergy/energy-ui/issues/56)) ([71e9b79](https://github.com/widergy/energy-ui/commit/71e9b7962ae936b818cc56ee99f3c9b820700061))