@refinitiv-ui/elements 0.0.0-build.1958224008.1 → 0.0.0-dev.11796363003.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.
- package/CHANGELOG.md +576 -134
- package/LICENSE +2 -2
- package/README.md +15 -25
- package/lib/accordion/custom-elements.json +2 -2
- package/lib/accordion/custom-elements.md +2 -2
- package/lib/accordion/index.d.ts +8 -3
- package/lib/accordion/index.js +9 -23
- package/lib/accordion/themes/ds/dark/index.js +2 -0
- package/lib/accordion/themes/ds/light/index.js +2 -0
- package/lib/accordion/themes/halo/dark/index.js +2 -3
- package/lib/accordion/themes/halo/light/index.js +2 -3
- package/lib/accordion/themes/solar/charcoal/index.js +2 -3
- package/lib/accordion/themes/solar/pearl/index.js +2 -3
- package/lib/appstate-bar/custom-elements.json +4 -4
- package/lib/appstate-bar/custom-elements.md +8 -8
- package/lib/appstate-bar/index.d.ts +13 -8
- package/lib/appstate-bar/index.js +18 -27
- package/lib/appstate-bar/themes/ds/dark/index.js +2 -0
- package/lib/appstate-bar/themes/ds/light/index.js +2 -0
- package/lib/appstate-bar/themes/halo/dark/index.js +2 -3
- package/lib/appstate-bar/themes/halo/light/index.js +2 -3
- package/lib/appstate-bar/themes/solar/charcoal/index.js +2 -3
- package/lib/appstate-bar/themes/solar/pearl/index.js +2 -3
- package/lib/autosuggest/custom-elements.json +15 -20
- package/lib/autosuggest/custom-elements.md +29 -29
- package/lib/autosuggest/helpers/renderer.d.ts +8 -0
- package/lib/autosuggest/helpers/renderer.js +35 -0
- package/lib/autosuggest/helpers/types.d.ts +110 -10
- package/lib/autosuggest/helpers/utils.d.ts +1 -8
- package/lib/autosuggest/helpers/utils.js +1 -28
- package/lib/autosuggest/index.d.ts +50 -61
- package/lib/autosuggest/index.js +353 -370
- package/lib/autosuggest/themes/ds/dark/index.js +4 -0
- package/lib/autosuggest/themes/ds/light/index.js +4 -0
- package/lib/autosuggest/themes/halo/dark/index.js +4 -5
- package/lib/autosuggest/themes/halo/light/index.js +4 -5
- package/lib/autosuggest/themes/solar/charcoal/index.js +4 -5
- package/lib/autosuggest/themes/solar/pearl/index.js +4 -5
- package/lib/button/custom-elements.json +7 -7
- package/lib/button/custom-elements.md +4 -4
- package/lib/button/index.d.ts +11 -18
- package/lib/button/index.js +19 -59
- package/lib/button/themes/ds/dark/index.js +3 -0
- package/lib/button/themes/ds/light/index.js +3 -0
- package/lib/button/themes/halo/dark/index.js +3 -3
- package/lib/button/themes/halo/light/index.js +3 -3
- package/lib/button/themes/solar/charcoal/index.js +3 -3
- package/lib/button/themes/solar/pearl/index.js +3 -3
- package/lib/button-bar/index.d.ts +6 -1
- package/lib/button-bar/index.js +13 -20
- package/lib/button-bar/themes/ds/dark/index.js +2 -0
- package/lib/button-bar/themes/ds/light/index.js +2 -0
- package/lib/button-bar/themes/halo/dark/index.js +2 -3
- package/lib/button-bar/themes/halo/light/index.js +2 -3
- package/lib/button-bar/themes/solar/charcoal/index.js +2 -3
- package/lib/button-bar/themes/solar/pearl/index.js +2 -3
- package/lib/calendar/constants.d.ts +1 -1
- package/lib/calendar/constants.js +7 -6
- package/lib/calendar/custom-elements.json +10 -2
- package/lib/calendar/custom-elements.md +9 -7
- package/lib/calendar/index.d.ts +73 -44
- package/lib/calendar/index.js +257 -183
- package/lib/calendar/themes/ds/dark/index.js +2 -0
- package/lib/calendar/themes/ds/light/index.js +2 -0
- package/lib/calendar/themes/halo/dark/index.js +2 -3
- package/lib/calendar/themes/halo/light/index.js +2 -3
- package/lib/calendar/themes/solar/charcoal/index.js +2 -3
- package/lib/calendar/themes/solar/pearl/index.js +2 -3
- package/lib/calendar/types.d.ts +28 -7
- package/lib/calendar/utils.d.ts +10 -13
- package/lib/calendar/utils.js +26 -21
- package/lib/canvas/custom-elements.json +1 -1
- package/lib/canvas/custom-elements.md +1 -1
- package/lib/canvas/index.d.ts +7 -2
- package/lib/canvas/index.js +13 -16
- package/lib/canvas/themes/ds/dark/index.js +1 -0
- package/lib/canvas/themes/ds/light/index.js +1 -0
- package/lib/canvas/themes/halo/dark/index.js +1 -2
- package/lib/canvas/themes/halo/light/index.js +1 -2
- package/lib/canvas/themes/solar/charcoal/index.js +1 -2
- package/lib/canvas/themes/solar/pearl/index.js +1 -2
- package/lib/card/custom-elements.json +1 -1
- package/lib/card/custom-elements.md +3 -3
- package/lib/card/helpers/types.d.ts +3 -3
- package/lib/card/index.d.ts +26 -4
- package/lib/card/index.js +73 -32
- package/lib/card/themes/ds/dark/index.js +4 -0
- package/lib/card/themes/ds/light/index.js +4 -0
- package/lib/card/themes/halo/dark/index.js +4 -5
- package/lib/card/themes/halo/light/index.js +4 -5
- package/lib/card/themes/solar/charcoal/index.js +4 -5
- package/lib/card/themes/solar/pearl/index.js +4 -5
- package/lib/chart/bare.d.ts +1 -0
- package/lib/chart/bare.js +1 -0
- package/lib/chart/custom-elements.json +10 -13
- package/lib/chart/custom-elements.md +9 -8
- package/lib/chart/elements/chart.d.ts +201 -0
- package/lib/chart/elements/chart.js +554 -0
- package/lib/chart/helpers/index.d.ts +1 -1
- package/lib/chart/helpers/index.js +1 -1
- package/lib/chart/helpers/merge.d.ts +3 -3
- package/lib/chart/helpers/merge.js +1 -1
- package/lib/chart/helpers/types.d.ts +1 -66
- package/lib/chart/index.d.ts +1 -187
- package/lib/chart/index.js +5 -484
- package/lib/chart/plugins/doughnut-center-label.d.ts +22 -3
- package/lib/chart/plugins/doughnut-center-label.js +71 -56
- package/lib/chart/plugins/index.d.ts +1 -0
- package/lib/chart/plugins/index.js +1 -0
- package/lib/chart/themes/ds/dark/index.js +3 -0
- package/lib/chart/themes/ds/light/index.js +3 -0
- package/lib/chart/themes/halo/dark/index.js +3 -4
- package/lib/chart/themes/halo/light/index.js +3 -4
- package/lib/chart/themes/solar/charcoal/index.js +3 -4
- package/lib/chart/themes/solar/pearl/index.js +3 -4
- package/lib/checkbox/custom-elements.json +3 -3
- package/lib/checkbox/custom-elements.md +9 -9
- package/lib/checkbox/index.d.ts +16 -18
- package/lib/checkbox/index.js +33 -59
- package/lib/checkbox/themes/ds/dark/index.js +3 -0
- package/lib/checkbox/themes/ds/light/index.js +3 -0
- package/lib/checkbox/themes/halo/dark/index.js +3 -4
- package/lib/checkbox/themes/halo/light/index.js +3 -4
- package/lib/checkbox/themes/solar/charcoal/index.js +3 -4
- package/lib/checkbox/themes/solar/pearl/index.js +3 -4
- package/lib/clock/custom-elements.json +18 -29
- package/lib/clock/custom-elements.md +4 -10
- package/lib/clock/index.d.ts +105 -70
- package/lib/clock/index.js +235 -133
- package/lib/clock/themes/ds/dark/index.js +1 -0
- package/lib/clock/themes/ds/light/index.js +1 -0
- package/lib/clock/themes/halo/dark/index.js +1 -2
- package/lib/clock/themes/halo/light/index.js +1 -2
- package/lib/clock/themes/solar/charcoal/index.js +1 -2
- package/lib/clock/themes/solar/pearl/index.js +1 -2
- package/lib/clock/utils/TickManager.d.ts +1 -1
- package/lib/collapse/custom-elements.json +3 -3
- package/lib/collapse/custom-elements.md +5 -5
- package/lib/collapse/index.d.ts +15 -4
- package/lib/collapse/index.js +46 -43
- package/lib/collapse/themes/ds/dark/index.js +4 -0
- package/lib/collapse/themes/ds/light/index.js +4 -0
- package/lib/collapse/themes/halo/dark/index.js +4 -5
- package/lib/collapse/themes/halo/light/index.js +4 -5
- package/lib/collapse/themes/solar/charcoal/index.js +4 -5
- package/lib/collapse/themes/solar/pearl/index.js +4 -5
- package/lib/color-dialog/custom-elements.json +38 -8
- package/lib/color-dialog/custom-elements.md +28 -26
- package/lib/color-dialog/elements/color-palettes.d.ts +6 -1
- package/lib/color-dialog/elements/color-palettes.js +5 -6
- package/lib/color-dialog/elements/grayscale-palettes.d.ts +6 -1
- package/lib/color-dialog/elements/grayscale-palettes.js +9 -9
- package/lib/color-dialog/elements/palettes.js +5 -10
- package/lib/color-dialog/helpers/color-helpers.d.ts +0 -7
- package/lib/color-dialog/helpers/color-helpers.js +0 -15
- package/lib/color-dialog/helpers/value-model.js +8 -12
- package/lib/color-dialog/index.d.ts +21 -13
- package/lib/color-dialog/index.js +73 -52
- package/lib/color-dialog/themes/ds/dark/index.js +6 -0
- package/lib/color-dialog/themes/ds/light/index.js +6 -0
- package/lib/color-dialog/themes/halo/dark/index.js +6 -7
- package/lib/color-dialog/themes/halo/light/index.js +6 -7
- package/lib/color-dialog/themes/solar/charcoal/index.js +6 -7
- package/lib/color-dialog/themes/solar/pearl/index.js +6 -7
- package/lib/color-picker/custom-elements.json +71 -0
- package/lib/color-picker/custom-elements.md +19 -0
- package/lib/color-picker/index.d.ts +158 -0
- package/lib/color-picker/index.js +303 -0
- package/lib/color-picker/themes/ds/dark/index.js +2 -0
- package/lib/color-picker/themes/ds/light/index.js +2 -0
- package/lib/color-picker/themes/halo/dark/index.js +2 -0
- package/lib/color-picker/themes/halo/light/index.js +2 -0
- package/lib/color-picker/themes/solar/charcoal/index.js +2 -0
- package/lib/color-picker/themes/solar/pearl/index.js +2 -0
- package/lib/combo-box/custom-elements.json +33 -70
- package/lib/combo-box/custom-elements.md +24 -33
- package/lib/combo-box/helpers/filter.d.ts +3 -3
- package/lib/combo-box/helpers/filter.js +15 -7
- package/lib/combo-box/helpers/renderer.d.ts +4 -0
- package/lib/combo-box/helpers/renderer.js +22 -15
- package/lib/combo-box/helpers/types.d.ts +4 -3
- package/lib/combo-box/index.d.ts +39 -51
- package/lib/combo-box/index.js +123 -134
- package/lib/combo-box/themes/ds/dark/index.js +7 -0
- package/lib/combo-box/themes/ds/light/index.js +7 -0
- package/lib/combo-box/themes/halo/dark/index.js +7 -7
- package/lib/combo-box/themes/halo/light/index.js +7 -7
- package/lib/combo-box/themes/solar/charcoal/index.js +7 -7
- package/lib/combo-box/themes/solar/pearl/index.js +7 -7
- package/lib/configuration/custom-elements.json +25 -0
- package/lib/configuration/custom-elements.md +7 -0
- package/lib/configuration/elements/configuration.d.ts +47 -0
- package/lib/configuration/elements/configuration.js +49 -0
- package/lib/configuration/helpers/context.d.ts +5 -0
- package/lib/configuration/helpers/context.js +3 -0
- package/lib/configuration/helpers/types.d.ts +9 -0
- package/lib/configuration/helpers/types.js +1 -0
- package/lib/configuration/index.d.ts +3 -0
- package/lib/configuration/index.js +2 -0
- package/lib/counter/custom-elements.json +1 -1
- package/lib/counter/custom-elements.md +1 -1
- package/lib/counter/index.d.ts +10 -5
- package/lib/counter/index.js +11 -11
- package/lib/counter/themes/ds/dark/index.js +3 -0
- package/lib/counter/themes/ds/light/index.js +3 -0
- package/lib/counter/themes/halo/dark/index.js +3 -3
- package/lib/counter/themes/halo/light/index.js +3 -3
- package/lib/counter/themes/solar/charcoal/index.js +3 -3
- package/lib/counter/themes/solar/pearl/index.js +3 -3
- package/lib/datetime-field/constants.d.ts +4 -0
- package/lib/datetime-field/constants.js +5 -0
- package/lib/datetime-field/custom-elements.json +265 -0
- package/lib/datetime-field/custom-elements.md +51 -0
- package/lib/datetime-field/index.d.ts +299 -0
- package/lib/datetime-field/index.js +628 -0
- package/lib/datetime-field/themes/ds/dark/index.js +2 -0
- package/lib/datetime-field/themes/ds/light/index.js +2 -0
- package/lib/datetime-field/themes/halo/dark/index.js +2 -0
- package/lib/datetime-field/themes/halo/light/index.js +2 -0
- package/lib/datetime-field/themes/solar/charcoal/index.js +2 -0
- package/lib/datetime-field/themes/solar/pearl/index.js +2 -0
- package/lib/datetime-field/types.d.ts +10 -0
- package/lib/datetime-field/types.js +1 -0
- package/lib/datetime-field/utils.d.ts +25 -0
- package/lib/datetime-field/utils.js +89 -0
- package/lib/datetime-picker/constants.d.ts +21 -0
- package/lib/datetime-picker/constants.js +28 -0
- package/lib/datetime-picker/custom-elements.json +77 -47
- package/lib/datetime-picker/custom-elements.md +45 -40
- package/lib/datetime-picker/index.d.ts +146 -97
- package/lib/datetime-picker/index.js +371 -209
- package/lib/datetime-picker/locales.js +15 -18
- package/lib/datetime-picker/themes/ds/dark/index.js +7 -0
- package/lib/datetime-picker/themes/ds/light/index.js +7 -0
- package/lib/datetime-picker/themes/halo/dark/index.js +7 -7
- package/lib/datetime-picker/themes/halo/light/index.js +7 -7
- package/lib/datetime-picker/themes/solar/charcoal/index.js +7 -7
- package/lib/datetime-picker/themes/solar/pearl/index.js +7 -7
- package/lib/datetime-picker/types.d.ts +1 -1
- package/lib/datetime-picker/utils.js +10 -10
- package/lib/dialog/custom-elements.json +3 -14
- package/lib/dialog/custom-elements.md +5 -6
- package/lib/dialog/draggable-element.js +1 -2
- package/lib/dialog/index.d.ts +37 -47
- package/lib/dialog/index.js +98 -126
- package/lib/dialog/themes/ds/dark/index.js +6 -0
- package/lib/dialog/themes/ds/light/index.js +6 -0
- package/lib/dialog/themes/halo/dark/index.js +6 -7
- package/lib/dialog/themes/halo/light/index.js +6 -7
- package/lib/dialog/themes/solar/charcoal/index.js +6 -7
- package/lib/dialog/themes/solar/pearl/index.js +6 -7
- package/lib/email-field/custom-elements.json +61 -29
- package/lib/email-field/custom-elements.md +16 -10
- package/lib/email-field/index.d.ts +39 -19
- package/lib/email-field/index.js +58 -29
- package/lib/email-field/themes/ds/dark/index.js +3 -0
- package/lib/email-field/themes/ds/light/index.js +3 -0
- package/lib/email-field/themes/halo/dark/index.js +3 -3
- package/lib/email-field/themes/halo/light/index.js +3 -3
- package/lib/email-field/themes/solar/charcoal/index.js +3 -3
- package/lib/email-field/themes/solar/pearl/index.js +3 -3
- package/lib/events.d.ts +14 -14
- package/lib/flag/custom-elements.json +2 -14
- package/lib/flag/custom-elements.md +3 -6
- package/lib/flag/index.d.ts +21 -18
- package/lib/flag/index.js +45 -52
- package/lib/flag/themes/ds/dark/index.js +1 -0
- package/lib/flag/themes/ds/light/index.js +1 -0
- package/lib/flag/themes/halo/dark/index.js +1 -2
- package/lib/flag/themes/halo/light/index.js +1 -2
- package/lib/flag/themes/solar/charcoal/index.js +1 -2
- package/lib/flag/themes/solar/pearl/index.js +1 -2
- package/lib/flag/utils/FlagLoader.d.ts +2 -32
- package/lib/flag/utils/FlagLoader.js +3 -70
- package/lib/header/custom-elements.json +2 -2
- package/lib/header/custom-elements.md +2 -2
- package/lib/header/index.d.ts +8 -3
- package/lib/header/index.js +5 -7
- package/lib/header/themes/ds/dark/index.js +1 -0
- package/lib/header/themes/ds/light/index.js +1 -0
- package/lib/header/themes/halo/dark/index.js +1 -2
- package/lib/header/themes/halo/light/index.js +1 -2
- package/lib/header/themes/solar/charcoal/index.js +1 -2
- package/lib/header/themes/solar/pearl/index.js +1 -2
- package/lib/heatmap/custom-elements.json +16 -3
- package/lib/heatmap/custom-elements.md +17 -16
- package/lib/heatmap/helpers/color.d.ts +1 -1
- package/lib/heatmap/helpers/color.js +13 -6
- package/lib/heatmap/helpers/text.d.ts +4 -10
- package/lib/heatmap/helpers/text.js +6 -23
- package/lib/heatmap/helpers/track.js +3 -3
- package/lib/heatmap/helpers/types.d.ts +17 -17
- package/lib/heatmap/index.d.ts +25 -16
- package/lib/heatmap/index.js +276 -213
- package/lib/heatmap/themes/ds/dark/index.js +3 -0
- package/lib/heatmap/themes/ds/light/index.js +3 -0
- package/lib/heatmap/themes/halo/dark/index.js +3 -4
- package/lib/heatmap/themes/halo/light/index.js +3 -4
- package/lib/heatmap/themes/solar/charcoal/index.js +3 -4
- package/lib/heatmap/themes/solar/pearl/index.js +3 -4
- package/lib/icon/custom-elements.json +0 -13
- package/lib/icon/custom-elements.md +0 -1
- package/lib/icon/index.d.ts +44 -13
- package/lib/icon/index.js +93 -45
- package/lib/icon/themes/ds/dark/index.js +1 -0
- package/lib/icon/themes/ds/light/index.js +1 -0
- package/lib/icon/themes/halo/dark/index.js +1 -2
- package/lib/icon/themes/halo/light/index.js +1 -2
- package/lib/icon/themes/solar/charcoal/index.js +1 -2
- package/lib/icon/themes/solar/pearl/index.js +1 -2
- package/lib/icon/utils/IconLoader.d.ts +2 -45
- package/lib/icon/utils/IconLoader.js +2 -86
- package/lib/icon/utils/SpriteLoader.d.ts +22 -0
- package/lib/icon/utils/SpriteLoader.js +38 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/interactive-chart/custom-elements.json +6 -1
- package/lib/interactive-chart/custom-elements.md +7 -6
- package/lib/interactive-chart/helpers/merge.d.ts +2 -2
- package/lib/interactive-chart/helpers/types.d.ts +13 -21
- package/lib/interactive-chart/helpers/types.js +1 -6
- package/lib/interactive-chart/index.d.ts +54 -65
- package/lib/interactive-chart/index.js +151 -160
- package/lib/interactive-chart/themes/ds/dark/index.js +2 -0
- package/lib/interactive-chart/themes/ds/light/index.js +2 -0
- package/lib/interactive-chart/themes/halo/dark/index.js +2 -3
- package/lib/interactive-chart/themes/halo/light/index.js +2 -3
- package/lib/interactive-chart/themes/solar/charcoal/index.js +2 -3
- package/lib/interactive-chart/themes/solar/pearl/index.js +2 -3
- package/lib/item/custom-elements.json +6 -10
- package/lib/item/custom-elements.md +3 -4
- package/lib/item/helpers/types.d.ts +11 -7
- package/lib/item/index.d.ts +67 -30
- package/lib/item/index.js +134 -78
- package/lib/item/themes/ds/dark/index.js +3 -0
- package/lib/item/themes/ds/light/index.js +3 -0
- package/lib/item/themes/halo/dark/index.js +3 -4
- package/lib/item/themes/halo/light/index.js +3 -4
- package/lib/item/themes/solar/charcoal/index.js +3 -4
- package/lib/item/themes/solar/pearl/index.js +3 -4
- package/lib/jsx.d.ts +6 -4
- package/lib/label/custom-elements.json +4 -4
- package/lib/label/custom-elements.md +2 -2
- package/lib/label/index.d.ts +9 -4
- package/lib/label/index.js +22 -46
- package/lib/label/themes/ds/dark/index.js +2 -0
- package/lib/label/themes/ds/light/index.js +2 -0
- package/lib/label/themes/halo/dark/index.js +2 -3
- package/lib/label/themes/halo/light/index.js +2 -3
- package/lib/label/themes/solar/charcoal/index.js +2 -3
- package/lib/label/themes/solar/pearl/index.js +2 -3
- package/lib/layout/index.d.ts +12 -7
- package/lib/layout/index.js +8 -23
- package/lib/layout/themes/ds/dark/index.js +1 -0
- package/lib/layout/themes/ds/light/index.js +1 -0
- package/lib/layout/themes/halo/dark/index.js +1 -2
- package/lib/layout/themes/halo/light/index.js +1 -2
- package/lib/layout/themes/solar/charcoal/index.js +1 -2
- package/lib/layout/themes/solar/pearl/index.js +1 -2
- package/lib/led-gauge/index.d.ts +6 -1
- package/lib/led-gauge/index.js +18 -20
- package/lib/led-gauge/themes/ds/dark/index.js +2 -0
- package/lib/led-gauge/themes/ds/light/index.js +2 -0
- package/lib/led-gauge/themes/halo/dark/index.js +2 -3
- package/lib/led-gauge/themes/halo/light/index.js +2 -3
- package/lib/led-gauge/themes/solar/charcoal/index.js +2 -3
- package/lib/led-gauge/themes/solar/pearl/index.js +2 -3
- package/lib/list/custom-elements.json +2 -16
- package/lib/list/custom-elements.md +20 -21
- package/lib/list/elements/list-item.d.ts +30 -0
- package/lib/list/elements/list-item.js +19 -0
- package/lib/list/elements/list.d.ts +305 -0
- package/lib/list/elements/list.js +637 -0
- package/lib/list/extensible-function.d.ts +2 -3
- package/lib/list/extensible-function.js +2 -3
- package/lib/list/helpers/item-id.d.ts +8 -0
- package/lib/list/helpers/item-id.js +13 -0
- package/lib/list/helpers/renderer.d.ts +12 -0
- package/lib/list/helpers/renderer.js +50 -0
- package/lib/list/helpers/types.d.ts +1 -1
- package/lib/list/index.d.ts +3 -311
- package/lib/list/index.js +3 -640
- package/lib/list/renderer.d.ts +2 -30
- package/lib/list/renderer.js +2 -3
- package/lib/list/themes/ds/dark/index.js +4 -0
- package/lib/list/themes/ds/light/index.js +4 -0
- package/lib/list/themes/halo/dark/index.js +4 -3
- package/lib/list/themes/halo/light/index.js +4 -3
- package/lib/list/themes/solar/charcoal/index.js +4 -3
- package/lib/list/themes/solar/pearl/index.js +4 -3
- package/lib/loader/index.d.ts +6 -0
- package/lib/loader/index.js +12 -11
- package/lib/loader/themes/ds/dark/index.js +1 -0
- package/lib/loader/themes/ds/light/index.js +1 -0
- package/lib/loader/themes/halo/dark/index.js +1 -2
- package/lib/loader/themes/halo/light/index.js +1 -2
- package/lib/loader/themes/solar/charcoal/index.js +1 -2
- package/lib/loader/themes/solar/pearl/index.js +1 -2
- package/lib/multi-input/custom-elements.json +9 -9
- package/lib/multi-input/custom-elements.md +9 -9
- package/lib/multi-input/helpers/types.d.ts +3 -3
- package/lib/multi-input/index.d.ts +19 -30
- package/lib/multi-input/index.js +65 -88
- package/lib/multi-input/themes/ds/dark/index.js +3 -0
- package/lib/multi-input/themes/ds/light/index.js +3 -0
- package/lib/multi-input/themes/halo/dark/index.js +3 -4
- package/lib/multi-input/themes/halo/light/index.js +3 -4
- package/lib/multi-input/themes/solar/charcoal/index.js +3 -4
- package/lib/multi-input/themes/solar/pearl/index.js +3 -4
- package/lib/notification/custom-elements.json +2 -2
- package/lib/notification/custom-elements.md +4 -4
- package/lib/notification/elements/notification-tray.d.ts +7 -2
- package/lib/notification/elements/notification-tray.js +5 -7
- package/lib/notification/elements/notification.d.ts +18 -4
- package/lib/notification/elements/notification.js +25 -24
- package/lib/notification/helpers/status.d.ts +4 -4
- package/lib/notification/helpers/status.js +0 -8
- package/lib/notification/helpers/types.d.ts +3 -3
- package/lib/notification/themes/ds/dark/index.js +3 -0
- package/lib/notification/themes/ds/light/index.js +3 -0
- package/lib/notification/themes/halo/dark/index.js +3 -5
- package/lib/notification/themes/halo/light/index.js +3 -5
- package/lib/notification/themes/solar/charcoal/index.js +3 -5
- package/lib/notification/themes/solar/pearl/index.js +3 -5
- package/lib/number-field/custom-elements.json +27 -54
- package/lib/number-field/custom-elements.md +27 -30
- package/lib/number-field/index.d.ts +69 -27
- package/lib/number-field/index.js +195 -128
- package/lib/number-field/themes/ds/dark/index.js +3 -0
- package/lib/number-field/themes/ds/light/index.js +3 -0
- package/lib/number-field/themes/halo/dark/index.js +3 -3
- package/lib/number-field/themes/halo/light/index.js +3 -3
- package/lib/number-field/themes/solar/charcoal/index.js +3 -3
- package/lib/number-field/themes/solar/pearl/index.js +3 -3
- package/lib/overlay/custom-elements.json +16 -15
- package/lib/overlay/custom-elements.md +35 -36
- package/lib/overlay/elements/overlay-backdrop.d.ts +6 -8
- package/lib/overlay/elements/overlay-backdrop.js +3 -13
- package/lib/overlay/elements/overlay-viewport.d.ts +6 -8
- package/lib/overlay/elements/overlay-viewport.js +3 -13
- package/lib/overlay/elements/overlay.d.ts +20 -17
- package/lib/overlay/elements/overlay.js +171 -153
- package/lib/overlay/helpers/types.d.ts +13 -13
- package/lib/overlay/index.d.ts +2 -1
- package/lib/overlay/managers/backdrop-manager.js +2 -2
- package/lib/overlay/managers/close-manager.d.ts +1 -1
- package/lib/overlay/managers/close-manager.js +8 -5
- package/lib/overlay/managers/focus-manager.js +33 -16
- package/lib/overlay/managers/interaction-lock-manager.d.ts +4 -4
- package/lib/overlay/managers/interaction-lock-manager.js +42 -30
- package/lib/overlay/managers/viewport-manager.d.ts +1 -1
- package/lib/overlay/managers/viewport-manager.js +14 -9
- package/lib/overlay/managers/zindex-manager.d.ts +1 -1
- package/lib/overlay/managers/zindex-manager.js +5 -3
- package/lib/overlay/themes/ds/dark/index.js +2 -0
- package/lib/overlay/themes/ds/light/index.js +2 -0
- package/lib/overlay/themes/halo/dark/index.js +2 -4
- package/lib/overlay/themes/halo/light/index.js +2 -4
- package/lib/overlay/themes/solar/charcoal/index.js +2 -4
- package/lib/overlay/themes/solar/pearl/index.js +2 -4
- package/lib/overlay-menu/custom-elements.json +6 -4
- package/lib/overlay-menu/custom-elements.md +3 -3
- package/lib/overlay-menu/helpers/constants.d.ts +6 -0
- package/lib/overlay-menu/helpers/constants.js +7 -0
- package/lib/overlay-menu/helpers/types.d.ts +3 -3
- package/lib/overlay-menu/index.d.ts +17 -7
- package/lib/overlay-menu/index.js +121 -87
- package/lib/overlay-menu/managers/menu-manager.d.ts +9 -10
- package/lib/overlay-menu/managers/menu-manager.js +16 -18
- package/lib/overlay-menu/themes/ds/dark/index.js +4 -0
- package/lib/overlay-menu/themes/ds/light/index.js +4 -0
- package/lib/overlay-menu/themes/halo/dark/index.js +4 -5
- package/lib/overlay-menu/themes/halo/light/index.js +4 -5
- package/lib/overlay-menu/themes/solar/charcoal/index.js +4 -5
- package/lib/overlay-menu/themes/solar/pearl/index.js +4 -5
- package/lib/pagination/custom-elements.json +13 -9
- package/lib/pagination/custom-elements.md +8 -8
- package/lib/pagination/index.d.ts +86 -97
- package/lib/pagination/index.js +237 -249
- package/lib/pagination/themes/ds/dark/index.js +4 -0
- package/lib/pagination/themes/ds/light/index.js +4 -0
- package/lib/pagination/themes/halo/dark/index.js +4 -6
- package/lib/pagination/themes/halo/light/index.js +4 -6
- package/lib/pagination/themes/solar/charcoal/index.js +4 -6
- package/lib/pagination/themes/solar/pearl/index.js +4 -6
- package/lib/panel/index.d.ts +5 -0
- package/lib/panel/index.js +2 -4
- package/lib/panel/themes/ds/dark/index.js +1 -0
- package/lib/panel/themes/ds/light/index.js +1 -0
- package/lib/panel/themes/halo/dark/index.js +1 -2
- package/lib/panel/themes/halo/light/index.js +1 -2
- package/lib/panel/themes/solar/charcoal/index.js +1 -2
- package/lib/panel/themes/solar/pearl/index.js +1 -2
- package/lib/password-field/custom-elements.json +48 -25
- package/lib/password-field/custom-elements.md +12 -18
- package/lib/password-field/index.d.ts +54 -12
- package/lib/password-field/index.js +89 -24
- package/lib/password-field/themes/ds/dark/index.js +3 -0
- package/lib/password-field/themes/ds/light/index.js +3 -0
- package/lib/password-field/themes/halo/dark/index.js +3 -3
- package/lib/password-field/themes/halo/light/index.js +3 -3
- package/lib/password-field/themes/solar/charcoal/index.js +3 -3
- package/lib/password-field/themes/solar/pearl/index.js +3 -3
- package/lib/pill/custom-elements.json +3 -3
- package/lib/pill/custom-elements.md +11 -11
- package/lib/pill/index.d.ts +19 -6
- package/lib/pill/index.js +42 -27
- package/lib/pill/themes/ds/dark/index.js +3 -0
- package/lib/pill/themes/ds/light/index.js +3 -0
- package/lib/pill/themes/halo/dark/index.js +3 -3
- package/lib/pill/themes/halo/light/index.js +3 -3
- package/lib/pill/themes/solar/charcoal/index.js +3 -3
- package/lib/pill/themes/solar/pearl/index.js +3 -3
- package/lib/progress-bar/index.d.ts +6 -1
- package/lib/progress-bar/index.js +39 -40
- package/lib/progress-bar/themes/ds/dark/index.js +1 -0
- package/lib/progress-bar/themes/ds/light/index.js +1 -0
- package/lib/progress-bar/themes/halo/dark/index.js +1 -2
- package/lib/progress-bar/themes/halo/light/index.js +1 -2
- package/lib/progress-bar/themes/solar/charcoal/index.js +1 -2
- package/lib/progress-bar/themes/solar/pearl/index.js +1 -2
- package/lib/radio-button/custom-elements.json +1 -1
- package/lib/radio-button/custom-elements.md +3 -3
- package/lib/radio-button/index.d.ts +15 -14
- package/lib/radio-button/index.js +35 -48
- package/lib/radio-button/radio-button-registry.js +8 -5
- package/lib/radio-button/themes/ds/dark/index.js +2 -0
- package/lib/radio-button/themes/ds/light/index.js +2 -0
- package/lib/radio-button/themes/halo/dark/index.js +2 -3
- package/lib/radio-button/themes/halo/light/index.js +2 -3
- package/lib/radio-button/themes/solar/charcoal/index.js +2 -3
- package/lib/radio-button/themes/solar/pearl/index.js +2 -3
- package/lib/rating/custom-elements.json +5 -5
- package/lib/rating/custom-elements.md +5 -5
- package/lib/rating/index.d.ts +91 -34
- package/lib/rating/index.js +205 -85
- package/lib/rating/themes/ds/dark/index.js +1 -0
- package/lib/rating/themes/ds/light/index.js +1 -0
- package/lib/rating/themes/halo/dark/index.js +1 -2
- package/lib/rating/themes/halo/light/index.js +1 -2
- package/lib/rating/themes/solar/charcoal/index.js +1 -2
- package/lib/rating/themes/solar/pearl/index.js +1 -2
- package/lib/rating/utils.d.ts +9 -0
- package/lib/rating/utils.js +11 -0
- package/lib/search-field/custom-elements.json +50 -23
- package/lib/search-field/custom-elements.md +13 -13
- package/lib/search-field/index.d.ts +32 -11
- package/lib/search-field/index.js +49 -20
- package/lib/search-field/themes/ds/dark/index.js +3 -0
- package/lib/search-field/themes/ds/light/index.js +3 -0
- package/lib/search-field/themes/halo/dark/index.js +3 -3
- package/lib/search-field/themes/halo/light/index.js +3 -3
- package/lib/search-field/themes/solar/charcoal/index.js +3 -3
- package/lib/search-field/themes/solar/pearl/index.js +3 -3
- package/lib/select/custom-elements.json +36 -36
- package/lib/select/custom-elements.md +14 -14
- package/lib/select/helpers/types.d.ts +2 -2
- package/lib/select/index.d.ts +67 -55
- package/lib/select/index.js +161 -189
- package/lib/select/themes/ds/dark/index.js +5 -0
- package/lib/select/themes/ds/light/index.js +5 -0
- package/lib/select/themes/halo/dark/index.js +5 -5
- package/lib/select/themes/halo/light/index.js +5 -5
- package/lib/select/themes/solar/charcoal/index.js +5 -5
- package/lib/select/themes/solar/pearl/index.js +5 -5
- package/lib/sidebar-layout/index.d.ts +6 -1
- package/lib/sidebar-layout/index.js +9 -14
- package/lib/sidebar-layout/themes/ds/dark/index.js +2 -0
- package/lib/sidebar-layout/themes/ds/light/index.js +2 -0
- package/lib/sidebar-layout/themes/halo/dark/index.js +2 -3
- package/lib/sidebar-layout/themes/halo/light/index.js +2 -3
- package/lib/sidebar-layout/themes/solar/charcoal/index.js +2 -3
- package/lib/sidebar-layout/themes/solar/pearl/index.js +2 -3
- package/lib/slider/constants.d.ts +19 -0
- package/lib/slider/constants.js +23 -0
- package/lib/slider/custom-elements.json +17 -5
- package/lib/slider/custom-elements.md +9 -6
- package/lib/slider/elements/slider-marker.d.ts +49 -0
- package/lib/slider/elements/slider-marker.js +72 -0
- package/lib/slider/elements/slider.d.ts +508 -0
- package/lib/slider/elements/slider.js +1467 -0
- package/lib/slider/index.d.ts +2 -409
- package/lib/slider/index.js +2 -1195
- package/lib/slider/themes/ds/dark/index.js +3 -0
- package/lib/slider/themes/ds/light/index.js +3 -0
- package/lib/slider/themes/halo/dark/index.js +3 -3
- package/lib/slider/themes/halo/light/index.js +3 -3
- package/lib/slider/themes/solar/charcoal/index.js +3 -3
- package/lib/slider/themes/solar/pearl/index.js +3 -3
- package/lib/slider/utils.d.ts +27 -0
- package/lib/slider/utils.js +37 -0
- package/lib/sparkline/index.d.ts +6 -1
- package/lib/sparkline/index.js +8 -11
- package/lib/sparkline/themes/ds/dark/index.js +1 -0
- package/lib/sparkline/themes/ds/light/index.js +1 -0
- package/lib/sparkline/themes/halo/dark/index.js +1 -2
- package/lib/sparkline/themes/halo/light/index.js +1 -2
- package/lib/sparkline/themes/solar/charcoal/index.js +1 -2
- package/lib/sparkline/themes/solar/pearl/index.js +1 -2
- package/lib/swing-gauge/custom-elements.json +8 -4
- package/lib/swing-gauge/custom-elements.md +2 -2
- package/lib/swing-gauge/helpers.js +2 -2
- package/lib/swing-gauge/index.d.ts +26 -19
- package/lib/swing-gauge/index.js +95 -85
- package/lib/swing-gauge/themes/ds/dark/index.js +2 -0
- package/lib/swing-gauge/themes/ds/light/index.js +2 -0
- package/lib/swing-gauge/themes/halo/dark/index.js +2 -3
- package/lib/swing-gauge/themes/halo/light/index.js +2 -3
- package/lib/swing-gauge/themes/solar/charcoal/index.js +2 -3
- package/lib/swing-gauge/themes/solar/pearl/index.js +2 -3
- package/lib/swing-gauge/types.d.ts +1 -1
- package/lib/tab/custom-elements.json +1 -1
- package/lib/tab/custom-elements.md +3 -3
- package/lib/tab/index.d.ts +7 -2
- package/lib/tab/index.js +24 -30
- package/lib/tab/themes/ds/dark/index.js +3 -0
- package/lib/tab/themes/ds/light/index.js +3 -0
- package/lib/tab/themes/halo/dark/index.js +3 -4
- package/lib/tab/themes/halo/light/index.js +3 -4
- package/lib/tab/themes/solar/charcoal/index.js +3 -4
- package/lib/tab/themes/solar/pearl/index.js +3 -4
- package/lib/tab-bar/custom-elements.json +1 -1
- package/lib/tab-bar/custom-elements.md +3 -3
- package/lib/tab-bar/helpers/animate.js +1 -1
- package/lib/tab-bar/index.d.ts +19 -9
- package/lib/tab-bar/index.js +57 -36
- package/lib/tab-bar/themes/ds/dark/index.js +4 -0
- package/lib/tab-bar/themes/ds/light/index.js +4 -0
- package/lib/tab-bar/themes/halo/dark/index.js +4 -4
- package/lib/tab-bar/themes/halo/light/index.js +4 -4
- package/lib/tab-bar/themes/solar/charcoal/index.js +4 -4
- package/lib/tab-bar/themes/solar/pearl/index.js +4 -4
- package/lib/text-field/custom-elements.json +26 -23
- package/lib/text-field/custom-elements.md +11 -10
- package/lib/text-field/index.d.ts +35 -23
- package/lib/text-field/index.js +76 -80
- package/lib/text-field/themes/ds/dark/index.js +3 -0
- package/lib/text-field/themes/ds/light/index.js +3 -0
- package/lib/text-field/themes/halo/dark/index.js +3 -3
- package/lib/text-field/themes/halo/light/index.js +3 -3
- package/lib/text-field/themes/solar/charcoal/index.js +3 -3
- package/lib/text-field/themes/solar/pearl/index.js +3 -3
- package/lib/time-picker/custom-elements.json +47 -5
- package/lib/time-picker/custom-elements.md +21 -16
- package/lib/time-picker/index.d.ts +51 -9
- package/lib/time-picker/index.js +228 -131
- package/lib/time-picker/themes/ds/dark/index.js +4 -0
- package/lib/time-picker/themes/ds/light/index.js +4 -0
- package/lib/time-picker/themes/halo/dark/index.js +4 -4
- package/lib/time-picker/themes/halo/light/index.js +4 -4
- package/lib/time-picker/themes/solar/charcoal/index.js +4 -4
- package/lib/time-picker/themes/solar/pearl/index.js +4 -4
- package/lib/toggle/custom-elements.json +3 -3
- package/lib/toggle/custom-elements.md +10 -10
- package/lib/toggle/index.d.ts +15 -13
- package/lib/toggle/index.js +22 -36
- package/lib/toggle/themes/ds/dark/index.js +1 -0
- package/lib/toggle/themes/ds/light/index.js +1 -0
- package/lib/toggle/themes/halo/dark/index.js +1 -2
- package/lib/toggle/themes/halo/light/index.js +1 -2
- package/lib/toggle/themes/solar/charcoal/index.js +1 -2
- package/lib/toggle/themes/solar/pearl/index.js +1 -2
- package/lib/tooltip/elements/title-tooltip.js +2 -3
- package/lib/tooltip/elements/tooltip-element.d.ts +1 -2
- package/lib/tooltip/elements/tooltip-element.js +2 -2
- package/lib/tooltip/helpers/overflow-tooltip.d.ts +11 -4
- package/lib/tooltip/helpers/overflow-tooltip.js +34 -6
- package/lib/tooltip/helpers/renderer.d.ts +1 -1
- package/lib/tooltip/helpers/renderer.js +3 -3
- package/lib/tooltip/helpers/types.d.ts +10 -10
- package/lib/tooltip/index.d.ts +34 -28
- package/lib/tooltip/index.js +53 -49
- package/lib/tooltip/managers/tooltip-manager.d.ts +1 -1
- package/lib/tooltip/managers/tooltip-manager.js +4 -7
- package/lib/tooltip/themes/ds/dark/index.js +2 -0
- package/lib/tooltip/themes/ds/light/index.js +2 -0
- package/lib/tooltip/themes/halo/dark/index.js +2 -3
- package/lib/tooltip/themes/halo/light/index.js +2 -3
- package/lib/tooltip/themes/solar/charcoal/index.js +2 -3
- package/lib/tooltip/themes/solar/pearl/index.js +2 -3
- package/lib/tornado-chart/elements/tornado-chart.d.ts +10 -1
- package/lib/tornado-chart/elements/tornado-chart.js +11 -6
- package/lib/tornado-chart/elements/tornado-item.d.ts +7 -2
- package/lib/tornado-chart/elements/tornado-item.js +17 -16
- package/lib/tornado-chart/themes/ds/dark/index.js +4 -0
- package/lib/tornado-chart/themes/ds/light/index.js +4 -0
- package/lib/tornado-chart/themes/halo/dark/index.js +4 -6
- package/lib/tornado-chart/themes/halo/light/index.js +4 -6
- package/lib/tornado-chart/themes/solar/charcoal/index.js +4 -6
- package/lib/tornado-chart/themes/solar/pearl/index.js +4 -6
- package/lib/tree/custom-elements.json +14 -4
- package/lib/tree/custom-elements.md +13 -11
- package/lib/tree/elements/tree-item.d.ts +15 -6
- package/lib/tree/elements/tree-item.js +29 -29
- package/lib/tree/elements/tree.d.ts +22 -13
- package/lib/tree/elements/tree.js +98 -62
- package/lib/tree/helpers/filter.d.ts +1 -1
- package/lib/tree/helpers/filter.js +5 -6
- package/lib/tree/helpers/renderer.d.ts +7 -2
- package/lib/tree/helpers/renderer.js +40 -29
- package/lib/tree/helpers/types.d.ts +7 -2
- package/lib/tree/index.d.ts +4 -2
- package/lib/tree/index.js +2 -1
- package/lib/tree/managers/tree-manager.d.ts +75 -40
- package/lib/tree/managers/tree-manager.js +154 -79
- package/lib/tree/managers/tree-node.d.ts +141 -0
- package/lib/tree/managers/tree-node.js +215 -0
- package/lib/tree/themes/ds/dark/index.js +4 -0
- package/lib/tree/themes/ds/light/index.js +4 -0
- package/lib/tree/themes/halo/dark/index.js +4 -7
- package/lib/tree/themes/halo/light/index.js +4 -7
- package/lib/tree/themes/solar/charcoal/index.js +4 -7
- package/lib/tree/themes/solar/pearl/index.js +4 -7
- package/lib/tree-select/custom-elements.json +68 -9
- package/lib/tree-select/custom-elements.md +34 -17
- package/lib/tree-select/helpers/types.d.ts +2 -2
- package/lib/tree-select/index.d.ts +76 -29
- package/lib/tree-select/index.js +308 -186
- package/lib/tree-select/themes/ds/dark/index.js +11 -0
- package/lib/tree-select/themes/ds/light/index.js +11 -0
- package/lib/tree-select/themes/halo/dark/index.js +11 -11
- package/lib/tree-select/themes/halo/light/index.js +11 -11
- package/lib/tree-select/themes/solar/charcoal/index.js +11 -11
- package/lib/tree-select/themes/solar/pearl/index.js +11 -11
- package/lib/version.js +1 -1
- package/package.json +175 -36
- package/lib/chart/helpers/legend.d.ts +0 -5
- package/lib/chart/helpers/legend.js +0 -78
- package/lib/clock/utils/timestamps.d.ts +0 -6
- package/lib/clock/utils/timestamps.js +0 -6
- package/lib/list/helpers/list-renderer.d.ts +0 -9
- package/lib/list/helpers/list-renderer.js +0 -37
package/CHANGELOG.md
CHANGED
|
@@ -3,360 +3,802 @@
|
|
|
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
|
+
## [7.13.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.13.4...@refinitiv-ui/elements@7.13.5) (2024-09-23)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **tree, tree-select, combo-box:** apply filter when it's updated ([#1217](https://github.com/Refinitiv/refinitiv-ui/issues/1217)) ([3640760](https://github.com/Refinitiv/refinitiv-ui/commit/36407603d89cdf2cf22fd1ae4ee51f15f42aea9d))
|
|
11
|
+
|
|
12
|
+
## [7.13.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.13.3...@refinitiv-ui/elements@7.13.4) (2024-08-26)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **tree-select:** fix item interface doesn't sync with values ([#1206](https://github.com/Refinitiv/refinitiv-ui/issues/1206)) ([9691ff6](https://github.com/Refinitiv/refinitiv-ui/commit/9691ff6608f99af7ea47121c3f9325ea35b05e12))
|
|
17
|
+
|
|
18
|
+
## [7.13.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.13.2...@refinitiv-ui/elements@7.13.3) (2024-08-13)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- **slider:** sync emitted value and input value ([#1198](https://github.com/Refinitiv/refinitiv-ui/issues/1198)) ([59099f6](https://github.com/Refinitiv/refinitiv-ui/commit/59099f619d95565f0aba2c2467056936c8b1e6bf))
|
|
23
|
+
|
|
24
|
+
## [7.13.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.13.1...@refinitiv-ui/elements@7.13.2) (2024-07-30)
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
- **slider:** reflect to old value on empty input value ([#1195](https://github.com/Refinitiv/refinitiv-ui/issues/1195)) ([506ec73](https://github.com/Refinitiv/refinitiv-ui/commit/506ec73f8b588fbd9862497b58a7727a1adbc9f9))
|
|
29
|
+
|
|
30
|
+
## [7.13.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.13.0...@refinitiv-ui/elements@7.13.1) (2024-07-15)
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
- **card:** expand body instead of header and footer ([#1194](https://github.com/Refinitiv/refinitiv-ui/issues/1194)) ([160784e](https://github.com/Refinitiv/refinitiv-ui/commit/160784ecd8b649c00379cfae9e06f725dd9f68f5))
|
|
35
|
+
|
|
36
|
+
# [7.13.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.12.2...@refinitiv-ui/elements@7.13.0) (2024-07-01)
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
- **form-field:** introduce clears api to Form field elements ([#1167](https://github.com/Refinitiv/refinitiv-ui/issues/1167)) ([71ce6db](https://github.com/Refinitiv/refinitiv-ui/commit/71ce6dbafaf888a30999b9584d1927dc5676a235))
|
|
41
|
+
|
|
42
|
+
## [7.12.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.12.1...@refinitiv-ui/elements@7.12.2) (2024-06-24)
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
- **slider:** resolve missing thumb reference when from and to are initially equal ([#1178](https://github.com/Refinitiv/refinitiv-ui/issues/1178)) ([b7a72f3](https://github.com/Refinitiv/refinitiv-ui/commit/b7a72f3f3155fc80e2a6d2ef64cc6a3b4f71523b))
|
|
47
|
+
|
|
48
|
+
## [7.12.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.12.0...@refinitiv-ui/elements@7.12.1) (2024-06-17)
|
|
49
|
+
|
|
50
|
+
### Bug Fixes
|
|
51
|
+
|
|
52
|
+
- **datetime-picker:** incorrect value with 2 digits year format ([#1174](https://github.com/Refinitiv/refinitiv-ui/issues/1174)) ([902181f](https://github.com/Refinitiv/refinitiv-ui/commit/902181f995774fe002149c17ee3167846e44f85e))
|
|
53
|
+
|
|
54
|
+
# [7.12.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.11.1...@refinitiv-ui/elements@7.12.0) (2024-06-10)
|
|
55
|
+
|
|
56
|
+
### Features
|
|
57
|
+
|
|
58
|
+
- **time-picker:** add build-in validation for partial input value ([#1165](https://github.com/Refinitiv/refinitiv-ui/issues/1165)) ([bb43ab7](https://github.com/Refinitiv/refinitiv-ui/commit/bb43ab7b5c718d7d7ae5b4f18bc4eaf3857ee5a6))
|
|
59
|
+
- **tree:** enable custom filter of query ([#1169](https://github.com/Refinitiv/refinitiv-ui/issues/1169)) ([c9ef6b6](https://github.com/Refinitiv/refinitiv-ui/commit/c9ef6b68683f95f31550d6371b8d0f05613f96cd))
|
|
60
|
+
|
|
61
|
+
## [7.11.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.11.0...@refinitiv-ui/elements@7.11.1) (2024-05-20)
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
|
|
65
|
+
- **chart:** fix gridlines colors ([#1161](https://github.com/Refinitiv/refinitiv-ui/issues/1161)) ([b59da6d](https://github.com/Refinitiv/refinitiv-ui/commit/b59da6d962d1e8026391df53c76c0fb1549738ca))
|
|
66
|
+
- **datetime-picker:** fix changing format doesn't sync to input ([#1164](https://github.com/Refinitiv/refinitiv-ui/issues/1164)) ([f63decc](https://github.com/Refinitiv/refinitiv-ui/commit/f63decc53ba9941bdc26b8ea432ca62525135111))
|
|
67
|
+
|
|
68
|
+
# [7.11.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.10.10...@refinitiv-ui/elements@7.11.0) (2024-05-07)
|
|
69
|
+
|
|
70
|
+
### Features
|
|
71
|
+
|
|
72
|
+
- **tree, tree-select:** introducing new Tree Manager APIs and Tree Node ([#1149](https://github.com/Refinitiv/refinitiv-ui/issues/1149)) ([1dbe3f5](https://github.com/Refinitiv/refinitiv-ui/commit/1dbe3f570f4cf45cc9b3407426aa94a48cc03033)), closes [#1136](https://github.com/Refinitiv/refinitiv-ui/issues/1136) [#1134](https://github.com/Refinitiv/refinitiv-ui/issues/1134) [#1133](https://github.com/Refinitiv/refinitiv-ui/issues/1133) [#1145](https://github.com/Refinitiv/refinitiv-ui/issues/1145) [#1135](https://github.com/Refinitiv/refinitiv-ui/issues/1135)
|
|
73
|
+
|
|
74
|
+
## [7.10.10](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.10.9...@refinitiv-ui/elements@7.10.10) (2024-04-30)
|
|
75
|
+
|
|
76
|
+
### Bug Fixes
|
|
77
|
+
|
|
78
|
+
- **icon, flag, utils:** resolve performance issue when rendering a lot of icons ([#1147](https://github.com/Refinitiv/refinitiv-ui/issues/1147)) ([d590e31](https://github.com/Refinitiv/refinitiv-ui/commit/d590e31af3946e69b004dd7a930fffbfae9ac702))
|
|
79
|
+
|
|
80
|
+
## [7.10.9](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.10.8...@refinitiv-ui/elements@7.10.9) (2024-04-01)
|
|
81
|
+
|
|
82
|
+
### Bug Fixes
|
|
83
|
+
|
|
84
|
+
- **tooltip:** handle body removal ([#1126](https://github.com/Refinitiv/refinitiv-ui/issues/1126)) ([1f00360](https://github.com/Refinitiv/refinitiv-ui/commit/1f00360f79c154d41295c0807536cdd0aa13efeb))
|
|
85
|
+
|
|
86
|
+
## [7.10.8](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.10.7...@refinitiv-ui/elements@7.10.8) (2024-03-18)
|
|
87
|
+
|
|
88
|
+
### Bug Fixes
|
|
89
|
+
|
|
90
|
+
- **list, combobox, tree:** fix EvalError with CSP on renderer ([#1115](https://github.com/Refinitiv/refinitiv-ui/issues/1115)) ([8dffb10](https://github.com/Refinitiv/refinitiv-ui/commit/8dffb102a04f262f82f6da5a590b5207deded9e6))
|
|
91
|
+
|
|
92
|
+
## [7.10.7](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.10.6...@refinitiv-ui/elements@7.10.7) (2024-03-12)
|
|
93
|
+
|
|
94
|
+
### Bug Fixes
|
|
95
|
+
|
|
96
|
+
- **datetime-picker:** validate values for weekendsonly and weekdaysonly ([#1117](https://github.com/Refinitiv/refinitiv-ui/issues/1117)) ([0898814](https://github.com/Refinitiv/refinitiv-ui/commit/089881482effc70cf9e2b47f3148b44140ce37a2))
|
|
97
|
+
|
|
98
|
+
## [7.10.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.10.5...@refinitiv-ui/elements@7.10.6) (2024-02-27)
|
|
7
99
|
|
|
8
100
|
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
9
101
|
|
|
102
|
+
## [7.10.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.10.4...@refinitiv-ui/elements@7.10.5) (2024-02-19)
|
|
10
103
|
|
|
104
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
105
|
+
|
|
106
|
+
## [7.10.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.10.3...@refinitiv-ui/elements@7.10.4) (2024-02-12)
|
|
11
107
|
|
|
108
|
+
### Bug Fixes
|
|
12
109
|
|
|
110
|
+
- **collapse:** update focus style to align with halo design ([#1094](https://github.com/Refinitiv/refinitiv-ui/issues/1094)) ([e850e11](https://github.com/Refinitiv/refinitiv-ui/commit/e850e11de0289ee72d583d4783257d9675d3905b))
|
|
111
|
+
- **datetime-picker:** cannot be used with label with aria-label, aria-labelledby and label ([#1079](https://github.com/Refinitiv/refinitiv-ui/issues/1079)) ([a2fad80](https://github.com/Refinitiv/refinitiv-ui/commit/a2fad801e99f6d8271e99e95822964b7987eec17)), closes [#1097](https://github.com/Refinitiv/refinitiv-ui/issues/1097)
|
|
13
112
|
|
|
14
|
-
## [
|
|
113
|
+
## [7.10.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.10.2...@refinitiv-ui/elements@7.10.3) (2024-01-22)
|
|
114
|
+
|
|
115
|
+
### Bug Fixes
|
|
116
|
+
|
|
117
|
+
- **autosuggest:** incorrect mark style ([#1066](https://github.com/Refinitiv/refinitiv-ui/issues/1066)) ([080d079](https://github.com/Refinitiv/refinitiv-ui/commit/080d079c93507aea03a469f1b333d342b065ca6b))
|
|
118
|
+
- **notification:** remove window error event listener ([#1073](https://github.com/Refinitiv/refinitiv-ui/issues/1073)) ([d11e0af](https://github.com/Refinitiv/refinitiv-ui/commit/d11e0afd723f170551720e79e7d6bf1e4eee8430))
|
|
119
|
+
|
|
120
|
+
## [7.10.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.10.1...@refinitiv-ui/elements@7.10.2) (2024-01-15)
|
|
15
121
|
|
|
16
122
|
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
17
123
|
|
|
124
|
+
## [7.10.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.10.0...@refinitiv-ui/elements@7.10.1) (2024-01-02)
|
|
18
125
|
|
|
126
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
19
127
|
|
|
128
|
+
# [7.10.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.9.1...@refinitiv-ui/elements@7.10.0) (2023-12-12)
|
|
20
129
|
|
|
130
|
+
### Bug Fixes
|
|
21
131
|
|
|
22
|
-
|
|
132
|
+
- **combo-box:** cannot set value in free text when data is empty ([#1046](https://github.com/Refinitiv/refinitiv-ui/issues/1046)) ([abdc6fc](https://github.com/Refinitiv/refinitiv-ui/commit/abdc6fca9c5f0991d0fdc69697624fabcdb81cdb))
|
|
133
|
+
- resolve SonarCloud findings ([#1020](https://github.com/Refinitiv/refinitiv-ui/issues/1020)) ([81f65f9](https://github.com/Refinitiv/refinitiv-ui/commit/81f65f90f7c2fb69bbf68ec9e0d1f672618ff734))
|
|
134
|
+
- voiceover and safari does not annouce selected value ([#1025](https://github.com/Refinitiv/refinitiv-ui/issues/1025)) ([21a946d](https://github.com/Refinitiv/refinitiv-ui/commit/21a946dfd2e509611364cca4748070b7baedf4dc))
|
|
135
|
+
|
|
136
|
+
### Features
|
|
23
137
|
|
|
138
|
+
- **datetime-picker:** cascade custom cell slot to calendar ([#1037](https://github.com/Refinitiv/refinitiv-ui/issues/1037)) ([a558478](https://github.com/Refinitiv/refinitiv-ui/commit/a55847877f11a8e4d4cf8dae7a8bb97e8d0eb968))
|
|
139
|
+
- **slider:** support custom label ([#1021](https://github.com/Refinitiv/refinitiv-ui/issues/1021)) ([e2004dd](https://github.com/Refinitiv/refinitiv-ui/commit/e2004ddd95be2c62f9957fd6465c18c68f879042)), closes [#1022](https://github.com/Refinitiv/refinitiv-ui/issues/1022)
|
|
140
|
+
|
|
141
|
+
## [7.9.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.9.0...@refinitiv-ui/elements@7.9.1) (2023-11-13)
|
|
24
142
|
|
|
25
143
|
### Bug Fixes
|
|
26
144
|
|
|
27
|
-
|
|
28
|
-
* **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))
|
|
145
|
+
- **time-picker:** remove pre-populate value ([#995](https://github.com/Refinitiv/refinitiv-ui/issues/995)) ([afe008c](https://github.com/Refinitiv/refinitiv-ui/commit/afe008c1059031d28f6a6c6cff79caf8f301acaa))
|
|
29
146
|
|
|
147
|
+
# [7.9.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.8.0...@refinitiv-ui/elements@7.9.0) (2023-11-06)
|
|
30
148
|
|
|
31
149
|
### Features
|
|
32
150
|
|
|
33
|
-
|
|
34
|
-
* **collapse:** accessibility support ([#203](https://github.com/Refinitiv/refinitiv-ui/issues/203)) ([12ae2f7](https://github.com/Refinitiv/refinitiv-ui/commit/12ae2f7fe036d0351e69f5daca4369fae4097917))
|
|
35
|
-
* **collapse:** add accessibility support ([#161](https://github.com/Refinitiv/refinitiv-ui/issues/161)) ([158f031](https://github.com/Refinitiv/refinitiv-ui/commit/158f0317dd4df9ab76e1bd27d4aa02151787c252))
|
|
151
|
+
- **core, elements:** custom validation for form fields ([#996](https://github.com/Refinitiv/refinitiv-ui/issues/996)) ([b8655a2](https://github.com/Refinitiv/refinitiv-ui/commit/b8655a2d2ea42aa16767ba1bd8b5ce9c67912f36))
|
|
36
152
|
|
|
153
|
+
# [7.8.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.7.0...@refinitiv-ui/elements@7.8.0) (2023-10-31)
|
|
37
154
|
|
|
38
|
-
###
|
|
155
|
+
### Bug Fixes
|
|
39
156
|
|
|
40
|
-
|
|
157
|
+
- **list:** `selectItem()` should always require a param ([#998](https://github.com/Refinitiv/refinitiv-ui/issues/998)) ([fef8e56](https://github.com/Refinitiv/refinitiv-ui/commit/fef8e56e9187f4b0a49962a4cd87defcdc02f103))
|
|
158
|
+
- update `@trivago/prettier-plugin-sort-imports` to fix babel vulnerable to arbitrary code execution ([#1002](https://github.com/Refinitiv/refinitiv-ui/issues/1002)) ([e96385f](https://github.com/Refinitiv/refinitiv-ui/commit/e96385f652d8e2a8c3f6dffc952fecd718c9d033))
|
|
41
159
|
|
|
160
|
+
### Features
|
|
42
161
|
|
|
162
|
+
- adding `type=module` to `package.json` ([#974](https://github.com/Refinitiv/refinitiv-ui/issues/974)) ([9bf21dc](https://github.com/Refinitiv/refinitiv-ui/commit/9bf21dc05cb7ed93e1d14e797c1bf6af85b659d3)), closes [#985](https://github.com/Refinitiv/refinitiv-ui/issues/985)
|
|
43
163
|
|
|
164
|
+
# [7.7.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.6.2...@refinitiv-ui/elements@7.7.0) (2023-10-24)
|
|
44
165
|
|
|
166
|
+
### Bug Fixes
|
|
45
167
|
|
|
46
|
-
|
|
168
|
+
- `ITimeScaleApi` type errors in `lightweight-charts` to 4.1.0 ([#989](https://github.com/Refinitiv/refinitiv-ui/issues/989)) ([ece42d8](https://github.com/Refinitiv/refinitiv-ui/commit/ece42d8f912634cbded0961072ed9430a45bd527))
|
|
169
|
+
- **password-field, phrasebook:** improve show password announcement ([#962](https://github.com/Refinitiv/refinitiv-ui/issues/962)) ([4b6dcdc](https://github.com/Refinitiv/refinitiv-ui/commit/4b6dcdc23b4cc0f9dd7fe9e2df5314960ad65b07))
|
|
170
|
+
|
|
171
|
+
### Features
|
|
172
|
+
|
|
173
|
+
- **number-field:** support long press at spinner ([#983](https://github.com/Refinitiv/refinitiv-ui/issues/983)) ([606660d](https://github.com/Refinitiv/refinitiv-ui/commit/606660db06a265fe63a2dcf5e82ec1ec2e2c8ab5))
|
|
174
|
+
|
|
175
|
+
## [7.6.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.6.1...@refinitiv-ui/elements@7.6.2) (2023-10-09)
|
|
176
|
+
|
|
177
|
+
### Bug Fixes
|
|
47
178
|
|
|
179
|
+
- **overlay-menu:** missing nested items property ([#982](https://github.com/Refinitiv/refinitiv-ui/issues/982)) ([bac94cb](https://github.com/Refinitiv/refinitiv-ui/commit/bac94cbb39f5a2dde2046c385020941a2d35317e))
|
|
180
|
+
|
|
181
|
+
## [7.6.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.6.0...@refinitiv-ui/elements@7.6.1) (2023-10-02)
|
|
182
|
+
|
|
183
|
+
### Bug Fixes
|
|
184
|
+
|
|
185
|
+
- **list, tree:** stateless list and tree should have `aria-readonly`="true" ([#971](https://github.com/Refinitiv/refinitiv-ui/issues/971)) ([6856c0f](https://github.com/Refinitiv/refinitiv-ui/commit/6856c0fdff5e7165f8c07e99865ebfdc7f190558))
|
|
186
|
+
- **tree:** parent label can't expand/collapse in stateless mode ([#967](https://github.com/Refinitiv/refinitiv-ui/issues/967)) ([74f9877](https://github.com/Refinitiv/refinitiv-ui/commit/74f9877b8643e49059f4e35a141b4a892f17cd86))
|
|
187
|
+
|
|
188
|
+
# [7.6.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.5.0...@refinitiv-ui/elements@7.6.0) (2023-09-25)
|
|
189
|
+
|
|
190
|
+
### Bug Fixes
|
|
191
|
+
|
|
192
|
+
- **interactive-chart:** invalid legend render when add new seriesList ([#954](https://github.com/Refinitiv/refinitiv-ui/issues/954)) ([f8706b6](https://github.com/Refinitiv/refinitiv-ui/commit/f8706b6da7ad5c49b6abbadce853c339bd5a77b8))
|
|
193
|
+
- **tree-select:** show invalid values when click on cancel button on selected view ([#964](https://github.com/Refinitiv/refinitiv-ui/issues/964)) ([49302bc](https://github.com/Refinitiv/refinitiv-ui/commit/49302bc1af0edec984e77083cdcdb31ba068c0c8))
|
|
48
194
|
|
|
49
195
|
### Features
|
|
50
196
|
|
|
51
|
-
|
|
197
|
+
- **calendar:** introduce before-cell-render event ([#926](https://github.com/Refinitiv/refinitiv-ui/issues/926)) ([ff2164f](https://github.com/Refinitiv/refinitiv-ui/commit/ff2164f5794d874064f167c363a476fe7a3836e1))
|
|
52
198
|
|
|
199
|
+
# [7.5.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.4.0...@refinitiv-ui/elements@7.5.0) (2023-09-18)
|
|
53
200
|
|
|
201
|
+
### Bug Fixes
|
|
54
202
|
|
|
203
|
+
- **slider:** incorrect updating `to` value ([#938](https://github.com/Refinitiv/refinitiv-ui/issues/938)) ([8479abc](https://github.com/Refinitiv/refinitiv-ui/commit/8479abc828571e06379b5f389058f60d5ba8443b))
|
|
204
|
+
- **slider:** number field not revalidate when error state changes ([#942](https://github.com/Refinitiv/refinitiv-ui/issues/942)) ([5fc64a6](https://github.com/Refinitiv/refinitiv-ui/commit/5fc64a6ac21cdbbf820ae97de04ec19443755e50))
|
|
55
205
|
|
|
206
|
+
### Features
|
|
56
207
|
|
|
57
|
-
|
|
208
|
+
- **fields:** improve validation consistency for field elements ([#937](https://github.com/Refinitiv/refinitiv-ui/issues/937)) ([d58051c](https://github.com/Refinitiv/refinitiv-ui/commit/d58051c0b4d3508ac55d223299fd8bf267458ddf))
|
|
209
|
+
- **utils:** add `selectedAt` property to `DataItem` interface ([4d69419](https://github.com/Refinitiv/refinitiv-ui/commit/4d69419107d8ed8dd554cb7cf0ecadd327d02f18))
|
|
210
|
+
|
|
211
|
+
# [7.4.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.3.2...@refinitiv-ui/elements@7.4.0) (2023-09-11)
|
|
212
|
+
|
|
213
|
+
### Features
|
|
214
|
+
|
|
215
|
+
- **calendar:** custom cell content ([#928](https://github.com/Refinitiv/refinitiv-ui/issues/928)) ([ce8ec58](https://github.com/Refinitiv/refinitiv-ui/commit/ce8ec5859f503af45750f9838b809a1a2db2365e))
|
|
216
|
+
- **number-field:** add new event step-up and step-down ([#906](https://github.com/Refinitiv/refinitiv-ui/issues/906)) ([75ec298](https://github.com/Refinitiv/refinitiv-ui/commit/75ec298d646913b645e3057160bdb664f298ba3d))
|
|
217
|
+
|
|
218
|
+
## [7.3.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.3.1...@refinitiv-ui/elements@7.3.2) (2023-09-04)
|
|
219
|
+
|
|
220
|
+
### Bug Fixes
|
|
221
|
+
|
|
222
|
+
- **number-field:** stepUp/stepDown not fire input event ([#921](https://github.com/Refinitiv/refinitiv-ui/issues/921)) ([e89e124](https://github.com/Refinitiv/refinitiv-ui/commit/e89e124461cc101bd065fd6262cab64c484d50dc))
|
|
58
223
|
|
|
224
|
+
## [7.3.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.3.0...@refinitiv-ui/elements@7.3.1) (2023-08-28)
|
|
59
225
|
|
|
60
226
|
### Bug Fixes
|
|
61
227
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
* **radio-button:** `Enter` key should not check or uncheck radio-button ([145f7bf](https://github.com/Refinitiv/refinitiv-ui/commit/145f7bfc15fe72e95d0719eaa6d691f09fd8a03c))
|
|
65
|
-
* **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))
|
|
228
|
+
- **slider:** display and initial to value incorrectly ([#913](https://github.com/Refinitiv/refinitiv-ui/issues/913)) ([799e8b0](https://github.com/Refinitiv/refinitiv-ui/commit/799e8b075b9b7b45bfbdce7ff93030caa4d6948e))
|
|
229
|
+
- **slider:** page freeze when from/to overflow max value ([#916](https://github.com/Refinitiv/refinitiv-ui/issues/916)) ([58ec700](https://github.com/Refinitiv/refinitiv-ui/commit/58ec7001766e219faf169abf6d2b48e94bbe4294))
|
|
66
230
|
|
|
231
|
+
### Reverts
|
|
67
232
|
|
|
233
|
+
- Revert "refactor(tree-select): values order by sequential selection (#919)" (#923) ([b007748](https://github.com/Refinitiv/refinitiv-ui/commit/b0077481bdc8b9535b911d2be63877b02b6142c4)), closes [#919](https://github.com/Refinitiv/refinitiv-ui/issues/919) [#923](https://github.com/Refinitiv/refinitiv-ui/issues/923)
|
|
68
234
|
|
|
235
|
+
# [7.3.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.2.2...@refinitiv-ui/elements@7.3.0) (2023-08-21)
|
|
69
236
|
|
|
237
|
+
### Bug Fixes
|
|
70
238
|
|
|
71
|
-
|
|
239
|
+
- add packages list to lerna config for blackduck scanning ([#897](https://github.com/Refinitiv/refinitiv-ui/issues/897)) ([8ac2f2f](https://github.com/Refinitiv/refinitiv-ui/commit/8ac2f2f3159415792e85a8036ed84be92663712e))
|
|
72
240
|
|
|
241
|
+
### Features
|
|
242
|
+
|
|
243
|
+
- **slider:** add input event ([#888](https://github.com/Refinitiv/refinitiv-ui/issues/888)) ([80f743a](https://github.com/Refinitiv/refinitiv-ui/commit/80f743a68a71dfbeff80d6828f832618ce1dc1e9))
|
|
244
|
+
- **tree-select:** add max property ([#907](https://github.com/Refinitiv/refinitiv-ui/issues/907)) ([441e424](https://github.com/Refinitiv/refinitiv-ui/commit/441e4242068cf86d133850201eb8532e09c388c1))
|
|
245
|
+
|
|
246
|
+
## [7.2.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.2.1...@refinitiv-ui/elements@7.2.2) (2023-08-11)
|
|
73
247
|
|
|
74
248
|
### Bug Fixes
|
|
75
249
|
|
|
76
|
-
|
|
77
|
-
* **pagiantion:** convert prop toString in setter ([3c32ee9](https://github.com/Refinitiv/refinitiv-ui/commit/3c32ee95a237180da6e2449eb654b749de2340c9))
|
|
78
|
-
* **pagination:** add missing feature blur to set page from the input ([f6ff2e1](https://github.com/Refinitiv/refinitiv-ui/commit/f6ff2e14509627119d8d3e22c8c2005fae81ef0c))
|
|
79
|
-
* **pagination:** getter in internal will retrigger incorrect warning message ([e506885](https://github.com/Refinitiv/refinitiv-ui/commit/e50688509bc668be4592d0be73df891ffd139208))
|
|
80
|
-
* **pagination:** max limit does not work ([715956e](https://github.com/Refinitiv/refinitiv-ui/commit/715956e4936f4a7b219c8d06ce755e7cbf43b755))
|
|
81
|
-
* **pagination:** remove warning when set correct type value ([235b46b](https://github.com/Refinitiv/refinitiv-ui/commit/235b46b3306a1833515858ae421bd53942fe8242))
|
|
82
|
-
* **pagination:** tab on the input to set a value ([675f4d6](https://github.com/Refinitiv/refinitiv-ui/commit/675f4d6039d0a391d34e946e42abf596b5f17e1b))
|
|
83
|
-
* **pagination:** the input does not get disable state from the root ([6603949](https://github.com/Refinitiv/refinitiv-ui/commit/6603949d2cce1eb0c5b59f727b3c8a5273fb67a8))
|
|
250
|
+
- **icon:** change sprite cdn domain ([#891](https://github.com/Refinitiv/refinitiv-ui/issues/891)) ([cb62df3](https://github.com/Refinitiv/refinitiv-ui/commit/cb62df332d8442906b4d8d71c17f4c5cc4f9b075))
|
|
84
251
|
|
|
252
|
+
## [7.2.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.2.0...@refinitiv-ui/elements@7.2.1) (2023-08-07)
|
|
253
|
+
|
|
254
|
+
### Bug Fixes
|
|
255
|
+
|
|
256
|
+
- **chart:** use single color on bar and bubble chart ([#882](https://github.com/Refinitiv/refinitiv-ui/issues/882)) ([3adb28d](https://github.com/Refinitiv/refinitiv-ui/commit/3adb28def9dd2e5a2e9ab8be5c36f9384251dc45))
|
|
257
|
+
- **interactive-chart:** replace priceScale config with left and right priceScale due to api changed ([#875](https://github.com/Refinitiv/refinitiv-ui/issues/875)) ([a3310c1](https://github.com/Refinitiv/refinitiv-ui/commit/a3310c14a2f84f51b655ea3591f24084fca6e849))
|
|
258
|
+
- **interactive-chart:** wrong legend color on candlestick chart ([#874](https://github.com/Refinitiv/refinitiv-ui/issues/874)) ([710f8e9](https://github.com/Refinitiv/refinitiv-ui/commit/710f8e96bc27bc6715c038b20fd25c38f37287ee))
|
|
259
|
+
- **notification:** `info`, `confirm`, `warn`, `error` duration should be optional ([#873](https://github.com/Refinitiv/refinitiv-ui/issues/873)) ([207808c](https://github.com/Refinitiv/refinitiv-ui/commit/207808cd2191bec53cdaa03becf60a1a8e3bfe14))
|
|
260
|
+
|
|
261
|
+
# [7.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.1.0...@refinitiv-ui/elements@7.2.0) (2023-07-31)
|
|
262
|
+
|
|
263
|
+
### Bug Fixes
|
|
264
|
+
|
|
265
|
+
- **heatmap:** `HeatmapCell` properties other than `value` should be optional ([#866](https://github.com/Refinitiv/refinitiv-ui/issues/866)) ([c27d3d6](https://github.com/Refinitiv/refinitiv-ui/commit/c27d3d6a004f897a0d8c037899514c9fe154a21c))
|
|
266
|
+
- **number-field:** add aria-valuetext to prevent VO announce % ([e127ccb](https://github.com/Refinitiv/refinitiv-ui/commit/e127ccb403f2dc1795f25a24f41ac293f701647e))
|
|
85
267
|
|
|
86
268
|
### Features
|
|
87
269
|
|
|
88
|
-
|
|
270
|
+
- **interactive-chart:** change chart instance access modifier to public ([88ed541](https://github.com/Refinitiv/refinitiv-ui/commit/88ed541212f494877678213f9d8a68c0c8fa0b2c))
|
|
271
|
+
- **tooltip:** add data-tooltip alias for tooltip attribute ([#859](https://github.com/Refinitiv/refinitiv-ui/issues/859)) ([3d2a333](https://github.com/Refinitiv/refinitiv-ui/commit/3d2a333f28afacbac353d344beae5fa6c52f61db))
|
|
272
|
+
|
|
273
|
+
# [7.1.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.0.2...@refinitiv-ui/elements@7.1.0) (2023-07-25)
|
|
274
|
+
|
|
275
|
+
### Bug Fixes
|
|
89
276
|
|
|
277
|
+
- **chart:** font doesn't update after font loaded ([#832](https://github.com/Refinitiv/refinitiv-ui/issues/832)) ([ff64371](https://github.com/Refinitiv/refinitiv-ui/commit/ff64371b292955f980c1bb8e1189afdf23702534))
|
|
278
|
+
- **datetime-picker:** allow user to clear invalid value in input ([#847](https://github.com/Refinitiv/refinitiv-ui/issues/847)) ([30334e5](https://github.com/Refinitiv/refinitiv-ui/commit/30334e55d7001e33175ddcb7a3b612be1dd1121a))
|
|
279
|
+
- **datetime-picker:** prevent view change when either from/to has been selected ([#841](https://github.com/Refinitiv/refinitiv-ui/issues/841)) ([4f92738](https://github.com/Refinitiv/refinitiv-ui/commit/4f92738c381ea13d799fa8767bb3e6b99442fc01))
|
|
90
280
|
|
|
281
|
+
### Features
|
|
91
282
|
|
|
283
|
+
- **interactive-chart:** migrate interactive chart api ([#840](https://github.com/Refinitiv/refinitiv-ui/issues/840)) ([94ffcae](https://github.com/Refinitiv/refinitiv-ui/commit/94ffcae24302e3bcf53cb9ec86e1d6562ccb4ee4))
|
|
92
284
|
|
|
285
|
+
## [7.0.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.0.1...@refinitiv-ui/elements@7.0.2) (2023-07-19)
|
|
93
286
|
|
|
94
|
-
|
|
287
|
+
### Bug Fixes
|
|
95
288
|
|
|
96
|
-
**
|
|
289
|
+
- **notification,toggle:** make user-select overridable ([#835](https://github.com/Refinitiv/refinitiv-ui/issues/835)) ([011130e](https://github.com/Refinitiv/refinitiv-ui/commit/011130e76341ec362cbd86b7dd93f2d77464ce64))
|
|
97
290
|
|
|
291
|
+
## [7.0.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.0.0...@refinitiv-ui/elements@7.0.1) (2023-07-17)
|
|
98
292
|
|
|
293
|
+
### Bug Fixes
|
|
99
294
|
|
|
295
|
+
- **chart:** wrong type on onRenderLabel ([#820](https://github.com/Refinitiv/refinitiv-ui/issues/820)) ([29a0e44](https://github.com/Refinitiv/refinitiv-ui/commit/29a0e44993c54bcff0279eb11a9a7dcfb755cbc2))
|
|
296
|
+
- flag attribute not reflecting when set through property ([#822](https://github.com/Refinitiv/refinitiv-ui/issues/822)) ([c6cb02a](https://github.com/Refinitiv/refinitiv-ui/commit/c6cb02a744e16fd2f3f356fcc6f66325c9245118))
|
|
297
|
+
- **interactive-chart:** export chart interface ([#812](https://github.com/Refinitiv/refinitiv-ui/issues/812)) ([7ec5eab](https://github.com/Refinitiv/refinitiv-ui/commit/7ec5eabffc82e5a4866f9de7662b4d3d69e2640b))
|
|
100
298
|
|
|
299
|
+
# [7.0.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.8...@refinitiv-ui/elements@7.0.0) (2023-06-30)
|
|
101
300
|
|
|
102
|
-
|
|
301
|
+
### Bug Fixes
|
|
103
302
|
|
|
303
|
+
- **chart:** fix radar scale backdrop to be false ([#746](https://github.com/Refinitiv/refinitiv-ui/issues/746)) ([fd978fd](https://github.com/Refinitiv/refinitiv-ui/commit/fd978fd6613becd4513cac83be0c3e4e69cdb98e))
|
|
304
|
+
- **chart:** fix support donut by bare style ([#732](https://github.com/Refinitiv/refinitiv-ui/issues/732)) ([eef722f](https://github.com/Refinitiv/refinitiv-ui/commit/eef722fb893d7411dbbb06cc740fdeb6805be353))
|
|
305
|
+
- incorrect skip firefox ([9d403ec](https://github.com/Refinitiv/refinitiv-ui/commit/9d403ec998d4dc85b69a8f4fde799c455d976e66))
|
|
104
306
|
|
|
105
307
|
### Features
|
|
106
308
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
309
|
+
- **chart:** create bare entrypoint to reduce bundle size ([#687](https://github.com/Refinitiv/refinitiv-ui/issues/687)) ([7facd35](https://github.com/Refinitiv/refinitiv-ui/commit/7facd356dc2523fc492487f1a66956518350117c)), closes [#691](https://github.com/Refinitiv/refinitiv-ui/issues/691) [#642](https://github.com/Refinitiv/refinitiv-ui/issues/642) [#602](https://github.com/Refinitiv/refinitiv-ui/issues/602) [#655](https://github.com/Refinitiv/refinitiv-ui/issues/655) [#666](https://github.com/Refinitiv/refinitiv-ui/issues/666)
|
|
310
|
+
- **icon, flag:** updateComplete resolves after svg is ready ([#686](https://github.com/Refinitiv/refinitiv-ui/issues/686)) ([9f41875](https://github.com/Refinitiv/refinitiv-ui/commit/9f41875030df7b95a034c9d85f8d38c695af7ec6))
|
|
311
|
+
- **icon:** change element to load svg sprite icon by default ([#758](https://github.com/Refinitiv/refinitiv-ui/issues/758)) ([7b8f8ff](https://github.com/Refinitiv/refinitiv-ui/commit/7b8f8ff611b82a096ec6200c0626704ff3d96bbc))
|
|
312
|
+
- remove alias ([#538](https://github.com/Refinitiv/refinitiv-ui/issues/538)) ([8b56678](https://github.com/Refinitiv/refinitiv-ui/commit/8b56678caf3932584b9004e33d5949de954c6ebc))
|
|
313
|
+
- remove ie specific styles ([#600](https://github.com/Refinitiv/refinitiv-ui/issues/600)) ([ec63e0c](https://github.com/Refinitiv/refinitiv-ui/commit/ec63e0c225a72b210da8b98abc2ca7ff5f26b471))
|
|
314
|
+
- remove ShadyCSS and update matches to use native API ([#525](https://github.com/Refinitiv/refinitiv-ui/issues/525)) ([cc85390](https://github.com/Refinitiv/refinitiv-ui/commit/cc85390ae8041be8ce42ac3f45e6943d66ac2058))
|
|
315
|
+
- **utils:** add local cache ([#412](https://github.com/Refinitiv/refinitiv-ui/issues/412)) ([785cfd2](https://github.com/Refinitiv/refinitiv-ui/commit/785cfd285ba2535c7487a1674bae4e496f173a28))
|
|
111
316
|
|
|
317
|
+
## [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)
|
|
112
318
|
|
|
319
|
+
### Bug Fixes
|
|
113
320
|
|
|
114
|
-
|
|
321
|
+
- **number-field:** fix invalid regex ([#772](https://github.com/Refinitiv/refinitiv-ui/issues/772)) ([6af37fb](https://github.com/Refinitiv/refinitiv-ui/commit/6af37fb95bae9b194fdb3f4a6436b5a4a1048fca))
|
|
322
|
+
- **select:** change role to be combobox ([#777](https://github.com/Refinitiv/refinitiv-ui/issues/777)) ([5a89914](https://github.com/Refinitiv/refinitiv-ui/commit/5a8991410bc0c52f9919cb009a93b0e895de1ede))
|
|
323
|
+
|
|
324
|
+
## [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)
|
|
325
|
+
|
|
326
|
+
### Bug Fixes
|
|
327
|
+
|
|
328
|
+
- **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))
|
|
329
|
+
|
|
330
|
+
## [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)
|
|
331
|
+
|
|
332
|
+
### Bug Fixes
|
|
333
|
+
|
|
334
|
+
- **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))
|
|
335
|
+
- **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))
|
|
336
|
+
|
|
337
|
+
## [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)
|
|
115
338
|
|
|
116
339
|
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
117
340
|
|
|
341
|
+
## [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)
|
|
118
342
|
|
|
343
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
119
344
|
|
|
345
|
+
## [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)
|
|
120
346
|
|
|
347
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
121
348
|
|
|
122
|
-
|
|
349
|
+
## [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)
|
|
123
350
|
|
|
351
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
352
|
+
|
|
353
|
+
## [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)
|
|
124
354
|
|
|
125
355
|
### Bug Fixes
|
|
126
356
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
357
|
+
- remove `z-index` from collapse implementation ([#682](https://github.com/Refinitiv/refinitiv-ui/issues/682)) ([c3b6f76](https://github.com/Refinitiv/refinitiv-ui/commit/c3b6f76b178a0339de8f3bc153e1378398d68831))
|
|
358
|
+
|
|
359
|
+
## [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)
|
|
360
|
+
|
|
361
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
130
362
|
|
|
363
|
+
# [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)
|
|
131
364
|
|
|
132
365
|
### Features
|
|
133
366
|
|
|
134
|
-
|
|
135
|
-
* **select:** improve screen reader support ([#80](https://github.com/Refinitiv/refinitiv-ui/issues/80)) ([a43fbcd](https://github.com/Refinitiv/refinitiv-ui/commit/a43fbcd4b23b2f508ddc94b8007913f66da1ae89))
|
|
367
|
+
- remove font bold ([#665](https://github.com/Refinitiv/refinitiv-ui/issues/665)) ([a8f9015](https://github.com/Refinitiv/refinitiv-ui/commit/a8f9015ac194c8f6125220eea4689f10f43a9e23))
|
|
136
368
|
|
|
369
|
+
## [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)
|
|
137
370
|
|
|
371
|
+
### Bug Fixes
|
|
138
372
|
|
|
373
|
+
- **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))
|
|
139
374
|
|
|
375
|
+
## [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)
|
|
140
376
|
|
|
141
|
-
|
|
377
|
+
### Bug Fixes
|
|
378
|
+
|
|
379
|
+
- **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))
|
|
380
|
+
- **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))
|
|
142
381
|
|
|
382
|
+
## [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)
|
|
143
383
|
|
|
144
384
|
### Bug Fixes
|
|
145
385
|
|
|
146
|
-
|
|
386
|
+
- **tooltip:** custom renderer demo block ([#621](https://github.com/Refinitiv/refinitiv-ui/issues/621)) ([3156ccd](https://github.com/Refinitiv/refinitiv-ui/commit/3156ccdad5d369955c63830b50e1dcd25265744c))
|
|
147
387
|
|
|
388
|
+
# [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)
|
|
148
389
|
|
|
149
390
|
### Features
|
|
150
391
|
|
|
151
|
-
|
|
392
|
+
- **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))
|
|
152
393
|
|
|
394
|
+
## [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)
|
|
153
395
|
|
|
396
|
+
### Bug Fixes
|
|
154
397
|
|
|
398
|
+
- **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))
|
|
155
399
|
|
|
400
|
+
## [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)
|
|
156
401
|
|
|
157
|
-
|
|
402
|
+
### Bug Fixes
|
|
403
|
+
|
|
404
|
+
- **list:** error custom renderer requires key ([#575](https://github.com/Refinitiv/refinitiv-ui/issues/575)) ([1a960c9](https://github.com/Refinitiv/refinitiv-ui/commit/1a960c9234fb4a370b60d3901e65b437b1444823))
|
|
405
|
+
- **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))
|
|
406
|
+
- **select:** unset cursor of header items ([#571](https://github.com/Refinitiv/refinitiv-ui/issues/571)) ([eff8a75](https://github.com/Refinitiv/refinitiv-ui/commit/eff8a75a68f23348178f05c716db673c97acf2f1))
|
|
158
407
|
|
|
408
|
+
# [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)
|
|
159
409
|
|
|
160
410
|
### Bug Fixes
|
|
161
411
|
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
412
|
+
- **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))
|
|
413
|
+
- **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))
|
|
414
|
+
|
|
415
|
+
### Features
|
|
416
|
+
|
|
417
|
+
- remove alias ([#553](https://github.com/Refinitiv/refinitiv-ui/issues/553)) ([32ce300](https://github.com/Refinitiv/refinitiv-ui/commit/32ce300e6ea0f730abd95f305b15cce406dab1c7))
|
|
418
|
+
|
|
419
|
+
## [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)
|
|
420
|
+
|
|
421
|
+
### Bug Fixes
|
|
422
|
+
|
|
423
|
+
- **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))
|
|
424
|
+
- **tree:** export class TreeManager ([#552](https://github.com/Refinitiv/refinitiv-ui/issues/552)) ([ca2cc94](https://github.com/Refinitiv/refinitiv-ui/commit/ca2cc948c1eae13e3cf89f8db16df01fe627a965))
|
|
425
|
+
|
|
426
|
+
## [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)
|
|
427
|
+
|
|
428
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
429
|
+
|
|
430
|
+
## [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)
|
|
431
|
+
|
|
432
|
+
### Bug Fixes
|
|
433
|
+
|
|
434
|
+
- **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))
|
|
435
|
+
|
|
436
|
+
# [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)
|
|
437
|
+
|
|
438
|
+
### Bug Fixes
|
|
166
439
|
|
|
440
|
+
- **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))
|
|
167
441
|
|
|
168
442
|
### Features
|
|
169
443
|
|
|
170
|
-
|
|
171
|
-
* **checkbox:** improve accessibility for screen readers ([#37](https://github.com/Refinitiv/refinitiv-ui/issues/37)) ([93509d0](https://github.com/Refinitiv/refinitiv-ui/commit/93509d0ec801b880b9bf68013d83c140075c59dd))
|
|
172
|
-
* **clock:** small analogue clock face ([#54](https://github.com/Refinitiv/refinitiv-ui/issues/54)) ([bc4b2a8](https://github.com/Refinitiv/refinitiv-ui/commit/bc4b2a816135ef70819d826d15ba9b36dda99207))
|
|
173
|
-
* **core:** add latest lit directives, add focused-changed event ([69168f6](https://github.com/Refinitiv/refinitiv-ui/commit/69168f6fe3e6eea8e9abb2a875a2f283eb06d42b))
|
|
174
|
-
* **icon:** support icon names and icon urls ([6d3a92d](https://github.com/Refinitiv/refinitiv-ui/commit/6d3a92db329c5198d56aeed4a1944ef3d0e29f1d))
|
|
175
|
-
* Lit@2 upgrade ([dbda63b](https://github.com/Refinitiv/refinitiv-ui/commit/dbda63be97257f891cb1f2c5ff46b638c70e0b15))
|
|
176
|
-
* **radio-button:** improve radio button accessibility ([#43](https://github.com/Refinitiv/refinitiv-ui/issues/43)) ([12d2b23](https://github.com/Refinitiv/refinitiv-ui/commit/12d2b238c988e880d8055afe280cfb93ace6dd51))
|
|
177
|
-
* **text-field:** improve screen reader support ([#65](https://github.com/Refinitiv/refinitiv-ui/issues/65)) ([65bfa44](https://github.com/Refinitiv/refinitiv-ui/commit/65bfa4404bb4b462f20163c733b75fd509485b1b))
|
|
178
|
-
* **toggle:** improve accessibility for screen readers ([#42](https://github.com/Refinitiv/refinitiv-ui/issues/42)) ([7554471](https://github.com/Refinitiv/refinitiv-ui/commit/755447104777606247bb06bfba5e97accb893ccf))
|
|
444
|
+
- **color-picker:** add accessibility ([#448](https://github.com/Refinitiv/refinitiv-ui/issues/448)) ([ced3b20](https://github.com/Refinitiv/refinitiv-ui/commit/ced3b208ab817975923a2feeba1f6488d30f046a))
|
|
179
445
|
|
|
446
|
+
# [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)
|
|
180
447
|
|
|
181
|
-
|
|
448
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
182
449
|
|
|
183
|
-
|
|
184
|
-
* **list:** check before positioning element in dom ([244b44f](https://github.com/Refinitiv/refinitiv-ui/commit/244b44fba553e1f40e0a55ecda93e7d943b13994))
|
|
185
|
-
* **tree:** reduce calculations for visible items ([c231f06](https://github.com/Refinitiv/refinitiv-ui/commit/c231f06a1a4a901bafefdee7dcc1e009a7902ac5))
|
|
450
|
+
# [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)
|
|
186
451
|
|
|
452
|
+
### Bug Fixes
|
|
187
453
|
|
|
454
|
+
- **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))
|
|
188
455
|
|
|
456
|
+
### Features
|
|
189
457
|
|
|
458
|
+
- **utils:** add util color `readableColor` ([#487](https://github.com/Refinitiv/refinitiv-ui/issues/487)) ([42b3ea2](https://github.com/Refinitiv/refinitiv-ui/commit/42b3ea26c2e810cf285ccaab56fd0e5e4d3fdc23))
|
|
190
459
|
|
|
191
|
-
|
|
460
|
+
## [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)
|
|
192
461
|
|
|
462
|
+
### Bug Fixes
|
|
463
|
+
|
|
464
|
+
- **dialog:** the cancel event does not fire ([ce55aac](https://github.com/Refinitiv/refinitiv-ui/commit/ce55aaca5d070ad1be2de68b66ac77d683b06acf))
|
|
465
|
+
- **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))
|
|
466
|
+
- **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))
|
|
467
|
+
|
|
468
|
+
## [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)
|
|
193
469
|
|
|
194
470
|
### Bug Fixes
|
|
195
471
|
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
472
|
+
- **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))
|
|
473
|
+
- **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))
|
|
474
|
+
|
|
475
|
+
**Note:**
|
|
200
476
|
|
|
477
|
+
- 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))
|
|
478
|
+
- Upgrade typescript to 4.8.3 ([#454](https://github.com/Refinitiv/refinitiv-ui/pull/454)) ([5337b97](https://github.com/Refinitiv/refinitiv-ui/commit/5337b97dc6958f84b36bdbffdea6dfbbc5203596))
|
|
479
|
+
|
|
480
|
+
# [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)
|
|
481
|
+
|
|
482
|
+
### Bug Fixes
|
|
483
|
+
|
|
484
|
+
- **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))
|
|
485
|
+
- **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))
|
|
486
|
+
- **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))
|
|
201
487
|
|
|
202
488
|
### Features
|
|
203
489
|
|
|
204
|
-
|
|
205
|
-
|
|
490
|
+
- **color-picker:** add color picker ([#444](https://github.com/Refinitiv/refinitiv-ui/issues/444)) ([3718003](https://github.com/Refinitiv/refinitiv-ui/commit/37180039a77d908acd731c89067ecfce3f23955f))
|
|
491
|
+
- **item:** show tooltip when text ellipsis ([#394](https://github.com/Refinitiv/refinitiv-ui/issues/394)) ([8943eb6](https://github.com/Refinitiv/refinitiv-ui/commit/8943eb625bfd54a6014f6815940eacd924d67ab4))
|
|
206
492
|
|
|
493
|
+
## [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)
|
|
207
494
|
|
|
495
|
+
### Bug Fixes
|
|
208
496
|
|
|
497
|
+
- **combo-box:** incorrect popup logic in some scenarios ([159eb53](https://github.com/Refinitiv/refinitiv-ui/commit/159eb53c7bec583c59de4dfac2542e67c840b2fc))
|
|
209
498
|
|
|
499
|
+
# [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)
|
|
210
500
|
|
|
211
|
-
|
|
501
|
+
### Bug Fixes
|
|
502
|
+
|
|
503
|
+
- **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))
|
|
504
|
+
- **overlay:** Tab does not work with slotted elements ([16f4b60](https://github.com/Refinitiv/refinitiv-ui/commit/16f4b60e9b840d3b7d225f3d61f15e017dc17855))
|
|
505
|
+
- **radio-button:** check-changed is not fired on arrow keys ([77d7407](https://github.com/Refinitiv/refinitiv-ui/commit/77d7407883ba77e7b07bdaa8483fc49d35c76c14))
|
|
212
506
|
|
|
507
|
+
### Features
|
|
508
|
+
|
|
509
|
+
- **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))
|
|
510
|
+
|
|
511
|
+
## [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)
|
|
213
512
|
|
|
214
513
|
### Bug Fixes
|
|
215
514
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
515
|
+
- **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))
|
|
516
|
+
- **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))
|
|
517
|
+
- **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))
|
|
219
518
|
|
|
519
|
+
## [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)
|
|
220
520
|
|
|
521
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
221
522
|
|
|
523
|
+
## [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)
|
|
222
524
|
|
|
525
|
+
### Bug Fixes
|
|
223
526
|
|
|
224
|
-
|
|
527
|
+
- **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))
|
|
528
|
+
- **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))
|
|
529
|
+
- **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))
|
|
530
|
+
- 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))
|
|
225
531
|
|
|
532
|
+
## [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)
|
|
226
533
|
|
|
227
534
|
### Bug Fixes
|
|
228
535
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
536
|
+
- **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))
|
|
537
|
+
- **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))
|
|
538
|
+
- incorrect TypeScript type delcaration path ([#370](https://github.com/Refinitiv/refinitiv-ui/issues/370)) ([4b40823](https://github.com/Refinitiv/refinitiv-ui/commit/4b4082316233ce5b6e4b6e8dd38e10ddedd532f7))
|
|
539
|
+
- **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))
|
|
540
|
+
- **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))
|
|
541
|
+
- **tree:** tree query selection issues ([#364](https://github.com/Refinitiv/refinitiv-ui/issues/364)) ([cf1c072](https://github.com/Refinitiv/refinitiv-ui/commit/cf1c07234be0ec0984cb109a9fed9cf58db22c44))
|
|
232
542
|
|
|
543
|
+
# [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)
|
|
233
544
|
|
|
545
|
+
### Bug Fixes
|
|
234
546
|
|
|
547
|
+
- **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))
|
|
548
|
+
- **clock:** sync interactiveChange code with rating ([#346](https://github.com/Refinitiv/refinitiv-ui/issues/346)) ([6837206](https://github.com/Refinitiv/refinitiv-ui/commit/6837206d9a32a4d05a18fef262e4277e8630c568))
|
|
549
|
+
- **utils:** improve svg security ([#342](https://github.com/Refinitiv/refinitiv-ui/issues/342)) ([ef53c5c](https://github.com/Refinitiv/refinitiv-ui/commit/ef53c5c8918548a0c2aa67a1934ba0823698a9e8))
|
|
235
550
|
|
|
551
|
+
### Features
|
|
236
552
|
|
|
237
|
-
|
|
553
|
+
- **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)
|
|
554
|
+
- **rating:** add accessibility support ([2a1b7e4](https://github.com/Refinitiv/refinitiv-ui/commit/2a1b7e47199de3c1cca73b0a86150da07612c347))
|
|
555
|
+
- **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)
|
|
556
|
+
- **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))
|
|
238
557
|
|
|
558
|
+
## [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)
|
|
559
|
+
|
|
560
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
561
|
+
|
|
562
|
+
## [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)
|
|
563
|
+
|
|
564
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
565
|
+
|
|
566
|
+
# [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)
|
|
567
|
+
|
|
568
|
+
### Bug Fixes
|
|
569
|
+
|
|
570
|
+
- radio-button not add to group ([#167](https://github.com/Refinitiv/refinitiv-ui/issues/167)) ([fb05273](https://github.com/Refinitiv/refinitiv-ui/commit/fb052730cf8c7eeb376a3a49501b85dc363bf614))
|
|
571
|
+
- **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))
|
|
239
572
|
|
|
240
573
|
### Features
|
|
241
574
|
|
|
242
|
-
|
|
243
|
-
|
|
575
|
+
- **button-bar:** improve screen reader support ([#176](https://github.com/Refinitiv/refinitiv-ui/issues/176)) ([f121ea6](https://github.com/Refinitiv/refinitiv-ui/commit/f121ea62fbdc160823dff386ec937b45d0a131e7))
|
|
576
|
+
- **collapse:** accessibility support ([#203](https://github.com/Refinitiv/refinitiv-ui/issues/203)) ([12ae2f7](https://github.com/Refinitiv/refinitiv-ui/commit/12ae2f7fe036d0351e69f5daca4369fae4097917))
|
|
577
|
+
- **collapse:** add accessibility support ([#161](https://github.com/Refinitiv/refinitiv-ui/issues/161)) ([158f031](https://github.com/Refinitiv/refinitiv-ui/commit/158f0317dd4df9ab76e1bd27d4aa02151787c252))
|
|
244
578
|
|
|
579
|
+
### Reverts
|
|
245
580
|
|
|
581
|
+
- 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)
|
|
246
582
|
|
|
583
|
+
# [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)
|
|
584
|
+
|
|
585
|
+
### Features
|
|
247
586
|
|
|
587
|
+
- **tree:** improve screen reader support ([#102](https://github.com/Refinitiv/refinitiv-ui/issues/102)) ([0d6db3b](https://github.com/Refinitiv/refinitiv-ui/commit/0d6db3bbf11eb6793ade6f60cab2f24b98bd9f40))
|
|
248
588
|
|
|
249
|
-
## [5.
|
|
589
|
+
## [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)
|
|
590
|
+
|
|
591
|
+
### Bug Fixes
|
|
592
|
+
|
|
593
|
+
- **checkbox:** `Enter` key should not check or uncheck checkbox ([ee61255](https://github.com/Refinitiv/refinitiv-ui/commit/ee6125513ab670495ef7b87580fa97ea386c840a))
|
|
594
|
+
- **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))
|
|
595
|
+
- **radio-button:** `Enter` key should not check or uncheck radio-button ([145f7bf](https://github.com/Refinitiv/refinitiv-ui/commit/145f7bfc15fe72e95d0719eaa6d691f09fd8a03c))
|
|
596
|
+
- **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))
|
|
597
|
+
|
|
598
|
+
# [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)
|
|
599
|
+
|
|
600
|
+
### Bug Fixes
|
|
601
|
+
|
|
602
|
+
- **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))
|
|
603
|
+
- **pagiantion:** convert prop toString in setter ([3c32ee9](https://github.com/Refinitiv/refinitiv-ui/commit/3c32ee95a237180da6e2449eb654b749de2340c9))
|
|
604
|
+
- **pagination:** add missing feature blur to set page from the input ([f6ff2e1](https://github.com/Refinitiv/refinitiv-ui/commit/f6ff2e14509627119d8d3e22c8c2005fae81ef0c))
|
|
605
|
+
- **pagination:** getter in internal will retrigger incorrect warning message ([e506885](https://github.com/Refinitiv/refinitiv-ui/commit/e50688509bc668be4592d0be73df891ffd139208))
|
|
606
|
+
- **pagination:** max limit does not work ([715956e](https://github.com/Refinitiv/refinitiv-ui/commit/715956e4936f4a7b219c8d06ce755e7cbf43b755))
|
|
607
|
+
- **pagination:** remove warning when set correct type value ([235b46b](https://github.com/Refinitiv/refinitiv-ui/commit/235b46b3306a1833515858ae421bd53942fe8242))
|
|
608
|
+
- **pagination:** tab on the input to set a value ([675f4d6](https://github.com/Refinitiv/refinitiv-ui/commit/675f4d6039d0a391d34e946e42abf596b5f17e1b))
|
|
609
|
+
- **pagination:** the input does not get disable state from the root ([6603949](https://github.com/Refinitiv/refinitiv-ui/commit/6603949d2cce1eb0c5b59f727b3c8a5273fb67a8))
|
|
610
|
+
|
|
611
|
+
### Features
|
|
612
|
+
|
|
613
|
+
- **pagination:** support max unknown ([d3997ce](https://github.com/Refinitiv/refinitiv-ui/commit/d3997ce16abb9c01ecc43bcf6a80386b02cd3c12))
|
|
614
|
+
|
|
615
|
+
## [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)
|
|
250
616
|
|
|
251
617
|
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
252
618
|
|
|
619
|
+
# [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)
|
|
253
620
|
|
|
621
|
+
### Features
|
|
254
622
|
|
|
623
|
+
- 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))
|
|
624
|
+
- **calendar:** improve screen reader support ([#73](https://github.com/Refinitiv/refinitiv-ui/issues/73)) ([a2576cc](https://github.com/Refinitiv/refinitiv-ui/commit/a2576cc8a1f0229bb5988af0c9d0bbf8ce7f765c))
|
|
625
|
+
- **combo-box:** improve screen reader support ([#116](https://github.com/Refinitiv/refinitiv-ui/issues/116)) ([f603de1](https://github.com/Refinitiv/refinitiv-ui/commit/f603de1d3b1900875d6903477938ecd21d055531))
|
|
626
|
+
- **time-picker:** improve screen reader support ([#121](https://github.com/Refinitiv/refinitiv-ui/issues/121)) ([1eb8bee](https://github.com/Refinitiv/refinitiv-ui/commit/1eb8beeb7d3b0d7be7224943e7d0a7c62c0cb788))
|
|
255
627
|
|
|
628
|
+
## [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)
|
|
256
629
|
|
|
257
|
-
|
|
630
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
258
631
|
|
|
632
|
+
# [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)
|
|
259
633
|
|
|
260
634
|
### Bug Fixes
|
|
261
635
|
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
* **tree-select:** unable to select a filtered parent item ([6c7a81f](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6c7a81fe452975d6ced85cec5c44d209ba17a970))
|
|
636
|
+
- 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))
|
|
637
|
+
- **combo-box:** fix arrow icon not show in Solar when disabled ([55c1008](https://github.com/Refinitiv/refinitiv-ui/commit/55c1008b7b63f915a7575059c6539e63a757e389))
|
|
638
|
+
- **combo-box:** import `counter` instead of `pill` ([6410c03](https://github.com/Refinitiv/refinitiv-ui/commit/6410c03dd12077f25347dddb249b6a6700186abc))
|
|
639
|
+
|
|
640
|
+
### Features
|
|
641
|
+
|
|
642
|
+
- **list:** improve screen reader ([0bc3a8c](https://github.com/Refinitiv/refinitiv-ui/commit/0bc3a8c9c4051200cd1a5c8ed655d1d3ebbd9021))
|
|
643
|
+
- **select:** improve screen reader support ([#80](https://github.com/Refinitiv/refinitiv-ui/issues/80)) ([a43fbcd](https://github.com/Refinitiv/refinitiv-ui/commit/a43fbcd4b23b2f508ddc94b8007913f66da1ae89))
|
|
644
|
+
|
|
645
|
+
# [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)
|
|
646
|
+
|
|
647
|
+
### Bug Fixes
|
|
275
648
|
|
|
649
|
+
- **tree:** correctly update dependant checked states ([#82](https://github.com/Refinitiv/refinitiv-ui/issues/82)) ([fdb7018](https://github.com/Refinitiv/refinitiv-ui/commit/fdb7018f9446f933f428448ada60f4a8cacc1acf))
|
|
276
650
|
|
|
277
651
|
### Features
|
|
278
652
|
|
|
279
|
-
|
|
280
|
-
* **counter:** add counter element ([ee6283b](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/ee6283b20f93b980df51e519618db0cf2f673e41))
|
|
281
|
-
* **label:** add IE support ([2f9d782](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2f9d7826aedc43fbc6eb20f69c93c0e5bd30d221))
|
|
282
|
-
* **label:** allow all truncation methods ([81a7e57](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/81a7e57e56310c85c55908652de0a59f547fea63))
|
|
653
|
+
- **item:** improve screen reader support ([#74](https://github.com/Refinitiv/refinitiv-ui/issues/74)) ([b14b950](https://github.com/Refinitiv/refinitiv-ui/commit/b14b950897cb96cdc957e12d93b510cc4361c4f3))
|
|
283
654
|
|
|
655
|
+
# [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)
|
|
284
656
|
|
|
657
|
+
### Bug Fixes
|
|
285
658
|
|
|
659
|
+
- **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))
|
|
660
|
+
- incorrect tap behaviour ([#57](https://github.com/Refinitiv/refinitiv-ui/issues/57)) ([a245fbe](https://github.com/Refinitiv/refinitiv-ui/commit/a245fbe1999057de0525313e35d5156cc497135f))
|
|
661
|
+
- **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))
|
|
662
|
+
- **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))
|
|
286
663
|
|
|
664
|
+
### Features
|
|
287
665
|
|
|
288
|
-
|
|
666
|
+
- **button:** improve accessibility for screen readers ([#33](https://github.com/Refinitiv/refinitiv-ui/issues/33)) ([89f2e19](https://github.com/Refinitiv/refinitiv-ui/commit/89f2e19f631257e5572d2c74cf7449f9be265aca))
|
|
667
|
+
- **checkbox:** improve accessibility for screen readers ([#37](https://github.com/Refinitiv/refinitiv-ui/issues/37)) ([93509d0](https://github.com/Refinitiv/refinitiv-ui/commit/93509d0ec801b880b9bf68013d83c140075c59dd))
|
|
668
|
+
- **clock:** small analogue clock face ([#54](https://github.com/Refinitiv/refinitiv-ui/issues/54)) ([bc4b2a8](https://github.com/Refinitiv/refinitiv-ui/commit/bc4b2a816135ef70819d826d15ba9b36dda99207))
|
|
669
|
+
- **core:** add latest lit directives, add focused-changed event ([69168f6](https://github.com/Refinitiv/refinitiv-ui/commit/69168f6fe3e6eea8e9abb2a875a2f283eb06d42b))
|
|
670
|
+
- **icon:** support icon names and icon urls ([6d3a92d](https://github.com/Refinitiv/refinitiv-ui/commit/6d3a92db329c5198d56aeed4a1944ef3d0e29f1d))
|
|
671
|
+
- Lit@2 upgrade ([dbda63b](https://github.com/Refinitiv/refinitiv-ui/commit/dbda63be97257f891cb1f2c5ff46b638c70e0b15))
|
|
672
|
+
- **radio-button:** improve radio button accessibility ([#43](https://github.com/Refinitiv/refinitiv-ui/issues/43)) ([12d2b23](https://github.com/Refinitiv/refinitiv-ui/commit/12d2b238c988e880d8055afe280cfb93ace6dd51))
|
|
673
|
+
- **text-field:** improve screen reader support ([#65](https://github.com/Refinitiv/refinitiv-ui/issues/65)) ([65bfa44](https://github.com/Refinitiv/refinitiv-ui/commit/65bfa4404bb4b462f20163c733b75fd509485b1b))
|
|
674
|
+
- **toggle:** improve accessibility for screen readers ([#42](https://github.com/Refinitiv/refinitiv-ui/issues/42)) ([7554471](https://github.com/Refinitiv/refinitiv-ui/commit/755447104777606247bb06bfba5e97accb893ccf))
|
|
675
|
+
|
|
676
|
+
### Performance Improvements
|
|
289
677
|
|
|
678
|
+
- **icon:** cache svg template results ([463c6ba](https://github.com/Refinitiv/refinitiv-ui/commit/463c6ba1f0403aa25605fd363ac863159ee4c492))
|
|
679
|
+
- **list:** check before positioning element in dom ([244b44f](https://github.com/Refinitiv/refinitiv-ui/commit/244b44fba553e1f40e0a55ecda93e7d943b13994))
|
|
680
|
+
- **tree:** reduce calculations for visible items ([c231f06](https://github.com/Refinitiv/refinitiv-ui/commit/c231f06a1a4a901bafefdee7dcc1e009a7902ac5))
|
|
681
|
+
|
|
682
|
+
# [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)
|
|
290
683
|
|
|
291
684
|
### Bug Fixes
|
|
292
685
|
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
* **list:** render order wrong when recycling nodes ([eed56c7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/eed56c7947ca5974e7f15f81e0aef8bca67a8692))
|
|
298
|
-
* **number-field:** can focus while disabled ([9fd1e65](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9fd1e65a0d8a75aa4338dc96f504fc13066a0132))
|
|
299
|
-
* **password-field:** can focus while disabled ([7f8f941](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7f8f941a53ec51262a54aadca887a4122c8a32f6))
|
|
300
|
-
* **search-field:** can focus while disabled ([73aad4a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/73aad4ae37a4e8570a4bcb5e2cf5ae3d7d33070b))
|
|
301
|
-
* **slider:** add warning invalid property ([70e8a00](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/70e8a007f48c3c289bd9c44a53a73b9099f9645f))
|
|
302
|
-
* **text-field:** can focus while disabled ([25f2733](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/25f273331acb325865fe373223eb51185db2d1a3))
|
|
686
|
+
- dev server should start with source maps and declaration maps ([3e81b33](https://github.com/Refinitiv/refinitiv-ui/commit/3e81b33d4fb2136af2b18eeaf1fc1d740bd38105))
|
|
687
|
+
- **overlay-menu:** interactiveElements list is not reset in some scenarios ([6e17cce](https://github.com/Refinitiv/refinitiv-ui/commit/6e17cce224eafe3e54ee9c2fdfa7bf9bce5dcbfc))
|
|
688
|
+
- **overlay-menu:** remove wrong super call ([0a63e1f](https://github.com/Refinitiv/refinitiv-ui/commit/0a63e1fc9c0bb8a161010fd15df47198a9101bfa))
|
|
689
|
+
- **overlay:** incorrect change check for `interactiveElements` property ([d1da5b6](https://github.com/Refinitiv/refinitiv-ui/commit/d1da5b692df070f0bb8f08644dd30b43673ffb49))
|
|
303
690
|
|
|
691
|
+
### Features
|
|
304
692
|
|
|
693
|
+
- add browsers option to test command ([#27](https://github.com/Refinitiv/refinitiv-ui/issues/27)) ([64a1d46](https://github.com/Refinitiv/refinitiv-ui/commit/64a1d464fb3c4a1f1cf851c3ab070cd9f615fb6c))
|
|
694
|
+
- **tree:** query attribute and property ([ce067c7](https://github.com/Refinitiv/refinitiv-ui/commit/ce067c723cf42a57545589dea4feb57ac1e08822))
|
|
305
695
|
|
|
696
|
+
## [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)
|
|
306
697
|
|
|
698
|
+
### Bug Fixes
|
|
307
699
|
|
|
308
|
-
|
|
700
|
+
- **accordion:** remove unuse property collapseAnimationDisabled ([0b8bd7b](https://github.com/Refinitiv/refinitiv-ui/commit/0b8bd7bf9e886eb711802b37dbbe90874d52cf21))
|
|
701
|
+
- **card:** use new icon ([af5d7fc](https://github.com/Refinitiv/refinitiv-ui/commit/af5d7fcfa30e4400259d641435e6aebddceba88d))
|
|
702
|
+
- remove source maps reference from the production build ([655d0bb](https://github.com/Refinitiv/refinitiv-ui/commit/655d0bb57290e5fe1276bf1a99bd7a0190d7a2f8))
|
|
309
703
|
|
|
704
|
+
## [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)
|
|
310
705
|
|
|
311
706
|
### Bug Fixes
|
|
312
707
|
|
|
313
|
-
|
|
708
|
+
- **button:** remove hover-icon template if hover-icon is not specified ([6459a18](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6459a18cf6d3d08d79831c35586fa3bc132155b0))
|
|
709
|
+
- **swing-gauge:** label container overflow ([c1760ca](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/c1760cad4dc5426ef473f4a2a45b868e443c8818))
|
|
710
|
+
- **toggle:** fix reflect label attribute ([4878f4e](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4878f4ee38f774420eb2641e1879461bc9f3356a))
|
|
314
711
|
|
|
712
|
+
# [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)
|
|
315
713
|
|
|
316
714
|
### Features
|
|
317
715
|
|
|
318
|
-
|
|
716
|
+
- **heatmap:** add method to retrieve data from cell's events ([d4e03f7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d4e03f7a423fd4312c20b3ec1fb84181884c8479))
|
|
717
|
+
- **swing-gauge:** redesign ([fc0bf03](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/fc0bf03941cbd893ebde3c322fc5ff3cc7fe1330))
|
|
718
|
+
|
|
719
|
+
## [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)
|
|
319
720
|
|
|
721
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
320
722
|
|
|
723
|
+
# [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)
|
|
321
724
|
|
|
725
|
+
### Bug Fixes
|
|
322
726
|
|
|
727
|
+
- **calendar:** first day of week is not applied in some scenarios ([9001a33](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9001a334915ddece0b7e63aa451a64f699672326))
|
|
728
|
+
- **card:** fix unsupport css on IE ([f1c67b9](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/f1c67b9169c4d496a87d7cba10aedaaa6fa7b2f0))
|
|
729
|
+
- **card:** integrate with new label ([4f607fb](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4f607fb9923c509c0f1f459bcf3f411e765db497))
|
|
730
|
+
- **card:** use ef-button import ([57e4de9](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/57e4de98c68f93216df15ef4471027777b66b6b8))
|
|
731
|
+
- **label:** allow single line ellipsis in IE ([2aa3cf6](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2aa3cf67a095f65ea33c12953d8a45065856c808))
|
|
732
|
+
- **label:** break single long words ([0652629](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0652629389eadb8963e97a2e143cdad2a1060452))
|
|
733
|
+
- **label:** remove max-line property as it's deprecated ([0463ce0](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0463ce09ad242482ab00cb7d4a90d0cb0cd4e533))
|
|
734
|
+
- **overlay:** revert merge error ([6fee0da](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6fee0da06422afff26cc968f83bab529c2b0b2a3))
|
|
735
|
+
- **tab:** remove override label display ([4dc04c5](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/4dc04c58bfebf7c30fa9a5918127fecaa00bd0ca))
|
|
736
|
+
- **tooltip:** add return type ([7ff2d55](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7ff2d554adb7e1abe9964d994d2dbc52319d7f96))
|
|
737
|
+
- **tooltip:** use passive event listeners ([19f1c03](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/19f1c030accacd520834ffd55f33453423337f0c))
|
|
738
|
+
- **tree-select:** swap position of the action button ([0eb828c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0eb828ce7e23fd03c7c3d0a22e979b764b5b0d5c))
|
|
739
|
+
- **tree-select:** unable to select a filtered parent item ([6c7a81f](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/6c7a81fe452975d6ced85cec5c44d209ba17a970))
|
|
323
740
|
|
|
324
|
-
|
|
741
|
+
### Features
|
|
742
|
+
|
|
743
|
+
- **coral-tree:** add icon to coral tree ([d4dfc1c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d4dfc1c57428fea52002491afce303b5a8626009))
|
|
744
|
+
- **counter:** add counter element ([ee6283b](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/ee6283b20f93b980df51e519618db0cf2f673e41))
|
|
745
|
+
- **label:** add IE support ([2f9d782](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2f9d7826aedc43fbc6eb20f69c93c0e5bd30d221))
|
|
746
|
+
- **label:** allow all truncation methods ([81a7e57](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/81a7e57e56310c85c55908652de0a59f547fea63))
|
|
325
747
|
|
|
748
|
+
## [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)
|
|
326
749
|
|
|
327
750
|
### Bug Fixes
|
|
328
751
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
* **interactive-chart:** change attribute name to legend-style ([3270b8d](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/3270b8d00e28e0f65455ed060e46b3e9ded958f9))
|
|
340
|
-
* list linting ([428cf91](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/428cf91fdc70a28042bd8bb3cdf08d8538db7b05))
|
|
341
|
-
* tooltip linting ([7f31788](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7f3178826e7fcd4331c70e30ed2cb5255f9f0708))
|
|
752
|
+
- **chart:** render chart correctly in IE ([575e820](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/575e820d5d8ac8eeb910b510320322b06d8b829b))
|
|
753
|
+
- **email-field:** can focus while disabled ([d045ea8](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/d045ea81a3d916cfb4dc5bbe8ff6722e7ca62f38))
|
|
754
|
+
- **interactive-chart:** legendPriceFormatter should not be called if there is no value ([8f40610](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/8f40610b37cededb60bbf6d1bc51b538feab0ef4))
|
|
755
|
+
- **interactive-chart:** update Trading View logo ([8acda57](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/8acda574874746a216eca9ed234c96e860e21ade))
|
|
756
|
+
- **list:** render order wrong when recycling nodes ([eed56c7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/eed56c7947ca5974e7f15f81e0aef8bca67a8692))
|
|
757
|
+
- **number-field:** can focus while disabled ([9fd1e65](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9fd1e65a0d8a75aa4338dc96f504fc13066a0132))
|
|
758
|
+
- **password-field:** can focus while disabled ([7f8f941](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7f8f941a53ec51262a54aadca887a4122c8a32f6))
|
|
759
|
+
- **search-field:** can focus while disabled ([73aad4a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/73aad4ae37a4e8570a4bcb5e2cf5ae3d7d33070b))
|
|
760
|
+
- **slider:** add warning invalid property ([70e8a00](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/70e8a007f48c3c289bd9c44a53a73b9099f9645f))
|
|
761
|
+
- **text-field:** can focus while disabled ([25f2733](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/25f273331acb325865fe373223eb51185db2d1a3))
|
|
342
762
|
|
|
763
|
+
# [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)
|
|
764
|
+
|
|
765
|
+
### Bug Fixes
|
|
766
|
+
|
|
767
|
+
- **dialog:** missing attribute opening quote ([2729247](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/27292471334ab6b83d8c8437fc46d15803121483))
|
|
343
768
|
|
|
344
769
|
### Features
|
|
345
770
|
|
|
346
|
-
|
|
347
|
-
* **elements:** move snapshots to individual folders ([c86f35a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/c86f35a8806dec5f709a68eba702f19e8d6319f9))
|
|
348
|
-
* introduce generic events ([9c3444c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9c3444ceb2ca8de151af791f289f3ce5c56866b2))
|
|
349
|
-
* rollback files and folders that do not need to be changed ([83a382a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/83a382a522c10895b4c31c69fe19f5f7d00c9f66))
|
|
350
|
-
* **tree:** remove deprecated code ([359b96c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/359b96c500d37501fd6309513a98b48ba63eabce))
|
|
771
|
+
- use latest FormatJS polyfills and ICU parser ([b7855e4](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b7855e409d10d9c8b9f31a34953470549295a8ab))
|
|
351
772
|
|
|
773
|
+
# [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)
|
|
352
774
|
|
|
353
|
-
###
|
|
775
|
+
### Bug Fixes
|
|
354
776
|
|
|
355
|
-
|
|
777
|
+
- [@types](https://git.sami.int.thomsonreuters.com/types) dependencies incorrect ([09ea997](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/09ea9970c67766e5011686dd9395c93775ad7ee5))
|
|
778
|
+
- chart linting ([84a810f](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/84a810f03d33b45ee86cb97961c50da7d8fd4c11))
|
|
779
|
+
- chart linting ([b0f2599](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b0f25990d94da4d9aecaedc33457a639167829b6))
|
|
780
|
+
- chart typo ([2d24cd6](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/2d24cd60f79e0014a413850d9a75f2be45bdf7b2))
|
|
781
|
+
- **chart:** improve types ([e83f9f1](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/e83f9f1b098d40fce51fc5ae9fa089275a7afc23))
|
|
782
|
+
- dialog linting ([43f2189](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/43f2189f1b8bdb9b81318c3df452dca02df85244))
|
|
783
|
+
- **dialog:** improve types ([bb98a7d](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/bb98a7d5bd9f7aef0666baa82ac29a4f97411c1b))
|
|
784
|
+
- **icon:** fixed line height in icon ([b6d2820](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/b6d28208e0b7038d446cb0258e42acc2438b2b3e))
|
|
785
|
+
- ignore release script ([0d02a91](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/0d02a914f07d77b89f3ac220a86da005f38f99cd))
|
|
786
|
+
- interactive chart linting ([ade94d2](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/ade94d2bb0d2b5fc73def82037718f232afe69d5))
|
|
787
|
+
- **interactive-chart:** change attribute name to legend-style ([3270b8d](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/3270b8d00e28e0f65455ed060e46b3e9ded958f9))
|
|
788
|
+
- list linting ([428cf91](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/428cf91fdc70a28042bd8bb3cdf08d8538db7b05))
|
|
789
|
+
- tooltip linting ([7f31788](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/7f3178826e7fcd4331c70e30ed2cb5255f9f0708))
|
|
356
790
|
|
|
791
|
+
### Features
|
|
357
792
|
|
|
793
|
+
- add TapEvent into GlobalEventHandlersEventsMap ([5ddbe00](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/5ddbe003edb0725fdd7d0f5774d214e76b088dab))
|
|
794
|
+
- **elements:** move snapshots to individual folders ([c86f35a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/c86f35a8806dec5f709a68eba702f19e8d6319f9))
|
|
795
|
+
- introduce generic events ([9c3444c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/9c3444ceb2ca8de151af791f289f3ce5c56866b2))
|
|
796
|
+
- rollback files and folders that do not need to be changed ([83a382a](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/83a382a522c10895b4c31c69fe19f5f7d00c9f66))
|
|
797
|
+
- **tree:** remove deprecated code ([359b96c](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/359b96c500d37501fd6309513a98b48ba63eabce))
|
|
358
798
|
|
|
799
|
+
### Reverts
|
|
359
800
|
|
|
801
|
+
- Revert "fix release-script lint" ([70cd4e7](https://git.sami.int.thomsonreuters.com/elf/refinitiv-ui/commits/70cd4e772aebca7520c19f2f8870b7d745903034))
|
|
360
802
|
|
|
361
803
|
# [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)
|
|
362
804
|
|