@refinitiv-ui/elements 7.0.0 → 7.0.1

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 (207) hide show
  1. package/CHANGELOG.md +191 -456
  2. package/LICENSE +2 -2
  3. package/README.md +13 -11
  4. package/cli.mjs +5 -3
  5. package/lib/accordion/index.d.ts +1 -1
  6. package/lib/accordion/index.js +4 -7
  7. package/lib/appstate-bar/index.d.ts +2 -2
  8. package/lib/appstate-bar/index.js +10 -4
  9. package/lib/autosuggest/index.d.ts +7 -7
  10. package/lib/autosuggest/index.js +80 -80
  11. package/lib/autosuggest/themes/solar/charcoal/index.js +1 -1
  12. package/lib/autosuggest/themes/solar/pearl/index.js +1 -1
  13. package/lib/button/index.js +7 -10
  14. package/lib/button-bar/index.d.ts +1 -1
  15. package/lib/button-bar/index.js +12 -12
  16. package/lib/calendar/index.d.ts +39 -39
  17. package/lib/calendar/index.js +156 -123
  18. package/lib/calendar/utils.js +1 -1
  19. package/lib/canvas/index.d.ts +1 -1
  20. package/lib/canvas/index.js +2 -4
  21. package/lib/card/helpers/types.d.ts +2 -2
  22. package/lib/card/index.d.ts +5 -5
  23. package/lib/card/index.js +34 -28
  24. package/lib/chart/elements/chart.d.ts +4 -4
  25. package/lib/chart/elements/chart.js +39 -33
  26. package/lib/chart/plugins/doughnut-center-label.d.ts +3 -3
  27. package/lib/chart/plugins/doughnut-center-label.js +13 -9
  28. package/lib/checkbox/index.d.ts +1 -1
  29. package/lib/checkbox/index.js +12 -13
  30. package/lib/clock/index.d.ts +55 -55
  31. package/lib/clock/index.js +84 -95
  32. package/lib/clock/themes/halo/dark/index.js +1 -1
  33. package/lib/clock/themes/halo/light/index.js +1 -1
  34. package/lib/clock/themes/solar/charcoal/index.js +1 -1
  35. package/lib/clock/themes/solar/pearl/index.js +1 -1
  36. package/lib/collapse/index.d.ts +1 -1
  37. package/lib/collapse/index.js +27 -18
  38. package/lib/collapse/themes/halo/dark/index.js +1 -1
  39. package/lib/collapse/themes/halo/light/index.js +1 -1
  40. package/lib/color-dialog/elements/color-palettes.d.ts +1 -1
  41. package/lib/color-dialog/elements/color-palettes.js +5 -6
  42. package/lib/color-dialog/elements/grayscale-palettes.d.ts +1 -1
  43. package/lib/color-dialog/elements/grayscale-palettes.js +9 -9
  44. package/lib/color-dialog/elements/palettes.js +5 -4
  45. package/lib/color-dialog/helpers/value-model.js +7 -9
  46. package/lib/color-dialog/index.d.ts +6 -6
  47. package/lib/color-dialog/index.js +53 -37
  48. package/lib/color-picker/index.d.ts +2 -2
  49. package/lib/color-picker/index.js +40 -34
  50. package/lib/combo-box/helpers/filter.d.ts +2 -2
  51. package/lib/combo-box/helpers/types.d.ts +1 -1
  52. package/lib/combo-box/index.d.ts +9 -9
  53. package/lib/combo-box/index.js +61 -55
  54. package/lib/configuration/elements/configuration.js +2 -2
  55. package/lib/counter/index.d.ts +4 -4
  56. package/lib/counter/index.js +9 -7
  57. package/lib/datetime-field/index.d.ts +4 -5
  58. package/lib/datetime-field/index.js +32 -23
  59. package/lib/datetime-field/utils.js +11 -1
  60. package/lib/datetime-picker/index.d.ts +75 -75
  61. package/lib/datetime-picker/index.js +150 -131
  62. package/lib/datetime-picker/locales.js +5 -5
  63. package/lib/datetime-picker/utils.js +9 -9
  64. package/lib/dialog/draggable-element.js +1 -2
  65. package/lib/dialog/index.d.ts +5 -5
  66. package/lib/dialog/index.js +51 -47
  67. package/lib/email-field/index.d.ts +1 -1
  68. package/lib/email-field/index.js +6 -6
  69. package/lib/events.d.ts +1 -1
  70. package/lib/flag/index.d.ts +1 -1
  71. package/lib/flag/index.js +6 -5
  72. package/lib/flag/utils/FlagLoader.js +1 -1
  73. package/lib/header/index.d.ts +1 -1
  74. package/lib/header/index.js +2 -2
  75. package/lib/header/themes/halo/dark/index.js +1 -1
  76. package/lib/header/themes/halo/light/index.js +1 -1
  77. package/lib/header/themes/solar/charcoal/index.js +1 -1
  78. package/lib/header/themes/solar/pearl/index.js +1 -1
  79. package/lib/heatmap/helpers/color.d.ts +1 -1
  80. package/lib/heatmap/helpers/color.js +11 -5
  81. package/lib/heatmap/helpers/track.js +3 -3
  82. package/lib/heatmap/index.d.ts +9 -9
  83. package/lib/heatmap/index.js +51 -42
  84. package/lib/icon/index.d.ts +2 -2
  85. package/lib/icon/index.js +8 -10
  86. package/lib/interactive-chart/helpers/types.d.ts +3 -3
  87. package/lib/interactive-chart/index.d.ts +29 -29
  88. package/lib/interactive-chart/index.js +69 -55
  89. package/lib/item/helpers/types.d.ts +1 -1
  90. package/lib/item/index.d.ts +3 -3
  91. package/lib/item/index.js +24 -20
  92. package/lib/jsx.d.ts +6 -4
  93. package/lib/label/index.d.ts +1 -1
  94. package/lib/label/index.js +10 -7
  95. package/lib/layout/index.d.ts +7 -7
  96. package/lib/layout/index.js +7 -7
  97. package/lib/led-gauge/index.d.ts +1 -1
  98. package/lib/led-gauge/index.js +10 -10
  99. package/lib/list/elements/list.d.ts +3 -3
  100. package/lib/list/elements/list.js +10 -12
  101. package/lib/list/helpers/renderer.js +2 -2
  102. package/lib/list/helpers/types.d.ts +1 -1
  103. package/lib/list/index.d.ts +1 -1
  104. package/lib/list/renderer.d.ts +7 -7
  105. package/lib/loader/index.js +7 -8
  106. package/lib/multi-input/index.d.ts +6 -6
  107. package/lib/multi-input/index.js +39 -45
  108. package/lib/notification/elements/notification-tray.d.ts +2 -2
  109. package/lib/notification/elements/notification-tray.js +3 -3
  110. package/lib/notification/elements/notification.d.ts +2 -2
  111. package/lib/notification/elements/notification.js +19 -13
  112. package/lib/notification/helpers/status.js +1 -1
  113. package/lib/number-field/index.d.ts +5 -6
  114. package/lib/number-field/index.js +37 -47
  115. package/lib/overlay/elements/overlay-viewport.d.ts +1 -1
  116. package/lib/overlay/elements/overlay.d.ts +2 -2
  117. package/lib/overlay/elements/overlay.js +152 -96
  118. package/lib/overlay/helpers/types.d.ts +1 -1
  119. package/lib/overlay/managers/backdrop-manager.d.ts +1 -1
  120. package/lib/overlay/managers/backdrop-manager.js +2 -2
  121. package/lib/overlay/managers/close-manager.js +2 -1
  122. package/lib/overlay/managers/focus-manager.js +23 -13
  123. package/lib/overlay/managers/interaction-lock-manager.d.ts +4 -4
  124. package/lib/overlay/managers/interaction-lock-manager.js +33 -25
  125. package/lib/overlay/managers/viewport-manager.d.ts +2 -2
  126. package/lib/overlay/managers/viewport-manager.js +3 -2
  127. package/lib/overlay/managers/zindex-manager.js +4 -2
  128. package/lib/overlay-menu/helpers/types.d.ts +2 -2
  129. package/lib/overlay-menu/index.d.ts +1 -1
  130. package/lib/overlay-menu/index.js +44 -33
  131. package/lib/overlay-menu/managers/menu-manager.d.ts +10 -10
  132. package/lib/overlay-menu/managers/menu-manager.js +14 -13
  133. package/lib/pagination/index.d.ts +4 -4
  134. package/lib/pagination/index.js +39 -14
  135. package/lib/panel/index.js +1 -1
  136. package/lib/password-field/index.d.ts +2 -2
  137. package/lib/password-field/index.js +3 -3
  138. package/lib/pill/index.d.ts +1 -1
  139. package/lib/pill/index.js +22 -19
  140. package/lib/progress-bar/index.d.ts +1 -1
  141. package/lib/progress-bar/index.js +38 -37
  142. package/lib/radio-button/index.d.ts +2 -2
  143. package/lib/radio-button/index.js +17 -12
  144. package/lib/radio-button/radio-button-registry.js +8 -5
  145. package/lib/rating/index.d.ts +1 -1
  146. package/lib/rating/index.js +2 -5
  147. package/lib/rating/utils.d.ts +6 -6
  148. package/lib/rating/utils.js +6 -6
  149. package/lib/search-field/index.d.ts +2 -2
  150. package/lib/search-field/index.js +4 -4
  151. package/lib/select/index.d.ts +34 -34
  152. package/lib/select/index.js +68 -81
  153. package/lib/sidebar-layout/index.d.ts +2 -2
  154. package/lib/sidebar-layout/index.js +7 -9
  155. package/lib/slider/index.d.ts +2 -2
  156. package/lib/slider/index.js +57 -45
  157. package/lib/slider/utils.d.ts +10 -10
  158. package/lib/slider/utils.js +10 -10
  159. package/lib/sparkline/index.d.ts +1 -1
  160. package/lib/sparkline/index.js +7 -8
  161. package/lib/swing-gauge/helpers.js +2 -2
  162. package/lib/swing-gauge/index.d.ts +19 -19
  163. package/lib/swing-gauge/index.js +91 -81
  164. package/lib/tab/index.d.ts +1 -1
  165. package/lib/tab/index.js +16 -27
  166. package/lib/tab/themes/halo/dark/index.js +1 -1
  167. package/lib/tab/themes/halo/light/index.js +1 -1
  168. package/lib/tab/themes/solar/charcoal/index.js +1 -1
  169. package/lib/tab/themes/solar/pearl/index.js +1 -1
  170. package/lib/tab-bar/helpers/animate.js +1 -1
  171. package/lib/tab-bar/index.d.ts +1 -1
  172. package/lib/tab-bar/index.js +34 -18
  173. package/lib/tab-bar/themes/halo/dark/index.js +1 -1
  174. package/lib/tab-bar/themes/halo/light/index.js +1 -1
  175. package/lib/text-field/index.d.ts +1 -1
  176. package/lib/text-field/index.js +34 -31
  177. package/lib/time-picker/index.d.ts +6 -6
  178. package/lib/time-picker/index.js +103 -89
  179. package/lib/toggle/index.d.ts +1 -1
  180. package/lib/toggle/index.js +4 -3
  181. package/lib/tooltip/elements/title-tooltip.js +2 -2
  182. package/lib/tooltip/index.d.ts +27 -27
  183. package/lib/tooltip/index.js +42 -38
  184. package/lib/tooltip/managers/tooltip-manager.d.ts +1 -1
  185. package/lib/tornado-chart/elements/tornado-chart.d.ts +1 -1
  186. package/lib/tornado-chart/elements/tornado-chart.js +2 -2
  187. package/lib/tornado-chart/elements/tornado-item.d.ts +2 -2
  188. package/lib/tornado-chart/elements/tornado-item.js +12 -10
  189. package/lib/tree/elements/tree-item.d.ts +3 -3
  190. package/lib/tree/elements/tree-item.js +21 -19
  191. package/lib/tree/elements/tree.d.ts +1 -1
  192. package/lib/tree/elements/tree.js +12 -11
  193. package/lib/tree/helpers/renderer.js +4 -3
  194. package/lib/tree/index.d.ts +1 -1
  195. package/lib/tree/managers/tree-manager.d.ts +1 -1
  196. package/lib/tree/managers/tree-manager.js +17 -18
  197. package/lib/tree/themes/solar/charcoal/index.js +1 -1
  198. package/lib/tree/themes/solar/pearl/index.js +1 -1
  199. package/lib/tree-select/index.d.ts +9 -9
  200. package/lib/tree-select/index.js +91 -82
  201. package/lib/tree-select/themes/halo/dark/index.js +1 -1
  202. package/lib/tree-select/themes/halo/light/index.js +1 -1
  203. package/lib/tree-select/themes/solar/charcoal/index.js +1 -1
  204. package/lib/tree-select/themes/solar/pearl/index.js +1 -1
  205. package/lib/version.js +1 -1
  206. package/package.json +16 -16
  207. package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md CHANGED
@@ -3,787 +3,522 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.8...@refinitiv-ui/elements@7.0.0) (2023-06-30)
6
+ ## [7.0.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.0.0...@refinitiv-ui/elements@7.0.1) (2023-07-17)
7
7
 
8
8
 
9
9
  ### Bug Fixes
10
10
 
11
- * **chart:** fix radar scale backdrop to be false ([#746](https://github.com/Refinitiv/refinitiv-ui/issues/746)) ([fd978fd](https://github.com/Refinitiv/refinitiv-ui/commit/fd978fd6613becd4513cac83be0c3e4e69cdb98e))
12
- * **chart:** fix support donut by bare style ([#732](https://github.com/Refinitiv/refinitiv-ui/issues/732)) ([eef722f](https://github.com/Refinitiv/refinitiv-ui/commit/eef722fb893d7411dbbb06cc740fdeb6805be353))
13
- * incorrect skip firefox ([9d403ec](https://github.com/Refinitiv/refinitiv-ui/commit/9d403ec998d4dc85b69a8f4fde799c455d976e66))
14
-
15
-
16
- ### Features
17
-
18
- * **chart:** create bare entrypoint to reduce bundle size ([#687](https://github.com/Refinitiv/refinitiv-ui/issues/687)) ([7facd35](https://github.com/Refinitiv/refinitiv-ui/commit/7facd356dc2523fc492487f1a66956518350117c)), closes [#691](https://github.com/Refinitiv/refinitiv-ui/issues/691) [#642](https://github.com/Refinitiv/refinitiv-ui/issues/642) [#602](https://github.com/Refinitiv/refinitiv-ui/issues/602) [#655](https://github.com/Refinitiv/refinitiv-ui/issues/655) [#666](https://github.com/Refinitiv/refinitiv-ui/issues/666)
19
- * **icon, flag:** updateComplete resolves after svg is ready ([#686](https://github.com/Refinitiv/refinitiv-ui/issues/686)) ([9f41875](https://github.com/Refinitiv/refinitiv-ui/commit/9f41875030df7b95a034c9d85f8d38c695af7ec6))
20
- * **icon:** change element to load svg sprite icon by default ([#758](https://github.com/Refinitiv/refinitiv-ui/issues/758)) ([7b8f8ff](https://github.com/Refinitiv/refinitiv-ui/commit/7b8f8ff611b82a096ec6200c0626704ff3d96bbc))
21
- * remove alias ([#538](https://github.com/Refinitiv/refinitiv-ui/issues/538)) ([8b56678](https://github.com/Refinitiv/refinitiv-ui/commit/8b56678caf3932584b9004e33d5949de954c6ebc))
22
- * remove ie specific styles ([#600](https://github.com/Refinitiv/refinitiv-ui/issues/600)) ([ec63e0c](https://github.com/Refinitiv/refinitiv-ui/commit/ec63e0c225a72b210da8b98abc2ca7ff5f26b471))
23
- * remove ShadyCSS and update matches to use native API ([#525](https://github.com/Refinitiv/refinitiv-ui/issues/525)) ([cc85390](https://github.com/Refinitiv/refinitiv-ui/commit/cc85390ae8041be8ce42ac3f45e6943d66ac2058))
24
- * **utils:** add local cache ([#412](https://github.com/Refinitiv/refinitiv-ui/issues/412)) ([785cfd2](https://github.com/Refinitiv/refinitiv-ui/commit/785cfd285ba2535c7487a1674bae4e496f173a28))
11
+ * **chart:** wrong type on onRenderLabel ([#820](https://github.com/Refinitiv/refinitiv-ui/issues/820)) ([29a0e44](https://github.com/Refinitiv/refinitiv-ui/commit/29a0e44993c54bcff0279eb11a9a7dcfb755cbc2))
12
+ * flag attribute not reflecting when set through property ([#822](https://github.com/Refinitiv/refinitiv-ui/issues/822)) ([c6cb02a](https://github.com/Refinitiv/refinitiv-ui/commit/c6cb02a744e16fd2f3f356fcc6f66325c9245118))
13
+ * **interactive-chart:** export chart interface ([#812](https://github.com/Refinitiv/refinitiv-ui/issues/812)) ([7ec5eab](https://github.com/Refinitiv/refinitiv-ui/commit/7ec5eabffc82e5a4866f9de7662b4d3d69e2640b))
25
14
 
26
15
 
27
16
 
28
17
 
29
18
 
30
- ## [6.8.8](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.7...@refinitiv-ui/elements@6.8.8) (2023-06-30)
31
-
19
+ # [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.8...@refinitiv-ui/elements@7.0.0) (2023-06-30)
32
20
 
33
21
  ### Bug Fixes
34
22
 
35
- * **number-field:** fix invalid regex ([#772](https://github.com/Refinitiv/refinitiv-ui/issues/772)) ([6af37fb](https://github.com/Refinitiv/refinitiv-ui/commit/6af37fb95bae9b194fdb3f4a6436b5a4a1048fca))
36
- * **select:** change role to be combobox ([#777](https://github.com/Refinitiv/refinitiv-ui/issues/777)) ([5a89914](https://github.com/Refinitiv/refinitiv-ui/commit/5a8991410bc0c52f9919cb009a93b0e895de1ede))
37
-
38
-
23
+ - **chart:** fix radar scale backdrop to be false ([#746](https://github.com/Refinitiv/refinitiv-ui/issues/746)) ([fd978fd](https://github.com/Refinitiv/refinitiv-ui/commit/fd978fd6613becd4513cac83be0c3e4e69cdb98e))
24
+ - **chart:** fix support donut by bare style ([#732](https://github.com/Refinitiv/refinitiv-ui/issues/732)) ([eef722f](https://github.com/Refinitiv/refinitiv-ui/commit/eef722fb893d7411dbbb06cc740fdeb6805be353))
25
+ - incorrect skip firefox ([9d403ec](https://github.com/Refinitiv/refinitiv-ui/commit/9d403ec998d4dc85b69a8f4fde799c455d976e66))
39
26
 
27
+ ### Features
40
28
 
29
+ - **chart:** create bare entrypoint to reduce bundle size ([#687](https://github.com/Refinitiv/refinitiv-ui/issues/687)) ([7facd35](https://github.com/Refinitiv/refinitiv-ui/commit/7facd356dc2523fc492487f1a66956518350117c)), closes [#691](https://github.com/Refinitiv/refinitiv-ui/issues/691) [#642](https://github.com/Refinitiv/refinitiv-ui/issues/642) [#602](https://github.com/Refinitiv/refinitiv-ui/issues/602) [#655](https://github.com/Refinitiv/refinitiv-ui/issues/655) [#666](https://github.com/Refinitiv/refinitiv-ui/issues/666)
30
+ - **icon, flag:** updateComplete resolves after svg is ready ([#686](https://github.com/Refinitiv/refinitiv-ui/issues/686)) ([9f41875](https://github.com/Refinitiv/refinitiv-ui/commit/9f41875030df7b95a034c9d85f8d38c695af7ec6))
31
+ - **icon:** change element to load svg sprite icon by default ([#758](https://github.com/Refinitiv/refinitiv-ui/issues/758)) ([7b8f8ff](https://github.com/Refinitiv/refinitiv-ui/commit/7b8f8ff611b82a096ec6200c0626704ff3d96bbc))
32
+ - remove alias ([#538](https://github.com/Refinitiv/refinitiv-ui/issues/538)) ([8b56678](https://github.com/Refinitiv/refinitiv-ui/commit/8b56678caf3932584b9004e33d5949de954c6ebc))
33
+ - remove ie specific styles ([#600](https://github.com/Refinitiv/refinitiv-ui/issues/600)) ([ec63e0c](https://github.com/Refinitiv/refinitiv-ui/commit/ec63e0c225a72b210da8b98abc2ca7ff5f26b471))
34
+ - remove ShadyCSS and update matches to use native API ([#525](https://github.com/Refinitiv/refinitiv-ui/issues/525)) ([cc85390](https://github.com/Refinitiv/refinitiv-ui/commit/cc85390ae8041be8ce42ac3f45e6943d66ac2058))
35
+ - **utils:** add local cache ([#412](https://github.com/Refinitiv/refinitiv-ui/issues/412)) ([785cfd2](https://github.com/Refinitiv/refinitiv-ui/commit/785cfd285ba2535c7487a1674bae4e496f173a28))
41
36
 
42
- ## [6.8.7](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.6...@refinitiv-ui/elements@6.8.7) (2023-06-23)
43
-
37
+ ## [6.8.8](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.7...@refinitiv-ui/elements@6.8.8) (2023-06-30)
44
38
 
45
39
  ### Bug Fixes
46
40
 
47
- * **password-field:** deregister overflow tooltip and text ellipsis ([#769](https://github.com/Refinitiv/refinitiv-ui/issues/769)) ([1579e08](https://github.com/Refinitiv/refinitiv-ui/commit/1579e08bdae5ecfa8709b293d31a29f5f479bcf2))
48
-
41
+ - **number-field:** fix invalid regex ([#772](https://github.com/Refinitiv/refinitiv-ui/issues/772)) ([6af37fb](https://github.com/Refinitiv/refinitiv-ui/commit/6af37fb95bae9b194fdb3f4a6436b5a4a1048fca))
42
+ - **select:** change role to be combobox ([#777](https://github.com/Refinitiv/refinitiv-ui/issues/777)) ([5a89914](https://github.com/Refinitiv/refinitiv-ui/commit/5a8991410bc0c52f9919cb009a93b0e895de1ede))
49
43
 
44
+ ## [6.8.7](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.6...@refinitiv-ui/elements@6.8.7) (2023-06-23)
50
45
 
46
+ ### Bug Fixes
51
47
 
48
+ - **password-field:** deregister overflow tooltip and text ellipsis ([#769](https://github.com/Refinitiv/refinitiv-ui/issues/769)) ([1579e08](https://github.com/Refinitiv/refinitiv-ui/commit/1579e08bdae5ecfa8709b293d31a29f5f479bcf2))
52
49
 
53
50
  ## [6.8.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.5...@refinitiv-ui/elements@6.8.6) (2023-06-20)
54
51
 
55
-
56
52
  ### Bug Fixes
57
53
 
58
- * **calendar, datetime-picker:** prevent deselect date on calendar ([#735](https://github.com/Refinitiv/refinitiv-ui/issues/735)) ([4b0799a](https://github.com/Refinitiv/refinitiv-ui/commit/4b0799a19725cba456fa41be35de24b79df466c5))
59
- * **number-field:** fix Floating point Division on validate method ([#757](https://github.com/Refinitiv/refinitiv-ui/issues/757)) ([a7095ae](https://github.com/Refinitiv/refinitiv-ui/commit/a7095ae861e0948f95cc73ac68d31eb5585a54a6))
60
-
61
-
62
-
63
-
54
+ - **calendar, datetime-picker:** prevent deselect date on calendar ([#735](https://github.com/Refinitiv/refinitiv-ui/issues/735)) ([4b0799a](https://github.com/Refinitiv/refinitiv-ui/commit/4b0799a19725cba456fa41be35de24b79df466c5))
55
+ - **number-field:** fix Floating point Division on validate method ([#757](https://github.com/Refinitiv/refinitiv-ui/issues/757)) ([a7095ae](https://github.com/Refinitiv/refinitiv-ui/commit/a7095ae861e0948f95cc73ac68d31eb5585a54a6))
64
56
 
65
57
  ## [6.8.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.4...@refinitiv-ui/elements@6.8.5) (2023-06-08)
66
58
 
67
59
  **Note:** Version bump only for package @refinitiv-ui/elements
68
60
 
69
-
70
-
71
-
72
-
73
61
  ## [6.8.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.4-next.1...@refinitiv-ui/elements@6.8.4) (2023-06-07)
74
62
 
75
63
  **Note:** Version bump only for package @refinitiv-ui/elements
76
64
 
77
-
78
-
79
-
80
-
81
65
  ## [6.8.4-next.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.4-next.0...@refinitiv-ui/elements@6.8.4-next.1) (2023-06-06)
82
66
 
83
67
  **Note:** Version bump only for package @refinitiv-ui/elements
84
68
 
85
-
86
-
87
-
88
-
89
69
  ## [6.8.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.2...@refinitiv-ui/elements@6.8.3) (2023-06-06)
90
70
 
91
71
  **Note:** Version bump only for package @refinitiv-ui/elements
92
72
 
93
-
94
-
95
-
96
-
97
73
  ## [6.8.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.1...@refinitiv-ui/elements@6.8.2) (2023-05-24)
98
74
 
99
-
100
75
  ### Bug Fixes
101
76
 
102
- * remove `z-index` from collapse implementation ([#682](https://github.com/Refinitiv/refinitiv-ui/issues/682)) ([c3b6f76](https://github.com/Refinitiv/refinitiv-ui/commit/c3b6f76b178a0339de8f3bc153e1378398d68831))
103
-
104
-
105
-
106
-
77
+ - remove `z-index` from collapse implementation ([#682](https://github.com/Refinitiv/refinitiv-ui/issues/682)) ([c3b6f76](https://github.com/Refinitiv/refinitiv-ui/commit/c3b6f76b178a0339de8f3bc153e1378398d68831))
107
78
 
108
79
  ## [6.8.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.0...@refinitiv-ui/elements@6.8.1) (2023-05-12)
109
80
 
110
81
  **Note:** Version bump only for package @refinitiv-ui/elements
111
82
 
112
-
113
-
114
-
115
-
116
83
  # [6.8.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.7.3...@refinitiv-ui/elements@6.8.0) (2023-05-08)
117
84
 
118
-
119
85
  ### Features
120
86
 
121
- * remove font bold ([#665](https://github.com/Refinitiv/refinitiv-ui/issues/665)) ([a8f9015](https://github.com/Refinitiv/refinitiv-ui/commit/a8f9015ac194c8f6125220eea4689f10f43a9e23))
122
-
123
-
124
-
125
-
87
+ - remove font bold ([#665](https://github.com/Refinitiv/refinitiv-ui/issues/665)) ([a8f9015](https://github.com/Refinitiv/refinitiv-ui/commit/a8f9015ac194c8f6125220eea4689f10f43a9e23))
126
88
 
127
89
  ## [6.7.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.7.2...@refinitiv-ui/elements@6.7.3) (2023-04-21)
128
90
 
129
-
130
91
  ### Bug Fixes
131
92
 
132
- * **calendar:** unexpected `blur` event fired when view changes ([#655](https://github.com/Refinitiv/refinitiv-ui/issues/655)) ([fae9141](https://github.com/Refinitiv/refinitiv-ui/commit/fae9141ed0e0832fc51175bfc3e90dbb35d82497))
133
-
134
-
135
-
136
-
93
+ - **calendar:** unexpected `blur` event fired when view changes ([#655](https://github.com/Refinitiv/refinitiv-ui/issues/655)) ([fae9141](https://github.com/Refinitiv/refinitiv-ui/commit/fae9141ed0e0832fc51175bfc3e90dbb35d82497))
137
94
 
138
95
  ## [6.7.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.7.1...@refinitiv-ui/elements@6.7.2) (2023-03-23)
139
96
 
140
-
141
97
  ### Bug Fixes
142
98
 
143
- * **card:** Card can not expand nested overlay-menu in touch devices ([#623](https://github.com/Refinitiv/refinitiv-ui/issues/623)) ([09a95c6](https://github.com/Refinitiv/refinitiv-ui/commit/09a95c665b1622b7112da12cf8fb138d0738a5b5))
144
- * **tooltip:** fix missing tooltip in consecutive buttons ([#601](https://github.com/Refinitiv/refinitiv-ui/issues/601)) ([be77306](https://github.com/Refinitiv/refinitiv-ui/commit/be773067b542cafdcdbec92ba660d8464cc7f422))
145
-
146
-
147
-
148
-
99
+ - **card:** Card can not expand nested overlay-menu in touch devices ([#623](https://github.com/Refinitiv/refinitiv-ui/issues/623)) ([09a95c6](https://github.com/Refinitiv/refinitiv-ui/commit/09a95c665b1622b7112da12cf8fb138d0738a5b5))
100
+ - **tooltip:** fix missing tooltip in consecutive buttons ([#601](https://github.com/Refinitiv/refinitiv-ui/issues/601)) ([be77306](https://github.com/Refinitiv/refinitiv-ui/commit/be773067b542cafdcdbec92ba660d8464cc7f422))
149
101
 
150
102
  ## [6.7.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.7.0...@refinitiv-ui/elements@6.7.1) (2023-03-14)
151
103
 
152
-
153
104
  ### Bug Fixes
154
105
 
155
- * **tooltip:** custom renderer demo block ([#621](https://github.com/Refinitiv/refinitiv-ui/issues/621)) ([3156ccd](https://github.com/Refinitiv/refinitiv-ui/commit/3156ccdad5d369955c63830b50e1dcd25265744c))
156
-
157
-
158
-
159
-
106
+ - **tooltip:** custom renderer demo block ([#621](https://github.com/Refinitiv/refinitiv-ui/issues/621)) ([3156ccd](https://github.com/Refinitiv/refinitiv-ui/commit/3156ccdad5d369955c63830b50e1dcd25265744c))
160
107
 
161
108
  # [6.7.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.6.2...@refinitiv-ui/elements@6.7.0) (2023-02-27)
162
109
 
163
-
164
110
  ### Features
165
111
 
166
- * **heatmap:** increase heatmap font-size threshold & scaling factor and decrease cell padding ([#589](https://github.com/Refinitiv/refinitiv-ui/issues/589)) ([31f5b57](https://github.com/Refinitiv/refinitiv-ui/commit/31f5b57df0ec2b1f1d25c9c27e0be35f8c7f3812))
167
-
168
-
169
-
170
-
112
+ - **heatmap:** increase heatmap font-size threshold & scaling factor and decrease cell padding ([#589](https://github.com/Refinitiv/refinitiv-ui/issues/589)) ([31f5b57](https://github.com/Refinitiv/refinitiv-ui/commit/31f5b57df0ec2b1f1d25c9c27e0be35f8c7f3812))
171
113
 
172
114
  ## [6.6.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.6.1...@refinitiv-ui/elements@6.6.2) (2023-02-14)
173
115
 
174
116
  ### Bug Fixes
175
117
 
176
- * **combo-box:** fix value-changed event of free text mode ([#583](https://github.com/Refinitiv/refinitiv-ui/pull/583)) ([bae20f0](https://github.com/Refinitiv/refinitiv-ui/commit/bae20f0854d9f95d8c10985f8b2c5a9619922004))
177
-
178
-
179
-
180
-
118
+ - **combo-box:** fix value-changed event of free text mode ([#583](https://github.com/Refinitiv/refinitiv-ui/pull/583)) ([bae20f0](https://github.com/Refinitiv/refinitiv-ui/commit/bae20f0854d9f95d8c10985f8b2c5a9619922004))
181
119
 
182
120
  ## [6.6.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.6.0...@refinitiv-ui/elements@6.6.1) (2023-01-27)
183
121
 
184
-
185
122
  ### Bug Fixes
186
123
 
187
- * **list:** error custom renderer requires key ([#575](https://github.com/Refinitiv/refinitiv-ui/issues/575)) ([1a960c9](https://github.com/Refinitiv/refinitiv-ui/commit/1a960c9234fb4a370b60d3901e65b437b1444823))
188
- * **pagination, tree-select:** remove unused element imports ([#572](https://github.com/Refinitiv/refinitiv-ui/issues/572)) ([0bfc2f5](https://github.com/Refinitiv/refinitiv-ui/commit/0bfc2f5eccd0a6ea50c3927d71d545df20c79d90))
189
- * **select:** unset cursor of header items ([#571](https://github.com/Refinitiv/refinitiv-ui/issues/571)) ([eff8a75](https://github.com/Refinitiv/refinitiv-ui/commit/eff8a75a68f23348178f05c716db673c97acf2f1))
190
-
191
-
192
-
193
-
124
+ - **list:** error custom renderer requires key ([#575](https://github.com/Refinitiv/refinitiv-ui/issues/575)) ([1a960c9](https://github.com/Refinitiv/refinitiv-ui/commit/1a960c9234fb4a370b60d3901e65b437b1444823))
125
+ - **pagination, tree-select:** remove unused element imports ([#572](https://github.com/Refinitiv/refinitiv-ui/issues/572)) ([0bfc2f5](https://github.com/Refinitiv/refinitiv-ui/commit/0bfc2f5eccd0a6ea50c3927d71d545df20c79d90))
126
+ - **select:** unset cursor of header items ([#571](https://github.com/Refinitiv/refinitiv-ui/issues/571)) ([eff8a75](https://github.com/Refinitiv/refinitiv-ui/commit/eff8a75a68f23348178f05c716db673c97acf2f1))
194
127
 
195
128
  # [6.6.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.5.3...@refinitiv-ui/elements@6.6.0) (2023-01-06)
196
129
 
197
-
198
130
  ### Bug Fixes
199
131
 
200
- * **chart:** change chart property access modifier from private to public ([#565](https://github.com/Refinitiv/refinitiv-ui/issues/565)) ([a25a506](https://github.com/Refinitiv/refinitiv-ui/commit/a25a506e334dead2004ebaca4a815bbf284e9990))
201
- * **color-dialog:** can not change between default and black color ([#557](https://github.com/Refinitiv/refinitiv-ui/issues/557)) ([27d9f2c](https://github.com/Refinitiv/refinitiv-ui/commit/27d9f2c81336c5cc4ba5bde1b7e5b3918f8c78c8))
202
-
132
+ - **chart:** change chart property access modifier from private to public ([#565](https://github.com/Refinitiv/refinitiv-ui/issues/565)) ([a25a506](https://github.com/Refinitiv/refinitiv-ui/commit/a25a506e334dead2004ebaca4a815bbf284e9990))
133
+ - **color-dialog:** can not change between default and black color ([#557](https://github.com/Refinitiv/refinitiv-ui/issues/557)) ([27d9f2c](https://github.com/Refinitiv/refinitiv-ui/commit/27d9f2c81336c5cc4ba5bde1b7e5b3918f8c78c8))
203
134
 
204
135
  ### Features
205
136
 
206
- * remove alias ([#553](https://github.com/Refinitiv/refinitiv-ui/issues/553)) ([32ce300](https://github.com/Refinitiv/refinitiv-ui/commit/32ce300e6ea0f730abd95f305b15cce406dab1c7))
207
-
208
-
209
-
210
-
137
+ - remove alias ([#553](https://github.com/Refinitiv/refinitiv-ui/issues/553)) ([32ce300](https://github.com/Refinitiv/refinitiv-ui/commit/32ce300e6ea0f730abd95f305b15cce406dab1c7))
211
138
 
212
139
  ## [6.5.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.5.2...@refinitiv-ui/elements@6.5.3) (2022-12-19)
213
140
 
214
-
215
141
  ### Bug Fixes
216
142
 
217
- * **number-field:** fix step error when becomes 6 decimal points ([#550](https://github.com/Refinitiv/refinitiv-ui/issues/550)) ([bf4079c](https://github.com/Refinitiv/refinitiv-ui/commit/bf4079cecb5fdf4deb88513b0629509fc97f1596))
218
- * **tree:** export class TreeManager ([#552](https://github.com/Refinitiv/refinitiv-ui/issues/552)) ([ca2cc94](https://github.com/Refinitiv/refinitiv-ui/commit/ca2cc948c1eae13e3cf89f8db16df01fe627a965))
219
-
220
-
221
-
222
-
143
+ - **number-field:** fix step error when becomes 6 decimal points ([#550](https://github.com/Refinitiv/refinitiv-ui/issues/550)) ([bf4079c](https://github.com/Refinitiv/refinitiv-ui/commit/bf4079cecb5fdf4deb88513b0629509fc97f1596))
144
+ - **tree:** export class TreeManager ([#552](https://github.com/Refinitiv/refinitiv-ui/issues/552)) ([ca2cc94](https://github.com/Refinitiv/refinitiv-ui/commit/ca2cc948c1eae13e3cf89f8db16df01fe627a965))
223
145
 
224
146
  ## [6.5.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.5.1...@refinitiv-ui/elements@6.5.2) (2022-12-01)
225
147
 
226
148
  **Note:** Version bump only for package @refinitiv-ui/elements
227
149
 
228
-
229
-
230
-
231
-
232
150
  ## [6.5.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.5.0...@refinitiv-ui/elements@6.5.1) (2022-11-21)
233
151
 
234
-
235
152
  ### Bug Fixes
236
153
 
237
- * **tree:** uncheckAllItems method not update checked state of parent node ([#526](https://github.com/Refinitiv/refinitiv-ui/issues/526)) ([a36e837](https://github.com/Refinitiv/refinitiv-ui/commit/a36e837bdeeb1fe62e54ec040678490b9e68a134))
238
-
239
-
240
-
241
-
154
+ - **tree:** uncheckAllItems method not update checked state of parent node ([#526](https://github.com/Refinitiv/refinitiv-ui/issues/526)) ([a36e837](https://github.com/Refinitiv/refinitiv-ui/commit/a36e837bdeeb1fe62e54ec040678490b9e68a134))
242
155
 
243
156
  # [6.5.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.3.0...@refinitiv-ui/elements@6.5.0) (2022-11-07)
244
157
 
245
-
246
158
  ### Bug Fixes
247
159
 
248
- * **button:** change button and icon transparent outline style ([#515](https://github.com/Refinitiv/refinitiv-ui/issues/515)) ([4ba091c](https://github.com/Refinitiv/refinitiv-ui/commit/4ba091c2c11da06ce1218908a3ddb3cc18d9b412))
249
-
160
+ - **button:** change button and icon transparent outline style ([#515](https://github.com/Refinitiv/refinitiv-ui/issues/515)) ([4ba091c](https://github.com/Refinitiv/refinitiv-ui/commit/4ba091c2c11da06ce1218908a3ddb3cc18d9b412))
250
161
 
251
162
  ### Features
252
163
 
253
- * **color-picker:** add accessibility ([#448](https://github.com/Refinitiv/refinitiv-ui/issues/448)) ([ced3b20](https://github.com/Refinitiv/refinitiv-ui/commit/ced3b208ab817975923a2feeba1f6488d30f046a))
254
-
255
-
256
-
257
-
164
+ - **color-picker:** add accessibility ([#448](https://github.com/Refinitiv/refinitiv-ui/issues/448)) ([ced3b20](https://github.com/Refinitiv/refinitiv-ui/commit/ced3b208ab817975923a2feeba1f6488d30f046a))
258
165
 
259
166
  # [6.4.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.3.0...@refinitiv-ui/elements@6.4.0) (2022-11-07)
260
167
 
261
-
262
168
  **Note:** Version bump only for package @refinitiv-ui/elements
263
169
 
264
-
265
-
266
-
267
170
  # [6.3.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.2.2...@refinitiv-ui/elements@6.3.0) (2022-10-26)
268
171
 
269
-
270
172
  ### Bug Fixes
271
173
 
272
- * **tree:** update parent item in values setter ([#496](https://github.com/Refinitiv/refinitiv-ui/issues/496)) ([0409fd4](https://github.com/Refinitiv/refinitiv-ui/commit/0409fd485deb74d311c06d4169dc64795e288ae8))
273
-
174
+ - **tree:** update parent item in values setter ([#496](https://github.com/Refinitiv/refinitiv-ui/issues/496)) ([0409fd4](https://github.com/Refinitiv/refinitiv-ui/commit/0409fd485deb74d311c06d4169dc64795e288ae8))
274
175
 
275
176
  ### Features
276
177
 
277
- * **utils:** add util color `readableColor` ([#487](https://github.com/Refinitiv/refinitiv-ui/issues/487)) ([42b3ea2](https://github.com/Refinitiv/refinitiv-ui/commit/42b3ea26c2e810cf285ccaab56fd0e5e4d3fdc23))
278
-
279
-
280
-
281
-
178
+ - **utils:** add util color `readableColor` ([#487](https://github.com/Refinitiv/refinitiv-ui/issues/487)) ([42b3ea2](https://github.com/Refinitiv/refinitiv-ui/commit/42b3ea26c2e810cf285ccaab56fd0e5e4d3fdc23))
282
179
 
283
180
  ## [6.2.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.2.1...@refinitiv-ui/elements@6.2.2) (2022-10-10)
284
181
 
285
-
286
182
  ### Bug Fixes
287
183
 
288
- * **dialog:** the cancel event does not fire ([ce55aac](https://github.com/Refinitiv/refinitiv-ui/commit/ce55aaca5d070ad1be2de68b66ac77d683b06acf))
289
- * **number-field:** fix step=any to support integer and decimal number ([#485](https://github.com/Refinitiv/refinitiv-ui/issues/485)) ([13bbb34](https://github.com/Refinitiv/refinitiv-ui/commit/13bbb34b3ed9f870acc66169cea8103e480eea6a))
290
- * **tab:** trigger resize observer when label changes to make tab bar show scroll button correctly ([#480](https://github.com/Refinitiv/refinitiv-ui/issues/480)) ([93e384b](https://github.com/Refinitiv/refinitiv-ui/commit/93e384b845f87f0f3e074d4672065e7305a85c26))
291
-
292
-
293
-
294
-
184
+ - **dialog:** the cancel event does not fire ([ce55aac](https://github.com/Refinitiv/refinitiv-ui/commit/ce55aaca5d070ad1be2de68b66ac77d683b06acf))
185
+ - **number-field:** fix step=any to support integer and decimal number ([#485](https://github.com/Refinitiv/refinitiv-ui/issues/485)) ([13bbb34](https://github.com/Refinitiv/refinitiv-ui/commit/13bbb34b3ed9f870acc66169cea8103e480eea6a))
186
+ - **tab:** trigger resize observer when label changes to make tab bar show scroll button correctly ([#480](https://github.com/Refinitiv/refinitiv-ui/issues/480)) ([93e384b](https://github.com/Refinitiv/refinitiv-ui/commit/93e384b845f87f0f3e074d4672065e7305a85c26))
295
187
 
296
188
  ## [6.2.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.2.0...@refinitiv-ui/elements@6.2.1) (2022-09-26)
297
189
 
298
-
299
190
  ### Bug Fixes
300
191
 
301
- * **autosuggest:** fix invalid label when disabled suggestion item ([#451](https://github.com/Refinitiv/refinitiv-ui/issues/451)) ([1944007](https://github.com/Refinitiv/refinitiv-ui/commit/194400774dece311856bc9bd0f80a17362a9466e))
302
- * **configurations:** move import extension eslint rule to local env ([#459](https://github.com/Refinitiv/refinitiv-ui/issues/459)) ([f8a9e1a](https://github.com/Refinitiv/refinitiv-ui/commit/f8a9e1a710901028da57e314ff5a879dab5d9e73))
303
-
192
+ - **autosuggest:** fix invalid label when disabled suggestion item ([#451](https://github.com/Refinitiv/refinitiv-ui/issues/451)) ([1944007](https://github.com/Refinitiv/refinitiv-ui/commit/194400774dece311856bc9bd0f80a17362a9466e))
193
+ - **configurations:** move import extension eslint rule to local env ([#459](https://github.com/Refinitiv/refinitiv-ui/issues/459)) ([f8a9e1a](https://github.com/Refinitiv/refinitiv-ui/commit/f8a9e1a710901028da57e314ff5a879dab5d9e73))
304
194
 
305
195
  **Note:**
306
196
 
307
- * Update all formatjs dependencies to support typescript 4.8 ([#454](https://github.com/Refinitiv/refinitiv-ui/pull/454)) ([5337b97](https://github.com/Refinitiv/refinitiv-ui/commit/5337b97dc6958f84b36bdbffdea6dfbbc5203596))
308
- * Upgrade typescript to 4.8.3 ([#454](https://github.com/Refinitiv/refinitiv-ui/pull/454)) ([5337b97](https://github.com/Refinitiv/refinitiv-ui/commit/5337b97dc6958f84b36bdbffdea6dfbbc5203596))
309
-
310
-
311
-
197
+ - Update all formatjs dependencies to support typescript 4.8 ([#454](https://github.com/Refinitiv/refinitiv-ui/pull/454)) ([5337b97](https://github.com/Refinitiv/refinitiv-ui/commit/5337b97dc6958f84b36bdbffdea6dfbbc5203596))
198
+ - Upgrade typescript to 4.8.3 ([#454](https://github.com/Refinitiv/refinitiv-ui/pull/454)) ([5337b97](https://github.com/Refinitiv/refinitiv-ui/commit/5337b97dc6958f84b36bdbffdea6dfbbc5203596))
312
199
 
313
200
  # [6.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.1.1...@refinitiv-ui/elements@6.2.0) (2022-09-14)
314
201
 
315
-
316
202
  ### Bug Fixes
317
203
 
318
- * **color-picker:** update snapshot and remove backdrop ([#447](https://github.com/Refinitiv/refinitiv-ui/issues/447)) ([d6c086c](https://github.com/Refinitiv/refinitiv-ui/commit/d6c086c4ab405d8183258c72bc566f4bb640a635))
319
- * **dialog:** change withBackdrop and withShadow to proprerty ([#445](https://github.com/Refinitiv/refinitiv-ui/issues/445)) ([2740f00](https://github.com/Refinitiv/refinitiv-ui/commit/2740f008b5163a396dd244570a93064bf0c8d844))
320
- * **interactive-chart:** fix left position on legend ([#449](https://github.com/Refinitiv/refinitiv-ui/issues/449)) ([ede4f93](https://github.com/Refinitiv/refinitiv-ui/commit/ede4f93776671f9261675a3a0d5bd32a62c317d5))
321
-
204
+ - **color-picker:** update snapshot and remove backdrop ([#447](https://github.com/Refinitiv/refinitiv-ui/issues/447)) ([d6c086c](https://github.com/Refinitiv/refinitiv-ui/commit/d6c086c4ab405d8183258c72bc566f4bb640a635))
205
+ - **dialog:** change withBackdrop and withShadow to proprerty ([#445](https://github.com/Refinitiv/refinitiv-ui/issues/445)) ([2740f00](https://github.com/Refinitiv/refinitiv-ui/commit/2740f008b5163a396dd244570a93064bf0c8d844))
206
+ - **interactive-chart:** fix left position on legend ([#449](https://github.com/Refinitiv/refinitiv-ui/issues/449)) ([ede4f93](https://github.com/Refinitiv/refinitiv-ui/commit/ede4f93776671f9261675a3a0d5bd32a62c317d5))
322
207
 
323
208
  ### Features
324
209
 
325
- * **color-picker:** add color picker ([#444](https://github.com/Refinitiv/refinitiv-ui/issues/444)) ([3718003](https://github.com/Refinitiv/refinitiv-ui/commit/37180039a77d908acd731c89067ecfce3f23955f))
326
- * **item:** show tooltip when text ellipsis ([#394](https://github.com/Refinitiv/refinitiv-ui/issues/394)) ([8943eb6](https://github.com/Refinitiv/refinitiv-ui/commit/8943eb625bfd54a6014f6815940eacd924d67ab4))
327
-
328
-
329
-
330
-
210
+ - **color-picker:** add color picker ([#444](https://github.com/Refinitiv/refinitiv-ui/issues/444)) ([3718003](https://github.com/Refinitiv/refinitiv-ui/commit/37180039a77d908acd731c89067ecfce3f23955f))
211
+ - **item:** show tooltip when text ellipsis ([#394](https://github.com/Refinitiv/refinitiv-ui/issues/394)) ([8943eb6](https://github.com/Refinitiv/refinitiv-ui/commit/8943eb625bfd54a6014f6815940eacd924d67ab4))
331
212
 
332
213
  ## [6.1.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.1.0...@refinitiv-ui/elements@6.1.1) (2022-08-29)
333
214
 
334
-
335
215
  ### Bug Fixes
336
216
 
337
- * **combo-box:** incorrect popup logic in some scenarios ([159eb53](https://github.com/Refinitiv/refinitiv-ui/commit/159eb53c7bec583c59de4dfac2542e67c840b2fc))
338
-
339
-
340
-
341
-
217
+ - **combo-box:** incorrect popup logic in some scenarios ([159eb53](https://github.com/Refinitiv/refinitiv-ui/commit/159eb53c7bec583c59de4dfac2542e67c840b2fc))
342
218
 
343
219
  # [6.1.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.0.4...@refinitiv-ui/elements@6.1.0) (2022-08-16)
344
220
 
345
-
346
221
  ### Bug Fixes
347
222
 
348
- * **datetime-picker:** parse invalid value to date object ([#422](https://github.com/Refinitiv/refinitiv-ui/issues/422)) ([dd86b73](https://github.com/Refinitiv/refinitiv-ui/commit/dd86b73fecd03518d2dae78174b91b0ef50fc913))
349
- * **overlay:** Tab does not work with slotted elements ([16f4b60](https://github.com/Refinitiv/refinitiv-ui/commit/16f4b60e9b840d3b7d225f3d61f15e017dc17855))
350
- * **radio-button:** check-changed is not fired on arrow keys ([77d7407](https://github.com/Refinitiv/refinitiv-ui/commit/77d7407883ba77e7b07bdaa8483fc49d35c76c14))
351
-
223
+ - **datetime-picker:** parse invalid value to date object ([#422](https://github.com/Refinitiv/refinitiv-ui/issues/422)) ([dd86b73](https://github.com/Refinitiv/refinitiv-ui/commit/dd86b73fecd03518d2dae78174b91b0ef50fc913))
224
+ - **overlay:** Tab does not work with slotted elements ([16f4b60](https://github.com/Refinitiv/refinitiv-ui/commit/16f4b60e9b840d3b7d225f3d61f15e017dc17855))
225
+ - **radio-button:** check-changed is not fired on arrow keys ([77d7407](https://github.com/Refinitiv/refinitiv-ui/commit/77d7407883ba77e7b07bdaa8483fc49d35c76c14))
352
226
 
353
227
  ### Features
354
228
 
355
- * **interactive-chart:** add disabledLegend option to hide data legend ([#421](https://github.com/Refinitiv/refinitiv-ui/issues/421)) ([32a6d7b](https://github.com/Refinitiv/refinitiv-ui/commit/32a6d7b1889597a7ae804edbb08fc95fc5c5a04e))
356
-
357
-
358
-
359
-
229
+ - **interactive-chart:** add disabledLegend option to hide data legend ([#421](https://github.com/Refinitiv/refinitiv-ui/issues/421)) ([32a6d7b](https://github.com/Refinitiv/refinitiv-ui/commit/32a6d7b1889597a7ae804edbb08fc95fc5c5a04e))
360
230
 
361
231
  ## [6.0.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.0.3...@refinitiv-ui/elements@6.0.4) (2022-08-02)
362
232
 
363
-
364
233
  ### Bug Fixes
365
234
 
366
- * **calendar:** day cell selected style not work with disabled state ([#410](https://github.com/Refinitiv/refinitiv-ui/issues/410)) ([1d9c931](https://github.com/Refinitiv/refinitiv-ui/commit/1d9c931b4d625b93c6fd60b780060ff2f03d9fc9))
367
- * **interactive-chart:** show dash text when legend hided ([#402](https://github.com/Refinitiv/refinitiv-ui/issues/402)) ([93631ca](https://github.com/Refinitiv/refinitiv-ui/commit/93631cac4db0623f05c333b53f67728ace953039))
368
- * **tab-bar:** notify value change event on pressing an arrow key ([#398](https://github.com/Refinitiv/refinitiv-ui/issues/398)) ([e55d152](https://github.com/Refinitiv/refinitiv-ui/commit/e55d152491b97c8763dc628ef7d1c013e4c3f01a))
369
-
370
-
371
-
372
-
235
+ - **calendar:** day cell selected style not work with disabled state ([#410](https://github.com/Refinitiv/refinitiv-ui/issues/410)) ([1d9c931](https://github.com/Refinitiv/refinitiv-ui/commit/1d9c931b4d625b93c6fd60b780060ff2f03d9fc9))
236
+ - **interactive-chart:** show dash text when legend hided ([#402](https://github.com/Refinitiv/refinitiv-ui/issues/402)) ([93631ca](https://github.com/Refinitiv/refinitiv-ui/commit/93631cac4db0623f05c333b53f67728ace953039))
237
+ - **tab-bar:** notify value change event on pressing an arrow key ([#398](https://github.com/Refinitiv/refinitiv-ui/issues/398)) ([e55d152](https://github.com/Refinitiv/refinitiv-ui/commit/e55d152491b97c8763dc628ef7d1c013e4c3f01a))
373
238
 
374
239
  ## [6.0.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.0.2...@refinitiv-ui/elements@6.0.3) (2022-07-20)
375
240
 
376
241
  **Note:** Version bump only for package @refinitiv-ui/elements
377
242
 
378
-
379
-
380
-
381
-
382
243
  ## [6.0.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.0.1...@refinitiv-ui/elements@6.0.2) (2022-07-19)
383
244
 
384
-
385
245
  ### Bug Fixes
386
246
 
387
- * **accordion:** The element should interact only with its direct children ([#378](https://github.com/Refinitiv/refinitiv-ui/issues/378)) ([f8e11d3](https://github.com/Refinitiv/refinitiv-ui/commit/f8e11d391839cb1e53aad3ec2682a089766851ff))
388
- * **list:** item should not receive focus when click ([#272](https://github.com/Refinitiv/refinitiv-ui/issues/272)) ([e2293e3](https://github.com/Refinitiv/refinitiv-ui/commit/e2293e37126a446d5c1d16be1e5eb503425534f3))
389
- * **tab-bar:** resize callback is not fired when a new tab has been added ([#389](https://github.com/Refinitiv/refinitiv-ui/issues/389)) ([13408e1](https://github.com/Refinitiv/refinitiv-ui/commit/13408e15302a19cd614fdd5f1b4af9be5f1881bd))
390
- * use `setAttribute` instead of `AriaMixins` for aria attributes ([#327](https://github.com/Refinitiv/refinitiv-ui/issues/327)) ([09f91fa](https://github.com/Refinitiv/refinitiv-ui/commit/09f91fafdef57fa26722ccf0e19f586833405cbb))
391
-
392
-
393
-
394
-
247
+ - **accordion:** The element should interact only with its direct children ([#378](https://github.com/Refinitiv/refinitiv-ui/issues/378)) ([f8e11d3](https://github.com/Refinitiv/refinitiv-ui/commit/f8e11d391839cb1e53aad3ec2682a089766851ff))
248
+ - **list:** item should not receive focus when click ([#272](https://github.com/Refinitiv/refinitiv-ui/issues/272)) ([e2293e3](https://github.com/Refinitiv/refinitiv-ui/commit/e2293e37126a446d5c1d16be1e5eb503425534f3))
249
+ - **tab-bar:** resize callback is not fired when a new tab has been added ([#389](https://github.com/Refinitiv/refinitiv-ui/issues/389)) ([13408e1](https://github.com/Refinitiv/refinitiv-ui/commit/13408e15302a19cd614fdd5f1b4af9be5f1881bd))
250
+ - use `setAttribute` instead of `AriaMixins` for aria attributes ([#327](https://github.com/Refinitiv/refinitiv-ui/issues/327)) ([09f91fa](https://github.com/Refinitiv/refinitiv-ui/commit/09f91fafdef57fa26722ccf0e19f586833405cbb))
395
251
 
396
252
  ## [6.0.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.0.0...@refinitiv-ui/elements@6.0.1) (2022-06-20)
397
253
 
398
-
399
254
  ### Bug Fixes
400
255
 
401
- * **chart:** render selected segment after tooltip has rendered so it won't cut off the tooltip ([#359](https://github.com/Refinitiv/refinitiv-ui/issues/359)) ([62e37d5](https://github.com/Refinitiv/refinitiv-ui/commit/62e37d50618f5ec4750d189e150ae8a076d8eca4))
402
- * **datetime-picker:** change warning and error border style to make it consistent with textfield ([#356](https://github.com/Refinitiv/refinitiv-ui/issues/356)) ([51638bd](https://github.com/Refinitiv/refinitiv-ui/commit/51638bd4d5e9306deb538725726fb085d55fd425))
403
- * incorrect TypeScript type delcaration path ([#370](https://github.com/Refinitiv/refinitiv-ui/issues/370)) ([4b40823](https://github.com/Refinitiv/refinitiv-ui/commit/4b4082316233ce5b6e4b6e8dd38e10ddedd532f7))
404
- * **tree-select:** show unselected item on selection filter ([#358](https://github.com/Refinitiv/refinitiv-ui/issues/358)) ([ea88b3c](https://github.com/Refinitiv/refinitiv-ui/commit/ea88b3c1389ef7887af890206bdd29695ce49787))
405
- * **tree:** incorrect padding size of tree item when use multiple mode ([#362](https://github.com/Refinitiv/refinitiv-ui/issues/362)) ([1f5d6aa](https://github.com/Refinitiv/refinitiv-ui/commit/1f5d6aa71fd9e155202203e18134934fa93c920c))
406
- * **tree:** tree query selection issues ([#364](https://github.com/Refinitiv/refinitiv-ui/issues/364)) ([cf1c072](https://github.com/Refinitiv/refinitiv-ui/commit/cf1c07234be0ec0984cb109a9fed9cf58db22c44))
407
-
408
-
409
-
410
-
256
+ - **chart:** render selected segment after tooltip has rendered so it won't cut off the tooltip ([#359](https://github.com/Refinitiv/refinitiv-ui/issues/359)) ([62e37d5](https://github.com/Refinitiv/refinitiv-ui/commit/62e37d50618f5ec4750d189e150ae8a076d8eca4))
257
+ - **datetime-picker:** change warning and error border style to make it consistent with textfield ([#356](https://github.com/Refinitiv/refinitiv-ui/issues/356)) ([51638bd](https://github.com/Refinitiv/refinitiv-ui/commit/51638bd4d5e9306deb538725726fb085d55fd425))
258
+ - incorrect TypeScript type delcaration path ([#370](https://github.com/Refinitiv/refinitiv-ui/issues/370)) ([4b40823](https://github.com/Refinitiv/refinitiv-ui/commit/4b4082316233ce5b6e4b6e8dd38e10ddedd532f7))
259
+ - **tree-select:** show unselected item on selection filter ([#358](https://github.com/Refinitiv/refinitiv-ui/issues/358)) ([ea88b3c](https://github.com/Refinitiv/refinitiv-ui/commit/ea88b3c1389ef7887af890206bdd29695ce49787))
260
+ - **tree:** incorrect padding size of tree item when use multiple mode ([#362](https://github.com/Refinitiv/refinitiv-ui/issues/362)) ([1f5d6aa](https://github.com/Refinitiv/refinitiv-ui/commit/1f5d6aa71fd9e155202203e18134934fa93c920c))
261
+ - **tree:** tree query selection issues ([#364](https://github.com/Refinitiv/refinitiv-ui/issues/364)) ([cf1c072](https://github.com/Refinitiv/refinitiv-ui/commit/cf1c07234be0ec0984cb109a9fed9cf58db22c44))
411
262
 
412
263
  # [6.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.0.0-next.3...@refinitiv-ui/elements@6.0.0) (2022-06-07)
413
264
 
414
-
415
265
  ### Bug Fixes
416
266
 
417
- * **clock:** a11y, tick, show-seconds should not pronounce all the time ([#339](https://github.com/Refinitiv/refinitiv-ui/issues/339)) ([b4e51ac](https://github.com/Refinitiv/refinitiv-ui/commit/b4e51ac1a4b181d99ff37cc30980fd4fc55dd426))
418
- * **clock:** sync interactiveChange code with rating ([#346](https://github.com/Refinitiv/refinitiv-ui/issues/346)) ([6837206](https://github.com/Refinitiv/refinitiv-ui/commit/6837206d9a32a4d05a18fef262e4277e8630c568))
419
- * **utils:** improve svg security ([#342](https://github.com/Refinitiv/refinitiv-ui/issues/342)) ([ef53c5c](https://github.com/Refinitiv/refinitiv-ui/commit/ef53c5c8918548a0c2aa67a1934ba0823698a9e8))
420
-
267
+ - **clock:** a11y, tick, show-seconds should not pronounce all the time ([#339](https://github.com/Refinitiv/refinitiv-ui/issues/339)) ([b4e51ac](https://github.com/Refinitiv/refinitiv-ui/commit/b4e51ac1a4b181d99ff37cc30980fd4fc55dd426))
268
+ - **clock:** sync interactiveChange code with rating ([#346](https://github.com/Refinitiv/refinitiv-ui/issues/346)) ([6837206](https://github.com/Refinitiv/refinitiv-ui/commit/6837206d9a32a4d05a18fef262e4277e8630c568))
269
+ - **utils:** improve svg security ([#342](https://github.com/Refinitiv/refinitiv-ui/issues/342)) ([ef53c5c](https://github.com/Refinitiv/refinitiv-ui/commit/ef53c5c8918548a0c2aa67a1934ba0823698a9e8))
421
270
 
422
271
  ### Features
423
272
 
424
- * **clock:** improve clock accessibility ([#308](https://github.com/Refinitiv/refinitiv-ui/issues/308)) ([c0a9bb0](https://github.com/Refinitiv/refinitiv-ui/commit/c0a9bb04c212b6aa4dbce495bec4faebd9080eaf)), closes [#311](https://github.com/Refinitiv/refinitiv-ui/issues/311)
425
- * **rating:** add accessibility support ([2a1b7e4](https://github.com/Refinitiv/refinitiv-ui/commit/2a1b7e47199de3c1cca73b0a86150da07612c347))
426
- * **slider:** add arrow key navigation support and aria attributes ([#299](https://github.com/Refinitiv/refinitiv-ui/issues/299)) ([056a45b](https://github.com/Refinitiv/refinitiv-ui/commit/056a45b56911ed0f7634ea1b4abe38c6392144d4)), closes [#332](https://github.com/Refinitiv/refinitiv-ui/issues/332) [#341](https://github.com/Refinitiv/refinitiv-ui/issues/341)
427
- * **slider:** add localised label for slider thumb ([#351](https://github.com/Refinitiv/refinitiv-ui/issues/351)) ([ba9cc8d](https://github.com/Refinitiv/refinitiv-ui/commit/ba9cc8d563444dba35a082a3898dc4e8f9235074))
428
-
429
-
430
-
431
-
273
+ - **clock:** improve clock accessibility ([#308](https://github.com/Refinitiv/refinitiv-ui/issues/308)) ([c0a9bb0](https://github.com/Refinitiv/refinitiv-ui/commit/c0a9bb04c212b6aa4dbce495bec4faebd9080eaf)), closes [#311](https://github.com/Refinitiv/refinitiv-ui/issues/311)
274
+ - **rating:** add accessibility support ([2a1b7e4](https://github.com/Refinitiv/refinitiv-ui/commit/2a1b7e47199de3c1cca73b0a86150da07612c347))
275
+ - **slider:** add arrow key navigation support and aria attributes ([#299](https://github.com/Refinitiv/refinitiv-ui/issues/299)) ([056a45b](https://github.com/Refinitiv/refinitiv-ui/commit/056a45b56911ed0f7634ea1b4abe38c6392144d4)), closes [#332](https://github.com/Refinitiv/refinitiv-ui/issues/332) [#341](https://github.com/Refinitiv/refinitiv-ui/issues/341)
276
+ - **slider:** add localised label for slider thumb ([#351](https://github.com/Refinitiv/refinitiv-ui/issues/351)) ([ba9cc8d](https://github.com/Refinitiv/refinitiv-ui/commit/ba9cc8d563444dba35a082a3898dc4e8f9235074))
432
277
 
433
278
  ## [5.12.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.12.1...@refinitiv-ui/elements@5.12.2) (2022-02-17)
434
279
 
435
280
  **Note:** Version bump only for package @refinitiv-ui/elements
436
281
 
437
-
438
-
439
-
440
-
441
282
  ## [5.12.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.12.0...@refinitiv-ui/elements@5.12.1) (2022-02-15)
442
283
 
443
284
  **Note:** Version bump only for package @refinitiv-ui/elements
444
285
 
445
-
446
-
447
-
448
-
449
286
  # [5.12.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.11.0...@refinitiv-ui/elements@5.12.0) (2022-02-15)
450
287
 
451
-
452
288
  ### Bug Fixes
453
289
 
454
- * radio-button not add to group ([#167](https://github.com/Refinitiv/refinitiv-ui/issues/167)) ([fb05273](https://github.com/Refinitiv/refinitiv-ui/commit/fb052730cf8c7eeb376a3a49501b85dc363bf614))
455
- * **slider:** value-changed event is not fired ([#174](https://github.com/Refinitiv/refinitiv-ui/issues/174)) ([687f244](https://github.com/Refinitiv/refinitiv-ui/commit/687f244b4d848a684dc986158f324974931a3689))
456
-
290
+ - radio-button not add to group ([#167](https://github.com/Refinitiv/refinitiv-ui/issues/167)) ([fb05273](https://github.com/Refinitiv/refinitiv-ui/commit/fb052730cf8c7eeb376a3a49501b85dc363bf614))
291
+ - **slider:** value-changed event is not fired ([#174](https://github.com/Refinitiv/refinitiv-ui/issues/174)) ([687f244](https://github.com/Refinitiv/refinitiv-ui/commit/687f244b4d848a684dc986158f324974931a3689))
457
292
 
458
293
  ### Features
459
294
 
460
- * **button-bar:** improve screen reader support ([#176](https://github.com/Refinitiv/refinitiv-ui/issues/176)) ([f121ea6](https://github.com/Refinitiv/refinitiv-ui/commit/f121ea62fbdc160823dff386ec937b45d0a131e7))
461
- * **collapse:** accessibility support ([#203](https://github.com/Refinitiv/refinitiv-ui/issues/203)) ([12ae2f7](https://github.com/Refinitiv/refinitiv-ui/commit/12ae2f7fe036d0351e69f5daca4369fae4097917))
462
- * **collapse:** add accessibility support ([#161](https://github.com/Refinitiv/refinitiv-ui/issues/161)) ([158f031](https://github.com/Refinitiv/refinitiv-ui/commit/158f0317dd4df9ab76e1bd27d4aa02151787c252))
463
-
295
+ - **button-bar:** improve screen reader support ([#176](https://github.com/Refinitiv/refinitiv-ui/issues/176)) ([f121ea6](https://github.com/Refinitiv/refinitiv-ui/commit/f121ea62fbdc160823dff386ec937b45d0a131e7))
296
+ - **collapse:** accessibility support ([#203](https://github.com/Refinitiv/refinitiv-ui/issues/203)) ([12ae2f7](https://github.com/Refinitiv/refinitiv-ui/commit/12ae2f7fe036d0351e69f5daca4369fae4097917))
297
+ - **collapse:** add accessibility support ([#161](https://github.com/Refinitiv/refinitiv-ui/issues/161)) ([158f031](https://github.com/Refinitiv/refinitiv-ui/commit/158f0317dd4df9ab76e1bd27d4aa02151787c252))
464
298
 
465
299
  ### Reverts
466
300
 
467
- * Revert "feat(collapse): add accessibility support (#161)" (#179) ([9a0ad70](https://github.com/Refinitiv/refinitiv-ui/commit/9a0ad709d71c243fe68dbc38318a04745ea5b23b)), closes [#161](https://github.com/Refinitiv/refinitiv-ui/issues/161) [#179](https://github.com/Refinitiv/refinitiv-ui/issues/179)
468
-
469
-
470
-
471
-
301
+ - Revert "feat(collapse): add accessibility support (#161)" (#179) ([9a0ad70](https://github.com/Refinitiv/refinitiv-ui/commit/9a0ad709d71c243fe68dbc38318a04745ea5b23b)), closes [#161](https://github.com/Refinitiv/refinitiv-ui/issues/161) [#179](https://github.com/Refinitiv/refinitiv-ui/issues/179)
472
302
 
473
303
  # [5.11.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.10.1...@refinitiv-ui/elements@5.11.0) (2022-01-14)
474
304
 
475
-
476
305
  ### Features
477
306
 
478
- * **tree:** improve screen reader support ([#102](https://github.com/Refinitiv/refinitiv-ui/issues/102)) ([0d6db3b](https://github.com/Refinitiv/refinitiv-ui/commit/0d6db3bbf11eb6793ade6f60cab2f24b98bd9f40))
479
-
480
-
481
-
482
-
307
+ - **tree:** improve screen reader support ([#102](https://github.com/Refinitiv/refinitiv-ui/issues/102)) ([0d6db3b](https://github.com/Refinitiv/refinitiv-ui/commit/0d6db3bbf11eb6793ade6f60cab2f24b98bd9f40))
483
308
 
484
309
  ## [5.10.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.10.0...@refinitiv-ui/elements@5.10.1) (2022-01-12)
485
310
 
486
-
487
311
  ### Bug Fixes
488
312
 
489
- * **checkbox:** `Enter` key should not check or uncheck checkbox ([ee61255](https://github.com/Refinitiv/refinitiv-ui/commit/ee6125513ab670495ef7b87580fa97ea386c840a))
490
- * **pagination:** handle case when user input number with string ([#142](https://github.com/Refinitiv/refinitiv-ui/issues/142)) ([975f999](https://github.com/Refinitiv/refinitiv-ui/commit/975f9998bc1cf4b5326b567023984d8a893e6983))
491
- * **radio-button:** `Enter` key should not check or uncheck radio-button ([145f7bf](https://github.com/Refinitiv/refinitiv-ui/commit/145f7bfc15fe72e95d0719eaa6d691f09fd8a03c))
492
- * **radio-button:** add IE11 arrow keys navigation support ([#158](https://github.com/Refinitiv/refinitiv-ui/issues/158)) ([6389d00](https://github.com/Refinitiv/refinitiv-ui/commit/6389d006a07cdc5ed04ae77748f12726b7da48e1))
493
-
494
-
495
-
496
-
313
+ - **checkbox:** `Enter` key should not check or uncheck checkbox ([ee61255](https://github.com/Refinitiv/refinitiv-ui/commit/ee6125513ab670495ef7b87580fa97ea386c840a))
314
+ - **pagination:** handle case when user input number with string ([#142](https://github.com/Refinitiv/refinitiv-ui/issues/142)) ([975f999](https://github.com/Refinitiv/refinitiv-ui/commit/975f9998bc1cf4b5326b567023984d8a893e6983))
315
+ - **radio-button:** `Enter` key should not check or uncheck radio-button ([145f7bf](https://github.com/Refinitiv/refinitiv-ui/commit/145f7bfc15fe72e95d0719eaa6d691f09fd8a03c))
316
+ - **radio-button:** add IE11 arrow keys navigation support ([#158](https://github.com/Refinitiv/refinitiv-ui/issues/158)) ([6389d00](https://github.com/Refinitiv/refinitiv-ui/commit/6389d006a07cdc5ed04ae77748f12726b7da48e1))
497
317
 
498
318
  # [5.10.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.9.1...@refinitiv-ui/elements@5.10.0) (2021-12-21)
499
319
 
500
-
501
320
  ### Bug Fixes
502
321
 
503
- * **label:** break all words when line-clamp is 1 ([#115](https://github.com/Refinitiv/refinitiv-ui/issues/115)) ([3b9f456](https://github.com/Refinitiv/refinitiv-ui/commit/3b9f4566dcf39eba8464df6443be89a156c9692e))
504
- * **pagiantion:** convert prop toString in setter ([3c32ee9](https://github.com/Refinitiv/refinitiv-ui/commit/3c32ee95a237180da6e2449eb654b749de2340c9))
505
- * **pagination:** add missing feature blur to set page from the input ([f6ff2e1](https://github.com/Refinitiv/refinitiv-ui/commit/f6ff2e14509627119d8d3e22c8c2005fae81ef0c))
506
- * **pagination:** getter in internal will retrigger incorrect warning message ([e506885](https://github.com/Refinitiv/refinitiv-ui/commit/e50688509bc668be4592d0be73df891ffd139208))
507
- * **pagination:** max limit does not work ([715956e](https://github.com/Refinitiv/refinitiv-ui/commit/715956e4936f4a7b219c8d06ce755e7cbf43b755))
508
- * **pagination:** remove warning when set correct type value ([235b46b](https://github.com/Refinitiv/refinitiv-ui/commit/235b46b3306a1833515858ae421bd53942fe8242))
509
- * **pagination:** tab on the input to set a value ([675f4d6](https://github.com/Refinitiv/refinitiv-ui/commit/675f4d6039d0a391d34e946e42abf596b5f17e1b))
510
- * **pagination:** the input does not get disable state from the root ([6603949](https://github.com/Refinitiv/refinitiv-ui/commit/6603949d2cce1eb0c5b59f727b3c8a5273fb67a8))
511
-
322
+ - **label:** break all words when line-clamp is 1 ([#115](https://github.com/Refinitiv/refinitiv-ui/issues/115)) ([3b9f456](https://github.com/Refinitiv/refinitiv-ui/commit/3b9f4566dcf39eba8464df6443be89a156c9692e))
323
+ - **pagiantion:** convert prop toString in setter ([3c32ee9](https://github.com/Refinitiv/refinitiv-ui/commit/3c32ee95a237180da6e2449eb654b749de2340c9))
324
+ - **pagination:** add missing feature blur to set page from the input ([f6ff2e1](https://github.com/Refinitiv/refinitiv-ui/commit/f6ff2e14509627119d8d3e22c8c2005fae81ef0c))
325
+ - **pagination:** getter in internal will retrigger incorrect warning message ([e506885](https://github.com/Refinitiv/refinitiv-ui/commit/e50688509bc668be4592d0be73df891ffd139208))
326
+ - **pagination:** max limit does not work ([715956e](https://github.com/Refinitiv/refinitiv-ui/commit/715956e4936f4a7b219c8d06ce755e7cbf43b755))
327
+ - **pagination:** remove warning when set correct type value ([235b46b](https://github.com/Refinitiv/refinitiv-ui/commit/235b46b3306a1833515858ae421bd53942fe8242))
328
+ - **pagination:** tab on the input to set a value ([675f4d6](https://github.com/Refinitiv/refinitiv-ui/commit/675f4d6039d0a391d34e946e42abf596b5f17e1b))
329
+ - **pagination:** the input does not get disable state from the root ([6603949](https://github.com/Refinitiv/refinitiv-ui/commit/6603949d2cce1eb0c5b59f727b3c8a5273fb67a8))
512
330
 
513
331
  ### Features
514
332
 
515
- * **pagination:** support max unknown ([d3997ce](https://github.com/Refinitiv/refinitiv-ui/commit/d3997ce16abb9c01ecc43bcf6a80386b02cd3c12))
516
-
517
-
518
-
519
-
333
+ - **pagination:** support max unknown ([d3997ce](https://github.com/Refinitiv/refinitiv-ui/commit/d3997ce16abb9c01ecc43bcf6a80386b02cd3c12))
520
334
 
521
335
  ## [5.9.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.9.0...@refinitiv-ui/elements@5.9.1) (2021-12-15)
522
336
 
523
337
  **Note:** Version bump only for package @refinitiv-ui/elements
524
338
 
525
-
526
-
527
-
528
-
529
339
  # [5.9.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.8.1...@refinitiv-ui/elements@5.9.0) (2021-12-15)
530
340
 
531
-
532
341
  ### Features
533
342
 
534
- * add named exports to elements, themes and locales to support full backward compatibility ([#114](https://github.com/Refinitiv/refinitiv-ui/issues/114)) ([7d25d50](https://github.com/Refinitiv/refinitiv-ui/commit/7d25d50c649308fc5a17d086e9e01467a0dabfb9))
535
- * **calendar:** improve screen reader support ([#73](https://github.com/Refinitiv/refinitiv-ui/issues/73)) ([a2576cc](https://github.com/Refinitiv/refinitiv-ui/commit/a2576cc8a1f0229bb5988af0c9d0bbf8ce7f765c))
536
- * **combo-box:** improve screen reader support ([#116](https://github.com/Refinitiv/refinitiv-ui/issues/116)) ([f603de1](https://github.com/Refinitiv/refinitiv-ui/commit/f603de1d3b1900875d6903477938ecd21d055531))
537
- * **time-picker:** improve screen reader support ([#121](https://github.com/Refinitiv/refinitiv-ui/issues/121)) ([1eb8bee](https://github.com/Refinitiv/refinitiv-ui/commit/1eb8beeb7d3b0d7be7224943e7d0a7c62c0cb788))
538
-
539
-
343
+ - add named exports to elements, themes and locales to support full backward compatibility ([#114](https://github.com/Refinitiv/refinitiv-ui/issues/114)) ([7d25d50](https://github.com/Refinitiv/refinitiv-ui/commit/7d25d50c649308fc5a17d086e9e01467a0dabfb9))
344
+ - **calendar:** improve screen reader support ([#73](https://github.com/Refinitiv/refinitiv-ui/issues/73)) ([a2576cc](https://github.com/Refinitiv/refinitiv-ui/commit/a2576cc8a1f0229bb5988af0c9d0bbf8ce7f765c))
345
+ - **combo-box:** improve screen reader support ([#116](https://github.com/Refinitiv/refinitiv-ui/issues/116)) ([f603de1](https://github.com/Refinitiv/refinitiv-ui/commit/f603de1d3b1900875d6903477938ecd21d055531))
346
+ - **time-picker:** improve screen reader support ([#121](https://github.com/Refinitiv/refinitiv-ui/issues/121)) ([1eb8bee](https://github.com/Refinitiv/refinitiv-ui/commit/1eb8beeb7d3b0d7be7224943e7d0a7c62c0cb788))
540
347
 
541
348
  ## [5.8.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.8.0...@refinitiv-ui/elements@5.8.1) (2021-12-07)
542
349
 
543
350
  **Note:** Version bump only for package @refinitiv-ui/elements
544
351
 
545
-
546
-
547
-
548
-
549
352
  # [5.8.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.7.0...@refinitiv-ui/elements@5.8.0) (2021-12-03)
550
353
 
551
-
552
354
  ### Bug Fixes
553
355
 
554
- * change default role to more generic type for better extendibility ([#100](https://github.com/Refinitiv/refinitiv-ui/issues/100)) ([fe999dc](https://github.com/Refinitiv/refinitiv-ui/commit/fe999dc66b5f42581a37329ced697ae6ac2dc929))
555
- * **combo-box:** fix arrow icon not show in Solar when disabled ([55c1008](https://github.com/Refinitiv/refinitiv-ui/commit/55c1008b7b63f915a7575059c6539e63a757e389))
556
- * **combo-box:** import `counter` instead of `pill` ([6410c03](https://github.com/Refinitiv/refinitiv-ui/commit/6410c03dd12077f25347dddb249b6a6700186abc))
557
-
356
+ - change default role to more generic type for better extendibility ([#100](https://github.com/Refinitiv/refinitiv-ui/issues/100)) ([fe999dc](https://github.com/Refinitiv/refinitiv-ui/commit/fe999dc66b5f42581a37329ced697ae6ac2dc929))
357
+ - **combo-box:** fix arrow icon not show in Solar when disabled ([55c1008](https://github.com/Refinitiv/refinitiv-ui/commit/55c1008b7b63f915a7575059c6539e63a757e389))
358
+ - **combo-box:** import `counter` instead of `pill` ([6410c03](https://github.com/Refinitiv/refinitiv-ui/commit/6410c03dd12077f25347dddb249b6a6700186abc))
558
359
 
559
360
  ### Features
560
361
 
561
- * **list:** improve screen reader ([0bc3a8c](https://github.com/Refinitiv/refinitiv-ui/commit/0bc3a8c9c4051200cd1a5c8ed655d1d3ebbd9021))
562
- * **select:** improve screen reader support ([#80](https://github.com/Refinitiv/refinitiv-ui/issues/80)) ([a43fbcd](https://github.com/Refinitiv/refinitiv-ui/commit/a43fbcd4b23b2f508ddc94b8007913f66da1ae89))
563
-
564
-
565
-
566
-
362
+ - **list:** improve screen reader ([0bc3a8c](https://github.com/Refinitiv/refinitiv-ui/commit/0bc3a8c9c4051200cd1a5c8ed655d1d3ebbd9021))
363
+ - **select:** improve screen reader support ([#80](https://github.com/Refinitiv/refinitiv-ui/issues/80)) ([a43fbcd](https://github.com/Refinitiv/refinitiv-ui/commit/a43fbcd4b23b2f508ddc94b8007913f66da1ae89))
567
364
 
568
365
  # [5.7.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.6.0...@refinitiv-ui/elements@5.7.0) (2021-11-22)
569
366
 
570
-
571
367
  ### Bug Fixes
572
368
 
573
- * **tree:** correctly update dependant checked states ([#82](https://github.com/Refinitiv/refinitiv-ui/issues/82)) ([fdb7018](https://github.com/Refinitiv/refinitiv-ui/commit/fdb7018f9446f933f428448ada60f4a8cacc1acf))
574
-
369
+ - **tree:** correctly update dependant checked states ([#82](https://github.com/Refinitiv/refinitiv-ui/issues/82)) ([fdb7018](https://github.com/Refinitiv/refinitiv-ui/commit/fdb7018f9446f933f428448ada60f4a8cacc1acf))
575
370
 
576
371
  ### Features
577
372
 
578
- * **item:** improve screen reader support ([#74](https://github.com/Refinitiv/refinitiv-ui/issues/74)) ([b14b950](https://github.com/Refinitiv/refinitiv-ui/commit/b14b950897cb96cdc957e12d93b510cc4361c4f3))
579
-
580
-
581
-
582
-
373
+ - **item:** improve screen reader support ([#74](https://github.com/Refinitiv/refinitiv-ui/issues/74)) ([b14b950](https://github.com/Refinitiv/refinitiv-ui/commit/b14b950897cb96cdc957e12d93b510cc4361c4f3))
583
374
 
584
375
  # [5.6.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.5.0...@refinitiv-ui/elements@5.6.0) (2021-11-08)
585
376
 
586
-
587
377
  ### Bug Fixes
588
378
 
589
- * **datetime-picker:** values are not update synchronously ([#59](https://github.com/Refinitiv/refinitiv-ui/issues/59)) ([55500a3](https://github.com/Refinitiv/refinitiv-ui/commit/55500a30f4daab1110d7664b6c244dd2b83995cb))
590
- * incorrect tap behaviour ([#57](https://github.com/Refinitiv/refinitiv-ui/issues/57)) ([a245fbe](https://github.com/Refinitiv/refinitiv-ui/commit/a245fbe1999057de0525313e35d5156cc497135f))
591
- * **multi-input:** only focus input on click clear button ([#64](https://github.com/Refinitiv/refinitiv-ui/issues/64)) ([214452a](https://github.com/Refinitiv/refinitiv-ui/commit/214452ac02f77c91090226597c2c02e95fc3d084))
592
- * **tree-select:** update selectAll condition when search no match ([#53](https://github.com/Refinitiv/refinitiv-ui/issues/53)) ([c3b5e46](https://github.com/Refinitiv/refinitiv-ui/commit/c3b5e461bdf56ad9d17ae921d1c5f980d44754ac))
593
-
379
+ - **datetime-picker:** values are not update synchronously ([#59](https://github.com/Refinitiv/refinitiv-ui/issues/59)) ([55500a3](https://github.com/Refinitiv/refinitiv-ui/commit/55500a30f4daab1110d7664b6c244dd2b83995cb))
380
+ - incorrect tap behaviour ([#57](https://github.com/Refinitiv/refinitiv-ui/issues/57)) ([a245fbe](https://github.com/Refinitiv/refinitiv-ui/commit/a245fbe1999057de0525313e35d5156cc497135f))
381
+ - **multi-input:** only focus input on click clear button ([#64](https://github.com/Refinitiv/refinitiv-ui/issues/64)) ([214452a](https://github.com/Refinitiv/refinitiv-ui/commit/214452ac02f77c91090226597c2c02e95fc3d084))
382
+ - **tree-select:** update selectAll condition when search no match ([#53](https://github.com/Refinitiv/refinitiv-ui/issues/53)) ([c3b5e46](https://github.com/Refinitiv/refinitiv-ui/commit/c3b5e461bdf56ad9d17ae921d1c5f980d44754ac))
594
383
 
595
384
  ### Features
596
385
 
597
- * **button:** improve accessibility for screen readers ([#33](https://github.com/Refinitiv/refinitiv-ui/issues/33)) ([89f2e19](https://github.com/Refinitiv/refinitiv-ui/commit/89f2e19f631257e5572d2c74cf7449f9be265aca))
598
- * **checkbox:** improve accessibility for screen readers ([#37](https://github.com/Refinitiv/refinitiv-ui/issues/37)) ([93509d0](https://github.com/Refinitiv/refinitiv-ui/commit/93509d0ec801b880b9bf68013d83c140075c59dd))
599
- * **clock:** small analogue clock face ([#54](https://github.com/Refinitiv/refinitiv-ui/issues/54)) ([bc4b2a8](https://github.com/Refinitiv/refinitiv-ui/commit/bc4b2a816135ef70819d826d15ba9b36dda99207))
600
- * **core:** add latest lit directives, add focused-changed event ([69168f6](https://github.com/Refinitiv/refinitiv-ui/commit/69168f6fe3e6eea8e9abb2a875a2f283eb06d42b))
601
- * **icon:** support icon names and icon urls ([6d3a92d](https://github.com/Refinitiv/refinitiv-ui/commit/6d3a92db329c5198d56aeed4a1944ef3d0e29f1d))
602
- * Lit@2 upgrade ([dbda63b](https://github.com/Refinitiv/refinitiv-ui/commit/dbda63be97257f891cb1f2c5ff46b638c70e0b15))
603
- * **radio-button:** improve radio button accessibility ([#43](https://github.com/Refinitiv/refinitiv-ui/issues/43)) ([12d2b23](https://github.com/Refinitiv/refinitiv-ui/commit/12d2b238c988e880d8055afe280cfb93ace6dd51))
604
- * **text-field:** improve screen reader support ([#65](https://github.com/Refinitiv/refinitiv-ui/issues/65)) ([65bfa44](https://github.com/Refinitiv/refinitiv-ui/commit/65bfa4404bb4b462f20163c733b75fd509485b1b))
605
- * **toggle:** improve accessibility for screen readers ([#42](https://github.com/Refinitiv/refinitiv-ui/issues/42)) ([7554471](https://github.com/Refinitiv/refinitiv-ui/commit/755447104777606247bb06bfba5e97accb893ccf))
606
-
386
+ - **button:** improve accessibility for screen readers ([#33](https://github.com/Refinitiv/refinitiv-ui/issues/33)) ([89f2e19](https://github.com/Refinitiv/refinitiv-ui/commit/89f2e19f631257e5572d2c74cf7449f9be265aca))
387
+ - **checkbox:** improve accessibility for screen readers ([#37](https://github.com/Refinitiv/refinitiv-ui/issues/37)) ([93509d0](https://github.com/Refinitiv/refinitiv-ui/commit/93509d0ec801b880b9bf68013d83c140075c59dd))
388
+ - **clock:** small analogue clock face ([#54](https://github.com/Refinitiv/refinitiv-ui/issues/54)) ([bc4b2a8](https://github.com/Refinitiv/refinitiv-ui/commit/bc4b2a816135ef70819d826d15ba9b36dda99207))
389
+ - **core:** add latest lit directives, add focused-changed event ([69168f6](https://github.com/Refinitiv/refinitiv-ui/commit/69168f6fe3e6eea8e9abb2a875a2f283eb06d42b))
390
+ - **icon:** support icon names and icon urls ([6d3a92d](https://github.com/Refinitiv/refinitiv-ui/commit/6d3a92db329c5198d56aeed4a1944ef3d0e29f1d))
391
+ - Lit@2 upgrade ([dbda63b](https://github.com/Refinitiv/refinitiv-ui/commit/dbda63be97257f891cb1f2c5ff46b638c70e0b15))
392
+ - **radio-button:** improve radio button accessibility ([#43](https://github.com/Refinitiv/refinitiv-ui/issues/43)) ([12d2b23](https://github.com/Refinitiv/refinitiv-ui/commit/12d2b238c988e880d8055afe280cfb93ace6dd51))
393
+ - **text-field:** improve screen reader support ([#65](https://github.com/Refinitiv/refinitiv-ui/issues/65)) ([65bfa44](https://github.com/Refinitiv/refinitiv-ui/commit/65bfa4404bb4b462f20163c733b75fd509485b1b))
394
+ - **toggle:** improve accessibility for screen readers ([#42](https://github.com/Refinitiv/refinitiv-ui/issues/42)) ([7554471](https://github.com/Refinitiv/refinitiv-ui/commit/755447104777606247bb06bfba5e97accb893ccf))
607
395
 
608
396
  ### Performance Improvements
609
397
 
610
- * **icon:** cache svg template results ([463c6ba](https://github.com/Refinitiv/refinitiv-ui/commit/463c6ba1f0403aa25605fd363ac863159ee4c492))
611
- * **list:** check before positioning element in dom ([244b44f](https://github.com/Refinitiv/refinitiv-ui/commit/244b44fba553e1f40e0a55ecda93e7d943b13994))
612
- * **tree:** reduce calculations for visible items ([c231f06](https://github.com/Refinitiv/refinitiv-ui/commit/c231f06a1a4a901bafefdee7dcc1e009a7902ac5))
613
-
614
-
615
-
616
-
398
+ - **icon:** cache svg template results ([463c6ba](https://github.com/Refinitiv/refinitiv-ui/commit/463c6ba1f0403aa25605fd363ac863159ee4c492))
399
+ - **list:** check before positioning element in dom ([244b44f](https://github.com/Refinitiv/refinitiv-ui/commit/244b44fba553e1f40e0a55ecda93e7d943b13994))
400
+ - **tree:** reduce calculations for visible items ([c231f06](https://github.com/Refinitiv/refinitiv-ui/commit/c231f06a1a4a901bafefdee7dcc1e009a7902ac5))
617
401
 
618
402
  # [5.5.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.3.3...@refinitiv-ui/elements@5.5.0) (2021-10-25)
619
403
 
620
-
621
404
  ### Bug Fixes
622
405
 
623
- * dev server should start with source maps and declaration maps ([3e81b33](https://github.com/Refinitiv/refinitiv-ui/commit/3e81b33d4fb2136af2b18eeaf1fc1d740bd38105))
624
- * **overlay-menu:** interactiveElements list is not reset in some scenarios ([6e17cce](https://github.com/Refinitiv/refinitiv-ui/commit/6e17cce224eafe3e54ee9c2fdfa7bf9bce5dcbfc))
625
- * **overlay-menu:** remove wrong super call ([0a63e1f](https://github.com/Refinitiv/refinitiv-ui/commit/0a63e1fc9c0bb8a161010fd15df47198a9101bfa))
626
- * **overlay:** incorrect change check for `interactiveElements` property ([d1da5b6](https://github.com/Refinitiv/refinitiv-ui/commit/d1da5b692df070f0bb8f08644dd30b43673ffb49))
627
-
406
+ - dev server should start with source maps and declaration maps ([3e81b33](https://github.com/Refinitiv/refinitiv-ui/commit/3e81b33d4fb2136af2b18eeaf1fc1d740bd38105))
407
+ - **overlay-menu:** interactiveElements list is not reset in some scenarios ([6e17cce](https://github.com/Refinitiv/refinitiv-ui/commit/6e17cce224eafe3e54ee9c2fdfa7bf9bce5dcbfc))
408
+ - **overlay-menu:** remove wrong super call ([0a63e1f](https://github.com/Refinitiv/refinitiv-ui/commit/0a63e1fc9c0bb8a161010fd15df47198a9101bfa))
409
+ - **overlay:** incorrect change check for `interactiveElements` property ([d1da5b6](https://github.com/Refinitiv/refinitiv-ui/commit/d1da5b692df070f0bb8f08644dd30b43673ffb49))
628
410
 
629
411
  ### Features
630
412
 
631
- * add browsers option to test command ([#27](https://github.com/Refinitiv/refinitiv-ui/issues/27)) ([64a1d46](https://github.com/Refinitiv/refinitiv-ui/commit/64a1d464fb3c4a1f1cf851c3ab070cd9f615fb6c))
632
- * **tree:** query attribute and property ([ce067c7](https://github.com/Refinitiv/refinitiv-ui/commit/ce067c723cf42a57545589dea4feb57ac1e08822))
633
-
634
-
635
-
636
-
413
+ - add browsers option to test command ([#27](https://github.com/Refinitiv/refinitiv-ui/issues/27)) ([64a1d46](https://github.com/Refinitiv/refinitiv-ui/commit/64a1d464fb3c4a1f1cf851c3ab070cd9f615fb6c))
414
+ - **tree:** query attribute and property ([ce067c7](https://github.com/Refinitiv/refinitiv-ui/commit/ce067c723cf42a57545589dea4feb57ac1e08822))
637
415
 
638
416
  ## [5.3.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.3.2...@refinitiv-ui/elements@5.3.3) (2021-10-11)
639
417
 
640
-
641
418
  ### Bug Fixes
642
419
 
643
- * **accordion:** remove unuse property collapseAnimationDisabled ([0b8bd7b](https://github.com/Refinitiv/refinitiv-ui/commit/0b8bd7bf9e886eb711802b37dbbe90874d52cf21))
644
- * **card:** use new icon ([af5d7fc](https://github.com/Refinitiv/refinitiv-ui/commit/af5d7fcfa30e4400259d641435e6aebddceba88d))
645
- * remove source maps reference from the production build ([655d0bb](https://github.com/Refinitiv/refinitiv-ui/commit/655d0bb57290e5fe1276bf1a99bd7a0190d7a2f8))
646
-
647
-
648
-
649
-
420
+ - **accordion:** remove unuse property collapseAnimationDisabled ([0b8bd7b](https://github.com/Refinitiv/refinitiv-ui/commit/0b8bd7bf9e886eb711802b37dbbe90874d52cf21))
421
+ - **card:** use new icon ([af5d7fc](https://github.com/Refinitiv/refinitiv-ui/commit/af5d7fcfa30e4400259d641435e6aebddceba88d))
422
+ - remove source maps reference from the production build ([655d0bb](https://github.com/Refinitiv/refinitiv-ui/commit/655d0bb57290e5fe1276bf1a99bd7a0190d7a2f8))
650
423
 
651
424
  ## [5.3.1](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/elements@5.3.0...@refinitiv-ui/elements@5.3.1) (2021-09-27)
652
425
 
653
-
654
426
  ### Bug Fixes
655
427
 
656
- * **button:** remove hover-icon template if hover-icon is not specified ([6459a18](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6459a18cf6d3d08d79831c35586fa3bc132155b0))
657
- * **swing-gauge:** label container overflow ([c1760ca](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/c1760cad4dc5426ef473f4a2a45b868e443c8818))
658
- * **toggle:** fix reflect label attribute ([4878f4e](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4878f4ee38f774420eb2641e1879461bc9f3356a))
659
-
660
-
661
-
662
-
428
+ - **button:** remove hover-icon template if hover-icon is not specified ([6459a18](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6459a18cf6d3d08d79831c35586fa3bc132155b0))
429
+ - **swing-gauge:** label container overflow ([c1760ca](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/c1760cad4dc5426ef473f4a2a45b868e443c8818))
430
+ - **toggle:** fix reflect label attribute ([4878f4e](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4878f4ee38f774420eb2641e1879461bc9f3356a))
663
431
 
664
432
  # [5.3.0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/elements@5.2.1...@refinitiv-ui/elements@5.3.0) (2021-09-15)
665
433
 
666
-
667
434
  ### Features
668
435
 
669
- * **heatmap:** add method to retrieve data from cell's events ([d4e03f7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d4e03f7a423fd4312c20b3ec1fb84181884c8479))
670
- * **swing-gauge:** redesign ([fc0bf03](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/fc0bf03941cbd893ebde3c322fc5ff3cc7fe1330))
671
-
672
-
673
-
674
-
436
+ - **heatmap:** add method to retrieve data from cell's events ([d4e03f7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d4e03f7a423fd4312c20b3ec1fb84181884c8479))
437
+ - **swing-gauge:** redesign ([fc0bf03](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/fc0bf03941cbd893ebde3c322fc5ff3cc7fe1330))
675
438
 
676
439
  ## [5.2.1](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/elements@5.2.0...@refinitiv-ui/elements@5.2.1) (2021-09-13)
677
440
 
678
441
  **Note:** Version bump only for package @refinitiv-ui/elements
679
442
 
680
-
681
-
682
-
683
-
684
443
  # [5.2.0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/elements@5.1.1...@refinitiv-ui/elements@5.2.0) (2021-09-10)
685
444
 
686
-
687
445
  ### Bug Fixes
688
446
 
689
- * **calendar:** first day of week is not applied in some scenarios ([9001a33](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9001a334915ddece0b7e63aa451a64f699672326))
690
- * **card:** fix unsupport css on IE ([f1c67b9](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/f1c67b9169c4d496a87d7cba10aedaaa6fa7b2f0))
691
- * **card:** integrate with new label ([4f607fb](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4f607fb9923c509c0f1f459bcf3f411e765db497))
692
- * **card:** use ef-button import ([57e4de9](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/57e4de98c68f93216df15ef4471027777b66b6b8))
693
- * **label:** allow single line ellipsis in IE ([2aa3cf6](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2aa3cf67a095f65ea33c12953d8a45065856c808))
694
- * **label:** break single long words ([0652629](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0652629389eadb8963e97a2e143cdad2a1060452))
695
- * **label:** remove max-line property as it's deprecated ([0463ce0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0463ce09ad242482ab00cb7d4a90d0cb0cd4e533))
696
- * **overlay:** revert merge error ([6fee0da](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6fee0da06422afff26cc968f83bab529c2b0b2a3))
697
- * **tab:** remove override label display ([4dc04c5](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4dc04c58bfebf7c30fa9a5918127fecaa00bd0ca))
698
- * **tooltip:** add return type ([7ff2d55](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7ff2d554adb7e1abe9964d994d2dbc52319d7f96))
699
- * **tooltip:** use passive event listeners ([19f1c03](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/19f1c030accacd520834ffd55f33453423337f0c))
700
- * **tree-select:** swap position of the action button ([0eb828c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0eb828ce7e23fd03c7c3d0a22e979b764b5b0d5c))
701
- * **tree-select:** unable to select a filtered parent item ([6c7a81f](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6c7a81fe452975d6ced85cec5c44d209ba17a970))
702
-
447
+ - **calendar:** first day of week is not applied in some scenarios ([9001a33](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9001a334915ddece0b7e63aa451a64f699672326))
448
+ - **card:** fix unsupport css on IE ([f1c67b9](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/f1c67b9169c4d496a87d7cba10aedaaa6fa7b2f0))
449
+ - **card:** integrate with new label ([4f607fb](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4f607fb9923c509c0f1f459bcf3f411e765db497))
450
+ - **card:** use ef-button import ([57e4de9](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/57e4de98c68f93216df15ef4471027777b66b6b8))
451
+ - **label:** allow single line ellipsis in IE ([2aa3cf6](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2aa3cf67a095f65ea33c12953d8a45065856c808))
452
+ - **label:** break single long words ([0652629](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0652629389eadb8963e97a2e143cdad2a1060452))
453
+ - **label:** remove max-line property as it's deprecated ([0463ce0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0463ce09ad242482ab00cb7d4a90d0cb0cd4e533))
454
+ - **overlay:** revert merge error ([6fee0da](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6fee0da06422afff26cc968f83bab529c2b0b2a3))
455
+ - **tab:** remove override label display ([4dc04c5](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4dc04c58bfebf7c30fa9a5918127fecaa00bd0ca))
456
+ - **tooltip:** add return type ([7ff2d55](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7ff2d554adb7e1abe9964d994d2dbc52319d7f96))
457
+ - **tooltip:** use passive event listeners ([19f1c03](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/19f1c030accacd520834ffd55f33453423337f0c))
458
+ - **tree-select:** swap position of the action button ([0eb828c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0eb828ce7e23fd03c7c3d0a22e979b764b5b0d5c))
459
+ - **tree-select:** unable to select a filtered parent item ([6c7a81f](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6c7a81fe452975d6ced85cec5c44d209ba17a970))
703
460
 
704
461
  ### Features
705
462
 
706
- * **coral-tree:** add icon to coral tree ([d4dfc1c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d4dfc1c57428fea52002491afce303b5a8626009))
707
- * **counter:** add counter element ([ee6283b](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/ee6283b20f93b980df51e519618db0cf2f673e41))
708
- * **label:** add IE support ([2f9d782](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2f9d7826aedc43fbc6eb20f69c93c0e5bd30d221))
709
- * **label:** allow all truncation methods ([81a7e57](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/81a7e57e56310c85c55908652de0a59f547fea63))
710
-
711
-
712
-
713
-
463
+ - **coral-tree:** add icon to coral tree ([d4dfc1c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d4dfc1c57428fea52002491afce303b5a8626009))
464
+ - **counter:** add counter element ([ee6283b](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/ee6283b20f93b980df51e519618db0cf2f673e41))
465
+ - **label:** add IE support ([2f9d782](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2f9d7826aedc43fbc6eb20f69c93c0e5bd30d221))
466
+ - **label:** allow all truncation methods ([81a7e57](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/81a7e57e56310c85c55908652de0a59f547fea63))
714
467
 
715
468
  ## [5.1.1](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/elements@5.1.0...@refinitiv-ui/elements@5.1.1) (2021-08-27)
716
469
 
717
-
718
470
  ### Bug Fixes
719
471
 
720
- * **chart:** render chart correctly in IE ([575e820](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/575e820d5d8ac8eeb910b510320322b06d8b829b))
721
- * **email-field:** can focus while disabled ([d045ea8](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d045ea81a3d916cfb4dc5bbe8ff6722e7ca62f38))
722
- * **interactive-chart:** legendPriceFormatter should not be called if there is no value ([8f40610](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/8f40610b37cededb60bbf6d1bc51b538feab0ef4))
723
- * **interactive-chart:** update Trading View logo ([8acda57](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/8acda574874746a216eca9ed234c96e860e21ade))
724
- * **list:** render order wrong when recycling nodes ([eed56c7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/eed56c7947ca5974e7f15f81e0aef8bca67a8692))
725
- * **number-field:** can focus while disabled ([9fd1e65](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9fd1e65a0d8a75aa4338dc96f504fc13066a0132))
726
- * **password-field:** can focus while disabled ([7f8f941](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7f8f941a53ec51262a54aadca887a4122c8a32f6))
727
- * **search-field:** can focus while disabled ([73aad4a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/73aad4ae37a4e8570a4bcb5e2cf5ae3d7d33070b))
728
- * **slider:** add warning invalid property ([70e8a00](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/70e8a007f48c3c289bd9c44a53a73b9099f9645f))
729
- * **text-field:** can focus while disabled ([25f2733](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/25f273331acb325865fe373223eb51185db2d1a3))
730
-
731
-
732
-
733
-
472
+ - **chart:** render chart correctly in IE ([575e820](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/575e820d5d8ac8eeb910b510320322b06d8b829b))
473
+ - **email-field:** can focus while disabled ([d045ea8](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d045ea81a3d916cfb4dc5bbe8ff6722e7ca62f38))
474
+ - **interactive-chart:** legendPriceFormatter should not be called if there is no value ([8f40610](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/8f40610b37cededb60bbf6d1bc51b538feab0ef4))
475
+ - **interactive-chart:** update Trading View logo ([8acda57](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/8acda574874746a216eca9ed234c96e860e21ade))
476
+ - **list:** render order wrong when recycling nodes ([eed56c7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/eed56c7947ca5974e7f15f81e0aef8bca67a8692))
477
+ - **number-field:** can focus while disabled ([9fd1e65](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9fd1e65a0d8a75aa4338dc96f504fc13066a0132))
478
+ - **password-field:** can focus while disabled ([7f8f941](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7f8f941a53ec51262a54aadca887a4122c8a32f6))
479
+ - **search-field:** can focus while disabled ([73aad4a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/73aad4ae37a4e8570a4bcb5e2cf5ae3d7d33070b))
480
+ - **slider:** add warning invalid property ([70e8a00](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/70e8a007f48c3c289bd9c44a53a73b9099f9645f))
481
+ - **text-field:** can focus while disabled ([25f2733](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/25f273331acb325865fe373223eb51185db2d1a3))
734
482
 
735
483
  # [5.1.0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/elements@5.0.0...@refinitiv-ui/elements@5.1.0) (2021-07-30)
736
484
 
737
-
738
485
  ### Bug Fixes
739
486
 
740
- * **dialog:** missing attribute opening quote ([2729247](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/27292471334ab6b83d8c8437fc46d15803121483))
741
-
487
+ - **dialog:** missing attribute opening quote ([2729247](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/27292471334ab6b83d8c8437fc46d15803121483))
742
488
 
743
489
  ### Features
744
490
 
745
- * use latest FormatJS polyfills and ICU parser ([b7855e4](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b7855e409d10d9c8b9f31a34953470549295a8ab))
746
-
747
-
748
-
749
-
491
+ - use latest FormatJS polyfills and ICU parser ([b7855e4](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b7855e409d10d9c8b9f31a34953470549295a8ab))
750
492
 
751
493
  # [5.0.0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/elements@5.0.0-beta.3...@refinitiv-ui/elements@5.0.0) (2021-07-16)
752
494
 
753
-
754
495
  ### Bug Fixes
755
496
 
756
- * [@types](https://git.sami.int.thomsonreuters.com/types) dependencies incorrect ([09ea997](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/09ea9970c67766e5011686dd9395c93775ad7ee5))
757
- * chart linting ([84a810f](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/84a810f03d33b45ee86cb97961c50da7d8fd4c11))
758
- * chart linting ([b0f2599](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b0f25990d94da4d9aecaedc33457a639167829b6))
759
- * chart typo ([2d24cd6](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2d24cd60f79e0014a413850d9a75f2be45bdf7b2))
760
- * **chart:** improve types ([e83f9f1](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/e83f9f1b098d40fce51fc5ae9fa089275a7afc23))
761
- * dialog linting ([43f2189](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/43f2189f1b8bdb9b81318c3df452dca02df85244))
762
- * **dialog:** improve types ([bb98a7d](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/bb98a7d5bd9f7aef0666baa82ac29a4f97411c1b))
763
- * **icon:** fixed line height in icon ([b6d2820](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b6d28208e0b7038d446cb0258e42acc2438b2b3e))
764
- * ignore release script ([0d02a91](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0d02a914f07d77b89f3ac220a86da005f38f99cd))
765
- * interactive chart linting ([ade94d2](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/ade94d2bb0d2b5fc73def82037718f232afe69d5))
766
- * **interactive-chart:** change attribute name to legend-style ([3270b8d](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/3270b8d00e28e0f65455ed060e46b3e9ded958f9))
767
- * list linting ([428cf91](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/428cf91fdc70a28042bd8bb3cdf08d8538db7b05))
768
- * tooltip linting ([7f31788](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7f3178826e7fcd4331c70e30ed2cb5255f9f0708))
769
-
497
+ - [@types](https://git.sami.int.thomsonreuters.com/types) dependencies incorrect ([09ea997](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/09ea9970c67766e5011686dd9395c93775ad7ee5))
498
+ - chart linting ([84a810f](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/84a810f03d33b45ee86cb97961c50da7d8fd4c11))
499
+ - chart linting ([b0f2599](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b0f25990d94da4d9aecaedc33457a639167829b6))
500
+ - chart typo ([2d24cd6](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2d24cd60f79e0014a413850d9a75f2be45bdf7b2))
501
+ - **chart:** improve types ([e83f9f1](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/e83f9f1b098d40fce51fc5ae9fa089275a7afc23))
502
+ - dialog linting ([43f2189](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/43f2189f1b8bdb9b81318c3df452dca02df85244))
503
+ - **dialog:** improve types ([bb98a7d](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/bb98a7d5bd9f7aef0666baa82ac29a4f97411c1b))
504
+ - **icon:** fixed line height in icon ([b6d2820](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b6d28208e0b7038d446cb0258e42acc2438b2b3e))
505
+ - ignore release script ([0d02a91](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0d02a914f07d77b89f3ac220a86da005f38f99cd))
506
+ - interactive chart linting ([ade94d2](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/ade94d2bb0d2b5fc73def82037718f232afe69d5))
507
+ - **interactive-chart:** change attribute name to legend-style ([3270b8d](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/3270b8d00e28e0f65455ed060e46b3e9ded958f9))
508
+ - list linting ([428cf91](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/428cf91fdc70a28042bd8bb3cdf08d8538db7b05))
509
+ - tooltip linting ([7f31788](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7f3178826e7fcd4331c70e30ed2cb5255f9f0708))
770
510
 
771
511
  ### Features
772
512
 
773
- * add TapEvent into GlobalEventHandlersEventsMap ([5ddbe00](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/5ddbe003edb0725fdd7d0f5774d214e76b088dab))
774
- * **elements:** move snapshots to individual folders ([c86f35a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/c86f35a8806dec5f709a68eba702f19e8d6319f9))
775
- * introduce generic events ([9c3444c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9c3444ceb2ca8de151af791f289f3ce5c56866b2))
776
- * rollback files and folders that do not need to be changed ([83a382a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/83a382a522c10895b4c31c69fe19f5f7d00c9f66))
777
- * **tree:** remove deprecated code ([359b96c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/359b96c500d37501fd6309513a98b48ba63eabce))
778
-
513
+ - add TapEvent into GlobalEventHandlersEventsMap ([5ddbe00](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/5ddbe003edb0725fdd7d0f5774d214e76b088dab))
514
+ - **elements:** move snapshots to individual folders ([c86f35a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/c86f35a8806dec5f709a68eba702f19e8d6319f9))
515
+ - introduce generic events ([9c3444c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9c3444ceb2ca8de151af791f289f3ce5c56866b2))
516
+ - rollback files and folders that do not need to be changed ([83a382a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/83a382a522c10895b4c31c69fe19f5f7d00c9f66))
517
+ - **tree:** remove deprecated code ([359b96c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/359b96c500d37501fd6309513a98b48ba63eabce))
779
518
 
780
519
  ### Reverts
781
520
 
782
- * Revert "fix release-script lint" ([70cd4e7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/70cd4e772aebca7520c19f2f8870b7d745903034))
783
-
784
-
785
-
786
-
521
+ - Revert "fix release-script lint" ([70cd4e7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/70cd4e772aebca7520c19f2f8870b7d745903034))
787
522
 
788
523
  # [5.0.0-beta.3](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/compare/@refinitiv-ui/elements@5.0.0-beta.1...@refinitiv-ui/elements@5.0.0-beta.3) (2021-07-02)
789
524