@refinitiv-ui/elements 6.9.0-next.0 → 6.9.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 (442) hide show
  1. package/CHANGELOG.md +223 -378
  2. package/LICENSE +1 -1
  3. package/README.md +12 -10
  4. package/lib/accordion/index.d.ts +1 -1
  5. package/lib/accordion/index.js +4 -7
  6. package/lib/accordion/themes/halo/dark/index.js +0 -1
  7. package/lib/accordion/themes/halo/light/index.js +0 -1
  8. package/lib/accordion/themes/solar/charcoal/index.js +0 -1
  9. package/lib/accordion/themes/solar/pearl/index.js +0 -1
  10. package/lib/appstate-bar/index.d.ts +2 -2
  11. package/lib/appstate-bar/index.js +10 -4
  12. package/lib/appstate-bar/themes/halo/dark/index.js +0 -1
  13. package/lib/appstate-bar/themes/halo/light/index.js +0 -1
  14. package/lib/appstate-bar/themes/solar/charcoal/index.js +0 -1
  15. package/lib/appstate-bar/themes/solar/pearl/index.js +0 -1
  16. package/lib/autosuggest/index.d.ts +7 -7
  17. package/lib/autosuggest/index.js +89 -84
  18. package/lib/autosuggest/themes/halo/dark/index.js +0 -1
  19. package/lib/autosuggest/themes/halo/light/index.js +0 -1
  20. package/lib/autosuggest/themes/solar/charcoal/index.js +1 -2
  21. package/lib/autosuggest/themes/solar/pearl/index.js +1 -2
  22. package/lib/button/index.js +7 -10
  23. package/lib/button/themes/halo/dark/index.js +0 -1
  24. package/lib/button/themes/halo/light/index.js +0 -1
  25. package/lib/button/themes/solar/charcoal/index.js +0 -1
  26. package/lib/button/themes/solar/pearl/index.js +0 -1
  27. package/lib/button-bar/index.d.ts +1 -1
  28. package/lib/button-bar/index.js +12 -12
  29. package/lib/button-bar/themes/halo/dark/index.js +0 -1
  30. package/lib/button-bar/themes/halo/light/index.js +0 -1
  31. package/lib/button-bar/themes/solar/charcoal/index.js +0 -1
  32. package/lib/button-bar/themes/solar/pearl/index.js +0 -1
  33. package/lib/calendar/index.d.ts +39 -39
  34. package/lib/calendar/index.js +165 -132
  35. package/lib/calendar/themes/halo/dark/index.js +0 -1
  36. package/lib/calendar/themes/halo/light/index.js +0 -1
  37. package/lib/calendar/themes/solar/charcoal/index.js +0 -1
  38. package/lib/calendar/themes/solar/pearl/index.js +0 -1
  39. package/lib/calendar/utils.js +2 -2
  40. package/lib/canvas/index.d.ts +1 -1
  41. package/lib/canvas/index.js +2 -4
  42. package/lib/canvas/themes/halo/dark/index.js +0 -1
  43. package/lib/canvas/themes/halo/light/index.js +0 -1
  44. package/lib/canvas/themes/solar/charcoal/index.js +0 -1
  45. package/lib/canvas/themes/solar/pearl/index.js +0 -1
  46. package/lib/card/helpers/types.d.ts +2 -2
  47. package/lib/card/index.d.ts +5 -5
  48. package/lib/card/index.js +34 -28
  49. package/lib/card/themes/halo/dark/index.js +0 -1
  50. package/lib/card/themes/halo/light/index.js +0 -1
  51. package/lib/card/themes/solar/charcoal/index.js +0 -1
  52. package/lib/card/themes/solar/pearl/index.js +0 -1
  53. package/lib/chart/helpers/legend.js +10 -8
  54. package/lib/chart/index.d.ts +3 -3
  55. package/lib/chart/index.js +18 -18
  56. package/lib/chart/plugins/doughnut-center-label.js +7 -6
  57. package/lib/chart/themes/halo/dark/index.js +0 -1
  58. package/lib/chart/themes/halo/light/index.js +0 -1
  59. package/lib/chart/themes/solar/charcoal/index.js +0 -1
  60. package/lib/chart/themes/solar/pearl/index.js +0 -1
  61. package/lib/checkbox/index.d.ts +1 -1
  62. package/lib/checkbox/index.js +12 -13
  63. package/lib/checkbox/themes/halo/dark/index.js +0 -1
  64. package/lib/checkbox/themes/halo/light/index.js +0 -1
  65. package/lib/checkbox/themes/solar/charcoal/index.js +0 -1
  66. package/lib/checkbox/themes/solar/pearl/index.js +0 -1
  67. package/lib/clock/index.d.ts +55 -55
  68. package/lib/clock/index.js +84 -95
  69. package/lib/clock/themes/halo/dark/index.js +1 -2
  70. package/lib/clock/themes/halo/light/index.js +1 -2
  71. package/lib/clock/themes/solar/charcoal/index.js +1 -2
  72. package/lib/clock/themes/solar/pearl/index.js +1 -2
  73. package/lib/collapse/index.d.ts +1 -1
  74. package/lib/collapse/index.js +28 -19
  75. package/lib/collapse/themes/halo/dark/index.js +1 -2
  76. package/lib/collapse/themes/halo/light/index.js +1 -2
  77. package/lib/collapse/themes/solar/charcoal/index.js +0 -1
  78. package/lib/collapse/themes/solar/pearl/index.js +0 -1
  79. package/lib/color-dialog/elements/color-palettes.d.ts +1 -1
  80. package/lib/color-dialog/elements/color-palettes.js +5 -6
  81. package/lib/color-dialog/elements/grayscale-palettes.d.ts +1 -1
  82. package/lib/color-dialog/elements/grayscale-palettes.js +9 -9
  83. package/lib/color-dialog/elements/palettes.js +5 -4
  84. package/lib/color-dialog/helpers/value-model.js +7 -9
  85. package/lib/color-dialog/index.d.ts +6 -6
  86. package/lib/color-dialog/index.js +53 -37
  87. package/lib/color-dialog/themes/halo/dark/index.js +0 -1
  88. package/lib/color-dialog/themes/halo/light/index.js +0 -1
  89. package/lib/color-dialog/themes/solar/charcoal/index.js +0 -1
  90. package/lib/color-dialog/themes/solar/pearl/index.js +0 -1
  91. package/lib/color-picker/index.d.ts +2 -2
  92. package/lib/color-picker/index.js +40 -34
  93. package/lib/color-picker/themes/halo/dark/index.js +0 -1
  94. package/lib/color-picker/themes/halo/light/index.js +0 -1
  95. package/lib/color-picker/themes/solar/charcoal/index.js +0 -1
  96. package/lib/color-picker/themes/solar/pearl/index.js +0 -1
  97. package/lib/combo-box/helpers/filter.d.ts +2 -2
  98. package/lib/combo-box/helpers/types.d.ts +1 -1
  99. package/lib/combo-box/index.d.ts +9 -9
  100. package/lib/combo-box/index.js +61 -55
  101. package/lib/combo-box/themes/halo/dark/index.js +0 -1
  102. package/lib/combo-box/themes/halo/light/index.js +0 -1
  103. package/lib/combo-box/themes/solar/charcoal/index.js +0 -1
  104. package/lib/combo-box/themes/solar/pearl/index.js +0 -1
  105. package/lib/configuration/custom-elements.json +15 -0
  106. package/lib/configuration/custom-elements.md +7 -0
  107. package/lib/{config/elements/config.d.ts → configuration/elements/configuration.d.ts} +14 -7
  108. package/lib/{config/elements/config.js → configuration/elements/configuration.js} +17 -15
  109. package/lib/configuration/helpers/context.d.ts +5 -0
  110. package/lib/configuration/helpers/context.js +3 -0
  111. package/lib/{config/helpers/context.d.ts → configuration/helpers/types.d.ts} +0 -3
  112. package/lib/configuration/helpers/types.js +1 -0
  113. package/lib/configuration/index.d.ts +3 -0
  114. package/lib/{config → configuration}/index.js +1 -1
  115. package/lib/counter/index.d.ts +4 -4
  116. package/lib/counter/index.js +9 -7
  117. package/lib/counter/themes/halo/dark/index.js +0 -1
  118. package/lib/counter/themes/halo/light/index.js +0 -1
  119. package/lib/counter/themes/solar/charcoal/index.js +0 -1
  120. package/lib/counter/themes/solar/pearl/index.js +0 -1
  121. package/lib/datetime-field/index.d.ts +4 -5
  122. package/lib/datetime-field/index.js +32 -23
  123. package/lib/datetime-field/themes/halo/dark/index.js +0 -1
  124. package/lib/datetime-field/themes/halo/light/index.js +0 -1
  125. package/lib/datetime-field/themes/solar/charcoal/index.js +0 -1
  126. package/lib/datetime-field/themes/solar/pearl/index.js +0 -1
  127. package/lib/datetime-field/utils.js +11 -1
  128. package/lib/datetime-picker/index.d.ts +75 -75
  129. package/lib/datetime-picker/index.js +154 -135
  130. package/lib/datetime-picker/locales.js +5 -5
  131. package/lib/datetime-picker/themes/halo/dark/index.js +0 -1
  132. package/lib/datetime-picker/themes/halo/light/index.js +0 -1
  133. package/lib/datetime-picker/themes/solar/charcoal/index.js +0 -1
  134. package/lib/datetime-picker/themes/solar/pearl/index.js +0 -1
  135. package/lib/datetime-picker/utils.js +9 -9
  136. package/lib/dialog/custom-elements.json +0 -11
  137. package/lib/dialog/custom-elements.md +3 -4
  138. package/lib/dialog/draggable-element.js +1 -2
  139. package/lib/dialog/index.d.ts +7 -7
  140. package/lib/dialog/index.js +48 -38
  141. package/lib/dialog/themes/halo/dark/index.js +0 -1
  142. package/lib/dialog/themes/halo/light/index.js +0 -1
  143. package/lib/dialog/themes/solar/charcoal/index.js +0 -1
  144. package/lib/dialog/themes/solar/pearl/index.js +0 -1
  145. package/lib/email-field/index.d.ts +1 -1
  146. package/lib/email-field/index.js +6 -6
  147. package/lib/email-field/themes/halo/dark/index.js +0 -1
  148. package/lib/email-field/themes/halo/light/index.js +0 -1
  149. package/lib/email-field/themes/solar/charcoal/index.js +0 -1
  150. package/lib/email-field/themes/solar/pearl/index.js +0 -1
  151. package/lib/events.d.ts +1 -1
  152. package/lib/flag/custom-elements.json +0 -12
  153. package/lib/flag/custom-elements.md +0 -3
  154. package/lib/flag/index.d.ts +12 -8
  155. package/lib/flag/index.js +20 -12
  156. package/lib/flag/themes/halo/dark/index.js +0 -1
  157. package/lib/flag/themes/halo/light/index.js +0 -1
  158. package/lib/flag/themes/solar/charcoal/index.js +0 -1
  159. package/lib/flag/themes/solar/pearl/index.js +0 -1
  160. package/lib/flag/utils/FlagLoader.js +1 -1
  161. package/lib/header/index.d.ts +1 -1
  162. package/lib/header/index.js +2 -2
  163. package/lib/header/themes/halo/dark/index.js +1 -2
  164. package/lib/header/themes/halo/light/index.js +1 -2
  165. package/lib/header/themes/solar/charcoal/index.js +1 -2
  166. package/lib/header/themes/solar/pearl/index.js +1 -2
  167. package/lib/heatmap/helpers/color.d.ts +1 -1
  168. package/lib/heatmap/helpers/color.js +11 -5
  169. package/lib/heatmap/helpers/track.js +3 -3
  170. package/lib/heatmap/helpers/types.d.ts +10 -10
  171. package/lib/heatmap/index.d.ts +9 -9
  172. package/lib/heatmap/index.js +104 -65
  173. package/lib/heatmap/themes/halo/dark/index.js +0 -1
  174. package/lib/heatmap/themes/halo/light/index.js +0 -1
  175. package/lib/heatmap/themes/solar/charcoal/index.js +0 -1
  176. package/lib/heatmap/themes/solar/pearl/index.js +0 -1
  177. package/lib/icon/custom-elements.json +0 -13
  178. package/lib/icon/custom-elements.md +0 -1
  179. package/lib/icon/index.d.ts +16 -6
  180. package/lib/icon/index.js +22 -11
  181. package/lib/icon/themes/halo/dark/index.js +0 -1
  182. package/lib/icon/themes/halo/light/index.js +0 -1
  183. package/lib/icon/themes/solar/charcoal/index.js +0 -1
  184. package/lib/icon/themes/solar/pearl/index.js +0 -1
  185. package/lib/icon/utils/IconLoader.d.ts +1 -0
  186. package/lib/icon/utils/IconLoader.js +9 -1
  187. package/lib/interactive-chart/custom-elements.json +5 -0
  188. package/lib/interactive-chart/custom-elements.md +1 -0
  189. package/lib/interactive-chart/helpers/types.d.ts +3 -3
  190. package/lib/interactive-chart/index.d.ts +40 -36
  191. package/lib/interactive-chart/index.js +78 -59
  192. package/lib/interactive-chart/themes/halo/dark/index.js +0 -1
  193. package/lib/interactive-chart/themes/halo/light/index.js +0 -1
  194. package/lib/interactive-chart/themes/solar/charcoal/index.js +0 -1
  195. package/lib/interactive-chart/themes/solar/pearl/index.js +0 -1
  196. package/lib/item/helpers/types.d.ts +1 -1
  197. package/lib/item/index.d.ts +3 -3
  198. package/lib/item/index.js +24 -20
  199. package/lib/item/themes/halo/dark/index.js +0 -1
  200. package/lib/item/themes/halo/light/index.js +0 -1
  201. package/lib/item/themes/solar/charcoal/index.js +0 -1
  202. package/lib/item/themes/solar/pearl/index.js +0 -1
  203. package/lib/jsx.d.ts +6 -4
  204. package/lib/label/index.d.ts +1 -1
  205. package/lib/label/index.js +11 -8
  206. package/lib/label/themes/halo/dark/index.js +0 -1
  207. package/lib/label/themes/halo/light/index.js +0 -1
  208. package/lib/label/themes/solar/charcoal/index.js +0 -1
  209. package/lib/label/themes/solar/pearl/index.js +0 -1
  210. package/lib/layout/index.d.ts +7 -7
  211. package/lib/layout/index.js +7 -7
  212. package/lib/layout/themes/halo/dark/index.js +0 -1
  213. package/lib/layout/themes/halo/light/index.js +0 -1
  214. package/lib/layout/themes/solar/charcoal/index.js +0 -1
  215. package/lib/layout/themes/solar/pearl/index.js +0 -1
  216. package/lib/led-gauge/index.d.ts +1 -1
  217. package/lib/led-gauge/index.js +10 -10
  218. package/lib/led-gauge/themes/halo/dark/index.js +0 -1
  219. package/lib/led-gauge/themes/halo/light/index.js +0 -1
  220. package/lib/led-gauge/themes/solar/charcoal/index.js +0 -1
  221. package/lib/led-gauge/themes/solar/pearl/index.js +0 -1
  222. package/lib/list/elements/list.d.ts +3 -3
  223. package/lib/list/elements/list.js +10 -12
  224. package/lib/list/helpers/renderer.js +2 -2
  225. package/lib/list/helpers/types.d.ts +1 -1
  226. package/lib/list/index.d.ts +1 -1
  227. package/lib/list/renderer.d.ts +7 -7
  228. package/lib/list/themes/halo/dark/index.js +0 -2
  229. package/lib/list/themes/halo/light/index.js +0 -2
  230. package/lib/list/themes/solar/charcoal/index.js +0 -2
  231. package/lib/list/themes/solar/pearl/index.js +0 -2
  232. package/lib/loader/index.js +7 -8
  233. package/lib/loader/themes/halo/dark/index.js +0 -1
  234. package/lib/loader/themes/halo/light/index.js +0 -1
  235. package/lib/loader/themes/solar/charcoal/index.js +0 -1
  236. package/lib/loader/themes/solar/pearl/index.js +0 -1
  237. package/lib/multi-input/index.d.ts +6 -6
  238. package/lib/multi-input/index.js +39 -45
  239. package/lib/multi-input/themes/halo/dark/index.js +0 -1
  240. package/lib/multi-input/themes/halo/light/index.js +0 -1
  241. package/lib/multi-input/themes/solar/charcoal/index.js +0 -1
  242. package/lib/multi-input/themes/solar/pearl/index.js +0 -1
  243. package/lib/notification/elements/notification-tray.d.ts +2 -2
  244. package/lib/notification/elements/notification-tray.js +3 -3
  245. package/lib/notification/elements/notification.d.ts +2 -2
  246. package/lib/notification/elements/notification.js +17 -14
  247. package/lib/notification/helpers/status.d.ts +4 -4
  248. package/lib/notification/helpers/status.js +1 -1
  249. package/lib/notification/helpers/types.d.ts +1 -1
  250. package/lib/notification/themes/halo/dark/index.js +1 -3
  251. package/lib/notification/themes/halo/light/index.js +1 -3
  252. package/lib/notification/themes/solar/charcoal/index.js +1 -3
  253. package/lib/notification/themes/solar/pearl/index.js +1 -3
  254. package/lib/number-field/index.d.ts +12 -6
  255. package/lib/number-field/index.js +64 -48
  256. package/lib/number-field/themes/halo/dark/index.js +0 -1
  257. package/lib/number-field/themes/halo/light/index.js +0 -1
  258. package/lib/number-field/themes/solar/charcoal/index.js +0 -1
  259. package/lib/number-field/themes/solar/pearl/index.js +0 -1
  260. package/lib/overlay/elements/overlay-viewport.d.ts +1 -1
  261. package/lib/overlay/elements/overlay.d.ts +2 -2
  262. package/lib/overlay/elements/overlay.js +154 -98
  263. package/lib/overlay/helpers/types.d.ts +1 -1
  264. package/lib/overlay/managers/backdrop-manager.d.ts +1 -1
  265. package/lib/overlay/managers/backdrop-manager.js +2 -2
  266. package/lib/overlay/managers/close-manager.js +2 -1
  267. package/lib/overlay/managers/focus-manager.js +23 -13
  268. package/lib/overlay/managers/interaction-lock-manager.d.ts +4 -4
  269. package/lib/overlay/managers/interaction-lock-manager.js +33 -25
  270. package/lib/overlay/managers/viewport-manager.d.ts +2 -2
  271. package/lib/overlay/managers/viewport-manager.js +3 -2
  272. package/lib/overlay/managers/zindex-manager.js +4 -2
  273. package/lib/overlay/themes/halo/dark/index.js +0 -2
  274. package/lib/overlay/themes/halo/light/index.js +0 -2
  275. package/lib/overlay/themes/solar/charcoal/index.js +0 -2
  276. package/lib/overlay/themes/solar/pearl/index.js +0 -2
  277. package/lib/overlay-menu/helpers/types.d.ts +2 -2
  278. package/lib/overlay-menu/index.d.ts +1 -1
  279. package/lib/overlay-menu/index.js +44 -33
  280. package/lib/overlay-menu/managers/menu-manager.d.ts +10 -10
  281. package/lib/overlay-menu/managers/menu-manager.js +15 -13
  282. package/lib/overlay-menu/themes/halo/dark/index.js +0 -1
  283. package/lib/overlay-menu/themes/halo/light/index.js +0 -1
  284. package/lib/overlay-menu/themes/solar/charcoal/index.js +0 -1
  285. package/lib/overlay-menu/themes/solar/pearl/index.js +0 -1
  286. package/lib/pagination/index.d.ts +4 -4
  287. package/lib/pagination/index.js +39 -14
  288. package/lib/pagination/themes/halo/dark/index.js +0 -1
  289. package/lib/pagination/themes/halo/light/index.js +0 -1
  290. package/lib/pagination/themes/solar/charcoal/index.js +0 -1
  291. package/lib/pagination/themes/solar/pearl/index.js +0 -1
  292. package/lib/panel/index.js +1 -1
  293. package/lib/panel/themes/halo/dark/index.js +0 -1
  294. package/lib/panel/themes/halo/light/index.js +0 -1
  295. package/lib/panel/themes/solar/charcoal/index.js +0 -1
  296. package/lib/panel/themes/solar/pearl/index.js +0 -1
  297. package/lib/password-field/index.d.ts +2 -2
  298. package/lib/password-field/index.js +7 -4
  299. package/lib/password-field/themes/halo/dark/index.js +1 -2
  300. package/lib/password-field/themes/halo/light/index.js +1 -2
  301. package/lib/password-field/themes/solar/charcoal/index.js +1 -2
  302. package/lib/password-field/themes/solar/pearl/index.js +1 -2
  303. package/lib/pill/index.d.ts +1 -1
  304. package/lib/pill/index.js +22 -19
  305. package/lib/pill/themes/halo/dark/index.js +0 -1
  306. package/lib/pill/themes/halo/light/index.js +0 -1
  307. package/lib/pill/themes/solar/charcoal/index.js +0 -1
  308. package/lib/pill/themes/solar/pearl/index.js +0 -1
  309. package/lib/progress-bar/index.d.ts +1 -1
  310. package/lib/progress-bar/index.js +38 -37
  311. package/lib/progress-bar/themes/halo/dark/index.js +0 -1
  312. package/lib/progress-bar/themes/halo/light/index.js +0 -1
  313. package/lib/progress-bar/themes/solar/charcoal/index.js +0 -1
  314. package/lib/progress-bar/themes/solar/pearl/index.js +0 -1
  315. package/lib/radio-button/index.d.ts +2 -2
  316. package/lib/radio-button/index.js +17 -12
  317. package/lib/radio-button/radio-button-registry.js +8 -5
  318. package/lib/radio-button/themes/halo/dark/index.js +0 -1
  319. package/lib/radio-button/themes/halo/light/index.js +0 -1
  320. package/lib/radio-button/themes/solar/charcoal/index.js +0 -1
  321. package/lib/radio-button/themes/solar/pearl/index.js +0 -1
  322. package/lib/rating/index.d.ts +1 -1
  323. package/lib/rating/index.js +2 -5
  324. package/lib/rating/themes/halo/dark/index.js +0 -1
  325. package/lib/rating/themes/halo/light/index.js +0 -1
  326. package/lib/rating/themes/solar/charcoal/index.js +0 -1
  327. package/lib/rating/themes/solar/pearl/index.js +0 -1
  328. package/lib/rating/utils.d.ts +6 -6
  329. package/lib/rating/utils.js +6 -6
  330. package/lib/search-field/index.d.ts +2 -2
  331. package/lib/search-field/index.js +4 -4
  332. package/lib/search-field/themes/halo/dark/index.js +0 -1
  333. package/lib/search-field/themes/halo/light/index.js +0 -1
  334. package/lib/search-field/themes/solar/charcoal/index.js +0 -1
  335. package/lib/search-field/themes/solar/pearl/index.js +0 -1
  336. package/lib/select/index.d.ts +34 -34
  337. package/lib/select/index.js +70 -83
  338. package/lib/select/themes/halo/dark/index.js +0 -1
  339. package/lib/select/themes/halo/light/index.js +0 -1
  340. package/lib/select/themes/solar/charcoal/index.js +0 -1
  341. package/lib/select/themes/solar/pearl/index.js +0 -1
  342. package/lib/sidebar-layout/index.d.ts +2 -2
  343. package/lib/sidebar-layout/index.js +7 -9
  344. package/lib/sidebar-layout/themes/halo/dark/index.js +0 -1
  345. package/lib/sidebar-layout/themes/halo/light/index.js +0 -1
  346. package/lib/sidebar-layout/themes/solar/charcoal/index.js +0 -1
  347. package/lib/sidebar-layout/themes/solar/pearl/index.js +0 -1
  348. package/lib/slider/index.d.ts +2 -2
  349. package/lib/slider/index.js +72 -49
  350. package/lib/slider/themes/halo/dark/index.js +0 -1
  351. package/lib/slider/themes/halo/light/index.js +0 -1
  352. package/lib/slider/themes/solar/charcoal/index.js +0 -1
  353. package/lib/slider/themes/solar/pearl/index.js +0 -1
  354. package/lib/slider/utils.d.ts +10 -10
  355. package/lib/slider/utils.js +10 -10
  356. package/lib/sparkline/index.d.ts +1 -1
  357. package/lib/sparkline/index.js +7 -8
  358. package/lib/sparkline/themes/halo/dark/index.js +0 -1
  359. package/lib/sparkline/themes/halo/light/index.js +0 -1
  360. package/lib/sparkline/themes/solar/charcoal/index.js +0 -1
  361. package/lib/sparkline/themes/solar/pearl/index.js +0 -1
  362. package/lib/swing-gauge/helpers.js +2 -2
  363. package/lib/swing-gauge/index.d.ts +19 -19
  364. package/lib/swing-gauge/index.js +91 -81
  365. package/lib/swing-gauge/themes/halo/dark/index.js +0 -1
  366. package/lib/swing-gauge/themes/halo/light/index.js +0 -1
  367. package/lib/swing-gauge/themes/solar/charcoal/index.js +0 -1
  368. package/lib/swing-gauge/themes/solar/pearl/index.js +0 -1
  369. package/lib/tab/index.d.ts +1 -1
  370. package/lib/tab/index.js +16 -27
  371. package/lib/tab/themes/halo/dark/index.js +1 -2
  372. package/lib/tab/themes/halo/light/index.js +1 -2
  373. package/lib/tab/themes/solar/charcoal/index.js +1 -2
  374. package/lib/tab/themes/solar/pearl/index.js +1 -2
  375. package/lib/tab-bar/helpers/animate.js +1 -1
  376. package/lib/tab-bar/index.d.ts +1 -1
  377. package/lib/tab-bar/index.js +34 -18
  378. package/lib/tab-bar/themes/halo/dark/index.js +1 -2
  379. package/lib/tab-bar/themes/halo/light/index.js +1 -2
  380. package/lib/tab-bar/themes/solar/charcoal/index.js +0 -1
  381. package/lib/tab-bar/themes/solar/pearl/index.js +0 -1
  382. package/lib/text-field/index.d.ts +1 -1
  383. package/lib/text-field/index.js +36 -33
  384. package/lib/text-field/themes/halo/dark/index.js +0 -1
  385. package/lib/text-field/themes/halo/light/index.js +0 -1
  386. package/lib/text-field/themes/solar/charcoal/index.js +0 -1
  387. package/lib/text-field/themes/solar/pearl/index.js +0 -1
  388. package/lib/time-picker/index.d.ts +6 -6
  389. package/lib/time-picker/index.js +104 -90
  390. package/lib/time-picker/themes/halo/dark/index.js +0 -1
  391. package/lib/time-picker/themes/halo/light/index.js +0 -1
  392. package/lib/time-picker/themes/solar/charcoal/index.js +0 -1
  393. package/lib/time-picker/themes/solar/pearl/index.js +0 -1
  394. package/lib/toggle/index.d.ts +1 -1
  395. package/lib/toggle/index.js +4 -3
  396. package/lib/toggle/themes/halo/dark/index.js +1 -2
  397. package/lib/toggle/themes/halo/light/index.js +1 -2
  398. package/lib/toggle/themes/solar/charcoal/index.js +1 -2
  399. package/lib/toggle/themes/solar/pearl/index.js +1 -2
  400. package/lib/tooltip/elements/title-tooltip.js +2 -2
  401. package/lib/tooltip/helpers/renderer.d.ts +1 -1
  402. package/lib/tooltip/helpers/renderer.js +3 -3
  403. package/lib/tooltip/index.d.ts +27 -27
  404. package/lib/tooltip/index.js +42 -38
  405. package/lib/tooltip/managers/tooltip-manager.d.ts +1 -1
  406. package/lib/tooltip/themes/halo/dark/index.js +0 -1
  407. package/lib/tooltip/themes/halo/light/index.js +0 -1
  408. package/lib/tooltip/themes/solar/charcoal/index.js +0 -1
  409. package/lib/tooltip/themes/solar/pearl/index.js +0 -1
  410. package/lib/tornado-chart/elements/tornado-chart.d.ts +1 -1
  411. package/lib/tornado-chart/elements/tornado-chart.js +1 -1
  412. package/lib/tornado-chart/elements/tornado-item.d.ts +2 -2
  413. package/lib/tornado-chart/elements/tornado-item.js +12 -10
  414. package/lib/tornado-chart/themes/halo/dark/index.js +0 -2
  415. package/lib/tornado-chart/themes/halo/light/index.js +0 -2
  416. package/lib/tornado-chart/themes/solar/charcoal/index.js +0 -2
  417. package/lib/tornado-chart/themes/solar/pearl/index.js +0 -2
  418. package/lib/tree/elements/tree-item.d.ts +3 -3
  419. package/lib/tree/elements/tree-item.js +21 -19
  420. package/lib/tree/elements/tree.d.ts +1 -1
  421. package/lib/tree/elements/tree.js +12 -11
  422. package/lib/tree/helpers/renderer.js +4 -3
  423. package/lib/tree/index.d.ts +1 -1
  424. package/lib/tree/managers/tree-manager.d.ts +1 -1
  425. package/lib/tree/managers/tree-manager.js +17 -18
  426. package/lib/tree/themes/halo/dark/index.js +0 -2
  427. package/lib/tree/themes/halo/light/index.js +0 -2
  428. package/lib/tree/themes/solar/charcoal/index.js +1 -3
  429. package/lib/tree/themes/solar/pearl/index.js +1 -3
  430. package/lib/tree-select/index.d.ts +9 -9
  431. package/lib/tree-select/index.js +91 -82
  432. package/lib/tree-select/themes/halo/dark/index.js +1 -2
  433. package/lib/tree-select/themes/halo/light/index.js +1 -2
  434. package/lib/tree-select/themes/solar/charcoal/index.js +1 -2
  435. package/lib/tree-select/themes/solar/pearl/index.js +1 -2
  436. package/lib/version.js +1 -1
  437. package/package.json +19 -18
  438. package/tsconfig.tsbuildinfo +1 -0
  439. package/lib/config/custom-elements.json +0 -23
  440. package/lib/config/custom-elements.md +0 -8
  441. package/lib/config/helpers/context.js +0 -2
  442. package/lib/config/index.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -3,685 +3,530 @@
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
- ## [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)
7
-
8
- **Note:** Version bump only for package @refinitiv-ui/elements
9
-
6
+ ## [6.9.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.9.0...@refinitiv-ui/elements@6.9.1) (2023-08-07)
10
7
 
8
+ ### Bug Fixes
11
9
 
10
+ - **chart:** using single color on bar chart with single dataset ([#883](https://github.com/Refinitiv/refinitiv-ui/issues/883)) ([5ca2c9a](https://github.com/Refinitiv/refinitiv-ui/commit/5ca2c9a441de14e1559a4542a7112865d9d88cbe))
11
+ - **notification:** `info`, `confirm`, `warn`, `error` duration should be optional ([#872](https://github.com/Refinitiv/refinitiv-ui/issues/872)) ([4b7e694](https://github.com/Refinitiv/refinitiv-ui/commit/4b7e694f5e9af88ec631bce8619f8da057fcbd52))
12
12
 
13
+ # [6.9.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.11...@refinitiv-ui/elements@6.9.0) (2023-07-31)
13
14
 
14
- # [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)
15
+ ### Bug Fixes
15
16
 
17
+ - **heatmap:** `HeatmapCell` properties other than `value` should be optional ([#870](https://github.com/Refinitiv/refinitiv-ui/issues/870)) ([dd4ccbe](https://github.com/Refinitiv/refinitiv-ui/commit/dd4ccbe430240ebb2f85874d1a5b2db4cbd27faf))
18
+ - **interactive-chart:** change chart property access modifier from private to public ([35339ed](https://github.com/Refinitiv/refinitiv-ui/commit/35339ed14eb99b86192bd4d8c8b52c0c2a51a18b))
19
+ - **number-field:** add aria-valuetext to prevent VO announce % ([1f0eb91](https://github.com/Refinitiv/refinitiv-ui/commit/1f0eb91850dcad33131bd274c4f0c07253806ef7))
16
20
 
17
21
  ### Features
18
22
 
19
- * remove font bold ([#665](https://github.com/Refinitiv/refinitiv-ui/issues/665)) ([a8f9015](https://github.com/Refinitiv/refinitiv-ui/commit/a8f9015ac194c8f6125220eea4689f10f43a9e23))
23
+ - **tooltip:** add data-tooltip alias for tooltip attribute ([#858](https://github.com/Refinitiv/refinitiv-ui/issues/858)) ([c0abb54](https://github.com/Refinitiv/refinitiv-ui/commit/c0abb544dede646d34d092f5f1aa60bdd7a92d37))
20
24
 
25
+ ## [6.8.11](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.10...@refinitiv-ui/elements@6.8.11) (2023-07-25)
21
26
 
27
+ ### Bug Fixes
22
28
 
29
+ - **datetime-picker:** allow user to clear invalid value in input ([#848](https://github.com/Refinitiv/refinitiv-ui/issues/848)) ([5cc3880](https://github.com/Refinitiv/refinitiv-ui/commit/5cc3880c4fc8486ed08d36ab31a6b806c5b89844))
30
+ - **datetime-picker:** prevent view change when either from/to has been selected ([#842](https://github.com/Refinitiv/refinitiv-ui/issues/842)) ([2809df6](https://github.com/Refinitiv/refinitiv-ui/commit/2809df6b7fe52dece1279f2d3bb8fd252d77f2bc))
23
31
 
32
+ ## [6.8.10](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.9...@refinitiv-ui/elements@6.8.10) (2023-07-19)
24
33
 
25
- ## [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)
34
+ ### Bug Fixes
26
35
 
36
+ - **notification,toggle:** make user-select overridable ([#834](https://github.com/Refinitiv/refinitiv-ui/issues/834)) ([0f57ed1](https://github.com/Refinitiv/refinitiv-ui/commit/0f57ed19bf04f90db06d22b89955697111f94af3))
37
+
38
+ ## [6.8.9](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.8...@refinitiv-ui/elements@6.8.9) (2023-07-18)
27
39
 
28
40
  ### Bug Fixes
29
41
 
30
- * **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))
42
+ - flag border not set when setting through prop ([#815](https://github.com/Refinitiv/refinitiv-ui/issues/815)) ([7603b19](https://github.com/Refinitiv/refinitiv-ui/commit/7603b197dff9d48b79c9b0e3a826c95bb5f15bd7))
43
+ - **interactive-chart:** export chart interface ([#809](https://github.com/Refinitiv/refinitiv-ui/issues/809)) ([d930d5d](https://github.com/Refinitiv/refinitiv-ui/commit/d930d5d0414508987f82ef864730e780f20ff538))
31
44
 
45
+ ## [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)
32
46
 
47
+ ### Bug Fixes
33
48
 
49
+ - **number-field:** fix invalid regex ([#772](https://github.com/Refinitiv/refinitiv-ui/issues/772)) ([6af37fb](https://github.com/Refinitiv/refinitiv-ui/commit/6af37fb95bae9b194fdb3f4a6436b5a4a1048fca))
50
+ - **select:** change role to be combobox ([#777](https://github.com/Refinitiv/refinitiv-ui/issues/777)) ([5a89914](https://github.com/Refinitiv/refinitiv-ui/commit/5a8991410bc0c52f9919cb009a93b0e895de1ede))
34
51
 
52
+ ## [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)
35
53
 
36
- ## [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)
54
+ ### Bug Fixes
55
+
56
+ - **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))
37
57
 
58
+ ## [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)
38
59
 
39
60
  ### Bug Fixes
40
61
 
41
- * **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))
42
- * **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))
62
+ - **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))
63
+ - **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))
43
64
 
65
+ ## [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)
44
66
 
67
+ **Note:** Version bump only for package @refinitiv-ui/elements
45
68
 
69
+ ## [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)
46
70
 
71
+ **Note:** Version bump only for package @refinitiv-ui/elements
47
72
 
48
- ## [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)
73
+ ## [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)
49
74
 
75
+ **Note:** Version bump only for package @refinitiv-ui/elements
50
76
 
51
- ### Bug Fixes
77
+ ## [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)
52
78
 
53
- * **tooltip:** custom renderer demo block ([#621](https://github.com/Refinitiv/refinitiv-ui/issues/621)) ([3156ccd](https://github.com/Refinitiv/refinitiv-ui/commit/3156ccdad5d369955c63830b50e1dcd25265744c))
79
+ **Note:** Version bump only for package @refinitiv-ui/elements
54
80
 
81
+ ## [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)
55
82
 
83
+ ### Bug Fixes
56
84
 
85
+ - remove `z-index` from collapse implementation ([#682](https://github.com/Refinitiv/refinitiv-ui/issues/682)) ([c3b6f76](https://github.com/Refinitiv/refinitiv-ui/commit/c3b6f76b178a0339de8f3bc153e1378398d68831))
57
86
 
87
+ ## [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)
58
88
 
59
- # [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)
89
+ **Note:** Version bump only for package @refinitiv-ui/elements
60
90
 
91
+ # [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)
61
92
 
62
93
  ### Features
63
94
 
64
- * **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))
65
-
95
+ - remove font bold ([#665](https://github.com/Refinitiv/refinitiv-ui/issues/665)) ([a8f9015](https://github.com/Refinitiv/refinitiv-ui/commit/a8f9015ac194c8f6125220eea4689f10f43a9e23))
66
96
 
97
+ ## [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)
67
98
 
99
+ ### Bug Fixes
68
100
 
101
+ - **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))
69
102
 
70
- ## [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)
103
+ ## [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)
71
104
 
72
105
  ### Bug Fixes
73
106
 
74
- * **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))
107
+ - **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))
108
+ - **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))
75
109
 
110
+ ## [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)
76
111
 
112
+ ### Bug Fixes
77
113
 
114
+ - **tooltip:** custom renderer demo block ([#621](https://github.com/Refinitiv/refinitiv-ui/issues/621)) ([3156ccd](https://github.com/Refinitiv/refinitiv-ui/commit/3156ccdad5d369955c63830b50e1dcd25265744c))
78
115
 
116
+ # [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)
79
117
 
80
- ## [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)
118
+ ### Features
81
119
 
120
+ - **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))
82
121
 
83
- ### Bug Fixes
122
+ ## [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)
84
123
 
85
- * **list:** error custom renderer requires key ([#575](https://github.com/Refinitiv/refinitiv-ui/issues/575)) ([1a960c9](https://github.com/Refinitiv/refinitiv-ui/commit/1a960c9234fb4a370b60d3901e65b437b1444823))
86
- * **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))
87
- * **select:** unset cursor of header items ([#571](https://github.com/Refinitiv/refinitiv-ui/issues/571)) ([eff8a75](https://github.com/Refinitiv/refinitiv-ui/commit/eff8a75a68f23348178f05c716db673c97acf2f1))
124
+ ### Bug Fixes
88
125
 
126
+ - **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))
89
127
 
128
+ ## [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)
90
129
 
130
+ ### Bug Fixes
91
131
 
132
+ - **list:** error custom renderer requires key ([#575](https://github.com/Refinitiv/refinitiv-ui/issues/575)) ([1a960c9](https://github.com/Refinitiv/refinitiv-ui/commit/1a960c9234fb4a370b60d3901e65b437b1444823))
133
+ - **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))
134
+ - **select:** unset cursor of header items ([#571](https://github.com/Refinitiv/refinitiv-ui/issues/571)) ([eff8a75](https://github.com/Refinitiv/refinitiv-ui/commit/eff8a75a68f23348178f05c716db673c97acf2f1))
92
135
 
93
136
  # [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)
94
137
 
95
-
96
138
  ### Bug Fixes
97
139
 
98
- * **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))
99
- * **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))
100
-
140
+ - **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))
141
+ - **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))
101
142
 
102
143
  ### Features
103
144
 
104
- * remove alias ([#553](https://github.com/Refinitiv/refinitiv-ui/issues/553)) ([32ce300](https://github.com/Refinitiv/refinitiv-ui/commit/32ce300e6ea0f730abd95f305b15cce406dab1c7))
105
-
106
-
107
-
108
-
145
+ - remove alias ([#553](https://github.com/Refinitiv/refinitiv-ui/issues/553)) ([32ce300](https://github.com/Refinitiv/refinitiv-ui/commit/32ce300e6ea0f730abd95f305b15cce406dab1c7))
109
146
 
110
147
  ## [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)
111
148
 
112
-
113
149
  ### Bug Fixes
114
150
 
115
- * **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))
116
- * **tree:** export class TreeManager ([#552](https://github.com/Refinitiv/refinitiv-ui/issues/552)) ([ca2cc94](https://github.com/Refinitiv/refinitiv-ui/commit/ca2cc948c1eae13e3cf89f8db16df01fe627a965))
117
-
118
-
119
-
120
-
151
+ - **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))
152
+ - **tree:** export class TreeManager ([#552](https://github.com/Refinitiv/refinitiv-ui/issues/552)) ([ca2cc94](https://github.com/Refinitiv/refinitiv-ui/commit/ca2cc948c1eae13e3cf89f8db16df01fe627a965))
121
153
 
122
154
  ## [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)
123
155
 
124
156
  **Note:** Version bump only for package @refinitiv-ui/elements
125
157
 
126
-
127
-
128
-
129
-
130
158
  ## [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)
131
159
 
132
-
133
160
  ### Bug Fixes
134
161
 
135
- * **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))
136
-
137
-
138
-
139
-
162
+ - **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))
140
163
 
141
164
  # [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)
142
165
 
143
-
144
166
  ### Bug Fixes
145
167
 
146
- * **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))
147
-
168
+ - **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))
148
169
 
149
170
  ### Features
150
171
 
151
- * **color-picker:** add accessibility ([#448](https://github.com/Refinitiv/refinitiv-ui/issues/448)) ([ced3b20](https://github.com/Refinitiv/refinitiv-ui/commit/ced3b208ab817975923a2feeba1f6488d30f046a))
152
-
153
-
154
-
155
-
172
+ - **color-picker:** add accessibility ([#448](https://github.com/Refinitiv/refinitiv-ui/issues/448)) ([ced3b20](https://github.com/Refinitiv/refinitiv-ui/commit/ced3b208ab817975923a2feeba1f6488d30f046a))
156
173
 
157
174
  # [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)
158
175
 
159
-
160
176
  **Note:** Version bump only for package @refinitiv-ui/elements
161
177
 
162
-
163
-
164
-
165
178
  # [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)
166
179
 
167
-
168
180
  ### Bug Fixes
169
181
 
170
- * **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))
171
-
182
+ - **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))
172
183
 
173
184
  ### Features
174
185
 
175
- * **utils:** add util color `readableColor` ([#487](https://github.com/Refinitiv/refinitiv-ui/issues/487)) ([42b3ea2](https://github.com/Refinitiv/refinitiv-ui/commit/42b3ea26c2e810cf285ccaab56fd0e5e4d3fdc23))
176
-
177
-
178
-
179
-
186
+ - **utils:** add util color `readableColor` ([#487](https://github.com/Refinitiv/refinitiv-ui/issues/487)) ([42b3ea2](https://github.com/Refinitiv/refinitiv-ui/commit/42b3ea26c2e810cf285ccaab56fd0e5e4d3fdc23))
180
187
 
181
188
  ## [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)
182
189
 
183
-
184
190
  ### Bug Fixes
185
191
 
186
- * **dialog:** the cancel event does not fire ([ce55aac](https://github.com/Refinitiv/refinitiv-ui/commit/ce55aaca5d070ad1be2de68b66ac77d683b06acf))
187
- * **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))
188
- * **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))
189
-
190
-
191
-
192
-
192
+ - **dialog:** the cancel event does not fire ([ce55aac](https://github.com/Refinitiv/refinitiv-ui/commit/ce55aaca5d070ad1be2de68b66ac77d683b06acf))
193
+ - **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))
194
+ - **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))
193
195
 
194
196
  ## [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)
195
197
 
196
-
197
198
  ### Bug Fixes
198
199
 
199
- * **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))
200
- * **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))
201
-
200
+ - **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))
201
+ - **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))
202
202
 
203
203
  **Note:**
204
204
 
205
- * 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))
206
- * Upgrade typescript to 4.8.3 ([#454](https://github.com/Refinitiv/refinitiv-ui/pull/454)) ([5337b97](https://github.com/Refinitiv/refinitiv-ui/commit/5337b97dc6958f84b36bdbffdea6dfbbc5203596))
207
-
208
-
209
-
205
+ - 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))
206
+ - Upgrade typescript to 4.8.3 ([#454](https://github.com/Refinitiv/refinitiv-ui/pull/454)) ([5337b97](https://github.com/Refinitiv/refinitiv-ui/commit/5337b97dc6958f84b36bdbffdea6dfbbc5203596))
210
207
 
211
208
  # [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)
212
209
 
213
-
214
210
  ### Bug Fixes
215
211
 
216
- * **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))
217
- * **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))
218
- * **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))
219
-
212
+ - **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))
213
+ - **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))
214
+ - **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))
220
215
 
221
216
  ### Features
222
217
 
223
- * **color-picker:** add color picker ([#444](https://github.com/Refinitiv/refinitiv-ui/issues/444)) ([3718003](https://github.com/Refinitiv/refinitiv-ui/commit/37180039a77d908acd731c89067ecfce3f23955f))
224
- * **item:** show tooltip when text ellipsis ([#394](https://github.com/Refinitiv/refinitiv-ui/issues/394)) ([8943eb6](https://github.com/Refinitiv/refinitiv-ui/commit/8943eb625bfd54a6014f6815940eacd924d67ab4))
225
-
226
-
227
-
228
-
218
+ - **color-picker:** add color picker ([#444](https://github.com/Refinitiv/refinitiv-ui/issues/444)) ([3718003](https://github.com/Refinitiv/refinitiv-ui/commit/37180039a77d908acd731c89067ecfce3f23955f))
219
+ - **item:** show tooltip when text ellipsis ([#394](https://github.com/Refinitiv/refinitiv-ui/issues/394)) ([8943eb6](https://github.com/Refinitiv/refinitiv-ui/commit/8943eb625bfd54a6014f6815940eacd924d67ab4))
229
220
 
230
221
  ## [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)
231
222
 
232
-
233
223
  ### Bug Fixes
234
224
 
235
- * **combo-box:** incorrect popup logic in some scenarios ([159eb53](https://github.com/Refinitiv/refinitiv-ui/commit/159eb53c7bec583c59de4dfac2542e67c840b2fc))
236
-
237
-
238
-
239
-
225
+ - **combo-box:** incorrect popup logic in some scenarios ([159eb53](https://github.com/Refinitiv/refinitiv-ui/commit/159eb53c7bec583c59de4dfac2542e67c840b2fc))
240
226
 
241
227
  # [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)
242
228
 
243
-
244
229
  ### Bug Fixes
245
230
 
246
- * **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))
247
- * **overlay:** Tab does not work with slotted elements ([16f4b60](https://github.com/Refinitiv/refinitiv-ui/commit/16f4b60e9b840d3b7d225f3d61f15e017dc17855))
248
- * **radio-button:** check-changed is not fired on arrow keys ([77d7407](https://github.com/Refinitiv/refinitiv-ui/commit/77d7407883ba77e7b07bdaa8483fc49d35c76c14))
249
-
231
+ - **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))
232
+ - **overlay:** Tab does not work with slotted elements ([16f4b60](https://github.com/Refinitiv/refinitiv-ui/commit/16f4b60e9b840d3b7d225f3d61f15e017dc17855))
233
+ - **radio-button:** check-changed is not fired on arrow keys ([77d7407](https://github.com/Refinitiv/refinitiv-ui/commit/77d7407883ba77e7b07bdaa8483fc49d35c76c14))
250
234
 
251
235
  ### Features
252
236
 
253
- * **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))
254
-
255
-
256
-
257
-
237
+ - **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))
258
238
 
259
239
  ## [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)
260
240
 
261
-
262
241
  ### Bug Fixes
263
242
 
264
- * **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))
265
- * **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))
266
- * **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))
267
-
268
-
269
-
270
-
243
+ - **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))
244
+ - **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))
245
+ - **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))
271
246
 
272
247
  ## [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)
273
248
 
274
249
  **Note:** Version bump only for package @refinitiv-ui/elements
275
250
 
276
-
277
-
278
-
279
-
280
251
  ## [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)
281
252
 
282
-
283
253
  ### Bug Fixes
284
254
 
285
- * **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))
286
- * **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))
287
- * **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))
288
- * 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))
289
-
290
-
291
-
292
-
255
+ - **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))
256
+ - **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))
257
+ - **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))
258
+ - 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))
293
259
 
294
260
  ## [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)
295
261
 
296
-
297
262
  ### Bug Fixes
298
263
 
299
- * **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))
300
- * **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))
301
- * incorrect TypeScript type delcaration path ([#370](https://github.com/Refinitiv/refinitiv-ui/issues/370)) ([4b40823](https://github.com/Refinitiv/refinitiv-ui/commit/4b4082316233ce5b6e4b6e8dd38e10ddedd532f7))
302
- * **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))
303
- * **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))
304
- * **tree:** tree query selection issues ([#364](https://github.com/Refinitiv/refinitiv-ui/issues/364)) ([cf1c072](https://github.com/Refinitiv/refinitiv-ui/commit/cf1c07234be0ec0984cb109a9fed9cf58db22c44))
305
-
306
-
307
-
308
-
264
+ - **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))
265
+ - **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))
266
+ - incorrect TypeScript type delcaration path ([#370](https://github.com/Refinitiv/refinitiv-ui/issues/370)) ([4b40823](https://github.com/Refinitiv/refinitiv-ui/commit/4b4082316233ce5b6e4b6e8dd38e10ddedd532f7))
267
+ - **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))
268
+ - **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))
269
+ - **tree:** tree query selection issues ([#364](https://github.com/Refinitiv/refinitiv-ui/issues/364)) ([cf1c072](https://github.com/Refinitiv/refinitiv-ui/commit/cf1c07234be0ec0984cb109a9fed9cf58db22c44))
309
270
 
310
271
  # [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)
311
272
 
312
-
313
273
  ### Bug Fixes
314
274
 
315
- * **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))
316
- * **clock:** sync interactiveChange code with rating ([#346](https://github.com/Refinitiv/refinitiv-ui/issues/346)) ([6837206](https://github.com/Refinitiv/refinitiv-ui/commit/6837206d9a32a4d05a18fef262e4277e8630c568))
317
- * **utils:** improve svg security ([#342](https://github.com/Refinitiv/refinitiv-ui/issues/342)) ([ef53c5c](https://github.com/Refinitiv/refinitiv-ui/commit/ef53c5c8918548a0c2aa67a1934ba0823698a9e8))
318
-
275
+ - **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))
276
+ - **clock:** sync interactiveChange code with rating ([#346](https://github.com/Refinitiv/refinitiv-ui/issues/346)) ([6837206](https://github.com/Refinitiv/refinitiv-ui/commit/6837206d9a32a4d05a18fef262e4277e8630c568))
277
+ - **utils:** improve svg security ([#342](https://github.com/Refinitiv/refinitiv-ui/issues/342)) ([ef53c5c](https://github.com/Refinitiv/refinitiv-ui/commit/ef53c5c8918548a0c2aa67a1934ba0823698a9e8))
319
278
 
320
279
  ### Features
321
280
 
322
- * **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)
323
- * **rating:** add accessibility support ([2a1b7e4](https://github.com/Refinitiv/refinitiv-ui/commit/2a1b7e47199de3c1cca73b0a86150da07612c347))
324
- * **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)
325
- * **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))
326
-
327
-
328
-
329
-
281
+ - **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)
282
+ - **rating:** add accessibility support ([2a1b7e4](https://github.com/Refinitiv/refinitiv-ui/commit/2a1b7e47199de3c1cca73b0a86150da07612c347))
283
+ - **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)
284
+ - **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))
330
285
 
331
286
  ## [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)
332
287
 
333
288
  **Note:** Version bump only for package @refinitiv-ui/elements
334
289
 
335
-
336
-
337
-
338
-
339
290
  ## [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)
340
291
 
341
292
  **Note:** Version bump only for package @refinitiv-ui/elements
342
293
 
343
-
344
-
345
-
346
-
347
294
  # [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)
348
295
 
349
-
350
296
  ### Bug Fixes
351
297
 
352
- * radio-button not add to group ([#167](https://github.com/Refinitiv/refinitiv-ui/issues/167)) ([fb05273](https://github.com/Refinitiv/refinitiv-ui/commit/fb052730cf8c7eeb376a3a49501b85dc363bf614))
353
- * **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))
354
-
298
+ - radio-button not add to group ([#167](https://github.com/Refinitiv/refinitiv-ui/issues/167)) ([fb05273](https://github.com/Refinitiv/refinitiv-ui/commit/fb052730cf8c7eeb376a3a49501b85dc363bf614))
299
+ - **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))
355
300
 
356
301
  ### Features
357
302
 
358
- * **button-bar:** improve screen reader support ([#176](https://github.com/Refinitiv/refinitiv-ui/issues/176)) ([f121ea6](https://github.com/Refinitiv/refinitiv-ui/commit/f121ea62fbdc160823dff386ec937b45d0a131e7))
359
- * **collapse:** accessibility support ([#203](https://github.com/Refinitiv/refinitiv-ui/issues/203)) ([12ae2f7](https://github.com/Refinitiv/refinitiv-ui/commit/12ae2f7fe036d0351e69f5daca4369fae4097917))
360
- * **collapse:** add accessibility support ([#161](https://github.com/Refinitiv/refinitiv-ui/issues/161)) ([158f031](https://github.com/Refinitiv/refinitiv-ui/commit/158f0317dd4df9ab76e1bd27d4aa02151787c252))
361
-
303
+ - **button-bar:** improve screen reader support ([#176](https://github.com/Refinitiv/refinitiv-ui/issues/176)) ([f121ea6](https://github.com/Refinitiv/refinitiv-ui/commit/f121ea62fbdc160823dff386ec937b45d0a131e7))
304
+ - **collapse:** accessibility support ([#203](https://github.com/Refinitiv/refinitiv-ui/issues/203)) ([12ae2f7](https://github.com/Refinitiv/refinitiv-ui/commit/12ae2f7fe036d0351e69f5daca4369fae4097917))
305
+ - **collapse:** add accessibility support ([#161](https://github.com/Refinitiv/refinitiv-ui/issues/161)) ([158f031](https://github.com/Refinitiv/refinitiv-ui/commit/158f0317dd4df9ab76e1bd27d4aa02151787c252))
362
306
 
363
307
  ### Reverts
364
308
 
365
- * 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)
366
-
367
-
368
-
369
-
309
+ - 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)
370
310
 
371
311
  # [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)
372
312
 
373
-
374
313
  ### Features
375
314
 
376
- * **tree:** improve screen reader support ([#102](https://github.com/Refinitiv/refinitiv-ui/issues/102)) ([0d6db3b](https://github.com/Refinitiv/refinitiv-ui/commit/0d6db3bbf11eb6793ade6f60cab2f24b98bd9f40))
377
-
378
-
379
-
380
-
315
+ - **tree:** improve screen reader support ([#102](https://github.com/Refinitiv/refinitiv-ui/issues/102)) ([0d6db3b](https://github.com/Refinitiv/refinitiv-ui/commit/0d6db3bbf11eb6793ade6f60cab2f24b98bd9f40))
381
316
 
382
317
  ## [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)
383
318
 
384
-
385
319
  ### Bug Fixes
386
320
 
387
- * **checkbox:** `Enter` key should not check or uncheck checkbox ([ee61255](https://github.com/Refinitiv/refinitiv-ui/commit/ee6125513ab670495ef7b87580fa97ea386c840a))
388
- * **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))
389
- * **radio-button:** `Enter` key should not check or uncheck radio-button ([145f7bf](https://github.com/Refinitiv/refinitiv-ui/commit/145f7bfc15fe72e95d0719eaa6d691f09fd8a03c))
390
- * **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))
391
-
392
-
393
-
394
-
321
+ - **checkbox:** `Enter` key should not check or uncheck checkbox ([ee61255](https://github.com/Refinitiv/refinitiv-ui/commit/ee6125513ab670495ef7b87580fa97ea386c840a))
322
+ - **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))
323
+ - **radio-button:** `Enter` key should not check or uncheck radio-button ([145f7bf](https://github.com/Refinitiv/refinitiv-ui/commit/145f7bfc15fe72e95d0719eaa6d691f09fd8a03c))
324
+ - **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))
395
325
 
396
326
  # [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)
397
327
 
398
-
399
328
  ### Bug Fixes
400
329
 
401
- * **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))
402
- * **pagiantion:** convert prop toString in setter ([3c32ee9](https://github.com/Refinitiv/refinitiv-ui/commit/3c32ee95a237180da6e2449eb654b749de2340c9))
403
- * **pagination:** add missing feature blur to set page from the input ([f6ff2e1](https://github.com/Refinitiv/refinitiv-ui/commit/f6ff2e14509627119d8d3e22c8c2005fae81ef0c))
404
- * **pagination:** getter in internal will retrigger incorrect warning message ([e506885](https://github.com/Refinitiv/refinitiv-ui/commit/e50688509bc668be4592d0be73df891ffd139208))
405
- * **pagination:** max limit does not work ([715956e](https://github.com/Refinitiv/refinitiv-ui/commit/715956e4936f4a7b219c8d06ce755e7cbf43b755))
406
- * **pagination:** remove warning when set correct type value ([235b46b](https://github.com/Refinitiv/refinitiv-ui/commit/235b46b3306a1833515858ae421bd53942fe8242))
407
- * **pagination:** tab on the input to set a value ([675f4d6](https://github.com/Refinitiv/refinitiv-ui/commit/675f4d6039d0a391d34e946e42abf596b5f17e1b))
408
- * **pagination:** the input does not get disable state from the root ([6603949](https://github.com/Refinitiv/refinitiv-ui/commit/6603949d2cce1eb0c5b59f727b3c8a5273fb67a8))
409
-
330
+ - **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))
331
+ - **pagiantion:** convert prop toString in setter ([3c32ee9](https://github.com/Refinitiv/refinitiv-ui/commit/3c32ee95a237180da6e2449eb654b749de2340c9))
332
+ - **pagination:** add missing feature blur to set page from the input ([f6ff2e1](https://github.com/Refinitiv/refinitiv-ui/commit/f6ff2e14509627119d8d3e22c8c2005fae81ef0c))
333
+ - **pagination:** getter in internal will retrigger incorrect warning message ([e506885](https://github.com/Refinitiv/refinitiv-ui/commit/e50688509bc668be4592d0be73df891ffd139208))
334
+ - **pagination:** max limit does not work ([715956e](https://github.com/Refinitiv/refinitiv-ui/commit/715956e4936f4a7b219c8d06ce755e7cbf43b755))
335
+ - **pagination:** remove warning when set correct type value ([235b46b](https://github.com/Refinitiv/refinitiv-ui/commit/235b46b3306a1833515858ae421bd53942fe8242))
336
+ - **pagination:** tab on the input to set a value ([675f4d6](https://github.com/Refinitiv/refinitiv-ui/commit/675f4d6039d0a391d34e946e42abf596b5f17e1b))
337
+ - **pagination:** the input does not get disable state from the root ([6603949](https://github.com/Refinitiv/refinitiv-ui/commit/6603949d2cce1eb0c5b59f727b3c8a5273fb67a8))
410
338
 
411
339
  ### Features
412
340
 
413
- * **pagination:** support max unknown ([d3997ce](https://github.com/Refinitiv/refinitiv-ui/commit/d3997ce16abb9c01ecc43bcf6a80386b02cd3c12))
414
-
415
-
416
-
417
-
341
+ - **pagination:** support max unknown ([d3997ce](https://github.com/Refinitiv/refinitiv-ui/commit/d3997ce16abb9c01ecc43bcf6a80386b02cd3c12))
418
342
 
419
343
  ## [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)
420
344
 
421
345
  **Note:** Version bump only for package @refinitiv-ui/elements
422
346
 
423
-
424
-
425
-
426
-
427
347
  # [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)
428
348
 
429
-
430
349
  ### Features
431
350
 
432
- * 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))
433
- * **calendar:** improve screen reader support ([#73](https://github.com/Refinitiv/refinitiv-ui/issues/73)) ([a2576cc](https://github.com/Refinitiv/refinitiv-ui/commit/a2576cc8a1f0229bb5988af0c9d0bbf8ce7f765c))
434
- * **combo-box:** improve screen reader support ([#116](https://github.com/Refinitiv/refinitiv-ui/issues/116)) ([f603de1](https://github.com/Refinitiv/refinitiv-ui/commit/f603de1d3b1900875d6903477938ecd21d055531))
435
- * **time-picker:** improve screen reader support ([#121](https://github.com/Refinitiv/refinitiv-ui/issues/121)) ([1eb8bee](https://github.com/Refinitiv/refinitiv-ui/commit/1eb8beeb7d3b0d7be7224943e7d0a7c62c0cb788))
436
-
437
-
351
+ - 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))
352
+ - **calendar:** improve screen reader support ([#73](https://github.com/Refinitiv/refinitiv-ui/issues/73)) ([a2576cc](https://github.com/Refinitiv/refinitiv-ui/commit/a2576cc8a1f0229bb5988af0c9d0bbf8ce7f765c))
353
+ - **combo-box:** improve screen reader support ([#116](https://github.com/Refinitiv/refinitiv-ui/issues/116)) ([f603de1](https://github.com/Refinitiv/refinitiv-ui/commit/f603de1d3b1900875d6903477938ecd21d055531))
354
+ - **time-picker:** improve screen reader support ([#121](https://github.com/Refinitiv/refinitiv-ui/issues/121)) ([1eb8bee](https://github.com/Refinitiv/refinitiv-ui/commit/1eb8beeb7d3b0d7be7224943e7d0a7c62c0cb788))
438
355
 
439
356
  ## [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)
440
357
 
441
358
  **Note:** Version bump only for package @refinitiv-ui/elements
442
359
 
443
-
444
-
445
-
446
-
447
360
  # [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)
448
361
 
449
-
450
362
  ### Bug Fixes
451
363
 
452
- * 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))
453
- * **combo-box:** fix arrow icon not show in Solar when disabled ([55c1008](https://github.com/Refinitiv/refinitiv-ui/commit/55c1008b7b63f915a7575059c6539e63a757e389))
454
- * **combo-box:** import `counter` instead of `pill` ([6410c03](https://github.com/Refinitiv/refinitiv-ui/commit/6410c03dd12077f25347dddb249b6a6700186abc))
455
-
364
+ - 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))
365
+ - **combo-box:** fix arrow icon not show in Solar when disabled ([55c1008](https://github.com/Refinitiv/refinitiv-ui/commit/55c1008b7b63f915a7575059c6539e63a757e389))
366
+ - **combo-box:** import `counter` instead of `pill` ([6410c03](https://github.com/Refinitiv/refinitiv-ui/commit/6410c03dd12077f25347dddb249b6a6700186abc))
456
367
 
457
368
  ### Features
458
369
 
459
- * **list:** improve screen reader ([0bc3a8c](https://github.com/Refinitiv/refinitiv-ui/commit/0bc3a8c9c4051200cd1a5c8ed655d1d3ebbd9021))
460
- * **select:** improve screen reader support ([#80](https://github.com/Refinitiv/refinitiv-ui/issues/80)) ([a43fbcd](https://github.com/Refinitiv/refinitiv-ui/commit/a43fbcd4b23b2f508ddc94b8007913f66da1ae89))
461
-
462
-
463
-
464
-
370
+ - **list:** improve screen reader ([0bc3a8c](https://github.com/Refinitiv/refinitiv-ui/commit/0bc3a8c9c4051200cd1a5c8ed655d1d3ebbd9021))
371
+ - **select:** improve screen reader support ([#80](https://github.com/Refinitiv/refinitiv-ui/issues/80)) ([a43fbcd](https://github.com/Refinitiv/refinitiv-ui/commit/a43fbcd4b23b2f508ddc94b8007913f66da1ae89))
465
372
 
466
373
  # [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)
467
374
 
468
-
469
375
  ### Bug Fixes
470
376
 
471
- * **tree:** correctly update dependant checked states ([#82](https://github.com/Refinitiv/refinitiv-ui/issues/82)) ([fdb7018](https://github.com/Refinitiv/refinitiv-ui/commit/fdb7018f9446f933f428448ada60f4a8cacc1acf))
472
-
377
+ - **tree:** correctly update dependant checked states ([#82](https://github.com/Refinitiv/refinitiv-ui/issues/82)) ([fdb7018](https://github.com/Refinitiv/refinitiv-ui/commit/fdb7018f9446f933f428448ada60f4a8cacc1acf))
473
378
 
474
379
  ### Features
475
380
 
476
- * **item:** improve screen reader support ([#74](https://github.com/Refinitiv/refinitiv-ui/issues/74)) ([b14b950](https://github.com/Refinitiv/refinitiv-ui/commit/b14b950897cb96cdc957e12d93b510cc4361c4f3))
477
-
478
-
479
-
480
-
381
+ - **item:** improve screen reader support ([#74](https://github.com/Refinitiv/refinitiv-ui/issues/74)) ([b14b950](https://github.com/Refinitiv/refinitiv-ui/commit/b14b950897cb96cdc957e12d93b510cc4361c4f3))
481
382
 
482
383
  # [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)
483
384
 
484
-
485
385
  ### Bug Fixes
486
386
 
487
- * **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))
488
- * incorrect tap behaviour ([#57](https://github.com/Refinitiv/refinitiv-ui/issues/57)) ([a245fbe](https://github.com/Refinitiv/refinitiv-ui/commit/a245fbe1999057de0525313e35d5156cc497135f))
489
- * **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))
490
- * **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))
491
-
387
+ - **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))
388
+ - incorrect tap behaviour ([#57](https://github.com/Refinitiv/refinitiv-ui/issues/57)) ([a245fbe](https://github.com/Refinitiv/refinitiv-ui/commit/a245fbe1999057de0525313e35d5156cc497135f))
389
+ - **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))
390
+ - **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))
492
391
 
493
392
  ### Features
494
393
 
495
- * **button:** improve accessibility for screen readers ([#33](https://github.com/Refinitiv/refinitiv-ui/issues/33)) ([89f2e19](https://github.com/Refinitiv/refinitiv-ui/commit/89f2e19f631257e5572d2c74cf7449f9be265aca))
496
- * **checkbox:** improve accessibility for screen readers ([#37](https://github.com/Refinitiv/refinitiv-ui/issues/37)) ([93509d0](https://github.com/Refinitiv/refinitiv-ui/commit/93509d0ec801b880b9bf68013d83c140075c59dd))
497
- * **clock:** small analogue clock face ([#54](https://github.com/Refinitiv/refinitiv-ui/issues/54)) ([bc4b2a8](https://github.com/Refinitiv/refinitiv-ui/commit/bc4b2a816135ef70819d826d15ba9b36dda99207))
498
- * **core:** add latest lit directives, add focused-changed event ([69168f6](https://github.com/Refinitiv/refinitiv-ui/commit/69168f6fe3e6eea8e9abb2a875a2f283eb06d42b))
499
- * **icon:** support icon names and icon urls ([6d3a92d](https://github.com/Refinitiv/refinitiv-ui/commit/6d3a92db329c5198d56aeed4a1944ef3d0e29f1d))
500
- * Lit@2 upgrade ([dbda63b](https://github.com/Refinitiv/refinitiv-ui/commit/dbda63be97257f891cb1f2c5ff46b638c70e0b15))
501
- * **radio-button:** improve radio button accessibility ([#43](https://github.com/Refinitiv/refinitiv-ui/issues/43)) ([12d2b23](https://github.com/Refinitiv/refinitiv-ui/commit/12d2b238c988e880d8055afe280cfb93ace6dd51))
502
- * **text-field:** improve screen reader support ([#65](https://github.com/Refinitiv/refinitiv-ui/issues/65)) ([65bfa44](https://github.com/Refinitiv/refinitiv-ui/commit/65bfa4404bb4b462f20163c733b75fd509485b1b))
503
- * **toggle:** improve accessibility for screen readers ([#42](https://github.com/Refinitiv/refinitiv-ui/issues/42)) ([7554471](https://github.com/Refinitiv/refinitiv-ui/commit/755447104777606247bb06bfba5e97accb893ccf))
504
-
394
+ - **button:** improve accessibility for screen readers ([#33](https://github.com/Refinitiv/refinitiv-ui/issues/33)) ([89f2e19](https://github.com/Refinitiv/refinitiv-ui/commit/89f2e19f631257e5572d2c74cf7449f9be265aca))
395
+ - **checkbox:** improve accessibility for screen readers ([#37](https://github.com/Refinitiv/refinitiv-ui/issues/37)) ([93509d0](https://github.com/Refinitiv/refinitiv-ui/commit/93509d0ec801b880b9bf68013d83c140075c59dd))
396
+ - **clock:** small analogue clock face ([#54](https://github.com/Refinitiv/refinitiv-ui/issues/54)) ([bc4b2a8](https://github.com/Refinitiv/refinitiv-ui/commit/bc4b2a816135ef70819d826d15ba9b36dda99207))
397
+ - **core:** add latest lit directives, add focused-changed event ([69168f6](https://github.com/Refinitiv/refinitiv-ui/commit/69168f6fe3e6eea8e9abb2a875a2f283eb06d42b))
398
+ - **icon:** support icon names and icon urls ([6d3a92d](https://github.com/Refinitiv/refinitiv-ui/commit/6d3a92db329c5198d56aeed4a1944ef3d0e29f1d))
399
+ - Lit@2 upgrade ([dbda63b](https://github.com/Refinitiv/refinitiv-ui/commit/dbda63be97257f891cb1f2c5ff46b638c70e0b15))
400
+ - **radio-button:** improve radio button accessibility ([#43](https://github.com/Refinitiv/refinitiv-ui/issues/43)) ([12d2b23](https://github.com/Refinitiv/refinitiv-ui/commit/12d2b238c988e880d8055afe280cfb93ace6dd51))
401
+ - **text-field:** improve screen reader support ([#65](https://github.com/Refinitiv/refinitiv-ui/issues/65)) ([65bfa44](https://github.com/Refinitiv/refinitiv-ui/commit/65bfa4404bb4b462f20163c733b75fd509485b1b))
402
+ - **toggle:** improve accessibility for screen readers ([#42](https://github.com/Refinitiv/refinitiv-ui/issues/42)) ([7554471](https://github.com/Refinitiv/refinitiv-ui/commit/755447104777606247bb06bfba5e97accb893ccf))
505
403
 
506
404
  ### Performance Improvements
507
405
 
508
- * **icon:** cache svg template results ([463c6ba](https://github.com/Refinitiv/refinitiv-ui/commit/463c6ba1f0403aa25605fd363ac863159ee4c492))
509
- * **list:** check before positioning element in dom ([244b44f](https://github.com/Refinitiv/refinitiv-ui/commit/244b44fba553e1f40e0a55ecda93e7d943b13994))
510
- * **tree:** reduce calculations for visible items ([c231f06](https://github.com/Refinitiv/refinitiv-ui/commit/c231f06a1a4a901bafefdee7dcc1e009a7902ac5))
511
-
512
-
513
-
514
-
406
+ - **icon:** cache svg template results ([463c6ba](https://github.com/Refinitiv/refinitiv-ui/commit/463c6ba1f0403aa25605fd363ac863159ee4c492))
407
+ - **list:** check before positioning element in dom ([244b44f](https://github.com/Refinitiv/refinitiv-ui/commit/244b44fba553e1f40e0a55ecda93e7d943b13994))
408
+ - **tree:** reduce calculations for visible items ([c231f06](https://github.com/Refinitiv/refinitiv-ui/commit/c231f06a1a4a901bafefdee7dcc1e009a7902ac5))
515
409
 
516
410
  # [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)
517
411
 
518
-
519
412
  ### Bug Fixes
520
413
 
521
- * dev server should start with source maps and declaration maps ([3e81b33](https://github.com/Refinitiv/refinitiv-ui/commit/3e81b33d4fb2136af2b18eeaf1fc1d740bd38105))
522
- * **overlay-menu:** interactiveElements list is not reset in some scenarios ([6e17cce](https://github.com/Refinitiv/refinitiv-ui/commit/6e17cce224eafe3e54ee9c2fdfa7bf9bce5dcbfc))
523
- * **overlay-menu:** remove wrong super call ([0a63e1f](https://github.com/Refinitiv/refinitiv-ui/commit/0a63e1fc9c0bb8a161010fd15df47198a9101bfa))
524
- * **overlay:** incorrect change check for `interactiveElements` property ([d1da5b6](https://github.com/Refinitiv/refinitiv-ui/commit/d1da5b692df070f0bb8f08644dd30b43673ffb49))
525
-
414
+ - dev server should start with source maps and declaration maps ([3e81b33](https://github.com/Refinitiv/refinitiv-ui/commit/3e81b33d4fb2136af2b18eeaf1fc1d740bd38105))
415
+ - **overlay-menu:** interactiveElements list is not reset in some scenarios ([6e17cce](https://github.com/Refinitiv/refinitiv-ui/commit/6e17cce224eafe3e54ee9c2fdfa7bf9bce5dcbfc))
416
+ - **overlay-menu:** remove wrong super call ([0a63e1f](https://github.com/Refinitiv/refinitiv-ui/commit/0a63e1fc9c0bb8a161010fd15df47198a9101bfa))
417
+ - **overlay:** incorrect change check for `interactiveElements` property ([d1da5b6](https://github.com/Refinitiv/refinitiv-ui/commit/d1da5b692df070f0bb8f08644dd30b43673ffb49))
526
418
 
527
419
  ### Features
528
420
 
529
- * add browsers option to test command ([#27](https://github.com/Refinitiv/refinitiv-ui/issues/27)) ([64a1d46](https://github.com/Refinitiv/refinitiv-ui/commit/64a1d464fb3c4a1f1cf851c3ab070cd9f615fb6c))
530
- * **tree:** query attribute and property ([ce067c7](https://github.com/Refinitiv/refinitiv-ui/commit/ce067c723cf42a57545589dea4feb57ac1e08822))
531
-
532
-
533
-
534
-
421
+ - add browsers option to test command ([#27](https://github.com/Refinitiv/refinitiv-ui/issues/27)) ([64a1d46](https://github.com/Refinitiv/refinitiv-ui/commit/64a1d464fb3c4a1f1cf851c3ab070cd9f615fb6c))
422
+ - **tree:** query attribute and property ([ce067c7](https://github.com/Refinitiv/refinitiv-ui/commit/ce067c723cf42a57545589dea4feb57ac1e08822))
535
423
 
536
424
  ## [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)
537
425
 
538
-
539
426
  ### Bug Fixes
540
427
 
541
- * **accordion:** remove unuse property collapseAnimationDisabled ([0b8bd7b](https://github.com/Refinitiv/refinitiv-ui/commit/0b8bd7bf9e886eb711802b37dbbe90874d52cf21))
542
- * **card:** use new icon ([af5d7fc](https://github.com/Refinitiv/refinitiv-ui/commit/af5d7fcfa30e4400259d641435e6aebddceba88d))
543
- * remove source maps reference from the production build ([655d0bb](https://github.com/Refinitiv/refinitiv-ui/commit/655d0bb57290e5fe1276bf1a99bd7a0190d7a2f8))
544
-
545
-
546
-
547
-
428
+ - **accordion:** remove unuse property collapseAnimationDisabled ([0b8bd7b](https://github.com/Refinitiv/refinitiv-ui/commit/0b8bd7bf9e886eb711802b37dbbe90874d52cf21))
429
+ - **card:** use new icon ([af5d7fc](https://github.com/Refinitiv/refinitiv-ui/commit/af5d7fcfa30e4400259d641435e6aebddceba88d))
430
+ - remove source maps reference from the production build ([655d0bb](https://github.com/Refinitiv/refinitiv-ui/commit/655d0bb57290e5fe1276bf1a99bd7a0190d7a2f8))
548
431
 
549
432
  ## [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)
550
433
 
551
-
552
434
  ### Bug Fixes
553
435
 
554
- * **button:** remove hover-icon template if hover-icon is not specified ([6459a18](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6459a18cf6d3d08d79831c35586fa3bc132155b0))
555
- * **swing-gauge:** label container overflow ([c1760ca](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/c1760cad4dc5426ef473f4a2a45b868e443c8818))
556
- * **toggle:** fix reflect label attribute ([4878f4e](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4878f4ee38f774420eb2641e1879461bc9f3356a))
557
-
558
-
559
-
560
-
436
+ - **button:** remove hover-icon template if hover-icon is not specified ([6459a18](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6459a18cf6d3d08d79831c35586fa3bc132155b0))
437
+ - **swing-gauge:** label container overflow ([c1760ca](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/c1760cad4dc5426ef473f4a2a45b868e443c8818))
438
+ - **toggle:** fix reflect label attribute ([4878f4e](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4878f4ee38f774420eb2641e1879461bc9f3356a))
561
439
 
562
440
  # [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)
563
441
 
564
-
565
442
  ### Features
566
443
 
567
- * **heatmap:** add method to retrieve data from cell's events ([d4e03f7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d4e03f7a423fd4312c20b3ec1fb84181884c8479))
568
- * **swing-gauge:** redesign ([fc0bf03](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/fc0bf03941cbd893ebde3c322fc5ff3cc7fe1330))
569
-
570
-
571
-
572
-
444
+ - **heatmap:** add method to retrieve data from cell's events ([d4e03f7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d4e03f7a423fd4312c20b3ec1fb84181884c8479))
445
+ - **swing-gauge:** redesign ([fc0bf03](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/fc0bf03941cbd893ebde3c322fc5ff3cc7fe1330))
573
446
 
574
447
  ## [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)
575
448
 
576
449
  **Note:** Version bump only for package @refinitiv-ui/elements
577
450
 
578
-
579
-
580
-
581
-
582
451
  # [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)
583
452
 
584
-
585
453
  ### Bug Fixes
586
454
 
587
- * **calendar:** first day of week is not applied in some scenarios ([9001a33](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9001a334915ddece0b7e63aa451a64f699672326))
588
- * **card:** fix unsupport css on IE ([f1c67b9](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/f1c67b9169c4d496a87d7cba10aedaaa6fa7b2f0))
589
- * **card:** integrate with new label ([4f607fb](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4f607fb9923c509c0f1f459bcf3f411e765db497))
590
- * **card:** use ef-button import ([57e4de9](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/57e4de98c68f93216df15ef4471027777b66b6b8))
591
- * **label:** allow single line ellipsis in IE ([2aa3cf6](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2aa3cf67a095f65ea33c12953d8a45065856c808))
592
- * **label:** break single long words ([0652629](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0652629389eadb8963e97a2e143cdad2a1060452))
593
- * **label:** remove max-line property as it's deprecated ([0463ce0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0463ce09ad242482ab00cb7d4a90d0cb0cd4e533))
594
- * **overlay:** revert merge error ([6fee0da](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6fee0da06422afff26cc968f83bab529c2b0b2a3))
595
- * **tab:** remove override label display ([4dc04c5](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4dc04c58bfebf7c30fa9a5918127fecaa00bd0ca))
596
- * **tooltip:** add return type ([7ff2d55](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7ff2d554adb7e1abe9964d994d2dbc52319d7f96))
597
- * **tooltip:** use passive event listeners ([19f1c03](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/19f1c030accacd520834ffd55f33453423337f0c))
598
- * **tree-select:** swap position of the action button ([0eb828c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0eb828ce7e23fd03c7c3d0a22e979b764b5b0d5c))
599
- * **tree-select:** unable to select a filtered parent item ([6c7a81f](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6c7a81fe452975d6ced85cec5c44d209ba17a970))
600
-
455
+ - **calendar:** first day of week is not applied in some scenarios ([9001a33](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9001a334915ddece0b7e63aa451a64f699672326))
456
+ - **card:** fix unsupport css on IE ([f1c67b9](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/f1c67b9169c4d496a87d7cba10aedaaa6fa7b2f0))
457
+ - **card:** integrate with new label ([4f607fb](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4f607fb9923c509c0f1f459bcf3f411e765db497))
458
+ - **card:** use ef-button import ([57e4de9](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/57e4de98c68f93216df15ef4471027777b66b6b8))
459
+ - **label:** allow single line ellipsis in IE ([2aa3cf6](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2aa3cf67a095f65ea33c12953d8a45065856c808))
460
+ - **label:** break single long words ([0652629](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0652629389eadb8963e97a2e143cdad2a1060452))
461
+ - **label:** remove max-line property as it's deprecated ([0463ce0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0463ce09ad242482ab00cb7d4a90d0cb0cd4e533))
462
+ - **overlay:** revert merge error ([6fee0da](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6fee0da06422afff26cc968f83bab529c2b0b2a3))
463
+ - **tab:** remove override label display ([4dc04c5](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4dc04c58bfebf7c30fa9a5918127fecaa00bd0ca))
464
+ - **tooltip:** add return type ([7ff2d55](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7ff2d554adb7e1abe9964d994d2dbc52319d7f96))
465
+ - **tooltip:** use passive event listeners ([19f1c03](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/19f1c030accacd520834ffd55f33453423337f0c))
466
+ - **tree-select:** swap position of the action button ([0eb828c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0eb828ce7e23fd03c7c3d0a22e979b764b5b0d5c))
467
+ - **tree-select:** unable to select a filtered parent item ([6c7a81f](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6c7a81fe452975d6ced85cec5c44d209ba17a970))
601
468
 
602
469
  ### Features
603
470
 
604
- * **coral-tree:** add icon to coral tree ([d4dfc1c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d4dfc1c57428fea52002491afce303b5a8626009))
605
- * **counter:** add counter element ([ee6283b](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/ee6283b20f93b980df51e519618db0cf2f673e41))
606
- * **label:** add IE support ([2f9d782](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2f9d7826aedc43fbc6eb20f69c93c0e5bd30d221))
607
- * **label:** allow all truncation methods ([81a7e57](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/81a7e57e56310c85c55908652de0a59f547fea63))
608
-
609
-
610
-
611
-
471
+ - **coral-tree:** add icon to coral tree ([d4dfc1c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d4dfc1c57428fea52002491afce303b5a8626009))
472
+ - **counter:** add counter element ([ee6283b](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/ee6283b20f93b980df51e519618db0cf2f673e41))
473
+ - **label:** add IE support ([2f9d782](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2f9d7826aedc43fbc6eb20f69c93c0e5bd30d221))
474
+ - **label:** allow all truncation methods ([81a7e57](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/81a7e57e56310c85c55908652de0a59f547fea63))
612
475
 
613
476
  ## [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)
614
477
 
615
-
616
478
  ### Bug Fixes
617
479
 
618
- * **chart:** render chart correctly in IE ([575e820](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/575e820d5d8ac8eeb910b510320322b06d8b829b))
619
- * **email-field:** can focus while disabled ([d045ea8](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d045ea81a3d916cfb4dc5bbe8ff6722e7ca62f38))
620
- * **interactive-chart:** legendPriceFormatter should not be called if there is no value ([8f40610](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/8f40610b37cededb60bbf6d1bc51b538feab0ef4))
621
- * **interactive-chart:** update Trading View logo ([8acda57](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/8acda574874746a216eca9ed234c96e860e21ade))
622
- * **list:** render order wrong when recycling nodes ([eed56c7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/eed56c7947ca5974e7f15f81e0aef8bca67a8692))
623
- * **number-field:** can focus while disabled ([9fd1e65](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9fd1e65a0d8a75aa4338dc96f504fc13066a0132))
624
- * **password-field:** can focus while disabled ([7f8f941](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7f8f941a53ec51262a54aadca887a4122c8a32f6))
625
- * **search-field:** can focus while disabled ([73aad4a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/73aad4ae37a4e8570a4bcb5e2cf5ae3d7d33070b))
626
- * **slider:** add warning invalid property ([70e8a00](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/70e8a007f48c3c289bd9c44a53a73b9099f9645f))
627
- * **text-field:** can focus while disabled ([25f2733](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/25f273331acb325865fe373223eb51185db2d1a3))
628
-
629
-
630
-
631
-
480
+ - **chart:** render chart correctly in IE ([575e820](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/575e820d5d8ac8eeb910b510320322b06d8b829b))
481
+ - **email-field:** can focus while disabled ([d045ea8](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d045ea81a3d916cfb4dc5bbe8ff6722e7ca62f38))
482
+ - **interactive-chart:** legendPriceFormatter should not be called if there is no value ([8f40610](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/8f40610b37cededb60bbf6d1bc51b538feab0ef4))
483
+ - **interactive-chart:** update Trading View logo ([8acda57](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/8acda574874746a216eca9ed234c96e860e21ade))
484
+ - **list:** render order wrong when recycling nodes ([eed56c7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/eed56c7947ca5974e7f15f81e0aef8bca67a8692))
485
+ - **number-field:** can focus while disabled ([9fd1e65](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9fd1e65a0d8a75aa4338dc96f504fc13066a0132))
486
+ - **password-field:** can focus while disabled ([7f8f941](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7f8f941a53ec51262a54aadca887a4122c8a32f6))
487
+ - **search-field:** can focus while disabled ([73aad4a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/73aad4ae37a4e8570a4bcb5e2cf5ae3d7d33070b))
488
+ - **slider:** add warning invalid property ([70e8a00](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/70e8a007f48c3c289bd9c44a53a73b9099f9645f))
489
+ - **text-field:** can focus while disabled ([25f2733](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/25f273331acb325865fe373223eb51185db2d1a3))
632
490
 
633
491
  # [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)
634
492
 
635
-
636
493
  ### Bug Fixes
637
494
 
638
- * **dialog:** missing attribute opening quote ([2729247](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/27292471334ab6b83d8c8437fc46d15803121483))
639
-
495
+ - **dialog:** missing attribute opening quote ([2729247](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/27292471334ab6b83d8c8437fc46d15803121483))
640
496
 
641
497
  ### Features
642
498
 
643
- * use latest FormatJS polyfills and ICU parser ([b7855e4](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b7855e409d10d9c8b9f31a34953470549295a8ab))
644
-
645
-
646
-
647
-
499
+ - use latest FormatJS polyfills and ICU parser ([b7855e4](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b7855e409d10d9c8b9f31a34953470549295a8ab))
648
500
 
649
501
  # [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)
650
502
 
651
-
652
503
  ### Bug Fixes
653
504
 
654
- * [@types](https://git.sami.int.thomsonreuters.com/types) dependencies incorrect ([09ea997](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/09ea9970c67766e5011686dd9395c93775ad7ee5))
655
- * chart linting ([84a810f](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/84a810f03d33b45ee86cb97961c50da7d8fd4c11))
656
- * chart linting ([b0f2599](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b0f25990d94da4d9aecaedc33457a639167829b6))
657
- * chart typo ([2d24cd6](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2d24cd60f79e0014a413850d9a75f2be45bdf7b2))
658
- * **chart:** improve types ([e83f9f1](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/e83f9f1b098d40fce51fc5ae9fa089275a7afc23))
659
- * dialog linting ([43f2189](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/43f2189f1b8bdb9b81318c3df452dca02df85244))
660
- * **dialog:** improve types ([bb98a7d](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/bb98a7d5bd9f7aef0666baa82ac29a4f97411c1b))
661
- * **icon:** fixed line height in icon ([b6d2820](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b6d28208e0b7038d446cb0258e42acc2438b2b3e))
662
- * ignore release script ([0d02a91](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0d02a914f07d77b89f3ac220a86da005f38f99cd))
663
- * interactive chart linting ([ade94d2](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/ade94d2bb0d2b5fc73def82037718f232afe69d5))
664
- * **interactive-chart:** change attribute name to legend-style ([3270b8d](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/3270b8d00e28e0f65455ed060e46b3e9ded958f9))
665
- * list linting ([428cf91](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/428cf91fdc70a28042bd8bb3cdf08d8538db7b05))
666
- * tooltip linting ([7f31788](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7f3178826e7fcd4331c70e30ed2cb5255f9f0708))
667
-
505
+ - [@types](https://git.sami.int.thomsonreuters.com/types) dependencies incorrect ([09ea997](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/09ea9970c67766e5011686dd9395c93775ad7ee5))
506
+ - chart linting ([84a810f](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/84a810f03d33b45ee86cb97961c50da7d8fd4c11))
507
+ - chart linting ([b0f2599](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b0f25990d94da4d9aecaedc33457a639167829b6))
508
+ - chart typo ([2d24cd6](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2d24cd60f79e0014a413850d9a75f2be45bdf7b2))
509
+ - **chart:** improve types ([e83f9f1](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/e83f9f1b098d40fce51fc5ae9fa089275a7afc23))
510
+ - dialog linting ([43f2189](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/43f2189f1b8bdb9b81318c3df452dca02df85244))
511
+ - **dialog:** improve types ([bb98a7d](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/bb98a7d5bd9f7aef0666baa82ac29a4f97411c1b))
512
+ - **icon:** fixed line height in icon ([b6d2820](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b6d28208e0b7038d446cb0258e42acc2438b2b3e))
513
+ - ignore release script ([0d02a91](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0d02a914f07d77b89f3ac220a86da005f38f99cd))
514
+ - interactive chart linting ([ade94d2](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/ade94d2bb0d2b5fc73def82037718f232afe69d5))
515
+ - **interactive-chart:** change attribute name to legend-style ([3270b8d](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/3270b8d00e28e0f65455ed060e46b3e9ded958f9))
516
+ - list linting ([428cf91](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/428cf91fdc70a28042bd8bb3cdf08d8538db7b05))
517
+ - tooltip linting ([7f31788](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7f3178826e7fcd4331c70e30ed2cb5255f9f0708))
668
518
 
669
519
  ### Features
670
520
 
671
- * add TapEvent into GlobalEventHandlersEventsMap ([5ddbe00](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/5ddbe003edb0725fdd7d0f5774d214e76b088dab))
672
- * **elements:** move snapshots to individual folders ([c86f35a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/c86f35a8806dec5f709a68eba702f19e8d6319f9))
673
- * introduce generic events ([9c3444c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9c3444ceb2ca8de151af791f289f3ce5c56866b2))
674
- * rollback files and folders that do not need to be changed ([83a382a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/83a382a522c10895b4c31c69fe19f5f7d00c9f66))
675
- * **tree:** remove deprecated code ([359b96c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/359b96c500d37501fd6309513a98b48ba63eabce))
676
-
521
+ - add TapEvent into GlobalEventHandlersEventsMap ([5ddbe00](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/5ddbe003edb0725fdd7d0f5774d214e76b088dab))
522
+ - **elements:** move snapshots to individual folders ([c86f35a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/c86f35a8806dec5f709a68eba702f19e8d6319f9))
523
+ - introduce generic events ([9c3444c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9c3444ceb2ca8de151af791f289f3ce5c56866b2))
524
+ - rollback files and folders that do not need to be changed ([83a382a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/83a382a522c10895b4c31c69fe19f5f7d00c9f66))
525
+ - **tree:** remove deprecated code ([359b96c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/359b96c500d37501fd6309513a98b48ba63eabce))
677
526
 
678
527
  ### Reverts
679
528
 
680
- * Revert "fix release-script lint" ([70cd4e7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/70cd4e772aebca7520c19f2f8870b7d745903034))
681
-
682
-
683
-
684
-
529
+ - Revert "fix release-script lint" ([70cd4e7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/70cd4e772aebca7520c19f2f8870b7d745903034))
685
530
 
686
531
  # [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)
687
532