dimsum-e2e-tests 3.70.0-next.7 → 3.70.0-next.70
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 +1073 -721
- package/ds-accordion/DSAccordion.visual.spec.js +6 -0
- package/ds-accordion/DSAccordionCO.js +15 -3
- package/ds-accordion/QA_NOTES.md +105 -0
- package/ds-accordion/controlled/DSAccordion.controlled.func.spec.js +23 -0
- package/ds-accordion/header-structure/DSAccordion.header-structure.func.spec.js +65 -0
- package/ds-accordion/input-inside/DSAccordion.input-inside.func.spec.js +19 -0
- package/ds-apppicker/DSAppPickerCO.js +101 -3
- package/ds-apppicker/aria-pattern/DSAppPicker.aria-pattern.func.spec.js +100 -0
- package/ds-apppicker/basic/DSAppPicker.basic.keyboard-nav.func.spec.js +18 -7
- package/ds-apppicker/closeAfterSelection/DSAppPicker.closeAfterSelection.func.spec.js +1 -1
- package/ds-apppicker/custom-trigger-focus/DSAppPicker.custom-trigger-focus.func.spec.js +82 -0
- package/ds-apppicker/label-expansion-dismissal/DSAppPicker.label-expansion-dismissal.visual.spec.js +108 -0
- package/ds-apppicker/reflow/DSAppPicker.reflow.func.spec.js +32 -0
- package/ds-apppicker/reflow/DSAppPicker.reflow.visual.spec.js +5 -6
- package/ds-apppicker/truncation/DSAppPicker.truncation.visual.spec.js +5 -9
- package/ds-autocomplete/DSAutocomplete.visual.spec.js +34 -0
- package/ds-autocomplete/DSAutocompleteCO.js +36 -1
- package/ds-autocomplete/aria-busy-loading/DSAutocomplete.aria-busy-loading.axe-core.func.spec.js +50 -0
- package/ds-autocomplete/aria-busy-loading/DSAutocomplete.aria-busy-loading.func.spec.js +122 -0
- package/ds-autocomplete/aria-busy-loading/DSAutocomplete.aria-busy-loading.visual.spec.js +48 -0
- package/ds-autocomplete/slots/DSAutocomplete.slots.func.spec.js +6 -1
- package/ds-banner/DSBanner.text-resize.visual.spec.js +5 -2
- package/ds-banner/DSBannerCO.js +4 -0
- package/ds-button-v3/DSButtonV3.aria-disabled-attribute.func.spec.js +33 -0
- package/ds-button-v3/DSButtonV3CO.js +10 -0
- package/ds-button-v3/theme-font/DSButtonV3.theme-font.func.spec.js +30 -0
- package/ds-card/DSCard.cardv2_v1.func.spec.js +54 -0
- package/ds-card/DSCard.cardv2_v1.visual.spec.js +29 -0
- package/ds-card/DSCardCO.js +50 -0
- package/ds-card/detail-slots/DSCard.detail-slots.axe-core.func.spec.js +29 -0
- package/ds-card/detail-slots/DSCard.detail-slots.func.spec.js +72 -0
- package/ds-card/detail-slots/DSCard.detail-slots.visual.spec.js +19 -0
- package/ds-card-v3/DSCardV3CO.js +93 -1
- package/ds-card-v3/accordion/DSCardV3.accordion-aria-structure.func.spec.js +41 -0
- package/ds-card-v3/accordion/DSCardV3.accordion-aria.keyboard.func.spec.js +49 -0
- package/ds-card-v3/accordion/DSCardV3.accordion.axe-core.func.spec.js +28 -0
- package/ds-card-v3/accordion/DSCardV3.accordion.visual.spec.js +4 -6
- package/ds-card-v3/action/DSCardV3.action.axe-core.func.spec.js +24 -0
- package/ds-card-v3/action/DSCardV3.action.func.spec.js +53 -0
- package/ds-card-v3/action/DSCardV3.action.visual.spec.js +28 -0
- package/ds-card-v3/drag-n-drop/DSCardV3.DnD.axe-core.func.spec.js +42 -0
- package/ds-card-v3/drag-n-drop/DSCardV3.DnD.func.spec.js +129 -0
- package/ds-card-v3/drag-n-drop/DSCardV3.DnD.reorder.func.spec.js +73 -0
- package/ds-card-v3/drag-n-drop/DSCardV3.DnD.visual.spec.js +5 -12
- package/ds-card-v3/global-attributes/DSCardV3.global-attributes.axe-core.func.spec.js +33 -0
- package/ds-card-v3/global-attributes/DSCardV3.global-attributes.visual.spec.js +20 -0
- package/ds-card-v3/multi-select/DSCardV3.multi-select.aria-grouping.func.spec.js +24 -0
- package/ds-card-v3/multi-select/DSCardV3.multiselect.axe-core.func.spec.js +47 -0
- package/ds-card-v3/multi-select/DSCardV3.multiselect.keyboard.func.spec.js +65 -0
- package/ds-card-v3/multi-select/DSCardV3.multiselect.visual.spec.js +17 -0
- package/ds-card-v3/multiple-action/DSCardV3.multiple-action.axe-core.func.spec.js +35 -0
- package/ds-card-v3/multiple-action/DSCardV3.multiple-action.func.spec.js +53 -0
- package/ds-card-v3/multiple-action/DSCardV3.multiple-action.visual.spec.js +18 -0
- package/ds-card-v3/multiple-control/DSCardV3.multi-control.axe-core.func.spec.js +34 -0
- package/ds-card-v3/multiple-control/DSCardV3.multi-control.func.spec.js +26 -0
- package/ds-card-v3/multiple-control/DSCardV3.multi-control.visual.spec.js +29 -0
- package/ds-card-v3/no-action/DSCardV3.no-action.axe-core.func.spec.js +22 -0
- package/ds-card-v3/no-action/DSCardV3.no-action.func.spec.js +23 -0
- package/ds-card-v3/no-action/DSCardV3.no-action.visual.spec.js +15 -0
- package/ds-card-v3/notification-badges/DSCardV3.notification-badges.axe-core.func.spec.js +33 -0
- package/ds-card-v3/notification-badges/DSCardV3.notification-badges.func.spec.js +19 -0
- package/ds-card-v3/notification-badges/DSCardV3.notification-badges.visual.spec.js +28 -0
- package/ds-card-v3/reflow/DSCardV3.reflow.axe-core.func.spec.js +28 -0
- package/ds-card-v3/reflow/DSCardV3.reflow.func.spec.js +36 -0
- package/ds-card-v3/reflow/DSCardV3.reflow.visual.spec.js +3 -2
- package/ds-card-v3/single-select/DSCardV3.single-select.aria-grouping.func.spec.js +24 -0
- package/ds-card-v3/single-select/DSCardV3.single-select.axe-core.func.spec.js +37 -0
- package/ds-card-v3/single-select/DSCardV3.single-select.visual.spec.js +1 -2
- package/ds-card-v3/slots/DSCardV3.slots.visual.spec.js +1 -2
- package/ds-card-v3/variant-accented/DSCardV3.variant-accented.axe-core.func.spec.js +45 -0
- package/ds-card-v3/variant-accented/DSCardV3.variant-accented.func.spec.js +28 -0
- package/ds-card-v3/variant-accented/DSCardV3.variant-accented.visual.spec.js +35 -0
- package/ds-card-v3/variant-accented-disabled/DSCardV3.variant-accented-disabled.axe-core.func.spec.js +35 -0
- package/ds-card-v3/variant-accented-disabled/DSCardV3.variant-accented-disabled.func.spec.js +53 -0
- package/ds-card-v3/variant-accented-disabled/DSCardV3.variant-accented-disabled.visual.spec.js +28 -0
- package/ds-card-v3/variant-disabled/DSCardV3.variant-disabled.axe-core.func.spec.js +22 -0
- package/ds-card-v3/variant-disabled/DSCardV3.variant-disabled.func.spec.js +61 -0
- package/ds-card-v3/variant-disabled/DSCardV3.variant-disabled.visual.spec.js +20 -0
- package/ds-card-v3/variant-disabled/DSCardV3.variantDisabled-non-interactive.func.spec.js +25 -0
- package/ds-chat/DSChat.axe-core.func.spec.js +2 -2
- package/ds-chat/DSChat.visual.spec.js +4 -4
- package/ds-chat/DSChatCO.js +18 -24
- package/ds-chat/bubbles/slots/DSChatBubble.slots.axe-core.func.spec.js +24 -0
- package/ds-chat/bubbles/slots/DSChatBubble.slots.func.spec.js +49 -0
- package/ds-chat/bubbles/slots/DSChatBubble.slots.visual.spec.js +25 -0
- package/ds-chat/card/slots/DSChatCard.slots.axe-core.func.spec.js +24 -0
- package/ds-chat/card/slots/DSChatCard.slots.func.spec.js +47 -0
- package/ds-chat/card/slots/DSChatCard.slots.visual.spec.js +18 -0
- package/ds-chat/card/truncated-text/DSChatCard.truncated-text.func.spec.js +32 -0
- package/ds-chat/card/truncated-text/DSChatCard.truncated-text.visual.spec.js +26 -0
- package/ds-chat/card/with-notification-badges/DSChatCard.with-notification-badges.axe-core.func.spec.js +23 -0
- package/ds-chat/card/with-notification-badges/DSChatCard.with-notification-badges.visual.spec.js +17 -0
- package/ds-chat/components/BubbleCO.js +46 -3
- package/ds-chat/components/CardCO.js +75 -0
- package/ds-chat/components/ComposerCO.js +6 -6
- package/ds-chat/components/FloatingButtonCO.js +5 -3
- package/ds-chat/components/HeaderCO.js +2 -2
- package/ds-chat/components/TileCO.js +82 -0
- package/ds-chat/components/index.js +3 -2
- package/ds-chat/floatingbutton/DSChat-floating-button.visual.spec.js +1 -1
- package/ds-chat/loadmore/DSChat-loadmore.func.spec.js +1 -1
- package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.axe-core.func.spec.js +2 -2
- package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.func.spec.js +1 -1
- package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.visual.spec.js +2 -2
- package/{ds-chat-tile → ds-chat/tile}/aria-disabled/DSChat-tile.aria-disabled.axe-core.func.spec.js +2 -2
- package/{ds-chat-tile → ds-chat/tile}/aria-disabled/DSChat-tile.aria-disabled.visual.spec.js +1 -1
- package/ds-chat/tile/slots/DSChatTile.slots.func.spec.js +53 -0
- package/ds-chat/tile/slots/DSChatTile.slots.visual.spec.js +18 -0
- package/ds-chip/label-expansion-dismissal/DSChip.label-expansion-dismissal.visual.spec.js +84 -0
- package/ds-controlled-form/ds-combobox/creatable/DSCombobox.creatable-tooltip.func.spec.js +47 -0
- package/ds-controlled-form/ds-combobox/creatable/DSCombobox.creatable.visual.spec.js +12 -21
- package/ds-controlled-form/ds-combobox/disabled/DSCombobox.disabled.visual.spec.js +6 -1
- package/ds-controlled-form/ds-controlled-checkbox/Basic/DSControlledCheckbox.axe-core.basic.func.spec.js +4 -4
- package/ds-controlled-form/ds-controlled-checkbox/Basic/DSControlledCheckbox.basic.visual.spec.js +56 -0
- package/ds-controlled-form/ds-controlled-checkbox/DSControlledCheckboxCO.js +54 -1
- package/ds-controlled-form/ds-controlled-checkbox/Disabled/DSControlledCheckbox.axe-core.disabled.func.spec.js +1 -1
- package/ds-controlled-form/ds-controlled-checkbox/Disabled/DSControlledCheckbox.disabled.visual.spec.js +1 -1
- package/ds-controlled-form/ds-controlled-checkbox/HasError/DSControlledCheckbox.axe-core.hasError.func.spec.js +4 -4
- package/ds-controlled-form/ds-controlled-checkbox/HasError/DSControlledCheckbox.has-error.visual.spec.js +71 -1
- package/ds-controlled-form/ds-controlled-checkbox/Mixed/DSControlledCheckbox.axe-core.mixed.func.spec.js +4 -4
- package/ds-controlled-form/ds-controlled-checkbox/Mixed/DSControlledCheckbox.mixed.visual.spec.js +1 -1
- package/ds-controlled-form/ds-controlled-checkbox/ReadOnly/DSControlledCheckbox.axe-core.read-only.func.spec.js +3 -3
- package/ds-controlled-form/ds-controlled-checkbox/ReadOnly/DSControlledCheckbox.read-only.visual.spec.js +1 -1
- package/ds-controlled-form/ds-controlled-checkbox/WithTooltip/DSControlledCheckbox.axe-core.with-tooltip.func.spec.js +1 -1
- package/ds-controlled-form/ds-controlled-checkbox/WithTooltip/DSControlledCheckbox.with-tooltip.visual.spec.js +1 -3
- package/ds-controlled-form/ds-controlled-checkbox/WrapLabel/DSControlledCheckbox.axe-core.wrap-label.func.spec.js +1 -1
- package/ds-controlled-form/ds-controlled-checkbox/WrapLabel/DSControlledCheckbox.wrap-label.visual.spec.js +1 -1
- package/ds-controlled-form/ds-controlled-checkbox/aria-disabled/DSControlledCheckbox.aria-disabled.visual.spec.js +2 -6
- package/ds-controlled-form/ds-controlled-checkbox/aria-disabled/DSControlledCheckbox.axe-core.aria-disabled.func.spec.js +1 -1
- package/ds-controlled-form/ds-controlled-checkbox/slots/DSControlledCheckbox.slots.func.spec.js +78 -0
- package/ds-controlled-form/ds-controlled-checkbox/theme-font/DSControlledCheckbox.theme-font.func.spec.js +30 -0
- package/ds-controlled-form/ds-controlled-checkbox-group/DSControlledCheckboxGroup.axe-core.func.spec.js +4 -4
- package/ds-controlled-form/ds-controlled-checkbox-group/DSControlledCheckboxGroup.visual.spec.js +1 -1
- package/ds-controlled-form/ds-controlled-radio/DSControlledRadioCO.js +50 -1
- package/ds-controlled-form/ds-controlled-radio/aria-disabled/DSControlledRadio.aria-disabled.axe-core.func.spec.js +16 -2
- package/ds-controlled-form/ds-controlled-radio/aria-disabled/DSControlledRadio.aria-disabled.func.spec.js +37 -0
- package/ds-controlled-form/ds-controlled-radio/slots/DSControlledRadio.slots.func.spec.js +78 -0
- package/ds-controlled-form/ds-controlled-radio/theme-font/DSControlledRadio.theme-font.func.spec.js +30 -0
- package/ds-controlled-form/react-hook-form/ReactHook.func.spec.js +1 -3
- package/ds-data-table-async/DSDataTableCO.js +187 -10
- package/ds-data-table-async/basic/DSDataTable.basic.visual.spec.js +1 -1
- package/ds-data-table-async/components/FilterBarCO.js +7 -0
- package/ds-data-table-async/components/FiltersCO.js +1 -1
- package/ds-data-table-async/components/HeaderCO.js +37 -1
- package/ds-data-table-async/dnd/DSDataTable.dnd-keyboard-scroll.func.spec.js +51 -0
- package/ds-data-table-async/filter-menu-close/DSDataTable.filter-menu-close.func.spec.js +77 -0
- package/ds-data-table-async/filter-popover-boundary/DSDataTable.filter-popover-boundary.func.spec.js +98 -0
- package/ds-data-table-async/filters/DSDataTable.filters-creatable-active-descendant.func.spec.js +51 -0
- package/ds-data-table-async/filters/DSDataTable.filters-creatable.func.spec.js +55 -0
- package/ds-data-table-async/filters/DSDataTable.filters.axe-core.func.spec.js +11 -9
- package/ds-data-table-async/filtersV2/DSDataTable.filtersV2-creatablemultiselect.keyboard.func.spec.js +2 -2
- package/ds-data-table-async/filtersV2/DSDataTable.filtersV2-creatableselect.keyboard.func.spec.js +2 -2
- package/ds-data-table-async/filtersV2/DSDataTable.filtersV2.axe-core.func.spec.js +45 -29
- package/ds-data-table-async/filtersV2/pill-label/DSDataTable.pillLabel.axe-core.func.spec.js +23 -0
- package/ds-data-table-async/filtersV2/pill-label/DSDataTable.pillLabel.func.spec.js +50 -0
- package/ds-data-table-async/filtersV2/pill-label/DSDataTable.pillLabel.visual.spec.js +21 -0
- package/ds-data-table-async/header-affordances/DSDataTable.header-affordances.func.spec.js +92 -0
- package/ds-data-table-async/helpers/getInputSelection.js +6 -0
- package/ds-data-table-async/helpers/index.js +1 -0
- package/ds-data-table-async/keyboard-scroll/DSDataTable.keyboard-scroll.func.spec.js +39 -0
- package/ds-data-table-async/menubutton/DSDataTable.MenuButton.keyboard.func.spec.js +8 -7
- package/ds-data-table-async/menubutton/DSDataTable.MenuButton.mouse.func.spec.js +6 -7
- package/ds-data-table-async/pagination/DSDataTable.pagination.func.spec.js +3 -2
- package/ds-data-table-async/resizable/DSDataTable.resize-min-clamp.func.spec.js +72 -0
- package/ds-data-table-async/resizable/DSDataTable.resizerA11y.axe-core.func.spec.js +42 -0
- package/ds-data-table-async/resizable/DSDataTable.resizerA11y.func.spec.js +98 -0
- package/ds-data-table-async/textwrapping/DSDataTable.header-wrap-alignment.axe-core.func.spec.js +23 -0
- package/ds-data-table-async/textwrapping/DSDataTable.header-wrap-alignment.visual.spec.js +106 -0
- package/ds-data-table-async/textwrapping/DSDataTable.text-wrap-toolbar.visual.spec.js +27 -0
- package/ds-data-table-async/toggle-cell-focus/DSDataTable.toggle-cell-enter-focus.func.spec.js +31 -0
- package/ds-data-table-async/vissibility/DSDataTable.vissibility.visual.spec.js +2 -0
- package/ds-dataviz/DSDataViz.axis.visual.spec.js +1 -2
- package/ds-dataviz/DSDataViz.ticks.visual.spec.js +1 -2
- package/ds-dataviz/DSDataVizCO.js +2 -0
- package/ds-dataviz/axecore/DSDataViz.axis.axe-core.func.spec.js +1 -1
- package/ds-floating-context/DSFloatingContextCO.js +10 -0
- package/ds-floating-context/placement/DSFloatingContext.placement.visual.spec.js +48 -0
- package/ds-form-combobox-multi/DSComboboxMultiCO.js +36 -9
- package/ds-form-combobox-multi/aria-busy-loading/DSComboboxMulti.aria-busy-loading.axe-core.func.spec.js +55 -0
- package/ds-form-combobox-multi/aria-busy-loading/DSComboboxMulti.aria-busy-loading.func.spec.js +57 -0
- package/ds-form-combobox-multi/aria-disabled/DSComboboxMulti.aria-disabled.visual.spec.js +19 -2
- package/ds-form-combobox-multi/disabled/DSComboboxMulti.disabled.axe-core.func.spec.js +24 -0
- package/ds-form-combobox-multi/disabled/DSComboboxMulti.disabled.mouse.func.spec.js +0 -2
- package/ds-form-combobox-multi/disabled/DSComboboxMulti.disabled.visual.spec.js +22 -0
- package/ds-form-combobox-multi/grouped/DSComboboxMulti.grouped.visual.spec.js +42 -0
- package/ds-form-combobox-multi/inline/DSComboboxMulti.inline.visual.spec.js +21 -0
- package/ds-form-combobox-multi/pills/DSComboboxMulti.pills.func.spec.js +59 -0
- package/ds-form-combobox-multi/pills/DSComboboxMulti.pills.visual.spec.js +39 -0
- package/ds-form-combobox-multi/skeleton/DSComboboxMulti.skeleton.visual.spec.js +25 -0
- package/ds-form-combobox-multi/theme-font/DSComboboxMulti.theme-font.func.spec.js +38 -0
- package/ds-form-combobox-multi/with-tooltip/DSComboboxMulti.with-tooltip.axe-core.func.spec.js +39 -0
- package/ds-form-combobox-multi/with-tooltip/DSComboboxMulti.with-tooltip.func.spec.js +39 -0
- package/ds-form-combobox-multi/with-tooltip/DSComboboxMulti.with-tooltip.visual.spec.js +29 -0
- package/ds-form-combobox-single/DSComboboxSingleCO.js +25 -9
- package/ds-form-combobox-single/aria-busy-loading/DSComboboxSingle.aria-busy-loading.axe-core.func.spec.js +49 -0
- package/ds-form-combobox-single/aria-busy-loading/DSComboboxSingle.aria-busy-loading.func.spec.js +54 -0
- package/ds-form-combobox-single/aria-disabled/DSComboboxSingle.aria-disabled.visual.spec.js +18 -0
- package/ds-form-combobox-single/creatable/DSComboboxSingle.creatable.visual.spec.js +30 -0
- package/ds-form-combobox-single/disabled/DSComboboxSingle.disabled.axe-core.func.spec.js +24 -0
- package/ds-form-combobox-single/disabled/DSComboboxSingle.disabled.mouse.func.spec.js +0 -2
- package/ds-form-combobox-single/disabled/DSComboboxSingle.disabled.visual.spec.js +22 -0
- package/ds-form-combobox-single/grouped/DSComboboxSingle.grouped.visual.spec.js +45 -0
- package/ds-form-combobox-single/inline/DSComboboxSingle.inline.visual.spec.js +23 -0
- package/ds-form-combobox-single/skeleton/DSComboboxSingle.skeleton.visual.spec.js +25 -0
- package/ds-form-combobox-single/theme-font/DSComboboxSingle.theme-font.func.spec.js +34 -0
- package/ds-form-combobox-single/with-tooltip/DSComboboxSingle.with-tooltip.axe-core.func.spec.js +39 -0
- package/ds-form-combobox-single/with-tooltip/DSComboboxSingle.with-tooltip.func.spec.js +39 -0
- package/ds-form-combobox-single/with-tooltip/DSComboboxSingle.with-tooltip.visual.spec.js +29 -0
- package/ds-form-date-range-picker/DateRangePicker.axe-core.spec.js +5 -0
- package/ds-form-date-range-picker/DateRangePicker.functional.spec.js +80 -18
- package/ds-form-date-range-picker/DateRangePickerCO.js +19 -0
- package/ds-form-date-range-picker/date-segment-aria-labels/DateRangePicker.date-segment-aria-labels.func.spec.js +66 -0
- package/ds-form-date-range-picker/grouped-field-error-announcement/DateRangePicker.grouped-field-error-announcement.func.spec.js +59 -0
- package/ds-form-date-range-picker/picker-callbacks/DateRangePicker.picker-callbacks.func.spec.js +36 -0
- package/ds-form-date-time-picker/DSControlledDateTimePickerCO.js +7 -0
- package/ds-form-date-time-picker/date-time-full/DateTimeFull.axe-core.func.spec.js +8 -1
- package/ds-form-date-time-picker/date-time-full/DateTimePicker.DateTimeFull.visual.spec.js +9 -0
- package/ds-form-date-time-picker/partial-date-open-focus/DateTimePicker.partial-date-open-focus.func.spec.js +45 -0
- package/ds-form-native-select/NativeSelect.axe-core.func.spec.js +39 -0
- package/ds-form-native-select/NativeSelect.visual.spec.js +33 -0
- package/ds-form-native-select/NativeSelectCO.js +6 -0
- package/ds-form-native-select/option-selection/NativeSelect.option-selection.func.spec.js +25 -0
- package/ds-form-toggle/DSToggle.func.spec.js +20 -23
- package/ds-form-toggle/DSToggleCO.js +11 -2
- package/ds-global-header/GlobalHeader.announcements.func.spec.js +27 -0
- package/ds-global-header/GlobalHeader.axe-core.func.spec.js +15 -15
- package/ds-global-header/GlobalHeader.func.spec.js +70 -1
- package/ds-global-header/GlobalHeaderCO.js +120 -2
- package/ds-global-header/app-picker-passthrough/GlobalHeader.app-picker-passthrough.func.spec.js +113 -0
- package/ds-global-header/popup-menu-focus/GlobalHeader.popup-menu-focus.func.spec.js +63 -0
- package/ds-global-header/popup-menu-slots/GlobalHeader.popup-menu-slots.func.spec.js +70 -0
- package/ds-global-header/search-toggle-slots/GlobalHeader.search-toggle-slots.func.spec.js +118 -0
- package/ds-global-header/toolbar-item-attributes/GlobalHeader.toolbar-item-attributes.func.spec.js +53 -0
- package/ds-grid/DSGridCO.js +20 -0
- package/ds-grid/layout-mode/DSGrid.layout-mode.func.spec.js +51 -0
- package/ds-grid/layout-mode/DSGrid.layout-mode.visual.spec.js +22 -0
- package/ds-hooks/DSHook.UseFontSizeMedia.visual.spec.js +5 -2
- package/ds-hooks/DSHook.usetree.func.spec.js +3 -2
- package/ds-hooks/DSHookCO.js +56 -23
- package/ds-hooks/useFocusStack/DSHook.useFocusStack.func.spec.js +83 -0
- package/ds-hooks/useFocusTrap/UseFocusTrapCO.js +2 -0
- package/ds-hooks/useFocusTrap/UseFocusTrapToggle.func.spec.js +48 -0
- package/ds-hooks/useMask/Number/UseNumberMask.axe-core.func.spec.js +48 -0
- package/ds-menu-button/DSMenuButtonCO.js +23 -0
- package/ds-menu-button/slots/DSMenuButton.slots.axe-core.func.spec.js +28 -0
- package/ds-menu-button/slots/DSMenuButton.slots.func.spec.js +59 -0
- package/ds-menu-button/slots/DSMenuButton.slots.visual.spec.js +26 -0
- package/ds-modal-slide/ModalSlideCO.js +7 -0
- package/ds-modal-slide/custom-header/ModalSlide.customHeader.focusRing.visual.spec.js +2 -1
- package/ds-modal-slide/heading-level/ModalSlide.headingLevel.axe-core.func.spec.js +25 -0
- package/ds-modal-slide/heading-level/ModalSlide.headingLevel.func.spec.js +25 -0
- package/ds-modal-slide/slots/ModalSlide.slots.func.spec.js +18 -0
- package/ds-notification-badge/DSNotificationBadge.visual.spec.js +17 -20
- package/ds-page-layout/PageLayoutCO.js +4 -4
- package/ds-pills-v2/DSPillsV2CO.js +12 -0
- package/ds-pills-v2/apply-aria-disabled/DSPills.applyAriaDisabled.func.spec.js +53 -0
- package/ds-pills-v2/apply-aria-disabled/DSPills.applyAriaDisabled.visual.spec.js +26 -0
- package/ds-pills-v2/disabled/DSPills.disabled.func.spec.js +53 -0
- package/ds-pills-v2/disabled/DSPills.disabled.visual.spec.js +33 -0
- package/ds-progress-indicator/DSProgressIndicator.axe-core.func.spec.js +2 -0
- package/ds-progress-indicator/DSProgressIndicatorCO.js +1 -1
- package/ds-query-builder/DSQueryBuilder.visual.spec.js +6 -6
- package/ds-shuttle-v2/DSShuttleV2CO.js +15 -1
- package/ds-shuttle-v2/breadcrumb-a11y/DSShuttleV2.breadcrumb-a11y.func.spec.js +43 -0
- package/ds-shuttle-v2/explicit-selection-ui/DSShuttleV2.explicit-selection-ui.func.spec.js +37 -0
- package/ds-shuttle-v2/explicit-selection-ui/DSShuttleV2.explicit-selection-ui.visual.spec.js +30 -0
- package/ds-shuttle-v2/extra/DSShuttleV2.extra.visual.spec.js +8 -3
- package/ds-shuttle-v2/items/DSShuttleV2.items.func.spec.js +4 -2
- package/ds-shuttle-v2/skipped/DSShuttleV2.extra.axe-core.skipped.js +1 -1
- package/ds-shuttle-v2/skipped/DSShuttleV2.filter.axe-core.skipped.js +1 -1
- package/ds-shuttle-v2/skipped/DSShuttleV2.globalcheckbox.axe-core.skipped.js +1 -1
- package/ds-shuttle-v2/skipped/DSShuttleV2.items.axe-core.skipped.js +3 -3
- package/ds-shuttle-v2/skipped/DSShuttleV2.skipped.js +5 -5
- package/ds-slider-v2/DSSliderV2.func.spec.js +36 -25
- package/ds-slider-v2/DSSliderV2CO.js +10 -0
- package/ds-slider-v2/min-range/DSSliderV2.min-range.func.spec.js +69 -0
- package/ds-tab-button/DSTabButton.func.spec.js +1 -1
- package/ds-tabs/DSTabsCO.js +4 -0
- package/ds-tabs/notification-badge/DSTabs.notification-badge.axe-core.func.spec.js +28 -0
- package/ds-tabs/notification-badge/DSTabs.notification-badge.func.spec.js +51 -0
- package/ds-tooltip-v3/DSTooltipV3CO.js +21 -0
- package/ds-tooltip-v3/aria-tooltip-pattern/DSTooltipV3.aria-tooltip-pattern.axe-core.func.spec.js +23 -0
- package/ds-tooltip-v3/aria-tooltip-pattern/DSTooltipV3.aria-tooltip-pattern.func.spec.js +29 -0
- package/ds-tooltip-v3/dialog/DSTooltipV3.dialog.func.spec.js +45 -0
- package/ds-tooltip-v3/dialog/DSTooltipV3.dialog.visual.spec.js +29 -0
- package/ds-treeview/DSTreeViewCO.js +23 -0
- package/ds-treeview/dragAndDrop/TreeView-dnd_keyboard.func.spec.js +96 -0
- package/ds-typography/DSTypographyCO.js +10 -0
- package/ds-typography/theme-font/DSTypography.theme-font.func.spec.js +30 -0
- package/package.json +150 -153
- package/paths.js +12 -6
- package/ds-card-v3/disabled/DSCardV3.disabled.visual.spec.js +0 -17
- package/ds-chat-tile/TileCO.js +0 -35
- package/ds-hooks/DSHook.func.spec.js +0 -60
- package/ds-hooks/useFocusStack/DSHook.useFocusStack.skipped.js +0 -57
- package/ds-treeview/dragAndDrop/TreeView-dnd_mouse.func.spec.js +0 -61
package/CHANGELOG.md
CHANGED
|
@@ -3,35 +3,387 @@
|
|
|
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
|
+
## 3.70.0-next.70 (2026-08-28)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- ds-form-combobox:: apply theme font-family to the native input [PUI-18977](https://jira.elliemae.io/browse/PUI-18977) ([#8347](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8347)) ([077ffda](https://github.com/intcx/PLATFORM-UI.dimsum/commit/077ffdaa86f397b86867b6a0bc9bcefec827fdf1))
|
|
11
|
+
|
|
12
|
+
## 3.70.0-next.69 (2026-08-27)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- ds-form-date-range-picker:: add picker callback E2E coverage [PUI-18907](https://jira.elliemae.io/browse/PUI-18907) ([#8343](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8343)) ([74b1724](https://github.com/intcx/PLATFORM-UI.dimsum/commit/74b1724d92c8bc91ee2fdb9106237da382dea311))
|
|
17
|
+
|
|
18
|
+
## 3.70.0-next.68 (2026-08-26)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- ds-pills-v2:: pitfalls label requirement disclaimer and input/error association [PUI-18617](https://jira.elliemae.io/browse/PUI-18617) ([#8335](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8335)) ([050fb4b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/050fb4b91cfc8292f9d7474cbb6c0496d5205661))
|
|
23
|
+
|
|
24
|
+
## 3.70.0-next.67 (2026-08-26)
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
- ds-global-header:: restored unintentional test-id change to usual one [PUI-19020](https://jira.elliemae.io/browse/PUI-19020) ([#8337](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8337)) ([149cc79](https://github.com/intcx/PLATFORM-UI.dimsum/commit/149cc797c44bf15f3723ec7a19d73311755bf471))
|
|
29
|
+
|
|
30
|
+
## 3.70.0-next.66 (2026-08-26)
|
|
31
|
+
|
|
32
|
+
### Features
|
|
33
|
+
|
|
34
|
+
- ds-global-header:: E2E coverage for toolbar item contract passthrough [PUI-18647](https://jira.elliemae.io/browse/PUI-18647) ([#8332](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8332)) ([ad4a2bb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ad4a2bbb5027f343605cfd164fe5d6265ebd6e9e))
|
|
35
|
+
|
|
36
|
+
## 3.70.0-next.65 (2026-08-25)
|
|
37
|
+
|
|
38
|
+
### Bug Fixes
|
|
39
|
+
|
|
40
|
+
- ds-form-date-range-picker:: forward props onPickerOpen and onPickerClose to the calendar [PUI-18907](https://jira.elliemae.io/browse/PUI-18907) ([#8334](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8334)) ([dbbe29c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/dbbe29cabefa96a848441565d4e14a6c94e99bac))
|
|
41
|
+
|
|
42
|
+
## 3.70.0-next.64 (2026-08-25)
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
- dimsum:: stories as correct typechecked deliverables [PUI-18610](https://jira.elliemae.io/browse/PUI-18610) ([#8331](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8331)) ([2c4da4c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2c4da4cda51ce2a4b4e597926f257d144c1494f1))
|
|
47
|
+
|
|
48
|
+
## 3.70.0-next.63 (2026-08-22)
|
|
49
|
+
|
|
50
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
51
|
+
|
|
52
|
+
## 3.70.0-next.62 (2026-08-19)
|
|
53
|
+
|
|
54
|
+
### Bug Fixes
|
|
55
|
+
|
|
56
|
+
- dimsum:: wire playwright test into the test script for ds-form-checkbox, ds-form-layout-autocomplete and ds-app-picker ([#8316](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8316)) ([c301b8c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c301b8cb3c488d8a4a0da6d8514844b9eeef0119))
|
|
57
|
+
|
|
58
|
+
## 3.70.0-next.61 (2026-08-18)
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
- ds-data-table:: skip the PUI-18881 filter caret and selection e2e [PUI-18881](https://jira.elliemae.io/browse/PUI-18881) ([#8310](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8310)) ([80b0c0f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/80b0c0f7433a409ac6ef74b08535b678be817bf0)), closes [#8307](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8307)
|
|
63
|
+
|
|
64
|
+
## 3.70.0-next.60 (2026-08-13)
|
|
65
|
+
|
|
66
|
+
### Bug Fixes
|
|
67
|
+
|
|
68
|
+
- ds-chip:: correct round shape disabled state colors per spec [PUI-18905](https://jira.elliemae.io/browse/PUI-18905) ([#8290](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8290)) ([42bcb62](https://github.com/intcx/PLATFORM-UI.dimsum/commit/42bcb62fd8b2c45a4c45cd762004dbcdbef7d7eb))
|
|
69
|
+
|
|
70
|
+
## 3.70.0-next.59 (2026-08-12)
|
|
71
|
+
|
|
72
|
+
### Features
|
|
73
|
+
|
|
74
|
+
- dimsum:: analysis of size for date-time-input and data-table [PUI-18345](https://jira.elliemae.io/browse/PUI-18345) ([#8285](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8285)) ([70cd13f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/70cd13f8e4f928805fdd8ec7dff1f0042d33abdb))
|
|
75
|
+
|
|
76
|
+
## [3.70.0-next.58](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.70.0-next.57...v3.70.0-next.58) (2026-08-11)
|
|
77
|
+
|
|
78
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
79
|
+
|
|
80
|
+
## [3.70.0-next.57](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.70.0-next.56...v3.70.0-next.57) (2026-08-11)
|
|
81
|
+
|
|
82
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
83
|
+
|
|
84
|
+
## [3.70.0-next.56](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.70.0-next.55...v3.70.0-next.56) (2026-08-11)
|
|
85
|
+
|
|
86
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
87
|
+
|
|
88
|
+
## 3.70.0-next.55 (2026-08-10)
|
|
89
|
+
|
|
90
|
+
### Bug Fixes
|
|
91
|
+
|
|
92
|
+
- ds-app-picker:: a11y fixes + axe-test fixes + markdown files fixes [PUI-17213](https://jira.elliemae.io/browse/PUI-17213) [PUI-17860](https://jira.elliemae.io/browse/PUI-17860) ([#8260](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8260)) ([f24df52](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f24df52d0565660595e557ca6df3c2e6fa815644))
|
|
93
|
+
|
|
94
|
+
## 3.70.0-next.54 (2026-07-31)
|
|
95
|
+
|
|
96
|
+
### Bug Fixes
|
|
97
|
+
|
|
98
|
+
- ds-app-picker:: re-organized data-flow for improved stability and long-term scaling [PUI-17213](https://jira.elliemae.io/browse/PUI-17213) ([#8242](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8242)) ([753be67](https://github.com/intcx/PLATFORM-UI.dimsum/commit/753be67beb6d5dcca2c6d8808ebe6540cf76ffc3))
|
|
99
|
+
|
|
100
|
+
## 3.70.0-next.53 (2026-07-28)
|
|
101
|
+
|
|
102
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
103
|
+
|
|
104
|
+
## 3.70.0-next.52 (2026-07-27)
|
|
105
|
+
|
|
106
|
+
### Bug Fixes
|
|
107
|
+
|
|
108
|
+
- ds-drag-and-drop:: keyboard row drag no longer restarts smooth-scroll on held arrow key [PUI-8826](https://jira.elliemae.io/browse/PUI-8826) ([#8226](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8226)) ([5325023](https://github.com/intcx/PLATFORM-UI.dimsum/commit/532502386fd2a082f379a8da7957aa52264e7f9d))
|
|
109
|
+
|
|
110
|
+
## 3.70.0-next.51 (2026-07-27)
|
|
111
|
+
|
|
112
|
+
### Features
|
|
113
|
+
|
|
114
|
+
- ds-button-v2:: add e2e test for aria-disabled attribute absence [PUI-17909](https://jira.elliemae.io/browse/PUI-17909) ([#8222](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8222)) ([0c972a5](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0c972a5a26a92c6e69979000649521fab87bdb9d))
|
|
115
|
+
|
|
116
|
+
## 3.70.0-next.50 (2026-07-24)
|
|
117
|
+
|
|
118
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
119
|
+
|
|
120
|
+
## 3.70.0-next.49 (2026-07-21)
|
|
121
|
+
|
|
122
|
+
### Bug Fixes
|
|
123
|
+
|
|
124
|
+
- ds-form-checkbox:: update to latest spec [PUI-18112](https://jira.elliemae.io/browse/PUI-18112) ([#8201](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8201)) ([ed9660f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ed9660fa98038dd1a9fc9c591b6c0980cfba102f))
|
|
125
|
+
|
|
126
|
+
## 3.70.0-next.48 (2026-07-20)
|
|
127
|
+
|
|
128
|
+
### Bug Fixes
|
|
129
|
+
|
|
130
|
+
- ds-form-radio:: fixed and expanded radio documentation [PUI-17897](https://jira.elliemae.io/browse/PUI-17897) ([#8191](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8191)) ([e7c892a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e7c892a9aad4c068e352c00e589253c0c96e5986))
|
|
131
|
+
|
|
132
|
+
## 3.70.0-next.47 (2026-07-17)
|
|
133
|
+
|
|
134
|
+
### Features
|
|
135
|
+
|
|
136
|
+
- ds-data-table:: e2e a11y for filter pill customization & resizer roles [PUI-8318](https://jira.elliemae.io/browse/PUI-8318) [PUI-17786](https://jira.elliemae.io/browse/PUI-17786) ([#8189](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8189)) ([f122016](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f122016eb880daec1486bea8e511356658856da7))
|
|
137
|
+
|
|
138
|
+
## 3.70.0-next.46 (2026-07-17)
|
|
139
|
+
|
|
140
|
+
### Bug Fixes
|
|
141
|
+
|
|
142
|
+
- ds-global-header:: search toggle pass axe core scan [PUI-17970](https://jira.elliemae.io/browse/PUI-17970) ([#8176](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8176)) ([738a9b2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/738a9b28a0e138a178517f6b9b40dccf03901a3b))
|
|
143
|
+
|
|
144
|
+
## 3.70.0-next.45 (2026-07-14)
|
|
145
|
+
|
|
146
|
+
### Bug Fixes
|
|
147
|
+
|
|
148
|
+
- ds-drag-and-drop:: correct tree dnd screen reader announcements [PUI-18684](https://jira.elliemae.io/browse/PUI-18684) ([#8170](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8170)) ([7591ec9](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7591ec9bc54acadaca6912add3f51837977dddc3))
|
|
149
|
+
|
|
150
|
+
## 3.70.0-next.44 (2026-07-13)
|
|
151
|
+
|
|
152
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
153
|
+
|
|
154
|
+
## 3.70.0-next.43 (2026-07-08)
|
|
155
|
+
|
|
156
|
+
### Features
|
|
157
|
+
|
|
158
|
+
- dimsum:: migrated some flaky jest test to equivalent in playwright & ds-chat-container DOM cache fix [PUI-17849](https://jira.elliemae.io/browse/PUI-17849) ([#8132](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8132)) ([3ea36d1](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3ea36d14c6539559bea7e2e301548b521c51571b))
|
|
159
|
+
|
|
160
|
+
## 3.70.0-next.42 (2026-07-06)
|
|
161
|
+
|
|
162
|
+
### Features
|
|
163
|
+
|
|
164
|
+
- ds-accordion-native:: harden toolbar dropdown E2E + document QA findings [PUI-18083](https://jira.elliemae.io/browse/PUI-18083) ([#8154](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8154)) ([b0c73e6](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b0c73e6f29d705b502560108e06d255a4277a444))
|
|
165
|
+
|
|
166
|
+
## 3.70.0-next.41 (2026-07-02)
|
|
167
|
+
|
|
168
|
+
### Features
|
|
169
|
+
|
|
170
|
+
- dimsum:: add component-vpat skill for WCAG 2.5 conformance reports [PUI-14236](https://jira.elliemae.io/browse/PUI-14236) ([#8146](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8146)) ([dfe5ca6](https://github.com/intcx/PLATFORM-UI.dimsum/commit/dfe5ca657cd3895c8c98262286cd4cca2238d41e))
|
|
171
|
+
|
|
172
|
+
## 3.70.0-next.40 (2026-06-29)
|
|
173
|
+
|
|
174
|
+
### Features
|
|
175
|
+
|
|
176
|
+
- ds-card-v3:: add theming example story in slots [PUI-17890](https://jira.elliemae.io/browse/PUI-17890) ([#8137](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8137)) ([322a618](https://github.com/intcx/PLATFORM-UI.dimsum/commit/322a618b813f5f5261b423f556baadd60844d945))
|
|
177
|
+
|
|
178
|
+
## 3.70.0-next.39 (2026-06-25)
|
|
179
|
+
|
|
180
|
+
### Features
|
|
181
|
+
|
|
182
|
+
- dimsum:: added internal diagnostic via fallow and dashboard ([#8075](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8075)) ([ee77882](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ee77882bb5276c0299bd2f3cee59d8e71d462c0a))
|
|
183
|
+
|
|
184
|
+
## 3.70.0-next.38 (2026-06-24)
|
|
185
|
+
|
|
186
|
+
### Bug Fixes
|
|
187
|
+
|
|
188
|
+
- ds-shuttle-v2:: re-point skipped axe-core gate comments to [PUI-18632](https://jira.elliemae.io/browse/PUI-18632) ([#8126](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8126)) ([bec49f6](https://github.com/intcx/PLATFORM-UI.dimsum/commit/bec49f6365074807eebbfe4492d4127fb09e3874))
|
|
189
|
+
|
|
190
|
+
## 3.70.0-next.37 (2026-06-22)
|
|
191
|
+
|
|
192
|
+
### Features
|
|
193
|
+
|
|
194
|
+
- ds-icons:: new audio fill play/pause [PUI-18631](https://jira.elliemae.io/browse/PUI-18631) ([#8125](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8125)) ([218062c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/218062c219405e757f9cdac622ce2398a519535d))
|
|
195
|
+
|
|
196
|
+
## 3.70.0-next.36 (2026-06-22)
|
|
197
|
+
|
|
198
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
199
|
+
|
|
200
|
+
## 3.70.0-next.35 (2026-06-19)
|
|
201
|
+
|
|
202
|
+
### Bug Fixes
|
|
203
|
+
|
|
204
|
+
- ds-data-table:: header wrap layout — word-break, vertical alignment and reactive paddingStart [PUI-17819](https://jira.elliemae.io/browse/PUI-17819) ([#8119](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8119)) ([af25ca5](https://github.com/intcx/PLATFORM-UI.dimsum/commit/af25ca52f48b68819ff89efb74fa11739dc69d51))
|
|
205
|
+
|
|
206
|
+
## 3.70.0-next.34 (2026-06-17)
|
|
207
|
+
|
|
208
|
+
### Features
|
|
209
|
+
|
|
210
|
+
- dimsum:: theme comparasion typography and button [PUI-18210](https://jira.elliemae.io/browse/PUI-18210) ([#8116](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8116)) ([a206f08](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a206f08628b4277771f6a9c7df6e586a0b3437e3))
|
|
211
|
+
|
|
212
|
+
## 3.70.0-next.33 (2026-06-16)
|
|
213
|
+
|
|
214
|
+
### Bug Fixes
|
|
215
|
+
|
|
216
|
+
- ds-shuttle-v2:: fixed typescript and exposed a11y examples [PUI-12852](https://jira.elliemae.io/browse/PUI-12852) ([#8111](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8111)) ([a8707eb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a8707eb9ef9c24c94b373b195f39eea8c0b2d9b3))
|
|
217
|
+
|
|
218
|
+
## 3.70.0-next.32 (2026-06-16)
|
|
219
|
+
|
|
220
|
+
### Features
|
|
221
|
+
|
|
222
|
+
- dimsum:: portal layout improvements [PUI-18441](https://jira.elliemae.io/browse/PUI-18441) ([#8110](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8110)) ([43e1a36](https://github.com/intcx/PLATFORM-UI.dimsum/commit/43e1a36fa6c9582b2dcd4f6f5f0e64a645584132))
|
|
223
|
+
|
|
224
|
+
## 3.70.0-next.31 (2026-06-12)
|
|
225
|
+
|
|
226
|
+
### Features
|
|
227
|
+
|
|
228
|
+
- storybook:: improve start logging exp ([#8102](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8102)) ([da22cef](https://github.com/intcx/PLATFORM-UI.dimsum/commit/da22cef0401496b9d1d5432703fea28235e7ab6d))
|
|
229
|
+
|
|
230
|
+
## 3.70.0-next.30 (2026-06-12)
|
|
231
|
+
|
|
232
|
+
### Features
|
|
233
|
+
|
|
234
|
+
- ds-accordion:: pitfalls updated [PUI-17911](https://jira.elliemae.io/browse/PUI-17911) ([#8100](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8100)) ([f745362](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f74536235b9eedc75113bf39b127ddf3ecd30c51))
|
|
235
|
+
|
|
236
|
+
## 3.70.0-next.29 (2026-06-11)
|
|
237
|
+
|
|
238
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
239
|
+
|
|
240
|
+
## 3.70.0-next.28 (2026-06-10)
|
|
241
|
+
|
|
242
|
+
### Bug Fixes
|
|
243
|
+
|
|
244
|
+
- ds-form-combobox:: style group label per b3-strong spec and add grouped feature stories [PUI-15487](https://jira.elliemae.io/browse/PUI-15487) ([#8083](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8083)) ([a4713b7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a4713b79b26ed2102a878ce7418031b77fca7746))
|
|
245
|
+
|
|
246
|
+
## 3.70.0-next.27 (2026-06-08)
|
|
247
|
+
|
|
248
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
249
|
+
|
|
250
|
+
## 3.70.0-next.26 (2026-06-04)
|
|
251
|
+
|
|
252
|
+
### Features
|
|
253
|
+
|
|
254
|
+
- ds-card-v3:: dimsum compliance [PUI-17888] (https://jira.elliemae.io/browse/PUI-17888) ([#8079](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8079)) ([4a2695f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4a2695f012d92e25cfd779c90fc32303c5bc0c7f))
|
|
255
|
+
|
|
256
|
+
## 3.70.0-next.25 (2026-06-02)
|
|
257
|
+
|
|
258
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
259
|
+
|
|
260
|
+
## 3.70.0-next.24 (2026-06-02)
|
|
261
|
+
|
|
262
|
+
### Bug Fixes
|
|
263
|
+
|
|
264
|
+
- ds-form-native-select:: fix disabled color contrast [PUI-14617](https://jira.elliemae.io/browse/PUI-14617) ([#8070](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8070)) ([fcbf80e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/fcbf80efbd12904a003cdc3c69ff4be40d3777c8))
|
|
265
|
+
|
|
266
|
+
## 3.70.0-next.23 (2026-06-02)
|
|
267
|
+
|
|
268
|
+
### Bug Fixes
|
|
269
|
+
|
|
270
|
+
- ds-shuttle-v2:: Missing current selection announcement [PUI-15537](https://jira.elliemae.io/browse/PUI-15537) ([#8067](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8067)) ([614de10](https://github.com/intcx/PLATFORM-UI.dimsum/commit/614de10c3c8ddf1c4f708b5195df6e025dc40c06))
|
|
271
|
+
|
|
272
|
+
## 3.70.0-next.22 (2026-06-01)
|
|
273
|
+
|
|
274
|
+
### Features
|
|
275
|
+
|
|
276
|
+
- dimsum:: portal final touches to search algorithm and load times [PUI-18454](https://jira.elliemae.io/browse/PUI-18454) ([#8065](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8065)) ([4f70bfd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4f70bfd3a300de1baa3e0761e5b99c7ff88d968f))
|
|
277
|
+
|
|
278
|
+
## 3.70.0-next.21 (2026-06-01)
|
|
279
|
+
|
|
280
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
281
|
+
|
|
282
|
+
## 3.70.0-next.20 (2026-06-01)
|
|
283
|
+
|
|
284
|
+
### Bug Fixes
|
|
285
|
+
|
|
286
|
+
- environment:: fix CO URL routing for ds-chat [PUI-18039](https://jira.elliemae.io/browse/PUI-18039) ([#8064](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8064)) ([ad7ba54](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ad7ba54dc4aafdcff00aeb17b20a39f3cd9b458b))
|
|
287
|
+
|
|
288
|
+
## 3.70.0-next.19 (2026-05-28)
|
|
289
|
+
|
|
290
|
+
### Features
|
|
291
|
+
|
|
292
|
+
- ds-chat-empty-state:: slot system constants module, test pillars, deviations register, promote storybook to Chat section [PUI-17908](https://jira.elliemae.io/browse/PUI-17908) ([#8062](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8062)) ([08ed09e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/08ed09e95484763ec0fdddc81d1a8124a3918333))
|
|
293
|
+
|
|
294
|
+
## 3.70.0-next.18 (2026-05-27)
|
|
295
|
+
|
|
296
|
+
### Features
|
|
297
|
+
|
|
298
|
+
- ds-chat-message-delimeter:: bring package to full Dimsum compliance — slot system, constants module, test pillars, deviations register, promote storybook to Chat section [PUI-17908](https://jira.elliemae.io/browse/PUI-17908) ([#8061](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8061)) ([d6cd0f9](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d6cd0f93543645f14d0792f78cf4ecfccf1b9bef))
|
|
299
|
+
|
|
300
|
+
## 3.70.0-next.17 (2026-05-27)
|
|
301
|
+
|
|
302
|
+
### Features
|
|
303
|
+
|
|
304
|
+
- dimsum:: new portal now has support for searching content [PUI-18454](https://jira.elliemae.io/browse/PUI-18454) ([#8059](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8059)) ([405dbe5](https://github.com/intcx/PLATFORM-UI.dimsum/commit/405dbe5203782b4019c3d31777ca9a525f54518d))
|
|
305
|
+
|
|
306
|
+
## 3.70.0-next.16 (2026-05-25)
|
|
307
|
+
|
|
308
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
309
|
+
|
|
310
|
+
## 3.70.0-next.15 (2026-05-22)
|
|
311
|
+
|
|
312
|
+
### Features
|
|
313
|
+
|
|
314
|
+
- dimsum:: created open-spec dimsum wrapper for monorepo operation [PUI-18489](https://jira.elliemae.io/browse/PUI-18489) ([#8045](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8045)) ([0c8e422](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0c8e422cb87de489439faa38eab4129a6ebf8299))
|
|
315
|
+
|
|
316
|
+
## 3.70.0-next.14 (2026-05-21)
|
|
317
|
+
|
|
318
|
+
### Features
|
|
319
|
+
|
|
320
|
+
- ds-chat:: add visual and functional tests for slot support [PUI-17908](https://jira.elliemae.io/browse/PUI-17908) ([#8042](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8042)) ([e1fe993](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e1fe993dca1b73f003daa87558fd75097d2bb79a))
|
|
321
|
+
|
|
322
|
+
## 3.70.0-next.13 (2026-05-19)
|
|
323
|
+
|
|
324
|
+
### Bug Fixes
|
|
325
|
+
|
|
326
|
+
- ds-data-table:: clickout side filters improve [PUI-18469](https://jira.elliemae.io/browse/PUI-18469) ([#8035](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8035)) ([b6d1549](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b6d1549b9b369692ab93487ba24a37216f4738de))
|
|
327
|
+
|
|
328
|
+
## 3.70.0-next.12 (2026-05-15)
|
|
329
|
+
|
|
330
|
+
### Features
|
|
331
|
+
|
|
332
|
+
- ds-chat-floating-button:: dimsum compliance and slots support [PUI-17908](https://jira.elliemae.io/browse/PUI-17908) ([#8032](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8032)) ([9bc4ae8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/9bc4ae814b9276d369688d4ab4e0150b3e7cc09a))
|
|
333
|
+
|
|
334
|
+
## 3.70.0-next.11 (2026-05-14)
|
|
335
|
+
|
|
336
|
+
### Bug Fixes
|
|
337
|
+
|
|
338
|
+
- ds-combobox-multi:: combobox aria busy e2e [PUI-18445](https://jira.elliemae.io/browse/PUI-18445) ([#8027](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8027)) ([cdbff4e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/cdbff4eb2a09af6de888dc8a13af5027836bd0a4))
|
|
339
|
+
|
|
340
|
+
## 3.70.0-next.10 (2026-05-14)
|
|
341
|
+
|
|
342
|
+
### Features
|
|
343
|
+
|
|
344
|
+
- ds-chat-sidebar:: dimsum compliance and slots support [PUI-17908](https://jira.elliemae.io/browse/PUI-17908) ([#8030](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8030)) ([0377613](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0377613123d62602a8128d754f201f45a4c3f396))
|
|
345
|
+
|
|
346
|
+
## 3.70.0-next.9 (2026-05-12)
|
|
347
|
+
|
|
348
|
+
### Features
|
|
349
|
+
|
|
350
|
+
- ds-floating-context:: external ref feature [PUI-18440](https://jira.elliemae.io/browse/PUI-18440) ([#8023](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8023)) ([ee46ed5](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ee46ed5163f1771ff6dee22ad0654131fd13ff56))
|
|
351
|
+
|
|
352
|
+
## 3.70.0-next.8 (2026-05-12)
|
|
353
|
+
|
|
354
|
+
### Bug Fixes
|
|
355
|
+
|
|
356
|
+
- ds-chat-bubble:: add missing export in test ([57d294a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/57d294aef0b2739cb2ac0afe673d9c4ccfe0e718))
|
|
357
|
+
|
|
6
358
|
## 3.70.0-next.7 (2026-05-11)
|
|
7
359
|
|
|
8
360
|
### Bug Fixes
|
|
9
361
|
|
|
10
|
-
- ds-modal-slide:: added e2e test for slots [PUI-18428](https://jira.elliemae.io/browse/PUI-18428) ([#8016](https://
|
|
362
|
+
- ds-modal-slide:: added e2e test for slots [PUI-18428](https://jira.elliemae.io/browse/PUI-18428) ([#8016](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8016)) ([8fa99f8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8fa99f8e14fe7d8b1fedd916e392761f2188904e))
|
|
11
363
|
|
|
12
364
|
## 3.70.0-next.6 (2026-05-11)
|
|
13
365
|
|
|
14
366
|
### Bug Fixes
|
|
15
367
|
|
|
16
|
-
- ds-form-combobox:: replace racing assertive live region with aria-busy + polite count [PUI-18034](https://jira.elliemae.io/browse/PUI-18034) ([#8018](https://
|
|
368
|
+
- ds-form-combobox:: replace racing assertive live region with aria-busy + polite count [PUI-18034](https://jira.elliemae.io/browse/PUI-18034) ([#8018](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8018)) ([6e02644](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6e02644e2c17a53c6ca87737a6e10b59adce57fb))
|
|
17
369
|
|
|
18
370
|
## 3.70.0-next.5 (2026-05-08)
|
|
19
371
|
|
|
20
372
|
### Features
|
|
21
373
|
|
|
22
|
-
- ds-popperjs:: deprecated & migration to fc [PUI-18079](https://jira.elliemae.io/browse/PUI-18079) ([#8000](https://
|
|
374
|
+
- ds-popperjs:: deprecated & migration to fc [PUI-18079](https://jira.elliemae.io/browse/PUI-18079) ([#8000](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8000)) ([c5f1d5c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c5f1d5c0163f831b33327e5783d26380a9f2798a))
|
|
23
375
|
|
|
24
376
|
## 3.70.0-next.4 (2026-05-06)
|
|
25
377
|
|
|
26
378
|
### Bug Fixes
|
|
27
379
|
|
|
28
|
-
- ds-form-combobox:: fixing defect [PUI-17903](https://jira.elliemae.io/browse/PUI-17903) ([#8007](https://
|
|
380
|
+
- ds-form-combobox:: fixing defect [PUI-17903](https://jira.elliemae.io/browse/PUI-17903) ([#8007](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8007)) ([16df5f9](https://github.com/intcx/PLATFORM-UI.dimsum/commit/16df5f9395d38d9dce4833d50c2e65ed692277a1))
|
|
29
381
|
|
|
30
382
|
## 3.70.0-next.3 (2026-05-05)
|
|
31
383
|
|
|
32
384
|
### Features
|
|
33
385
|
|
|
34
|
-
- ds-modal-slide:: dimsum compliance [17128] (https://jira.elliemae.io/browse/PUI- 17128) ([#7995](https://
|
|
386
|
+
- ds-modal-slide:: dimsum compliance [17128] (https://jira.elliemae.io/browse/PUI- 17128) ([#7995](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7995)) ([7c772e3](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7c772e3cdd219cd45f3b32f37b4a25f9989afb3b))
|
|
35
387
|
|
|
36
388
|
## 3.70.0-next.2 (2026-05-05)
|
|
37
389
|
|
|
@@ -45,9 +397,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
45
397
|
|
|
46
398
|
### Features
|
|
47
399
|
|
|
48
|
-
- ds-form-date-range-picker:: add visual E2E tests for readOnly and applyAriaDisabled states [PUI-16394](https://jira.elliemae.io/browse/PUI-16394) ([#7992](https://
|
|
400
|
+
- ds-form-date-range-picker:: add visual E2E tests for readOnly and applyAriaDisabled states [PUI-16394](https://jira.elliemae.io/browse/PUI-16394) ([#7992](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7992)) ([8c47f6d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8c47f6d27d63ba2aaed8527adc66bde3be113141))
|
|
49
401
|
|
|
50
|
-
## [3.60.0-next.63](https://
|
|
402
|
+
## [3.60.0-next.63](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.60.0-next.62...v3.60.0-next.63) (2026-04-17)
|
|
51
403
|
|
|
52
404
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
53
405
|
|
|
@@ -55,13 +407,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
55
407
|
|
|
56
408
|
### Bug Fixes
|
|
57
409
|
|
|
58
|
-
- ds-form-date-range-picker:: solved new styles issues + improved a11y [PUI-18310](https://jira.elliemae.io/browse/PUI-18310) ([c81623d](https://
|
|
410
|
+
- ds-form-date-range-picker:: solved new styles issues + improved a11y [PUI-18310](https://jira.elliemae.io/browse/PUI-18310) ([c81623d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c81623db0a459639092449ee4e2d5e9fbc9c6d28))
|
|
59
411
|
|
|
60
412
|
## 3.60.0-next.61 (2026-04-15)
|
|
61
413
|
|
|
62
414
|
### Bug Fixes
|
|
63
415
|
|
|
64
|
-
- ds-form-date-time-picker:: regression fixed and style updates [PUI-18310](https://jira.elliemae.io/browse/PUI-18310) ([2ed123a](https://
|
|
416
|
+
- ds-form-date-time-picker:: regression fixed and style updates [PUI-18310](https://jira.elliemae.io/browse/PUI-18310) ([2ed123a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2ed123a7dd0a9a452fe70fb02c0fa4b77eeb3e12))
|
|
65
417
|
|
|
66
418
|
## 3.60.0-next.60 (2026-04-13)
|
|
67
419
|
|
|
@@ -71,61 +423,61 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
71
423
|
|
|
72
424
|
### Bug Fixes
|
|
73
425
|
|
|
74
|
-
- ds-card-v1-detail:: info and relationships [PUI-15891] (https://jira.elliemae.io/browse/PUI-15891) ([f6a616b](https://
|
|
426
|
+
- ds-card-v1-detail:: info and relationships [PUI-15891] (https://jira.elliemae.io/browse/PUI-15891) ([f6a616b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f6a616b55f8ec8f96eb00c8f60d0f7bff7a3f97c))
|
|
75
427
|
|
|
76
428
|
## 3.60.0-next.58 (2026-04-13)
|
|
77
429
|
|
|
78
430
|
### Bug Fixes
|
|
79
431
|
|
|
80
|
-
- ds-icons:: a11y role img and label linked to title [PUI-17842](https://jira.elliemae.io/browse/PUI-17842) ([9d12ded](https://
|
|
432
|
+
- ds-icons:: a11y role img and label linked to title [PUI-17842](https://jira.elliemae.io/browse/PUI-17842) ([9d12ded](https://github.com/intcx/PLATFORM-UI.dimsum/commit/9d12ded382b8d256ac52d4c3a11b4bf108631f69))
|
|
81
433
|
|
|
82
434
|
## 3.60.0-next.57 (2026-04-10)
|
|
83
435
|
|
|
84
436
|
### Features
|
|
85
437
|
|
|
86
|
-
- ds-menu-button:: floating config [PUI-17708](https://jira.elliemae.io/browse/PUI-17708) ([87cb40d](https://
|
|
438
|
+
- ds-menu-button:: floating config [PUI-17708](https://jira.elliemae.io/browse/PUI-17708) ([87cb40d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/87cb40df2257b160821370142434b1074e415bb9))
|
|
87
439
|
|
|
88
440
|
## 3.60.0-next.56 (2026-04-09)
|
|
89
441
|
|
|
90
442
|
### Bug Fixes
|
|
91
443
|
|
|
92
|
-
- ds-card-v1-detail:: info and relationships [PUI-15891] (https://jira.elliemae.io/browse/PUI-15891) ([75afc41](https://
|
|
444
|
+
- ds-card-v1-detail:: info and relationships [PUI-15891] (https://jira.elliemae.io/browse/PUI-15891) ([75afc41](https://github.com/intcx/PLATFORM-UI.dimsum/commit/75afc41c9177059f15c12e1a7d3acedf83e7ba62))
|
|
93
445
|
|
|
94
446
|
## 3.60.0-next.55 (2026-04-09)
|
|
95
447
|
|
|
96
448
|
### Bug Fixes
|
|
97
449
|
|
|
98
|
-
- ds-dialog:: prevent false onClickOutside on overlay-press-release-inside-dialog [PUI-15050](https://jira.elliemae.io/browse/PUI-15050) ([7dfda94](https://
|
|
450
|
+
- ds-dialog:: prevent false onClickOutside on overlay-press-release-inside-dialog [PUI-15050](https://jira.elliemae.io/browse/PUI-15050) ([7dfda94](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7dfda94e6848e689139b542435dc985fa137b0ef))
|
|
99
451
|
|
|
100
452
|
## 3.60.0-next.54 (2026-04-08)
|
|
101
453
|
|
|
102
454
|
### Bug Fixes
|
|
103
455
|
|
|
104
|
-
- ds-form-date-time-picker:: meridiem timewheel a11y fix + readonly styles # [PUI-16394](https://jira.elliemae.io/browse/PUI-16394) # [PUI-18277](https://jira.elliemae.io/browse/PUI-18277) ([2838331](https://
|
|
456
|
+
- ds-form-date-time-picker:: meridiem timewheel a11y fix + readonly styles # [PUI-16394](https://jira.elliemae.io/browse/PUI-16394) # [PUI-18277](https://jira.elliemae.io/browse/PUI-18277) ([2838331](https://github.com/intcx/PLATFORM-UI.dimsum/commit/283833118df804318698e353307f754f7bff70b7))
|
|
105
457
|
|
|
106
458
|
## 3.60.0-next.53 (2026-04-08)
|
|
107
459
|
|
|
108
460
|
### Bug Fixes
|
|
109
461
|
|
|
110
|
-
- ds-card:: added e2e test for slots [PUI-15896](https://jira.elliemae.io/browse/PUI-15896) ([733934c](https://
|
|
462
|
+
- ds-card:: added e2e test for slots [PUI-15896](https://jira.elliemae.io/browse/PUI-15896) ([733934c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/733934c41889883fc6dc54a2ef0046e89e044925))
|
|
111
463
|
|
|
112
464
|
## 3.60.0-next.52 (2026-04-06)
|
|
113
465
|
|
|
114
466
|
### Features
|
|
115
467
|
|
|
116
|
-
- ds-dialog:: confirmation and form example; status message as pitfall [PUI-15048](https://jira.elliemae.io/browse/PUI-15048) ([#7969](https://
|
|
468
|
+
- ds-dialog:: confirmation and form example; status message as pitfall [PUI-15048](https://jira.elliemae.io/browse/PUI-15048) ([#7969](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7969)) ([85edf83](https://github.com/intcx/PLATFORM-UI.dimsum/commit/85edf8357497a8f3684814c2c183d15de4600d0c))
|
|
117
469
|
|
|
118
470
|
## 3.60.0-next.51 (2026-04-06)
|
|
119
471
|
|
|
120
472
|
### Features
|
|
121
473
|
|
|
122
|
-
- ds-dialog:: basic use case [PUI-15045](https://jira.elliemae.io/browse/PUI-15045) ([#7968](https://
|
|
474
|
+
- ds-dialog:: basic use case [PUI-15045](https://jira.elliemae.io/browse/PUI-15045) ([#7968](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7968)) ([77143b7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/77143b7c1dafb252e4e899557306085d9e51cd0f))
|
|
123
475
|
|
|
124
476
|
## 3.60.0-next.50 (2026-04-02)
|
|
125
477
|
|
|
126
478
|
### Features
|
|
127
479
|
|
|
128
|
-
- ds-tooltip-v3:: added slots and tests # [PUI-16379](https://jira.elliemae.io/browse/PUI-16379) ([#7966](https://
|
|
480
|
+
- ds-tooltip-v3:: added slots and tests # [PUI-16379](https://jira.elliemae.io/browse/PUI-16379) ([#7966](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7966)) ([8025999](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8025999c9a635643a424e466916c4fb3bdcd1bae))
|
|
129
481
|
|
|
130
482
|
## 3.60.0-next.49 (2026-04-01)
|
|
131
483
|
|
|
@@ -139,73 +491,73 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
139
491
|
|
|
140
492
|
### Bug Fixes
|
|
141
493
|
|
|
142
|
-
- ds-date-time-picker:: add spinbutton semantics to numeric inputs to comply with WCAG 4.1.2 [PUI-17323](https://jira.elliemae.io/browse/PUI-17323) ([#7959](https://
|
|
494
|
+
- ds-date-time-picker:: add spinbutton semantics to numeric inputs to comply with WCAG 4.1.2 [PUI-17323](https://jira.elliemae.io/browse/PUI-17323) ([#7959](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7959)) ([94c0da0](https://github.com/intcx/PLATFORM-UI.dimsum/commit/94c0da0b3fa800398e2e16dfef6fee2a510a33c1))
|
|
143
495
|
|
|
144
496
|
## 3.60.0-next.46 (2026-03-30)
|
|
145
497
|
|
|
146
498
|
### Bug Fixes
|
|
147
499
|
|
|
148
|
-
- ds-page-header-v2:: skip link example [PUI-14844](https://jira.elliemae.io/browse/PUI-14844) ([#7955](https://
|
|
500
|
+
- ds-page-header-v2:: skip link example [PUI-14844](https://jira.elliemae.io/browse/PUI-14844) ([#7955](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7955)) ([b97390e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b97390e2def656900e26df862d613686295008d2))
|
|
149
501
|
|
|
150
502
|
## 3.60.0-next.45 (2026-03-30)
|
|
151
503
|
|
|
152
504
|
### Bug Fixes
|
|
153
505
|
|
|
154
|
-
- ds-pills-v2:: add WCAG 2.2 SC 2.5.8 analysis for removable small pill in ComboboxMulti [PUI-18154](https://jira.elliemae.io/browse/PUI-18154)([#7956](https://
|
|
506
|
+
- ds-pills-v2:: add WCAG 2.2 SC 2.5.8 analysis for removable small pill in ComboboxMulti [PUI-18154](https://jira.elliemae.io/browse/PUI-18154)([#7956](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7956)) ([d623fda](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d623fda0d2a4dcc1814e58f19c97e185780edf79))
|
|
155
507
|
|
|
156
508
|
## 3.60.0-next.44 (2026-03-26)
|
|
157
509
|
|
|
158
510
|
### Features
|
|
159
511
|
|
|
160
|
-
- ds-data-table:: add keyboard nav tests for all Filters V2 types [PUI-18206](https://jira.elliemae.io/browse/PUI-18206) ([#7950](https://
|
|
512
|
+
- ds-data-table:: add keyboard nav tests for all Filters V2 types [PUI-18206](https://jira.elliemae.io/browse/PUI-18206) ([#7950](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7950)) ([e54baa1](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e54baa104db1f46a832977b7eecc6332822c855f))
|
|
161
513
|
|
|
162
514
|
## 3.60.0-next.43 (2026-03-20)
|
|
163
515
|
|
|
164
516
|
### Features
|
|
165
517
|
|
|
166
|
-
- ds-read-more:: aria expanded and fixes for safari [PUI-17191](https://jira.elliemae.io/browse/PUI-17191) ([#7947](https://
|
|
518
|
+
- ds-read-more:: aria expanded and fixes for safari [PUI-17191](https://jira.elliemae.io/browse/PUI-17191) ([#7947](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7947)) ([f07f003](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f07f003994489f3747b07311a0be004927913e42))
|
|
167
519
|
|
|
168
520
|
## 3.60.0-next.42 (2026-03-19)
|
|
169
521
|
|
|
170
522
|
### Bug Fixes
|
|
171
523
|
|
|
172
|
-
- dimsum:: case-sensitive rename to fix build pipeline ([#7944](https://
|
|
524
|
+
- dimsum:: case-sensitive rename to fix build pipeline ([#7944](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7944)) ([41886e8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/41886e866a2569997a8f1a49e106d73d179df716))
|
|
173
525
|
|
|
174
526
|
## 3.60.0-next.41 (2026-03-18)
|
|
175
527
|
|
|
176
528
|
### Bug Fixes
|
|
177
529
|
|
|
178
|
-
- ds-data-table:: improve filter change accessibility announcements pattern [PUI-17317](https://jira.elliemae.io/browse/PUI-17317) ([#7942](https://
|
|
530
|
+
- ds-data-table:: improve filter change accessibility announcements pattern [PUI-17317](https://jira.elliemae.io/browse/PUI-17317) ([#7942](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7942)) ([065d07a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/065d07aa656694165393c662223b638dd19b7929))
|
|
179
531
|
|
|
180
532
|
## 3.60.0-next.40 (2026-03-17)
|
|
181
533
|
|
|
182
534
|
### Bug Fixes
|
|
183
535
|
|
|
184
|
-
- ds-data-table:: prevent focus loss on creatable add and submit on enter for FilterV2 [PUI-18111](https://jira.elliemae.io/browse/PUI-18111) ([#7939](https://
|
|
536
|
+
- ds-data-table:: prevent focus loss on creatable add and submit on enter for FilterV2 [PUI-18111](https://jira.elliemae.io/browse/PUI-18111) ([#7939](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7939)) ([3845b06](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3845b068c97036ac8d06ae6aeda04861bfb0d112))
|
|
185
537
|
|
|
186
538
|
## 3.60.0-next.39 (2026-03-16)
|
|
187
539
|
|
|
188
540
|
### Bug Fixes
|
|
189
541
|
|
|
190
|
-
- ds-card-v1:: add slots showcase [PUI-15889] (https://jira.elliemae.io/browse/ PUI-15889) ([#7935](https://
|
|
542
|
+
- ds-card-v1:: add slots showcase [PUI-15889] (https://jira.elliemae.io/browse/ PUI-15889) ([#7935](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7935)) ([fc928af](https://github.com/intcx/PLATFORM-UI.dimsum/commit/fc928af506dac409c08bd074e9a14c6138272bf7))
|
|
191
543
|
|
|
192
544
|
## 3.60.0-next.38 (2026-03-05)
|
|
193
545
|
|
|
194
546
|
### Bug Fixes
|
|
195
547
|
|
|
196
|
-
- ds-card-v2:: added slot support [PUI-15890] (https://jira.elliemae.io/browse/PUI-15890) ([#7920](https://
|
|
548
|
+
- ds-card-v2:: added slot support [PUI-15890] (https://jira.elliemae.io/browse/PUI-15890) ([#7920](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7920)) ([c14f1e1](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c14f1e1345ead19e226bb34b360353221e5aa96f))
|
|
197
549
|
|
|
198
550
|
## 3.60.0-next.37 (2026-03-05)
|
|
199
551
|
|
|
200
552
|
### Features
|
|
201
553
|
|
|
202
|
-
- ds-data-table:: improve folder organization for filtersV2 and v1 vs v2 showcase ([#7919](https://
|
|
554
|
+
- ds-data-table:: improve folder organization for filtersV2 and v1 vs v2 showcase ([#7919](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7919)) ([85e4fcb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/85e4fcbe61c1cea68baaf8205326d991f5b39476))
|
|
203
555
|
|
|
204
556
|
## 3.60.0-next.36 (2026-03-03)
|
|
205
557
|
|
|
206
558
|
### Bug Fixes
|
|
207
559
|
|
|
208
|
-
- dimsum:: storybook - fixed missing redux peer dep post legacy removal ([#7914](https://
|
|
560
|
+
- dimsum:: storybook - fixed missing redux peer dep post legacy removal ([#7914](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7914)) ([473611c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/473611c112806728e0b5c0fca19743aa04abe8a9))
|
|
209
561
|
|
|
210
562
|
## 3.60.0-next.35 (2026-03-03)
|
|
211
563
|
|
|
@@ -219,61 +571,61 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
219
571
|
|
|
220
572
|
### Features
|
|
221
573
|
|
|
222
|
-
- ds-global-header:: theming story [PUI-16360](https://jira.elliemae.io/browse/PUI-16360) ([#7901](https://
|
|
574
|
+
- ds-global-header:: theming story [PUI-16360](https://jira.elliemae.io/browse/PUI-16360) ([#7901](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7901)) ([e6a3d8f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e6a3d8f3ebfdf905e2a85e698ef35168771a7d4e))
|
|
223
575
|
|
|
224
576
|
## 3.60.0-next.32 (2026-02-25)
|
|
225
577
|
|
|
226
578
|
### Bug Fixes
|
|
227
579
|
|
|
228
|
-
- ds-data-table:: improve filters focus trap for consistent tab/shift+tab order [PUI-17922](https://jira.elliemae.io/browse/PUI-17922) ([#7900](https://
|
|
580
|
+
- ds-data-table:: improve filters focus trap for consistent tab/shift+tab order [PUI-17922](https://jira.elliemae.io/browse/PUI-17922) ([#7900](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7900)) ([b9c579d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b9c579d4ff5bf16e58aad6931e94a43bcece0a9c))
|
|
229
581
|
|
|
230
582
|
## 3.60.0-next.31 (2026-02-25)
|
|
231
583
|
|
|
232
584
|
### Features
|
|
233
585
|
|
|
234
|
-
- ds-menu-button:: enable playwright tests [PUI-16741](https://jira.elliemae.io/browse/PUI-16741) ([#7898](https://
|
|
586
|
+
- ds-menu-button:: enable playwright tests [PUI-16741](https://jira.elliemae.io/browse/PUI-16741) ([#7898](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7898)) ([580ea18](https://github.com/intcx/PLATFORM-UI.dimsum/commit/580ea18cef699587201ced6444eee73936a85c4c))
|
|
235
587
|
|
|
236
588
|
## 3.60.0-next.30 (2026-02-24)
|
|
237
589
|
|
|
238
590
|
### Bug Fixes
|
|
239
591
|
|
|
240
|
-
- ds-codemods:: legacy-deprecation-26dot3 replaceAll for multi match fix ([#7897](https://
|
|
592
|
+
- ds-codemods:: legacy-deprecation-26dot3 replaceAll for multi match fix ([#7897](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7897)) ([3b27f7e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3b27f7e04a56ed2b14b12a1523748a1a4828c8a1))
|
|
241
593
|
|
|
242
594
|
## 3.60.0-next.29 (2026-02-23)
|
|
243
595
|
|
|
244
596
|
### Bug Fixes
|
|
245
597
|
|
|
246
|
-
- ds-tabs:: add functional test for tabs with scrollbar - keyboard nav [PUI-17883](https://jira.elliemae.io/browse/PUI-17883) ([#7895](https://
|
|
598
|
+
- ds-tabs:: add functional test for tabs with scrollbar - keyboard nav [PUI-17883](https://jira.elliemae.io/browse/PUI-17883) ([#7895](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7895)) ([bbd1058](https://github.com/intcx/PLATFORM-UI.dimsum/commit/bbd1058f2f1dac1e3f942bca697b304d28996986))
|
|
247
599
|
|
|
248
600
|
## 3.60.0-next.28 (2026-02-20)
|
|
249
601
|
|
|
250
602
|
### Bug Fixes
|
|
251
603
|
|
|
252
|
-
- ds-left-navigation:: add functional test for slots customization [PUI-15560](https://jira.elliemae.io/browse/PUI-15560) ([#7892](https://
|
|
604
|
+
- ds-left-navigation:: add functional test for slots customization [PUI-15560](https://jira.elliemae.io/browse/PUI-15560) ([#7892](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7892)) ([6732509](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6732509aaaafeb3c3cc4f2e8e85986177b782c58))
|
|
253
605
|
|
|
254
606
|
## 3.60.0-next.27 (2026-02-20)
|
|
255
607
|
|
|
256
608
|
### Bug Fixes
|
|
257
609
|
|
|
258
|
-
- ds-tabs:: show outline in tabpanel ([b9db99f](https://
|
|
610
|
+
- ds-tabs:: show outline in tabpanel ([b9db99f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b9db99ff6878f67c06cb1abe0e813a85b3ce8dfe))
|
|
259
611
|
|
|
260
612
|
## 3.60.0-next.26 (2026-02-19)
|
|
261
613
|
|
|
262
614
|
### Features
|
|
263
615
|
|
|
264
|
-
- ds-global-header:: search-toggle story improved a11y + improved slots support [PUI-17852](https://jira.elliemae.io/browse/PUI-17852) ([#7891](https://
|
|
616
|
+
- ds-global-header:: search-toggle story improved a11y + improved slots support [PUI-17852](https://jira.elliemae.io/browse/PUI-17852) ([#7891](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7891)) ([bed0e22](https://github.com/intcx/PLATFORM-UI.dimsum/commit/bed0e22851cfa990994790f064a0bf1606928645))
|
|
265
617
|
|
|
266
618
|
## 3.60.0-next.25 (2026-02-19)
|
|
267
619
|
|
|
268
620
|
### Bug Fixes
|
|
269
621
|
|
|
270
|
-
- ds-global-header:: fixed unit test + slots to dimsum pattern compliancy ([#7889](https://
|
|
622
|
+
- ds-global-header:: fixed unit test + slots to dimsum pattern compliancy ([#7889](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7889)) ([7198f8a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7198f8afcdaa884886c90ac1e492ff82315837cf))
|
|
271
623
|
|
|
272
624
|
## 3.60.0-next.24 (2026-02-17)
|
|
273
625
|
|
|
274
626
|
### Features
|
|
275
627
|
|
|
276
|
-
- ds-ribbon:: role analysis and show example using role=status [PUI-17480](https://jira.elliemae.io/browse/PUI-17480) ([#7880](https://
|
|
628
|
+
- ds-ribbon:: role analysis and show example using role=status [PUI-17480](https://jira.elliemae.io/browse/PUI-17480) ([#7880](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7880)) ([034a59a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/034a59a2f1449599310d9788dfce12ba8037eb95))
|
|
277
629
|
|
|
278
630
|
## 3.60.0-next.23 (2026-02-17)
|
|
279
631
|
|
|
@@ -283,81 +635,81 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
283
635
|
|
|
284
636
|
### Features
|
|
285
637
|
|
|
286
|
-
- ds-ribbon:: slots usege example and theming support story [PUI-17442](https://jira.elliemae.io/browse/PUI-17442) ([#7879](https://
|
|
638
|
+
- ds-ribbon:: slots usege example and theming support story [PUI-17442](https://jira.elliemae.io/browse/PUI-17442) ([#7879](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7879)) ([a951520](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a951520b52988b331cb495260326ff5750529873))
|
|
287
639
|
|
|
288
640
|
## 3.60.0-next.21 (2026-02-16)
|
|
289
641
|
|
|
290
642
|
### Features
|
|
291
643
|
|
|
292
|
-
- ds-chat-bubble:: implement slots in Chat Bubble [PUI-17908](https://jira.elliemae.io/browse/PUI-17908) ([#7877](https://
|
|
644
|
+
- ds-chat-bubble:: implement slots in Chat Bubble [PUI-17908](https://jira.elliemae.io/browse/PUI-17908) ([#7877](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7877)) ([9558f1d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/9558f1d0465417ddfd07500728d49b4cceb12cd8))
|
|
293
645
|
|
|
294
646
|
## 3.60.0-next.20 (2026-02-13)
|
|
295
647
|
|
|
296
648
|
### Bug Fixes
|
|
297
649
|
|
|
298
|
-
- ds-chip:: update E2E test selectors and chip XPath queries [PUI-17896](https://jira.elliemae.io/browse/PUI-17896) ([#7875](https://
|
|
650
|
+
- ds-chip:: update E2E test selectors and chip XPath queries [PUI-17896](https://jira.elliemae.io/browse/PUI-17896) ([#7875](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7875)) ([f682a0a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f682a0a99c8b01ed886f13d1f5835f10c9e8ae44))
|
|
299
651
|
|
|
300
652
|
## 3.60.0-next.19 (2026-02-12)
|
|
301
653
|
|
|
302
654
|
### Features
|
|
303
655
|
|
|
304
|
-
- ds-ribbon:: typescript fixes by dimsum alignment [PUI-17478](https://jira.elliemae.io/browse/PUI-17478)([#7870](https://
|
|
656
|
+
- ds-ribbon:: typescript fixes by dimsum alignment [PUI-17478](https://jira.elliemae.io/browse/PUI-17478)([#7870](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7870)) ([6dcb730](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6dcb730e31dcb4cfab2e863db38c01de894a7af9))
|
|
305
657
|
|
|
306
658
|
## 3.60.0-next.18 (2026-02-09)
|
|
307
659
|
|
|
308
660
|
### Bug Fixes
|
|
309
661
|
|
|
310
|
-
- ds-left-navigation:: e2e story for detected missing slots [PUI-15560](https://jira.elliemae.io/browse/PUI-15560) ([#7864](https://
|
|
662
|
+
- ds-left-navigation:: e2e story for detected missing slots [PUI-15560](https://jira.elliemae.io/browse/PUI-15560) ([#7864](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7864)) ([37e630b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/37e630be9e1023dee24e17a3e49da1d53d351060))
|
|
311
663
|
|
|
312
664
|
## 3.60.0-next.17 (2026-02-06)
|
|
313
665
|
|
|
314
666
|
### Features
|
|
315
667
|
|
|
316
|
-
- ds-global-header:: search toggle example improve [PUI-17487](https://jira.elliemae.io/browse/PUI-17487) ([#7862](https://
|
|
668
|
+
- ds-global-header:: search toggle example improve [PUI-17487](https://jira.elliemae.io/browse/PUI-17487) ([#7862](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7862)) ([8d268f8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8d268f8fa3a8e4a065b1897128a866eb2af1c050))
|
|
317
669
|
|
|
318
670
|
## 3.60.0-next.16 (2026-02-06)
|
|
319
671
|
|
|
320
672
|
### Features
|
|
321
673
|
|
|
322
|
-
- ds-global-header:: search toggle tests [PUI-17487](https://jira.elliemae.io/browse/PUI-17487) ([#7861](https://
|
|
674
|
+
- ds-global-header:: search toggle tests [PUI-17487](https://jira.elliemae.io/browse/PUI-17487) ([#7861](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7861)) ([039b36d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/039b36dd5bf53053cf5d7e636ba0f7dbd17bff11))
|
|
323
675
|
|
|
324
676
|
## 3.60.0-next.15 (2026-01-29)
|
|
325
677
|
|
|
326
678
|
### Features
|
|
327
679
|
|
|
328
|
-
- dimsum:: upgraded third party libraries [PUI-17276](https://jira.elliemae.io/browse/PUI-17276) ([#7833](https://
|
|
680
|
+
- dimsum:: upgraded third party libraries [PUI-17276](https://jira.elliemae.io/browse/PUI-17276) ([#7833](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7833)) ([361aafb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/361aafb523a55187f0951f4a2b338458f8198c97))
|
|
329
681
|
|
|
330
682
|
## 3.60.0-next.14 (2026-01-26)
|
|
331
683
|
|
|
332
684
|
### Features
|
|
333
685
|
|
|
334
|
-
- ds-menu-button:: slots and unit tests support [PUI-17708](https://jira.elliemae.io/browse/PUI-17708) ([#7822](https://
|
|
686
|
+
- ds-menu-button:: slots and unit tests support [PUI-17708](https://jira.elliemae.io/browse/PUI-17708) ([#7822](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7822)) ([211afa4](https://github.com/intcx/PLATFORM-UI.dimsum/commit/211afa4b48182892a8945e08c69d693021684986))
|
|
335
687
|
|
|
336
688
|
## 3.60.0-next.13 (2026-01-20)
|
|
337
689
|
|
|
338
690
|
### Bug Fixes
|
|
339
691
|
|
|
340
|
-
- ds-dialog:: raise condition caused by layout effect [PUI-17804](https://jira.elliemae.io/browse/PUI-17804)([#7826](https://
|
|
692
|
+
- ds-dialog:: raise condition caused by layout effect [PUI-17804](https://jira.elliemae.io/browse/PUI-17804)([#7826](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7826)) ([c07f693](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c07f69337344e77e0b3bfb0974b171c410972a06))
|
|
341
693
|
|
|
342
694
|
## 3.60.0-next.12 (2026-01-16)
|
|
343
695
|
|
|
344
696
|
### Features
|
|
345
697
|
|
|
346
|
-
- dimsum:: fixed dependencies and added knip for reports [PUI-17275](https://jira.elliemae.io/browse/PUI-17275) ([#7824](https://
|
|
698
|
+
- dimsum:: fixed dependencies and added knip for reports [PUI-17275](https://jira.elliemae.io/browse/PUI-17275) ([#7824](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7824)) ([65b7cf4](https://github.com/intcx/PLATFORM-UI.dimsum/commit/65b7cf4e3558d20957adc405bd91ea9370b11589))
|
|
347
699
|
|
|
348
700
|
## 3.60.0-next.11 (2026-01-14)
|
|
349
701
|
|
|
350
702
|
### Features
|
|
351
703
|
|
|
352
|
-
- ds-tabs:: update carousel to horizontal scroll [PUI-17483](https://jira.elliemae.io/browse/PUI-17483) ([#7821](https://
|
|
704
|
+
- ds-tabs:: update carousel to horizontal scroll [PUI-17483](https://jira.elliemae.io/browse/PUI-17483) ([#7821](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7821)) ([9cfe8a5](https://github.com/intcx/PLATFORM-UI.dimsum/commit/9cfe8a56d6277fe4fc9ffcf9c9dfb97dff7adfbf))
|
|
353
705
|
|
|
354
706
|
## 3.60.0-next.10 (2026-01-14)
|
|
355
707
|
|
|
356
708
|
### Bug Fixes
|
|
357
709
|
|
|
358
|
-
- ds-app-picker:: support global attributes [PUI-17246](https://jira.elliemae.io/browse/PUI-17246) ([#7820](https://
|
|
710
|
+
- ds-app-picker:: support global attributes [PUI-17246](https://jira.elliemae.io/browse/PUI-17246) ([#7820](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7820)) ([1b2a2ea](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1b2a2ea55ca4ea19386e891be939c3615a244468))
|
|
359
711
|
|
|
360
|
-
## [3.60.0-next.9](https://
|
|
712
|
+
## [3.60.0-next.9](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.60.0-next.8...v3.60.0-next.9) (2026-01-13)
|
|
361
713
|
|
|
362
714
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
363
715
|
|
|
@@ -369,37 +721,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
369
721
|
|
|
370
722
|
### Bug Fixes
|
|
371
723
|
|
|
372
|
-
- ds-chip:: custom attributes and folder organization [PUI-14876] (https://jira.elliemae.io/browse/PUI-14876) ([#7819](https://
|
|
724
|
+
- ds-chip:: custom attributes and folder organization [PUI-14876] (https://jira.elliemae.io/browse/PUI-14876) ([#7819](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7819)) ([7025b86](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7025b865a1d0ca1cdc02aa07353a79eab3910356))
|
|
373
725
|
|
|
374
726
|
## 3.60.0-next.6 (2026-01-12)
|
|
375
727
|
|
|
376
728
|
### Bug Fixes
|
|
377
729
|
|
|
378
|
-
- ds-floating-context:: remove console error when main is not defined [PUI-17776](https://jira.elliemae.io/browse/PUI-17776) ([#7814](https://
|
|
730
|
+
- ds-floating-context:: remove console error when main is not defined [PUI-17776](https://jira.elliemae.io/browse/PUI-17776) ([#7814](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7814)) ([1084971](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1084971375947009d2497e10237d015100543887))
|
|
379
731
|
|
|
380
732
|
## 3.60.0-next.5 (2026-01-09)
|
|
381
733
|
|
|
382
734
|
### Features
|
|
383
735
|
|
|
384
|
-
- dimsum:: update percy and pui-e2e-test-sdk dependencies [PUI-17773](https://jira.elliemae.io/browse/PUI-17773) ([#7815](https://
|
|
736
|
+
- dimsum:: update percy and pui-e2e-test-sdk dependencies [PUI-17773](https://jira.elliemae.io/browse/PUI-17773) ([#7815](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7815)) ([0aa68b6](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0aa68b6031f7e88526ce0b04581cf0134bc6d216))
|
|
385
737
|
|
|
386
738
|
## 3.60.0-next.4 (2026-01-09)
|
|
387
739
|
|
|
388
740
|
### Bug Fixes
|
|
389
741
|
|
|
390
|
-
- ds-chip:: custom attributes and folder organization [PUI-14876] (https://jira.elliemae.io/browse/PUI-14876) ([#7813](https://
|
|
742
|
+
- ds-chip:: custom attributes and folder organization [PUI-14876] (https://jira.elliemae.io/browse/PUI-14876) ([#7813](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7813)) ([d0b0611](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d0b06110fae419827497f7ef1b66879ba1897ffd))
|
|
391
743
|
|
|
392
744
|
## 3.60.0-next.3 (2026-01-08)
|
|
393
745
|
|
|
394
746
|
### Features
|
|
395
747
|
|
|
396
|
-
- ds-menu-button:: add props table in storybook [PUI-17708](https://jira.elliemae.io/browse/PUI-17708) ([5074f31](https://
|
|
748
|
+
- ds-menu-button:: add props table in storybook [PUI-17708](https://jira.elliemae.io/browse/PUI-17708) ([5074f31](https://github.com/intcx/PLATFORM-UI.dimsum/commit/5074f31500fe824671861a9527525e45f5ddbb47))
|
|
397
749
|
|
|
398
750
|
## 3.60.0-next.2 (2026-01-05)
|
|
399
751
|
|
|
400
752
|
### Features
|
|
401
753
|
|
|
402
|
-
- ds-pills-v2:: axe + TS + slots + ds compliance [PUI-17456](https://jira.elliemae.io/browse/PUI-17456) ([#7811](https://
|
|
754
|
+
- ds-pills-v2:: axe + TS + slots + ds compliance [PUI-17456](https://jira.elliemae.io/browse/PUI-17456) ([#7811](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7811)) ([76818ee](https://github.com/intcx/PLATFORM-UI.dimsum/commit/76818ee9badb8b0a74f51f5028ee5cd8aed22705))
|
|
403
755
|
|
|
404
756
|
## 3.60.0-next.1 (2025-12-30)
|
|
405
757
|
|
|
@@ -409,19 +761,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
409
761
|
|
|
410
762
|
### Bug Fixes
|
|
411
763
|
|
|
412
|
-
- ds-tabs:: Tabs (Nested) shows unexpected blue active indicator line and vertical scrollbar [PUI-17566](https://jira.elliemae.io/browse/PUI-17566) ([7563ad2](https://
|
|
764
|
+
- ds-tabs:: Tabs (Nested) shows unexpected blue active indicator line and vertical scrollbar [PUI-17566](https://jira.elliemae.io/browse/PUI-17566) ([7563ad2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7563ad27ab5afa59245c87e0e0fd01f5ed319c6a))
|
|
413
765
|
|
|
414
766
|
## 3.57.0-next.52 (2025-12-26)
|
|
415
767
|
|
|
416
768
|
### Features
|
|
417
769
|
|
|
418
|
-
- ds-icons:: new icons [PUI-16423](https://jira.elliemae.io/browse/PUI-16423) ([#7806](https://
|
|
770
|
+
- ds-icons:: new icons [PUI-16423](https://jira.elliemae.io/browse/PUI-16423) ([#7806](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7806)) ([6d721b8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6d721b8cf00145acfb2efd13b8b6479ab2b8d224))
|
|
419
771
|
|
|
420
772
|
## 3.57.0-next.51 (2025-12-24)
|
|
421
773
|
|
|
422
774
|
### Bug Fixes
|
|
423
775
|
|
|
424
|
-
- ds-data-table:: fix e2e test cases [PUI-16964](https://jira.elliemae.io/browse/PUI-16964) ([#7804](https://
|
|
776
|
+
- ds-data-table:: fix e2e test cases [PUI-16964](https://jira.elliemae.io/browse/PUI-16964) ([#7804](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7804)) ([b0e4d32](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b0e4d32dd177ba10b8702baaa6e4a5a829482a47))
|
|
425
777
|
|
|
426
778
|
## 3.57.0-next.50 (2025-12-22)
|
|
427
779
|
|
|
@@ -435,37 +787,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
435
787
|
|
|
436
788
|
### Features
|
|
437
789
|
|
|
438
|
-
- ds-breadcrumb:: update title documentation ([450ce89](https://
|
|
790
|
+
- ds-breadcrumb:: update title documentation ([450ce89](https://github.com/intcx/PLATFORM-UI.dimsum/commit/450ce896932ed6a14c17edceb9258f6f869831f7))
|
|
439
791
|
|
|
440
792
|
## 3.57.0-next.47 (2025-12-17)
|
|
441
793
|
|
|
442
794
|
### Bug Fixes
|
|
443
795
|
|
|
444
|
-
- dimsum:: fix e2e test cases [PUI-17048](https://jira.elliemae.io/browse/PUI-17048) ([#7801](https://
|
|
796
|
+
- dimsum:: fix e2e test cases [PUI-17048](https://jira.elliemae.io/browse/PUI-17048) ([#7801](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7801)) ([b4413b2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b4413b232620d5178c50fa7c8c2db8b613bd1169))
|
|
445
797
|
|
|
446
798
|
## 3.57.0-next.46 (2025-12-15)
|
|
447
799
|
|
|
448
800
|
### Bug Fixes
|
|
449
801
|
|
|
450
|
-
- ds-banner:: add tests for resize, reflow and aria support [PUI-17466](https://jira.elliemae.io/browse/PUI-17466) ([#7798](https://
|
|
802
|
+
- ds-banner:: add tests for resize, reflow and aria support [PUI-17466](https://jira.elliemae.io/browse/PUI-17466) ([#7798](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7798)) ([cc15766](https://github.com/intcx/PLATFORM-UI.dimsum/commit/cc15766892fdaf0e7c2d5c353b734b0b08746536))
|
|
451
803
|
|
|
452
804
|
## 3.57.0-next.45 (2025-12-15)
|
|
453
805
|
|
|
454
806
|
### Bug Fixes
|
|
455
807
|
|
|
456
|
-
- ds-form-layout-autocomplete:: added e2e for slots [PUI-16961](https://jira.elliemae.io/browse/PUI-16961) ([#7795](https://
|
|
808
|
+
- ds-form-layout-autocomplete:: added e2e for slots [PUI-16961](https://jira.elliemae.io/browse/PUI-16961) ([#7795](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7795)) ([50506a8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/50506a8466a1392e718a8c85707ea2c188daf344))
|
|
457
809
|
|
|
458
810
|
## 3.57.0-next.44 (2025-12-15)
|
|
459
811
|
|
|
460
812
|
### Bug Fixes
|
|
461
813
|
|
|
462
|
-
- ds-svg:: add axe-core tests [PUI-16517](https://jira.elliemae.io/browse/PUI-16517) ([#7793](https://
|
|
814
|
+
- ds-svg:: add axe-core tests [PUI-16517](https://jira.elliemae.io/browse/PUI-16517) ([#7793](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7793)) ([82303dc](https://github.com/intcx/PLATFORM-UI.dimsum/commit/82303dc3537a3cee580a0222b17a9465854c5f62))
|
|
463
815
|
|
|
464
816
|
## 3.57.0-next.43 (2025-12-10)
|
|
465
817
|
|
|
466
818
|
### Features
|
|
467
819
|
|
|
468
|
-
- ds-form-layout-autocomplete:: adding tests and slots funcionality [PUI-16961](https://jira.elliemae.io/browse/PUI-16961) ([#7788](https://
|
|
820
|
+
- ds-form-layout-autocomplete:: adding tests and slots funcionality [PUI-16961](https://jira.elliemae.io/browse/PUI-16961) ([#7788](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7788)) ([90d11b0](https://github.com/intcx/PLATFORM-UI.dimsum/commit/90d11b0367978e9f543ca6cc8d4b8efad15598c0))
|
|
469
821
|
|
|
470
822
|
## 3.57.0-next.42 (2025-12-09)
|
|
471
823
|
|
|
@@ -475,49 +827,49 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
475
827
|
|
|
476
828
|
### Bug Fixes
|
|
477
829
|
|
|
478
|
-
- ds-shuttle-v2:: fixed e2e tests for ghost items [PUI-17476](https://jira.elliemae.io/browse/PUI-17476) ([#7783](https://
|
|
830
|
+
- ds-shuttle-v2:: fixed e2e tests for ghost items [PUI-17476](https://jira.elliemae.io/browse/PUI-17476) ([#7783](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7783)) ([b3f8831](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b3f88310454694d4bd31609e32e6d5d33e3b46b3))
|
|
479
831
|
|
|
480
832
|
## 3.57.0-next.40 (2025-12-02)
|
|
481
833
|
|
|
482
834
|
### Bug Fixes
|
|
483
835
|
|
|
484
|
-
- ds-basic:: post refactor css import fixes ([#7780](https://
|
|
836
|
+
- ds-basic:: post refactor css import fixes ([#7780](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7780)) ([2f24485](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2f24485abcb87480dd3e82106746bc357b7e4a35))
|
|
485
837
|
|
|
486
838
|
## 3.57.0-next.39 (2025-12-01)
|
|
487
839
|
|
|
488
840
|
### Features
|
|
489
841
|
|
|
490
|
-
- dimsum:: preparing for legacy packages final removal by fixing some mess [PUI-17248](https://jira.elliemae.io/browse/PUI-17248) ([#7726](https://
|
|
842
|
+
- dimsum:: preparing for legacy packages final removal by fixing some mess [PUI-17248](https://jira.elliemae.io/browse/PUI-17248) ([#7726](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7726)) ([c2520db](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c2520dbd91cbd777c77f540f4181b94d3a882798))
|
|
491
843
|
|
|
492
844
|
## 3.57.0-next.38 (2025-11-27)
|
|
493
845
|
|
|
494
846
|
### Bug Fixes
|
|
495
847
|
|
|
496
|
-
- ds-breadcrumb:: fix e2e test cases ([#7775](https://
|
|
848
|
+
- ds-breadcrumb:: fix e2e test cases ([#7775](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7775)) ([426062a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/426062afa569542bd3c63814c47992e409f0a72c))
|
|
497
849
|
|
|
498
850
|
## 3.57.0-next.37 (2025-11-27)
|
|
499
851
|
|
|
500
852
|
### Bug Fixes
|
|
501
853
|
|
|
502
|
-
- ds-menu-button:: flaky playwright test ([#7774](https://
|
|
854
|
+
- ds-menu-button:: flaky playwright test ([#7774](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7774)) ([3d226a8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3d226a8d2f846adb8336df766aaba1668980ca3a))
|
|
503
855
|
|
|
504
856
|
## 3.57.0-next.36 (2025-11-26)
|
|
505
857
|
|
|
506
858
|
### Features
|
|
507
859
|
|
|
508
|
-
- ds-shuttle-v2:: aria live component [PUI-15526](https://jira.elliemae.io/browse/PUI-15526) ([#7769](https://
|
|
860
|
+
- ds-shuttle-v2:: aria live component [PUI-15526](https://jira.elliemae.io/browse/PUI-15526) ([#7769](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7769)) ([fc02f10](https://github.com/intcx/PLATFORM-UI.dimsum/commit/fc02f10e12badd934d072ee138017def6e8acd64))
|
|
509
861
|
|
|
510
862
|
## 3.57.0-next.35 (2025-11-24)
|
|
511
863
|
|
|
512
864
|
### Features
|
|
513
865
|
|
|
514
|
-
- ds-pagination:: AxeCore + TS + Slots + DS Compliance [PUI-16510](https://jira.elliemae.io/browse/PUI-16510)e ([#7765](https://
|
|
866
|
+
- ds-pagination:: AxeCore + TS + Slots + DS Compliance [PUI-16510](https://jira.elliemae.io/browse/PUI-16510)e ([#7765](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7765)) ([fdb44cf](https://github.com/intcx/PLATFORM-UI.dimsum/commit/fdb44cff2115567ac8a0ae2123e2cbc4c8fc0c54))
|
|
515
867
|
|
|
516
868
|
## 3.57.0-next.34 (2025-11-19)
|
|
517
869
|
|
|
518
870
|
### Features
|
|
519
871
|
|
|
520
|
-
- ds-shuttle-v2:: dnd unit tests [PUI-15518](https://jira.elliemae.io/browse/PUI-15518) ([#7753](https://
|
|
872
|
+
- ds-shuttle-v2:: dnd unit tests [PUI-15518](https://jira.elliemae.io/browse/PUI-15518) ([#7753](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7753)) ([963468a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/963468a39d9ecfaf8019ae4ea5d1faf10fda4687))
|
|
521
873
|
|
|
522
874
|
## 3.57.0-next.33 (2025-11-18)
|
|
523
875
|
|
|
@@ -531,63 +883,63 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
531
883
|
|
|
532
884
|
### Bug Fixes
|
|
533
885
|
|
|
534
|
-
- ds-banner:: update spec URL ([feea8ec](https://
|
|
886
|
+
- ds-banner:: update spec URL ([feea8ec](https://github.com/intcx/PLATFORM-UI.dimsum/commit/feea8ecc9cfe736eb9262a8709f535f68924ba76))
|
|
535
887
|
|
|
536
888
|
## 3.57.0-next.30 (2025-11-12)
|
|
537
889
|
|
|
538
890
|
### Features
|
|
539
891
|
|
|
540
|
-
- ds-dialog:: link spec v2 [PUI-17407](https://jira.elliemae.io/browse/PUI-17407) ([#7751](https://
|
|
892
|
+
- ds-dialog:: link spec v2 [PUI-17407](https://jira.elliemae.io/browse/PUI-17407) ([#7751](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7751)) ([8946d44](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8946d44ddaf24d0428d64a8b876bde34d583fbdf))
|
|
541
893
|
|
|
542
894
|
## 3.57.0-next.29 (2025-11-12)
|
|
543
895
|
|
|
544
896
|
### Features
|
|
545
897
|
|
|
546
|
-
- ds-read-more:: link spec v2 [PUI-17369](https://jira.elliemae.io/browse/PUI-17369) ([#7750](https://
|
|
898
|
+
- ds-read-more:: link spec v2 [PUI-17369](https://jira.elliemae.io/browse/PUI-17369) ([#7750](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7750)) ([ad504a9](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ad504a96343bbc9c64dfffc19c00df4af51e35d5))
|
|
547
899
|
|
|
548
900
|
## 3.57.0-next.28 (2025-11-12)
|
|
549
901
|
|
|
550
902
|
### Bug Fixes
|
|
551
903
|
|
|
552
|
-
- ds-menu-button:: added e2e test for next tabstop when expanded [PUI-17414](https://jira.elliemae.io/browse/PUI-17414) ([#7749](https://
|
|
904
|
+
- ds-menu-button:: added e2e test for next tabstop when expanded [PUI-17414](https://jira.elliemae.io/browse/PUI-17414) ([#7749](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7749)) ([26b5283](https://github.com/intcx/PLATFORM-UI.dimsum/commit/26b5283d53f622e4eef15bad1375f517e975ee81))
|
|
553
905
|
|
|
554
906
|
## 3.57.0-next.27 (2025-11-10)
|
|
555
907
|
|
|
556
908
|
### Bug Fixes
|
|
557
909
|
|
|
558
|
-
- ds-card-v3:: added e2e for slots [PUI-17361](https://jira.elliemae.io/browse/PUI-17361) ([#7746](https://
|
|
910
|
+
- ds-card-v3:: added e2e for slots [PUI-17361](https://jira.elliemae.io/browse/PUI-17361) ([#7746](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7746)) ([f2d7e78](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f2d7e789671973d1a567e19a3e2daab38f187635))
|
|
559
911
|
|
|
560
912
|
## 3.57.0-next.26 (2025-11-06)
|
|
561
913
|
|
|
562
914
|
### Bug Fixes
|
|
563
915
|
|
|
564
|
-
- dimsum:: fix e2e test cases for Dialog, ShuttleV2 and DataTable [PUI-16930](https://jira.elliemae.io/browse/PUI-16930) ([#7742](https://
|
|
916
|
+
- dimsum:: fix e2e test cases for Dialog, ShuttleV2 and DataTable [PUI-16930](https://jira.elliemae.io/browse/PUI-16930) ([#7742](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7742)) ([7c96ffb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7c96ffb31af8c153ab907ae4a3ea64c2fb9ca58b))
|
|
565
917
|
|
|
566
918
|
## 3.57.0-next.25 (2025-11-05)
|
|
567
919
|
|
|
568
920
|
### Bug Fixes
|
|
569
921
|
|
|
570
|
-
- ds-data-table:: sort click when filter menu is open [PUI-15155](https://jira.elliemae.io/browse/PUI-15155) ([#7740](https://
|
|
922
|
+
- ds-data-table:: sort click when filter menu is open [PUI-15155](https://jira.elliemae.io/browse/PUI-15155) ([#7740](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7740)) ([d87b64c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d87b64cde933453499e4d0182ea5b40c99744574))
|
|
571
923
|
|
|
572
924
|
## 3.57.0-next.24 (2025-11-04)
|
|
573
925
|
|
|
574
926
|
### Bug Fixes
|
|
575
927
|
|
|
576
|
-
- ds-form:: spec publication cdn [PUI-16198](https://jira.elliemae.io/browse/PUI-16198) ([#7722](https://
|
|
928
|
+
- ds-form:: spec publication cdn [PUI-16198](https://jira.elliemae.io/browse/PUI-16198) ([#7722](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7722)) ([706e79c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/706e79ccf868f681d89ef68df0864b8773c172e1))
|
|
577
929
|
|
|
578
930
|
## 3.57.0-next.23 (2025-11-04)
|
|
579
931
|
|
|
580
932
|
### Bug Fixes
|
|
581
933
|
|
|
582
|
-
- ds-shuttle-v2:: fixed e2e tests afeter autofocus was removed [PUI-15526](https://jira.elliemae.io/browse/PUI-15526) ([#7732](https://
|
|
934
|
+
- ds-shuttle-v2:: fixed e2e tests afeter autofocus was removed [PUI-15526](https://jira.elliemae.io/browse/PUI-15526) ([#7732](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7732)) ([86849cb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/86849cbf6e03ce8356ee4b53763d8bd08cc86a3c))
|
|
583
935
|
|
|
584
936
|
## 3.57.0-next.22 (2025-11-04)
|
|
585
937
|
|
|
586
938
|
### Bug Fixes
|
|
587
939
|
|
|
588
|
-
- ds-read-more:: add visual test for 1 line use case [PUI-17309](https://jira.elliemae.io/browse/PUI-17309) ([#7730](https://
|
|
940
|
+
- ds-read-more:: add visual test for 1 line use case [PUI-17309](https://jira.elliemae.io/browse/PUI-17309) ([#7730](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7730)) ([7033077](https://github.com/intcx/PLATFORM-UI.dimsum/commit/703307710918421df948e8272a3e07f95340785a))
|
|
589
941
|
|
|
590
|
-
## [3.57.0-next.21](https://
|
|
942
|
+
## [3.57.0-next.21](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.57.0-next.20...v3.57.0-next.21) (2025-10-31)
|
|
591
943
|
|
|
592
944
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
593
945
|
|
|
@@ -595,13 +947,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
595
947
|
|
|
596
948
|
### Bug Fixes
|
|
597
949
|
|
|
598
|
-
- ds-form-combobox:: tabindex -1 for menue items restored ([#7733](https://
|
|
950
|
+
- ds-form-combobox:: tabindex -1 for menue items restored ([#7733](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7733)) ([4509365](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4509365665582440236798bc57504ff7128d13e0))
|
|
599
951
|
|
|
600
|
-
## [3.57.0-next.19](https://
|
|
952
|
+
## [3.57.0-next.19](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.57.0-next.18...v3.57.0-next.19) (2025-10-31)
|
|
601
953
|
|
|
602
954
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
603
955
|
|
|
604
|
-
## [3.57.0-next.18](https://
|
|
956
|
+
## [3.57.0-next.18](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.57.0-next.17...v3.57.0-next.18) (2025-10-30)
|
|
605
957
|
|
|
606
958
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
607
959
|
|
|
@@ -609,7 +961,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
609
961
|
|
|
610
962
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
611
963
|
|
|
612
|
-
## [3.57.0-next.16](https://
|
|
964
|
+
## [3.57.0-next.16](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.57.0-next.15...v3.57.0-next.16) (2025-10-30)
|
|
613
965
|
|
|
614
966
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
615
967
|
|
|
@@ -617,25 +969,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
617
969
|
|
|
618
970
|
### Bug Fixes
|
|
619
971
|
|
|
620
|
-
- ds-form-input-text:: restored focus tracking logic per regression [PUI-17351](https://jira.elliemae.io/browse/PUI-17351) ([#7728](https://
|
|
972
|
+
- ds-form-input-text:: restored focus tracking logic per regression [PUI-17351](https://jira.elliemae.io/browse/PUI-17351) ([#7728](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7728)) ([b08d9c8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b08d9c8b21fa3de563c041067d3d83950d11eac4))
|
|
621
973
|
|
|
622
974
|
## 3.57.0-next.14 (2025-10-29)
|
|
623
975
|
|
|
624
976
|
### Bug Fixes
|
|
625
977
|
|
|
626
|
-
- ds-data-table:: fixed axe-core unit test ([#7727](https://
|
|
978
|
+
- ds-data-table:: fixed axe-core unit test ([#7727](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7727)) ([93a1929](https://github.com/intcx/PLATFORM-UI.dimsum/commit/93a19293301bd564cc75b27e8c7367c554b6c123))
|
|
627
979
|
|
|
628
980
|
## 3.57.0-next.13 (2025-10-29)
|
|
629
981
|
|
|
630
982
|
### Bug Fixes
|
|
631
983
|
|
|
632
|
-
- ds-form-input-text:: fixed unit tests ([#7721](https://
|
|
984
|
+
- ds-form-input-text:: fixed unit tests ([#7721](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7721)) ([66970ab](https://github.com/intcx/PLATFORM-UI.dimsum/commit/66970abea2be7aba90c7231c9feb7b873b8c819a))
|
|
633
985
|
|
|
634
986
|
## 3.57.0-next.12 (2025-10-23)
|
|
635
987
|
|
|
636
988
|
### Bug Fixes
|
|
637
989
|
|
|
638
|
-
- ds-mobile:: mobile card update ([#7702](https://
|
|
990
|
+
- ds-mobile:: mobile card update ([#7702](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7702)) ([3c718ae](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3c718ae2b97b77f9eefbd262eb093f22cc21a4fd))
|
|
639
991
|
|
|
640
992
|
## 3.57.0-next.11 (2025-10-23)
|
|
641
993
|
|
|
@@ -645,61 +997,61 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
645
997
|
|
|
646
998
|
### Bug Fixes
|
|
647
999
|
|
|
648
|
-
- ds-data-table:: adding a slot for the popover wrapper [PUI-17259](https://jira.elliemae.io/browse/PUI-17259) ([#7700](https://
|
|
1000
|
+
- ds-data-table:: adding a slot for the popover wrapper [PUI-17259](https://jira.elliemae.io/browse/PUI-17259) ([#7700](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7700)) ([e841c77](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e841c776c9c1c203056bbdf7dcd8196175184007))
|
|
649
1001
|
|
|
650
1002
|
## 3.57.0-next.9 (2025-10-21)
|
|
651
1003
|
|
|
652
1004
|
### Features
|
|
653
1005
|
|
|
654
|
-
- dimsum:: third parties from catalog + mobile removed polished [PUI-17293](https://jira.elliemae.io/browse/PUI-17293) ([#7696](https://
|
|
1006
|
+
- dimsum:: third parties from catalog + mobile removed polished [PUI-17293](https://jira.elliemae.io/browse/PUI-17293) ([#7696](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7696)) ([8b060f7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8b060f75541a9ed33f686636f0830d7a47299367))
|
|
655
1007
|
|
|
656
1008
|
## 3.57.0-next.8 (2025-10-21)
|
|
657
1009
|
|
|
658
1010
|
### Bug Fixes
|
|
659
1011
|
|
|
660
|
-
- ds-floating-context:: removed default role complementary [PUI-16416](https://jira.elliemae.io/browse/PUI-16416) ([#7691](https://
|
|
1012
|
+
- ds-floating-context:: removed default role complementary [PUI-16416](https://jira.elliemae.io/browse/PUI-16416) ([#7691](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7691)) ([fa86dbc](https://github.com/intcx/PLATFORM-UI.dimsum/commit/fa86dbc94423f829e19fc7f3c01b83fa99d067f6))
|
|
661
1013
|
|
|
662
1014
|
## 3.57.0-next.7 (2025-10-20)
|
|
663
1015
|
|
|
664
1016
|
### Features
|
|
665
1017
|
|
|
666
|
-
- ds-shuttle-v2:: ts testing [PUI-16342](https://jira.elliemae.io/browse/PUI-16342) ([#7695](https://
|
|
1018
|
+
- ds-shuttle-v2:: ts testing [PUI-16342](https://jira.elliemae.io/browse/PUI-16342) ([#7695](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7695)) ([2213170](https://github.com/intcx/PLATFORM-UI.dimsum/commit/22131708777560dc3342270a036dcb7ee91dfff7))
|
|
667
1019
|
|
|
668
1020
|
## 3.57.0-next.6 (2025-10-16)
|
|
669
1021
|
|
|
670
1022
|
### Features
|
|
671
1023
|
|
|
672
|
-
- ds-shuttle-v2:: dimsum compliace constant relocation [PUI-16342](https://jira.elliemae.io/browse/PUI-16342) ([#7694](https://
|
|
1024
|
+
- ds-shuttle-v2:: dimsum compliace constant relocation [PUI-16342](https://jira.elliemae.io/browse/PUI-16342) ([#7694](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7694)) ([a2ae67f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a2ae67fc72eece35752ff2cc83d0e65d1e127c06))
|
|
673
1025
|
|
|
674
1026
|
## 3.57.0-next.5 (2025-10-15)
|
|
675
1027
|
|
|
676
1028
|
### Bug Fixes
|
|
677
1029
|
|
|
678
|
-
- ds-accordion:: add functional tests for lang attribute customization [PUI-14885](https://jira.elliemae.io/browse/PUI-14885) ([#7692](https://
|
|
1030
|
+
- ds-accordion:: add functional tests for lang attribute customization [PUI-14885](https://jira.elliemae.io/browse/PUI-14885) ([#7692](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7692)) ([777e42e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/777e42ee9bdefb3e2b91eaa1fb51633dd8853d3b))
|
|
679
1031
|
|
|
680
1032
|
## 3.57.0-next.4 (2025-10-13)
|
|
681
1033
|
|
|
682
1034
|
### Features
|
|
683
1035
|
|
|
684
|
-
- ds-shuttle-v2:: dimsum compliance [PUI-16342](https://jira.elliemae.io/browse/PUI-16342) ([#7687](https://
|
|
1036
|
+
- ds-shuttle-v2:: dimsum compliance [PUI-16342](https://jira.elliemae.io/browse/PUI-16342) ([#7687](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7687)) ([2408054](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2408054f546d9cd01d138edf57321b4317b98aa4))
|
|
685
1037
|
|
|
686
1038
|
## 3.57.0-next.3 (2025-10-13)
|
|
687
1039
|
|
|
688
1040
|
### Bug Fixes
|
|
689
1041
|
|
|
690
|
-
- ds-form-layout-blocks:: updated e2e test for required [PUI-10970](https://jira.elliemae.io/browse/PUI-10970) ([#7671](https://
|
|
1042
|
+
- ds-form-layout-blocks:: updated e2e test for required [PUI-10970](https://jira.elliemae.io/browse/PUI-10970) ([#7671](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7671)) ([67a471b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/67a471b30a92e03b0d6a7fb9ad8cfe45c2692c71))
|
|
691
1043
|
|
|
692
1044
|
## 3.57.0-next.2 (2025-10-13)
|
|
693
1045
|
|
|
694
1046
|
### Bug Fixes
|
|
695
1047
|
|
|
696
|
-
- ds-dropzone:: update examples to features [PUI-15139](https://jira.elliemae.io/browse/PUI-15139) ([#7683](https://
|
|
1048
|
+
- ds-dropzone:: update examples to features [PUI-15139](https://jira.elliemae.io/browse/PUI-15139) ([#7683](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7683)) ([f172b79](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f172b794a6e2535e325e1451d7a0a6e9b2fcaef6))
|
|
697
1049
|
|
|
698
1050
|
## 3.57.0-next.1 (2025-10-13)
|
|
699
1051
|
|
|
700
1052
|
### Features
|
|
701
1053
|
|
|
702
|
-
- ds-accordion:: add spec [PUI-16954](https://jira.elliemae.io/browse/PUI-16954) ([#7672](https://
|
|
1054
|
+
- ds-accordion:: add spec [PUI-16954](https://jira.elliemae.io/browse/PUI-16954) ([#7672](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7672)) ([34ad2c9](https://github.com/intcx/PLATFORM-UI.dimsum/commit/34ad2c90e63e1152ef895bdc05403462de6212d5))
|
|
703
1055
|
|
|
704
1056
|
## 3.55.0-next.29 (2025-10-03)
|
|
705
1057
|
|
|
@@ -709,57 +1061,57 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
709
1061
|
|
|
710
1062
|
### Bug Fixes
|
|
711
1063
|
|
|
712
|
-
- ds-controlled-form:: added e2e test for defect PUI17084 [PUI-17084](https://jira.elliemae.io/browse/PUI-17084) ([#7669](https://
|
|
1064
|
+
- ds-controlled-form:: added e2e test for defect PUI17084 [PUI-17084](https://jira.elliemae.io/browse/PUI-17084) ([#7669](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7669)) ([c5359dd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c5359ddb2d0c5959d98bdff1d1007e1b7956054a))
|
|
713
1065
|
|
|
714
1066
|
## 3.55.0-next.27 (2025-10-02)
|
|
715
1067
|
|
|
716
1068
|
### Features
|
|
717
1069
|
|
|
718
|
-
- ds-data-table:: integrated examples with filters improve [PUI-16534](https://jira.elliemae.io/browse/PUI-16534) ([#7670](https://
|
|
1070
|
+
- ds-data-table:: integrated examples with filters improve [PUI-16534](https://jira.elliemae.io/browse/PUI-16534) ([#7670](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7670)) ([0f4c9e7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0f4c9e72c729482b9730f5e5464293f754d68aa0))
|
|
719
1071
|
|
|
720
1072
|
## 3.55.0-next.26 (2025-10-01)
|
|
721
1073
|
|
|
722
1074
|
### Bug Fixes
|
|
723
1075
|
|
|
724
|
-
- ds-card-navigation:: added slots showcase [PUI-15573] (https://jira.elliemae.io/browse/PUI-15573) ([#7667](https://
|
|
1076
|
+
- ds-card-navigation:: added slots showcase [PUI-15573] (https://jira.elliemae.io/browse/PUI-15573) ([#7667](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7667)) ([e5694bf](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e5694bff4051dbf605add549c2e176e28ac3b33b))
|
|
725
1077
|
|
|
726
1078
|
## 3.55.0-next.25 (2025-10-01)
|
|
727
1079
|
|
|
728
1080
|
### Bug Fixes
|
|
729
1081
|
|
|
730
|
-
- ds-form-combobox:: remove use of mergeRef to avoid minified error [PUI-17148](https://jira.elliemae.io/browse/PUI-17148) ([#7662](https://
|
|
1082
|
+
- ds-form-combobox:: remove use of mergeRef to avoid minified error [PUI-17148](https://jira.elliemae.io/browse/PUI-17148) ([#7662](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7662)) ([5615010](https://github.com/intcx/PLATFORM-UI.dimsum/commit/5615010e876cf19aaba367a646db667f49194a95))
|
|
731
1083
|
|
|
732
1084
|
## 3.55.0-next.24 (2025-09-30)
|
|
733
1085
|
|
|
734
1086
|
### Reverts
|
|
735
1087
|
|
|
736
|
-
- Revert "fix: ds-tabs:: first render now doesn't animate anymore (#7656)" (#7663) ([72c0c05](https://
|
|
1088
|
+
- Revert "fix: ds-tabs:: first render now doesn't animate anymore (#7656)" (#7663) ([72c0c05](https://github.com/intcx/PLATFORM-UI.dimsum/commit/72c0c0557c78f0934a4bc82e98cc92cf6be27a82)), closes [#7656](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7656) [#7663](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7663)
|
|
737
1089
|
|
|
738
1090
|
## 3.55.0-next.23 (2025-09-30)
|
|
739
1091
|
|
|
740
1092
|
### Bug Fixes
|
|
741
1093
|
|
|
742
|
-
- ds-form-single-combobox:: add functional test for disabled [PUI-17193](https://jira.elliemae.io/browse/PUI-17193) ([#7661](https://
|
|
1094
|
+
- ds-form-single-combobox:: add functional test for disabled [PUI-17193](https://jira.elliemae.io/browse/PUI-17193) ([#7661](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7661)) ([9911657](https://github.com/intcx/PLATFORM-UI.dimsum/commit/99116579990b3a47872cd79e1226f76154a599a4))
|
|
743
1095
|
|
|
744
1096
|
## 3.55.0-next.22 (2025-09-29)
|
|
745
1097
|
|
|
746
1098
|
### Bug Fixes
|
|
747
1099
|
|
|
748
|
-
- ds-form-combobox:: fix defect open twice menu while filtering ([#7657](https://
|
|
1100
|
+
- ds-form-combobox:: fix defect open twice menu while filtering ([#7657](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7657)) ([e73e1e9](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e73e1e992f307139220900edf475e08c78f4352d))
|
|
749
1101
|
|
|
750
1102
|
## 3.55.0-next.21 (2025-09-26)
|
|
751
1103
|
|
|
752
1104
|
### Bug Fixes
|
|
753
1105
|
|
|
754
|
-
- ds-tabs:: first render now doesn't animate anymore ([#7656](https://
|
|
1106
|
+
- ds-tabs:: first render now doesn't animate anymore ([#7656](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7656)) ([7e6c07e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7e6c07eefe1398057a654072849be2b6ac2fddb5))
|
|
755
1107
|
|
|
756
1108
|
## 3.55.0-next.20 (2025-09-25)
|
|
757
1109
|
|
|
758
1110
|
### Bug Fixes
|
|
759
1111
|
|
|
760
|
-
- ds-accordion:: remove DSTruncateTextWithTooltip usage from accordion stories ([#7654](https://
|
|
1112
|
+
- ds-accordion:: remove DSTruncateTextWithTooltip usage from accordion stories ([#7654](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7654)) ([b65a8df](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b65a8df42e5e3587c800fab370611476919b98fd))
|
|
761
1113
|
|
|
762
|
-
## [3.55.0-next.19](https://
|
|
1114
|
+
## [3.55.0-next.19](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.55.0-next.18...v3.55.0-next.19) (2025-09-24)
|
|
763
1115
|
|
|
764
1116
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
765
1117
|
|
|
@@ -767,85 +1119,85 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
767
1119
|
|
|
768
1120
|
### Bug Fixes
|
|
769
1121
|
|
|
770
|
-
- ds-tabs:: add functional test for onTabChange [PUI-10950](https://jira.elliemae.io/browse/PUI-10950) ([#7652](https://
|
|
1122
|
+
- ds-tabs:: add functional test for onTabChange [PUI-10950](https://jira.elliemae.io/browse/PUI-10950) ([#7652](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7652)) ([9fd2ea4](https://github.com/intcx/PLATFORM-UI.dimsum/commit/9fd2ea4157131846d4c00b2dce44beefd37cc37e))
|
|
771
1123
|
|
|
772
1124
|
## 3.55.0-next.17 (2025-09-22)
|
|
773
1125
|
|
|
774
1126
|
### Features
|
|
775
1127
|
|
|
776
|
-
- ds-data-table:: example slot free text search [PUI-16537](https://jira.elliemae.io/browse/PUI-16537) ([#7651](https://
|
|
1128
|
+
- ds-data-table:: example slot free text search [PUI-16537](https://jira.elliemae.io/browse/PUI-16537) ([#7651](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7651)) ([ce1eed9](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ce1eed927c5a386f1c163df219529a1e886a80f3))
|
|
777
1129
|
|
|
778
1130
|
## 3.55.0-next.16 (2025-09-18)
|
|
779
1131
|
|
|
780
1132
|
### Bug Fixes
|
|
781
1133
|
|
|
782
|
-
- ds-data-table:: added e2e for fixed width w/ filters ([#7643](https://
|
|
1134
|
+
- ds-data-table:: added e2e for fixed width w/ filters ([#7643](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7643)) ([cb0135d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/cb0135d6074e72553d5176dc4af7c92db1477810))
|
|
783
1135
|
|
|
784
1136
|
## 3.55.0-next.15 (2025-09-17)
|
|
785
1137
|
|
|
786
1138
|
### Features
|
|
787
1139
|
|
|
788
|
-
- ds-tabs:: stories ts compliance [PUI-16003](https://jira.elliemae.io/browse/PUI-16003) feat: ds-tabs:: stories ts compliance [PUI-16003](https://jira.elliemae.io/browse/PUI-16003) ([#7646](https://
|
|
1140
|
+
- ds-tabs:: stories ts compliance [PUI-16003](https://jira.elliemae.io/browse/PUI-16003) feat: ds-tabs:: stories ts compliance [PUI-16003](https://jira.elliemae.io/browse/PUI-16003) ([#7646](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7646)) ([d66850a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d66850aaf9c1094445d3a8cdffb06251c4a67549))
|
|
789
1141
|
|
|
790
1142
|
## 3.55.0-next.14 (2025-09-16)
|
|
791
1143
|
|
|
792
1144
|
### Bug Fixes
|
|
793
1145
|
|
|
794
|
-
- ds-tabs:: enhance tab change handling and improve test assertions [PUI-10950](https://jira.elliemae.io/browse/PUI-10950)fix: ds-tabs:: enhance tab change handling and improve test assertions [PUI-10950](https://jira.elliemae.io/browse/PUI-10950)fix: ds-tabs:: enhance tab change handling and improve test assertions [PUI-10950](https://jira.elliemae.io/browse/PUI-10950) ([#7638](https://
|
|
1146
|
+
- ds-tabs:: enhance tab change handling and improve test assertions [PUI-10950](https://jira.elliemae.io/browse/PUI-10950)fix: ds-tabs:: enhance tab change handling and improve test assertions [PUI-10950](https://jira.elliemae.io/browse/PUI-10950)fix: ds-tabs:: enhance tab change handling and improve test assertions [PUI-10950](https://jira.elliemae.io/browse/PUI-10950) ([#7638](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7638)) ([9e65044](https://github.com/intcx/PLATFORM-UI.dimsum/commit/9e65044d5b9d590104dc90108e0c874d9613ff3d))
|
|
795
1147
|
|
|
796
1148
|
## 3.55.0-next.13 (2025-09-15)
|
|
797
1149
|
|
|
798
1150
|
### Bug Fixes
|
|
799
1151
|
|
|
800
|
-
- ds-tabs:: improve tabs layout and support ds-swipe-card customization [PUI-17142](https://jira.elliemae.io/browse/PUI-17142) ([#7637](https://
|
|
1152
|
+
- ds-tabs:: improve tabs layout and support ds-swipe-card customization [PUI-17142](https://jira.elliemae.io/browse/PUI-17142) ([#7637](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7637)) ([d9fea48](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d9fea48546b5e3e43a099cbf750f4d101247c931))
|
|
801
1153
|
|
|
802
1154
|
## 3.55.0-next.12 (2025-09-11)
|
|
803
1155
|
|
|
804
1156
|
### Bug Fixes
|
|
805
1157
|
|
|
806
|
-
- ds-tabs:: add missing package and panel owner props [PUI-16438](https://jira.elliemae.io/browse/PUI-16438) ([#7629](https://
|
|
1158
|
+
- ds-tabs:: add missing package and panel owner props [PUI-16438](https://jira.elliemae.io/browse/PUI-16438) ([#7629](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7629)) ([0624c79](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0624c79f5ed74442730f6de44ce7390b45e5abda))
|
|
807
1159
|
|
|
808
1160
|
## 3.55.0-next.11 (2025-09-10)
|
|
809
1161
|
|
|
810
1162
|
### Bug Fixes
|
|
811
1163
|
|
|
812
|
-
- ds-tabs:: remove mobile additional padding [PUI-17140](https://jira.elliemae.io/browse/PUI-17140) ([#7626](https://
|
|
1164
|
+
- ds-tabs:: remove mobile additional padding [PUI-17140](https://jira.elliemae.io/browse/PUI-17140) ([#7626](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7626)) ([d375fbd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d375fbd48d07a854dfdd14aaef082b5f508261bf))
|
|
813
1165
|
|
|
814
1166
|
## 3.55.0-next.10 (2025-09-08)
|
|
815
1167
|
|
|
816
1168
|
### Bug Fixes
|
|
817
1169
|
|
|
818
|
-
- dimsum:: additional snyk fixes for 26.2 [PUI-17130](https://jira.elliemae.io/browse/PUI-17130) ([#7620](https://
|
|
1170
|
+
- dimsum:: additional snyk fixes for 26.2 [PUI-17130](https://jira.elliemae.io/browse/PUI-17130) ([#7620](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7620)) ([6bafddd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6bafddd6b1935f36f8c3fdc84fd1cdccc0956cdf))
|
|
819
1171
|
|
|
820
1172
|
## 3.55.0-next.9 (2025-09-05)
|
|
821
1173
|
|
|
822
1174
|
### Bug Fixes
|
|
823
1175
|
|
|
824
|
-
- ds-accordion:: fix e2e stories [PUI-14868](https://jira.elliemae.io/browse/PUI-14868) ([#7619](https://
|
|
1176
|
+
- ds-accordion:: fix e2e stories [PUI-14868](https://jira.elliemae.io/browse/PUI-14868) ([#7619](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7619)) ([5fa6fa4](https://github.com/intcx/PLATFORM-UI.dimsum/commit/5fa6fa4aa92751e2cd157a605baa44fa27a7b3b4))
|
|
825
1177
|
|
|
826
1178
|
## 3.55.0-next.8 (2025-09-05)
|
|
827
1179
|
|
|
828
1180
|
### Features
|
|
829
1181
|
|
|
830
|
-
- ds-tabs:: fixed axe + improved CI testing logs ([#7621](https://
|
|
1182
|
+
- ds-tabs:: fixed axe + improved CI testing logs ([#7621](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7621)) ([8e0d8be](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8e0d8bec61d678a79ef6c69e8d43d0f228c2fc32))
|
|
831
1183
|
|
|
832
1184
|
## 3.55.0-next.7 (2025-09-01)
|
|
833
1185
|
|
|
834
1186
|
### Bug Fixes
|
|
835
1187
|
|
|
836
|
-
- ds-accordion:: add wrapLabel prop [PUI-14884](https://jira.elliemae.io/browse/PUI-14884) ([#7601](https://
|
|
1188
|
+
- ds-accordion:: add wrapLabel prop [PUI-14884](https://jira.elliemae.io/browse/PUI-14884) ([#7601](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7601)) ([492ac88](https://github.com/intcx/PLATFORM-UI.dimsum/commit/492ac88e43b3b4e733602f9538b657172dc94cd4))
|
|
837
1189
|
|
|
838
1190
|
## 3.55.0-next.6 (2025-08-27)
|
|
839
1191
|
|
|
840
1192
|
### Bug Fixes
|
|
841
1193
|
|
|
842
|
-
- ds-form-helpers-mask-hooks:: add functional test for initial value issue [PUI-17076](https://jira.elliemae.io/browse/PUI-17076) ([#7606](https://
|
|
1194
|
+
- ds-form-helpers-mask-hooks:: add functional test for initial value issue [PUI-17076](https://jira.elliemae.io/browse/PUI-17076) ([#7606](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7606)) ([ccbeb6d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ccbeb6d8692c5e1d9fcdd982331e36004c79459c))
|
|
843
1195
|
|
|
844
|
-
## [3.55.0-next.5](https://
|
|
1196
|
+
## [3.55.0-next.5](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.55.0-next.4...v3.55.0-next.5) (2025-08-26)
|
|
845
1197
|
|
|
846
1198
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
847
1199
|
|
|
848
|
-
## [3.55.0-next.4](https://
|
|
1200
|
+
## [3.55.0-next.4](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.55.0-next.3...v3.55.0-next.4) (2025-08-25)
|
|
849
1201
|
|
|
850
1202
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
851
1203
|
|
|
@@ -853,13 +1205,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
853
1205
|
|
|
854
1206
|
### Bug Fixes
|
|
855
1207
|
|
|
856
|
-
- ds-form-helpers-mask-hooks:: fixing init fn for useNumberMask [PUI-17061](https://jira.elliemae.io/browse/PUI-17061), [PUI-17066](https://jira.elliemae.io/browse/PUI-17066) ([#7600](https://
|
|
1208
|
+
- ds-form-helpers-mask-hooks:: fixing init fn for useNumberMask [PUI-17061](https://jira.elliemae.io/browse/PUI-17061), [PUI-17066](https://jira.elliemae.io/browse/PUI-17066) ([#7600](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7600)) ([368094c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/368094ca20b70ea80ee810b3fb18fac569739ffa))
|
|
857
1209
|
|
|
858
1210
|
## 3.55.0-next.2 (2025-08-19)
|
|
859
1211
|
|
|
860
1212
|
### Features
|
|
861
1213
|
|
|
862
|
-
- ds-floating-context:: improve package [PUI-15951](https://jira.elliemae.io/browse/PUI-15951) ([#7590](https://
|
|
1214
|
+
- ds-floating-context:: improve package [PUI-15951](https://jira.elliemae.io/browse/PUI-15951) ([#7590](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7590)) ([02a6e3e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/02a6e3e1bd4a5806aab158b7172f658be9af0f93))
|
|
863
1215
|
|
|
864
1216
|
## 3.55.0-next.1 (2025-08-19)
|
|
865
1217
|
|
|
@@ -869,1275 +1221,1275 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
869
1221
|
|
|
870
1222
|
### Bug Fixes
|
|
871
1223
|
|
|
872
|
-
- ds-button-v2:: add functional test for button type submit [PUI-16729](https://jira.elliemae.io/browse/PUI-16729) ([#7587](https://
|
|
1224
|
+
- ds-button-v2:: add functional test for button type submit [PUI-16729](https://jira.elliemae.io/browse/PUI-16729) ([#7587](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7587)) ([e3a3970](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e3a39706ac77274fa91dd4737264685cdb163a9a))
|
|
873
1225
|
|
|
874
1226
|
## 3.54.0-next.7 (2025-08-06)
|
|
875
1227
|
|
|
876
1228
|
### Bug Fixes
|
|
877
1229
|
|
|
878
|
-
- ds-form-combobox:: case of wrong dropdown positioning after filtering fixed [PUI-16996](https://jira.elliemae.io/browse/PUI-16996) ([#7585](https://
|
|
1230
|
+
- ds-form-combobox:: case of wrong dropdown positioning after filtering fixed [PUI-16996](https://jira.elliemae.io/browse/PUI-16996) ([#7585](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7585)) ([aee713b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/aee713bd1aeca6b9ec69ec3d2df6cc4a60e7d16d))
|
|
879
1231
|
|
|
880
1232
|
## 3.54.0-next.6 (2025-07-31)
|
|
881
1233
|
|
|
882
1234
|
### Bug Fixes
|
|
883
1235
|
|
|
884
|
-
- ds-button-v2:: space and enter with type submit works as expected with form [PUI-16729](https://jira.elliemae.io/browse/PUI-16729) ([#7577](https://
|
|
1236
|
+
- ds-button-v2:: space and enter with type submit works as expected with form [PUI-16729](https://jira.elliemae.io/browse/PUI-16729) ([#7577](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7577)) ([6e95f8c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6e95f8c31c2e6dbe7ba32be370b369aebe940339))
|
|
885
1237
|
|
|
886
1238
|
## 3.54.0-next.5 (2025-07-23)
|
|
887
1239
|
|
|
888
1240
|
### Features
|
|
889
1241
|
|
|
890
|
-
- ds-form-date-time-picker:: typescripts definition now include slots + ds compliancy fixes [PUI-12470](https://jira.elliemae.io/browse/PUI-12470) ([#7576](https://
|
|
1242
|
+
- ds-form-date-time-picker:: typescripts definition now include slots + ds compliancy fixes [PUI-12470](https://jira.elliemae.io/browse/PUI-12470) ([#7576](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7576)) ([fcb0314](https://github.com/intcx/PLATFORM-UI.dimsum/commit/fcb03143f3d4003c02064f4e399feb21622c332e))
|
|
891
1243
|
|
|
892
1244
|
## 3.54.0-next.4 (2025-07-23)
|
|
893
1245
|
|
|
894
1246
|
### Bug Fixes
|
|
895
1247
|
|
|
896
|
-
- ds-read-more:: sr-only-disclaimer placement [PUI-14963](https://jira.elliemae.io/browse/PUI-14963) ([#7575](https://
|
|
1248
|
+
- ds-read-more:: sr-only-disclaimer placement [PUI-14963](https://jira.elliemae.io/browse/PUI-14963) ([#7575](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7575)) ([6490ffd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6490ffdbb45b86926ef10c2f9e3cda22a43d794f))
|
|
897
1249
|
|
|
898
1250
|
## 3.54.0-next.3 (2025-07-22)
|
|
899
1251
|
|
|
900
1252
|
### Bug Fixes
|
|
901
1253
|
|
|
902
|
-
- dimsum:: fix e2e test cases [PUI-16286](https://jira.elliemae.io/browse/PUI-16286) ([#7573](https://
|
|
1254
|
+
- dimsum:: fix e2e test cases [PUI-16286](https://jira.elliemae.io/browse/PUI-16286) ([#7573](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7573)) ([a019af3](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a019af37e3f2bb32ec186711a232addb19586e4b))
|
|
903
1255
|
|
|
904
1256
|
## 3.54.0-next.2 (2025-07-22)
|
|
905
1257
|
|
|
906
1258
|
### Features
|
|
907
1259
|
|
|
908
|
-
- ds-form-single-combobox:: add functional tests for slots [PUI-16088](https://jira.elliemae.io/browse/PUI-16088) ([#7564](https://
|
|
1260
|
+
- ds-form-single-combobox:: add functional tests for slots [PUI-16088](https://jira.elliemae.io/browse/PUI-16088) ([#7564](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7564)) ([cc3479b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/cc3479b96245a4b803ff2a563c1d556653551d2d))
|
|
909
1261
|
|
|
910
1262
|
## 3.53.0-next.15 (2025-07-14)
|
|
911
1263
|
|
|
912
1264
|
### Bug Fixes
|
|
913
1265
|
|
|
914
|
-
- ds-form-combobox:: slots - expose menuItem index to allow indiviual customization [PUI-16497](https://jira.elliemae.io/browse/PUI-16497) [PUI-16088](https://jira.elliemae.io/browse/PUI-16088) ([#7562](https://
|
|
1266
|
+
- ds-form-combobox:: slots - expose menuItem index to allow indiviual customization [PUI-16497](https://jira.elliemae.io/browse/PUI-16497) [PUI-16088](https://jira.elliemae.io/browse/PUI-16088) ([#7562](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7562)) ([f5da17f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f5da17f3cb0aa23e19f57100154005d5b03bc28b))
|
|
915
1267
|
|
|
916
1268
|
## 3.53.0-next.14 (2025-07-10)
|
|
917
1269
|
|
|
918
1270
|
### Bug Fixes
|
|
919
1271
|
|
|
920
|
-
- ds-tabs:: secondary tabs fix [PUI-16477](https://jira.elliemae.io/browse/PUI-16477) ([#7558](https://
|
|
1272
|
+
- ds-tabs:: secondary tabs fix [PUI-16477](https://jira.elliemae.io/browse/PUI-16477) ([#7558](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7558)) ([32510bd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/32510bd991c82ca37b54ecf6f4ee1356404ffac8))
|
|
921
1273
|
|
|
922
1274
|
## 3.53.0-next.13 (2025-07-09)
|
|
923
1275
|
|
|
924
1276
|
### Bug Fixes
|
|
925
1277
|
|
|
926
|
-
- ds-shuttle-v2:: add functional tests cases [PUI-16230](https://jira.elliemae.io/browse/PUI-16230) ([#7554](https://
|
|
1278
|
+
- ds-shuttle-v2:: add functional tests cases [PUI-16230](https://jira.elliemae.io/browse/PUI-16230) ([#7554](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7554)) ([03b9261](https://github.com/intcx/PLATFORM-UI.dimsum/commit/03b926113a0486ea69543518013819700ae07e6c))
|
|
927
1279
|
|
|
928
1280
|
## 3.53.0-next.12 (2025-07-07)
|
|
929
1281
|
|
|
930
1282
|
### Features
|
|
931
1283
|
|
|
932
|
-
- ds-tabs:: carousel chevron btns with nested slots [PUI-16131](https://jira.elliemae.io/browse/PUI-16131) ([#7552](https://
|
|
1284
|
+
- ds-tabs:: carousel chevron btns with nested slots [PUI-16131](https://jira.elliemae.io/browse/PUI-16131) ([#7552](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7552)) ([4b15c65](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4b15c6592392a5a50833698e3168a9350bdcf34c))
|
|
933
1285
|
|
|
934
1286
|
## 3.53.0-next.11 (2025-07-03)
|
|
935
1287
|
|
|
936
1288
|
### Features
|
|
937
1289
|
|
|
938
|
-
- ds-tabs:: refactor interactions [PUI-15148](https://jira.elliemae.io/browse/PUI-15148) ([#7546](https://
|
|
1290
|
+
- ds-tabs:: refactor interactions [PUI-15148](https://jira.elliemae.io/browse/PUI-15148) ([#7546](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7546)) ([8d9bf53](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8d9bf539b84a9d48eb793fe5957471a8721b5e68))
|
|
939
1291
|
|
|
940
1292
|
## 3.53.0-next.10 (2025-07-01)
|
|
941
1293
|
|
|
942
1294
|
### Bug Fixes
|
|
943
1295
|
|
|
944
|
-
- ds-data-table:: fixed e2e visual tests to use eyes method, also for pills [PUI-16211](https://jira.elliemae.io/browse/PUI-16211) ([#7540](https://
|
|
1296
|
+
- ds-data-table:: fixed e2e visual tests to use eyes method, also for pills [PUI-16211](https://jira.elliemae.io/browse/PUI-16211) ([#7540](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7540)) ([947179b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/947179bef60fe3642a092c6d68355e6d47c7154c))
|
|
945
1297
|
|
|
946
1298
|
## 3.53.0-next.9 (2025-06-30)
|
|
947
1299
|
|
|
948
1300
|
### Features
|
|
949
1301
|
|
|
950
|
-
- ds-data-table:: add visual test for dnd with scroll use case [PUI-16401](https://jira.elliemae.io/browse/PUI-16401) ([#7543](https://
|
|
1302
|
+
- ds-data-table:: add visual test for dnd with scroll use case [PUI-16401](https://jira.elliemae.io/browse/PUI-16401) ([#7543](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7543)) ([92d45c0](https://github.com/intcx/PLATFORM-UI.dimsum/commit/92d45c0b29934b2740c168e9e0320a6797518cdd))
|
|
951
1303
|
|
|
952
1304
|
## 3.53.0-next.8 (2025-06-24)
|
|
953
1305
|
|
|
954
1306
|
### Features
|
|
955
1307
|
|
|
956
|
-
- ds-form-layout-input-group:: add spec v2025-06-19 ([#7538](https://
|
|
1308
|
+
- ds-form-layout-input-group:: add spec v2025-06-19 ([#7538](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7538)) ([8aabb55](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8aabb55691265dee81b3084eeceefdc5b9f047b5))
|
|
957
1309
|
|
|
958
1310
|
## 3.53.0-next.7 (2025-06-23)
|
|
959
1311
|
|
|
960
1312
|
### Features
|
|
961
1313
|
|
|
962
|
-
- ds-pills-v2:: style update [PUI-16263](https://jira.elliemae.io/browse/PUI-16263) ([#7532](https://
|
|
1314
|
+
- ds-pills-v2:: style update [PUI-16263](https://jira.elliemae.io/browse/PUI-16263) ([#7532](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7532)) ([7fd48db](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7fd48db2493ea0126285d7e4dd983e3dccc45bae))
|
|
963
1315
|
|
|
964
1316
|
## 3.53.0-next.6 (2025-06-18)
|
|
965
1317
|
|
|
966
1318
|
### Bug Fixes
|
|
967
1319
|
|
|
968
|
-
- ds-dataviz:: skipped brokent tests w/ defect, fixed two more [PUI-16211](https://jira.elliemae.io/browse/PUI-16211) ([#7522](https://
|
|
969
|
-
|
|
970
|
-
## [3.53.0-next.5](https://
|
|
971
|
-
|
|
972
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
973
|
-
|
|
974
|
-
## [3.53.0-next.4](https://
|
|
975
|
-
|
|
976
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
977
|
-
|
|
978
|
-
## [3.53.0-next.3](https://
|
|
979
|
-
|
|
980
|
-
### Bug Fixes
|
|
981
|
-
|
|
982
|
-
- ds-form-date-time-picker:: add functional tests for focus behaviour [PUI-16200](https://jira.elliemae.io/browse/PUI-16200) ([#7506](https://
|
|
983
|
-
- ds-global-header:: added e2e test for iframe/axecore [PUI-16270](https://jira.elliemae.io/browse/PUI-16270) ([#7512](https://
|
|
984
|
-
|
|
985
|
-
## [3.53.0-next.2](https://
|
|
986
|
-
|
|
987
|
-
**Note:** Version bump only for package dimsum-e2e-tests
|
|
988
|
-
|
|
989
|
-
## [3.53.0-next.1](https://
|
|
990
|
-
|
|
991
|
-
### Features
|
|
992
|
-
|
|
993
|
-
- dimsum:: removing ds-utilities from packages [PUI-12596](https://jira.elliemae.io/browse/PUI-12596) ([#6882](https://
|
|
994
|
-
- dimsum:: upgrade pui-e2e-test-sdk to v11.0.1 [PUI-15800](https://jira.elliemae.io/browse/PUI-15800) ([#7427](https://
|
|
995
|
-
- ds-accordion:: added basic e2e tests for slots [PUI-14787](https://jira.elliemae.io/browse/PUI-14787) ([#7277](https://
|
|
996
|
-
- ds-accordion:: e2e - applyAriaDisabled visual and axe-core test added [PUI-14068](https://jira.elliemae.io/browse/PUI-14068) ([#6972](https://
|
|
997
|
-
- ds-app-picker:: add visual and axe-core test for applyAriaDisabled [PUI-14502](https://jira.elliemae.io/browse/PUI-14502) ([#7034](https://
|
|
998
|
-
- ds-app-picker:: fixed e2e tests after slots change [PUI-14785](https://jira.elliemae.io/browse/PUI-14785) ([#7229](https://
|
|
999
|
-
- ds-banner:: added e2e tests for slots [PUI-14786](https://jira.elliemae.io/browse/PUI-14786) [PUI-14784](https://jira.elliemae.io/browse/PUI-14784) ([#7197](https://
|
|
1000
|
-
- ds-button-v2:: ButtonV3 - e2e applyAriaDisabled visual and axecore tests added [PUI-14220](https://jira.elliemae.io/browse/PUI-14220) ([#6984](https://
|
|
1001
|
-
- ds-card-v3:: global attributes - functional test added [PUI-13988](https://jira.elliemae.io/browse/PUI-13988) ([#7007](https://
|
|
1002
|
-
- ds-chat-tile:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14093](https://jira.elliemae.io/browse/PUI-14093) ([#6976](https://
|
|
1003
|
-
- ds-chip:: e2e - applyAriaDisabled visual and axe-core test added [PUI-14070](https://jira.elliemae.io/browse/PUI-14070) ([#6973](https://
|
|
1004
|
-
- ds-circular-progress-indicator:: visual test added for Inline prop [PUI-14564](https://jira.elliemae.io/browse/PUI-14564) ([#7051](https://
|
|
1005
|
-
- ds-controlled-form:: added e2e for datetimepicker slots [PUI-15356](https://jira.elliemae.io/browse/PUI-15356) ([#7415](https://
|
|
1006
|
-
- ds-controlled-form:: added e2e for large input slots [PUI-14793](https://jira.elliemae.io/browse/PUI-14793) ([#7271](https://
|
|
1007
|
-
- ds-data-table: e2e - axe-core test added [PUI-13497](https://jira.elliemae.io/browse/PUI-13497) ([#6891](https://
|
|
1008
|
-
- ds-data-table:: add new story for Table Caption attribute and implement Axe Core test [PUI-13246](https://jira.elliemae.io/browse/PUI-13246) ([#6953](https://
|
|
1009
|
-
- ds-data-table:: add visual test for header kb navigation [PUI-14737](https://jira.elliemae.io/browse/PUI-14737) ([#7104](https://
|
|
1010
|
-
- ds-data-table:: add visual test for scroll behavior [PUI-15364](https://jira.elliemae.io/browse/PUI-15364) ([#7279](https://
|
|
1011
|
-
- ds-data-table:: added e2e for clear filters and afterdnd focu scenario [PUI-14429](https://jira.elliemae.io/browse/PUI-14429) ([#7000](https://
|
|
1012
|
-
- ds-data-table:: added e2e for extra actions to be triggered [PUI-15282](https://jira.elliemae.io/browse/PUI-15282) ([#7262](https://
|
|
1013
|
-
- ds-data-table:: added e2e test for onFilterChange not to be triggered on render [PUI-14403](https://jira.elliemae.io/browse/PUI-14403 '[#6987](https://
|
|
1014
|
-
- ds-data-table:: DnD Custom Column Cell. Functional test added [PUI-14417](https://jira.elliemae.io/browse/PUI-14417) ([#7024](https://
|
|
1015
|
-
- ds-data-table:: e2e - a11y test cases added [PUI-13683](https://jira.elliemae.io/browse/PUI-13683) ([#6915](https://
|
|
1016
|
-
- ds-data-table:: e2e - added e2e for tab after dnd [PUI-13552](https://jira.elliemae.io/browse/PUI-13552) ([#6924](https://
|
|
1017
|
-
- ds-data-table:: Expandable - expand and collapse last row - visual test [PUI-13523](https://jira.elliemae.io/browse/PUI-13523) ([#7025](https://
|
|
1018
|
-
- ds-data-table:: Resizable - decrease to minimum and back to original width - visual test [PUI-12695](https://jira.elliemae.io/browse/PUI-12695) ([#7026](https://
|
|
1019
|
-
- ds-data-table:: updated e2e for sorting to accomodate for keyboard testing [PUI-8951](https://jira.elliemae.io/browse/PUI-8951) ([#7006](https://
|
|
1020
|
-
- ds-date-range-picker:: added missing e2e tests [PUI-14582](https://jira.elliemae.io/browse/PUI-14582) ([#7113](https://
|
|
1021
|
-
- ds-date-time-picker:: added e2e for invalid state styles [PUI-14577](https://jira.elliemae.io/browse/PUI-14577) ([#7055](https://
|
|
1022
|
-
- ds-floating-context:: add functional and visual test for slots functionality [PUI-15679](https://jira.elliemae.io/browse/PUI-15679)([#7363](https://
|
|
1023
|
-
- ds-floating-context:: visual test added [PUI-14536](https://jira.elliemae.io/browse/PUI-14536) ([#7039](https://
|
|
1024
|
-
- ds-form-checkbox:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14176](https://jira.elliemae.io/browse/PUI-14176) ([#6978](https://
|
|
1025
|
-
- ds-form-combobox:: droping header and first auto focus option on menu open [PUI-14845](https://jira.elliemae.io/browse/PUI-14845), [PUI-14625](https://jira.elliemae.io/browse/PUI-14625) ([#7125](https://
|
|
1026
|
-
- ds-form-date-range-picker:: add axecore test for ReadOnly [PUI-15088](https://jira.elliemae.io/browse/PUI-15088) ([#7185](https://
|
|
1027
|
-
- ds-form-date-time-picker:: add axecore test for readOnly [PUI-15084](https://jira.elliemae.io/browse/PUI-15084) ([#7184](https://
|
|
1028
|
-
- ds-form-date-time-picker:: add functional and axe-core tests for applyAriaDisabled [PUI-15604](https://jira.elliemae.io/browse/PUI-15604) ([#7337](https://
|
|
1029
|
-
- ds-form-date-time-picker:: add functional, visual and a11y tests [PUI-16000](https://jira.elliemae.io/browse/PUI-16000) ([#7494](https://
|
|
1030
|
-
- ds-form-helpers-mask-hooks:: useNumberMask - test for min and max props [PUI-14419](https://jira.elliemae.io/browse/PUI-14419) ([#6996](https://
|
|
1031
|
-
- ds-form-input-text:: add visual, functional and axe-core tests for readOnly functionality [PUI-15334](https://jira.elliemae.io/browse/PUI-15334) ([#7276](https://
|
|
1032
|
-
- ds-form-input-text:: applyAriaDisabled visual and axecore tests added [PUI-14077](https://jira.elliemae.io/browse/PUI-14077)([#6990](https://
|
|
1033
|
-
- ds-form-input-text:: created input text slots [PUI-14792] (https://jira.elliemae.io/browse/PUI-14792) ([#7226](https://
|
|
1034
|
-
- ds-form-input-text:: functional test added for applyAriaDisabled prop [PUI-15189](https://jira.elliemae.io/browse/PUI-15189) ([#7246](https://
|
|
1035
|
-
- ds-form-input-text:: visual test added for placeholder prop [PUI-14441](https://jira.elliemae.io/browse/PUI-14441) ([#7043](https://
|
|
1036
|
-
- ds-form-input-textarea:: added and updated tests for readonly [PUI-14803](https://jira.elliemae.io/browse/PUI-14803) ([#7165](https://
|
|
1037
|
-
- ds-form-input-textarea:: applyAriaDisabled visual and axecore tests added [PUI-14078](https://jira.elliemae.io/browse/PUI-14078) ([#6991](https://
|
|
1038
|
-
- ds-form-input-textarea:: e2e - visual test added [PUI-13976](https://jira.elliemae.io/browse/PUI-13976) ([#6912](https://
|
|
1039
|
-
- ds-form-layout-blocks:: e2e - added a11y testing for hasError a… [PUI-13697](https://jira.elliemae.io/browse/PUI-13697) ([#6977](https://
|
|
1040
|
-
- ds-form-multi-combobox:: add functional test for readOnly [PUI-15101](https://jira.elliemae.io/browse/PUI-15101) ([#7194](https://
|
|
1041
|
-
- ds-form-multi-combobox:: add visual and func test for readOnly [PUI-15033](https://jira.elliemae.io/browse/PUI-15033) ([#7167](https://
|
|
1042
|
-
- ds-form-multi-combobox:: applyAriaDisabled visual and axecore tests [PUI-14071](https://jira.elliemae.io/browse/PUI-14071) ([#6986](https://
|
|
1043
|
-
- ds-form-radio:: add functional and visual test for readOnly [PUI-15636](https://jira.elliemae.io/browse/PUI-15636) ([#7349](https://
|
|
1044
|
-
- ds-form-radio:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14180](https://jira.elliemae.io/browse/PUI-14180) ([#6980](https://
|
|
1045
|
-
- ds-form-single-combobox:: add func and visual tests for readOnly [PUI-15036](https://jira.elliemae.io/browse/PUI-15036) ([#7168](https://
|
|
1046
|
-
- ds-form-single-combobox:: add functional and visual tests for readOnly [PUI-15535](https://jira.elliemae.io/browse/PUI-15535) ([#7314](https://
|
|
1047
|
-
- ds-form-single-combobox:: add visual test for virtualization [PUI-15252](https://jira.elliemae.io/browse/PUI-15252) ([#7263](https://
|
|
1048
|
-
- ds-form-single-combobox:: applyAriaDisabled visual and axecore tests added [PUI-14072](https://jira.elliemae.io/browse/PUI-14072) ([#6988](https://
|
|
1049
|
-
- ds-form-toggle:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14182](https://jira.elliemae.io/browse/PUI-14182)([#6983](https://
|
|
1050
|
-
- ds-form:: e2e - added test for maxHeight for large text input [PUI-12528](https://jira.elliemae.io/browse/PUI-12525) ([#6951](https://
|
|
1051
|
-
- ds-global-header:: added visual test for LayoutProvider integration [PUI-14706](https://jira.elliemae.io/browse/PUI-14706) ([#7095](https://
|
|
1052
|
-
- ds-left-navigation:: add visual and functional tests for slots [PUI-15794](https://jira.elliemae.io/browse/PUI-15794) ([#7405](https://
|
|
1053
|
-
- ds-left-navigation:: add visual test for hideFooterPipe prop [PUI-14718](https://jira.elliemae.io/browse/PUI-14718 '[#7102](https://
|
|
1054
|
-
- ds-menu-button:: added basic testing suite [PUI-14046](https://jira.elliemae.io/browse/PUI-14046 '[#7080](https://
|
|
1055
|
-
- ds-menu-button:: added e2e for disabled and leftdecor [PUI-14745](https://jira.elliemae.io/browse/PUI-14745) ([#7132](https://
|
|
1056
|
-
- ds-menu-button:: new e2e test for dismissal mechanisms [PUI-14639](https://jira.elliemae.io/browse/PUI-14639) ([#7090](https://
|
|
1057
|
-
- ds-menu-items:: add visual and axe-core tests for readOnly functionality [PUI-15355](https://jira.elliemae.io/browse/PUI-15355) ([#7278](https://
|
|
1058
|
-
- ds-menu-items:: applyAriaDisabled visual and axecore tests added [PUI-14178](https://jira.elliemae.io/browse/PUI-14178) ([#6995](https://
|
|
1059
|
-
- ds-mobile:: MobileContextMenu e2e - add functional test for focus management on mobile [PUI-14295](https://jira.elliemae.io/browse/PUI-14295) ([#6955](https://
|
|
1060
|
-
- ds-notification-badge:: e2e - add new visual test [PUI-14204](https://jira.elliemae.io/browse/PUI-14204) ([#6931](https://
|
|
1061
|
-
- ds-pills-v2:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14179](https://jira.elliemae.io/browse/PUI-14179) ([#6979](https://
|
|
1062
|
-
- ds-pills-v2:: new testcases for selection [PUI-14599](https://jira.elliemae.io/browse/PUI-14599) ([#7096](https://
|
|
1063
|
-
- ds-pills-v2:: visual test added for applyTooltipOverflowWrap prop [PUI-14557](https://jira.elliemae.io/browse/PUI-14557) ([#7049](https://
|
|
1064
|
-
- ds-ribbon:: Add functional tests for global attributes [PUI-14442](https://jira.elliemae.io/browse/PUI-14442) ([#7005](https://
|
|
1065
|
-
- ds-shuttle-v2:: added & fixed e2e tests [PUI-15294](https://jira.elliemae.io/browse/PUI-15294) ([#7264](https://
|
|
1066
|
-
- ds-shuttle-v2:: e2e - test for KB on breadcrumb [PUI-14165](https://jira.elliemae.io/browse/PUI-14165) ([#6964](https://
|
|
1067
|
-
- ds-slider-v2:: added e2e for readonly [PUI-14804](https://jira.elliemae.io/browse/PUI-14804) ([#7181](https://
|
|
1068
|
-
- ds-slider-v2:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14181](https://jira.elliemae.io/browse/PUI-14181) ([#6982](https://
|
|
1069
|
-
- ds-tabs:: e2e - added axecore test for animated tabs [PUI-9161](https://jira.elliemae.io/browse/PUI-9161) ([#6966](https://
|
|
1070
|
-
- ds-tabs:: e2e - applyAriaDisabled visual and axe-core tests added [PUI-14069](https://jira.elliemae.io/browse/PUI-14069) ([#6974](https://
|
|
1071
|
-
- ds-toggle:: added e2e for readonly [PUI-14805](https://jira.elliemae.io/browse/PUI-14805) ([#7169](https://
|
|
1072
|
-
- ds-toggle:: updated e2e tests and stories [PUI-14665](https://jira.elliemae.io/browse/PUI-14665) ([#7123](https://
|
|
1073
|
-
- ds-toolbar-v2:: e2e - examples updated [PUI-12794](https://jira.elliemae.io/browse/PUI-12794) ([#6837](https://
|
|
1074
|
-
- ds-tooltip-v3: improved resilience of [PR 7389](https://
|
|
1075
|
-
- ds-treeview:: e2e - applyAriaDisabled visual test added [PUI-14183](https://jira.elliemae.io/browse/PUI-14183) ([#6985](https://
|
|
1076
|
-
- ds-typography:: e2e - storybook example updated [PUI-13096](https://jira.elliemae.io/browse/PUI-13096) ([#6838](https://
|
|
1077
|
-
|
|
1078
|
-
### Bug Fixes
|
|
1079
|
-
|
|
1080
|
-
- dimsum:: e2e - fix broken e2e test cases [PUI-13925](https://jira.elliemae.io/browse/PUI-13925) ([#6881](https://
|
|
1081
|
-
- dimsum:: e2e - fix broken e2e test cases [PUI-14054](https://jira.elliemae.io/browse/PUI-14054) ([#6907](https://
|
|
1082
|
-
- dimsum:: e2e - fix broken e2e test cases [PUI-14160](https://jira.elliemae.io/browse/PUI-14160) ([#6925](https://
|
|
1083
|
-
- dimsum:: e2e - fix broken e2e test cases [PUI-14279](https://jira.elliemae.io/browse/PUI-14279) ([#6947](https://
|
|
1084
|
-
- dimsum:: fix broken e2e test cases - DataTable, SidePanel, Autocomplete and ZIndex [PUI-14479](https://jira.elliemae.io/browse/PUI-14479) ([#7033](https://
|
|
1085
|
-
- dimsum:: fix broken e2e test cases [PUI-15166](https://jira.elliemae.io/browse/PUI-15166) ([#7230](https://
|
|
1086
|
-
- dimsum:: fix broken e2e test cases for DataTable, DateTimePicker and Z-index [PUI-14608](https://jira.elliemae.io/browse/PUI-14608) ([#7062](https://
|
|
1087
|
-
- dimsum:: fix broken e2e test cases for Tooltip, DataTable, ModalSlide and TooltipV3 [PUI-14511](https://jira.elliemae.io/browse/PUI-14511) ([#7037](https://
|
|
1088
|
-
- dimsum:: fix broken visual and functional tests [PUI-14421](https://jira.elliemae.io/browse/PUI-14421) ([#7004](https://
|
|
1089
|
-
- dimsum:: fix data-testids: Leftnavigation, Breadcrumb, FloatingContext and InputGroup [PUI-15549](https://jira.elliemae.io/browse/PUI-15549) ([#7321](https://
|
|
1090
|
-
- dimsum:: fix e2e test cases for Breadcrumb, InputGroup, InputText and Autocomplete [PUI-15308](https://jira.elliemae.io/browse/PUI-15308) ([#7272](https://
|
|
1091
|
-
- dimsum:: fix e2e test cases QueryBuilder, useKeyboardNav,PageLayout, ModalSlide and SidePanel [PUI-14337](https://jira.elliemae.io/browse/PUI-14337) ([#6967](https://
|
|
1092
|
-
- dimsum:: fixed broken e2e tests for components [PUI-16040](https://jira.elliemae.io/browse/PUI-16040) ([#7482](https://
|
|
1093
|
-
- dimsum:: updates slots tests to only be executed on chrome [PUI-16023](https://jira.elliemae.io/browse/PUI-16023) ([#7462](https://
|
|
1094
|
-
- ds-accessibility:: fix e2e story paths for useLiveRegion [PUI-14056](https://jira.elliemae.io/browse/PUI-14056) ([#6960](https://
|
|
1095
|
-
- ds-accordion:: e2e - unskipped tests [PUI-11922](https://jira.elliemae.io/browse/PUI-11922) ([#6917](https://
|
|
1096
|
-
- ds-app-picker:: added e2e test for slots [PUI-15198](https://jira.elliemae.io/browse/PUI-15198) ([#7299](https://
|
|
1097
|
-
- ds-breadcrumb:: fixed broken e2e. Tabstops and Datatestid change [PUI-14726](https://jira.elliemae.io/browse/PUI-14726) ([#7128](https://
|
|
1098
|
-
- ds-card-navigation:: added e2e tests for data-types [PUI-15685](https://jira.elliemae.io/browse/PUI-15685) ([#7493](https://
|
|
1099
|
-
- ds-card-navigation:: replacing tooltip and making it accessible [PUI-15574](https://jira.elliemae.io/browse/PUI-15574) ([#7441](https://
|
|
1100
|
-
- ds-card-v3:: fix e2e stories [PUI-15621](https://jira.elliemae.io/browse/PUI-15621) ([#7343](https://
|
|
1101
|
-
- ds-combobox-v3:: fixed e2e tests [PUI-15395](https://jira.elliemae.io/browse/PUI-15395) ([#7331](https://
|
|
1102
|
-
- ds-comments:: e2e - visual test fixed [PUI-13685](https://jira.elliemae.io/browse/PUI-13685) ([#6919](https://
|
|
1103
|
-
- ds-controlled-form:: e2e - updated AxeCoreCheck and fixed axe e2e for combo [PUI-14048](https://jira.elliemae.io/browse/PUI-14048) ([#6914](https://
|
|
1104
|
-
- ds-controlled-form:: fixed broken e2e tests [PUI-16040](https://jira.elliemae.io/browse/PUI-16040) ([#7471](https://
|
|
1105
|
-
- ds-data-table:: add functional test for forceFocusFirstOptionOnType prop [PUI-15930](https://jira.elliemae.io/browse/PUI-15930) ([#7425](https://
|
|
1106
|
-
- ds-data-table:: add functional test for Shift+click functionality [PUI-14928](https://jira.elliemae.io/browse/PUI-14928) ([#7139](https://
|
|
1107
|
-
- ds-data-table:: add visual test for hiddenColumns prop [PUI-15279](https://jira.elliemae.io/browse/PUI-15279) ([#7257](https://
|
|
1108
|
-
- ds-data-table:: added e2e test for disablefirstfocus prop [PUI-15852](https://jira.elliemae.io/browse/PUI-15852) ([#7406](https://
|
|
1109
|
-
- ds-data-table:: added step for creatable focus test [PUI-15850](https://jira.elliemae.io/browse/PUI-15850) ([#7479](https://
|
|
1110
|
-
- ds-data-table:: e2e - functional tests fixed [PUI-13641](https://jira.elliemae.io/browse/PUI-13641) ([#6848](https://
|
|
1111
|
-
- ds-data-table:: fix e2e test cases [PUI-14967](https://jira.elliemae.io/browse/PUI-14967) ([#7164](https://
|
|
1112
|
-
- ds-data-table:: fix e2e test cases [PUI-15905](https://jira.elliemae.io/browse/PUI-15905) ([#7463](https://
|
|
1113
|
-
- ds-data-table:: fixed e2e tests [PUI-15663](https://jira.elliemae.io/browse/PUI-15663) ([#7392](https://
|
|
1114
|
-
- ds-date-time-picker:: add functional tests for readOnly prop [PUI-15764](https://jira.elliemae.io/browse/PUI-15764) ([#7393](https://
|
|
1115
|
-
- ds-drag-and-drop:: add visual test for CardV3 Dnd [PUI-15653](https://jira.elliemae.io/browse/PUI-15653) ([#7352](https://
|
|
1116
|
-
- ds-drag-and-drop:: do not drop if dnd handler returns to its original position [PUI-14461](https://jira.elliemae.io/browse/PUI-14461) ([#7112](https://
|
|
1117
|
-
- ds-drag-and-drop:: unskip axe-core test PUI-11544 [PUI-15498](https://jira.elliemae.io/browse/PUI-15498) ([#7309](https://
|
|
1118
|
-
- ds-floating-context:: add visual test for customOffset prop [PUI-15373](https://jira.elliemae.io/browse/PUI-15373) ([#7285](https://
|
|
1119
|
-
- ds-floating-context:: revert breaking change in data-testids [PUI-15620](https://jira.elliemae.io/browse/PUI-15620) ([#7342](https://
|
|
1120
|
-
- ds-form-checkbox:: add functional test [PUI-15698](https://jira.elliemae.io/browse/PUI-15698) ([#7373](https://
|
|
1121
|
-
- ds-form-combobox-multi:: add functional and visual tests for readOnlyWithMenuOpenable prop [PUI-15751](https://jira.elliemae.io/browse/PUI-15751) ([#7390](https://
|
|
1122
|
-
- ds-form-date-time-picker:: add keyboard nav test [PUI-15920](https://jira.elliemae.io/browse/PUI-15920) ([#7422](https://
|
|
1123
|
-
- ds-form-date-time-picker:: add visual tests for date-time-picker [PUI-16019](https://jira.elliemae.io/browse/PUI-16019) ([#7456](https://
|
|
1124
|
-
- ds-form-input-text:: add functional test for applyAriaDisabled [PUI-15689](https://jira.elliemae.io/browse/PUI-15689) ([#7371](https://
|
|
1125
|
-
- ds-form-layout-autocomplete:: add functional test for keyboard nav [PUI-15904](https://jira.elliemae.io/browse/PUI-15904) ([#7445](https://
|
|
1126
|
-
- ds-form-layout-blocks:: fix functional test [PUI-15628](https://jira.elliemae.io/browse/PUI-15628) ([#7347](https://
|
|
1127
|
-
- ds-form-layout-input-group:: a11y functional test added [PUI-15469](https://jira.elliemae.io/browse/PUI-15469) ([#7305](https://
|
|
1128
|
-
- ds-form-layout-input-group:: fix e2e test. Element click intercepted fixed. [PUI-14898](https://jira.elliemae.io/browse/PUI-14898) ([#7130](https://
|
|
1129
|
-
- ds-form-multi-combobox:: add func and visual test for scrollbar[PUI-15895](https://jira.elliemae.io/browse/PUI-15895)([#7418](https://
|
|
1130
|
-
- ds-form-multi-combobox:: add visual and functional tests for readOnly [PUI-15776](https://jira.elliemae.io/browse/PUI-15776) ([#7397](https://
|
|
1131
|
-
- ds-form-multi-combobox:: fix broken e2e test cases [PUI-14967](https://jira.elliemae.io/browse/PUI-14967) ([#7162](https://
|
|
1132
|
-
- ds-form-multi-combobox:: fix visual test [PUI-15659](https://jira.elliemae.io/browse/PUI-15659) ([#7354](https://
|
|
1133
|
-
- ds-form-radio:: add visual test for wrapLabel prop [PUI-15712](https://jira.elliemae.io/browse/PUI-15712) ([#7382](https://
|
|
1134
|
-
- ds-global-header:: added slots tests [PUI-15360](https://jira.elliemae.io/browse/PUI-15360) ([#7359](https://
|
|
1135
|
-
- ds-global-header:: fix visual test for custom navigation example [PUI-14685](https://jira.elliemae.io/browse/PUI-14685) ([#7101](https://
|
|
1136
|
-
- ds-input-group:: fixed tests [PUI-15150](https://jira.elliemae.io/browse/PUI-15150) ([#7323](https://
|
|
1137
|
-
- ds-left-navigation:: revert data-testids in e2e test cases [PUI-15589](https://jira.elliemae.io/browse/PUI-15589) ([#7370](https://
|
|
1138
|
-
- ds-menu-button:: fix e2e test cases [PUI-14891](https://jira.elliemae.io/browse/PUI-14891) ([#7126](https://
|
|
1139
|
-
- ds-menu-items:: fixed e2e tests [PUI-16040](https://jira.elliemae.io/browse/PUI-16040) ([#7475](https://
|
|
1140
|
-
- ds-query-builder:: fix e2e stories [PUI-15322](https://jira.elliemae.io/browse/PUI-15322) ([#7273](https://
|
|
1141
|
-
- ds-side-panel:: skipped test for chrome and edge, flaky [PUI-16130](https://jira.elliemae.io/browse/PUI-16130) ([#7485](https://
|
|
1142
|
-
- ds-slider-v2:: added slots tests and w/ tooltip/dialog test [PUI-16006](https://jira.elliemae.io/browse/PUI-16006) ([#7453](https://
|
|
1143
|
-
- ds-slider-v2:: unskipped test step for ESC on the slider w/ dialog [PUI-15992](https://jira.elliemae.io/browse/PUI-15992)([#7464](https://
|
|
1144
|
-
- ds-slider-v2:: updates test for slider and shuttle [PUI-15229](https://jira.elliemae.io/browse/PUI-15229) ([#7492](https://
|
|
1145
|
-
- ds-tabs:: add visual test for carousel prop [PUI-15723](https://jira.elliemae.io/browse/PUI-15723) ([#7383](https://
|
|
1146
|
-
- ds-tabs:: add visual test for content visibility after disabled tab [PUI-15420](https://jira.elliemae.io/browse/PUI-15420) ([#7295](https://
|
|
1147
|
-
- ds-tabs:: fixed isDisplayedInViewport issue and new test [PUI-15144](https://jira.elliemae.io/browse/PUI-15144) ([#7439](https://
|
|
1148
|
-
- ds-treeview:: add visual test for removeWidthMaxContent prop [PUI-15729](https://jira.elliemae.io/browse/PUI-15729) ([#7385](https://
|
|
1149
|
-
- ds-treeview:: e2e - fix single select TreeView test cases [PUI-13926](https://jira.elliemae.io/browse/PUI-13926) ([#6963](https://
|
|
1150
|
-
- ds-treeview:: fixed test .stringContaining issue [PUI-11320](https://jira.elliemae.io/browse/PUI-11320) ([#7466](https://
|
|
1320
|
+
- ds-dataviz:: skipped brokent tests w/ defect, fixed two more [PUI-16211](https://jira.elliemae.io/browse/PUI-16211) ([#7522](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7522)) ([886adff](https://github.com/intcx/PLATFORM-UI.dimsum/commit/886adffa8dabf15d6ade42c50690b5fc1e6d8e73))
|
|
1321
|
+
|
|
1322
|
+
## [3.53.0-next.5](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.53.0-next.4...v3.53.0-next.5) (2025-06-13)
|
|
1323
|
+
|
|
1324
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1325
|
+
|
|
1326
|
+
## [3.53.0-next.4](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.53.0-next.3...v3.53.0-next.4) (2025-06-09)
|
|
1327
|
+
|
|
1328
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1329
|
+
|
|
1330
|
+
## [3.53.0-next.3](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.53.0-next.2...v3.53.0-next.3) (2025-06-05)
|
|
1331
|
+
|
|
1332
|
+
### Bug Fixes
|
|
1333
|
+
|
|
1334
|
+
- ds-form-date-time-picker:: add functional tests for focus behaviour [PUI-16200](https://jira.elliemae.io/browse/PUI-16200) ([#7506](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7506)) ([b7d170d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b7d170de1eba0b2f832fa83c17e6ad49b6250bef))
|
|
1335
|
+
- ds-global-header:: added e2e test for iframe/axecore [PUI-16270](https://jira.elliemae.io/browse/PUI-16270) ([#7512](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7512)) ([ea2f683](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ea2f683ed18762df6dcf2d0e8421d98460dd1ae4))
|
|
1336
|
+
|
|
1337
|
+
## [3.53.0-next.2](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.53.0-next.1...v3.53.0-next.2) (2025-06-02)
|
|
1338
|
+
|
|
1339
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1340
|
+
|
|
1341
|
+
## [3.53.0-next.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.37.0-next.9...v3.53.0-next.1) (2025-05-28)
|
|
1342
|
+
|
|
1343
|
+
### Features
|
|
1344
|
+
|
|
1345
|
+
- dimsum:: removing ds-utilities from packages [PUI-12596](https://jira.elliemae.io/browse/PUI-12596) ([#6882](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6882)) ([dcc94db](https://github.com/intcx/PLATFORM-UI.dimsum/commit/dcc94db05f03c554cff8ad8baada091feb7c8261))
|
|
1346
|
+
- dimsum:: upgrade pui-e2e-test-sdk to v11.0.1 [PUI-15800](https://jira.elliemae.io/browse/PUI-15800) ([#7427](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7427)) ([df34876](https://github.com/intcx/PLATFORM-UI.dimsum/commit/df34876d69ba6275d33b1749178461493c62c43e))
|
|
1347
|
+
- ds-accordion:: added basic e2e tests for slots [PUI-14787](https://jira.elliemae.io/browse/PUI-14787) ([#7277](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7277)) ([e7bebb7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e7bebb7a6e028c94f262d90f149b7cef4eaa7c6c))
|
|
1348
|
+
- ds-accordion:: e2e - applyAriaDisabled visual and axe-core test added [PUI-14068](https://jira.elliemae.io/browse/PUI-14068) ([#6972](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6972)) ([57335db](https://github.com/intcx/PLATFORM-UI.dimsum/commit/57335db268d8aca06ffcea0dfd0a17480b0bc76f))
|
|
1349
|
+
- ds-app-picker:: add visual and axe-core test for applyAriaDisabled [PUI-14502](https://jira.elliemae.io/browse/PUI-14502) ([#7034](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7034)) ([ecc99ca](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ecc99ca1ed04941dbf5a50fba07791b7f3fb82cf))
|
|
1350
|
+
- ds-app-picker:: fixed e2e tests after slots change [PUI-14785](https://jira.elliemae.io/browse/PUI-14785) ([#7229](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7229)) ([ced614c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ced614c1c9b9ce43a5344e47cc379dad96fb307e))
|
|
1351
|
+
- ds-banner:: added e2e tests for slots [PUI-14786](https://jira.elliemae.io/browse/PUI-14786) [PUI-14784](https://jira.elliemae.io/browse/PUI-14784) ([#7197](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7197)) ([c963603](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c9636035bfce255b7b4ea38c34c777da8c5a8eb2))
|
|
1352
|
+
- ds-button-v2:: ButtonV3 - e2e applyAriaDisabled visual and axecore tests added [PUI-14220](https://jira.elliemae.io/browse/PUI-14220) ([#6984](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6984)) ([b4ff3d1](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b4ff3d142159da3f8f096c00ea044d7a928b718c))
|
|
1353
|
+
- ds-card-v3:: global attributes - functional test added [PUI-13988](https://jira.elliemae.io/browse/PUI-13988) ([#7007](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7007)) ([a083e28](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a083e2882e69fa0126665a3f76ec81b51c889c3a))
|
|
1354
|
+
- ds-chat-tile:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14093](https://jira.elliemae.io/browse/PUI-14093) ([#6976](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6976)) ([0ddf005](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0ddf0056980a2271b6c50f7881b55bcddca42abc))
|
|
1355
|
+
- ds-chip:: e2e - applyAriaDisabled visual and axe-core test added [PUI-14070](https://jira.elliemae.io/browse/PUI-14070) ([#6973](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6973)) ([f7bffb8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f7bffb8eb93de0c5c61a3f60a77995d019cd1e20))
|
|
1356
|
+
- ds-circular-progress-indicator:: visual test added for Inline prop [PUI-14564](https://jira.elliemae.io/browse/PUI-14564) ([#7051](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7051)) ([6d5b194](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6d5b1941fb4779556629c358f25ab3b08af7ed4f))
|
|
1357
|
+
- ds-controlled-form:: added e2e for datetimepicker slots [PUI-15356](https://jira.elliemae.io/browse/PUI-15356) ([#7415](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7415)) ([ef328fb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ef328fbaaa87c5f92bada8e942f3eb6c74cff8f2))
|
|
1358
|
+
- ds-controlled-form:: added e2e for large input slots [PUI-14793](https://jira.elliemae.io/browse/PUI-14793) ([#7271](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7271)) ([50c91d0](https://github.com/intcx/PLATFORM-UI.dimsum/commit/50c91d059d25cf237794bcc0138c1825349794c8))
|
|
1359
|
+
- ds-data-table: e2e - axe-core test added [PUI-13497](https://jira.elliemae.io/browse/PUI-13497) ([#6891](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6891)) ([cb13a86](https://github.com/intcx/PLATFORM-UI.dimsum/commit/cb13a861ee93c4c55a20f5b0583b908f0a76498c))
|
|
1360
|
+
- ds-data-table:: add new story for Table Caption attribute and implement Axe Core test [PUI-13246](https://jira.elliemae.io/browse/PUI-13246) ([#6953](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6953)) ([8118b8c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8118b8ceee208e970f1db66557583d1854af1160))
|
|
1361
|
+
- ds-data-table:: add visual test for header kb navigation [PUI-14737](https://jira.elliemae.io/browse/PUI-14737) ([#7104](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7104)) ([f495be2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f495be22e4a23a043ce8fd131c52a2bdae9fdbad))
|
|
1362
|
+
- ds-data-table:: add visual test for scroll behavior [PUI-15364](https://jira.elliemae.io/browse/PUI-15364) ([#7279](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7279)) ([1169a21](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1169a213b81f5f97faf59dea56cf4d8a20438b0f))
|
|
1363
|
+
- ds-data-table:: added e2e for clear filters and afterdnd focu scenario [PUI-14429](https://jira.elliemae.io/browse/PUI-14429) ([#7000](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7000)) ([9ec0096](https://github.com/intcx/PLATFORM-UI.dimsum/commit/9ec0096b61dcb01ea6207f2dd3aa26025b8212e8))
|
|
1364
|
+
- ds-data-table:: added e2e for extra actions to be triggered [PUI-15282](https://jira.elliemae.io/browse/PUI-15282) ([#7262](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7262)) ([283ed96](https://github.com/intcx/PLATFORM-UI.dimsum/commit/283ed96743739736efd743cf069f19ddc4817567))
|
|
1365
|
+
- ds-data-table:: added e2e test for onFilterChange not to be triggered on render [PUI-14403](https://jira.elliemae.io/browse/PUI-14403 '[#6987](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6987') ([e71afec](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e71afec64438fbc93a9c67d43ceac6517bbd296a))
|
|
1366
|
+
- ds-data-table:: DnD Custom Column Cell. Functional test added [PUI-14417](https://jira.elliemae.io/browse/PUI-14417) ([#7024](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7024)) ([ef01345](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ef01345242ea3a6bdc000a500925e3ed24f735ed))
|
|
1367
|
+
- ds-data-table:: e2e - a11y test cases added [PUI-13683](https://jira.elliemae.io/browse/PUI-13683) ([#6915](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6915)) ([ee2645e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ee2645e17ee280141e874ce5fd9deb7812451ffe))
|
|
1368
|
+
- ds-data-table:: e2e - added e2e for tab after dnd [PUI-13552](https://jira.elliemae.io/browse/PUI-13552) ([#6924](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6924)) ([d27fcea](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d27fcea49f52cd2f642c9dd684ea46e037bc748b))
|
|
1369
|
+
- ds-data-table:: Expandable - expand and collapse last row - visual test [PUI-13523](https://jira.elliemae.io/browse/PUI-13523) ([#7025](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7025)) ([4c8e15d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4c8e15df3c72f6b58e2a6bdb6eb9cc6506abbe15))
|
|
1370
|
+
- ds-data-table:: Resizable - decrease to minimum and back to original width - visual test [PUI-12695](https://jira.elliemae.io/browse/PUI-12695) ([#7026](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7026)) ([e3ee214](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e3ee214be8964da07edb523c3e34203b8fb73bcc))
|
|
1371
|
+
- ds-data-table:: updated e2e for sorting to accomodate for keyboard testing [PUI-8951](https://jira.elliemae.io/browse/PUI-8951) ([#7006](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7006)) ([c4f179e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c4f179e70bd4b39031286dbf0b54c8bbccd422d7))
|
|
1372
|
+
- ds-date-range-picker:: added missing e2e tests [PUI-14582](https://jira.elliemae.io/browse/PUI-14582) ([#7113](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7113)) ([f2d6f4e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f2d6f4e4ae34fb28e1f50861b5748e055e67247d))
|
|
1373
|
+
- ds-date-time-picker:: added e2e for invalid state styles [PUI-14577](https://jira.elliemae.io/browse/PUI-14577) ([#7055](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7055)) ([b5857bc](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b5857bc7537b649c337fb4a95ce93302ea53f055))
|
|
1374
|
+
- ds-floating-context:: add functional and visual test for slots functionality [PUI-15679](https://jira.elliemae.io/browse/PUI-15679)([#7363](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7363)) ([44525b2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/44525b230595c9c8f49d6020f96611026df49cbf))
|
|
1375
|
+
- ds-floating-context:: visual test added [PUI-14536](https://jira.elliemae.io/browse/PUI-14536) ([#7039](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7039)) ([f62b961](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f62b961fe6e8f6b41e05611bd592191205cb7c46))
|
|
1376
|
+
- ds-form-checkbox:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14176](https://jira.elliemae.io/browse/PUI-14176) ([#6978](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6978)) ([dda8c2d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/dda8c2dcecd087950a4aa6ddf8e63fe387a4c561))
|
|
1377
|
+
- ds-form-combobox:: droping header and first auto focus option on menu open [PUI-14845](https://jira.elliemae.io/browse/PUI-14845), [PUI-14625](https://jira.elliemae.io/browse/PUI-14625) ([#7125](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7125)) ([d79b5cd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d79b5cdf33304e52d65792f5a6e66c73c2d9389c))
|
|
1378
|
+
- ds-form-date-range-picker:: add axecore test for ReadOnly [PUI-15088](https://jira.elliemae.io/browse/PUI-15088) ([#7185](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7185)) ([bd40b36](https://github.com/intcx/PLATFORM-UI.dimsum/commit/bd40b36ba72c169a9217da2a83a2b92977f655a9))
|
|
1379
|
+
- ds-form-date-time-picker:: add axecore test for readOnly [PUI-15084](https://jira.elliemae.io/browse/PUI-15084) ([#7184](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7184)) ([2a1f9ad](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2a1f9ad66edb234c8177d41056604bf4d38dfec4))
|
|
1380
|
+
- ds-form-date-time-picker:: add functional and axe-core tests for applyAriaDisabled [PUI-15604](https://jira.elliemae.io/browse/PUI-15604) ([#7337](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7337)) ([2c4e410](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2c4e410cbae7ba31d3a37c369bd50d527ce6e277))
|
|
1381
|
+
- ds-form-date-time-picker:: add functional, visual and a11y tests [PUI-16000](https://jira.elliemae.io/browse/PUI-16000) ([#7494](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7494)) ([8d7c2d6](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8d7c2d671abde5d03fe06b14a96d239dfc695f79))
|
|
1382
|
+
- ds-form-helpers-mask-hooks:: useNumberMask - test for min and max props [PUI-14419](https://jira.elliemae.io/browse/PUI-14419) ([#6996](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6996)) ([9fe5aab](https://github.com/intcx/PLATFORM-UI.dimsum/commit/9fe5aabb92b9d55168302d43f4568cc4b0b72ae5))
|
|
1383
|
+
- ds-form-input-text:: add visual, functional and axe-core tests for readOnly functionality [PUI-15334](https://jira.elliemae.io/browse/PUI-15334) ([#7276](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7276)) ([fb3f9d9](https://github.com/intcx/PLATFORM-UI.dimsum/commit/fb3f9d90761f81aa215e72428c730cd81e657901))
|
|
1384
|
+
- ds-form-input-text:: applyAriaDisabled visual and axecore tests added [PUI-14077](https://jira.elliemae.io/browse/PUI-14077)([#6990](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6990)) ([3d36e27](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3d36e2726c7099def3bbff4a82880494f3d26da4))
|
|
1385
|
+
- ds-form-input-text:: created input text slots [PUI-14792] (https://jira.elliemae.io/browse/PUI-14792) ([#7226](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7226)) ([1c2facd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1c2facd05a9e94f92cbab8398ec3a96fcb5cc36d))
|
|
1386
|
+
- ds-form-input-text:: functional test added for applyAriaDisabled prop [PUI-15189](https://jira.elliemae.io/browse/PUI-15189) ([#7246](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7246)) ([ea020c1](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ea020c189c303a55434adcef981bbcb3525e425a))
|
|
1387
|
+
- ds-form-input-text:: visual test added for placeholder prop [PUI-14441](https://jira.elliemae.io/browse/PUI-14441) ([#7043](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7043)) ([93ca48b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/93ca48b7741f7145e8b77e4b8bdda2d21280969f))
|
|
1388
|
+
- ds-form-input-textarea:: added and updated tests for readonly [PUI-14803](https://jira.elliemae.io/browse/PUI-14803) ([#7165](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7165)) ([642121c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/642121cd75363d496da81edaa1cf40697da3487d))
|
|
1389
|
+
- ds-form-input-textarea:: applyAriaDisabled visual and axecore tests added [PUI-14078](https://jira.elliemae.io/browse/PUI-14078) ([#6991](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6991)) ([f2e24ae](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f2e24ae17a23c647968f4d68a1e33e0150acf078))
|
|
1390
|
+
- ds-form-input-textarea:: e2e - visual test added [PUI-13976](https://jira.elliemae.io/browse/PUI-13976) ([#6912](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6912)) ([bbebd14](https://github.com/intcx/PLATFORM-UI.dimsum/commit/bbebd14801296883089a027648a64ac2561f06a5))
|
|
1391
|
+
- ds-form-layout-blocks:: e2e - added a11y testing for hasError a… [PUI-13697](https://jira.elliemae.io/browse/PUI-13697) ([#6977](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6977)) ([a962efd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a962efddd6f331369b3b91886c9c155efe4c4f5c))
|
|
1392
|
+
- ds-form-multi-combobox:: add functional test for readOnly [PUI-15101](https://jira.elliemae.io/browse/PUI-15101) ([#7194](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7194)) ([2a0ebe8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2a0ebe81ea37d451aba1aff7b6b59c304c75f4d0))
|
|
1393
|
+
- ds-form-multi-combobox:: add visual and func test for readOnly [PUI-15033](https://jira.elliemae.io/browse/PUI-15033) ([#7167](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7167)) ([de873b7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/de873b71ad6e155b923f141f171169f911a3cb44))
|
|
1394
|
+
- ds-form-multi-combobox:: applyAriaDisabled visual and axecore tests [PUI-14071](https://jira.elliemae.io/browse/PUI-14071) ([#6986](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6986)) ([7f43add](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7f43add950dc62ae17d0bba22d7a7aabda58ea2e))
|
|
1395
|
+
- ds-form-radio:: add functional and visual test for readOnly [PUI-15636](https://jira.elliemae.io/browse/PUI-15636) ([#7349](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7349)) ([80af38f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/80af38f6f019043c6f24f57a54d3228882e72860))
|
|
1396
|
+
- ds-form-radio:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14180](https://jira.elliemae.io/browse/PUI-14180) ([#6980](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6980)) ([6e22079](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6e22079efcaeaac749488187518b8bc5c38a6fcf))
|
|
1397
|
+
- ds-form-single-combobox:: add func and visual tests for readOnly [PUI-15036](https://jira.elliemae.io/browse/PUI-15036) ([#7168](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7168)) ([b56f515](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b56f5158f1768733d8da6f9c988a46e17d794b37))
|
|
1398
|
+
- ds-form-single-combobox:: add functional and visual tests for readOnly [PUI-15535](https://jira.elliemae.io/browse/PUI-15535) ([#7314](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7314)) ([660af7d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/660af7dacb2241b50975facb3cb0556b78f05338))
|
|
1399
|
+
- ds-form-single-combobox:: add visual test for virtualization [PUI-15252](https://jira.elliemae.io/browse/PUI-15252) ([#7263](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7263)) ([51e9444](https://github.com/intcx/PLATFORM-UI.dimsum/commit/51e9444f32c28eba8f0d1bbab40369b001703964))
|
|
1400
|
+
- ds-form-single-combobox:: applyAriaDisabled visual and axecore tests added [PUI-14072](https://jira.elliemae.io/browse/PUI-14072) ([#6988](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6988)) ([d7c484a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d7c484a70518aad63bb5ffd82e96f3e70cc8dfe1))
|
|
1401
|
+
- ds-form-toggle:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14182](https://jira.elliemae.io/browse/PUI-14182)([#6983](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6983)) ([3cfa755](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3cfa75521f0485a58171a0edb0ce9d7b7c90b332))
|
|
1402
|
+
- ds-form:: e2e - added test for maxHeight for large text input [PUI-12528](https://jira.elliemae.io/browse/PUI-12525) ([#6951](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6951)) ([0db61df](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0db61dfce4d314810a61b1b314da354f2ed00163))
|
|
1403
|
+
- ds-global-header:: added visual test for LayoutProvider integration [PUI-14706](https://jira.elliemae.io/browse/PUI-14706) ([#7095](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7095)) ([50fa7e5](https://github.com/intcx/PLATFORM-UI.dimsum/commit/50fa7e51e66b32e14c60addda16f95f1e0956a36))
|
|
1404
|
+
- ds-left-navigation:: add visual and functional tests for slots [PUI-15794](https://jira.elliemae.io/browse/PUI-15794) ([#7405](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7405)) ([75b77ac](https://github.com/intcx/PLATFORM-UI.dimsum/commit/75b77ac52d8d5cde3b95b39e4b14f87006634947))
|
|
1405
|
+
- ds-left-navigation:: add visual test for hideFooterPipe prop [PUI-14718](https://jira.elliemae.io/browse/PUI-14718 '[#7102](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7102') ([e834d0f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e834d0fb6fbcd582d7ce13577ce5a1744490a2f0))
|
|
1406
|
+
- ds-menu-button:: added basic testing suite [PUI-14046](https://jira.elliemae.io/browse/PUI-14046 '[#7080](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7080') ([18a5c4f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/18a5c4fe89b272e0a2ec8d4aefe58e127f81521c))
|
|
1407
|
+
- ds-menu-button:: added e2e for disabled and leftdecor [PUI-14745](https://jira.elliemae.io/browse/PUI-14745) ([#7132](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7132)) ([fdb5268](https://github.com/intcx/PLATFORM-UI.dimsum/commit/fdb52683d5d3515f08dd265069907ed701984ecf))
|
|
1408
|
+
- ds-menu-button:: new e2e test for dismissal mechanisms [PUI-14639](https://jira.elliemae.io/browse/PUI-14639) ([#7090](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7090)) ([e4d6a9d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e4d6a9d097e53641458cbfb65bafe86785a6599e))
|
|
1409
|
+
- ds-menu-items:: add visual and axe-core tests for readOnly functionality [PUI-15355](https://jira.elliemae.io/browse/PUI-15355) ([#7278](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7278)) ([b3a84c3](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b3a84c39541e3360b4befbe0f5496c33bf6718cd))
|
|
1410
|
+
- ds-menu-items:: applyAriaDisabled visual and axecore tests added [PUI-14178](https://jira.elliemae.io/browse/PUI-14178) ([#6995](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6995)) ([da27f77](https://github.com/intcx/PLATFORM-UI.dimsum/commit/da27f77236cb36313a3431ddb5b176c8b9293a75))
|
|
1411
|
+
- ds-mobile:: MobileContextMenu e2e - add functional test for focus management on mobile [PUI-14295](https://jira.elliemae.io/browse/PUI-14295) ([#6955](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6955)) ([18e686d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/18e686de2c52d3f668a5032070a6bf15b5bcb7f5))
|
|
1412
|
+
- ds-notification-badge:: e2e - add new visual test [PUI-14204](https://jira.elliemae.io/browse/PUI-14204) ([#6931](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6931)) ([ee79dca](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ee79dca197f1ac18dbbb1ac0d7c4dd76d9aee6ff))
|
|
1413
|
+
- ds-pills-v2:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14179](https://jira.elliemae.io/browse/PUI-14179) ([#6979](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6979)) ([c91e4f7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c91e4f7389acd87519df49f41f13f3fe40b27768))
|
|
1414
|
+
- ds-pills-v2:: new testcases for selection [PUI-14599](https://jira.elliemae.io/browse/PUI-14599) ([#7096](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7096)) ([2c0be01](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2c0be01956feb10ad4ffbc4a227c7856730a598b))
|
|
1415
|
+
- ds-pills-v2:: visual test added for applyTooltipOverflowWrap prop [PUI-14557](https://jira.elliemae.io/browse/PUI-14557) ([#7049](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7049)) ([7408a3c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7408a3c3b9652e99e114d0aad961bcfc47336117))
|
|
1416
|
+
- ds-ribbon:: Add functional tests for global attributes [PUI-14442](https://jira.elliemae.io/browse/PUI-14442) ([#7005](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7005)) ([e53d11d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e53d11dcc5a1ce1e6caa84781b84fcfe10bac5d3))
|
|
1417
|
+
- ds-shuttle-v2:: added & fixed e2e tests [PUI-15294](https://jira.elliemae.io/browse/PUI-15294) ([#7264](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7264)) ([eaa30c7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/eaa30c705869fbbe7d8eaea6ba2badc54eb9f74a))
|
|
1418
|
+
- ds-shuttle-v2:: e2e - test for KB on breadcrumb [PUI-14165](https://jira.elliemae.io/browse/PUI-14165) ([#6964](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6964)) ([a93255a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a93255a556a0534733cf4f0061dbf05e9c648d1d))
|
|
1419
|
+
- ds-slider-v2:: added e2e for readonly [PUI-14804](https://jira.elliemae.io/browse/PUI-14804) ([#7181](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7181)) ([0872d7c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0872d7ce87f081e1d0a5f587642bc5ff04cf3e79))
|
|
1420
|
+
- ds-slider-v2:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14181](https://jira.elliemae.io/browse/PUI-14181) ([#6982](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6982)) ([8a2326e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8a2326ed5e61401ea6ef4abd00a6ffb718ee73af))
|
|
1421
|
+
- ds-tabs:: e2e - added axecore test for animated tabs [PUI-9161](https://jira.elliemae.io/browse/PUI-9161) ([#6966](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6966)) ([a6f3c16](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a6f3c16e02cafaf51398ac2d36d2e25f4df3218f))
|
|
1422
|
+
- ds-tabs:: e2e - applyAriaDisabled visual and axe-core tests added [PUI-14069](https://jira.elliemae.io/browse/PUI-14069) ([#6974](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6974)) ([1cd54a5](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1cd54a541941abcda0e0333685fcac0ed2cd054e))
|
|
1423
|
+
- ds-toggle:: added e2e for readonly [PUI-14805](https://jira.elliemae.io/browse/PUI-14805) ([#7169](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7169)) ([6455e2d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6455e2d78e807566137c54a5234722c2e14fc701))
|
|
1424
|
+
- ds-toggle:: updated e2e tests and stories [PUI-14665](https://jira.elliemae.io/browse/PUI-14665) ([#7123](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7123)) ([8b27627](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8b27627908967ac88e5eb8619fa141f21a1743c5))
|
|
1425
|
+
- ds-toolbar-v2:: e2e - examples updated [PUI-12794](https://jira.elliemae.io/browse/PUI-12794) ([#6837](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6837)) ([257163e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/257163e973ddde323f0e1a5ee9fed86fe8a5f7be))
|
|
1426
|
+
- ds-tooltip-v3: improved resilience of [PR 7389](https://github.com/intcx/PLATFORM-UI.dimsum/pull/7389) [PUI-15734](https://jira.elliemae.io/browse/PUI-15734) ([#7404](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7404)) ([01048cd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/01048cd6243d5ed4f2b815e174f48904dcc35b8c))
|
|
1427
|
+
- ds-treeview:: e2e - applyAriaDisabled visual test added [PUI-14183](https://jira.elliemae.io/browse/PUI-14183) ([#6985](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6985)) ([194b75d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/194b75d9d53f4cd7ffb4fd4d70028195a0ba4ae6))
|
|
1428
|
+
- ds-typography:: e2e - storybook example updated [PUI-13096](https://jira.elliemae.io/browse/PUI-13096) ([#6838](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6838)) ([6de0e66](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6de0e66b3cde330be1ccfda35714bea0b301604d))
|
|
1429
|
+
|
|
1430
|
+
### Bug Fixes
|
|
1431
|
+
|
|
1432
|
+
- dimsum:: e2e - fix broken e2e test cases [PUI-13925](https://jira.elliemae.io/browse/PUI-13925) ([#6881](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6881)) ([c6f829d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c6f829dfced73775ba6ae1a68656f3c28dbdbe04))
|
|
1433
|
+
- dimsum:: e2e - fix broken e2e test cases [PUI-14054](https://jira.elliemae.io/browse/PUI-14054) ([#6907](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6907)) ([a05bf39](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a05bf396e6249d859bbfe55bf13aee58088c4a20))
|
|
1434
|
+
- dimsum:: e2e - fix broken e2e test cases [PUI-14160](https://jira.elliemae.io/browse/PUI-14160) ([#6925](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6925)) ([c98a226](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c98a226dbe0388c5d68954277527c38bd5f60e6a))
|
|
1435
|
+
- dimsum:: e2e - fix broken e2e test cases [PUI-14279](https://jira.elliemae.io/browse/PUI-14279) ([#6947](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6947)) ([956d146](https://github.com/intcx/PLATFORM-UI.dimsum/commit/956d146d0a39c5353c8f38a5a257dd4fb452bb7d))
|
|
1436
|
+
- dimsum:: fix broken e2e test cases - DataTable, SidePanel, Autocomplete and ZIndex [PUI-14479](https://jira.elliemae.io/browse/PUI-14479) ([#7033](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7033)) ([edf329b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/edf329bb83eaa8262424f71ab5a9cca0e9b12b12))
|
|
1437
|
+
- dimsum:: fix broken e2e test cases [PUI-15166](https://jira.elliemae.io/browse/PUI-15166) ([#7230](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7230)) ([93a2e05](https://github.com/intcx/PLATFORM-UI.dimsum/commit/93a2e051c0fe0e77eaf7aae2c1b8f577d9100601))
|
|
1438
|
+
- dimsum:: fix broken e2e test cases for DataTable, DateTimePicker and Z-index [PUI-14608](https://jira.elliemae.io/browse/PUI-14608) ([#7062](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7062)) ([2af5a5c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2af5a5cb0f9ddc6f55a661ae02cda8d4fd8f59d5))
|
|
1439
|
+
- dimsum:: fix broken e2e test cases for Tooltip, DataTable, ModalSlide and TooltipV3 [PUI-14511](https://jira.elliemae.io/browse/PUI-14511) ([#7037](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7037)) ([4eb3074](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4eb30740240e9af260f6690b2e00d95d74e26eaa))
|
|
1440
|
+
- dimsum:: fix broken visual and functional tests [PUI-14421](https://jira.elliemae.io/browse/PUI-14421) ([#7004](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7004)) ([5adbbaa](https://github.com/intcx/PLATFORM-UI.dimsum/commit/5adbbaa70b4f15c478bb79d5b1fdfd0e6ae1efbf))
|
|
1441
|
+
- dimsum:: fix data-testids: Leftnavigation, Breadcrumb, FloatingContext and InputGroup [PUI-15549](https://jira.elliemae.io/browse/PUI-15549) ([#7321](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7321)) ([7927072](https://github.com/intcx/PLATFORM-UI.dimsum/commit/79270726290576754a9a37596d2b4d8a83ff3887))
|
|
1442
|
+
- dimsum:: fix e2e test cases for Breadcrumb, InputGroup, InputText and Autocomplete [PUI-15308](https://jira.elliemae.io/browse/PUI-15308) ([#7272](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7272)) ([e14330e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e14330eea1c17ebfc93a9aa641fcf8243bfad471))
|
|
1443
|
+
- dimsum:: fix e2e test cases QueryBuilder, useKeyboardNav,PageLayout, ModalSlide and SidePanel [PUI-14337](https://jira.elliemae.io/browse/PUI-14337) ([#6967](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6967)) ([7293e50](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7293e5024a001db8a75d53725b347776690ac878))
|
|
1444
|
+
- dimsum:: fixed broken e2e tests for components [PUI-16040](https://jira.elliemae.io/browse/PUI-16040) ([#7482](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7482)) ([39de367](https://github.com/intcx/PLATFORM-UI.dimsum/commit/39de36714f40ef2116519151a7f762bafb26256e))
|
|
1445
|
+
- dimsum:: updates slots tests to only be executed on chrome [PUI-16023](https://jira.elliemae.io/browse/PUI-16023) ([#7462](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7462)) ([14a91e6](https://github.com/intcx/PLATFORM-UI.dimsum/commit/14a91e69557dc4894f2adc434ac03f2fe8d5f1e3))
|
|
1446
|
+
- ds-accessibility:: fix e2e story paths for useLiveRegion [PUI-14056](https://jira.elliemae.io/browse/PUI-14056) ([#6960](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6960)) ([dd3554d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/dd3554df7ee18101c1cb28b5444723c51bc43510))
|
|
1447
|
+
- ds-accordion:: e2e - unskipped tests [PUI-11922](https://jira.elliemae.io/browse/PUI-11922) ([#6917](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6917)) ([ce3bdfa](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ce3bdfa85920d569ef1d12daf5404b055dd45f02))
|
|
1448
|
+
- ds-app-picker:: added e2e test for slots [PUI-15198](https://jira.elliemae.io/browse/PUI-15198) ([#7299](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7299)) ([32910d7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/32910d7c69d2e9b3d6eef66536c4bf61b468077f))
|
|
1449
|
+
- ds-breadcrumb:: fixed broken e2e. Tabstops and Datatestid change [PUI-14726](https://jira.elliemae.io/browse/PUI-14726) ([#7128](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7128)) ([4c01013](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4c0101305849fa21cbcef210a8d2ad58e060f54c))
|
|
1450
|
+
- ds-card-navigation:: added e2e tests for data-types [PUI-15685](https://jira.elliemae.io/browse/PUI-15685) ([#7493](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7493)) ([0a55dab](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0a55dab178e810efc540776e22839f6c522895ec))
|
|
1451
|
+
- ds-card-navigation:: replacing tooltip and making it accessible [PUI-15574](https://jira.elliemae.io/browse/PUI-15574) ([#7441](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7441)) ([03c42d1](https://github.com/intcx/PLATFORM-UI.dimsum/commit/03c42d1d253e315ba8858e65b57fa4935b3e688f))
|
|
1452
|
+
- ds-card-v3:: fix e2e stories [PUI-15621](https://jira.elliemae.io/browse/PUI-15621) ([#7343](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7343)) ([4e087f7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4e087f72b6522c636946c601ed801b0e1d48b065))
|
|
1453
|
+
- ds-combobox-v3:: fixed e2e tests [PUI-15395](https://jira.elliemae.io/browse/PUI-15395) ([#7331](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7331)) ([2c87c4b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2c87c4b3485e3d5094a12ffc050e1425f3ce7a70))
|
|
1454
|
+
- ds-comments:: e2e - visual test fixed [PUI-13685](https://jira.elliemae.io/browse/PUI-13685) ([#6919](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6919)) ([12f4d66](https://github.com/intcx/PLATFORM-UI.dimsum/commit/12f4d66cfcfe212a40132088960d8750883b2924))
|
|
1455
|
+
- ds-controlled-form:: e2e - updated AxeCoreCheck and fixed axe e2e for combo [PUI-14048](https://jira.elliemae.io/browse/PUI-14048) ([#6914](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6914)) ([5c8d7ed](https://github.com/intcx/PLATFORM-UI.dimsum/commit/5c8d7ed6b8d7f099ba02d52bcb13657e6bade9a7))
|
|
1456
|
+
- ds-controlled-form:: fixed broken e2e tests [PUI-16040](https://jira.elliemae.io/browse/PUI-16040) ([#7471](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7471)) ([241573f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/241573f54109fb884a77623d7128484a87dad90d))
|
|
1457
|
+
- ds-data-table:: add functional test for forceFocusFirstOptionOnType prop [PUI-15930](https://jira.elliemae.io/browse/PUI-15930) ([#7425](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7425)) ([1ed7273](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1ed72737cd2cf784f95173dc3af3eac6e301e429))
|
|
1458
|
+
- ds-data-table:: add functional test for Shift+click functionality [PUI-14928](https://jira.elliemae.io/browse/PUI-14928) ([#7139](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7139)) ([0fdb2b2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0fdb2b246101b821e90131dfd48fc70191fdbf62))
|
|
1459
|
+
- ds-data-table:: add visual test for hiddenColumns prop [PUI-15279](https://jira.elliemae.io/browse/PUI-15279) ([#7257](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7257)) ([23bb8c5](https://github.com/intcx/PLATFORM-UI.dimsum/commit/23bb8c508e2264356bc6ba2aac2d374cf9771bc2))
|
|
1460
|
+
- ds-data-table:: added e2e test for disablefirstfocus prop [PUI-15852](https://jira.elliemae.io/browse/PUI-15852) ([#7406](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7406)) ([e9e3251](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e9e32517c6dc83f6fdc99c22b805d0f626f4f6ef))
|
|
1461
|
+
- ds-data-table:: added step for creatable focus test [PUI-15850](https://jira.elliemae.io/browse/PUI-15850) ([#7479](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7479)) ([d317f8c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d317f8c2a0df4cb998005d2604134c14eda2004b))
|
|
1462
|
+
- ds-data-table:: e2e - functional tests fixed [PUI-13641](https://jira.elliemae.io/browse/PUI-13641) ([#6848](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6848)) ([87f8158](https://github.com/intcx/PLATFORM-UI.dimsum/commit/87f8158b54a81370dd5c4a64f867ae6d637beeb2))
|
|
1463
|
+
- ds-data-table:: fix e2e test cases [PUI-14967](https://jira.elliemae.io/browse/PUI-14967) ([#7164](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7164)) ([a4c5e6f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a4c5e6fd09003b792d407368ac45f6764eb9ef79))
|
|
1464
|
+
- ds-data-table:: fix e2e test cases [PUI-15905](https://jira.elliemae.io/browse/PUI-15905) ([#7463](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7463)) ([8503b3a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8503b3a64403dd1d6c564230ff6a8f9891a9f743))
|
|
1465
|
+
- ds-data-table:: fixed e2e tests [PUI-15663](https://jira.elliemae.io/browse/PUI-15663) ([#7392](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7392)) ([c7f059a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c7f059a80afb184d9cf6e48755059ecc118b32ad))
|
|
1466
|
+
- ds-date-time-picker:: add functional tests for readOnly prop [PUI-15764](https://jira.elliemae.io/browse/PUI-15764) ([#7393](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7393)) ([ebe5bcf](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ebe5bcf806fdab7190c62c70dd30fda068777e04))
|
|
1467
|
+
- ds-drag-and-drop:: add visual test for CardV3 Dnd [PUI-15653](https://jira.elliemae.io/browse/PUI-15653) ([#7352](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7352)) ([257b5a2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/257b5a2a521af8092afe2523ca45548cdc24b44f))
|
|
1468
|
+
- ds-drag-and-drop:: do not drop if dnd handler returns to its original position [PUI-14461](https://jira.elliemae.io/browse/PUI-14461) ([#7112](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7112)) ([54b9beb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/54b9beb186f432ffedb2480495cc2c05371e9fb6))
|
|
1469
|
+
- ds-drag-and-drop:: unskip axe-core test PUI-11544 [PUI-15498](https://jira.elliemae.io/browse/PUI-15498) ([#7309](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7309)) ([7aa58b2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7aa58b26cced9f5d91422c4e3ec1b165a7c85baa))
|
|
1470
|
+
- ds-floating-context:: add visual test for customOffset prop [PUI-15373](https://jira.elliemae.io/browse/PUI-15373) ([#7285](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7285)) ([e3432d0](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e3432d026d66d2ed39dc2e18778c7d804f01de8e))
|
|
1471
|
+
- ds-floating-context:: revert breaking change in data-testids [PUI-15620](https://jira.elliemae.io/browse/PUI-15620) ([#7342](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7342)) ([123a5fb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/123a5fb66ca172859e11b6c7ac909c8788186989))
|
|
1472
|
+
- ds-form-checkbox:: add functional test [PUI-15698](https://jira.elliemae.io/browse/PUI-15698) ([#7373](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7373)) ([a01fdfb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a01fdfbe195c4bf787f03538ef1cb76c977969c7))
|
|
1473
|
+
- ds-form-combobox-multi:: add functional and visual tests for readOnlyWithMenuOpenable prop [PUI-15751](https://jira.elliemae.io/browse/PUI-15751) ([#7390](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7390)) ([07ab64a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/07ab64acdcf65f5b736cea132d6d9ca3a40bac1e))
|
|
1474
|
+
- ds-form-date-time-picker:: add keyboard nav test [PUI-15920](https://jira.elliemae.io/browse/PUI-15920) ([#7422](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7422)) ([188f6fb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/188f6fb9fa6acea9636bf7ff5270d9d288c327e6))
|
|
1475
|
+
- ds-form-date-time-picker:: add visual tests for date-time-picker [PUI-16019](https://jira.elliemae.io/browse/PUI-16019) ([#7456](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7456)) ([248391d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/248391d5118e44793c193eca0946b6bbdddb820b))
|
|
1476
|
+
- ds-form-input-text:: add functional test for applyAriaDisabled [PUI-15689](https://jira.elliemae.io/browse/PUI-15689) ([#7371](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7371)) ([abcb254](https://github.com/intcx/PLATFORM-UI.dimsum/commit/abcb2541d93d44f746524c7787a4c4a42fce2b20))
|
|
1477
|
+
- ds-form-layout-autocomplete:: add functional test for keyboard nav [PUI-15904](https://jira.elliemae.io/browse/PUI-15904) ([#7445](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7445)) ([21e5bf7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/21e5bf739e3a15342416450b45c6f8ff2bfc809e))
|
|
1478
|
+
- ds-form-layout-blocks:: fix functional test [PUI-15628](https://jira.elliemae.io/browse/PUI-15628) ([#7347](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7347)) ([dce0b31](https://github.com/intcx/PLATFORM-UI.dimsum/commit/dce0b31de81248c44eea97036107d550d1615e17))
|
|
1479
|
+
- ds-form-layout-input-group:: a11y functional test added [PUI-15469](https://jira.elliemae.io/browse/PUI-15469) ([#7305](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7305)) ([a140854](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a1408542832bd6c5989dfaae0ded31f40a7663d8))
|
|
1480
|
+
- ds-form-layout-input-group:: fix e2e test. Element click intercepted fixed. [PUI-14898](https://jira.elliemae.io/browse/PUI-14898) ([#7130](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7130)) ([54af73d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/54af73de636a8a3149b1bba974fb3517f465fa68))
|
|
1481
|
+
- ds-form-multi-combobox:: add func and visual test for scrollbar[PUI-15895](https://jira.elliemae.io/browse/PUI-15895)([#7418](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7418)) ([4bc0a2c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4bc0a2c493eebf046bcd8ea561bb9567c782c9f9))
|
|
1482
|
+
- ds-form-multi-combobox:: add visual and functional tests for readOnly [PUI-15776](https://jira.elliemae.io/browse/PUI-15776) ([#7397](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7397)) ([1fccac2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1fccac2eacde9aaa33e75ee46483c577e1abea69))
|
|
1483
|
+
- ds-form-multi-combobox:: fix broken e2e test cases [PUI-14967](https://jira.elliemae.io/browse/PUI-14967) ([#7162](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7162)) ([6c6f35f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6c6f35fe8683016b0563f663ff6ac372a5bea86a))
|
|
1484
|
+
- ds-form-multi-combobox:: fix visual test [PUI-15659](https://jira.elliemae.io/browse/PUI-15659) ([#7354](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7354)) ([1e1001f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1e1001f5c5353788ed0dcf5d1f168403487bf6c4))
|
|
1485
|
+
- ds-form-radio:: add visual test for wrapLabel prop [PUI-15712](https://jira.elliemae.io/browse/PUI-15712) ([#7382](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7382)) ([25fe9ef](https://github.com/intcx/PLATFORM-UI.dimsum/commit/25fe9efcd43cd1cd00b9eb4816494bbae1ca0a28))
|
|
1486
|
+
- ds-global-header:: added slots tests [PUI-15360](https://jira.elliemae.io/browse/PUI-15360) ([#7359](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7359)) ([6c68ae9](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6c68ae9d6bee0a107b7bdecc3783b636bb939f6d))
|
|
1487
|
+
- ds-global-header:: fix visual test for custom navigation example [PUI-14685](https://jira.elliemae.io/browse/PUI-14685) ([#7101](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7101)) ([ca77d6d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ca77d6da5cfddf1f1b443fc9a3d6a28b4d93894d))
|
|
1488
|
+
- ds-input-group:: fixed tests [PUI-15150](https://jira.elliemae.io/browse/PUI-15150) ([#7323](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7323)) ([e296243](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e296243fd9ef0702860ee32f2a406d635d60ff5c))
|
|
1489
|
+
- ds-left-navigation:: revert data-testids in e2e test cases [PUI-15589](https://jira.elliemae.io/browse/PUI-15589) ([#7370](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7370)) ([14060a4](https://github.com/intcx/PLATFORM-UI.dimsum/commit/14060a408a046c4ae4656094bdba4feb20f7aec9))
|
|
1490
|
+
- ds-menu-button:: fix e2e test cases [PUI-14891](https://jira.elliemae.io/browse/PUI-14891) ([#7126](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7126)) ([51fbb8f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/51fbb8f0d04b77c231990cb39311386d846009fd))
|
|
1491
|
+
- ds-menu-items:: fixed e2e tests [PUI-16040](https://jira.elliemae.io/browse/PUI-16040) ([#7475](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7475)) ([3caee91](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3caee91d2274ce94dad3c74f0a6e2c17f7338870))
|
|
1492
|
+
- ds-query-builder:: fix e2e stories [PUI-15322](https://jira.elliemae.io/browse/PUI-15322) ([#7273](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7273)) ([ae038cd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ae038cda20274f3efe7c5cc8f0ab9e93d7c22e73))
|
|
1493
|
+
- ds-side-panel:: skipped test for chrome and edge, flaky [PUI-16130](https://jira.elliemae.io/browse/PUI-16130) ([#7485](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7485)) ([e797ee7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e797ee7e6dd7862305c0e2ade726465984ebeb08))
|
|
1494
|
+
- ds-slider-v2:: added slots tests and w/ tooltip/dialog test [PUI-16006](https://jira.elliemae.io/browse/PUI-16006) ([#7453](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7453)) ([a46ad2a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a46ad2a1f91ed86a0a2651d4625b0271e66cdc2d))
|
|
1495
|
+
- ds-slider-v2:: unskipped test step for ESC on the slider w/ dialog [PUI-15992](https://jira.elliemae.io/browse/PUI-15992)([#7464](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7464)) ([e8e0ba8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e8e0ba89d08c3a97fed25304ae94a4a6691c9fd6))
|
|
1496
|
+
- ds-slider-v2:: updates test for slider and shuttle [PUI-15229](https://jira.elliemae.io/browse/PUI-15229) ([#7492](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7492)) ([6b35d69](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6b35d6939820128d89ed105727c67aadf11f4bd3))
|
|
1497
|
+
- ds-tabs:: add visual test for carousel prop [PUI-15723](https://jira.elliemae.io/browse/PUI-15723) ([#7383](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7383)) ([477d627](https://github.com/intcx/PLATFORM-UI.dimsum/commit/477d627c6b32d166518a4b661daa14b25dcc1991))
|
|
1498
|
+
- ds-tabs:: add visual test for content visibility after disabled tab [PUI-15420](https://jira.elliemae.io/browse/PUI-15420) ([#7295](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7295)) ([10e6ad1](https://github.com/intcx/PLATFORM-UI.dimsum/commit/10e6ad1b25fdb17d6c7922b376c8a44c0d99994c))
|
|
1499
|
+
- ds-tabs:: fixed isDisplayedInViewport issue and new test [PUI-15144](https://jira.elliemae.io/browse/PUI-15144) ([#7439](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7439)) ([75828d9](https://github.com/intcx/PLATFORM-UI.dimsum/commit/75828d9e8d32e8fe14b7342a7b2ceea2d1925e34))
|
|
1500
|
+
- ds-treeview:: add visual test for removeWidthMaxContent prop [PUI-15729](https://jira.elliemae.io/browse/PUI-15729) ([#7385](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7385)) ([be4bac8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/be4bac81281642eb2406025cd6345779ed0bfc63))
|
|
1501
|
+
- ds-treeview:: e2e - fix single select TreeView test cases [PUI-13926](https://jira.elliemae.io/browse/PUI-13926) ([#6963](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6963)) ([315262e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/315262e2748a47825c86fab0fef5f51450973fc2))
|
|
1502
|
+
- ds-treeview:: fixed test .stringContaining issue [PUI-11320](https://jira.elliemae.io/browse/PUI-11320) ([#7466](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7466)) ([53a57da](https://github.com/intcx/PLATFORM-UI.dimsum/commit/53a57da392d9cc96c2dadb53ddbbed0943180c1a))
|
|
1151
1503
|
|
|
1152
|
-
## [3.52.0-rc.33](https://
|
|
1504
|
+
## [3.52.0-rc.33](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.32...v3.52.0-rc.33) (2025-05-21)
|
|
1153
1505
|
|
|
1154
1506
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1155
1507
|
|
|
1156
|
-
## [3.52.0-rc.32](https://
|
|
1508
|
+
## [3.52.0-rc.32](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.31...v3.52.0-rc.32) (2025-05-21)
|
|
1157
1509
|
|
|
1158
1510
|
### Features
|
|
1159
1511
|
|
|
1160
|
-
- ds-form-date-time-picker:: add functional, visual and a11y tests [PUI-16000](https://jira.elliemae.io/browse/PUI-16000) ([#7494](https://
|
|
1512
|
+
- ds-form-date-time-picker:: add functional, visual and a11y tests [PUI-16000](https://jira.elliemae.io/browse/PUI-16000) ([#7494](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7494)) ([8d7c2d6](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8d7c2d671abde5d03fe06b14a96d239dfc695f79))
|
|
1161
1513
|
|
|
1162
1514
|
### Bug Fixes
|
|
1163
1515
|
|
|
1164
|
-
- ds-card-navigation:: added e2e tests for data-types [PUI-15685](https://jira.elliemae.io/browse/PUI-15685) ([#7493](https://
|
|
1165
|
-
- ds-side-panel:: skipped test for chrome and edge, flaky [PUI-16130](https://jira.elliemae.io/browse/PUI-16130) ([#7485](https://
|
|
1166
|
-
- ds-slider-v2:: updates test for slider and shuttle [PUI-15229](https://jira.elliemae.io/browse/PUI-15229) ([#7492](https://
|
|
1516
|
+
- ds-card-navigation:: added e2e tests for data-types [PUI-15685](https://jira.elliemae.io/browse/PUI-15685) ([#7493](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7493)) ([0a55dab](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0a55dab178e810efc540776e22839f6c522895ec))
|
|
1517
|
+
- ds-side-panel:: skipped test for chrome and edge, flaky [PUI-16130](https://jira.elliemae.io/browse/PUI-16130) ([#7485](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7485)) ([e797ee7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e797ee7e6dd7862305c0e2ade726465984ebeb08))
|
|
1518
|
+
- ds-slider-v2:: updates test for slider and shuttle [PUI-15229](https://jira.elliemae.io/browse/PUI-15229) ([#7492](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7492)) ([6b35d69](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6b35d6939820128d89ed105727c67aadf11f4bd3))
|
|
1167
1519
|
|
|
1168
|
-
## [3.52.0-rc.31](https://
|
|
1520
|
+
## [3.52.0-rc.31](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.30...v3.52.0-rc.31) (2025-05-20)
|
|
1169
1521
|
|
|
1170
1522
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1171
1523
|
|
|
1172
|
-
## [3.52.0-rc.30](https://
|
|
1524
|
+
## [3.52.0-rc.30](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.29...v3.52.0-rc.30) (2025-05-20)
|
|
1173
1525
|
|
|
1174
1526
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1175
1527
|
|
|
1176
|
-
## [3.52.0-rc.29](https://
|
|
1528
|
+
## [3.52.0-rc.29](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.28...v3.52.0-rc.29) (2025-05-19)
|
|
1177
1529
|
|
|
1178
1530
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1179
1531
|
|
|
1180
|
-
## [3.52.0-rc.28](https://
|
|
1532
|
+
## [3.52.0-rc.28](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.27...v3.52.0-rc.28) (2025-05-14)
|
|
1181
1533
|
|
|
1182
1534
|
### Bug Fixes
|
|
1183
1535
|
|
|
1184
|
-
- dimsum:: fixed broken e2e tests for components [PUI-16040](https://jira.elliemae.io/browse/PUI-16040) ([#7482](https://
|
|
1536
|
+
- dimsum:: fixed broken e2e tests for components [PUI-16040](https://jira.elliemae.io/browse/PUI-16040) ([#7482](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7482)) ([39de367](https://github.com/intcx/PLATFORM-UI.dimsum/commit/39de36714f40ef2116519151a7f762bafb26256e))
|
|
1185
1537
|
|
|
1186
|
-
## [3.52.0-rc.27](https://
|
|
1538
|
+
## [3.52.0-rc.27](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.26...v3.52.0-rc.27) (2025-05-14)
|
|
1187
1539
|
|
|
1188
1540
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1189
1541
|
|
|
1190
|
-
## [3.52.0-rc.26](https://
|
|
1542
|
+
## [3.52.0-rc.26](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.25...v3.52.0-rc.26) (2025-05-13)
|
|
1191
1543
|
|
|
1192
1544
|
### Bug Fixes
|
|
1193
1545
|
|
|
1194
|
-
- ds-controlled-form:: fixed broken e2e tests [PUI-16040](https://jira.elliemae.io/browse/PUI-16040) ([#7471](https://
|
|
1195
|
-
- ds-data-table:: added step for creatable focus test [PUI-15850](https://jira.elliemae.io/browse/PUI-15850) ([#7479](https://
|
|
1196
|
-
- ds-menu-items:: fixed e2e tests [PUI-16040](https://jira.elliemae.io/browse/PUI-16040) ([#7475](https://
|
|
1546
|
+
- ds-controlled-form:: fixed broken e2e tests [PUI-16040](https://jira.elliemae.io/browse/PUI-16040) ([#7471](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7471)) ([241573f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/241573f54109fb884a77623d7128484a87dad90d))
|
|
1547
|
+
- ds-data-table:: added step for creatable focus test [PUI-15850](https://jira.elliemae.io/browse/PUI-15850) ([#7479](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7479)) ([d317f8c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d317f8c2a0df4cb998005d2604134c14eda2004b))
|
|
1548
|
+
- ds-menu-items:: fixed e2e tests [PUI-16040](https://jira.elliemae.io/browse/PUI-16040) ([#7475](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7475)) ([3caee91](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3caee91d2274ce94dad3c74f0a6e2c17f7338870))
|
|
1197
1549
|
|
|
1198
|
-
## [3.52.0-rc.25](https://
|
|
1550
|
+
## [3.52.0-rc.25](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.24...v3.52.0-rc.25) (2025-05-12)
|
|
1199
1551
|
|
|
1200
1552
|
### Bug Fixes
|
|
1201
1553
|
|
|
1202
|
-
- ds-card-navigation:: replacing tooltip and making it accessible [PUI-15574](https://jira.elliemae.io/browse/PUI-15574) ([#7441](https://
|
|
1554
|
+
- ds-card-navigation:: replacing tooltip and making it accessible [PUI-15574](https://jira.elliemae.io/browse/PUI-15574) ([#7441](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7441)) ([03c42d1](https://github.com/intcx/PLATFORM-UI.dimsum/commit/03c42d1d253e315ba8858e65b57fa4935b3e688f))
|
|
1203
1555
|
|
|
1204
|
-
## [3.52.0-rc.24](https://
|
|
1556
|
+
## [3.52.0-rc.24](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.23...v3.52.0-rc.24) (2025-05-07)
|
|
1205
1557
|
|
|
1206
1558
|
### Bug Fixes
|
|
1207
1559
|
|
|
1208
|
-
- ds-treeview:: fixed test .stringContaining issue [PUI-11320](https://jira.elliemae.io/browse/PUI-11320) ([#7466](https://
|
|
1560
|
+
- ds-treeview:: fixed test .stringContaining issue [PUI-11320](https://jira.elliemae.io/browse/PUI-11320) ([#7466](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7466)) ([53a57da](https://github.com/intcx/PLATFORM-UI.dimsum/commit/53a57da392d9cc96c2dadb53ddbbed0943180c1a))
|
|
1209
1561
|
|
|
1210
|
-
## [3.52.0-rc.23](https://
|
|
1562
|
+
## [3.52.0-rc.23](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.22...v3.52.0-rc.23) (2025-05-07)
|
|
1211
1563
|
|
|
1212
1564
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1213
1565
|
|
|
1214
|
-
## [3.52.0-rc.22](https://
|
|
1566
|
+
## [3.52.0-rc.22](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.21...v3.52.0-rc.22) (2025-05-06)
|
|
1215
1567
|
|
|
1216
1568
|
### Bug Fixes
|
|
1217
1569
|
|
|
1218
|
-
- dimsum:: updates slots tests to only be executed on chrome [PUI-16023](https://jira.elliemae.io/browse/PUI-16023) ([#7462](https://
|
|
1219
|
-
- ds-data-table:: fix e2e test cases [PUI-15905](https://jira.elliemae.io/browse/PUI-15905) ([#7463](https://
|
|
1220
|
-
- ds-slider-v2:: unskipped test step for ESC on the slider w/ dialog [PUI-15992](https://jira.elliemae.io/browse/PUI-15992)([#7464](https://
|
|
1570
|
+
- dimsum:: updates slots tests to only be executed on chrome [PUI-16023](https://jira.elliemae.io/browse/PUI-16023) ([#7462](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7462)) ([14a91e6](https://github.com/intcx/PLATFORM-UI.dimsum/commit/14a91e69557dc4894f2adc434ac03f2fe8d5f1e3))
|
|
1571
|
+
- ds-data-table:: fix e2e test cases [PUI-15905](https://jira.elliemae.io/browse/PUI-15905) ([#7463](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7463)) ([8503b3a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8503b3a64403dd1d6c564230ff6a8f9891a9f743))
|
|
1572
|
+
- ds-slider-v2:: unskipped test step for ESC on the slider w/ dialog [PUI-15992](https://jira.elliemae.io/browse/PUI-15992)([#7464](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7464)) ([e8e0ba8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e8e0ba89d08c3a97fed25304ae94a4a6691c9fd6))
|
|
1221
1573
|
|
|
1222
|
-
## [3.52.0-rc.21](https://
|
|
1574
|
+
## [3.52.0-rc.21](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.20...v3.52.0-rc.21) (2025-05-05)
|
|
1223
1575
|
|
|
1224
1576
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1225
1577
|
|
|
1226
|
-
## [3.52.0-rc.20](https://
|
|
1578
|
+
## [3.52.0-rc.20](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.19...v3.52.0-rc.20) (2025-05-05)
|
|
1227
1579
|
|
|
1228
1580
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1229
1581
|
|
|
1230
|
-
## [3.52.0-rc.19](https://
|
|
1582
|
+
## [3.52.0-rc.19](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.18...v3.52.0-rc.19) (2025-04-30)
|
|
1231
1583
|
|
|
1232
1584
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1233
1585
|
|
|
1234
|
-
## [3.52.0-rc.18](https://
|
|
1586
|
+
## [3.52.0-rc.18](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.17...v3.52.0-rc.18) (2025-04-30)
|
|
1235
1587
|
|
|
1236
1588
|
### Bug Fixes
|
|
1237
1589
|
|
|
1238
|
-
- ds-form-date-time-picker:: add visual tests for date-time-picker [PUI-16019](https://jira.elliemae.io/browse/PUI-16019) ([#7456](https://
|
|
1239
|
-
- ds-slider-v2:: added slots tests and w/ tooltip/dialog test [PUI-16006](https://jira.elliemae.io/browse/PUI-16006) ([#7453](https://
|
|
1590
|
+
- ds-form-date-time-picker:: add visual tests for date-time-picker [PUI-16019](https://jira.elliemae.io/browse/PUI-16019) ([#7456](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7456)) ([248391d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/248391d5118e44793c193eca0946b6bbdddb820b))
|
|
1591
|
+
- ds-slider-v2:: added slots tests and w/ tooltip/dialog test [PUI-16006](https://jira.elliemae.io/browse/PUI-16006) ([#7453](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7453)) ([a46ad2a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a46ad2a1f91ed86a0a2651d4625b0271e66cdc2d))
|
|
1240
1592
|
|
|
1241
|
-
## [3.52.0-rc.17](https://
|
|
1593
|
+
## [3.52.0-rc.17](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.16...v3.52.0-rc.17) (2025-04-29)
|
|
1242
1594
|
|
|
1243
1595
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1244
1596
|
|
|
1245
|
-
## [3.52.0-rc.16](https://
|
|
1597
|
+
## [3.52.0-rc.16](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.15...v3.52.0-rc.16) (2025-04-25)
|
|
1246
1598
|
|
|
1247
1599
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1248
1600
|
|
|
1249
|
-
## [3.52.0-rc.15](https://
|
|
1601
|
+
## [3.52.0-rc.15](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.14...v3.52.0-rc.15) (2025-04-25)
|
|
1250
1602
|
|
|
1251
1603
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1252
1604
|
|
|
1253
|
-
## [3.52.0-rc.14](https://
|
|
1605
|
+
## [3.52.0-rc.14](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.13...v3.52.0-rc.14) (2025-04-23)
|
|
1254
1606
|
|
|
1255
1607
|
### Bug Fixes
|
|
1256
1608
|
|
|
1257
|
-
- ds-form-layout-autocomplete:: add functional test for keyboard nav [PUI-15904](https://jira.elliemae.io/browse/PUI-15904) ([#7445](https://
|
|
1258
|
-
- ds-tabs:: fixed isDisplayedInViewport issue and new test [PUI-15144](https://jira.elliemae.io/browse/PUI-15144) ([#7439](https://
|
|
1609
|
+
- ds-form-layout-autocomplete:: add functional test for keyboard nav [PUI-15904](https://jira.elliemae.io/browse/PUI-15904) ([#7445](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7445)) ([21e5bf7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/21e5bf739e3a15342416450b45c6f8ff2bfc809e))
|
|
1610
|
+
- ds-tabs:: fixed isDisplayedInViewport issue and new test [PUI-15144](https://jira.elliemae.io/browse/PUI-15144) ([#7439](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7439)) ([75828d9](https://github.com/intcx/PLATFORM-UI.dimsum/commit/75828d9e8d32e8fe14b7342a7b2ceea2d1925e34))
|
|
1259
1611
|
|
|
1260
|
-
## [3.52.0-rc.13](https://
|
|
1612
|
+
## [3.52.0-rc.13](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.12...v3.52.0-rc.13) (2025-04-22)
|
|
1261
1613
|
|
|
1262
1614
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1263
1615
|
|
|
1264
|
-
## [3.52.0-rc.12](https://
|
|
1616
|
+
## [3.52.0-rc.12](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.11...v3.52.0-rc.12) (2025-04-21)
|
|
1265
1617
|
|
|
1266
1618
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1267
1619
|
|
|
1268
|
-
## [3.52.0-rc.11](https://
|
|
1620
|
+
## [3.52.0-rc.11](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.9...v3.52.0-rc.11) (2025-04-15)
|
|
1269
1621
|
|
|
1270
1622
|
### Features
|
|
1271
1623
|
|
|
1272
|
-
- dimsum:: upgrade pui-e2e-test-sdk to v11.0.1 [PUI-15800](https://jira.elliemae.io/browse/PUI-15800) ([#7427](https://
|
|
1273
|
-
- ds-controlled-form:: added e2e for datetimepicker slots [PUI-15356](https://jira.elliemae.io/browse/PUI-15356) ([#7415](https://
|
|
1624
|
+
- dimsum:: upgrade pui-e2e-test-sdk to v11.0.1 [PUI-15800](https://jira.elliemae.io/browse/PUI-15800) ([#7427](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7427)) ([df34876](https://github.com/intcx/PLATFORM-UI.dimsum/commit/df34876d69ba6275d33b1749178461493c62c43e))
|
|
1625
|
+
- ds-controlled-form:: added e2e for datetimepicker slots [PUI-15356](https://jira.elliemae.io/browse/PUI-15356) ([#7415](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7415)) ([ef328fb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ef328fbaaa87c5f92bada8e942f3eb6c74cff8f2))
|
|
1274
1626
|
|
|
1275
1627
|
### Bug Fixes
|
|
1276
1628
|
|
|
1277
|
-
- ds-data-table:: add functional test for forceFocusFirstOptionOnType prop [PUI-15930](https://jira.elliemae.io/browse/PUI-15930) ([#7425](https://
|
|
1629
|
+
- ds-data-table:: add functional test for forceFocusFirstOptionOnType prop [PUI-15930](https://jira.elliemae.io/browse/PUI-15930) ([#7425](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7425)) ([1ed7273](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1ed72737cd2cf784f95173dc3af3eac6e301e429))
|
|
1278
1630
|
|
|
1279
|
-
## [3.52.0-rc.10](https://
|
|
1631
|
+
## [3.52.0-rc.10](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.9...v3.52.0-rc.10) (2025-04-14)
|
|
1280
1632
|
|
|
1281
1633
|
### Features
|
|
1282
1634
|
|
|
1283
|
-
- dimsum:: upgrade pui-e2e-test-sdk to v11.0.1 [PUI-15800](https://jira.elliemae.io/browse/PUI-15800) ([#7427](https://
|
|
1284
|
-
- ds-controlled-form:: added e2e for datetimepicker slots [PUI-15356](https://jira.elliemae.io/browse/PUI-15356) ([#7415](https://
|
|
1635
|
+
- dimsum:: upgrade pui-e2e-test-sdk to v11.0.1 [PUI-15800](https://jira.elliemae.io/browse/PUI-15800) ([#7427](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7427)) ([df34876](https://github.com/intcx/PLATFORM-UI.dimsum/commit/df34876d69ba6275d33b1749178461493c62c43e))
|
|
1636
|
+
- ds-controlled-form:: added e2e for datetimepicker slots [PUI-15356](https://jira.elliemae.io/browse/PUI-15356) ([#7415](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7415)) ([ef328fb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ef328fbaaa87c5f92bada8e942f3eb6c74cff8f2))
|
|
1285
1637
|
|
|
1286
1638
|
### Bug Fixes
|
|
1287
1639
|
|
|
1288
|
-
- ds-data-table:: add functional test for forceFocusFirstOptionOnType prop [PUI-15930](https://jira.elliemae.io/browse/PUI-15930) ([#7425](https://
|
|
1640
|
+
- ds-data-table:: add functional test for forceFocusFirstOptionOnType prop [PUI-15930](https://jira.elliemae.io/browse/PUI-15930) ([#7425](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7425)) ([1ed7273](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1ed72737cd2cf784f95173dc3af3eac6e301e429))
|
|
1289
1641
|
|
|
1290
|
-
## [3.52.0-rc.9](https://
|
|
1642
|
+
## [3.52.0-rc.9](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.8...v3.52.0-rc.9) (2025-04-09)
|
|
1291
1643
|
|
|
1292
1644
|
### Bug Fixes
|
|
1293
1645
|
|
|
1294
|
-
- ds-form-date-time-picker:: add keyboard nav test [PUI-15920](https://jira.elliemae.io/browse/PUI-15920) ([#7422](https://
|
|
1295
|
-
- ds-form-multi-combobox:: add func and visual test for scrollbar[PUI-15895](https://jira.elliemae.io/browse/PUI-15895)([#7418](https://
|
|
1646
|
+
- ds-form-date-time-picker:: add keyboard nav test [PUI-15920](https://jira.elliemae.io/browse/PUI-15920) ([#7422](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7422)) ([188f6fb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/188f6fb9fa6acea9636bf7ff5270d9d288c327e6))
|
|
1647
|
+
- ds-form-multi-combobox:: add func and visual test for scrollbar[PUI-15895](https://jira.elliemae.io/browse/PUI-15895)([#7418](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7418)) ([4bc0a2c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4bc0a2c493eebf046bcd8ea561bb9567c782c9f9))
|
|
1296
1648
|
|
|
1297
|
-
## [3.52.0-rc.8](https://
|
|
1649
|
+
## [3.52.0-rc.8](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.7...v3.52.0-rc.8) (2025-04-08)
|
|
1298
1650
|
|
|
1299
1651
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1300
1652
|
|
|
1301
|
-
## [3.52.0-rc.7](https://
|
|
1653
|
+
## [3.52.0-rc.7](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.6...v3.52.0-rc.7) (2025-04-07)
|
|
1302
1654
|
|
|
1303
1655
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1304
1656
|
|
|
1305
|
-
## [3.52.0-rc.6](https://
|
|
1657
|
+
## [3.52.0-rc.6](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.5...v3.52.0-rc.6) (2025-04-04)
|
|
1306
1658
|
|
|
1307
1659
|
### Bug Fixes
|
|
1308
1660
|
|
|
1309
|
-
- ds-data-table:: added e2e test for disablefirstfocus prop [PUI-15852](https://jira.elliemae.io/browse/PUI-15852) ([#7406](https://
|
|
1661
|
+
- ds-data-table:: added e2e test for disablefirstfocus prop [PUI-15852](https://jira.elliemae.io/browse/PUI-15852) ([#7406](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7406)) ([e9e3251](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e9e32517c6dc83f6fdc99c22b805d0f626f4f6ef))
|
|
1310
1662
|
|
|
1311
|
-
## [3.52.0-rc.5](https://
|
|
1663
|
+
## [3.52.0-rc.5](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.4...v3.52.0-rc.5) (2025-04-02)
|
|
1312
1664
|
|
|
1313
1665
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1314
1666
|
|
|
1315
|
-
## [3.52.0-rc.4](https://
|
|
1667
|
+
## [3.52.0-rc.4](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.3...v3.52.0-rc.4) (2025-04-01)
|
|
1316
1668
|
|
|
1317
1669
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1318
1670
|
|
|
1319
|
-
## [3.52.0-rc.3](https://
|
|
1671
|
+
## [3.52.0-rc.3](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.2...v3.52.0-rc.3) (2025-04-01)
|
|
1320
1672
|
|
|
1321
1673
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1322
1674
|
|
|
1323
|
-
## [3.52.0-rc.2](https://
|
|
1675
|
+
## [3.52.0-rc.2](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.1...v3.52.0-rc.2) (2025-04-01)
|
|
1324
1676
|
|
|
1325
1677
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1326
1678
|
|
|
1327
|
-
## [3.52.0-rc.1](https://
|
|
1679
|
+
## [3.52.0-rc.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.52.0-rc.0...v3.52.0-rc.1) (2025-03-31)
|
|
1328
1680
|
|
|
1329
1681
|
### Features
|
|
1330
1682
|
|
|
1331
|
-
- ds-tooltip-v3: improved resilience of [PR 7389](https://
|
|
1683
|
+
- ds-tooltip-v3: improved resilience of [PR 7389](https://github.com/intcx/PLATFORM-UI.dimsum/pull/7389) [PUI-15734](https://jira.elliemae.io/browse/PUI-15734) ([#7404](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7404)) ([01048cd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/01048cd6243d5ed4f2b815e174f48904dcc35b8c))
|
|
1332
1684
|
|
|
1333
|
-
## [3.52.0-rc.0](https://
|
|
1685
|
+
## [3.52.0-rc.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.2-rc.0...v3.52.0-rc.0) (2025-03-31)
|
|
1334
1686
|
|
|
1335
1687
|
### Features
|
|
1336
1688
|
|
|
1337
|
-
- ds-left-navigation:: add visual and functional tests for slots [PUI-15794](https://jira.elliemae.io/browse/PUI-15794) ([#7405](https://
|
|
1689
|
+
- ds-left-navigation:: add visual and functional tests for slots [PUI-15794](https://jira.elliemae.io/browse/PUI-15794) ([#7405](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7405)) ([75b77ac](https://github.com/intcx/PLATFORM-UI.dimsum/commit/75b77ac52d8d5cde3b95b39e4b14f87006634947))
|
|
1338
1690
|
|
|
1339
1691
|
### Bug Fixes
|
|
1340
1692
|
|
|
1341
|
-
- ds-form-multi-combobox:: add visual and functional tests for readOnly [PUI-15776](https://jira.elliemae.io/browse/PUI-15776) ([#7397](https://
|
|
1693
|
+
- ds-form-multi-combobox:: add visual and functional tests for readOnly [PUI-15776](https://jira.elliemae.io/browse/PUI-15776) ([#7397](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7397)) ([1fccac2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1fccac2eacde9aaa33e75ee46483c577e1abea69))
|
|
1342
1694
|
|
|
1343
|
-
## [3.51.2-rc.0](https://
|
|
1695
|
+
## [3.51.2-rc.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.28...v3.51.2-rc.0) (2025-03-25)
|
|
1344
1696
|
|
|
1345
1697
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1346
1698
|
|
|
1347
|
-
## [3.51.0-rc.28](https://
|
|
1699
|
+
## [3.51.0-rc.28](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.27...v3.51.0-rc.28) (2025-03-24)
|
|
1348
1700
|
|
|
1349
1701
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1350
1702
|
|
|
1351
|
-
## [3.51.0-rc.27](https://
|
|
1703
|
+
## [3.51.0-rc.27](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.26...v3.51.0-rc.27) (2025-03-20)
|
|
1352
1704
|
|
|
1353
1705
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1354
1706
|
|
|
1355
|
-
## [3.51.0-rc.26](https://
|
|
1707
|
+
## [3.51.0-rc.26](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.25...v3.51.0-rc.26) (2025-03-19)
|
|
1356
1708
|
|
|
1357
1709
|
### Bug Fixes
|
|
1358
1710
|
|
|
1359
|
-
- ds-data-table:: fixed e2e tests [PUI-15663](https://jira.elliemae.io/browse/PUI-15663) ([#7392](https://
|
|
1360
|
-
- ds-date-time-picker:: add functional tests for readOnly prop [PUI-15764](https://jira.elliemae.io/browse/PUI-15764) ([#7393](https://
|
|
1361
|
-
- ds-form-combobox-multi:: add functional and visual tests for readOnlyWithMenuOpenable prop [PUI-15751](https://jira.elliemae.io/browse/PUI-15751) ([#7390](https://
|
|
1711
|
+
- ds-data-table:: fixed e2e tests [PUI-15663](https://jira.elliemae.io/browse/PUI-15663) ([#7392](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7392)) ([c7f059a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c7f059a80afb184d9cf6e48755059ecc118b32ad))
|
|
1712
|
+
- ds-date-time-picker:: add functional tests for readOnly prop [PUI-15764](https://jira.elliemae.io/browse/PUI-15764) ([#7393](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7393)) ([ebe5bcf](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ebe5bcf806fdab7190c62c70dd30fda068777e04))
|
|
1713
|
+
- ds-form-combobox-multi:: add functional and visual tests for readOnlyWithMenuOpenable prop [PUI-15751](https://jira.elliemae.io/browse/PUI-15751) ([#7390](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7390)) ([07ab64a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/07ab64acdcf65f5b736cea132d6d9ca3a40bac1e))
|
|
1362
1714
|
|
|
1363
|
-
## [3.51.0-rc.25](https://
|
|
1715
|
+
## [3.51.0-rc.25](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.24...v3.51.0-rc.25) (2025-03-19)
|
|
1364
1716
|
|
|
1365
1717
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1366
1718
|
|
|
1367
|
-
## [3.51.0-rc.24](https://
|
|
1719
|
+
## [3.51.0-rc.24](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.23...v3.51.0-rc.24) (2025-03-19)
|
|
1368
1720
|
|
|
1369
1721
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1370
1722
|
|
|
1371
|
-
## [3.51.0-rc.23](https://
|
|
1723
|
+
## [3.51.0-rc.23](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.22...v3.51.0-rc.23) (2025-03-18)
|
|
1372
1724
|
|
|
1373
1725
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1374
1726
|
|
|
1375
|
-
## [3.51.0-rc.22](https://
|
|
1727
|
+
## [3.51.0-rc.22](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.21...v3.51.0-rc.22) (2025-03-18)
|
|
1376
1728
|
|
|
1377
1729
|
### Bug Fixes
|
|
1378
1730
|
|
|
1379
|
-
- ds-form-radio:: add visual test for wrapLabel prop [PUI-15712](https://jira.elliemae.io/browse/PUI-15712) ([#7382](https://
|
|
1380
|
-
- ds-tabs:: add visual test for carousel prop [PUI-15723](https://jira.elliemae.io/browse/PUI-15723) ([#7383](https://
|
|
1381
|
-
- ds-treeview:: add visual test for removeWidthMaxContent prop [PUI-15729](https://jira.elliemae.io/browse/PUI-15729) ([#7385](https://
|
|
1731
|
+
- ds-form-radio:: add visual test for wrapLabel prop [PUI-15712](https://jira.elliemae.io/browse/PUI-15712) ([#7382](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7382)) ([25fe9ef](https://github.com/intcx/PLATFORM-UI.dimsum/commit/25fe9efcd43cd1cd00b9eb4816494bbae1ca0a28))
|
|
1732
|
+
- ds-tabs:: add visual test for carousel prop [PUI-15723](https://jira.elliemae.io/browse/PUI-15723) ([#7383](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7383)) ([477d627](https://github.com/intcx/PLATFORM-UI.dimsum/commit/477d627c6b32d166518a4b661daa14b25dcc1991))
|
|
1733
|
+
- ds-treeview:: add visual test for removeWidthMaxContent prop [PUI-15729](https://jira.elliemae.io/browse/PUI-15729) ([#7385](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7385)) ([be4bac8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/be4bac81281642eb2406025cd6345779ed0bfc63))
|
|
1382
1734
|
|
|
1383
|
-
## [3.51.0-rc.21](https://
|
|
1735
|
+
## [3.51.0-rc.21](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.20...v3.51.0-rc.21) (2025-03-18)
|
|
1384
1736
|
|
|
1385
1737
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1386
1738
|
|
|
1387
|
-
## [3.51.0-rc.20](https://
|
|
1739
|
+
## [3.51.0-rc.20](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.19...v3.51.0-rc.20) (2025-03-18)
|
|
1388
1740
|
|
|
1389
1741
|
### Bug Fixes
|
|
1390
1742
|
|
|
1391
|
-
- ds-form-checkbox:: add functional test [PUI-15698](https://jira.elliemae.io/browse/PUI-15698) ([#7373](https://
|
|
1392
|
-
- ds-form-input-text:: add functional test for applyAriaDisabled [PUI-15689](https://jira.elliemae.io/browse/PUI-15689) ([#7371](https://
|
|
1743
|
+
- ds-form-checkbox:: add functional test [PUI-15698](https://jira.elliemae.io/browse/PUI-15698) ([#7373](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7373)) ([a01fdfb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a01fdfbe195c4bf787f03538ef1cb76c977969c7))
|
|
1744
|
+
- ds-form-input-text:: add functional test for applyAriaDisabled [PUI-15689](https://jira.elliemae.io/browse/PUI-15689) ([#7371](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7371)) ([abcb254](https://github.com/intcx/PLATFORM-UI.dimsum/commit/abcb2541d93d44f746524c7787a4c4a42fce2b20))
|
|
1393
1745
|
|
|
1394
|
-
## [3.51.0-rc.19](https://
|
|
1746
|
+
## [3.51.0-rc.19](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.18...v3.51.0-rc.19) (2025-03-14)
|
|
1395
1747
|
|
|
1396
1748
|
### Bug Fixes
|
|
1397
1749
|
|
|
1398
|
-
- ds-left-navigation:: revert data-testids in e2e test cases [PUI-15589](https://jira.elliemae.io/browse/PUI-15589) ([#7370](https://
|
|
1750
|
+
- ds-left-navigation:: revert data-testids in e2e test cases [PUI-15589](https://jira.elliemae.io/browse/PUI-15589) ([#7370](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7370)) ([14060a4](https://github.com/intcx/PLATFORM-UI.dimsum/commit/14060a408a046c4ae4656094bdba4feb20f7aec9))
|
|
1399
1751
|
|
|
1400
|
-
## [3.51.0-rc.18](https://
|
|
1752
|
+
## [3.51.0-rc.18](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.17...v3.51.0-rc.18) (2025-03-13)
|
|
1401
1753
|
|
|
1402
1754
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1403
1755
|
|
|
1404
|
-
## [3.51.0-rc.17](https://
|
|
1756
|
+
## [3.51.0-rc.17](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.16...v3.51.0-rc.17) (2025-03-13)
|
|
1405
1757
|
|
|
1406
1758
|
### Bug Fixes
|
|
1407
1759
|
|
|
1408
|
-
- ds-global-header:: added slots tests [PUI-15360](https://jira.elliemae.io/browse/PUI-15360) ([#7359](https://
|
|
1760
|
+
- ds-global-header:: added slots tests [PUI-15360](https://jira.elliemae.io/browse/PUI-15360) ([#7359](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7359)) ([6c68ae9](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6c68ae9d6bee0a107b7bdecc3783b636bb939f6d))
|
|
1409
1761
|
|
|
1410
|
-
## [3.51.0-rc.16](https://
|
|
1762
|
+
## [3.51.0-rc.16](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.15...v3.51.0-rc.16) (2025-03-13)
|
|
1411
1763
|
|
|
1412
1764
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1413
1765
|
|
|
1414
|
-
## [3.51.0-rc.15](https://
|
|
1766
|
+
## [3.51.0-rc.15](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.14...v3.51.0-rc.15) (2025-03-12)
|
|
1415
1767
|
|
|
1416
1768
|
### Features
|
|
1417
1769
|
|
|
1418
|
-
- ds-floating-context:: add functional and visual test for slots functionality [PUI-15679](https://jira.elliemae.io/browse/PUI-15679)([#7363](https://
|
|
1770
|
+
- ds-floating-context:: add functional and visual test for slots functionality [PUI-15679](https://jira.elliemae.io/browse/PUI-15679)([#7363](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7363)) ([44525b2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/44525b230595c9c8f49d6020f96611026df49cbf))
|
|
1419
1771
|
|
|
1420
|
-
## [3.51.0-rc.14](https://
|
|
1772
|
+
## [3.51.0-rc.14](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.13...v3.51.0-rc.14) (2025-03-11)
|
|
1421
1773
|
|
|
1422
1774
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1423
1775
|
|
|
1424
|
-
## [3.51.0-rc.13](https://
|
|
1776
|
+
## [3.51.0-rc.13](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.12...v3.51.0-rc.13) (2025-03-10)
|
|
1425
1777
|
|
|
1426
1778
|
### Bug Fixes
|
|
1427
1779
|
|
|
1428
|
-
- ds-form-multi-combobox:: fix visual test [PUI-15659](https://jira.elliemae.io/browse/PUI-15659) ([#7354](https://
|
|
1780
|
+
- ds-form-multi-combobox:: fix visual test [PUI-15659](https://jira.elliemae.io/browse/PUI-15659) ([#7354](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7354)) ([1e1001f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1e1001f5c5353788ed0dcf5d1f168403487bf6c4))
|
|
1429
1781
|
|
|
1430
|
-
## [3.51.0-rc.12](https://
|
|
1782
|
+
## [3.51.0-rc.12](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.11...v3.51.0-rc.12) (2025-03-10)
|
|
1431
1783
|
|
|
1432
1784
|
### Features
|
|
1433
1785
|
|
|
1434
|
-
- ds-form-radio:: add functional and visual test for readOnly [PUI-15636](https://jira.elliemae.io/browse/PUI-15636) ([#7349](https://
|
|
1786
|
+
- ds-form-radio:: add functional and visual test for readOnly [PUI-15636](https://jira.elliemae.io/browse/PUI-15636) ([#7349](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7349)) ([80af38f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/80af38f6f019043c6f24f57a54d3228882e72860))
|
|
1435
1787
|
|
|
1436
1788
|
### Bug Fixes
|
|
1437
1789
|
|
|
1438
|
-
- ds-drag-and-drop:: add visual test for CardV3 Dnd [PUI-15653](https://jira.elliemae.io/browse/PUI-15653) ([#7352](https://
|
|
1790
|
+
- ds-drag-and-drop:: add visual test for CardV3 Dnd [PUI-15653](https://jira.elliemae.io/browse/PUI-15653) ([#7352](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7352)) ([257b5a2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/257b5a2a521af8092afe2523ca45548cdc24b44f))
|
|
1439
1791
|
|
|
1440
|
-
## [3.51.0-rc.11](https://
|
|
1792
|
+
## [3.51.0-rc.11](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.10...v3.51.0-rc.11) (2025-03-07)
|
|
1441
1793
|
|
|
1442
1794
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1443
1795
|
|
|
1444
|
-
## [3.51.0-rc.10](https://
|
|
1796
|
+
## [3.51.0-rc.10](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.9...v3.51.0-rc.10) (2025-03-06)
|
|
1445
1797
|
|
|
1446
1798
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1447
1799
|
|
|
1448
|
-
## [3.51.0-rc.9](https://
|
|
1800
|
+
## [3.51.0-rc.9](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.8...v3.51.0-rc.9) (2025-03-05)
|
|
1449
1801
|
|
|
1450
1802
|
### Bug Fixes
|
|
1451
1803
|
|
|
1452
|
-
- ds-card-v3:: fix e2e stories [PUI-15621](https://jira.elliemae.io/browse/PUI-15621) ([#7343](https://
|
|
1453
|
-
- ds-combobox-v3:: fixed e2e tests [PUI-15395](https://jira.elliemae.io/browse/PUI-15395) ([#7331](https://
|
|
1454
|
-
- ds-form-layout-blocks:: fix functional test [PUI-15628](https://jira.elliemae.io/browse/PUI-15628) ([#7347](https://
|
|
1804
|
+
- ds-card-v3:: fix e2e stories [PUI-15621](https://jira.elliemae.io/browse/PUI-15621) ([#7343](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7343)) ([4e087f7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4e087f72b6522c636946c601ed801b0e1d48b065))
|
|
1805
|
+
- ds-combobox-v3:: fixed e2e tests [PUI-15395](https://jira.elliemae.io/browse/PUI-15395) ([#7331](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7331)) ([2c87c4b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2c87c4b3485e3d5094a12ffc050e1425f3ce7a70))
|
|
1806
|
+
- ds-form-layout-blocks:: fix functional test [PUI-15628](https://jira.elliemae.io/browse/PUI-15628) ([#7347](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7347)) ([dce0b31](https://github.com/intcx/PLATFORM-UI.dimsum/commit/dce0b31de81248c44eea97036107d550d1615e17))
|
|
1455
1807
|
|
|
1456
|
-
## [3.51.0-rc.8](https://
|
|
1808
|
+
## [3.51.0-rc.8](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.7...v3.51.0-rc.8) (2025-03-05)
|
|
1457
1809
|
|
|
1458
1810
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1459
1811
|
|
|
1460
|
-
## [3.51.0-rc.7](https://
|
|
1812
|
+
## [3.51.0-rc.7](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.6...v3.51.0-rc.7) (2025-03-04)
|
|
1461
1813
|
|
|
1462
1814
|
### Bug Fixes
|
|
1463
1815
|
|
|
1464
|
-
- ds-floating-context:: revert breaking change in data-testids [PUI-15620](https://jira.elliemae.io/browse/PUI-15620) ([#7342](https://
|
|
1816
|
+
- ds-floating-context:: revert breaking change in data-testids [PUI-15620](https://jira.elliemae.io/browse/PUI-15620) ([#7342](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7342)) ([123a5fb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/123a5fb66ca172859e11b6c7ac909c8788186989))
|
|
1465
1817
|
|
|
1466
|
-
## [3.51.0-rc.6](https://
|
|
1818
|
+
## [3.51.0-rc.6](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.5...v3.51.0-rc.6) (2025-03-03)
|
|
1467
1819
|
|
|
1468
1820
|
### Features
|
|
1469
1821
|
|
|
1470
|
-
- ds-form-date-time-picker:: add functional and axe-core tests for applyAriaDisabled [PUI-15604](https://jira.elliemae.io/browse/PUI-15604) ([#7337](https://
|
|
1822
|
+
- ds-form-date-time-picker:: add functional and axe-core tests for applyAriaDisabled [PUI-15604](https://jira.elliemae.io/browse/PUI-15604) ([#7337](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7337)) ([2c4e410](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2c4e410cbae7ba31d3a37c369bd50d527ce6e277))
|
|
1471
1823
|
|
|
1472
|
-
## [3.51.0-rc.5](https://
|
|
1824
|
+
## [3.51.0-rc.5](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.4...v3.51.0-rc.5) (2025-02-27)
|
|
1473
1825
|
|
|
1474
1826
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1475
1827
|
|
|
1476
|
-
## [3.51.0-rc.4](https://
|
|
1828
|
+
## [3.51.0-rc.4](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.3...v3.51.0-rc.4) (2025-02-27)
|
|
1477
1829
|
|
|
1478
1830
|
### Bug Fixes
|
|
1479
1831
|
|
|
1480
|
-
- ds-input-group:: fixed tests [PUI-15150](https://jira.elliemae.io/browse/PUI-15150) ([#7323](https://
|
|
1832
|
+
- ds-input-group:: fixed tests [PUI-15150](https://jira.elliemae.io/browse/PUI-15150) ([#7323](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7323)) ([e296243](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e296243fd9ef0702860ee32f2a406d635d60ff5c))
|
|
1481
1833
|
|
|
1482
|
-
## [3.51.0-rc.3](https://
|
|
1834
|
+
## [3.51.0-rc.3](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.2...v3.51.0-rc.3) (2025-02-24)
|
|
1483
1835
|
|
|
1484
1836
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1485
1837
|
|
|
1486
|
-
## [3.51.0-rc.2](https://
|
|
1838
|
+
## [3.51.0-rc.2](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.1...v3.51.0-rc.2) (2025-02-24)
|
|
1487
1839
|
|
|
1488
1840
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1489
1841
|
|
|
1490
|
-
## [3.51.0-rc.1](https://
|
|
1842
|
+
## [3.51.0-rc.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.51.0-rc.0...v3.51.0-rc.1) (2025-02-20)
|
|
1491
1843
|
|
|
1492
1844
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1493
1845
|
|
|
1494
|
-
## [3.51.0-rc.0](https://
|
|
1846
|
+
## [3.51.0-rc.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.50.0-rc.6...v3.51.0-rc.0) (2025-02-19)
|
|
1495
1847
|
|
|
1496
1848
|
### Bug Fixes
|
|
1497
1849
|
|
|
1498
|
-
- dimsum:: fix data-testids: Leftnavigation, Breadcrumb, FloatingContext and InputGroup [PUI-15549](https://jira.elliemae.io/browse/PUI-15549) ([#7321](https://
|
|
1850
|
+
- dimsum:: fix data-testids: Leftnavigation, Breadcrumb, FloatingContext and InputGroup [PUI-15549](https://jira.elliemae.io/browse/PUI-15549) ([#7321](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7321)) ([7927072](https://github.com/intcx/PLATFORM-UI.dimsum/commit/79270726290576754a9a37596d2b4d8a83ff3887))
|
|
1499
1851
|
|
|
1500
|
-
## [3.50.0-rc.6](https://
|
|
1852
|
+
## [3.50.0-rc.6](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.50.0-rc.5...v3.50.0-rc.6) (2025-02-14)
|
|
1501
1853
|
|
|
1502
1854
|
### Features
|
|
1503
1855
|
|
|
1504
|
-
- ds-form-single-combobox:: add functional and visual tests for readOnly [PUI-15535](https://jira.elliemae.io/browse/PUI-15535) ([#7314](https://
|
|
1856
|
+
- ds-form-single-combobox:: add functional and visual tests for readOnly [PUI-15535](https://jira.elliemae.io/browse/PUI-15535) ([#7314](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7314)) ([660af7d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/660af7dacb2241b50975facb3cb0556b78f05338))
|
|
1505
1857
|
|
|
1506
|
-
## [3.50.0-rc.5](https://
|
|
1858
|
+
## [3.50.0-rc.5](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.50.0-rc.4...v3.50.0-rc.5) (2025-02-11)
|
|
1507
1859
|
|
|
1508
1860
|
### Bug Fixes
|
|
1509
1861
|
|
|
1510
|
-
- ds-app-picker:: added e2e test for slots [PUI-15198](https://jira.elliemae.io/browse/PUI-15198) ([#7299](https://
|
|
1511
|
-
- ds-drag-and-drop:: unskip axe-core test PUI-11544 [PUI-15498](https://jira.elliemae.io/browse/PUI-15498) ([#7309](https://
|
|
1512
|
-
- ds-form-layout-input-group:: a11y functional test added [PUI-15469](https://jira.elliemae.io/browse/PUI-15469) ([#7305](https://
|
|
1862
|
+
- ds-app-picker:: added e2e test for slots [PUI-15198](https://jira.elliemae.io/browse/PUI-15198) ([#7299](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7299)) ([32910d7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/32910d7c69d2e9b3d6eef66536c4bf61b468077f))
|
|
1863
|
+
- ds-drag-and-drop:: unskip axe-core test PUI-11544 [PUI-15498](https://jira.elliemae.io/browse/PUI-15498) ([#7309](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7309)) ([7aa58b2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7aa58b26cced9f5d91422c4e3ec1b165a7c85baa))
|
|
1864
|
+
- ds-form-layout-input-group:: a11y functional test added [PUI-15469](https://jira.elliemae.io/browse/PUI-15469) ([#7305](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7305)) ([a140854](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a1408542832bd6c5989dfaae0ded31f40a7663d8))
|
|
1513
1865
|
|
|
1514
|
-
## [3.50.0-rc.4](https://
|
|
1866
|
+
## [3.50.0-rc.4](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.50.0-rc.3...v3.50.0-rc.4) (2025-02-03)
|
|
1515
1867
|
|
|
1516
1868
|
### Bug Fixes
|
|
1517
1869
|
|
|
1518
|
-
- ds-tabs:: add visual test for content visibility after disabled tab [PUI-15420](https://jira.elliemae.io/browse/PUI-15420) ([#7295](https://
|
|
1870
|
+
- ds-tabs:: add visual test for content visibility after disabled tab [PUI-15420](https://jira.elliemae.io/browse/PUI-15420) ([#7295](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7295)) ([10e6ad1](https://github.com/intcx/PLATFORM-UI.dimsum/commit/10e6ad1b25fdb17d6c7922b376c8a44c0d99994c))
|
|
1519
1871
|
|
|
1520
|
-
## [3.50.0-rc.3](https://
|
|
1872
|
+
## [3.50.0-rc.3](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.50.0-rc.2...v3.50.0-rc.3) (2025-01-29)
|
|
1521
1873
|
|
|
1522
1874
|
### Features
|
|
1523
1875
|
|
|
1524
|
-
- ds-accordion:: added basic e2e tests for slots [PUI-14787](https://jira.elliemae.io/browse/PUI-14787) ([#7277](https://
|
|
1525
|
-
- ds-controlled-form:: added e2e for large input slots [PUI-14793](https://jira.elliemae.io/browse/PUI-14793) ([#7271](https://
|
|
1876
|
+
- ds-accordion:: added basic e2e tests for slots [PUI-14787](https://jira.elliemae.io/browse/PUI-14787) ([#7277](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7277)) ([e7bebb7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e7bebb7a6e028c94f262d90f149b7cef4eaa7c6c))
|
|
1877
|
+
- ds-controlled-form:: added e2e for large input slots [PUI-14793](https://jira.elliemae.io/browse/PUI-14793) ([#7271](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7271)) ([50c91d0](https://github.com/intcx/PLATFORM-UI.dimsum/commit/50c91d059d25cf237794bcc0138c1825349794c8))
|
|
1526
1878
|
|
|
1527
|
-
## [3.50.0-rc.2](https://
|
|
1879
|
+
## [3.50.0-rc.2](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.50.0-rc.1...v3.50.0-rc.2) (2025-01-29)
|
|
1528
1880
|
|
|
1529
1881
|
### Bug Fixes
|
|
1530
1882
|
|
|
1531
|
-
- ds-floating-context:: add visual test for customOffset prop [PUI-15373](https://jira.elliemae.io/browse/PUI-15373) ([#7285](https://
|
|
1883
|
+
- ds-floating-context:: add visual test for customOffset prop [PUI-15373](https://jira.elliemae.io/browse/PUI-15373) ([#7285](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7285)) ([e3432d0](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e3432d026d66d2ed39dc2e18778c7d804f01de8e))
|
|
1532
1884
|
|
|
1533
|
-
## [3.50.0-rc.1](https://
|
|
1885
|
+
## [3.50.0-rc.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.33...v3.50.0-rc.1) (2025-01-28)
|
|
1534
1886
|
|
|
1535
1887
|
### Features
|
|
1536
1888
|
|
|
1537
|
-
- ds-data-table:: add visual test for scroll behavior [PUI-15364](https://jira.elliemae.io/browse/PUI-15364) ([#7279](https://
|
|
1538
|
-
- ds-form-input-text:: add visual, functional and axe-core tests for readOnly functionality [PUI-15334](https://jira.elliemae.io/browse/PUI-15334) ([#7276](https://
|
|
1539
|
-
- ds-menu-items:: add visual and axe-core tests for readOnly functionality [PUI-15355](https://jira.elliemae.io/browse/PUI-15355) ([#7278](https://
|
|
1889
|
+
- ds-data-table:: add visual test for scroll behavior [PUI-15364](https://jira.elliemae.io/browse/PUI-15364) ([#7279](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7279)) ([1169a21](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1169a213b81f5f97faf59dea56cf4d8a20438b0f))
|
|
1890
|
+
- ds-form-input-text:: add visual, functional and axe-core tests for readOnly functionality [PUI-15334](https://jira.elliemae.io/browse/PUI-15334) ([#7276](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7276)) ([fb3f9d9](https://github.com/intcx/PLATFORM-UI.dimsum/commit/fb3f9d90761f81aa215e72428c730cd81e657901))
|
|
1891
|
+
- ds-menu-items:: add visual and axe-core tests for readOnly functionality [PUI-15355](https://jira.elliemae.io/browse/PUI-15355) ([#7278](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7278)) ([b3a84c3](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b3a84c39541e3360b4befbe0f5496c33bf6718cd))
|
|
1540
1892
|
|
|
1541
1893
|
### Bug Fixes
|
|
1542
1894
|
|
|
1543
|
-
- ds-query-builder:: fix e2e stories [PUI-15322](https://jira.elliemae.io/browse/PUI-15322) ([#7273](https://
|
|
1895
|
+
- ds-query-builder:: fix e2e stories [PUI-15322](https://jira.elliemae.io/browse/PUI-15322) ([#7273](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7273)) ([ae038cd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ae038cda20274f3efe7c5cc8f0ab9e93d7c22e73))
|
|
1544
1896
|
|
|
1545
|
-
## [3.49.0-rc.33](https://
|
|
1897
|
+
## [3.49.0-rc.33](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.32...v3.49.0-rc.33) (2025-01-22)
|
|
1546
1898
|
|
|
1547
1899
|
### Bug Fixes
|
|
1548
1900
|
|
|
1549
|
-
- dimsum:: fix e2e test cases for Breadcrumb, InputGroup, InputText and Autocomplete [PUI-15308](https://jira.elliemae.io/browse/PUI-15308) ([#7272](https://
|
|
1901
|
+
- dimsum:: fix e2e test cases for Breadcrumb, InputGroup, InputText and Autocomplete [PUI-15308](https://jira.elliemae.io/browse/PUI-15308) ([#7272](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7272)) ([e14330e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e14330eea1c17ebfc93a9aa641fcf8243bfad471))
|
|
1550
1902
|
|
|
1551
|
-
## [3.49.0-rc.32](https://
|
|
1903
|
+
## [3.49.0-rc.32](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.31...v3.49.0-rc.32) (2025-01-22)
|
|
1552
1904
|
|
|
1553
1905
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1554
1906
|
|
|
1555
|
-
## [3.49.0-rc.31](https://
|
|
1907
|
+
## [3.49.0-rc.31](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.30...v3.49.0-rc.31) (2025-01-22)
|
|
1556
1908
|
|
|
1557
1909
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1558
1910
|
|
|
1559
|
-
## [3.49.0-rc.30](https://
|
|
1911
|
+
## [3.49.0-rc.30](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.29...v3.49.0-rc.30) (2025-01-21)
|
|
1560
1912
|
|
|
1561
1913
|
### Features
|
|
1562
1914
|
|
|
1563
|
-
- ds-shuttle-v2:: added & fixed e2e tests [PUI-15294](https://jira.elliemae.io/browse/PUI-15294) ([#7264](https://
|
|
1915
|
+
- ds-shuttle-v2:: added & fixed e2e tests [PUI-15294](https://jira.elliemae.io/browse/PUI-15294) ([#7264](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7264)) ([eaa30c7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/eaa30c705869fbbe7d8eaea6ba2badc54eb9f74a))
|
|
1564
1916
|
|
|
1565
|
-
## [3.49.0-rc.29](https://
|
|
1917
|
+
## [3.49.0-rc.29](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.28...v3.49.0-rc.29) (2025-01-21)
|
|
1566
1918
|
|
|
1567
1919
|
### Features
|
|
1568
1920
|
|
|
1569
|
-
- ds-data-table:: added e2e for extra actions to be triggered [PUI-15282](https://jira.elliemae.io/browse/PUI-15282) ([#7262](https://
|
|
1570
|
-
- ds-form-single-combobox:: add visual test for virtualization [PUI-15252](https://jira.elliemae.io/browse/PUI-15252) ([#7263](https://
|
|
1921
|
+
- ds-data-table:: added e2e for extra actions to be triggered [PUI-15282](https://jira.elliemae.io/browse/PUI-15282) ([#7262](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7262)) ([283ed96](https://github.com/intcx/PLATFORM-UI.dimsum/commit/283ed96743739736efd743cf069f19ddc4817567))
|
|
1922
|
+
- ds-form-single-combobox:: add visual test for virtualization [PUI-15252](https://jira.elliemae.io/browse/PUI-15252) ([#7263](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7263)) ([51e9444](https://github.com/intcx/PLATFORM-UI.dimsum/commit/51e9444f32c28eba8f0d1bbab40369b001703964))
|
|
1571
1923
|
|
|
1572
|
-
## [3.49.0-rc.28](https://
|
|
1924
|
+
## [3.49.0-rc.28](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.27...v3.49.0-rc.28) (2025-01-21)
|
|
1573
1925
|
|
|
1574
1926
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1575
1927
|
|
|
1576
|
-
## [3.49.0-rc.27](https://
|
|
1928
|
+
## [3.49.0-rc.27](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.26...v3.49.0-rc.27) (2025-01-20)
|
|
1577
1929
|
|
|
1578
1930
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1579
1931
|
|
|
1580
|
-
## [3.49.0-rc.26](https://
|
|
1932
|
+
## [3.49.0-rc.26](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.25...v3.49.0-rc.26) (2025-01-20)
|
|
1581
1933
|
|
|
1582
1934
|
### Bug Fixes
|
|
1583
1935
|
|
|
1584
|
-
- ds-data-table:: add visual test for hiddenColumns prop [PUI-15279](https://jira.elliemae.io/browse/PUI-15279) ([#7257](https://
|
|
1936
|
+
- ds-data-table:: add visual test for hiddenColumns prop [PUI-15279](https://jira.elliemae.io/browse/PUI-15279) ([#7257](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7257)) ([23bb8c5](https://github.com/intcx/PLATFORM-UI.dimsum/commit/23bb8c508e2264356bc6ba2aac2d374cf9771bc2))
|
|
1585
1937
|
|
|
1586
|
-
## [3.49.0-rc.25](https://
|
|
1938
|
+
## [3.49.0-rc.25](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.24...v3.49.0-rc.25) (2025-01-17)
|
|
1587
1939
|
|
|
1588
1940
|
### Features
|
|
1589
1941
|
|
|
1590
|
-
- ds-form-input-text:: functional test added for applyAriaDisabled prop [PUI-15189](https://jira.elliemae.io/browse/PUI-15189) ([#7246](https://
|
|
1942
|
+
- ds-form-input-text:: functional test added for applyAriaDisabled prop [PUI-15189](https://jira.elliemae.io/browse/PUI-15189) ([#7246](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7246)) ([ea020c1](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ea020c189c303a55434adcef981bbcb3525e425a))
|
|
1591
1943
|
|
|
1592
|
-
## [3.49.0-rc.24](https://
|
|
1944
|
+
## [3.49.0-rc.24](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.23...v3.49.0-rc.24) (2025-01-14)
|
|
1593
1945
|
|
|
1594
1946
|
### Features
|
|
1595
1947
|
|
|
1596
|
-
- ds-form-input-text:: created input text slots [PUI-14792] (https://jira.elliemae.io/browse/PUI-14792) ([#7226](https://
|
|
1948
|
+
- ds-form-input-text:: created input text slots [PUI-14792] (https://jira.elliemae.io/browse/PUI-14792) ([#7226](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7226)) ([1c2facd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1c2facd05a9e94f92cbab8398ec3a96fcb5cc36d))
|
|
1597
1949
|
|
|
1598
|
-
## [3.49.0-rc.23](https://
|
|
1950
|
+
## [3.49.0-rc.23](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.22...v3.49.0-rc.23) (2025-01-10)
|
|
1599
1951
|
|
|
1600
1952
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1601
1953
|
|
|
1602
|
-
## [3.49.0-rc.22](https://
|
|
1954
|
+
## [3.49.0-rc.22](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.21...v3.49.0-rc.22) (2025-01-10)
|
|
1603
1955
|
|
|
1604
1956
|
### Features
|
|
1605
1957
|
|
|
1606
|
-
- ds-app-picker:: fixed e2e tests after slots change [PUI-14785](https://jira.elliemae.io/browse/PUI-14785) ([#7229](https://
|
|
1607
|
-
- ds-slider-v2:: added e2e for readonly [PUI-14804](https://jira.elliemae.io/browse/PUI-14804) ([#7181](https://
|
|
1958
|
+
- ds-app-picker:: fixed e2e tests after slots change [PUI-14785](https://jira.elliemae.io/browse/PUI-14785) ([#7229](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7229)) ([ced614c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ced614c1c9b9ce43a5344e47cc379dad96fb307e))
|
|
1959
|
+
- ds-slider-v2:: added e2e for readonly [PUI-14804](https://jira.elliemae.io/browse/PUI-14804) ([#7181](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7181)) ([0872d7c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0872d7ce87f081e1d0a5f587642bc5ff04cf3e79))
|
|
1608
1960
|
|
|
1609
|
-
## [3.49.0-rc.21](https://
|
|
1961
|
+
## [3.49.0-rc.21](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.20...v3.49.0-rc.21) (2025-01-09)
|
|
1610
1962
|
|
|
1611
1963
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1612
1964
|
|
|
1613
|
-
## [3.49.0-rc.20](https://
|
|
1965
|
+
## [3.49.0-rc.20](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.19...v3.49.0-rc.20) (2025-01-07)
|
|
1614
1966
|
|
|
1615
1967
|
### Bug Fixes
|
|
1616
1968
|
|
|
1617
|
-
- dimsum:: fix broken e2e test cases [PUI-15166](https://jira.elliemae.io/browse/PUI-15166) ([#7230](https://
|
|
1969
|
+
- dimsum:: fix broken e2e test cases [PUI-15166](https://jira.elliemae.io/browse/PUI-15166) ([#7230](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7230)) ([93a2e05](https://github.com/intcx/PLATFORM-UI.dimsum/commit/93a2e051c0fe0e77eaf7aae2c1b8f577d9100601))
|
|
1618
1970
|
|
|
1619
|
-
## [3.49.0-rc.19](https://
|
|
1971
|
+
## [3.49.0-rc.19](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.18...v3.49.0-rc.19) (2024-12-30)
|
|
1620
1972
|
|
|
1621
1973
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1622
1974
|
|
|
1623
|
-
## [3.49.0-rc.18](https://
|
|
1975
|
+
## [3.49.0-rc.18](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.17...v3.49.0-rc.18) (2024-12-30)
|
|
1624
1976
|
|
|
1625
1977
|
### Features
|
|
1626
1978
|
|
|
1627
|
-
- ds-banner:: added e2e tests for slots [PUI-14786](https://jira.elliemae.io/browse/PUI-14786) [PUI-14784](https://jira.elliemae.io/browse/PUI-14784) ([#7197](https://
|
|
1979
|
+
- ds-banner:: added e2e tests for slots [PUI-14786](https://jira.elliemae.io/browse/PUI-14786) [PUI-14784](https://jira.elliemae.io/browse/PUI-14784) ([#7197](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7197)) ([c963603](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c9636035bfce255b7b4ea38c34c777da8c5a8eb2))
|
|
1628
1980
|
|
|
1629
|
-
## [3.49.0-rc.17](https://
|
|
1981
|
+
## [3.49.0-rc.17](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.16...v3.49.0-rc.17) (2024-12-24)
|
|
1630
1982
|
|
|
1631
1983
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1632
1984
|
|
|
1633
|
-
## [3.49.0-rc.16](https://
|
|
1985
|
+
## [3.49.0-rc.16](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.15...v3.49.0-rc.16) (2024-12-23)
|
|
1634
1986
|
|
|
1635
1987
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1636
1988
|
|
|
1637
|
-
## [3.49.0-rc.15](https://
|
|
1989
|
+
## [3.49.0-rc.15](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.14...v3.49.0-rc.15) (2024-12-18)
|
|
1638
1990
|
|
|
1639
1991
|
### Features
|
|
1640
1992
|
|
|
1641
|
-
- ds-form-multi-combobox:: add functional test for readOnly [PUI-15101](https://jira.elliemae.io/browse/PUI-15101) ([#7194](https://
|
|
1993
|
+
- ds-form-multi-combobox:: add functional test for readOnly [PUI-15101](https://jira.elliemae.io/browse/PUI-15101) ([#7194](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7194)) ([2a0ebe8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2a0ebe81ea37d451aba1aff7b6b59c304c75f4d0))
|
|
1642
1994
|
|
|
1643
|
-
## [3.49.0-rc.14](https://
|
|
1995
|
+
## [3.49.0-rc.14](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.13...v3.49.0-rc.14) (2024-12-13)
|
|
1644
1996
|
|
|
1645
1997
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1646
1998
|
|
|
1647
|
-
## [3.49.0-rc.13](https://
|
|
1999
|
+
## [3.49.0-rc.13](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.12...v3.49.0-rc.13) (2024-12-13)
|
|
1648
2000
|
|
|
1649
2001
|
### Features
|
|
1650
2002
|
|
|
1651
|
-
- ds-form-date-range-picker:: add axecore test for ReadOnly [PUI-15088](https://jira.elliemae.io/browse/PUI-15088) ([#7185](https://
|
|
1652
|
-
- ds-form-date-time-picker:: add axecore test for readOnly [PUI-15084](https://jira.elliemae.io/browse/PUI-15084) ([#7184](https://
|
|
2003
|
+
- ds-form-date-range-picker:: add axecore test for ReadOnly [PUI-15088](https://jira.elliemae.io/browse/PUI-15088) ([#7185](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7185)) ([bd40b36](https://github.com/intcx/PLATFORM-UI.dimsum/commit/bd40b36ba72c169a9217da2a83a2b92977f655a9))
|
|
2004
|
+
- ds-form-date-time-picker:: add axecore test for readOnly [PUI-15084](https://jira.elliemae.io/browse/PUI-15084) ([#7184](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7184)) ([2a1f9ad](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2a1f9ad66edb234c8177d41056604bf4d38dfec4))
|
|
1653
2005
|
|
|
1654
|
-
## [3.49.0-rc.12](https://
|
|
2006
|
+
## [3.49.0-rc.12](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.11...v3.49.0-rc.12) (2024-12-12)
|
|
1655
2007
|
|
|
1656
2008
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1657
2009
|
|
|
1658
|
-
## [3.49.0-rc.11](https://
|
|
2010
|
+
## [3.49.0-rc.11](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.10...v3.49.0-rc.11) (2024-12-11)
|
|
1659
2011
|
|
|
1660
2012
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1661
2013
|
|
|
1662
|
-
## [3.49.0-rc.10](https://
|
|
2014
|
+
## [3.49.0-rc.10](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.9...v3.49.0-rc.10) (2024-12-11)
|
|
1663
2015
|
|
|
1664
2016
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1665
2017
|
|
|
1666
|
-
## [3.49.0-rc.9](https://
|
|
2018
|
+
## [3.49.0-rc.9](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.8...v3.49.0-rc.9) (2024-12-10)
|
|
1667
2019
|
|
|
1668
2020
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1669
2021
|
|
|
1670
|
-
## [3.49.0-rc.8](https://
|
|
2022
|
+
## [3.49.0-rc.8](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.7...v3.49.0-rc.8) (2024-12-09)
|
|
1671
2023
|
|
|
1672
2024
|
### Features
|
|
1673
2025
|
|
|
1674
|
-
- ds-form-input-textarea:: added and updated tests for readonly [PUI-14803](https://jira.elliemae.io/browse/PUI-14803) ([#7165](https://
|
|
1675
|
-
- ds-form-multi-combobox:: add visual and func test for readOnly [PUI-15033](https://jira.elliemae.io/browse/PUI-15033) ([#7167](https://
|
|
1676
|
-
- ds-form-single-combobox:: add func and visual tests for readOnly [PUI-15036](https://jira.elliemae.io/browse/PUI-15036) ([#7168](https://
|
|
1677
|
-
- ds-toggle:: added e2e for readonly [PUI-14805](https://jira.elliemae.io/browse/PUI-14805) ([#7169](https://
|
|
2026
|
+
- ds-form-input-textarea:: added and updated tests for readonly [PUI-14803](https://jira.elliemae.io/browse/PUI-14803) ([#7165](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7165)) ([642121c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/642121cd75363d496da81edaa1cf40697da3487d))
|
|
2027
|
+
- ds-form-multi-combobox:: add visual and func test for readOnly [PUI-15033](https://jira.elliemae.io/browse/PUI-15033) ([#7167](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7167)) ([de873b7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/de873b71ad6e155b923f141f171169f911a3cb44))
|
|
2028
|
+
- ds-form-single-combobox:: add func and visual tests for readOnly [PUI-15036](https://jira.elliemae.io/browse/PUI-15036) ([#7168](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7168)) ([b56f515](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b56f5158f1768733d8da6f9c988a46e17d794b37))
|
|
2029
|
+
- ds-toggle:: added e2e for readonly [PUI-14805](https://jira.elliemae.io/browse/PUI-14805) ([#7169](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7169)) ([6455e2d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6455e2d78e807566137c54a5234722c2e14fc701))
|
|
1678
2030
|
|
|
1679
2031
|
### Bug Fixes
|
|
1680
2032
|
|
|
1681
|
-
- ds-data-table:: fix e2e test cases [PUI-14967](https://jira.elliemae.io/browse/PUI-14967) ([#7164](https://
|
|
1682
|
-
- ds-form-multi-combobox:: fix broken e2e test cases [PUI-14967](https://jira.elliemae.io/browse/PUI-14967) ([#7162](https://
|
|
2033
|
+
- ds-data-table:: fix e2e test cases [PUI-14967](https://jira.elliemae.io/browse/PUI-14967) ([#7164](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7164)) ([a4c5e6f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a4c5e6fd09003b792d407368ac45f6764eb9ef79))
|
|
2034
|
+
- ds-form-multi-combobox:: fix broken e2e test cases [PUI-14967](https://jira.elliemae.io/browse/PUI-14967) ([#7162](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7162)) ([6c6f35f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6c6f35fe8683016b0563f663ff6ac372a5bea86a))
|
|
1683
2035
|
|
|
1684
|
-
## [3.49.0-rc.7](https://
|
|
2036
|
+
## [3.49.0-rc.7](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.6...v3.49.0-rc.7) (2024-12-05)
|
|
1685
2037
|
|
|
1686
2038
|
### Features
|
|
1687
2039
|
|
|
1688
|
-
- ds-menu-button:: added e2e for disabled and leftdecor [PUI-14745](https://jira.elliemae.io/browse/PUI-14745) ([#7132](https://
|
|
2040
|
+
- ds-menu-button:: added e2e for disabled and leftdecor [PUI-14745](https://jira.elliemae.io/browse/PUI-14745) ([#7132](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7132)) ([fdb5268](https://github.com/intcx/PLATFORM-UI.dimsum/commit/fdb52683d5d3515f08dd265069907ed701984ecf))
|
|
1689
2041
|
|
|
1690
|
-
## [3.49.0-rc.6](https://
|
|
2042
|
+
## [3.49.0-rc.6](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.5...v3.49.0-rc.6) (2024-11-27)
|
|
1691
2043
|
|
|
1692
2044
|
### Bug Fixes
|
|
1693
2045
|
|
|
1694
|
-
- ds-data-table:: add functional test for Shift+click functionality [PUI-14928](https://jira.elliemae.io/browse/PUI-14928) ([#7139](https://
|
|
2046
|
+
- ds-data-table:: add functional test for Shift+click functionality [PUI-14928](https://jira.elliemae.io/browse/PUI-14928) ([#7139](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7139)) ([0fdb2b2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0fdb2b246101b821e90131dfd48fc70191fdbf62))
|
|
1695
2047
|
|
|
1696
|
-
## [3.49.0-rc.5](https://
|
|
2048
|
+
## [3.49.0-rc.5](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.4...v3.49.0-rc.5) (2024-11-15)
|
|
1697
2049
|
|
|
1698
2050
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1699
2051
|
|
|
1700
|
-
## [3.49.0-rc.4](https://
|
|
2052
|
+
## [3.49.0-rc.4](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.3...v3.49.0-rc.4) (2024-11-14)
|
|
1701
2053
|
|
|
1702
2054
|
### Features
|
|
1703
2055
|
|
|
1704
|
-
- ds-toggle:: updated e2e tests and stories [PUI-14665](https://jira.elliemae.io/browse/PUI-14665) ([#7123](https://
|
|
2056
|
+
- ds-toggle:: updated e2e tests and stories [PUI-14665](https://jira.elliemae.io/browse/PUI-14665) ([#7123](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7123)) ([8b27627](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8b27627908967ac88e5eb8619fa141f21a1743c5))
|
|
1705
2057
|
|
|
1706
2058
|
### Bug Fixes
|
|
1707
2059
|
|
|
1708
|
-
- ds-breadcrumb:: fixed broken e2e. Tabstops and Datatestid change [PUI-14726](https://jira.elliemae.io/browse/PUI-14726) ([#7128](https://
|
|
2060
|
+
- ds-breadcrumb:: fixed broken e2e. Tabstops and Datatestid change [PUI-14726](https://jira.elliemae.io/browse/PUI-14726) ([#7128](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7128)) ([4c01013](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4c0101305849fa21cbcef210a8d2ad58e060f54c))
|
|
1709
2061
|
|
|
1710
|
-
## [3.49.0-rc.3](https://
|
|
2062
|
+
## [3.49.0-rc.3](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.2...v3.49.0-rc.3) (2024-11-13)
|
|
1711
2063
|
|
|
1712
2064
|
### Bug Fixes
|
|
1713
2065
|
|
|
1714
|
-
- ds-form-layout-input-group:: fix e2e test. Element click intercepted fixed. [PUI-14898](https://jira.elliemae.io/browse/PUI-14898) ([#7130](https://
|
|
2066
|
+
- ds-form-layout-input-group:: fix e2e test. Element click intercepted fixed. [PUI-14898](https://jira.elliemae.io/browse/PUI-14898) ([#7130](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7130)) ([54af73d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/54af73de636a8a3149b1bba974fb3517f465fa68))
|
|
1715
2067
|
|
|
1716
|
-
## [3.49.0-rc.2](https://
|
|
2068
|
+
## [3.49.0-rc.2](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.1...v3.49.0-rc.2) (2024-11-13)
|
|
1717
2069
|
|
|
1718
2070
|
### Features
|
|
1719
2071
|
|
|
1720
|
-
- ds-date-range-picker:: added missing e2e tests [PUI-14582](https://jira.elliemae.io/browse/PUI-14582) ([#7113](https://
|
|
1721
|
-
- ds-form-combobox:: droping header and first auto focus option on menu open [PUI-14845](https://jira.elliemae.io/browse/PUI-14845), [PUI-14625](https://jira.elliemae.io/browse/PUI-14625) ([#7125](https://
|
|
2072
|
+
- ds-date-range-picker:: added missing e2e tests [PUI-14582](https://jira.elliemae.io/browse/PUI-14582) ([#7113](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7113)) ([f2d6f4e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f2d6f4e4ae34fb28e1f50861b5748e055e67247d))
|
|
2073
|
+
- ds-form-combobox:: droping header and first auto focus option on menu open [PUI-14845](https://jira.elliemae.io/browse/PUI-14845), [PUI-14625](https://jira.elliemae.io/browse/PUI-14625) ([#7125](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7125)) ([d79b5cd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d79b5cdf33304e52d65792f5a6e66c73c2d9389c))
|
|
1722
2074
|
|
|
1723
2075
|
### Bug Fixes
|
|
1724
2076
|
|
|
1725
|
-
- ds-menu-button:: fix e2e test cases [PUI-14891](https://jira.elliemae.io/browse/PUI-14891) ([#7126](https://
|
|
2077
|
+
- ds-menu-button:: fix e2e test cases [PUI-14891](https://jira.elliemae.io/browse/PUI-14891) ([#7126](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7126)) ([51fbb8f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/51fbb8f0d04b77c231990cb39311386d846009fd))
|
|
1726
2078
|
|
|
1727
|
-
## [3.49.0-rc.1](https://
|
|
2079
|
+
## [3.49.0-rc.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.49.0-rc.0...v3.49.0-rc.1) (2024-11-12)
|
|
1728
2080
|
|
|
1729
2081
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1730
2082
|
|
|
1731
|
-
## [3.49.0-rc.0](https://
|
|
2083
|
+
## [3.49.0-rc.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.46.0-rc.13...v3.49.0-rc.0) (2024-11-08)
|
|
1732
2084
|
|
|
1733
2085
|
### Features
|
|
1734
2086
|
|
|
1735
|
-
- ds-data-table:: add visual test for header kb navigation [PUI-14737](https://jira.elliemae.io/browse/PUI-14737) ([#7104](https://
|
|
1736
|
-
- ds-left-navigation:: add visual test for hideFooterPipe prop [PUI-14718](https://jira.elliemae.io/browse/PUI-14718 '[#7102](https://
|
|
1737
|
-
- ds-pills-v2:: new testcases for selection [PUI-14599](https://jira.elliemae.io/browse/PUI-14599) ([#7096](https://
|
|
2087
|
+
- ds-data-table:: add visual test for header kb navigation [PUI-14737](https://jira.elliemae.io/browse/PUI-14737) ([#7104](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7104)) ([f495be2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f495be22e4a23a043ce8fd131c52a2bdae9fdbad))
|
|
2088
|
+
- ds-left-navigation:: add visual test for hideFooterPipe prop [PUI-14718](https://jira.elliemae.io/browse/PUI-14718 '[#7102](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7102') ([e834d0f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e834d0fb6fbcd582d7ce13577ce5a1744490a2f0))
|
|
2089
|
+
- ds-pills-v2:: new testcases for selection [PUI-14599](https://jira.elliemae.io/browse/PUI-14599) ([#7096](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7096)) ([2c0be01](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2c0be01956feb10ad4ffbc4a227c7856730a598b))
|
|
1738
2090
|
|
|
1739
2091
|
### Bug Fixes
|
|
1740
2092
|
|
|
1741
|
-
- ds-drag-and-drop:: do not drop if dnd handler returns to its original position [PUI-14461](https://jira.elliemae.io/browse/PUI-14461) ([#7112](https://
|
|
1742
|
-
- ds-global-header:: fix visual test for custom navigation example [PUI-14685](https://jira.elliemae.io/browse/PUI-14685) ([#7101](https://
|
|
2093
|
+
- ds-drag-and-drop:: do not drop if dnd handler returns to its original position [PUI-14461](https://jira.elliemae.io/browse/PUI-14461) ([#7112](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7112)) ([54b9beb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/54b9beb186f432ffedb2480495cc2c05371e9fb6))
|
|
2094
|
+
- ds-global-header:: fix visual test for custom navigation example [PUI-14685](https://jira.elliemae.io/browse/PUI-14685) ([#7101](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7101)) ([ca77d6d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ca77d6da5cfddf1f1b443fc9a3d6a28b4d93894d))
|
|
1743
2095
|
|
|
1744
|
-
## [3.48.2-rc.0](https://
|
|
2096
|
+
## [3.48.2-rc.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.46.0-rc.13...v3.48.2-rc.0) (2024-11-06)
|
|
1745
2097
|
|
|
1746
2098
|
### Features
|
|
1747
2099
|
|
|
1748
|
-
- ds-data-table:: add visual test for header kb navigation [PUI-14737](https://jira.elliemae.io/browse/PUI-14737) ([#7104](https://
|
|
1749
|
-
- ds-left-navigation:: add visual test for hideFooterPipe prop [PUI-14718](https://jira.elliemae.io/browse/PUI-14718 '[#7102](https://
|
|
2100
|
+
- ds-data-table:: add visual test for header kb navigation [PUI-14737](https://jira.elliemae.io/browse/PUI-14737) ([#7104](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7104)) ([f495be2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f495be22e4a23a043ce8fd131c52a2bdae9fdbad))
|
|
2101
|
+
- ds-left-navigation:: add visual test for hideFooterPipe prop [PUI-14718](https://jira.elliemae.io/browse/PUI-14718 '[#7102](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7102') ([e834d0f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e834d0fb6fbcd582d7ce13577ce5a1744490a2f0))
|
|
1750
2102
|
|
|
1751
2103
|
### Bug Fixes
|
|
1752
2104
|
|
|
1753
|
-
- ds-drag-and-drop:: do not drop if dnd handler returns to its original position [PUI-14461](https://jira.elliemae.io/browse/PUI-14461) ([#7112](https://
|
|
1754
|
-
- ds-global-header:: fix visual test for custom navigation example [PUI-14685](https://jira.elliemae.io/browse/PUI-14685) ([#7101](https://
|
|
2105
|
+
- ds-drag-and-drop:: do not drop if dnd handler returns to its original position [PUI-14461](https://jira.elliemae.io/browse/PUI-14461) ([#7112](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7112)) ([54b9beb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/54b9beb186f432ffedb2480495cc2c05371e9fb6))
|
|
2106
|
+
- ds-global-header:: fix visual test for custom navigation example [PUI-14685](https://jira.elliemae.io/browse/PUI-14685) ([#7101](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7101)) ([ca77d6d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ca77d6da5cfddf1f1b443fc9a3d6a28b4d93894d))
|
|
1755
2107
|
|
|
1756
|
-
## [3.48.1](https://
|
|
2108
|
+
## [3.48.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.46.0-rc.13...v3.48.1) (2024-11-06)
|
|
1757
2109
|
|
|
1758
2110
|
### Features
|
|
1759
2111
|
|
|
1760
|
-
- ds-data-table:: add visual test for header kb navigation [PUI-14737](https://jira.elliemae.io/browse/PUI-14737) ([#7104](https://
|
|
1761
|
-
- ds-left-navigation:: add visual test for hideFooterPipe prop [PUI-14718](https://jira.elliemae.io/browse/PUI-14718 '[#7102](https://
|
|
2112
|
+
- ds-data-table:: add visual test for header kb navigation [PUI-14737](https://jira.elliemae.io/browse/PUI-14737) ([#7104](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7104)) ([f495be2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f495be22e4a23a043ce8fd131c52a2bdae9fdbad))
|
|
2113
|
+
- ds-left-navigation:: add visual test for hideFooterPipe prop [PUI-14718](https://jira.elliemae.io/browse/PUI-14718 '[#7102](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7102') ([e834d0f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e834d0fb6fbcd582d7ce13577ce5a1744490a2f0))
|
|
1762
2114
|
|
|
1763
2115
|
### Bug Fixes
|
|
1764
2116
|
|
|
1765
|
-
- ds-drag-and-drop:: do not drop if dnd handler returns to its original position [PUI-14461](https://jira.elliemae.io/browse/PUI-14461) ([#7112](https://
|
|
1766
|
-
- ds-global-header:: fix visual test for custom navigation example [PUI-14685](https://jira.elliemae.io/browse/PUI-14685) ([#7101](https://
|
|
2117
|
+
- ds-drag-and-drop:: do not drop if dnd handler returns to its original position [PUI-14461](https://jira.elliemae.io/browse/PUI-14461) ([#7112](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7112)) ([54b9beb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/54b9beb186f432ffedb2480495cc2c05371e9fb6))
|
|
2118
|
+
- ds-global-header:: fix visual test for custom navigation example [PUI-14685](https://jira.elliemae.io/browse/PUI-14685) ([#7101](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7101)) ([ca77d6d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ca77d6da5cfddf1f1b443fc9a3d6a28b4d93894d))
|
|
1767
2119
|
|
|
1768
|
-
## [3.48.0](https://
|
|
2120
|
+
## [3.48.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.46.0-rc.13...v3.48.0) (2024-11-01)
|
|
1769
2121
|
|
|
1770
2122
|
### Features
|
|
1771
2123
|
|
|
1772
|
-
- ds-data-table:: add visual test for header kb navigation [PUI-14737](https://jira.elliemae.io/browse/PUI-14737) ([#7104](https://
|
|
1773
|
-
- ds-left-navigation:: add visual test for hideFooterPipe prop [PUI-14718](https://jira.elliemae.io/browse/PUI-14718 '[#7102](https://
|
|
2124
|
+
- ds-data-table:: add visual test for header kb navigation [PUI-14737](https://jira.elliemae.io/browse/PUI-14737) ([#7104](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7104)) ([f495be2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f495be22e4a23a043ce8fd131c52a2bdae9fdbad))
|
|
2125
|
+
- ds-left-navigation:: add visual test for hideFooterPipe prop [PUI-14718](https://jira.elliemae.io/browse/PUI-14718 '[#7102](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7102') ([e834d0f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e834d0fb6fbcd582d7ce13577ce5a1744490a2f0))
|
|
1774
2126
|
|
|
1775
2127
|
### Bug Fixes
|
|
1776
2128
|
|
|
1777
|
-
- ds-drag-and-drop:: do not drop if dnd handler returns to its original position [PUI-14461](https://jira.elliemae.io/browse/PUI-14461) ([#7112](https://
|
|
1778
|
-
- ds-global-header:: fix visual test for custom navigation example [PUI-14685](https://jira.elliemae.io/browse/PUI-14685) ([#7101](https://
|
|
2129
|
+
- ds-drag-and-drop:: do not drop if dnd handler returns to its original position [PUI-14461](https://jira.elliemae.io/browse/PUI-14461) ([#7112](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7112)) ([54b9beb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/54b9beb186f432ffedb2480495cc2c05371e9fb6))
|
|
2130
|
+
- ds-global-header:: fix visual test for custom navigation example [PUI-14685](https://jira.elliemae.io/browse/PUI-14685) ([#7101](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7101)) ([ca77d6d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ca77d6da5cfddf1f1b443fc9a3d6a28b4d93894d))
|
|
1779
2131
|
|
|
1780
|
-
## [3.47.1](https://
|
|
2132
|
+
## [3.47.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.46.0-rc.13...v3.47.1) (2024-10-31)
|
|
1781
2133
|
|
|
1782
2134
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1783
2135
|
|
|
1784
|
-
## [3.46.0](https://
|
|
2136
|
+
## [3.46.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.45.1...v3.46.0) (2024-10-17)
|
|
1785
2137
|
|
|
1786
2138
|
### Features
|
|
1787
2139
|
|
|
1788
|
-
- ds-circular-progress-indicator:: visual test added for Inline prop [PUI-14564](https://jira.elliemae.io/browse/PUI-14564) ([#7051](https://
|
|
1789
|
-
- ds-date-time-picker:: added e2e for invalid state styles [PUI-14577](https://jira.elliemae.io/browse/PUI-14577) ([#7055](https://
|
|
1790
|
-
- ds-global-header:: added visual test for LayoutProvider integration [PUI-14706](https://jira.elliemae.io/browse/PUI-14706) ([#7095](https://
|
|
1791
|
-
- ds-menu-button:: added basic testing suite [PUI-14046](https://jira.elliemae.io/browse/PUI-14046 '[#7080](https://
|
|
1792
|
-
- ds-menu-button:: new e2e test for dismissal mechanisms [PUI-14639](https://jira.elliemae.io/browse/PUI-14639) ([#7090](https://
|
|
2140
|
+
- ds-circular-progress-indicator:: visual test added for Inline prop [PUI-14564](https://jira.elliemae.io/browse/PUI-14564) ([#7051](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7051)) ([6d5b194](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6d5b1941fb4779556629c358f25ab3b08af7ed4f))
|
|
2141
|
+
- ds-date-time-picker:: added e2e for invalid state styles [PUI-14577](https://jira.elliemae.io/browse/PUI-14577) ([#7055](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7055)) ([b5857bc](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b5857bc7537b649c337fb4a95ce93302ea53f055))
|
|
2142
|
+
- ds-global-header:: added visual test for LayoutProvider integration [PUI-14706](https://jira.elliemae.io/browse/PUI-14706) ([#7095](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7095)) ([50fa7e5](https://github.com/intcx/PLATFORM-UI.dimsum/commit/50fa7e51e66b32e14c60addda16f95f1e0956a36))
|
|
2143
|
+
- ds-menu-button:: added basic testing suite [PUI-14046](https://jira.elliemae.io/browse/PUI-14046 '[#7080](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7080') ([18a5c4f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/18a5c4fe89b272e0a2ec8d4aefe58e127f81521c))
|
|
2144
|
+
- ds-menu-button:: new e2e test for dismissal mechanisms [PUI-14639](https://jira.elliemae.io/browse/PUI-14639) ([#7090](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7090)) ([e4d6a9d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e4d6a9d097e53641458cbfb65bafe86785a6599e))
|
|
1793
2145
|
|
|
1794
2146
|
### Bug Fixes
|
|
1795
2147
|
|
|
1796
|
-
- dimsum:: fix broken e2e test cases for DataTable, DateTimePicker and Z-index [PUI-14608](https://jira.elliemae.io/browse/PUI-14608) ([#7062](https://
|
|
2148
|
+
- dimsum:: fix broken e2e test cases for DataTable, DateTimePicker and Z-index [PUI-14608](https://jira.elliemae.io/browse/PUI-14608) ([#7062](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7062)) ([2af5a5c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2af5a5cb0f9ddc6f55a661ae02cda8d4fd8f59d5))
|
|
1797
2149
|
|
|
1798
|
-
## [3.45.1](https://
|
|
2150
|
+
## [3.45.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.45.0...v3.45.1) (2024-09-09)
|
|
1799
2151
|
|
|
1800
2152
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1801
2153
|
|
|
1802
|
-
## [3.45.0](https://
|
|
2154
|
+
## [3.45.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.42.0...v3.45.0) (2024-09-06)
|
|
1803
2155
|
|
|
1804
2156
|
### Features
|
|
1805
2157
|
|
|
1806
|
-
- ds-app-picker:: add visual and axe-core test for applyAriaDisabled [PUI-14502](https://jira.elliemae.io/browse/PUI-14502) ([#7034](https://
|
|
1807
|
-
- ds-data-table:: DnD Custom Column Cell. Functional test added [PUI-14417](https://jira.elliemae.io/browse/PUI-14417) ([#7024](https://
|
|
1808
|
-
- ds-data-table:: Expandable - expand and collapse last row - visual test [PUI-13523](https://jira.elliemae.io/browse/PUI-13523) ([#7025](https://
|
|
1809
|
-
- ds-data-table:: Resizable - decrease to minimum and back to original width - visual test [PUI-12695](https://jira.elliemae.io/browse/PUI-12695) ([#7026](https://
|
|
1810
|
-
- ds-floating-context:: visual test added [PUI-14536](https://jira.elliemae.io/browse/PUI-14536) ([#7039](https://
|
|
1811
|
-
- ds-form-input-text:: visual test added for placeholder prop [PUI-14441](https://jira.elliemae.io/browse/PUI-14441) ([#7043](https://
|
|
1812
|
-
- ds-pills-v2:: visual test added for applyTooltipOverflowWrap prop [PUI-14557](https://jira.elliemae.io/browse/PUI-14557) ([#7049](https://
|
|
2158
|
+
- ds-app-picker:: add visual and axe-core test for applyAriaDisabled [PUI-14502](https://jira.elliemae.io/browse/PUI-14502) ([#7034](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7034)) ([ecc99ca](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ecc99ca1ed04941dbf5a50fba07791b7f3fb82cf))
|
|
2159
|
+
- ds-data-table:: DnD Custom Column Cell. Functional test added [PUI-14417](https://jira.elliemae.io/browse/PUI-14417) ([#7024](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7024)) ([ef01345](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ef01345242ea3a6bdc000a500925e3ed24f735ed))
|
|
2160
|
+
- ds-data-table:: Expandable - expand and collapse last row - visual test [PUI-13523](https://jira.elliemae.io/browse/PUI-13523) ([#7025](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7025)) ([4c8e15d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4c8e15df3c72f6b58e2a6bdb6eb9cc6506abbe15))
|
|
2161
|
+
- ds-data-table:: Resizable - decrease to minimum and back to original width - visual test [PUI-12695](https://jira.elliemae.io/browse/PUI-12695) ([#7026](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7026)) ([e3ee214](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e3ee214be8964da07edb523c3e34203b8fb73bcc))
|
|
2162
|
+
- ds-floating-context:: visual test added [PUI-14536](https://jira.elliemae.io/browse/PUI-14536) ([#7039](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7039)) ([f62b961](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f62b961fe6e8f6b41e05611bd592191205cb7c46))
|
|
2163
|
+
- ds-form-input-text:: visual test added for placeholder prop [PUI-14441](https://jira.elliemae.io/browse/PUI-14441) ([#7043](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7043)) ([93ca48b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/93ca48b7741f7145e8b77e4b8bdda2d21280969f))
|
|
2164
|
+
- ds-pills-v2:: visual test added for applyTooltipOverflowWrap prop [PUI-14557](https://jira.elliemae.io/browse/PUI-14557) ([#7049](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7049)) ([7408a3c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7408a3c3b9652e99e114d0aad961bcfc47336117))
|
|
1813
2165
|
|
|
1814
2166
|
### Bug Fixes
|
|
1815
2167
|
|
|
1816
|
-
- dimsum:: fix broken e2e test cases - DataTable, SidePanel, Autocomplete and ZIndex [PUI-14479](https://jira.elliemae.io/browse/PUI-14479) ([#7033](https://
|
|
1817
|
-
- dimsum:: fix broken e2e test cases for Tooltip, DataTable, ModalSlide and TooltipV3 [PUI-14511](https://jira.elliemae.io/browse/PUI-14511) ([#7037](https://
|
|
2168
|
+
- dimsum:: fix broken e2e test cases - DataTable, SidePanel, Autocomplete and ZIndex [PUI-14479](https://jira.elliemae.io/browse/PUI-14479) ([#7033](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7033)) ([edf329b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/edf329bb83eaa8262424f71ab5a9cca0e9b12b12))
|
|
2169
|
+
- dimsum:: fix broken e2e test cases for Tooltip, DataTable, ModalSlide and TooltipV3 [PUI-14511](https://jira.elliemae.io/browse/PUI-14511) ([#7037](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7037)) ([4eb3074](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4eb30740240e9af260f6690b2e00d95d74e26eaa))
|
|
1818
2170
|
|
|
1819
|
-
## [3.42.0](https://
|
|
2171
|
+
## [3.42.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.41.1...v3.42.0) (2024-08-16)
|
|
1820
2172
|
|
|
1821
2173
|
### Features
|
|
1822
2174
|
|
|
1823
|
-
- ds-card-v3:: global attributes - functional test added [PUI-13988](https://jira.elliemae.io/browse/PUI-13988) ([#7007](https://
|
|
1824
|
-
- ds-data-table:: added e2e for clear filters and afterdnd focu scenario [PUI-14429](https://jira.elliemae.io/browse/PUI-14429) ([#7000](https://
|
|
1825
|
-
- ds-data-table:: added e2e test for onFilterChange not to be triggered on render [PUI-14403](https://jira.elliemae.io/browse/PUI-14403 '[#6987](https://
|
|
1826
|
-
- ds-data-table:: updated e2e for sorting to accomodate for keyboard testing [PUI-8951](https://jira.elliemae.io/browse/PUI-8951) ([#7006](https://
|
|
1827
|
-
- ds-form-helpers-mask-hooks:: useNumberMask - test for min and max props [PUI-14419](https://jira.elliemae.io/browse/PUI-14419) ([#6996](https://
|
|
1828
|
-
- ds-form-layout-blocks:: e2e - added a11y testing for hasError a… [PUI-13697](https://jira.elliemae.io/browse/PUI-13697) ([#6977](https://
|
|
1829
|
-
- ds-menu-items:: applyAriaDisabled visual and axecore tests added [PUI-14178](https://jira.elliemae.io/browse/PUI-14178) ([#6995](https://
|
|
1830
|
-
- ds-ribbon:: Add functional tests for global attributes [PUI-14442](https://jira.elliemae.io/browse/PUI-14442) ([#7005](https://
|
|
2175
|
+
- ds-card-v3:: global attributes - functional test added [PUI-13988](https://jira.elliemae.io/browse/PUI-13988) ([#7007](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7007)) ([a083e28](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a083e2882e69fa0126665a3f76ec81b51c889c3a))
|
|
2176
|
+
- ds-data-table:: added e2e for clear filters and afterdnd focu scenario [PUI-14429](https://jira.elliemae.io/browse/PUI-14429) ([#7000](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7000)) ([9ec0096](https://github.com/intcx/PLATFORM-UI.dimsum/commit/9ec0096b61dcb01ea6207f2dd3aa26025b8212e8))
|
|
2177
|
+
- ds-data-table:: added e2e test for onFilterChange not to be triggered on render [PUI-14403](https://jira.elliemae.io/browse/PUI-14403 '[#6987](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6987') ([e71afec](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e71afec64438fbc93a9c67d43ceac6517bbd296a))
|
|
2178
|
+
- ds-data-table:: updated e2e for sorting to accomodate for keyboard testing [PUI-8951](https://jira.elliemae.io/browse/PUI-8951) ([#7006](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7006)) ([c4f179e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c4f179e70bd4b39031286dbf0b54c8bbccd422d7))
|
|
2179
|
+
- ds-form-helpers-mask-hooks:: useNumberMask - test for min and max props [PUI-14419](https://jira.elliemae.io/browse/PUI-14419) ([#6996](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6996)) ([9fe5aab](https://github.com/intcx/PLATFORM-UI.dimsum/commit/9fe5aabb92b9d55168302d43f4568cc4b0b72ae5))
|
|
2180
|
+
- ds-form-layout-blocks:: e2e - added a11y testing for hasError a… [PUI-13697](https://jira.elliemae.io/browse/PUI-13697) ([#6977](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6977)) ([a962efd](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a962efddd6f331369b3b91886c9c155efe4c4f5c))
|
|
2181
|
+
- ds-menu-items:: applyAriaDisabled visual and axecore tests added [PUI-14178](https://jira.elliemae.io/browse/PUI-14178) ([#6995](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6995)) ([da27f77](https://github.com/intcx/PLATFORM-UI.dimsum/commit/da27f77236cb36313a3431ddb5b176c8b9293a75))
|
|
2182
|
+
- ds-ribbon:: Add functional tests for global attributes [PUI-14442](https://jira.elliemae.io/browse/PUI-14442) ([#7005](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7005)) ([e53d11d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/e53d11dcc5a1ce1e6caa84781b84fcfe10bac5d3))
|
|
1831
2183
|
|
|
1832
2184
|
### Bug Fixes
|
|
1833
2185
|
|
|
1834
|
-
- dimsum:: fix broken visual and functional tests [PUI-14421](https://jira.elliemae.io/browse/PUI-14421) ([#7004](https://
|
|
2186
|
+
- dimsum:: fix broken visual and functional tests [PUI-14421](https://jira.elliemae.io/browse/PUI-14421) ([#7004](https://github.com/intcx/PLATFORM-UI.dimsum/issues/7004)) ([5adbbaa](https://github.com/intcx/PLATFORM-UI.dimsum/commit/5adbbaa70b4f15c478bb79d5b1fdfd0e6ae1efbf))
|
|
1835
2187
|
|
|
1836
|
-
## [3.41.1](https://
|
|
2188
|
+
## [3.41.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.41.0...v3.41.1) (2024-08-01)
|
|
1837
2189
|
|
|
1838
2190
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1839
2191
|
|
|
1840
|
-
## [3.41.0](https://
|
|
2192
|
+
## [3.41.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.40.0...v3.41.0) (2024-08-01)
|
|
1841
2193
|
|
|
1842
2194
|
### Features
|
|
1843
2195
|
|
|
1844
|
-
- ds-accordion:: e2e - applyAriaDisabled visual and axe-core test added [PUI-14068](https://jira.elliemae.io/browse/PUI-14068) ([#6972](https://
|
|
1845
|
-
- ds-button-v2:: ButtonV3 - e2e applyAriaDisabled visual and axecore tests added [PUI-14220](https://jira.elliemae.io/browse/PUI-14220) ([#6984](https://
|
|
1846
|
-
- ds-chat-tile:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14093](https://jira.elliemae.io/browse/PUI-14093) ([#6976](https://
|
|
1847
|
-
- ds-chip:: e2e - applyAriaDisabled visual and axe-core test added [PUI-14070](https://jira.elliemae.io/browse/PUI-14070) ([#6973](https://
|
|
1848
|
-
- ds-form-checkbox:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14176](https://jira.elliemae.io/browse/PUI-14176) ([#6978](https://
|
|
1849
|
-
- ds-form-input-text:: applyAriaDisabled visual and axecore tests added [PUI-14077](https://jira.elliemae.io/browse/PUI-14077)([#6990](https://
|
|
1850
|
-
- ds-form-input-textarea:: applyAriaDisabled visual and axecore tests added [PUI-14078](https://jira.elliemae.io/browse/PUI-14078) ([#6991](https://
|
|
1851
|
-
- ds-form-multi-combobox:: applyAriaDisabled visual and axecore tests [PUI-14071](https://jira.elliemae.io/browse/PUI-14071) ([#6986](https://
|
|
1852
|
-
- ds-form-radio:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14180](https://jira.elliemae.io/browse/PUI-14180) ([#6980](https://
|
|
1853
|
-
- ds-form-single-combobox:: applyAriaDisabled visual and axecore tests added [PUI-14072](https://jira.elliemae.io/browse/PUI-14072) ([#6988](https://
|
|
1854
|
-
- ds-form-toggle:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14182](https://jira.elliemae.io/browse/PUI-14182)([#6983](https://
|
|
1855
|
-
- ds-pills-v2:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14179](https://jira.elliemae.io/browse/PUI-14179) ([#6979](https://
|
|
1856
|
-
- ds-shuttle-v2:: e2e - test for KB on breadcrumb [PUI-14165](https://jira.elliemae.io/browse/PUI-14165) ([#6964](https://
|
|
1857
|
-
- ds-slider-v2:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14181](https://jira.elliemae.io/browse/PUI-14181) ([#6982](https://
|
|
1858
|
-
- ds-tabs:: e2e - added axecore test for animated tabs [PUI-9161](https://jira.elliemae.io/browse/PUI-9161) ([#6966](https://
|
|
1859
|
-
- ds-tabs:: e2e - applyAriaDisabled visual and axe-core tests added [PUI-14069](https://jira.elliemae.io/browse/PUI-14069) ([#6974](https://
|
|
1860
|
-
- ds-treeview:: e2e - applyAriaDisabled visual test added [PUI-14183](https://jira.elliemae.io/browse/PUI-14183) ([#6985](https://
|
|
2196
|
+
- ds-accordion:: e2e - applyAriaDisabled visual and axe-core test added [PUI-14068](https://jira.elliemae.io/browse/PUI-14068) ([#6972](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6972)) ([57335db](https://github.com/intcx/PLATFORM-UI.dimsum/commit/57335db268d8aca06ffcea0dfd0a17480b0bc76f))
|
|
2197
|
+
- ds-button-v2:: ButtonV3 - e2e applyAriaDisabled visual and axecore tests added [PUI-14220](https://jira.elliemae.io/browse/PUI-14220) ([#6984](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6984)) ([b4ff3d1](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b4ff3d142159da3f8f096c00ea044d7a928b718c))
|
|
2198
|
+
- ds-chat-tile:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14093](https://jira.elliemae.io/browse/PUI-14093) ([#6976](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6976)) ([0ddf005](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0ddf0056980a2271b6c50f7881b55bcddca42abc))
|
|
2199
|
+
- ds-chip:: e2e - applyAriaDisabled visual and axe-core test added [PUI-14070](https://jira.elliemae.io/browse/PUI-14070) ([#6973](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6973)) ([f7bffb8](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f7bffb8eb93de0c5c61a3f60a77995d019cd1e20))
|
|
2200
|
+
- ds-form-checkbox:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14176](https://jira.elliemae.io/browse/PUI-14176) ([#6978](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6978)) ([dda8c2d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/dda8c2dcecd087950a4aa6ddf8e63fe387a4c561))
|
|
2201
|
+
- ds-form-input-text:: applyAriaDisabled visual and axecore tests added [PUI-14077](https://jira.elliemae.io/browse/PUI-14077)([#6990](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6990)) ([3d36e27](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3d36e2726c7099def3bbff4a82880494f3d26da4))
|
|
2202
|
+
- ds-form-input-textarea:: applyAriaDisabled visual and axecore tests added [PUI-14078](https://jira.elliemae.io/browse/PUI-14078) ([#6991](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6991)) ([f2e24ae](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f2e24ae17a23c647968f4d68a1e33e0150acf078))
|
|
2203
|
+
- ds-form-multi-combobox:: applyAriaDisabled visual and axecore tests [PUI-14071](https://jira.elliemae.io/browse/PUI-14071) ([#6986](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6986)) ([7f43add](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7f43add950dc62ae17d0bba22d7a7aabda58ea2e))
|
|
2204
|
+
- ds-form-radio:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14180](https://jira.elliemae.io/browse/PUI-14180) ([#6980](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6980)) ([6e22079](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6e22079efcaeaac749488187518b8bc5c38a6fcf))
|
|
2205
|
+
- ds-form-single-combobox:: applyAriaDisabled visual and axecore tests added [PUI-14072](https://jira.elliemae.io/browse/PUI-14072) ([#6988](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6988)) ([d7c484a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d7c484a70518aad63bb5ffd82e96f3e70cc8dfe1))
|
|
2206
|
+
- ds-form-toggle:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14182](https://jira.elliemae.io/browse/PUI-14182)([#6983](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6983)) ([3cfa755](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3cfa75521f0485a58171a0edb0ce9d7b7c90b332))
|
|
2207
|
+
- ds-pills-v2:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14179](https://jira.elliemae.io/browse/PUI-14179) ([#6979](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6979)) ([c91e4f7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c91e4f7389acd87519df49f41f13f3fe40b27768))
|
|
2208
|
+
- ds-shuttle-v2:: e2e - test for KB on breadcrumb [PUI-14165](https://jira.elliemae.io/browse/PUI-14165) ([#6964](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6964)) ([a93255a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a93255a556a0534733cf4f0061dbf05e9c648d1d))
|
|
2209
|
+
- ds-slider-v2:: e2e - applyAriaDisabled visual and axecore tests added [PUI-14181](https://jira.elliemae.io/browse/PUI-14181) ([#6982](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6982)) ([8a2326e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8a2326ed5e61401ea6ef4abd00a6ffb718ee73af))
|
|
2210
|
+
- ds-tabs:: e2e - added axecore test for animated tabs [PUI-9161](https://jira.elliemae.io/browse/PUI-9161) ([#6966](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6966)) ([a6f3c16](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a6f3c16e02cafaf51398ac2d36d2e25f4df3218f))
|
|
2211
|
+
- ds-tabs:: e2e - applyAriaDisabled visual and axe-core tests added [PUI-14069](https://jira.elliemae.io/browse/PUI-14069) ([#6974](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6974)) ([1cd54a5](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1cd54a541941abcda0e0333685fcac0ed2cd054e))
|
|
2212
|
+
- ds-treeview:: e2e - applyAriaDisabled visual test added [PUI-14183](https://jira.elliemae.io/browse/PUI-14183) ([#6985](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6985)) ([194b75d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/194b75d9d53f4cd7ffb4fd4d70028195a0ba4ae6))
|
|
1861
2213
|
|
|
1862
2214
|
### Bug Fixes
|
|
1863
2215
|
|
|
1864
|
-
- dimsum:: fix e2e test cases QueryBuilder, useKeyboardNav,PageLayout, ModalSlide and SidePanel [PUI-14337](https://jira.elliemae.io/browse/PUI-14337) ([#6967](https://
|
|
1865
|
-
- ds-accessibility:: fix e2e story paths for useLiveRegion [PUI-14056](https://jira.elliemae.io/browse/PUI-14056) ([#6960](https://
|
|
1866
|
-
- ds-treeview:: e2e - fix single select TreeView test cases [PUI-13926](https://jira.elliemae.io/browse/PUI-13926) ([#6963](https://
|
|
2216
|
+
- dimsum:: fix e2e test cases QueryBuilder, useKeyboardNav,PageLayout, ModalSlide and SidePanel [PUI-14337](https://jira.elliemae.io/browse/PUI-14337) ([#6967](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6967)) ([7293e50](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7293e5024a001db8a75d53725b347776690ac878))
|
|
2217
|
+
- ds-accessibility:: fix e2e story paths for useLiveRegion [PUI-14056](https://jira.elliemae.io/browse/PUI-14056) ([#6960](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6960)) ([dd3554d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/dd3554df7ee18101c1cb28b5444723c51bc43510))
|
|
2218
|
+
- ds-treeview:: e2e - fix single select TreeView test cases [PUI-13926](https://jira.elliemae.io/browse/PUI-13926) ([#6963](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6963)) ([315262e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/315262e2748a47825c86fab0fef5f51450973fc2))
|
|
1867
2219
|
|
|
1868
|
-
## [3.40.0](https://
|
|
2220
|
+
## [3.40.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.39.0...v3.40.0) (2024-07-22)
|
|
1869
2221
|
|
|
1870
2222
|
### Features
|
|
1871
2223
|
|
|
1872
|
-
- ds-data-table:: add new story for Table Caption attribute and implement Axe Core test [PUI-13246](https://jira.elliemae.io/browse/PUI-13246) ([#6953](https://
|
|
1873
|
-
- ds-data-table:: e2e - added e2e for tab after dnd [PUI-13552](https://jira.elliemae.io/browse/PUI-13552) ([#6924](https://
|
|
1874
|
-
- ds-form:: e2e - added test for maxHeight for large text input [PUI-12528](https://jira.elliemae.io/browse/PUI-12525) ([#6951](https://
|
|
1875
|
-
- ds-mobile:: MobileContextMenu e2e - add functional test for focus management on mobile [PUI-14295](https://jira.elliemae.io/browse/PUI-14295) ([#6955](https://
|
|
2224
|
+
- ds-data-table:: add new story for Table Caption attribute and implement Axe Core test [PUI-13246](https://jira.elliemae.io/browse/PUI-13246) ([#6953](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6953)) ([8118b8c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8118b8ceee208e970f1db66557583d1854af1160))
|
|
2225
|
+
- ds-data-table:: e2e - added e2e for tab after dnd [PUI-13552](https://jira.elliemae.io/browse/PUI-13552) ([#6924](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6924)) ([d27fcea](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d27fcea49f52cd2f642c9dd684ea46e037bc748b))
|
|
2226
|
+
- ds-form:: e2e - added test for maxHeight for large text input [PUI-12528](https://jira.elliemae.io/browse/PUI-12525) ([#6951](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6951)) ([0db61df](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0db61dfce4d314810a61b1b314da354f2ed00163))
|
|
2227
|
+
- ds-mobile:: MobileContextMenu e2e - add functional test for focus management on mobile [PUI-14295](https://jira.elliemae.io/browse/PUI-14295) ([#6955](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6955)) ([18e686d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/18e686de2c52d3f668a5032070a6bf15b5bcb7f5))
|
|
1876
2228
|
|
|
1877
2229
|
### Bug Fixes
|
|
1878
2230
|
|
|
1879
|
-
- dimsum:: e2e - fix broken e2e test cases [PUI-14279](https://jira.elliemae.io/browse/PUI-14279) ([#6947](https://
|
|
2231
|
+
- dimsum:: e2e - fix broken e2e test cases [PUI-14279](https://jira.elliemae.io/browse/PUI-14279) ([#6947](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6947)) ([956d146](https://github.com/intcx/PLATFORM-UI.dimsum/commit/956d146d0a39c5353c8f38a5a257dd4fb452bb7d))
|
|
1880
2232
|
|
|
1881
|
-
## [3.39.0](https://
|
|
2233
|
+
## [3.39.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.38.0...v3.39.0) (2024-07-11)
|
|
1882
2234
|
|
|
1883
2235
|
### Features
|
|
1884
2236
|
|
|
1885
|
-
- ds-data-table:: e2e - a11y test cases added [PUI-13683](https://jira.elliemae.io/browse/PUI-13683) ([#6915](https://
|
|
1886
|
-
- ds-form-input-textarea:: e2e - visual test added [PUI-13976](https://jira.elliemae.io/browse/PUI-13976) ([#6912](https://
|
|
1887
|
-
- ds-notification-badge:: e2e - add new visual test [PUI-14204](https://jira.elliemae.io/browse/PUI-14204) ([#6931](https://
|
|
2237
|
+
- ds-data-table:: e2e - a11y test cases added [PUI-13683](https://jira.elliemae.io/browse/PUI-13683) ([#6915](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6915)) ([ee2645e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ee2645e17ee280141e874ce5fd9deb7812451ffe))
|
|
2238
|
+
- ds-form-input-textarea:: e2e - visual test added [PUI-13976](https://jira.elliemae.io/browse/PUI-13976) ([#6912](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6912)) ([bbebd14](https://github.com/intcx/PLATFORM-UI.dimsum/commit/bbebd14801296883089a027648a64ac2561f06a5))
|
|
2239
|
+
- ds-notification-badge:: e2e - add new visual test [PUI-14204](https://jira.elliemae.io/browse/PUI-14204) ([#6931](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6931)) ([ee79dca](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ee79dca197f1ac18dbbb1ac0d7c4dd76d9aee6ff))
|
|
1888
2240
|
|
|
1889
2241
|
### Bug Fixes
|
|
1890
2242
|
|
|
1891
|
-
- dimsum:: e2e - fix broken e2e test cases [PUI-14160](https://jira.elliemae.io/browse/PUI-14160) ([#6925](https://
|
|
1892
|
-
- ds-accordion:: e2e - unskipped tests [PUI-11922](https://jira.elliemae.io/browse/PUI-11922) ([#6917](https://
|
|
1893
|
-
- ds-comments:: e2e - visual test fixed [PUI-13685](https://jira.elliemae.io/browse/PUI-13685) ([#6919](https://
|
|
1894
|
-
- ds-controlled-form:: e2e - updated AxeCoreCheck and fixed axe e2e for combo [PUI-14048](https://jira.elliemae.io/browse/PUI-14048) ([#6914](https://
|
|
2243
|
+
- dimsum:: e2e - fix broken e2e test cases [PUI-14160](https://jira.elliemae.io/browse/PUI-14160) ([#6925](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6925)) ([c98a226](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c98a226dbe0388c5d68954277527c38bd5f60e6a))
|
|
2244
|
+
- ds-accordion:: e2e - unskipped tests [PUI-11922](https://jira.elliemae.io/browse/PUI-11922) ([#6917](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6917)) ([ce3bdfa](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ce3bdfa85920d569ef1d12daf5404b055dd45f02))
|
|
2245
|
+
- ds-comments:: e2e - visual test fixed [PUI-13685](https://jira.elliemae.io/browse/PUI-13685) ([#6919](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6919)) ([12f4d66](https://github.com/intcx/PLATFORM-UI.dimsum/commit/12f4d66cfcfe212a40132088960d8750883b2924))
|
|
2246
|
+
- ds-controlled-form:: e2e - updated AxeCoreCheck and fixed axe e2e for combo [PUI-14048](https://jira.elliemae.io/browse/PUI-14048) ([#6914](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6914)) ([5c8d7ed](https://github.com/intcx/PLATFORM-UI.dimsum/commit/5c8d7ed6b8d7f099ba02d52bcb13657e6bade9a7))
|
|
1895
2247
|
|
|
1896
|
-
## [3.38.0](https://
|
|
2248
|
+
## [3.38.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.37.3...v3.38.0) (2024-07-05)
|
|
1897
2249
|
|
|
1898
2250
|
### Features
|
|
1899
2251
|
|
|
1900
|
-
- ds-data-table: e2e - axe-core test added [PUI-13497](https://jira.elliemae.io/browse/PUI-13497) ([#6891](https://
|
|
1901
|
-
- ds-toolbar-v2:: e2e - examples updated [PUI-12794](https://jira.elliemae.io/browse/PUI-12794) ([#6837](https://
|
|
1902
|
-
- ds-typography:: e2e - storybook example updated [PUI-13096](https://jira.elliemae.io/browse/PUI-13096) ([#6838](https://
|
|
2252
|
+
- ds-data-table: e2e - axe-core test added [PUI-13497](https://jira.elliemae.io/browse/PUI-13497) ([#6891](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6891)) ([cb13a86](https://github.com/intcx/PLATFORM-UI.dimsum/commit/cb13a861ee93c4c55a20f5b0583b908f0a76498c))
|
|
2253
|
+
- ds-toolbar-v2:: e2e - examples updated [PUI-12794](https://jira.elliemae.io/browse/PUI-12794) ([#6837](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6837)) ([257163e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/257163e973ddde323f0e1a5ee9fed86fe8a5f7be))
|
|
2254
|
+
- ds-typography:: e2e - storybook example updated [PUI-13096](https://jira.elliemae.io/browse/PUI-13096) ([#6838](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6838)) ([6de0e66](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6de0e66b3cde330be1ccfda35714bea0b301604d))
|
|
1903
2255
|
|
|
1904
2256
|
### Bug Fixes
|
|
1905
2257
|
|
|
1906
|
-
- dimsum:: e2e - fix broken e2e test cases [PUI-14054](https://jira.elliemae.io/browse/PUI-14054) ([#6907](https://
|
|
1907
|
-
- ds-data-table:: e2e - functional tests fixed [PUI-13641](https://jira.elliemae.io/browse/PUI-13641) ([#6848](https://
|
|
2258
|
+
- dimsum:: e2e - fix broken e2e test cases [PUI-14054](https://jira.elliemae.io/browse/PUI-14054) ([#6907](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6907)) ([a05bf39](https://github.com/intcx/PLATFORM-UI.dimsum/commit/a05bf396e6249d859bbfe55bf13aee58088c4a20))
|
|
2259
|
+
- ds-data-table:: e2e - functional tests fixed [PUI-13641](https://jira.elliemae.io/browse/PUI-13641) ([#6848](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6848)) ([87f8158](https://github.com/intcx/PLATFORM-UI.dimsum/commit/87f8158b54a81370dd5c4a64f867ae6d637beeb2))
|
|
1908
2260
|
|
|
1909
|
-
## [3.37.3](https://
|
|
2261
|
+
## [3.37.3](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.37.2...v3.37.3) (2024-06-28)
|
|
1910
2262
|
|
|
1911
2263
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1912
2264
|
|
|
1913
|
-
## [3.37.2](https://
|
|
2265
|
+
## [3.37.2](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.37.1...v3.37.2) (2024-06-25)
|
|
1914
2266
|
|
|
1915
2267
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1916
2268
|
|
|
1917
|
-
## [3.37.1](https://
|
|
2269
|
+
## [3.37.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.37.0...v3.37.1) (2024-06-25)
|
|
1918
2270
|
|
|
1919
2271
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1920
2272
|
|
|
1921
|
-
## [3.37.0](https://
|
|
2273
|
+
## [3.37.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.35.0...v3.37.0) (2024-06-24)
|
|
1922
2274
|
|
|
1923
2275
|
### Features
|
|
1924
2276
|
|
|
1925
|
-
- dimsum:: move legacy component e2e tests to EOL folder [PUI-13688](https://jira.elliemae.io/browse/PUI-13688) ([#6851](https://
|
|
1926
|
-
- dimsum:: removing ds-utilities from packages [PUI-12596](https://jira.elliemae.io/browse/PUI-12596) ([#6882](https://
|
|
1927
|
-
- ds-card-v3:: e2e - test cases added [PUI-13244](https://jira.elliemae.io/browse/PUI-1244) ([#6868](https://
|
|
1928
|
-
- ds-treeview:: e2e - functional test added [PUI-11615](https://jira.elliemae.io/browse/PUI-11615) ([#6824](https://
|
|
1929
|
-
- environment:: ds-storybook - migrate to storybook v8 with vite [PUI-13396](https://jira.elliemae.io/browse/PUI-13396) ([#6827](https://
|
|
2277
|
+
- dimsum:: move legacy component e2e tests to EOL folder [PUI-13688](https://jira.elliemae.io/browse/PUI-13688) ([#6851](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6851)) ([beb608b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/beb608b1d34e1861e19ca5d3ad8aea72b0397867))
|
|
2278
|
+
- dimsum:: removing ds-utilities from packages [PUI-12596](https://jira.elliemae.io/browse/PUI-12596) ([#6882](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6882)) ([dcc94db](https://github.com/intcx/PLATFORM-UI.dimsum/commit/dcc94db05f03c554cff8ad8baada091feb7c8261))
|
|
2279
|
+
- ds-card-v3:: e2e - test cases added [PUI-13244](https://jira.elliemae.io/browse/PUI-1244) ([#6868](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6868)) ([5ea625b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/5ea625b49e33901db04b72002f0f916ac3988a33))
|
|
2280
|
+
- ds-treeview:: e2e - functional test added [PUI-11615](https://jira.elliemae.io/browse/PUI-11615) ([#6824](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6824)) ([8387b25](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8387b25146d5eb1275ffce4a93d16003ed64b699))
|
|
2281
|
+
- environment:: ds-storybook - migrate to storybook v8 with vite [PUI-13396](https://jira.elliemae.io/browse/PUI-13396) ([#6827](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6827)) ([6b0f4bb](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6b0f4bb6f4448c334b816966fe3aa1cf62bcfb48))
|
|
1930
2282
|
|
|
1931
2283
|
### Bug Fixes
|
|
1932
2284
|
|
|
1933
|
-
- dimsum:: e2e - fix broken e2e test cases [PUI-13925](https://jira.elliemae.io/browse/PUI-13925) ([#6881](https://
|
|
1934
|
-
- environment:: fixed some broken (dimsum) dev flows ([#6846](https://
|
|
1935
|
-
- environment:: storybook - remove legacy from portal [PUI-13704](https://jira.elliemae.io/browse/PUI-13704) ([#6870](https://
|
|
1936
|
-
- environment:: storybook - removed wysiwyg editor & datagrid from portal ([#6864](https://
|
|
2285
|
+
- dimsum:: e2e - fix broken e2e test cases [PUI-13925](https://jira.elliemae.io/browse/PUI-13925) ([#6881](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6881)) ([c6f829d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c6f829dfced73775ba6ae1a68656f3c28dbdbe04))
|
|
2286
|
+
- environment:: fixed some broken (dimsum) dev flows ([#6846](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6846)) ([ae96d94](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ae96d94c4e866e5377329176c2987e5600cfaab2))
|
|
2287
|
+
- environment:: storybook - remove legacy from portal [PUI-13704](https://jira.elliemae.io/browse/PUI-13704) ([#6870](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6870)) ([7321b2b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/7321b2b50c545a4f6f8a62af7aa64267608f7fa0))
|
|
2288
|
+
- environment:: storybook - removed wysiwyg editor & datagrid from portal ([#6864](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6864)) ([3150a9b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3150a9b483ab1e05ed4844b9be7ee11039515a2c))
|
|
1937
2289
|
|
|
1938
|
-
## [3.35.0](https://
|
|
2290
|
+
## [3.35.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.34.0...v3.35.0) (2024-05-15)
|
|
1939
2291
|
|
|
1940
2292
|
### Features
|
|
1941
2293
|
|
|
1942
|
-
- ds-button-v2:: ds-button-v3: e2e - visual test added [PUI-12812](https://jira.elliemae.io/browse/PUI-12812) ([#6819](https://
|
|
1943
|
-
- ds-chip:: slot tests added [PUI-12814](https://jira.elliemae.io/browse/PUI-12814) ([#6805](https://
|
|
1944
|
-
- ds-icons:: e2e folder cleanup, tests updated [PUI-12969](https://jira.elliemae.io/browse/PUI-12969) ([#6809](https://
|
|
2294
|
+
- ds-button-v2:: ds-button-v3: e2e - visual test added [PUI-12812](https://jira.elliemae.io/browse/PUI-12812) ([#6819](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6819)) ([fcfc89e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/fcfc89eaa1ff2ed2a3983863a39fe5db4e336f8b))
|
|
2295
|
+
- ds-chip:: slot tests added [PUI-12814](https://jira.elliemae.io/browse/PUI-12814) ([#6805](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6805)) ([9337e6a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/9337e6a9b176f844fc28cdb493b09e9ee8f465d2))
|
|
2296
|
+
- ds-icons:: e2e folder cleanup, tests updated [PUI-12969](https://jira.elliemae.io/browse/PUI-12969) ([#6809](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6809)) ([9386651](https://github.com/intcx/PLATFORM-UI.dimsum/commit/93866512d49e45d85b268cae627ad2b2119115a3))
|
|
1945
2297
|
|
|
1946
2298
|
### Bug Fixes
|
|
1947
2299
|
|
|
1948
|
-
- dimsum: e2e - fix broken e2e test [PUI-13157](https://jira.elliemae.io/browse/PUI-13157) ([#6817](https://
|
|
1949
|
-
- ds-side-panel:: fixed e2e tests [PUI-12786](https://jira.elliemae.io/browse/PUI-12786) ([#6814](https://
|
|
2300
|
+
- dimsum: e2e - fix broken e2e test [PUI-13157](https://jira.elliemae.io/browse/PUI-13157) ([#6817](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6817)) ([2b68798](https://github.com/intcx/PLATFORM-UI.dimsum/commit/2b687989c11a0b7b0dd4619f326824ff561d3461))
|
|
2301
|
+
- ds-side-panel:: fixed e2e tests [PUI-12786](https://jira.elliemae.io/browse/PUI-12786) ([#6814](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6814)) ([9040ef9](https://github.com/intcx/PLATFORM-UI.dimsum/commit/9040ef97f1454b24f78bb440260207022e8a4d16))
|
|
1950
2302
|
|
|
1951
|
-
## [3.34.0](https://
|
|
2303
|
+
## [3.34.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.33.1...v3.34.0) (2024-05-10)
|
|
1952
2304
|
|
|
1953
2305
|
### Features
|
|
1954
2306
|
|
|
1955
|
-
- ds-date-time-picker:: e2e - functional test added [PUI-12917](https://jira.elliemae.io/browse/PUI-12917) ([#6760](https://
|
|
1956
|
-
- ds-form-combobox:: e2e - functional test added [PUI-11358](https://jira.elliemae.io/browse/PUI-11358) ([#6762](https://
|
|
1957
|
-
- ds-sidepanel:: e2e tests [PUI-12943](https://jira.elliemae.io/browse/PUI-12943) ([#6791](https://
|
|
1958
|
-
- ds-toolbar-v2:: double focus ring per a11y requirement + fixed date-time-inputs autoadvance edge-case [PUI-12794](https://jira.elliemae.io/browse/PUI-12794) [PUI-13000](https://jira.elliemae.io/browse/PUI-13000) ([#6801](https://
|
|
2307
|
+
- ds-date-time-picker:: e2e - functional test added [PUI-12917](https://jira.elliemae.io/browse/PUI-12917) ([#6760](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6760)) ([1e245a7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/1e245a7c5b5150815be5301eab1b77ab129d6ee7))
|
|
2308
|
+
- ds-form-combobox:: e2e - functional test added [PUI-11358](https://jira.elliemae.io/browse/PUI-11358) ([#6762](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6762)) ([94f0e06](https://github.com/intcx/PLATFORM-UI.dimsum/commit/94f0e0695df68d07b8cd4777d4476b162a7bff96))
|
|
2309
|
+
- ds-sidepanel:: e2e tests [PUI-12943](https://jira.elliemae.io/browse/PUI-12943) ([#6791](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6791)) ([efa6614](https://github.com/intcx/PLATFORM-UI.dimsum/commit/efa66144cc29d98c61509c812d85c210fd66a5dd))
|
|
2310
|
+
- ds-toolbar-v2:: double focus ring per a11y requirement + fixed date-time-inputs autoadvance edge-case [PUI-12794](https://jira.elliemae.io/browse/PUI-12794) [PUI-13000](https://jira.elliemae.io/browse/PUI-13000) ([#6801](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6801)) ([363f4d6](https://github.com/intcx/PLATFORM-UI.dimsum/commit/363f4d68ef04df51917eabf4086ef6fb4446d0d0))
|
|
1959
2311
|
|
|
1960
2312
|
### Bug Fixes
|
|
1961
2313
|
|
|
1962
|
-
- dimsum:: e2e's for dimsum hooks [PUI-12928](https://jira.elliemae.io/browse/PUI-12928) [PUI-12486](https://jira.elliemae.io/browse/PUI-12486) [PUI-12488](https://jira.elliemae.io/browse/PUI-12488) ([#6790](https://
|
|
1963
|
-
- ds-data-table:: fixed e2e [PUI-12307](https://jira.elliemae.io/browse/PUI-12307) ([#6792](https://
|
|
1964
|
-
- ds-modal-slide:: unskipped basic axe-core test [PUI-13386](https://jira.elliemae.io/browse/PUI-13386) ([#6795](https://
|
|
2314
|
+
- dimsum:: e2e's for dimsum hooks [PUI-12928](https://jira.elliemae.io/browse/PUI-12928) [PUI-12486](https://jira.elliemae.io/browse/PUI-12486) [PUI-12488](https://jira.elliemae.io/browse/PUI-12488) ([#6790](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6790)) ([d5d8d1b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/d5d8d1bb8a96b8ae07f6676277f1eb30fcc3155c))
|
|
2315
|
+
- ds-data-table:: fixed e2e [PUI-12307](https://jira.elliemae.io/browse/PUI-12307) ([#6792](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6792)) ([0da0734](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0da0734d6061aaa0148b85330149c92eab230beb))
|
|
2316
|
+
- ds-modal-slide:: unskipped basic axe-core test [PUI-13386](https://jira.elliemae.io/browse/PUI-13386) ([#6795](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6795)) ([837e83d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/837e83d7cda49642b3604c71d77ba91149ef9826))
|
|
1965
2317
|
|
|
1966
|
-
## [3.33.1](https://
|
|
2318
|
+
## [3.33.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.33.0...v3.33.1) (2024-04-30)
|
|
1967
2319
|
|
|
1968
2320
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1969
2321
|
|
|
1970
|
-
## [3.33.0](https://
|
|
2322
|
+
## [3.33.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.31.1...v3.33.0) (2024-04-25)
|
|
1971
2323
|
|
|
1972
2324
|
### Features
|
|
1973
2325
|
|
|
1974
|
-
- dimsum:: e2e - update pui-e2e-test-sdk dependency to version 10.0.3 [PUI-13095](https://jira.elliemae.io/browse/PUI-13095) ([#6767](https://
|
|
1975
|
-
- ds-data-table-filters:: new package [PUI-12748](https://jira.elliemae.io/browse/PUI-12748) ([#6722](https://
|
|
1976
|
-
- ds-form-layout-blocks:: e2e - added e2e test scenarios for DSFormLayoutRadioGroup [PUI-12714] ([#6737](https://
|
|
1977
|
-
- ds-side-panel:: added e2e tests for collapsable bar [PUI-12782](https://jira.elliemae.io/browse/PUI-12782) ([#6731](https://
|
|
2326
|
+
- dimsum:: e2e - update pui-e2e-test-sdk dependency to version 10.0.3 [PUI-13095](https://jira.elliemae.io/browse/PUI-13095) ([#6767](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6767)) ([b8a3665](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b8a3665a21e29d02cac9b02380dd7986b686d7a9))
|
|
2327
|
+
- ds-data-table-filters:: new package [PUI-12748](https://jira.elliemae.io/browse/PUI-12748) ([#6722](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6722)) ([6d6467f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/6d6467f7e3c8b4412ceafc2ccb49a485b70ddc92))
|
|
2328
|
+
- ds-form-layout-blocks:: e2e - added e2e test scenarios for DSFormLayoutRadioGroup [PUI-12714] ([#6737](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6737)) ([3f606c2](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3f606c2e21d95442ed12c7f702a156a71e4bf102))
|
|
2329
|
+
- ds-side-panel:: added e2e tests for collapsable bar [PUI-12782](https://jira.elliemae.io/browse/PUI-12782) ([#6731](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6731)) ([9e15418](https://github.com/intcx/PLATFORM-UI.dimsum/commit/9e154187ef66d83477398bef1edd348033f7dca7))
|
|
1978
2330
|
|
|
1979
2331
|
### Bug Fixes
|
|
1980
2332
|
|
|
1981
|
-
- dimsum:: e2e - fix broken e2e test cases [PUI-12960](https://jira.elliemae.io/browse/PUI-12960) ([#6756](https://
|
|
1982
|
-
- ds-data-table:: e2e - fix data-table filter tests [PUI-12961](https://jira.elliemae.io/browse/PUI-12961) ([#6743](https://
|
|
1983
|
-
- ds-dimsum:: fixed broken paths [PUI-13015](https://jira.elliemae.io/browse/PUI-13015) ([#6755](https://
|
|
1984
|
-
- environment:: ds-chat - focus chat composer after sending a message [PUI-13006](https://jira.elliemae.io/browse/PUI-13006) ([#6759](https://
|
|
2333
|
+
- dimsum:: e2e - fix broken e2e test cases [PUI-12960](https://jira.elliemae.io/browse/PUI-12960) ([#6756](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6756)) ([23d342f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/23d342ff63ac8fc5d856a0f5e023675e21175f60))
|
|
2334
|
+
- ds-data-table:: e2e - fix data-table filter tests [PUI-12961](https://jira.elliemae.io/browse/PUI-12961) ([#6743](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6743)) ([c56350c](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c56350cc6b22cc19f31672c0c6e86242197bdcdb))
|
|
2335
|
+
- ds-dimsum:: fixed broken paths [PUI-13015](https://jira.elliemae.io/browse/PUI-13015) ([#6755](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6755)) ([4dfdfb7](https://github.com/intcx/PLATFORM-UI.dimsum/commit/4dfdfb7675cc9f7bfe4d5b862e63cd0bb9923b8b))
|
|
2336
|
+
- environment:: ds-chat - focus chat composer after sending a message [PUI-13006](https://jira.elliemae.io/browse/PUI-13006) ([#6759](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6759)) ([c2ca34d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c2ca34d7806ee835dc6a0cb0dddf02afc03ee545))
|
|
1985
2337
|
|
|
1986
|
-
## [3.31.1](https://
|
|
2338
|
+
## [3.31.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.31.0...v3.31.1) (2024-03-13)
|
|
1987
2339
|
|
|
1988
2340
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1989
2341
|
|
|
1990
|
-
## [3.31.0](https://
|
|
2342
|
+
## [3.31.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.30.1...v3.31.0) (2024-03-12)
|
|
1991
2343
|
|
|
1992
2344
|
### Features
|
|
1993
2345
|
|
|
1994
|
-
- ds-chip:: text resize [PUI-12595](https://jira.elliemae.io/browse/PUI-12595) ([#6603](https://
|
|
2346
|
+
- ds-chip:: text resize [PUI-12595](https://jira.elliemae.io/browse/PUI-12595) ([#6603](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6603)) ([670dd13](https://github.com/intcx/PLATFORM-UI.dimsum/commit/670dd13a89fb5eac6708d6f90232aa7c18d79acf))
|
|
1995
2347
|
|
|
1996
|
-
## [3.30.1](https://
|
|
2348
|
+
## [3.30.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.30.0...v3.30.1) (2024-02-23)
|
|
1997
2349
|
|
|
1998
2350
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1999
2351
|
|
|
2000
|
-
## [3.30.0](https://
|
|
2352
|
+
## [3.30.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.29.1...v3.30.0) (2024-02-23)
|
|
2001
2353
|
|
|
2002
2354
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2003
2355
|
|
|
2004
|
-
## [3.29.1](https://
|
|
2356
|
+
## [3.29.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.29.0...v3.29.1) (2024-02-08)
|
|
2005
2357
|
|
|
2006
2358
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2007
2359
|
|
|
2008
|
-
## [3.29.0](https://
|
|
2360
|
+
## [3.29.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.27.0...v3.29.0) (2024-02-01)
|
|
2009
2361
|
|
|
2010
2362
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2011
2363
|
|
|
2012
|
-
## [3.27.0](https://
|
|
2364
|
+
## [3.27.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.26.0...v3.27.0) (2024-01-24)
|
|
2013
2365
|
|
|
2014
2366
|
### Features
|
|
2015
2367
|
|
|
2016
|
-
- ds-menu-items:: refactored components + improved typescript & useKeyboardNavigation fixes [PUI-12351](https://jira.elliemae.io/browse/PUI-12351) [PUI-12068](https://jira.elliemae.io/browse/PUI-12068) ([#6527](https://
|
|
2368
|
+
- ds-menu-items:: refactored components + improved typescript & useKeyboardNavigation fixes [PUI-12351](https://jira.elliemae.io/browse/PUI-12351) [PUI-12068](https://jira.elliemae.io/browse/PUI-12068) ([#6527](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6527)) ([eb5e14b](https://github.com/intcx/PLATFORM-UI.dimsum/commit/eb5e14bab88287cc302ff6506f695ec6875e85ce))
|
|
2017
2369
|
|
|
2018
|
-
## [3.26.0](https://
|
|
2370
|
+
## [3.26.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.24.0...v3.26.0) (2023-12-27)
|
|
2019
2371
|
|
|
2020
2372
|
### Features
|
|
2021
2373
|
|
|
2022
|
-
- ds-form-combobox:: single multi packages and native select [PUI-12092](https://jira.elliemae.io/browse/PUI-12092) ([#6435](https://
|
|
2374
|
+
- ds-form-combobox:: single multi packages and native select [PUI-12092](https://jira.elliemae.io/browse/PUI-12092) ([#6435](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6435)) ([ed12c39](https://github.com/intcx/PLATFORM-UI.dimsum/commit/ed12c3976a6e3eb4262f7554673cb28a72e90159))
|
|
2023
2375
|
|
|
2024
|
-
## [3.24.1](https://
|
|
2376
|
+
## [3.24.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.24.0...v3.24.1) (2023-12-21)
|
|
2025
2377
|
|
|
2026
2378
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2027
2379
|
|
|
2028
|
-
## [3.24.0](https://
|
|
2380
|
+
## [3.24.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.23.0...v3.24.0) (2023-11-23)
|
|
2029
2381
|
|
|
2030
2382
|
### Features
|
|
2031
2383
|
|
|
2032
|
-
- ds-number-range-field:: eol component [PUI-11807](https://jira.elliemae.io/browse/PUI-11807) ([#6328](https://
|
|
2384
|
+
- ds-number-range-field:: eol component [PUI-11807](https://jira.elliemae.io/browse/PUI-11807) ([#6328](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6328)) ([77af41d](https://github.com/intcx/PLATFORM-UI.dimsum/commit/77af41dcc446490c756238ee7c365bf2f3308014))
|
|
2033
2385
|
|
|
2034
|
-
## [3.23.0](https://
|
|
2386
|
+
## [3.23.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.22.0...v3.23.0) (2023-11-15)
|
|
2035
2387
|
|
|
2036
2388
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2037
2389
|
|
|
2038
|
-
## [3.22.0](https://
|
|
2390
|
+
## [3.22.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.21.2...v3.22.0) (2023-11-08)
|
|
2039
2391
|
|
|
2040
2392
|
### Features
|
|
2041
2393
|
|
|
2042
|
-
- dimsum:: change packages structure [PUI-10876](https://jira.elliemae.io/browse/PUI-10876) ([#6266](https://
|
|
2043
|
-
- dimsum:: package json for e2e tests [PUI-11531](https://jira.elliemae.io/browse/PUI-11531) ([#6284](https://
|
|
2044
|
-
- ds-dropzone:: dropzone poc [PUI-11334](https://jira.elliemae.io/browse/PUI-11334) ([#6262](https://
|
|
2045
|
-
- ds-form-toggle:: update toggle patterns, add axe core tests, add doc [PUI-11035] (https://jira.elliemae.io/browse/PUI-11035) ([#6134](https://
|
|
2046
|
-
- ds-side-panel:: slots for side panel header and closeButtonRef [PUI-11333](https://jira.elliemae.io/browse/PUI-11333), [PUI-11558](https://jira.elliemae.io/browse/PUI-11558), [PUI-11494](https://jira.elliemae.io/browse/PUI-11494), [PUI-11493](https://jira.elliemae.io/browse/PUI-11493) ([#6204](https://
|
|
2047
|
-
- ds-uploader:: slots, styled components migration and customization example [PUI-11217](https://jira.elliemae.io/browse/PUI-11217), [PUI-11218](https://jira.elliemae.io/browse/PUI-11218), [PUI-11210](https://jira.elliemae.io/browse/PUI-11210), [PUI-11286](https://jira.elliemae.io/browse/PUI-11286), [PUI-11256](https://jira.elliemae.io/browse/PUI-11256), [PUI-11314](https://jira.elliemae.io/browse/PUI-11314), [PUI-11322](https://jira.elliemae.io/browse/PUI-11322) ([#6106](https://
|
|
2048
|
-
- ds-wizard:: ts, styled components, eslint, global and xstyled attrs, axe-core [PUI-10387](https://jira.elliemae.io/browse/PUI-10387) ([#6111](https://
|
|
2049
|
-
- environment:: deprecated components removed [PUI-11186] (https://jira.elliemae.io/browse/PUI-11186) ([#6129](https://
|
|
2050
|
-
- environment:: move ds-group-box to EOL [PUI-11411](https://jira.elliemae.io/browse/PUI-11411) ([#6181](https://
|
|
2394
|
+
- dimsum:: change packages structure [PUI-10876](https://jira.elliemae.io/browse/PUI-10876) ([#6266](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6266)) ([565871f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/565871faf8fd8edf056e923cacb1de36f3c5beaa))
|
|
2395
|
+
- dimsum:: package json for e2e tests [PUI-11531](https://jira.elliemae.io/browse/PUI-11531) ([#6284](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6284)) ([daa70f0](https://github.com/intcx/PLATFORM-UI.dimsum/commit/daa70f0c26508d0b3dc0e861d8c103888f5e5c4b))
|
|
2396
|
+
- ds-dropzone:: dropzone poc [PUI-11334](https://jira.elliemae.io/browse/PUI-11334) ([#6262](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6262)) ([8e973fa](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8e973fa22e8ee6e39db422480f04e4302e0881ed))
|
|
2397
|
+
- ds-form-toggle:: update toggle patterns, add axe core tests, add doc [PUI-11035] (https://jira.elliemae.io/browse/PUI-11035) ([#6134](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6134)) ([297340e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/297340ee3b6a234f2b4dc76aa330aa55a218c1e0))
|
|
2398
|
+
- ds-side-panel:: slots for side panel header and closeButtonRef [PUI-11333](https://jira.elliemae.io/browse/PUI-11333), [PUI-11558](https://jira.elliemae.io/browse/PUI-11558), [PUI-11494](https://jira.elliemae.io/browse/PUI-11494), [PUI-11493](https://jira.elliemae.io/browse/PUI-11493) ([#6204](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6204)) ([69704dc](https://github.com/intcx/PLATFORM-UI.dimsum/commit/69704dc3fd8f2b529f0ec2176a1f6a6f8299f537))
|
|
2399
|
+
- ds-uploader:: slots, styled components migration and customization example [PUI-11217](https://jira.elliemae.io/browse/PUI-11217), [PUI-11218](https://jira.elliemae.io/browse/PUI-11218), [PUI-11210](https://jira.elliemae.io/browse/PUI-11210), [PUI-11286](https://jira.elliemae.io/browse/PUI-11286), [PUI-11256](https://jira.elliemae.io/browse/PUI-11256), [PUI-11314](https://jira.elliemae.io/browse/PUI-11314), [PUI-11322](https://jira.elliemae.io/browse/PUI-11322) ([#6106](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6106)) ([3ccc45a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3ccc45af0c3eeb6fbe943affe5f4bbd91dbba22d))
|
|
2400
|
+
- ds-wizard:: ts, styled components, eslint, global and xstyled attrs, axe-core [PUI-10387](https://jira.elliemae.io/browse/PUI-10387) ([#6111](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6111)) ([0b56b7a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0b56b7ae2b92b71b9f9a5080d372c5ed1ac5d704))
|
|
2401
|
+
- environment:: deprecated components removed [PUI-11186] (https://jira.elliemae.io/browse/PUI-11186) ([#6129](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6129)) ([df8a110](https://github.com/intcx/PLATFORM-UI.dimsum/commit/df8a11025e91cac529ebb5cd180d9840c714d396))
|
|
2402
|
+
- environment:: move ds-group-box to EOL [PUI-11411](https://jira.elliemae.io/browse/PUI-11411) ([#6181](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6181)) ([09ad019](https://github.com/intcx/PLATFORM-UI.dimsum/commit/09ad019472e5d5d65f6f0080d22a31ec6b630d1f))
|
|
2051
2403
|
|
|
2052
2404
|
### Bug Fixes
|
|
2053
2405
|
|
|
2054
|
-
- ds-backdrop:: change backdrop background color [PUI-11073] (https://jira.elliemae.io/browse/PUI-11073) ([#6109](https://
|
|
2055
|
-
- ds-modal-slide:: fixed stories for e2e + fixed changelog generation [PUI-11744](https://jira.elliemae.io/browse/PUI-11744) ([#6297](https://
|
|
2056
|
-
- ds-shuttle-v2:: fixing amp issues [PUI-11630](https://jira.elliemae.io/browse/PUI-11630), [PUI-10912](https://jira.elliemae.io/browse/PUI-10912) ([#6301](https://
|
|
2057
|
-
- environment:: fix ds-card axe core issues [PUI-11050](https://jira.elliemae.io/browse/PUI-11050) ([#6171](https://
|
|
2406
|
+
- ds-backdrop:: change backdrop background color [PUI-11073] (https://jira.elliemae.io/browse/PUI-11073) ([#6109](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6109)) ([90d2948](https://github.com/intcx/PLATFORM-UI.dimsum/commit/90d2948d89623802ce1bbd5f81513ac96bb67025))
|
|
2407
|
+
- ds-modal-slide:: fixed stories for e2e + fixed changelog generation [PUI-11744](https://jira.elliemae.io/browse/PUI-11744) ([#6297](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6297)) ([cc08d36](https://github.com/intcx/PLATFORM-UI.dimsum/commit/cc08d36c6ed6f785233e7b2cb284677d1cbe2329))
|
|
2408
|
+
- ds-shuttle-v2:: fixing amp issues [PUI-11630](https://jira.elliemae.io/browse/PUI-11630), [PUI-10912](https://jira.elliemae.io/browse/PUI-10912) ([#6301](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6301)) ([f721213](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f721213ac324ac23d6824a71627cc13dfaa5f141))
|
|
2409
|
+
- environment:: fix ds-card axe core issues [PUI-11050](https://jira.elliemae.io/browse/PUI-11050) ([#6171](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6171)) ([021d741](https://github.com/intcx/PLATFORM-UI.dimsum/commit/021d741a0c568adcec4fb1d191e543801b1d63d2))
|
|
2058
2410
|
|
|
2059
|
-
## [3.22.0-rc.10](https://
|
|
2411
|
+
## [3.22.0-rc.10](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.22.0-rc.9...v3.22.0-rc.10) (2023-11-07)
|
|
2060
2412
|
|
|
2061
2413
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2062
2414
|
|
|
2063
|
-
## [3.22.0-rc.9](https://
|
|
2415
|
+
## [3.22.0-rc.9](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.22.0-rc.8...v3.22.0-rc.9) (2023-11-06)
|
|
2064
2416
|
|
|
2065
2417
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2066
2418
|
|
|
2067
|
-
## [3.22.0-rc.8](https://
|
|
2419
|
+
## [3.22.0-rc.8](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.22.0-rc.7...v3.22.0-rc.8) (2023-11-02)
|
|
2068
2420
|
|
|
2069
2421
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2070
2422
|
|
|
2071
|
-
## [3.22.0-rc.7](https://
|
|
2423
|
+
## [3.22.0-rc.7](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.22.0-rc.6...v3.22.0-rc.7) (2023-11-02)
|
|
2072
2424
|
|
|
2073
2425
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2074
2426
|
|
|
2075
|
-
## [3.22.0-rc.6](https://
|
|
2427
|
+
## [3.22.0-rc.6](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.22.0-rc.5...v3.22.0-rc.6) (2023-11-01)
|
|
2076
2428
|
|
|
2077
2429
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2078
2430
|
|
|
2079
|
-
## [3.22.0-rc.5](https://
|
|
2431
|
+
## [3.22.0-rc.5](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.22.0-rc.4...v3.22.0-rc.5) (2023-11-01)
|
|
2080
2432
|
|
|
2081
2433
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2082
2434
|
|
|
2083
|
-
## [3.22.0-rc.4](https://
|
|
2435
|
+
## [3.22.0-rc.4](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.22.0-rc.3...v3.22.0-rc.4) (2023-10-31)
|
|
2084
2436
|
|
|
2085
2437
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2086
2438
|
|
|
2087
|
-
## [3.22.0-rc.3](https://
|
|
2439
|
+
## [3.22.0-rc.3](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.22.0-rc.2...v3.22.0-rc.3) (2023-10-31)
|
|
2088
2440
|
|
|
2089
2441
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2090
2442
|
|
|
2091
|
-
## [3.22.0-rc.2](https://
|
|
2443
|
+
## [3.22.0-rc.2](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.22.0-rc.1...v3.22.0-rc.2) (2023-10-31)
|
|
2092
2444
|
|
|
2093
2445
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2094
2446
|
|
|
2095
|
-
## [3.22.0-rc.1](https://
|
|
2447
|
+
## [3.22.0-rc.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.22.0-rc.0...v3.22.0-rc.1) (2023-10-31)
|
|
2096
2448
|
|
|
2097
2449
|
### Bug Fixes
|
|
2098
2450
|
|
|
2099
|
-
- ds-shuttle-v2:: fixing amp issues [PUI-11630](https://jira.elliemae.io/browse/PUI-11630), [PUI-10912](https://jira.elliemae.io/browse/PUI-10912) ([#6301](https://
|
|
2451
|
+
- ds-shuttle-v2:: fixing amp issues [PUI-11630](https://jira.elliemae.io/browse/PUI-11630), [PUI-10912](https://jira.elliemae.io/browse/PUI-10912) ([#6301](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6301)) ([f721213](https://github.com/intcx/PLATFORM-UI.dimsum/commit/f721213ac324ac23d6824a71627cc13dfaa5f141))
|
|
2100
2452
|
|
|
2101
|
-
## [3.22.0-rc.0](https://
|
|
2453
|
+
## [3.22.0-rc.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.21.2-rc.10...v3.22.0-rc.0) (2023-10-30)
|
|
2102
2454
|
|
|
2103
2455
|
### Features
|
|
2104
2456
|
|
|
2105
|
-
- dimsum:: change packages structure [PUI-10876](https://jira.elliemae.io/browse/PUI-10876) ([#6266](https://
|
|
2106
|
-
- dimsum:: package json for e2e tests [PUI-11531](https://jira.elliemae.io/browse/PUI-11531) ([#6284](https://
|
|
2107
|
-
- ds-dropzone:: dropzone poc [PUI-11334](https://jira.elliemae.io/browse/PUI-11334) ([#6262](https://
|
|
2108
|
-
- ds-form-toggle:: update toggle patterns, add axe core tests, add doc [PUI-11035] (https://jira.elliemae.io/browse/PUI-11035) ([#6134](https://
|
|
2109
|
-
- ds-side-panel:: slots for side panel header and closeButtonRef [PUI-11333](https://jira.elliemae.io/browse/PUI-11333), [PUI-11558](https://jira.elliemae.io/browse/PUI-11558), [PUI-11494](https://jira.elliemae.io/browse/PUI-11494), [PUI-11493](https://jira.elliemae.io/browse/PUI-11493) ([#6204](https://
|
|
2110
|
-
- ds-uploader:: slots, styled components migration and customization example [PUI-11217](https://jira.elliemae.io/browse/PUI-11217), [PUI-11218](https://jira.elliemae.io/browse/PUI-11218), [PUI-11210](https://jira.elliemae.io/browse/PUI-11210), [PUI-11286](https://jira.elliemae.io/browse/PUI-11286), [PUI-11256](https://jira.elliemae.io/browse/PUI-11256), [PUI-11314](https://jira.elliemae.io/browse/PUI-11314), [PUI-11322](https://jira.elliemae.io/browse/PUI-11322) ([#6106](https://
|
|
2111
|
-
- ds-wizard:: ts, styled components, eslint, global and xstyled attrs, axe-core [PUI-10387](https://jira.elliemae.io/browse/PUI-10387) ([#6111](https://
|
|
2112
|
-
- environment:: deprecated components removed [PUI-11186] (https://jira.elliemae.io/browse/PUI-11186) ([#6129](https://
|
|
2113
|
-
- environment:: move ds-group-box to EOL [PUI-11411](https://jira.elliemae.io/browse/PUI-11411) ([#6181](https://
|
|
2457
|
+
- dimsum:: change packages structure [PUI-10876](https://jira.elliemae.io/browse/PUI-10876) ([#6266](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6266)) ([565871f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/565871faf8fd8edf056e923cacb1de36f3c5beaa))
|
|
2458
|
+
- dimsum:: package json for e2e tests [PUI-11531](https://jira.elliemae.io/browse/PUI-11531) ([#6284](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6284)) ([daa70f0](https://github.com/intcx/PLATFORM-UI.dimsum/commit/daa70f0c26508d0b3dc0e861d8c103888f5e5c4b))
|
|
2459
|
+
- ds-dropzone:: dropzone poc [PUI-11334](https://jira.elliemae.io/browse/PUI-11334) ([#6262](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6262)) ([8e973fa](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8e973fa22e8ee6e39db422480f04e4302e0881ed))
|
|
2460
|
+
- ds-form-toggle:: update toggle patterns, add axe core tests, add doc [PUI-11035] (https://jira.elliemae.io/browse/PUI-11035) ([#6134](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6134)) ([297340e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/297340ee3b6a234f2b4dc76aa330aa55a218c1e0))
|
|
2461
|
+
- ds-side-panel:: slots for side panel header and closeButtonRef [PUI-11333](https://jira.elliemae.io/browse/PUI-11333), [PUI-11558](https://jira.elliemae.io/browse/PUI-11558), [PUI-11494](https://jira.elliemae.io/browse/PUI-11494), [PUI-11493](https://jira.elliemae.io/browse/PUI-11493) ([#6204](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6204)) ([69704dc](https://github.com/intcx/PLATFORM-UI.dimsum/commit/69704dc3fd8f2b529f0ec2176a1f6a6f8299f537))
|
|
2462
|
+
- ds-uploader:: slots, styled components migration and customization example [PUI-11217](https://jira.elliemae.io/browse/PUI-11217), [PUI-11218](https://jira.elliemae.io/browse/PUI-11218), [PUI-11210](https://jira.elliemae.io/browse/PUI-11210), [PUI-11286](https://jira.elliemae.io/browse/PUI-11286), [PUI-11256](https://jira.elliemae.io/browse/PUI-11256), [PUI-11314](https://jira.elliemae.io/browse/PUI-11314), [PUI-11322](https://jira.elliemae.io/browse/PUI-11322) ([#6106](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6106)) ([3ccc45a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3ccc45af0c3eeb6fbe943affe5f4bbd91dbba22d))
|
|
2463
|
+
- ds-wizard:: ts, styled components, eslint, global and xstyled attrs, axe-core [PUI-10387](https://jira.elliemae.io/browse/PUI-10387) ([#6111](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6111)) ([0b56b7a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0b56b7ae2b92b71b9f9a5080d372c5ed1ac5d704))
|
|
2464
|
+
- environment:: deprecated components removed [PUI-11186] (https://jira.elliemae.io/browse/PUI-11186) ([#6129](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6129)) ([df8a110](https://github.com/intcx/PLATFORM-UI.dimsum/commit/df8a11025e91cac529ebb5cd180d9840c714d396))
|
|
2465
|
+
- environment:: move ds-group-box to EOL [PUI-11411](https://jira.elliemae.io/browse/PUI-11411) ([#6181](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6181)) ([09ad019](https://github.com/intcx/PLATFORM-UI.dimsum/commit/09ad019472e5d5d65f6f0080d22a31ec6b630d1f))
|
|
2114
2466
|
|
|
2115
2467
|
### Bug Fixes
|
|
2116
2468
|
|
|
2117
|
-
- ds-modal-slide:: fixed stories for e2e + fixed changelog generation [PUI-11744](https://jira.elliemae.io/browse/PUI-11744) ([#6297](https://
|
|
2118
|
-
- environment:: fix ds-card axe core issues [PUI-11050](https://jira.elliemae.io/browse/PUI-11050) ([#6171](https://
|
|
2469
|
+
- ds-modal-slide:: fixed stories for e2e + fixed changelog generation [PUI-11744](https://jira.elliemae.io/browse/PUI-11744) ([#6297](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6297)) ([cc08d36](https://github.com/intcx/PLATFORM-UI.dimsum/commit/cc08d36c6ed6f785233e7b2cb284677d1cbe2329))
|
|
2470
|
+
- environment:: fix ds-card axe core issues [PUI-11050](https://jira.elliemae.io/browse/PUI-11050) ([#6171](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6171)) ([021d741](https://github.com/intcx/PLATFORM-UI.dimsum/commit/021d741a0c568adcec4fb1d191e543801b1d63d2))
|
|
2119
2471
|
|
|
2120
|
-
## [3.22.0-next.38](https://
|
|
2472
|
+
## [3.22.0-next.38](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.21.2-rc.10...v3.22.0-next.38) (2023-10-30)
|
|
2121
2473
|
|
|
2122
2474
|
### Features
|
|
2123
2475
|
|
|
2124
|
-
- dimsum:: change packages structure [PUI-10876](https://jira.elliemae.io/browse/PUI-10876) ([#6266](https://
|
|
2125
|
-
- dimsum:: package json for e2e tests [PUI-11531](https://jira.elliemae.io/browse/PUI-11531) ([#6284](https://
|
|
2126
|
-
- ds-dropzone:: dropzone poc [PUI-11334](https://jira.elliemae.io/browse/PUI-11334) ([#6262](https://
|
|
2127
|
-
- ds-form-toggle:: update toggle patterns, add axe core tests, add doc [PUI-11035] (https://jira.elliemae.io/browse/PUI-11035) ([#6134](https://
|
|
2128
|
-
- ds-side-panel:: slots for side panel header and closeButtonRef [PUI-11333](https://jira.elliemae.io/browse/PUI-11333), [PUI-11558](https://jira.elliemae.io/browse/PUI-11558), [PUI-11494](https://jira.elliemae.io/browse/PUI-11494), [PUI-11493](https://jira.elliemae.io/browse/PUI-11493) ([#6204](https://
|
|
2129
|
-
- ds-uploader:: slots, styled components migration and customization example [PUI-11217](https://jira.elliemae.io/browse/PUI-11217), [PUI-11218](https://jira.elliemae.io/browse/PUI-11218), [PUI-11210](https://jira.elliemae.io/browse/PUI-11210), [PUI-11286](https://jira.elliemae.io/browse/PUI-11286), [PUI-11256](https://jira.elliemae.io/browse/PUI-11256), [PUI-11314](https://jira.elliemae.io/browse/PUI-11314), [PUI-11322](https://jira.elliemae.io/browse/PUI-11322) ([#6106](https://
|
|
2130
|
-
- ds-wizard:: ts, styled components, eslint, global and xstyled attrs, axe-core [PUI-10387](https://jira.elliemae.io/browse/PUI-10387) ([#6111](https://
|
|
2131
|
-
- environment:: deprecated components removed [PUI-11186] (https://jira.elliemae.io/browse/PUI-11186) ([#6129](https://
|
|
2132
|
-
- environment:: move ds-group-box to EOL [PUI-11411](https://jira.elliemae.io/browse/PUI-11411) ([#6181](https://
|
|
2476
|
+
- dimsum:: change packages structure [PUI-10876](https://jira.elliemae.io/browse/PUI-10876) ([#6266](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6266)) ([565871f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/565871faf8fd8edf056e923cacb1de36f3c5beaa))
|
|
2477
|
+
- dimsum:: package json for e2e tests [PUI-11531](https://jira.elliemae.io/browse/PUI-11531) ([#6284](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6284)) ([daa70f0](https://github.com/intcx/PLATFORM-UI.dimsum/commit/daa70f0c26508d0b3dc0e861d8c103888f5e5c4b))
|
|
2478
|
+
- ds-dropzone:: dropzone poc [PUI-11334](https://jira.elliemae.io/browse/PUI-11334) ([#6262](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6262)) ([8e973fa](https://github.com/intcx/PLATFORM-UI.dimsum/commit/8e973fa22e8ee6e39db422480f04e4302e0881ed))
|
|
2479
|
+
- ds-form-toggle:: update toggle patterns, add axe core tests, add doc [PUI-11035] (https://jira.elliemae.io/browse/PUI-11035) ([#6134](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6134)) ([297340e](https://github.com/intcx/PLATFORM-UI.dimsum/commit/297340ee3b6a234f2b4dc76aa330aa55a218c1e0))
|
|
2480
|
+
- ds-side-panel:: slots for side panel header and closeButtonRef [PUI-11333](https://jira.elliemae.io/browse/PUI-11333), [PUI-11558](https://jira.elliemae.io/browse/PUI-11558), [PUI-11494](https://jira.elliemae.io/browse/PUI-11494), [PUI-11493](https://jira.elliemae.io/browse/PUI-11493) ([#6204](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6204)) ([69704dc](https://github.com/intcx/PLATFORM-UI.dimsum/commit/69704dc3fd8f2b529f0ec2176a1f6a6f8299f537))
|
|
2481
|
+
- ds-uploader:: slots, styled components migration and customization example [PUI-11217](https://jira.elliemae.io/browse/PUI-11217), [PUI-11218](https://jira.elliemae.io/browse/PUI-11218), [PUI-11210](https://jira.elliemae.io/browse/PUI-11210), [PUI-11286](https://jira.elliemae.io/browse/PUI-11286), [PUI-11256](https://jira.elliemae.io/browse/PUI-11256), [PUI-11314](https://jira.elliemae.io/browse/PUI-11314), [PUI-11322](https://jira.elliemae.io/browse/PUI-11322) ([#6106](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6106)) ([3ccc45a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/3ccc45af0c3eeb6fbe943affe5f4bbd91dbba22d))
|
|
2482
|
+
- ds-wizard:: ts, styled components, eslint, global and xstyled attrs, axe-core [PUI-10387](https://jira.elliemae.io/browse/PUI-10387) ([#6111](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6111)) ([0b56b7a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/0b56b7ae2b92b71b9f9a5080d372c5ed1ac5d704))
|
|
2483
|
+
- environment:: deprecated components removed [PUI-11186] (https://jira.elliemae.io/browse/PUI-11186) ([#6129](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6129)) ([df8a110](https://github.com/intcx/PLATFORM-UI.dimsum/commit/df8a11025e91cac529ebb5cd180d9840c714d396))
|
|
2484
|
+
- environment:: move ds-group-box to EOL [PUI-11411](https://jira.elliemae.io/browse/PUI-11411) ([#6181](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6181)) ([09ad019](https://github.com/intcx/PLATFORM-UI.dimsum/commit/09ad019472e5d5d65f6f0080d22a31ec6b630d1f))
|
|
2133
2485
|
|
|
2134
2486
|
### Bug Fixes
|
|
2135
2487
|
|
|
2136
|
-
- ds-modal-slide:: fixed stories for e2e + fixed changelog generation [PUI-11744](https://jira.elliemae.io/browse/PUI-11744) ([#6297](https://
|
|
2137
|
-
- environment:: fix ds-card axe core issues [PUI-11050](https://jira.elliemae.io/browse/PUI-11050) ([#6171](https://
|
|
2488
|
+
- ds-modal-slide:: fixed stories for e2e + fixed changelog generation [PUI-11744](https://jira.elliemae.io/browse/PUI-11744) ([#6297](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6297)) ([cc08d36](https://github.com/intcx/PLATFORM-UI.dimsum/commit/cc08d36c6ed6f785233e7b2cb284677d1cbe2329))
|
|
2489
|
+
- environment:: fix ds-card axe core issues [PUI-11050](https://jira.elliemae.io/browse/PUI-11050) ([#6171](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6171)) ([021d741](https://github.com/intcx/PLATFORM-UI.dimsum/commit/021d741a0c568adcec4fb1d191e543801b1d63d2))
|
|
2138
2490
|
|
|
2139
|
-
## [3.22.0-next.36](https://
|
|
2491
|
+
## [3.22.0-next.36](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.22.0-next.35...v3.22.0-next.36) (2023-10-26)
|
|
2140
2492
|
|
|
2141
2493
|
### Features
|
|
2142
2494
|
|
|
2143
|
-
- dimsum:: package json for e2e tests [PUI-11531](https://jira.elliemae.io/browse/PUI-11531) ([#6284](https://
|
|
2495
|
+
- dimsum:: package json for e2e tests [PUI-11531](https://jira.elliemae.io/browse/PUI-11531) ([#6284](https://github.com/intcx/PLATFORM-UI.dimsum/issues/6284)) ([daa70f0](https://github.com/intcx/PLATFORM-UI.dimsum/commit/daa70f0c26508d0b3dc0e861d8c103888f5e5c4b))
|