dimsum-e2e-tests 3.70.0-next.7 → 3.70.0-next.71
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 +1079 -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 +16 -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,393 @@
|
|
|
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.71 (2026-09-01)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- dimsum:: migrate conformance audit from confluence and complete the lists of Dimsum components [PUI-18018](https://jira.elliemae.io/browse/PUI-18018) ([#8351](https://github.com/intcx/PLATFORM-UI.dimsum/issues/8351)) ([c22c824](https://github.com/intcx/PLATFORM-UI.dimsum/commit/c22c82450739cd7ea3c427e9d3734b4adae56090))
|
|
11
|
+
|
|
12
|
+
## 3.70.0-next.70 (2026-08-28)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- 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))
|
|
17
|
+
|
|
18
|
+
## 3.70.0-next.69 (2026-08-27)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- 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))
|
|
23
|
+
|
|
24
|
+
## 3.70.0-next.68 (2026-08-26)
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
- 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))
|
|
29
|
+
|
|
30
|
+
## 3.70.0-next.67 (2026-08-26)
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
- 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))
|
|
35
|
+
|
|
36
|
+
## 3.70.0-next.66 (2026-08-26)
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
- 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))
|
|
41
|
+
|
|
42
|
+
## 3.70.0-next.65 (2026-08-25)
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
- 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))
|
|
47
|
+
|
|
48
|
+
## 3.70.0-next.64 (2026-08-25)
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
- 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))
|
|
53
|
+
|
|
54
|
+
## 3.70.0-next.63 (2026-08-22)
|
|
55
|
+
|
|
56
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
57
|
+
|
|
58
|
+
## 3.70.0-next.62 (2026-08-19)
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
- 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))
|
|
63
|
+
|
|
64
|
+
## 3.70.0-next.61 (2026-08-18)
|
|
65
|
+
|
|
66
|
+
### Bug Fixes
|
|
67
|
+
|
|
68
|
+
- 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)
|
|
69
|
+
|
|
70
|
+
## 3.70.0-next.60 (2026-08-13)
|
|
71
|
+
|
|
72
|
+
### Bug Fixes
|
|
73
|
+
|
|
74
|
+
- 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))
|
|
75
|
+
|
|
76
|
+
## 3.70.0-next.59 (2026-08-12)
|
|
77
|
+
|
|
78
|
+
### Features
|
|
79
|
+
|
|
80
|
+
- 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))
|
|
81
|
+
|
|
82
|
+
## [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)
|
|
83
|
+
|
|
84
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
85
|
+
|
|
86
|
+
## [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)
|
|
87
|
+
|
|
88
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
89
|
+
|
|
90
|
+
## [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)
|
|
91
|
+
|
|
92
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
93
|
+
|
|
94
|
+
## 3.70.0-next.55 (2026-08-10)
|
|
95
|
+
|
|
96
|
+
### Bug Fixes
|
|
97
|
+
|
|
98
|
+
- 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))
|
|
99
|
+
|
|
100
|
+
## 3.70.0-next.54 (2026-07-31)
|
|
101
|
+
|
|
102
|
+
### Bug Fixes
|
|
103
|
+
|
|
104
|
+
- 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))
|
|
105
|
+
|
|
106
|
+
## 3.70.0-next.53 (2026-07-28)
|
|
107
|
+
|
|
108
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
109
|
+
|
|
110
|
+
## 3.70.0-next.52 (2026-07-27)
|
|
111
|
+
|
|
112
|
+
### Bug Fixes
|
|
113
|
+
|
|
114
|
+
- 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))
|
|
115
|
+
|
|
116
|
+
## 3.70.0-next.51 (2026-07-27)
|
|
117
|
+
|
|
118
|
+
### Features
|
|
119
|
+
|
|
120
|
+
- 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))
|
|
121
|
+
|
|
122
|
+
## 3.70.0-next.50 (2026-07-24)
|
|
123
|
+
|
|
124
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
125
|
+
|
|
126
|
+
## 3.70.0-next.49 (2026-07-21)
|
|
127
|
+
|
|
128
|
+
### Bug Fixes
|
|
129
|
+
|
|
130
|
+
- 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))
|
|
131
|
+
|
|
132
|
+
## 3.70.0-next.48 (2026-07-20)
|
|
133
|
+
|
|
134
|
+
### Bug Fixes
|
|
135
|
+
|
|
136
|
+
- 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))
|
|
137
|
+
|
|
138
|
+
## 3.70.0-next.47 (2026-07-17)
|
|
139
|
+
|
|
140
|
+
### Features
|
|
141
|
+
|
|
142
|
+
- 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))
|
|
143
|
+
|
|
144
|
+
## 3.70.0-next.46 (2026-07-17)
|
|
145
|
+
|
|
146
|
+
### Bug Fixes
|
|
147
|
+
|
|
148
|
+
- 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))
|
|
149
|
+
|
|
150
|
+
## 3.70.0-next.45 (2026-07-14)
|
|
151
|
+
|
|
152
|
+
### Bug Fixes
|
|
153
|
+
|
|
154
|
+
- 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))
|
|
155
|
+
|
|
156
|
+
## 3.70.0-next.44 (2026-07-13)
|
|
157
|
+
|
|
158
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
159
|
+
|
|
160
|
+
## 3.70.0-next.43 (2026-07-08)
|
|
161
|
+
|
|
162
|
+
### Features
|
|
163
|
+
|
|
164
|
+
- 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))
|
|
165
|
+
|
|
166
|
+
## 3.70.0-next.42 (2026-07-06)
|
|
167
|
+
|
|
168
|
+
### Features
|
|
169
|
+
|
|
170
|
+
- 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))
|
|
171
|
+
|
|
172
|
+
## 3.70.0-next.41 (2026-07-02)
|
|
173
|
+
|
|
174
|
+
### Features
|
|
175
|
+
|
|
176
|
+
- 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))
|
|
177
|
+
|
|
178
|
+
## 3.70.0-next.40 (2026-06-29)
|
|
179
|
+
|
|
180
|
+
### Features
|
|
181
|
+
|
|
182
|
+
- 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))
|
|
183
|
+
|
|
184
|
+
## 3.70.0-next.39 (2026-06-25)
|
|
185
|
+
|
|
186
|
+
### Features
|
|
187
|
+
|
|
188
|
+
- 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))
|
|
189
|
+
|
|
190
|
+
## 3.70.0-next.38 (2026-06-24)
|
|
191
|
+
|
|
192
|
+
### Bug Fixes
|
|
193
|
+
|
|
194
|
+
- 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))
|
|
195
|
+
|
|
196
|
+
## 3.70.0-next.37 (2026-06-22)
|
|
197
|
+
|
|
198
|
+
### Features
|
|
199
|
+
|
|
200
|
+
- 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))
|
|
201
|
+
|
|
202
|
+
## 3.70.0-next.36 (2026-06-22)
|
|
203
|
+
|
|
204
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
205
|
+
|
|
206
|
+
## 3.70.0-next.35 (2026-06-19)
|
|
207
|
+
|
|
208
|
+
### Bug Fixes
|
|
209
|
+
|
|
210
|
+
- 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))
|
|
211
|
+
|
|
212
|
+
## 3.70.0-next.34 (2026-06-17)
|
|
213
|
+
|
|
214
|
+
### Features
|
|
215
|
+
|
|
216
|
+
- 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))
|
|
217
|
+
|
|
218
|
+
## 3.70.0-next.33 (2026-06-16)
|
|
219
|
+
|
|
220
|
+
### Bug Fixes
|
|
221
|
+
|
|
222
|
+
- 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))
|
|
223
|
+
|
|
224
|
+
## 3.70.0-next.32 (2026-06-16)
|
|
225
|
+
|
|
226
|
+
### Features
|
|
227
|
+
|
|
228
|
+
- 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))
|
|
229
|
+
|
|
230
|
+
## 3.70.0-next.31 (2026-06-12)
|
|
231
|
+
|
|
232
|
+
### Features
|
|
233
|
+
|
|
234
|
+
- 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))
|
|
235
|
+
|
|
236
|
+
## 3.70.0-next.30 (2026-06-12)
|
|
237
|
+
|
|
238
|
+
### Features
|
|
239
|
+
|
|
240
|
+
- 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))
|
|
241
|
+
|
|
242
|
+
## 3.70.0-next.29 (2026-06-11)
|
|
243
|
+
|
|
244
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
245
|
+
|
|
246
|
+
## 3.70.0-next.28 (2026-06-10)
|
|
247
|
+
|
|
248
|
+
### Bug Fixes
|
|
249
|
+
|
|
250
|
+
- 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))
|
|
251
|
+
|
|
252
|
+
## 3.70.0-next.27 (2026-06-08)
|
|
253
|
+
|
|
254
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
255
|
+
|
|
256
|
+
## 3.70.0-next.26 (2026-06-04)
|
|
257
|
+
|
|
258
|
+
### Features
|
|
259
|
+
|
|
260
|
+
- 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))
|
|
261
|
+
|
|
262
|
+
## 3.70.0-next.25 (2026-06-02)
|
|
263
|
+
|
|
264
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
265
|
+
|
|
266
|
+
## 3.70.0-next.24 (2026-06-02)
|
|
267
|
+
|
|
268
|
+
### Bug Fixes
|
|
269
|
+
|
|
270
|
+
- 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))
|
|
271
|
+
|
|
272
|
+
## 3.70.0-next.23 (2026-06-02)
|
|
273
|
+
|
|
274
|
+
### Bug Fixes
|
|
275
|
+
|
|
276
|
+
- 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))
|
|
277
|
+
|
|
278
|
+
## 3.70.0-next.22 (2026-06-01)
|
|
279
|
+
|
|
280
|
+
### Features
|
|
281
|
+
|
|
282
|
+
- 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))
|
|
283
|
+
|
|
284
|
+
## 3.70.0-next.21 (2026-06-01)
|
|
285
|
+
|
|
286
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
287
|
+
|
|
288
|
+
## 3.70.0-next.20 (2026-06-01)
|
|
289
|
+
|
|
290
|
+
### Bug Fixes
|
|
291
|
+
|
|
292
|
+
- 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))
|
|
293
|
+
|
|
294
|
+
## 3.70.0-next.19 (2026-05-28)
|
|
295
|
+
|
|
296
|
+
### Features
|
|
297
|
+
|
|
298
|
+
- 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))
|
|
299
|
+
|
|
300
|
+
## 3.70.0-next.18 (2026-05-27)
|
|
301
|
+
|
|
302
|
+
### Features
|
|
303
|
+
|
|
304
|
+
- 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))
|
|
305
|
+
|
|
306
|
+
## 3.70.0-next.17 (2026-05-27)
|
|
307
|
+
|
|
308
|
+
### Features
|
|
309
|
+
|
|
310
|
+
- 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))
|
|
311
|
+
|
|
312
|
+
## 3.70.0-next.16 (2026-05-25)
|
|
313
|
+
|
|
314
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
315
|
+
|
|
316
|
+
## 3.70.0-next.15 (2026-05-22)
|
|
317
|
+
|
|
318
|
+
### Features
|
|
319
|
+
|
|
320
|
+
- 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))
|
|
321
|
+
|
|
322
|
+
## 3.70.0-next.14 (2026-05-21)
|
|
323
|
+
|
|
324
|
+
### Features
|
|
325
|
+
|
|
326
|
+
- 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))
|
|
327
|
+
|
|
328
|
+
## 3.70.0-next.13 (2026-05-19)
|
|
329
|
+
|
|
330
|
+
### Bug Fixes
|
|
331
|
+
|
|
332
|
+
- 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))
|
|
333
|
+
|
|
334
|
+
## 3.70.0-next.12 (2026-05-15)
|
|
335
|
+
|
|
336
|
+
### Features
|
|
337
|
+
|
|
338
|
+
- 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))
|
|
339
|
+
|
|
340
|
+
## 3.70.0-next.11 (2026-05-14)
|
|
341
|
+
|
|
342
|
+
### Bug Fixes
|
|
343
|
+
|
|
344
|
+
- 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))
|
|
345
|
+
|
|
346
|
+
## 3.70.0-next.10 (2026-05-14)
|
|
347
|
+
|
|
348
|
+
### Features
|
|
349
|
+
|
|
350
|
+
- 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))
|
|
351
|
+
|
|
352
|
+
## 3.70.0-next.9 (2026-05-12)
|
|
353
|
+
|
|
354
|
+
### Features
|
|
355
|
+
|
|
356
|
+
- 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))
|
|
357
|
+
|
|
358
|
+
## 3.70.0-next.8 (2026-05-12)
|
|
359
|
+
|
|
360
|
+
### Bug Fixes
|
|
361
|
+
|
|
362
|
+
- ds-chat-bubble:: add missing export in test ([57d294a](https://github.com/intcx/PLATFORM-UI.dimsum/commit/57d294aef0b2739cb2ac0afe673d9c4ccfe0e718))
|
|
363
|
+
|
|
6
364
|
## 3.70.0-next.7 (2026-05-11)
|
|
7
365
|
|
|
8
366
|
### Bug Fixes
|
|
9
367
|
|
|
10
|
-
- ds-modal-slide:: added e2e test for slots [PUI-18428](https://jira.elliemae.io/browse/PUI-18428) ([#8016](https://
|
|
368
|
+
- 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
369
|
|
|
12
370
|
## 3.70.0-next.6 (2026-05-11)
|
|
13
371
|
|
|
14
372
|
### Bug Fixes
|
|
15
373
|
|
|
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://
|
|
374
|
+
- 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
375
|
|
|
18
376
|
## 3.70.0-next.5 (2026-05-08)
|
|
19
377
|
|
|
20
378
|
### Features
|
|
21
379
|
|
|
22
|
-
- ds-popperjs:: deprecated & migration to fc [PUI-18079](https://jira.elliemae.io/browse/PUI-18079) ([#8000](https://
|
|
380
|
+
- 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
381
|
|
|
24
382
|
## 3.70.0-next.4 (2026-05-06)
|
|
25
383
|
|
|
26
384
|
### Bug Fixes
|
|
27
385
|
|
|
28
|
-
- ds-form-combobox:: fixing defect [PUI-17903](https://jira.elliemae.io/browse/PUI-17903) ([#8007](https://
|
|
386
|
+
- 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
387
|
|
|
30
388
|
## 3.70.0-next.3 (2026-05-05)
|
|
31
389
|
|
|
32
390
|
### Features
|
|
33
391
|
|
|
34
|
-
- ds-modal-slide:: dimsum compliance [17128] (https://jira.elliemae.io/browse/PUI- 17128) ([#7995](https://
|
|
392
|
+
- 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
393
|
|
|
36
394
|
## 3.70.0-next.2 (2026-05-05)
|
|
37
395
|
|
|
@@ -45,9 +403,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
45
403
|
|
|
46
404
|
### Features
|
|
47
405
|
|
|
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://
|
|
406
|
+
- 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
407
|
|
|
50
|
-
## [3.60.0-next.63](https://
|
|
408
|
+
## [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
409
|
|
|
52
410
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
53
411
|
|
|
@@ -55,13 +413,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
55
413
|
|
|
56
414
|
### Bug Fixes
|
|
57
415
|
|
|
58
|
-
- ds-form-date-range-picker:: solved new styles issues + improved a11y [PUI-18310](https://jira.elliemae.io/browse/PUI-18310) ([c81623d](https://
|
|
416
|
+
- 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
417
|
|
|
60
418
|
## 3.60.0-next.61 (2026-04-15)
|
|
61
419
|
|
|
62
420
|
### Bug Fixes
|
|
63
421
|
|
|
64
|
-
- ds-form-date-time-picker:: regression fixed and style updates [PUI-18310](https://jira.elliemae.io/browse/PUI-18310) ([2ed123a](https://
|
|
422
|
+
- 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
423
|
|
|
66
424
|
## 3.60.0-next.60 (2026-04-13)
|
|
67
425
|
|
|
@@ -71,61 +429,61 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
71
429
|
|
|
72
430
|
### Bug Fixes
|
|
73
431
|
|
|
74
|
-
- ds-card-v1-detail:: info and relationships [PUI-15891] (https://jira.elliemae.io/browse/PUI-15891) ([f6a616b](https://
|
|
432
|
+
- 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
433
|
|
|
76
434
|
## 3.60.0-next.58 (2026-04-13)
|
|
77
435
|
|
|
78
436
|
### Bug Fixes
|
|
79
437
|
|
|
80
|
-
- ds-icons:: a11y role img and label linked to title [PUI-17842](https://jira.elliemae.io/browse/PUI-17842) ([9d12ded](https://
|
|
438
|
+
- 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
439
|
|
|
82
440
|
## 3.60.0-next.57 (2026-04-10)
|
|
83
441
|
|
|
84
442
|
### Features
|
|
85
443
|
|
|
86
|
-
- ds-menu-button:: floating config [PUI-17708](https://jira.elliemae.io/browse/PUI-17708) ([87cb40d](https://
|
|
444
|
+
- 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
445
|
|
|
88
446
|
## 3.60.0-next.56 (2026-04-09)
|
|
89
447
|
|
|
90
448
|
### Bug Fixes
|
|
91
449
|
|
|
92
|
-
- ds-card-v1-detail:: info and relationships [PUI-15891] (https://jira.elliemae.io/browse/PUI-15891) ([75afc41](https://
|
|
450
|
+
- 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
451
|
|
|
94
452
|
## 3.60.0-next.55 (2026-04-09)
|
|
95
453
|
|
|
96
454
|
### Bug Fixes
|
|
97
455
|
|
|
98
|
-
- ds-dialog:: prevent false onClickOutside on overlay-press-release-inside-dialog [PUI-15050](https://jira.elliemae.io/browse/PUI-15050) ([7dfda94](https://
|
|
456
|
+
- 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
457
|
|
|
100
458
|
## 3.60.0-next.54 (2026-04-08)
|
|
101
459
|
|
|
102
460
|
### Bug Fixes
|
|
103
461
|
|
|
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://
|
|
462
|
+
- 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
463
|
|
|
106
464
|
## 3.60.0-next.53 (2026-04-08)
|
|
107
465
|
|
|
108
466
|
### Bug Fixes
|
|
109
467
|
|
|
110
|
-
- ds-card:: added e2e test for slots [PUI-15896](https://jira.elliemae.io/browse/PUI-15896) ([733934c](https://
|
|
468
|
+
- 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
469
|
|
|
112
470
|
## 3.60.0-next.52 (2026-04-06)
|
|
113
471
|
|
|
114
472
|
### Features
|
|
115
473
|
|
|
116
|
-
- ds-dialog:: confirmation and form example; status message as pitfall [PUI-15048](https://jira.elliemae.io/browse/PUI-15048) ([#7969](https://
|
|
474
|
+
- 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
475
|
|
|
118
476
|
## 3.60.0-next.51 (2026-04-06)
|
|
119
477
|
|
|
120
478
|
### Features
|
|
121
479
|
|
|
122
|
-
- ds-dialog:: basic use case [PUI-15045](https://jira.elliemae.io/browse/PUI-15045) ([#7968](https://
|
|
480
|
+
- 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
481
|
|
|
124
482
|
## 3.60.0-next.50 (2026-04-02)
|
|
125
483
|
|
|
126
484
|
### Features
|
|
127
485
|
|
|
128
|
-
- ds-tooltip-v3:: added slots and tests # [PUI-16379](https://jira.elliemae.io/browse/PUI-16379) ([#7966](https://
|
|
486
|
+
- 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
487
|
|
|
130
488
|
## 3.60.0-next.49 (2026-04-01)
|
|
131
489
|
|
|
@@ -139,73 +497,73 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
139
497
|
|
|
140
498
|
### Bug Fixes
|
|
141
499
|
|
|
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://
|
|
500
|
+
- 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
501
|
|
|
144
502
|
## 3.60.0-next.46 (2026-03-30)
|
|
145
503
|
|
|
146
504
|
### Bug Fixes
|
|
147
505
|
|
|
148
|
-
- ds-page-header-v2:: skip link example [PUI-14844](https://jira.elliemae.io/browse/PUI-14844) ([#7955](https://
|
|
506
|
+
- 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
507
|
|
|
150
508
|
## 3.60.0-next.45 (2026-03-30)
|
|
151
509
|
|
|
152
510
|
### Bug Fixes
|
|
153
511
|
|
|
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://
|
|
512
|
+
- 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
513
|
|
|
156
514
|
## 3.60.0-next.44 (2026-03-26)
|
|
157
515
|
|
|
158
516
|
### Features
|
|
159
517
|
|
|
160
|
-
- ds-data-table:: add keyboard nav tests for all Filters V2 types [PUI-18206](https://jira.elliemae.io/browse/PUI-18206) ([#7950](https://
|
|
518
|
+
- 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
519
|
|
|
162
520
|
## 3.60.0-next.43 (2026-03-20)
|
|
163
521
|
|
|
164
522
|
### Features
|
|
165
523
|
|
|
166
|
-
- ds-read-more:: aria expanded and fixes for safari [PUI-17191](https://jira.elliemae.io/browse/PUI-17191) ([#7947](https://
|
|
524
|
+
- 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
525
|
|
|
168
526
|
## 3.60.0-next.42 (2026-03-19)
|
|
169
527
|
|
|
170
528
|
### Bug Fixes
|
|
171
529
|
|
|
172
|
-
- dimsum:: case-sensitive rename to fix build pipeline ([#7944](https://
|
|
530
|
+
- 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
531
|
|
|
174
532
|
## 3.60.0-next.41 (2026-03-18)
|
|
175
533
|
|
|
176
534
|
### Bug Fixes
|
|
177
535
|
|
|
178
|
-
- ds-data-table:: improve filter change accessibility announcements pattern [PUI-17317](https://jira.elliemae.io/browse/PUI-17317) ([#7942](https://
|
|
536
|
+
- 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
537
|
|
|
180
538
|
## 3.60.0-next.40 (2026-03-17)
|
|
181
539
|
|
|
182
540
|
### Bug Fixes
|
|
183
541
|
|
|
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://
|
|
542
|
+
- 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
543
|
|
|
186
544
|
## 3.60.0-next.39 (2026-03-16)
|
|
187
545
|
|
|
188
546
|
### Bug Fixes
|
|
189
547
|
|
|
190
|
-
- ds-card-v1:: add slots showcase [PUI-15889] (https://jira.elliemae.io/browse/ PUI-15889) ([#7935](https://
|
|
548
|
+
- 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
549
|
|
|
192
550
|
## 3.60.0-next.38 (2026-03-05)
|
|
193
551
|
|
|
194
552
|
### Bug Fixes
|
|
195
553
|
|
|
196
|
-
- ds-card-v2:: added slot support [PUI-15890] (https://jira.elliemae.io/browse/PUI-15890) ([#7920](https://
|
|
554
|
+
- 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
555
|
|
|
198
556
|
## 3.60.0-next.37 (2026-03-05)
|
|
199
557
|
|
|
200
558
|
### Features
|
|
201
559
|
|
|
202
|
-
- ds-data-table:: improve folder organization for filtersV2 and v1 vs v2 showcase ([#7919](https://
|
|
560
|
+
- 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
561
|
|
|
204
562
|
## 3.60.0-next.36 (2026-03-03)
|
|
205
563
|
|
|
206
564
|
### Bug Fixes
|
|
207
565
|
|
|
208
|
-
- dimsum:: storybook - fixed missing redux peer dep post legacy removal ([#7914](https://
|
|
566
|
+
- 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
567
|
|
|
210
568
|
## 3.60.0-next.35 (2026-03-03)
|
|
211
569
|
|
|
@@ -219,61 +577,61 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
219
577
|
|
|
220
578
|
### Features
|
|
221
579
|
|
|
222
|
-
- ds-global-header:: theming story [PUI-16360](https://jira.elliemae.io/browse/PUI-16360) ([#7901](https://
|
|
580
|
+
- 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
581
|
|
|
224
582
|
## 3.60.0-next.32 (2026-02-25)
|
|
225
583
|
|
|
226
584
|
### Bug Fixes
|
|
227
585
|
|
|
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://
|
|
586
|
+
- 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
587
|
|
|
230
588
|
## 3.60.0-next.31 (2026-02-25)
|
|
231
589
|
|
|
232
590
|
### Features
|
|
233
591
|
|
|
234
|
-
- ds-menu-button:: enable playwright tests [PUI-16741](https://jira.elliemae.io/browse/PUI-16741) ([#7898](https://
|
|
592
|
+
- 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
593
|
|
|
236
594
|
## 3.60.0-next.30 (2026-02-24)
|
|
237
595
|
|
|
238
596
|
### Bug Fixes
|
|
239
597
|
|
|
240
|
-
- ds-codemods:: legacy-deprecation-26dot3 replaceAll for multi match fix ([#7897](https://
|
|
598
|
+
- 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
599
|
|
|
242
600
|
## 3.60.0-next.29 (2026-02-23)
|
|
243
601
|
|
|
244
602
|
### Bug Fixes
|
|
245
603
|
|
|
246
|
-
- ds-tabs:: add functional test for tabs with scrollbar - keyboard nav [PUI-17883](https://jira.elliemae.io/browse/PUI-17883) ([#7895](https://
|
|
604
|
+
- 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
605
|
|
|
248
606
|
## 3.60.0-next.28 (2026-02-20)
|
|
249
607
|
|
|
250
608
|
### Bug Fixes
|
|
251
609
|
|
|
252
|
-
- ds-left-navigation:: add functional test for slots customization [PUI-15560](https://jira.elliemae.io/browse/PUI-15560) ([#7892](https://
|
|
610
|
+
- 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
611
|
|
|
254
612
|
## 3.60.0-next.27 (2026-02-20)
|
|
255
613
|
|
|
256
614
|
### Bug Fixes
|
|
257
615
|
|
|
258
|
-
- ds-tabs:: show outline in tabpanel ([b9db99f](https://
|
|
616
|
+
- ds-tabs:: show outline in tabpanel ([b9db99f](https://github.com/intcx/PLATFORM-UI.dimsum/commit/b9db99ff6878f67c06cb1abe0e813a85b3ce8dfe))
|
|
259
617
|
|
|
260
618
|
## 3.60.0-next.26 (2026-02-19)
|
|
261
619
|
|
|
262
620
|
### Features
|
|
263
621
|
|
|
264
|
-
- ds-global-header:: search-toggle story improved a11y + improved slots support [PUI-17852](https://jira.elliemae.io/browse/PUI-17852) ([#7891](https://
|
|
622
|
+
- 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
623
|
|
|
266
624
|
## 3.60.0-next.25 (2026-02-19)
|
|
267
625
|
|
|
268
626
|
### Bug Fixes
|
|
269
627
|
|
|
270
|
-
- ds-global-header:: fixed unit test + slots to dimsum pattern compliancy ([#7889](https://
|
|
628
|
+
- 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
629
|
|
|
272
630
|
## 3.60.0-next.24 (2026-02-17)
|
|
273
631
|
|
|
274
632
|
### Features
|
|
275
633
|
|
|
276
|
-
- ds-ribbon:: role analysis and show example using role=status [PUI-17480](https://jira.elliemae.io/browse/PUI-17480) ([#7880](https://
|
|
634
|
+
- 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
635
|
|
|
278
636
|
## 3.60.0-next.23 (2026-02-17)
|
|
279
637
|
|
|
@@ -283,81 +641,81 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
283
641
|
|
|
284
642
|
### Features
|
|
285
643
|
|
|
286
|
-
- ds-ribbon:: slots usege example and theming support story [PUI-17442](https://jira.elliemae.io/browse/PUI-17442) ([#7879](https://
|
|
644
|
+
- 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
645
|
|
|
288
646
|
## 3.60.0-next.21 (2026-02-16)
|
|
289
647
|
|
|
290
648
|
### Features
|
|
291
649
|
|
|
292
|
-
- ds-chat-bubble:: implement slots in Chat Bubble [PUI-17908](https://jira.elliemae.io/browse/PUI-17908) ([#7877](https://
|
|
650
|
+
- 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
651
|
|
|
294
652
|
## 3.60.0-next.20 (2026-02-13)
|
|
295
653
|
|
|
296
654
|
### Bug Fixes
|
|
297
655
|
|
|
298
|
-
- ds-chip:: update E2E test selectors and chip XPath queries [PUI-17896](https://jira.elliemae.io/browse/PUI-17896) ([#7875](https://
|
|
656
|
+
- 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
657
|
|
|
300
658
|
## 3.60.0-next.19 (2026-02-12)
|
|
301
659
|
|
|
302
660
|
### Features
|
|
303
661
|
|
|
304
|
-
- ds-ribbon:: typescript fixes by dimsum alignment [PUI-17478](https://jira.elliemae.io/browse/PUI-17478)([#7870](https://
|
|
662
|
+
- 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
663
|
|
|
306
664
|
## 3.60.0-next.18 (2026-02-09)
|
|
307
665
|
|
|
308
666
|
### Bug Fixes
|
|
309
667
|
|
|
310
|
-
- ds-left-navigation:: e2e story for detected missing slots [PUI-15560](https://jira.elliemae.io/browse/PUI-15560) ([#7864](https://
|
|
668
|
+
- 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
669
|
|
|
312
670
|
## 3.60.0-next.17 (2026-02-06)
|
|
313
671
|
|
|
314
672
|
### Features
|
|
315
673
|
|
|
316
|
-
- ds-global-header:: search toggle example improve [PUI-17487](https://jira.elliemae.io/browse/PUI-17487) ([#7862](https://
|
|
674
|
+
- 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
675
|
|
|
318
676
|
## 3.60.0-next.16 (2026-02-06)
|
|
319
677
|
|
|
320
678
|
### Features
|
|
321
679
|
|
|
322
|
-
- ds-global-header:: search toggle tests [PUI-17487](https://jira.elliemae.io/browse/PUI-17487) ([#7861](https://
|
|
680
|
+
- 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
681
|
|
|
324
682
|
## 3.60.0-next.15 (2026-01-29)
|
|
325
683
|
|
|
326
684
|
### Features
|
|
327
685
|
|
|
328
|
-
- dimsum:: upgraded third party libraries [PUI-17276](https://jira.elliemae.io/browse/PUI-17276) ([#7833](https://
|
|
686
|
+
- 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
687
|
|
|
330
688
|
## 3.60.0-next.14 (2026-01-26)
|
|
331
689
|
|
|
332
690
|
### Features
|
|
333
691
|
|
|
334
|
-
- ds-menu-button:: slots and unit tests support [PUI-17708](https://jira.elliemae.io/browse/PUI-17708) ([#7822](https://
|
|
692
|
+
- 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
693
|
|
|
336
694
|
## 3.60.0-next.13 (2026-01-20)
|
|
337
695
|
|
|
338
696
|
### Bug Fixes
|
|
339
697
|
|
|
340
|
-
- ds-dialog:: raise condition caused by layout effect [PUI-17804](https://jira.elliemae.io/browse/PUI-17804)([#7826](https://
|
|
698
|
+
- 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
699
|
|
|
342
700
|
## 3.60.0-next.12 (2026-01-16)
|
|
343
701
|
|
|
344
702
|
### Features
|
|
345
703
|
|
|
346
|
-
- dimsum:: fixed dependencies and added knip for reports [PUI-17275](https://jira.elliemae.io/browse/PUI-17275) ([#7824](https://
|
|
704
|
+
- 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
705
|
|
|
348
706
|
## 3.60.0-next.11 (2026-01-14)
|
|
349
707
|
|
|
350
708
|
### Features
|
|
351
709
|
|
|
352
|
-
- ds-tabs:: update carousel to horizontal scroll [PUI-17483](https://jira.elliemae.io/browse/PUI-17483) ([#7821](https://
|
|
710
|
+
- 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
711
|
|
|
354
712
|
## 3.60.0-next.10 (2026-01-14)
|
|
355
713
|
|
|
356
714
|
### Bug Fixes
|
|
357
715
|
|
|
358
|
-
- ds-app-picker:: support global attributes [PUI-17246](https://jira.elliemae.io/browse/PUI-17246) ([#7820](https://
|
|
716
|
+
- 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
717
|
|
|
360
|
-
## [3.60.0-next.9](https://
|
|
718
|
+
## [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
719
|
|
|
362
720
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
363
721
|
|
|
@@ -369,37 +727,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
369
727
|
|
|
370
728
|
### Bug Fixes
|
|
371
729
|
|
|
372
|
-
- ds-chip:: custom attributes and folder organization [PUI-14876] (https://jira.elliemae.io/browse/PUI-14876) ([#7819](https://
|
|
730
|
+
- 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
731
|
|
|
374
732
|
## 3.60.0-next.6 (2026-01-12)
|
|
375
733
|
|
|
376
734
|
### Bug Fixes
|
|
377
735
|
|
|
378
|
-
- ds-floating-context:: remove console error when main is not defined [PUI-17776](https://jira.elliemae.io/browse/PUI-17776) ([#7814](https://
|
|
736
|
+
- 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
737
|
|
|
380
738
|
## 3.60.0-next.5 (2026-01-09)
|
|
381
739
|
|
|
382
740
|
### Features
|
|
383
741
|
|
|
384
|
-
- dimsum:: update percy and pui-e2e-test-sdk dependencies [PUI-17773](https://jira.elliemae.io/browse/PUI-17773) ([#7815](https://
|
|
742
|
+
- 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
743
|
|
|
386
744
|
## 3.60.0-next.4 (2026-01-09)
|
|
387
745
|
|
|
388
746
|
### Bug Fixes
|
|
389
747
|
|
|
390
|
-
- ds-chip:: custom attributes and folder organization [PUI-14876] (https://jira.elliemae.io/browse/PUI-14876) ([#7813](https://
|
|
748
|
+
- 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
749
|
|
|
392
750
|
## 3.60.0-next.3 (2026-01-08)
|
|
393
751
|
|
|
394
752
|
### Features
|
|
395
753
|
|
|
396
|
-
- ds-menu-button:: add props table in storybook [PUI-17708](https://jira.elliemae.io/browse/PUI-17708) ([5074f31](https://
|
|
754
|
+
- 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
755
|
|
|
398
756
|
## 3.60.0-next.2 (2026-01-05)
|
|
399
757
|
|
|
400
758
|
### Features
|
|
401
759
|
|
|
402
|
-
- ds-pills-v2:: axe + TS + slots + ds compliance [PUI-17456](https://jira.elliemae.io/browse/PUI-17456) ([#7811](https://
|
|
760
|
+
- 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
761
|
|
|
404
762
|
## 3.60.0-next.1 (2025-12-30)
|
|
405
763
|
|
|
@@ -409,19 +767,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
409
767
|
|
|
410
768
|
### Bug Fixes
|
|
411
769
|
|
|
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://
|
|
770
|
+
- 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
771
|
|
|
414
772
|
## 3.57.0-next.52 (2025-12-26)
|
|
415
773
|
|
|
416
774
|
### Features
|
|
417
775
|
|
|
418
|
-
- ds-icons:: new icons [PUI-16423](https://jira.elliemae.io/browse/PUI-16423) ([#7806](https://
|
|
776
|
+
- 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
777
|
|
|
420
778
|
## 3.57.0-next.51 (2025-12-24)
|
|
421
779
|
|
|
422
780
|
### Bug Fixes
|
|
423
781
|
|
|
424
|
-
- ds-data-table:: fix e2e test cases [PUI-16964](https://jira.elliemae.io/browse/PUI-16964) ([#7804](https://
|
|
782
|
+
- 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
783
|
|
|
426
784
|
## 3.57.0-next.50 (2025-12-22)
|
|
427
785
|
|
|
@@ -435,37 +793,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
435
793
|
|
|
436
794
|
### Features
|
|
437
795
|
|
|
438
|
-
- ds-breadcrumb:: update title documentation ([450ce89](https://
|
|
796
|
+
- ds-breadcrumb:: update title documentation ([450ce89](https://github.com/intcx/PLATFORM-UI.dimsum/commit/450ce896932ed6a14c17edceb9258f6f869831f7))
|
|
439
797
|
|
|
440
798
|
## 3.57.0-next.47 (2025-12-17)
|
|
441
799
|
|
|
442
800
|
### Bug Fixes
|
|
443
801
|
|
|
444
|
-
- dimsum:: fix e2e test cases [PUI-17048](https://jira.elliemae.io/browse/PUI-17048) ([#7801](https://
|
|
802
|
+
- 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
803
|
|
|
446
804
|
## 3.57.0-next.46 (2025-12-15)
|
|
447
805
|
|
|
448
806
|
### Bug Fixes
|
|
449
807
|
|
|
450
|
-
- ds-banner:: add tests for resize, reflow and aria support [PUI-17466](https://jira.elliemae.io/browse/PUI-17466) ([#7798](https://
|
|
808
|
+
- 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
809
|
|
|
452
810
|
## 3.57.0-next.45 (2025-12-15)
|
|
453
811
|
|
|
454
812
|
### Bug Fixes
|
|
455
813
|
|
|
456
|
-
- ds-form-layout-autocomplete:: added e2e for slots [PUI-16961](https://jira.elliemae.io/browse/PUI-16961) ([#7795](https://
|
|
814
|
+
- 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
815
|
|
|
458
816
|
## 3.57.0-next.44 (2025-12-15)
|
|
459
817
|
|
|
460
818
|
### Bug Fixes
|
|
461
819
|
|
|
462
|
-
- ds-svg:: add axe-core tests [PUI-16517](https://jira.elliemae.io/browse/PUI-16517) ([#7793](https://
|
|
820
|
+
- 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
821
|
|
|
464
822
|
## 3.57.0-next.43 (2025-12-10)
|
|
465
823
|
|
|
466
824
|
### Features
|
|
467
825
|
|
|
468
|
-
- ds-form-layout-autocomplete:: adding tests and slots funcionality [PUI-16961](https://jira.elliemae.io/browse/PUI-16961) ([#7788](https://
|
|
826
|
+
- 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
827
|
|
|
470
828
|
## 3.57.0-next.42 (2025-12-09)
|
|
471
829
|
|
|
@@ -475,49 +833,49 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
475
833
|
|
|
476
834
|
### Bug Fixes
|
|
477
835
|
|
|
478
|
-
- ds-shuttle-v2:: fixed e2e tests for ghost items [PUI-17476](https://jira.elliemae.io/browse/PUI-17476) ([#7783](https://
|
|
836
|
+
- 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
837
|
|
|
480
838
|
## 3.57.0-next.40 (2025-12-02)
|
|
481
839
|
|
|
482
840
|
### Bug Fixes
|
|
483
841
|
|
|
484
|
-
- ds-basic:: post refactor css import fixes ([#7780](https://
|
|
842
|
+
- 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
843
|
|
|
486
844
|
## 3.57.0-next.39 (2025-12-01)
|
|
487
845
|
|
|
488
846
|
### Features
|
|
489
847
|
|
|
490
|
-
- dimsum:: preparing for legacy packages final removal by fixing some mess [PUI-17248](https://jira.elliemae.io/browse/PUI-17248) ([#7726](https://
|
|
848
|
+
- 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
849
|
|
|
492
850
|
## 3.57.0-next.38 (2025-11-27)
|
|
493
851
|
|
|
494
852
|
### Bug Fixes
|
|
495
853
|
|
|
496
|
-
- ds-breadcrumb:: fix e2e test cases ([#7775](https://
|
|
854
|
+
- 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
855
|
|
|
498
856
|
## 3.57.0-next.37 (2025-11-27)
|
|
499
857
|
|
|
500
858
|
### Bug Fixes
|
|
501
859
|
|
|
502
|
-
- ds-menu-button:: flaky playwright test ([#7774](https://
|
|
860
|
+
- 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
861
|
|
|
504
862
|
## 3.57.0-next.36 (2025-11-26)
|
|
505
863
|
|
|
506
864
|
### Features
|
|
507
865
|
|
|
508
|
-
- ds-shuttle-v2:: aria live component [PUI-15526](https://jira.elliemae.io/browse/PUI-15526) ([#7769](https://
|
|
866
|
+
- 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
867
|
|
|
510
868
|
## 3.57.0-next.35 (2025-11-24)
|
|
511
869
|
|
|
512
870
|
### Features
|
|
513
871
|
|
|
514
|
-
- ds-pagination:: AxeCore + TS + Slots + DS Compliance [PUI-16510](https://jira.elliemae.io/browse/PUI-16510)e ([#7765](https://
|
|
872
|
+
- 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
873
|
|
|
516
874
|
## 3.57.0-next.34 (2025-11-19)
|
|
517
875
|
|
|
518
876
|
### Features
|
|
519
877
|
|
|
520
|
-
- ds-shuttle-v2:: dnd unit tests [PUI-15518](https://jira.elliemae.io/browse/PUI-15518) ([#7753](https://
|
|
878
|
+
- 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
879
|
|
|
522
880
|
## 3.57.0-next.33 (2025-11-18)
|
|
523
881
|
|
|
@@ -531,63 +889,63 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
531
889
|
|
|
532
890
|
### Bug Fixes
|
|
533
891
|
|
|
534
|
-
- ds-banner:: update spec URL ([feea8ec](https://
|
|
892
|
+
- ds-banner:: update spec URL ([feea8ec](https://github.com/intcx/PLATFORM-UI.dimsum/commit/feea8ecc9cfe736eb9262a8709f535f68924ba76))
|
|
535
893
|
|
|
536
894
|
## 3.57.0-next.30 (2025-11-12)
|
|
537
895
|
|
|
538
896
|
### Features
|
|
539
897
|
|
|
540
|
-
- ds-dialog:: link spec v2 [PUI-17407](https://jira.elliemae.io/browse/PUI-17407) ([#7751](https://
|
|
898
|
+
- 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
899
|
|
|
542
900
|
## 3.57.0-next.29 (2025-11-12)
|
|
543
901
|
|
|
544
902
|
### Features
|
|
545
903
|
|
|
546
|
-
- ds-read-more:: link spec v2 [PUI-17369](https://jira.elliemae.io/browse/PUI-17369) ([#7750](https://
|
|
904
|
+
- 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
905
|
|
|
548
906
|
## 3.57.0-next.28 (2025-11-12)
|
|
549
907
|
|
|
550
908
|
### Bug Fixes
|
|
551
909
|
|
|
552
|
-
- ds-menu-button:: added e2e test for next tabstop when expanded [PUI-17414](https://jira.elliemae.io/browse/PUI-17414) ([#7749](https://
|
|
910
|
+
- 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
911
|
|
|
554
912
|
## 3.57.0-next.27 (2025-11-10)
|
|
555
913
|
|
|
556
914
|
### Bug Fixes
|
|
557
915
|
|
|
558
|
-
- ds-card-v3:: added e2e for slots [PUI-17361](https://jira.elliemae.io/browse/PUI-17361) ([#7746](https://
|
|
916
|
+
- 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
917
|
|
|
560
918
|
## 3.57.0-next.26 (2025-11-06)
|
|
561
919
|
|
|
562
920
|
### Bug Fixes
|
|
563
921
|
|
|
564
|
-
- dimsum:: fix e2e test cases for Dialog, ShuttleV2 and DataTable [PUI-16930](https://jira.elliemae.io/browse/PUI-16930) ([#7742](https://
|
|
922
|
+
- 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
923
|
|
|
566
924
|
## 3.57.0-next.25 (2025-11-05)
|
|
567
925
|
|
|
568
926
|
### Bug Fixes
|
|
569
927
|
|
|
570
|
-
- ds-data-table:: sort click when filter menu is open [PUI-15155](https://jira.elliemae.io/browse/PUI-15155) ([#7740](https://
|
|
928
|
+
- 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
929
|
|
|
572
930
|
## 3.57.0-next.24 (2025-11-04)
|
|
573
931
|
|
|
574
932
|
### Bug Fixes
|
|
575
933
|
|
|
576
|
-
- ds-form:: spec publication cdn [PUI-16198](https://jira.elliemae.io/browse/PUI-16198) ([#7722](https://
|
|
934
|
+
- 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
935
|
|
|
578
936
|
## 3.57.0-next.23 (2025-11-04)
|
|
579
937
|
|
|
580
938
|
### Bug Fixes
|
|
581
939
|
|
|
582
|
-
- ds-shuttle-v2:: fixed e2e tests afeter autofocus was removed [PUI-15526](https://jira.elliemae.io/browse/PUI-15526) ([#7732](https://
|
|
940
|
+
- 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
941
|
|
|
584
942
|
## 3.57.0-next.22 (2025-11-04)
|
|
585
943
|
|
|
586
944
|
### Bug Fixes
|
|
587
945
|
|
|
588
|
-
- ds-read-more:: add visual test for 1 line use case [PUI-17309](https://jira.elliemae.io/browse/PUI-17309) ([#7730](https://
|
|
946
|
+
- 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
947
|
|
|
590
|
-
## [3.57.0-next.21](https://
|
|
948
|
+
## [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
949
|
|
|
592
950
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
593
951
|
|
|
@@ -595,13 +953,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
595
953
|
|
|
596
954
|
### Bug Fixes
|
|
597
955
|
|
|
598
|
-
- ds-form-combobox:: tabindex -1 for menue items restored ([#7733](https://
|
|
956
|
+
- 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
957
|
|
|
600
|
-
## [3.57.0-next.19](https://
|
|
958
|
+
## [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
959
|
|
|
602
960
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
603
961
|
|
|
604
|
-
## [3.57.0-next.18](https://
|
|
962
|
+
## [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
963
|
|
|
606
964
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
607
965
|
|
|
@@ -609,7 +967,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
609
967
|
|
|
610
968
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
611
969
|
|
|
612
|
-
## [3.57.0-next.16](https://
|
|
970
|
+
## [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
971
|
|
|
614
972
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
615
973
|
|
|
@@ -617,25 +975,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
617
975
|
|
|
618
976
|
### Bug Fixes
|
|
619
977
|
|
|
620
|
-
- ds-form-input-text:: restored focus tracking logic per regression [PUI-17351](https://jira.elliemae.io/browse/PUI-17351) ([#7728](https://
|
|
978
|
+
- 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
979
|
|
|
622
980
|
## 3.57.0-next.14 (2025-10-29)
|
|
623
981
|
|
|
624
982
|
### Bug Fixes
|
|
625
983
|
|
|
626
|
-
- ds-data-table:: fixed axe-core unit test ([#7727](https://
|
|
984
|
+
- 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
985
|
|
|
628
986
|
## 3.57.0-next.13 (2025-10-29)
|
|
629
987
|
|
|
630
988
|
### Bug Fixes
|
|
631
989
|
|
|
632
|
-
- ds-form-input-text:: fixed unit tests ([#7721](https://
|
|
990
|
+
- 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
991
|
|
|
634
992
|
## 3.57.0-next.12 (2025-10-23)
|
|
635
993
|
|
|
636
994
|
### Bug Fixes
|
|
637
995
|
|
|
638
|
-
- ds-mobile:: mobile card update ([#7702](https://
|
|
996
|
+
- 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
997
|
|
|
640
998
|
## 3.57.0-next.11 (2025-10-23)
|
|
641
999
|
|
|
@@ -645,61 +1003,61 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
645
1003
|
|
|
646
1004
|
### Bug Fixes
|
|
647
1005
|
|
|
648
|
-
- ds-data-table:: adding a slot for the popover wrapper [PUI-17259](https://jira.elliemae.io/browse/PUI-17259) ([#7700](https://
|
|
1006
|
+
- 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
1007
|
|
|
650
1008
|
## 3.57.0-next.9 (2025-10-21)
|
|
651
1009
|
|
|
652
1010
|
### Features
|
|
653
1011
|
|
|
654
|
-
- dimsum:: third parties from catalog + mobile removed polished [PUI-17293](https://jira.elliemae.io/browse/PUI-17293) ([#7696](https://
|
|
1012
|
+
- 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
1013
|
|
|
656
1014
|
## 3.57.0-next.8 (2025-10-21)
|
|
657
1015
|
|
|
658
1016
|
### Bug Fixes
|
|
659
1017
|
|
|
660
|
-
- ds-floating-context:: removed default role complementary [PUI-16416](https://jira.elliemae.io/browse/PUI-16416) ([#7691](https://
|
|
1018
|
+
- 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
1019
|
|
|
662
1020
|
## 3.57.0-next.7 (2025-10-20)
|
|
663
1021
|
|
|
664
1022
|
### Features
|
|
665
1023
|
|
|
666
|
-
- ds-shuttle-v2:: ts testing [PUI-16342](https://jira.elliemae.io/browse/PUI-16342) ([#7695](https://
|
|
1024
|
+
- 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
1025
|
|
|
668
1026
|
## 3.57.0-next.6 (2025-10-16)
|
|
669
1027
|
|
|
670
1028
|
### Features
|
|
671
1029
|
|
|
672
|
-
- ds-shuttle-v2:: dimsum compliace constant relocation [PUI-16342](https://jira.elliemae.io/browse/PUI-16342) ([#7694](https://
|
|
1030
|
+
- 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
1031
|
|
|
674
1032
|
## 3.57.0-next.5 (2025-10-15)
|
|
675
1033
|
|
|
676
1034
|
### Bug Fixes
|
|
677
1035
|
|
|
678
|
-
- ds-accordion:: add functional tests for lang attribute customization [PUI-14885](https://jira.elliemae.io/browse/PUI-14885) ([#7692](https://
|
|
1036
|
+
- 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
1037
|
|
|
680
1038
|
## 3.57.0-next.4 (2025-10-13)
|
|
681
1039
|
|
|
682
1040
|
### Features
|
|
683
1041
|
|
|
684
|
-
- ds-shuttle-v2:: dimsum compliance [PUI-16342](https://jira.elliemae.io/browse/PUI-16342) ([#7687](https://
|
|
1042
|
+
- 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
1043
|
|
|
686
1044
|
## 3.57.0-next.3 (2025-10-13)
|
|
687
1045
|
|
|
688
1046
|
### Bug Fixes
|
|
689
1047
|
|
|
690
|
-
- ds-form-layout-blocks:: updated e2e test for required [PUI-10970](https://jira.elliemae.io/browse/PUI-10970) ([#7671](https://
|
|
1048
|
+
- 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
1049
|
|
|
692
1050
|
## 3.57.0-next.2 (2025-10-13)
|
|
693
1051
|
|
|
694
1052
|
### Bug Fixes
|
|
695
1053
|
|
|
696
|
-
- ds-dropzone:: update examples to features [PUI-15139](https://jira.elliemae.io/browse/PUI-15139) ([#7683](https://
|
|
1054
|
+
- 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
1055
|
|
|
698
1056
|
## 3.57.0-next.1 (2025-10-13)
|
|
699
1057
|
|
|
700
1058
|
### Features
|
|
701
1059
|
|
|
702
|
-
- ds-accordion:: add spec [PUI-16954](https://jira.elliemae.io/browse/PUI-16954) ([#7672](https://
|
|
1060
|
+
- 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
1061
|
|
|
704
1062
|
## 3.55.0-next.29 (2025-10-03)
|
|
705
1063
|
|
|
@@ -709,57 +1067,57 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
709
1067
|
|
|
710
1068
|
### Bug Fixes
|
|
711
1069
|
|
|
712
|
-
- ds-controlled-form:: added e2e test for defect PUI17084 [PUI-17084](https://jira.elliemae.io/browse/PUI-17084) ([#7669](https://
|
|
1070
|
+
- 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
1071
|
|
|
714
1072
|
## 3.55.0-next.27 (2025-10-02)
|
|
715
1073
|
|
|
716
1074
|
### Features
|
|
717
1075
|
|
|
718
|
-
- ds-data-table:: integrated examples with filters improve [PUI-16534](https://jira.elliemae.io/browse/PUI-16534) ([#7670](https://
|
|
1076
|
+
- 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
1077
|
|
|
720
1078
|
## 3.55.0-next.26 (2025-10-01)
|
|
721
1079
|
|
|
722
1080
|
### Bug Fixes
|
|
723
1081
|
|
|
724
|
-
- ds-card-navigation:: added slots showcase [PUI-15573] (https://jira.elliemae.io/browse/PUI-15573) ([#7667](https://
|
|
1082
|
+
- 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
1083
|
|
|
726
1084
|
## 3.55.0-next.25 (2025-10-01)
|
|
727
1085
|
|
|
728
1086
|
### Bug Fixes
|
|
729
1087
|
|
|
730
|
-
- ds-form-combobox:: remove use of mergeRef to avoid minified error [PUI-17148](https://jira.elliemae.io/browse/PUI-17148) ([#7662](https://
|
|
1088
|
+
- 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
1089
|
|
|
732
1090
|
## 3.55.0-next.24 (2025-09-30)
|
|
733
1091
|
|
|
734
1092
|
### Reverts
|
|
735
1093
|
|
|
736
|
-
- Revert "fix: ds-tabs:: first render now doesn't animate anymore (#7656)" (#7663) ([72c0c05](https://
|
|
1094
|
+
- 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
1095
|
|
|
738
1096
|
## 3.55.0-next.23 (2025-09-30)
|
|
739
1097
|
|
|
740
1098
|
### Bug Fixes
|
|
741
1099
|
|
|
742
|
-
- ds-form-single-combobox:: add functional test for disabled [PUI-17193](https://jira.elliemae.io/browse/PUI-17193) ([#7661](https://
|
|
1100
|
+
- 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
1101
|
|
|
744
1102
|
## 3.55.0-next.22 (2025-09-29)
|
|
745
1103
|
|
|
746
1104
|
### Bug Fixes
|
|
747
1105
|
|
|
748
|
-
- ds-form-combobox:: fix defect open twice menu while filtering ([#7657](https://
|
|
1106
|
+
- 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
1107
|
|
|
750
1108
|
## 3.55.0-next.21 (2025-09-26)
|
|
751
1109
|
|
|
752
1110
|
### Bug Fixes
|
|
753
1111
|
|
|
754
|
-
- ds-tabs:: first render now doesn't animate anymore ([#7656](https://
|
|
1112
|
+
- 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
1113
|
|
|
756
1114
|
## 3.55.0-next.20 (2025-09-25)
|
|
757
1115
|
|
|
758
1116
|
### Bug Fixes
|
|
759
1117
|
|
|
760
|
-
- ds-accordion:: remove DSTruncateTextWithTooltip usage from accordion stories ([#7654](https://
|
|
1118
|
+
- 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
1119
|
|
|
762
|
-
## [3.55.0-next.19](https://
|
|
1120
|
+
## [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
1121
|
|
|
764
1122
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
765
1123
|
|
|
@@ -767,85 +1125,85 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
767
1125
|
|
|
768
1126
|
### Bug Fixes
|
|
769
1127
|
|
|
770
|
-
- ds-tabs:: add functional test for onTabChange [PUI-10950](https://jira.elliemae.io/browse/PUI-10950) ([#7652](https://
|
|
1128
|
+
- 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
1129
|
|
|
772
1130
|
## 3.55.0-next.17 (2025-09-22)
|
|
773
1131
|
|
|
774
1132
|
### Features
|
|
775
1133
|
|
|
776
|
-
- ds-data-table:: example slot free text search [PUI-16537](https://jira.elliemae.io/browse/PUI-16537) ([#7651](https://
|
|
1134
|
+
- 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
1135
|
|
|
778
1136
|
## 3.55.0-next.16 (2025-09-18)
|
|
779
1137
|
|
|
780
1138
|
### Bug Fixes
|
|
781
1139
|
|
|
782
|
-
- ds-data-table:: added e2e for fixed width w/ filters ([#7643](https://
|
|
1140
|
+
- 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
1141
|
|
|
784
1142
|
## 3.55.0-next.15 (2025-09-17)
|
|
785
1143
|
|
|
786
1144
|
### Features
|
|
787
1145
|
|
|
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://
|
|
1146
|
+
- 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
1147
|
|
|
790
1148
|
## 3.55.0-next.14 (2025-09-16)
|
|
791
1149
|
|
|
792
1150
|
### Bug Fixes
|
|
793
1151
|
|
|
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://
|
|
1152
|
+
- 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
1153
|
|
|
796
1154
|
## 3.55.0-next.13 (2025-09-15)
|
|
797
1155
|
|
|
798
1156
|
### Bug Fixes
|
|
799
1157
|
|
|
800
|
-
- ds-tabs:: improve tabs layout and support ds-swipe-card customization [PUI-17142](https://jira.elliemae.io/browse/PUI-17142) ([#7637](https://
|
|
1158
|
+
- 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
1159
|
|
|
802
1160
|
## 3.55.0-next.12 (2025-09-11)
|
|
803
1161
|
|
|
804
1162
|
### Bug Fixes
|
|
805
1163
|
|
|
806
|
-
- ds-tabs:: add missing package and panel owner props [PUI-16438](https://jira.elliemae.io/browse/PUI-16438) ([#7629](https://
|
|
1164
|
+
- 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
1165
|
|
|
808
1166
|
## 3.55.0-next.11 (2025-09-10)
|
|
809
1167
|
|
|
810
1168
|
### Bug Fixes
|
|
811
1169
|
|
|
812
|
-
- ds-tabs:: remove mobile additional padding [PUI-17140](https://jira.elliemae.io/browse/PUI-17140) ([#7626](https://
|
|
1170
|
+
- 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
1171
|
|
|
814
1172
|
## 3.55.0-next.10 (2025-09-08)
|
|
815
1173
|
|
|
816
1174
|
### Bug Fixes
|
|
817
1175
|
|
|
818
|
-
- dimsum:: additional snyk fixes for 26.2 [PUI-17130](https://jira.elliemae.io/browse/PUI-17130) ([#7620](https://
|
|
1176
|
+
- 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
1177
|
|
|
820
1178
|
## 3.55.0-next.9 (2025-09-05)
|
|
821
1179
|
|
|
822
1180
|
### Bug Fixes
|
|
823
1181
|
|
|
824
|
-
- ds-accordion:: fix e2e stories [PUI-14868](https://jira.elliemae.io/browse/PUI-14868) ([#7619](https://
|
|
1182
|
+
- 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
1183
|
|
|
826
1184
|
## 3.55.0-next.8 (2025-09-05)
|
|
827
1185
|
|
|
828
1186
|
### Features
|
|
829
1187
|
|
|
830
|
-
- ds-tabs:: fixed axe + improved CI testing logs ([#7621](https://
|
|
1188
|
+
- 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
1189
|
|
|
832
1190
|
## 3.55.0-next.7 (2025-09-01)
|
|
833
1191
|
|
|
834
1192
|
### Bug Fixes
|
|
835
1193
|
|
|
836
|
-
- ds-accordion:: add wrapLabel prop [PUI-14884](https://jira.elliemae.io/browse/PUI-14884) ([#7601](https://
|
|
1194
|
+
- 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
1195
|
|
|
838
1196
|
## 3.55.0-next.6 (2025-08-27)
|
|
839
1197
|
|
|
840
1198
|
### Bug Fixes
|
|
841
1199
|
|
|
842
|
-
- ds-form-helpers-mask-hooks:: add functional test for initial value issue [PUI-17076](https://jira.elliemae.io/browse/PUI-17076) ([#7606](https://
|
|
1200
|
+
- 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
1201
|
|
|
844
|
-
## [3.55.0-next.5](https://
|
|
1202
|
+
## [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
1203
|
|
|
846
1204
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
847
1205
|
|
|
848
|
-
## [3.55.0-next.4](https://
|
|
1206
|
+
## [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
1207
|
|
|
850
1208
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
851
1209
|
|
|
@@ -853,13 +1211,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
853
1211
|
|
|
854
1212
|
### Bug Fixes
|
|
855
1213
|
|
|
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://
|
|
1214
|
+
- 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
1215
|
|
|
858
1216
|
## 3.55.0-next.2 (2025-08-19)
|
|
859
1217
|
|
|
860
1218
|
### Features
|
|
861
1219
|
|
|
862
|
-
- ds-floating-context:: improve package [PUI-15951](https://jira.elliemae.io/browse/PUI-15951) ([#7590](https://
|
|
1220
|
+
- 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
1221
|
|
|
864
1222
|
## 3.55.0-next.1 (2025-08-19)
|
|
865
1223
|
|
|
@@ -869,1275 +1227,1275 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
869
1227
|
|
|
870
1228
|
### Bug Fixes
|
|
871
1229
|
|
|
872
|
-
- ds-button-v2:: add functional test for button type submit [PUI-16729](https://jira.elliemae.io/browse/PUI-16729) ([#7587](https://
|
|
1230
|
+
- 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
1231
|
|
|
874
1232
|
## 3.54.0-next.7 (2025-08-06)
|
|
875
1233
|
|
|
876
1234
|
### Bug Fixes
|
|
877
1235
|
|
|
878
|
-
- ds-form-combobox:: case of wrong dropdown positioning after filtering fixed [PUI-16996](https://jira.elliemae.io/browse/PUI-16996) ([#7585](https://
|
|
1236
|
+
- 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
1237
|
|
|
880
1238
|
## 3.54.0-next.6 (2025-07-31)
|
|
881
1239
|
|
|
882
1240
|
### Bug Fixes
|
|
883
1241
|
|
|
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://
|
|
1242
|
+
- 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
1243
|
|
|
886
1244
|
## 3.54.0-next.5 (2025-07-23)
|
|
887
1245
|
|
|
888
1246
|
### Features
|
|
889
1247
|
|
|
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://
|
|
1248
|
+
- 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
1249
|
|
|
892
1250
|
## 3.54.0-next.4 (2025-07-23)
|
|
893
1251
|
|
|
894
1252
|
### Bug Fixes
|
|
895
1253
|
|
|
896
|
-
- ds-read-more:: sr-only-disclaimer placement [PUI-14963](https://jira.elliemae.io/browse/PUI-14963) ([#7575](https://
|
|
1254
|
+
- 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
1255
|
|
|
898
1256
|
## 3.54.0-next.3 (2025-07-22)
|
|
899
1257
|
|
|
900
1258
|
### Bug Fixes
|
|
901
1259
|
|
|
902
|
-
- dimsum:: fix e2e test cases [PUI-16286](https://jira.elliemae.io/browse/PUI-16286) ([#7573](https://
|
|
1260
|
+
- 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
1261
|
|
|
904
1262
|
## 3.54.0-next.2 (2025-07-22)
|
|
905
1263
|
|
|
906
1264
|
### Features
|
|
907
1265
|
|
|
908
|
-
- ds-form-single-combobox:: add functional tests for slots [PUI-16088](https://jira.elliemae.io/browse/PUI-16088) ([#7564](https://
|
|
1266
|
+
- 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
1267
|
|
|
910
1268
|
## 3.53.0-next.15 (2025-07-14)
|
|
911
1269
|
|
|
912
1270
|
### Bug Fixes
|
|
913
1271
|
|
|
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://
|
|
1272
|
+
- 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
1273
|
|
|
916
1274
|
## 3.53.0-next.14 (2025-07-10)
|
|
917
1275
|
|
|
918
1276
|
### Bug Fixes
|
|
919
1277
|
|
|
920
|
-
- ds-tabs:: secondary tabs fix [PUI-16477](https://jira.elliemae.io/browse/PUI-16477) ([#7558](https://
|
|
1278
|
+
- 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
1279
|
|
|
922
1280
|
## 3.53.0-next.13 (2025-07-09)
|
|
923
1281
|
|
|
924
1282
|
### Bug Fixes
|
|
925
1283
|
|
|
926
|
-
- ds-shuttle-v2:: add functional tests cases [PUI-16230](https://jira.elliemae.io/browse/PUI-16230) ([#7554](https://
|
|
1284
|
+
- 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
1285
|
|
|
928
1286
|
## 3.53.0-next.12 (2025-07-07)
|
|
929
1287
|
|
|
930
1288
|
### Features
|
|
931
1289
|
|
|
932
|
-
- ds-tabs:: carousel chevron btns with nested slots [PUI-16131](https://jira.elliemae.io/browse/PUI-16131) ([#7552](https://
|
|
1290
|
+
- 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
1291
|
|
|
934
1292
|
## 3.53.0-next.11 (2025-07-03)
|
|
935
1293
|
|
|
936
1294
|
### Features
|
|
937
1295
|
|
|
938
|
-
- ds-tabs:: refactor interactions [PUI-15148](https://jira.elliemae.io/browse/PUI-15148) ([#7546](https://
|
|
1296
|
+
- 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
1297
|
|
|
940
1298
|
## 3.53.0-next.10 (2025-07-01)
|
|
941
1299
|
|
|
942
1300
|
### Bug Fixes
|
|
943
1301
|
|
|
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://
|
|
1302
|
+
- 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
1303
|
|
|
946
1304
|
## 3.53.0-next.9 (2025-06-30)
|
|
947
1305
|
|
|
948
1306
|
### Features
|
|
949
1307
|
|
|
950
|
-
- ds-data-table:: add visual test for dnd with scroll use case [PUI-16401](https://jira.elliemae.io/browse/PUI-16401) ([#7543](https://
|
|
1308
|
+
- 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
1309
|
|
|
952
1310
|
## 3.53.0-next.8 (2025-06-24)
|
|
953
1311
|
|
|
954
1312
|
### Features
|
|
955
1313
|
|
|
956
|
-
- ds-form-layout-input-group:: add spec v2025-06-19 ([#7538](https://
|
|
1314
|
+
- 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
1315
|
|
|
958
1316
|
## 3.53.0-next.7 (2025-06-23)
|
|
959
1317
|
|
|
960
1318
|
### Features
|
|
961
1319
|
|
|
962
|
-
- ds-pills-v2:: style update [PUI-16263](https://jira.elliemae.io/browse/PUI-16263) ([#7532](https://
|
|
1320
|
+
- 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
1321
|
|
|
964
1322
|
## 3.53.0-next.6 (2025-06-18)
|
|
965
1323
|
|
|
966
1324
|
### Bug Fixes
|
|
967
1325
|
|
|
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://
|
|
1326
|
+
- 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))
|
|
1327
|
+
|
|
1328
|
+
## [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)
|
|
1329
|
+
|
|
1330
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1331
|
+
|
|
1332
|
+
## [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)
|
|
1333
|
+
|
|
1334
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1335
|
+
|
|
1336
|
+
## [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)
|
|
1337
|
+
|
|
1338
|
+
### Bug Fixes
|
|
1339
|
+
|
|
1340
|
+
- 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))
|
|
1341
|
+
- 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))
|
|
1342
|
+
|
|
1343
|
+
## [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)
|
|
1344
|
+
|
|
1345
|
+
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1346
|
+
|
|
1347
|
+
## [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)
|
|
1348
|
+
|
|
1349
|
+
### Features
|
|
1350
|
+
|
|
1351
|
+
- 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))
|
|
1352
|
+
- 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))
|
|
1353
|
+
- 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))
|
|
1354
|
+
- 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))
|
|
1355
|
+
- 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))
|
|
1356
|
+
- 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))
|
|
1357
|
+
- 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))
|
|
1358
|
+
- 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))
|
|
1359
|
+
- 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))
|
|
1360
|
+
- 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))
|
|
1361
|
+
- 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))
|
|
1362
|
+
- 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))
|
|
1363
|
+
- 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))
|
|
1364
|
+
- 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))
|
|
1365
|
+
- 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))
|
|
1366
|
+
- 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))
|
|
1367
|
+
- 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))
|
|
1368
|
+
- 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))
|
|
1369
|
+
- 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))
|
|
1370
|
+
- 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))
|
|
1371
|
+
- 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))
|
|
1372
|
+
- 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))
|
|
1373
|
+
- 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))
|
|
1374
|
+
- 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))
|
|
1375
|
+
- 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))
|
|
1376
|
+
- 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))
|
|
1377
|
+
- 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))
|
|
1378
|
+
- 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))
|
|
1379
|
+
- 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))
|
|
1380
|
+
- 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))
|
|
1381
|
+
- 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))
|
|
1382
|
+
- 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))
|
|
1383
|
+
- 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))
|
|
1384
|
+
- 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))
|
|
1385
|
+
- 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))
|
|
1386
|
+
- 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))
|
|
1387
|
+
- 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))
|
|
1388
|
+
- 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))
|
|
1389
|
+
- 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))
|
|
1390
|
+
- 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))
|
|
1391
|
+
- 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))
|
|
1392
|
+
- 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))
|
|
1393
|
+
- 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))
|
|
1394
|
+
- 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))
|
|
1395
|
+
- 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))
|
|
1396
|
+
- 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))
|
|
1397
|
+
- 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))
|
|
1398
|
+
- 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))
|
|
1399
|
+
- 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))
|
|
1400
|
+
- 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))
|
|
1401
|
+
- 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))
|
|
1402
|
+
- 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))
|
|
1403
|
+
- 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))
|
|
1404
|
+
- 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))
|
|
1405
|
+
- 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))
|
|
1406
|
+
- 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))
|
|
1407
|
+
- 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))
|
|
1408
|
+
- 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))
|
|
1409
|
+
- 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))
|
|
1410
|
+
- 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))
|
|
1411
|
+
- 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))
|
|
1412
|
+
- 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))
|
|
1413
|
+
- 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))
|
|
1414
|
+
- 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))
|
|
1415
|
+
- 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))
|
|
1416
|
+
- 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))
|
|
1417
|
+
- 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))
|
|
1418
|
+
- 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))
|
|
1419
|
+
- 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))
|
|
1420
|
+
- 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))
|
|
1421
|
+
- 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))
|
|
1422
|
+
- 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))
|
|
1423
|
+
- 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))
|
|
1424
|
+
- 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))
|
|
1425
|
+
- 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))
|
|
1426
|
+
- 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))
|
|
1427
|
+
- 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))
|
|
1428
|
+
- 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))
|
|
1429
|
+
- 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))
|
|
1430
|
+
- 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))
|
|
1431
|
+
- 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))
|
|
1432
|
+
- 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))
|
|
1433
|
+
- 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))
|
|
1434
|
+
- 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))
|
|
1435
|
+
|
|
1436
|
+
### Bug Fixes
|
|
1437
|
+
|
|
1438
|
+
- 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))
|
|
1439
|
+
- 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))
|
|
1440
|
+
- 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))
|
|
1441
|
+
- 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))
|
|
1442
|
+
- 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))
|
|
1443
|
+
- 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))
|
|
1444
|
+
- 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))
|
|
1445
|
+
- 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))
|
|
1446
|
+
- 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))
|
|
1447
|
+
- 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))
|
|
1448
|
+
- 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))
|
|
1449
|
+
- 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))
|
|
1450
|
+
- 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))
|
|
1451
|
+
- 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))
|
|
1452
|
+
- 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))
|
|
1453
|
+
- 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))
|
|
1454
|
+
- 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))
|
|
1455
|
+
- 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))
|
|
1456
|
+
- 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))
|
|
1457
|
+
- 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))
|
|
1458
|
+
- 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))
|
|
1459
|
+
- 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))
|
|
1460
|
+
- 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))
|
|
1461
|
+
- 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))
|
|
1462
|
+
- 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))
|
|
1463
|
+
- 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))
|
|
1464
|
+
- 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))
|
|
1465
|
+
- 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))
|
|
1466
|
+
- 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))
|
|
1467
|
+
- 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))
|
|
1468
|
+
- 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))
|
|
1469
|
+
- 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))
|
|
1470
|
+
- 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))
|
|
1471
|
+
- 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))
|
|
1472
|
+
- 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))
|
|
1473
|
+
- 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))
|
|
1474
|
+
- 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))
|
|
1475
|
+
- 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))
|
|
1476
|
+
- 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))
|
|
1477
|
+
- 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))
|
|
1478
|
+
- 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))
|
|
1479
|
+
- 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))
|
|
1480
|
+
- 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))
|
|
1481
|
+
- 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))
|
|
1482
|
+
- 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))
|
|
1483
|
+
- 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))
|
|
1484
|
+
- 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))
|
|
1485
|
+
- 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))
|
|
1486
|
+
- 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))
|
|
1487
|
+
- 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))
|
|
1488
|
+
- 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))
|
|
1489
|
+
- 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))
|
|
1490
|
+
- 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))
|
|
1491
|
+
- 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))
|
|
1492
|
+
- 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))
|
|
1493
|
+
- 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))
|
|
1494
|
+
- 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))
|
|
1495
|
+
- 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))
|
|
1496
|
+
- 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))
|
|
1497
|
+
- 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))
|
|
1498
|
+
- 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))
|
|
1499
|
+
- 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))
|
|
1500
|
+
- 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))
|
|
1501
|
+
- 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))
|
|
1502
|
+
- 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))
|
|
1503
|
+
- 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))
|
|
1504
|
+
- 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))
|
|
1505
|
+
- 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))
|
|
1506
|
+
- 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))
|
|
1507
|
+
- 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))
|
|
1508
|
+
- 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
1509
|
|
|
1152
|
-
## [3.52.0-rc.33](https://
|
|
1510
|
+
## [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
1511
|
|
|
1154
1512
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1155
1513
|
|
|
1156
|
-
## [3.52.0-rc.32](https://
|
|
1514
|
+
## [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
1515
|
|
|
1158
1516
|
### Features
|
|
1159
1517
|
|
|
1160
|
-
- ds-form-date-time-picker:: add functional, visual and a11y tests [PUI-16000](https://jira.elliemae.io/browse/PUI-16000) ([#7494](https://
|
|
1518
|
+
- 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
1519
|
|
|
1162
1520
|
### Bug Fixes
|
|
1163
1521
|
|
|
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://
|
|
1522
|
+
- 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))
|
|
1523
|
+
- 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))
|
|
1524
|
+
- 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
1525
|
|
|
1168
|
-
## [3.52.0-rc.31](https://
|
|
1526
|
+
## [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
1527
|
|
|
1170
1528
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1171
1529
|
|
|
1172
|
-
## [3.52.0-rc.30](https://
|
|
1530
|
+
## [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
1531
|
|
|
1174
1532
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1175
1533
|
|
|
1176
|
-
## [3.52.0-rc.29](https://
|
|
1534
|
+
## [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
1535
|
|
|
1178
1536
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1179
1537
|
|
|
1180
|
-
## [3.52.0-rc.28](https://
|
|
1538
|
+
## [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
1539
|
|
|
1182
1540
|
### Bug Fixes
|
|
1183
1541
|
|
|
1184
|
-
- dimsum:: fixed broken e2e tests for components [PUI-16040](https://jira.elliemae.io/browse/PUI-16040) ([#7482](https://
|
|
1542
|
+
- 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
1543
|
|
|
1186
|
-
## [3.52.0-rc.27](https://
|
|
1544
|
+
## [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
1545
|
|
|
1188
1546
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1189
1547
|
|
|
1190
|
-
## [3.52.0-rc.26](https://
|
|
1548
|
+
## [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
1549
|
|
|
1192
1550
|
### Bug Fixes
|
|
1193
1551
|
|
|
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://
|
|
1552
|
+
- 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))
|
|
1553
|
+
- 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))
|
|
1554
|
+
- 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
1555
|
|
|
1198
|
-
## [3.52.0-rc.25](https://
|
|
1556
|
+
## [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
1557
|
|
|
1200
1558
|
### Bug Fixes
|
|
1201
1559
|
|
|
1202
|
-
- ds-card-navigation:: replacing tooltip and making it accessible [PUI-15574](https://jira.elliemae.io/browse/PUI-15574) ([#7441](https://
|
|
1560
|
+
- 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
1561
|
|
|
1204
|
-
## [3.52.0-rc.24](https://
|
|
1562
|
+
## [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
1563
|
|
|
1206
1564
|
### Bug Fixes
|
|
1207
1565
|
|
|
1208
|
-
- ds-treeview:: fixed test .stringContaining issue [PUI-11320](https://jira.elliemae.io/browse/PUI-11320) ([#7466](https://
|
|
1566
|
+
- 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
1567
|
|
|
1210
|
-
## [3.52.0-rc.23](https://
|
|
1568
|
+
## [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
1569
|
|
|
1212
1570
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1213
1571
|
|
|
1214
|
-
## [3.52.0-rc.22](https://
|
|
1572
|
+
## [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
1573
|
|
|
1216
1574
|
### Bug Fixes
|
|
1217
1575
|
|
|
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://
|
|
1576
|
+
- 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))
|
|
1577
|
+
- 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))
|
|
1578
|
+
- 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
1579
|
|
|
1222
|
-
## [3.52.0-rc.21](https://
|
|
1580
|
+
## [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
1581
|
|
|
1224
1582
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1225
1583
|
|
|
1226
|
-
## [3.52.0-rc.20](https://
|
|
1584
|
+
## [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
1585
|
|
|
1228
1586
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1229
1587
|
|
|
1230
|
-
## [3.52.0-rc.19](https://
|
|
1588
|
+
## [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
1589
|
|
|
1232
1590
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1233
1591
|
|
|
1234
|
-
## [3.52.0-rc.18](https://
|
|
1592
|
+
## [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
1593
|
|
|
1236
1594
|
### Bug Fixes
|
|
1237
1595
|
|
|
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://
|
|
1596
|
+
- 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))
|
|
1597
|
+
- 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
1598
|
|
|
1241
|
-
## [3.52.0-rc.17](https://
|
|
1599
|
+
## [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
1600
|
|
|
1243
1601
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1244
1602
|
|
|
1245
|
-
## [3.52.0-rc.16](https://
|
|
1603
|
+
## [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
1604
|
|
|
1247
1605
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1248
1606
|
|
|
1249
|
-
## [3.52.0-rc.15](https://
|
|
1607
|
+
## [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
1608
|
|
|
1251
1609
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1252
1610
|
|
|
1253
|
-
## [3.52.0-rc.14](https://
|
|
1611
|
+
## [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
1612
|
|
|
1255
1613
|
### Bug Fixes
|
|
1256
1614
|
|
|
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://
|
|
1615
|
+
- 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))
|
|
1616
|
+
- 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
1617
|
|
|
1260
|
-
## [3.52.0-rc.13](https://
|
|
1618
|
+
## [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
1619
|
|
|
1262
1620
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1263
1621
|
|
|
1264
|
-
## [3.52.0-rc.12](https://
|
|
1622
|
+
## [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
1623
|
|
|
1266
1624
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1267
1625
|
|
|
1268
|
-
## [3.52.0-rc.11](https://
|
|
1626
|
+
## [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
1627
|
|
|
1270
1628
|
### Features
|
|
1271
1629
|
|
|
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://
|
|
1630
|
+
- 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))
|
|
1631
|
+
- 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
1632
|
|
|
1275
1633
|
### Bug Fixes
|
|
1276
1634
|
|
|
1277
|
-
- ds-data-table:: add functional test for forceFocusFirstOptionOnType prop [PUI-15930](https://jira.elliemae.io/browse/PUI-15930) ([#7425](https://
|
|
1635
|
+
- 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
1636
|
|
|
1279
|
-
## [3.52.0-rc.10](https://
|
|
1637
|
+
## [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
1638
|
|
|
1281
1639
|
### Features
|
|
1282
1640
|
|
|
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://
|
|
1641
|
+
- 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))
|
|
1642
|
+
- 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
1643
|
|
|
1286
1644
|
### Bug Fixes
|
|
1287
1645
|
|
|
1288
|
-
- ds-data-table:: add functional test for forceFocusFirstOptionOnType prop [PUI-15930](https://jira.elliemae.io/browse/PUI-15930) ([#7425](https://
|
|
1646
|
+
- 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
1647
|
|
|
1290
|
-
## [3.52.0-rc.9](https://
|
|
1648
|
+
## [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
1649
|
|
|
1292
1650
|
### Bug Fixes
|
|
1293
1651
|
|
|
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://
|
|
1652
|
+
- 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))
|
|
1653
|
+
- 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
1654
|
|
|
1297
|
-
## [3.52.0-rc.8](https://
|
|
1655
|
+
## [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
1656
|
|
|
1299
1657
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1300
1658
|
|
|
1301
|
-
## [3.52.0-rc.7](https://
|
|
1659
|
+
## [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
1660
|
|
|
1303
1661
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1304
1662
|
|
|
1305
|
-
## [3.52.0-rc.6](https://
|
|
1663
|
+
## [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
1664
|
|
|
1307
1665
|
### Bug Fixes
|
|
1308
1666
|
|
|
1309
|
-
- ds-data-table:: added e2e test for disablefirstfocus prop [PUI-15852](https://jira.elliemae.io/browse/PUI-15852) ([#7406](https://
|
|
1667
|
+
- 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
1668
|
|
|
1311
|
-
## [3.52.0-rc.5](https://
|
|
1669
|
+
## [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
1670
|
|
|
1313
1671
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1314
1672
|
|
|
1315
|
-
## [3.52.0-rc.4](https://
|
|
1673
|
+
## [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
1674
|
|
|
1317
1675
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1318
1676
|
|
|
1319
|
-
## [3.52.0-rc.3](https://
|
|
1677
|
+
## [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
1678
|
|
|
1321
1679
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1322
1680
|
|
|
1323
|
-
## [3.52.0-rc.2](https://
|
|
1681
|
+
## [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
1682
|
|
|
1325
1683
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1326
1684
|
|
|
1327
|
-
## [3.52.0-rc.1](https://
|
|
1685
|
+
## [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
1686
|
|
|
1329
1687
|
### Features
|
|
1330
1688
|
|
|
1331
|
-
- ds-tooltip-v3: improved resilience of [PR 7389](https://
|
|
1689
|
+
- 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
1690
|
|
|
1333
|
-
## [3.52.0-rc.0](https://
|
|
1691
|
+
## [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
1692
|
|
|
1335
1693
|
### Features
|
|
1336
1694
|
|
|
1337
|
-
- ds-left-navigation:: add visual and functional tests for slots [PUI-15794](https://jira.elliemae.io/browse/PUI-15794) ([#7405](https://
|
|
1695
|
+
- 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
1696
|
|
|
1339
1697
|
### Bug Fixes
|
|
1340
1698
|
|
|
1341
|
-
- ds-form-multi-combobox:: add visual and functional tests for readOnly [PUI-15776](https://jira.elliemae.io/browse/PUI-15776) ([#7397](https://
|
|
1699
|
+
- 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
1700
|
|
|
1343
|
-
## [3.51.2-rc.0](https://
|
|
1701
|
+
## [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
1702
|
|
|
1345
1703
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1346
1704
|
|
|
1347
|
-
## [3.51.0-rc.28](https://
|
|
1705
|
+
## [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
1706
|
|
|
1349
1707
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1350
1708
|
|
|
1351
|
-
## [3.51.0-rc.27](https://
|
|
1709
|
+
## [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
1710
|
|
|
1353
1711
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1354
1712
|
|
|
1355
|
-
## [3.51.0-rc.26](https://
|
|
1713
|
+
## [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
1714
|
|
|
1357
1715
|
### Bug Fixes
|
|
1358
1716
|
|
|
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://
|
|
1717
|
+
- 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))
|
|
1718
|
+
- 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))
|
|
1719
|
+
- 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
1720
|
|
|
1363
|
-
## [3.51.0-rc.25](https://
|
|
1721
|
+
## [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
1722
|
|
|
1365
1723
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1366
1724
|
|
|
1367
|
-
## [3.51.0-rc.24](https://
|
|
1725
|
+
## [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
1726
|
|
|
1369
1727
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1370
1728
|
|
|
1371
|
-
## [3.51.0-rc.23](https://
|
|
1729
|
+
## [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
1730
|
|
|
1373
1731
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1374
1732
|
|
|
1375
|
-
## [3.51.0-rc.22](https://
|
|
1733
|
+
## [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
1734
|
|
|
1377
1735
|
### Bug Fixes
|
|
1378
1736
|
|
|
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://
|
|
1737
|
+
- 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))
|
|
1738
|
+
- 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))
|
|
1739
|
+
- 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
1740
|
|
|
1383
|
-
## [3.51.0-rc.21](https://
|
|
1741
|
+
## [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
1742
|
|
|
1385
1743
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1386
1744
|
|
|
1387
|
-
## [3.51.0-rc.20](https://
|
|
1745
|
+
## [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
1746
|
|
|
1389
1747
|
### Bug Fixes
|
|
1390
1748
|
|
|
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://
|
|
1749
|
+
- 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))
|
|
1750
|
+
- 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
1751
|
|
|
1394
|
-
## [3.51.0-rc.19](https://
|
|
1752
|
+
## [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
1753
|
|
|
1396
1754
|
### Bug Fixes
|
|
1397
1755
|
|
|
1398
|
-
- ds-left-navigation:: revert data-testids in e2e test cases [PUI-15589](https://jira.elliemae.io/browse/PUI-15589) ([#7370](https://
|
|
1756
|
+
- 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
1757
|
|
|
1400
|
-
## [3.51.0-rc.18](https://
|
|
1758
|
+
## [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
1759
|
|
|
1402
1760
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1403
1761
|
|
|
1404
|
-
## [3.51.0-rc.17](https://
|
|
1762
|
+
## [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
1763
|
|
|
1406
1764
|
### Bug Fixes
|
|
1407
1765
|
|
|
1408
|
-
- ds-global-header:: added slots tests [PUI-15360](https://jira.elliemae.io/browse/PUI-15360) ([#7359](https://
|
|
1766
|
+
- 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
1767
|
|
|
1410
|
-
## [3.51.0-rc.16](https://
|
|
1768
|
+
## [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
1769
|
|
|
1412
1770
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1413
1771
|
|
|
1414
|
-
## [3.51.0-rc.15](https://
|
|
1772
|
+
## [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
1773
|
|
|
1416
1774
|
### Features
|
|
1417
1775
|
|
|
1418
|
-
- ds-floating-context:: add functional and visual test for slots functionality [PUI-15679](https://jira.elliemae.io/browse/PUI-15679)([#7363](https://
|
|
1776
|
+
- 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
1777
|
|
|
1420
|
-
## [3.51.0-rc.14](https://
|
|
1778
|
+
## [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
1779
|
|
|
1422
1780
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1423
1781
|
|
|
1424
|
-
## [3.51.0-rc.13](https://
|
|
1782
|
+
## [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
1783
|
|
|
1426
1784
|
### Bug Fixes
|
|
1427
1785
|
|
|
1428
|
-
- ds-form-multi-combobox:: fix visual test [PUI-15659](https://jira.elliemae.io/browse/PUI-15659) ([#7354](https://
|
|
1786
|
+
- 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
1787
|
|
|
1430
|
-
## [3.51.0-rc.12](https://
|
|
1788
|
+
## [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
1789
|
|
|
1432
1790
|
### Features
|
|
1433
1791
|
|
|
1434
|
-
- ds-form-radio:: add functional and visual test for readOnly [PUI-15636](https://jira.elliemae.io/browse/PUI-15636) ([#7349](https://
|
|
1792
|
+
- 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
1793
|
|
|
1436
1794
|
### Bug Fixes
|
|
1437
1795
|
|
|
1438
|
-
- ds-drag-and-drop:: add visual test for CardV3 Dnd [PUI-15653](https://jira.elliemae.io/browse/PUI-15653) ([#7352](https://
|
|
1796
|
+
- 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
1797
|
|
|
1440
|
-
## [3.51.0-rc.11](https://
|
|
1798
|
+
## [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
1799
|
|
|
1442
1800
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1443
1801
|
|
|
1444
|
-
## [3.51.0-rc.10](https://
|
|
1802
|
+
## [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
1803
|
|
|
1446
1804
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1447
1805
|
|
|
1448
|
-
## [3.51.0-rc.9](https://
|
|
1806
|
+
## [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
1807
|
|
|
1450
1808
|
### Bug Fixes
|
|
1451
1809
|
|
|
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://
|
|
1810
|
+
- 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))
|
|
1811
|
+
- 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))
|
|
1812
|
+
- 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
1813
|
|
|
1456
|
-
## [3.51.0-rc.8](https://
|
|
1814
|
+
## [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
1815
|
|
|
1458
1816
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1459
1817
|
|
|
1460
|
-
## [3.51.0-rc.7](https://
|
|
1818
|
+
## [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
1819
|
|
|
1462
1820
|
### Bug Fixes
|
|
1463
1821
|
|
|
1464
|
-
- ds-floating-context:: revert breaking change in data-testids [PUI-15620](https://jira.elliemae.io/browse/PUI-15620) ([#7342](https://
|
|
1822
|
+
- 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
1823
|
|
|
1466
|
-
## [3.51.0-rc.6](https://
|
|
1824
|
+
## [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
1825
|
|
|
1468
1826
|
### Features
|
|
1469
1827
|
|
|
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://
|
|
1828
|
+
- 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
1829
|
|
|
1472
|
-
## [3.51.0-rc.5](https://
|
|
1830
|
+
## [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
1831
|
|
|
1474
1832
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1475
1833
|
|
|
1476
|
-
## [3.51.0-rc.4](https://
|
|
1834
|
+
## [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
1835
|
|
|
1478
1836
|
### Bug Fixes
|
|
1479
1837
|
|
|
1480
|
-
- ds-input-group:: fixed tests [PUI-15150](https://jira.elliemae.io/browse/PUI-15150) ([#7323](https://
|
|
1838
|
+
- 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
1839
|
|
|
1482
|
-
## [3.51.0-rc.3](https://
|
|
1840
|
+
## [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
1841
|
|
|
1484
1842
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1485
1843
|
|
|
1486
|
-
## [3.51.0-rc.2](https://
|
|
1844
|
+
## [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
1845
|
|
|
1488
1846
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1489
1847
|
|
|
1490
|
-
## [3.51.0-rc.1](https://
|
|
1848
|
+
## [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
1849
|
|
|
1492
1850
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1493
1851
|
|
|
1494
|
-
## [3.51.0-rc.0](https://
|
|
1852
|
+
## [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
1853
|
|
|
1496
1854
|
### Bug Fixes
|
|
1497
1855
|
|
|
1498
|
-
- dimsum:: fix data-testids: Leftnavigation, Breadcrumb, FloatingContext and InputGroup [PUI-15549](https://jira.elliemae.io/browse/PUI-15549) ([#7321](https://
|
|
1856
|
+
- 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
1857
|
|
|
1500
|
-
## [3.50.0-rc.6](https://
|
|
1858
|
+
## [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
1859
|
|
|
1502
1860
|
### Features
|
|
1503
1861
|
|
|
1504
|
-
- ds-form-single-combobox:: add functional and visual tests for readOnly [PUI-15535](https://jira.elliemae.io/browse/PUI-15535) ([#7314](https://
|
|
1862
|
+
- 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
1863
|
|
|
1506
|
-
## [3.50.0-rc.5](https://
|
|
1864
|
+
## [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
1865
|
|
|
1508
1866
|
### Bug Fixes
|
|
1509
1867
|
|
|
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://
|
|
1868
|
+
- 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))
|
|
1869
|
+
- 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))
|
|
1870
|
+
- 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
1871
|
|
|
1514
|
-
## [3.50.0-rc.4](https://
|
|
1872
|
+
## [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
1873
|
|
|
1516
1874
|
### Bug Fixes
|
|
1517
1875
|
|
|
1518
|
-
- ds-tabs:: add visual test for content visibility after disabled tab [PUI-15420](https://jira.elliemae.io/browse/PUI-15420) ([#7295](https://
|
|
1876
|
+
- 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
1877
|
|
|
1520
|
-
## [3.50.0-rc.3](https://
|
|
1878
|
+
## [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
1879
|
|
|
1522
1880
|
### Features
|
|
1523
1881
|
|
|
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://
|
|
1882
|
+
- 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))
|
|
1883
|
+
- 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
1884
|
|
|
1527
|
-
## [3.50.0-rc.2](https://
|
|
1885
|
+
## [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
1886
|
|
|
1529
1887
|
### Bug Fixes
|
|
1530
1888
|
|
|
1531
|
-
- ds-floating-context:: add visual test for customOffset prop [PUI-15373](https://jira.elliemae.io/browse/PUI-15373) ([#7285](https://
|
|
1889
|
+
- 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
1890
|
|
|
1533
|
-
## [3.50.0-rc.1](https://
|
|
1891
|
+
## [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
1892
|
|
|
1535
1893
|
### Features
|
|
1536
1894
|
|
|
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://
|
|
1895
|
+
- 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))
|
|
1896
|
+
- 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))
|
|
1897
|
+
- 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
1898
|
|
|
1541
1899
|
### Bug Fixes
|
|
1542
1900
|
|
|
1543
|
-
- ds-query-builder:: fix e2e stories [PUI-15322](https://jira.elliemae.io/browse/PUI-15322) ([#7273](https://
|
|
1901
|
+
- 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
1902
|
|
|
1545
|
-
## [3.49.0-rc.33](https://
|
|
1903
|
+
## [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
1904
|
|
|
1547
1905
|
### Bug Fixes
|
|
1548
1906
|
|
|
1549
|
-
- dimsum:: fix e2e test cases for Breadcrumb, InputGroup, InputText and Autocomplete [PUI-15308](https://jira.elliemae.io/browse/PUI-15308) ([#7272](https://
|
|
1907
|
+
- 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
1908
|
|
|
1551
|
-
## [3.49.0-rc.32](https://
|
|
1909
|
+
## [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
1910
|
|
|
1553
1911
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1554
1912
|
|
|
1555
|
-
## [3.49.0-rc.31](https://
|
|
1913
|
+
## [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
1914
|
|
|
1557
1915
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1558
1916
|
|
|
1559
|
-
## [3.49.0-rc.30](https://
|
|
1917
|
+
## [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
1918
|
|
|
1561
1919
|
### Features
|
|
1562
1920
|
|
|
1563
|
-
- ds-shuttle-v2:: added & fixed e2e tests [PUI-15294](https://jira.elliemae.io/browse/PUI-15294) ([#7264](https://
|
|
1921
|
+
- 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
1922
|
|
|
1565
|
-
## [3.49.0-rc.29](https://
|
|
1923
|
+
## [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
1924
|
|
|
1567
1925
|
### Features
|
|
1568
1926
|
|
|
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://
|
|
1927
|
+
- 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))
|
|
1928
|
+
- 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
1929
|
|
|
1572
|
-
## [3.49.0-rc.28](https://
|
|
1930
|
+
## [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
1931
|
|
|
1574
1932
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1575
1933
|
|
|
1576
|
-
## [3.49.0-rc.27](https://
|
|
1934
|
+
## [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
1935
|
|
|
1578
1936
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1579
1937
|
|
|
1580
|
-
## [3.49.0-rc.26](https://
|
|
1938
|
+
## [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
1939
|
|
|
1582
1940
|
### Bug Fixes
|
|
1583
1941
|
|
|
1584
|
-
- ds-data-table:: add visual test for hiddenColumns prop [PUI-15279](https://jira.elliemae.io/browse/PUI-15279) ([#7257](https://
|
|
1942
|
+
- 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
1943
|
|
|
1586
|
-
## [3.49.0-rc.25](https://
|
|
1944
|
+
## [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
1945
|
|
|
1588
1946
|
### Features
|
|
1589
1947
|
|
|
1590
|
-
- ds-form-input-text:: functional test added for applyAriaDisabled prop [PUI-15189](https://jira.elliemae.io/browse/PUI-15189) ([#7246](https://
|
|
1948
|
+
- 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
1949
|
|
|
1592
|
-
## [3.49.0-rc.24](https://
|
|
1950
|
+
## [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
1951
|
|
|
1594
1952
|
### Features
|
|
1595
1953
|
|
|
1596
|
-
- ds-form-input-text:: created input text slots [PUI-14792] (https://jira.elliemae.io/browse/PUI-14792) ([#7226](https://
|
|
1954
|
+
- 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
1955
|
|
|
1598
|
-
## [3.49.0-rc.23](https://
|
|
1956
|
+
## [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
1957
|
|
|
1600
1958
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1601
1959
|
|
|
1602
|
-
## [3.49.0-rc.22](https://
|
|
1960
|
+
## [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
1961
|
|
|
1604
1962
|
### Features
|
|
1605
1963
|
|
|
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://
|
|
1964
|
+
- 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))
|
|
1965
|
+
- 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
1966
|
|
|
1609
|
-
## [3.49.0-rc.21](https://
|
|
1967
|
+
## [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
1968
|
|
|
1611
1969
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1612
1970
|
|
|
1613
|
-
## [3.49.0-rc.20](https://
|
|
1971
|
+
## [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
1972
|
|
|
1615
1973
|
### Bug Fixes
|
|
1616
1974
|
|
|
1617
|
-
- dimsum:: fix broken e2e test cases [PUI-15166](https://jira.elliemae.io/browse/PUI-15166) ([#7230](https://
|
|
1975
|
+
- 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
1976
|
|
|
1619
|
-
## [3.49.0-rc.19](https://
|
|
1977
|
+
## [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
1978
|
|
|
1621
1979
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1622
1980
|
|
|
1623
|
-
## [3.49.0-rc.18](https://
|
|
1981
|
+
## [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
1982
|
|
|
1625
1983
|
### Features
|
|
1626
1984
|
|
|
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://
|
|
1985
|
+
- 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
1986
|
|
|
1629
|
-
## [3.49.0-rc.17](https://
|
|
1987
|
+
## [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
1988
|
|
|
1631
1989
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1632
1990
|
|
|
1633
|
-
## [3.49.0-rc.16](https://
|
|
1991
|
+
## [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
1992
|
|
|
1635
1993
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1636
1994
|
|
|
1637
|
-
## [3.49.0-rc.15](https://
|
|
1995
|
+
## [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
1996
|
|
|
1639
1997
|
### Features
|
|
1640
1998
|
|
|
1641
|
-
- ds-form-multi-combobox:: add functional test for readOnly [PUI-15101](https://jira.elliemae.io/browse/PUI-15101) ([#7194](https://
|
|
1999
|
+
- 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
2000
|
|
|
1643
|
-
## [3.49.0-rc.14](https://
|
|
2001
|
+
## [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
2002
|
|
|
1645
2003
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1646
2004
|
|
|
1647
|
-
## [3.49.0-rc.13](https://
|
|
2005
|
+
## [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
2006
|
|
|
1649
2007
|
### Features
|
|
1650
2008
|
|
|
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://
|
|
2009
|
+
- 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))
|
|
2010
|
+
- 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
2011
|
|
|
1654
|
-
## [3.49.0-rc.12](https://
|
|
2012
|
+
## [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
2013
|
|
|
1656
2014
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1657
2015
|
|
|
1658
|
-
## [3.49.0-rc.11](https://
|
|
2016
|
+
## [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
2017
|
|
|
1660
2018
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1661
2019
|
|
|
1662
|
-
## [3.49.0-rc.10](https://
|
|
2020
|
+
## [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
2021
|
|
|
1664
2022
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1665
2023
|
|
|
1666
|
-
## [3.49.0-rc.9](https://
|
|
2024
|
+
## [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
2025
|
|
|
1668
2026
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1669
2027
|
|
|
1670
|
-
## [3.49.0-rc.8](https://
|
|
2028
|
+
## [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
2029
|
|
|
1672
2030
|
### Features
|
|
1673
2031
|
|
|
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://
|
|
2032
|
+
- 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))
|
|
2033
|
+
- 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))
|
|
2034
|
+
- 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))
|
|
2035
|
+
- 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
2036
|
|
|
1679
2037
|
### Bug Fixes
|
|
1680
2038
|
|
|
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://
|
|
2039
|
+
- 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))
|
|
2040
|
+
- 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
2041
|
|
|
1684
|
-
## [3.49.0-rc.7](https://
|
|
2042
|
+
## [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
2043
|
|
|
1686
2044
|
### Features
|
|
1687
2045
|
|
|
1688
|
-
- ds-menu-button:: added e2e for disabled and leftdecor [PUI-14745](https://jira.elliemae.io/browse/PUI-14745) ([#7132](https://
|
|
2046
|
+
- 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
2047
|
|
|
1690
|
-
## [3.49.0-rc.6](https://
|
|
2048
|
+
## [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
2049
|
|
|
1692
2050
|
### Bug Fixes
|
|
1693
2051
|
|
|
1694
|
-
- ds-data-table:: add functional test for Shift+click functionality [PUI-14928](https://jira.elliemae.io/browse/PUI-14928) ([#7139](https://
|
|
2052
|
+
- 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
2053
|
|
|
1696
|
-
## [3.49.0-rc.5](https://
|
|
2054
|
+
## [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
2055
|
|
|
1698
2056
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1699
2057
|
|
|
1700
|
-
## [3.49.0-rc.4](https://
|
|
2058
|
+
## [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
2059
|
|
|
1702
2060
|
### Features
|
|
1703
2061
|
|
|
1704
|
-
- ds-toggle:: updated e2e tests and stories [PUI-14665](https://jira.elliemae.io/browse/PUI-14665) ([#7123](https://
|
|
2062
|
+
- 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
2063
|
|
|
1706
2064
|
### Bug Fixes
|
|
1707
2065
|
|
|
1708
|
-
- ds-breadcrumb:: fixed broken e2e. Tabstops and Datatestid change [PUI-14726](https://jira.elliemae.io/browse/PUI-14726) ([#7128](https://
|
|
2066
|
+
- 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
2067
|
|
|
1710
|
-
## [3.49.0-rc.3](https://
|
|
2068
|
+
## [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
2069
|
|
|
1712
2070
|
### Bug Fixes
|
|
1713
2071
|
|
|
1714
|
-
- ds-form-layout-input-group:: fix e2e test. Element click intercepted fixed. [PUI-14898](https://jira.elliemae.io/browse/PUI-14898) ([#7130](https://
|
|
2072
|
+
- 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
2073
|
|
|
1716
|
-
## [3.49.0-rc.2](https://
|
|
2074
|
+
## [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
2075
|
|
|
1718
2076
|
### Features
|
|
1719
2077
|
|
|
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://
|
|
2078
|
+
- 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))
|
|
2079
|
+
- 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
2080
|
|
|
1723
2081
|
### Bug Fixes
|
|
1724
2082
|
|
|
1725
|
-
- ds-menu-button:: fix e2e test cases [PUI-14891](https://jira.elliemae.io/browse/PUI-14891) ([#7126](https://
|
|
2083
|
+
- 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
2084
|
|
|
1727
|
-
## [3.49.0-rc.1](https://
|
|
2085
|
+
## [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
2086
|
|
|
1729
2087
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1730
2088
|
|
|
1731
|
-
## [3.49.0-rc.0](https://
|
|
2089
|
+
## [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
2090
|
|
|
1733
2091
|
### Features
|
|
1734
2092
|
|
|
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://
|
|
2093
|
+
- 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))
|
|
2094
|
+
- 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))
|
|
2095
|
+
- 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
2096
|
|
|
1739
2097
|
### Bug Fixes
|
|
1740
2098
|
|
|
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://
|
|
2099
|
+
- 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))
|
|
2100
|
+
- 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
2101
|
|
|
1744
|
-
## [3.48.2-rc.0](https://
|
|
2102
|
+
## [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
2103
|
|
|
1746
2104
|
### Features
|
|
1747
2105
|
|
|
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://
|
|
2106
|
+
- 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))
|
|
2107
|
+
- 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
2108
|
|
|
1751
2109
|
### Bug Fixes
|
|
1752
2110
|
|
|
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://
|
|
2111
|
+
- 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))
|
|
2112
|
+
- 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
2113
|
|
|
1756
|
-
## [3.48.1](https://
|
|
2114
|
+
## [3.48.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.46.0-rc.13...v3.48.1) (2024-11-06)
|
|
1757
2115
|
|
|
1758
2116
|
### Features
|
|
1759
2117
|
|
|
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://
|
|
2118
|
+
- 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))
|
|
2119
|
+
- 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
2120
|
|
|
1763
2121
|
### Bug Fixes
|
|
1764
2122
|
|
|
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://
|
|
2123
|
+
- 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))
|
|
2124
|
+
- 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
2125
|
|
|
1768
|
-
## [3.48.0](https://
|
|
2126
|
+
## [3.48.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.46.0-rc.13...v3.48.0) (2024-11-01)
|
|
1769
2127
|
|
|
1770
2128
|
### Features
|
|
1771
2129
|
|
|
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://
|
|
2130
|
+
- 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))
|
|
2131
|
+
- 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
2132
|
|
|
1775
2133
|
### Bug Fixes
|
|
1776
2134
|
|
|
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://
|
|
2135
|
+
- 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))
|
|
2136
|
+
- 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
2137
|
|
|
1780
|
-
## [3.47.1](https://
|
|
2138
|
+
## [3.47.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.46.0-rc.13...v3.47.1) (2024-10-31)
|
|
1781
2139
|
|
|
1782
2140
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1783
2141
|
|
|
1784
|
-
## [3.46.0](https://
|
|
2142
|
+
## [3.46.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.45.1...v3.46.0) (2024-10-17)
|
|
1785
2143
|
|
|
1786
2144
|
### Features
|
|
1787
2145
|
|
|
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://
|
|
2146
|
+
- 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))
|
|
2147
|
+
- 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))
|
|
2148
|
+
- 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))
|
|
2149
|
+
- 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))
|
|
2150
|
+
- 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
2151
|
|
|
1794
2152
|
### Bug Fixes
|
|
1795
2153
|
|
|
1796
|
-
- dimsum:: fix broken e2e test cases for DataTable, DateTimePicker and Z-index [PUI-14608](https://jira.elliemae.io/browse/PUI-14608) ([#7062](https://
|
|
2154
|
+
- 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
2155
|
|
|
1798
|
-
## [3.45.1](https://
|
|
2156
|
+
## [3.45.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.45.0...v3.45.1) (2024-09-09)
|
|
1799
2157
|
|
|
1800
2158
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1801
2159
|
|
|
1802
|
-
## [3.45.0](https://
|
|
2160
|
+
## [3.45.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.42.0...v3.45.0) (2024-09-06)
|
|
1803
2161
|
|
|
1804
2162
|
### Features
|
|
1805
2163
|
|
|
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://
|
|
2164
|
+
- 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))
|
|
2165
|
+
- 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))
|
|
2166
|
+
- 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))
|
|
2167
|
+
- 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))
|
|
2168
|
+
- 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))
|
|
2169
|
+
- 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))
|
|
2170
|
+
- 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
2171
|
|
|
1814
2172
|
### Bug Fixes
|
|
1815
2173
|
|
|
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://
|
|
2174
|
+
- 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))
|
|
2175
|
+
- 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
2176
|
|
|
1819
|
-
## [3.42.0](https://
|
|
2177
|
+
## [3.42.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.41.1...v3.42.0) (2024-08-16)
|
|
1820
2178
|
|
|
1821
2179
|
### Features
|
|
1822
2180
|
|
|
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://
|
|
2181
|
+
- 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))
|
|
2182
|
+
- 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))
|
|
2183
|
+
- 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))
|
|
2184
|
+
- 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))
|
|
2185
|
+
- 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))
|
|
2186
|
+
- 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))
|
|
2187
|
+
- 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))
|
|
2188
|
+
- 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
2189
|
|
|
1832
2190
|
### Bug Fixes
|
|
1833
2191
|
|
|
1834
|
-
- dimsum:: fix broken visual and functional tests [PUI-14421](https://jira.elliemae.io/browse/PUI-14421) ([#7004](https://
|
|
2192
|
+
- 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
2193
|
|
|
1836
|
-
## [3.41.1](https://
|
|
2194
|
+
## [3.41.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.41.0...v3.41.1) (2024-08-01)
|
|
1837
2195
|
|
|
1838
2196
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1839
2197
|
|
|
1840
|
-
## [3.41.0](https://
|
|
2198
|
+
## [3.41.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.40.0...v3.41.0) (2024-08-01)
|
|
1841
2199
|
|
|
1842
2200
|
### Features
|
|
1843
2201
|
|
|
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://
|
|
2202
|
+
- 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))
|
|
2203
|
+
- 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))
|
|
2204
|
+
- 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))
|
|
2205
|
+
- 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))
|
|
2206
|
+
- 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))
|
|
2207
|
+
- 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))
|
|
2208
|
+
- 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))
|
|
2209
|
+
- 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))
|
|
2210
|
+
- 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))
|
|
2211
|
+
- 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))
|
|
2212
|
+
- 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))
|
|
2213
|
+
- 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))
|
|
2214
|
+
- 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))
|
|
2215
|
+
- 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))
|
|
2216
|
+
- 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))
|
|
2217
|
+
- 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))
|
|
2218
|
+
- 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
2219
|
|
|
1862
2220
|
### Bug Fixes
|
|
1863
2221
|
|
|
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://
|
|
2222
|
+
- 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))
|
|
2223
|
+
- 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))
|
|
2224
|
+
- 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
2225
|
|
|
1868
|
-
## [3.40.0](https://
|
|
2226
|
+
## [3.40.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.39.0...v3.40.0) (2024-07-22)
|
|
1869
2227
|
|
|
1870
2228
|
### Features
|
|
1871
2229
|
|
|
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://
|
|
2230
|
+
- 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))
|
|
2231
|
+
- 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))
|
|
2232
|
+
- 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))
|
|
2233
|
+
- 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
2234
|
|
|
1877
2235
|
### Bug Fixes
|
|
1878
2236
|
|
|
1879
|
-
- dimsum:: e2e - fix broken e2e test cases [PUI-14279](https://jira.elliemae.io/browse/PUI-14279) ([#6947](https://
|
|
2237
|
+
- 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
2238
|
|
|
1881
|
-
## [3.39.0](https://
|
|
2239
|
+
## [3.39.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.38.0...v3.39.0) (2024-07-11)
|
|
1882
2240
|
|
|
1883
2241
|
### Features
|
|
1884
2242
|
|
|
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://
|
|
2243
|
+
- 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))
|
|
2244
|
+
- 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))
|
|
2245
|
+
- 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
2246
|
|
|
1889
2247
|
### Bug Fixes
|
|
1890
2248
|
|
|
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://
|
|
2249
|
+
- 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))
|
|
2250
|
+
- 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))
|
|
2251
|
+
- 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))
|
|
2252
|
+
- 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
2253
|
|
|
1896
|
-
## [3.38.0](https://
|
|
2254
|
+
## [3.38.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.37.3...v3.38.0) (2024-07-05)
|
|
1897
2255
|
|
|
1898
2256
|
### Features
|
|
1899
2257
|
|
|
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://
|
|
2258
|
+
- 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))
|
|
2259
|
+
- 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))
|
|
2260
|
+
- 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
2261
|
|
|
1904
2262
|
### Bug Fixes
|
|
1905
2263
|
|
|
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://
|
|
2264
|
+
- 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))
|
|
2265
|
+
- 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
2266
|
|
|
1909
|
-
## [3.37.3](https://
|
|
2267
|
+
## [3.37.3](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.37.2...v3.37.3) (2024-06-28)
|
|
1910
2268
|
|
|
1911
2269
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1912
2270
|
|
|
1913
|
-
## [3.37.2](https://
|
|
2271
|
+
## [3.37.2](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.37.1...v3.37.2) (2024-06-25)
|
|
1914
2272
|
|
|
1915
2273
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1916
2274
|
|
|
1917
|
-
## [3.37.1](https://
|
|
2275
|
+
## [3.37.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.37.0...v3.37.1) (2024-06-25)
|
|
1918
2276
|
|
|
1919
2277
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1920
2278
|
|
|
1921
|
-
## [3.37.0](https://
|
|
2279
|
+
## [3.37.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.35.0...v3.37.0) (2024-06-24)
|
|
1922
2280
|
|
|
1923
2281
|
### Features
|
|
1924
2282
|
|
|
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://
|
|
2283
|
+
- 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))
|
|
2284
|
+
- 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))
|
|
2285
|
+
- 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))
|
|
2286
|
+
- 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))
|
|
2287
|
+
- 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
2288
|
|
|
1931
2289
|
### Bug Fixes
|
|
1932
2290
|
|
|
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://
|
|
2291
|
+
- 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))
|
|
2292
|
+
- 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))
|
|
2293
|
+
- 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))
|
|
2294
|
+
- 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
2295
|
|
|
1938
|
-
## [3.35.0](https://
|
|
2296
|
+
## [3.35.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.34.0...v3.35.0) (2024-05-15)
|
|
1939
2297
|
|
|
1940
2298
|
### Features
|
|
1941
2299
|
|
|
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://
|
|
2300
|
+
- 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))
|
|
2301
|
+
- 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))
|
|
2302
|
+
- 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
2303
|
|
|
1946
2304
|
### Bug Fixes
|
|
1947
2305
|
|
|
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://
|
|
2306
|
+
- 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))
|
|
2307
|
+
- 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
2308
|
|
|
1951
|
-
## [3.34.0](https://
|
|
2309
|
+
## [3.34.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.33.1...v3.34.0) (2024-05-10)
|
|
1952
2310
|
|
|
1953
2311
|
### Features
|
|
1954
2312
|
|
|
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://
|
|
2313
|
+
- 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))
|
|
2314
|
+
- 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))
|
|
2315
|
+
- 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))
|
|
2316
|
+
- 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
2317
|
|
|
1960
2318
|
### Bug Fixes
|
|
1961
2319
|
|
|
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://
|
|
2320
|
+
- 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))
|
|
2321
|
+
- 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))
|
|
2322
|
+
- 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
2323
|
|
|
1966
|
-
## [3.33.1](https://
|
|
2324
|
+
## [3.33.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.33.0...v3.33.1) (2024-04-30)
|
|
1967
2325
|
|
|
1968
2326
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1969
2327
|
|
|
1970
|
-
## [3.33.0](https://
|
|
2328
|
+
## [3.33.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.31.1...v3.33.0) (2024-04-25)
|
|
1971
2329
|
|
|
1972
2330
|
### Features
|
|
1973
2331
|
|
|
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://
|
|
2332
|
+
- 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))
|
|
2333
|
+
- 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))
|
|
2334
|
+
- 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))
|
|
2335
|
+
- 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
2336
|
|
|
1979
2337
|
### Bug Fixes
|
|
1980
2338
|
|
|
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://
|
|
2339
|
+
- 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))
|
|
2340
|
+
- 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))
|
|
2341
|
+
- 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))
|
|
2342
|
+
- 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
2343
|
|
|
1986
|
-
## [3.31.1](https://
|
|
2344
|
+
## [3.31.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.31.0...v3.31.1) (2024-03-13)
|
|
1987
2345
|
|
|
1988
2346
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1989
2347
|
|
|
1990
|
-
## [3.31.0](https://
|
|
2348
|
+
## [3.31.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.30.1...v3.31.0) (2024-03-12)
|
|
1991
2349
|
|
|
1992
2350
|
### Features
|
|
1993
2351
|
|
|
1994
|
-
- ds-chip:: text resize [PUI-12595](https://jira.elliemae.io/browse/PUI-12595) ([#6603](https://
|
|
2352
|
+
- 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
2353
|
|
|
1996
|
-
## [3.30.1](https://
|
|
2354
|
+
## [3.30.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.30.0...v3.30.1) (2024-02-23)
|
|
1997
2355
|
|
|
1998
2356
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
1999
2357
|
|
|
2000
|
-
## [3.30.0](https://
|
|
2358
|
+
## [3.30.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.29.1...v3.30.0) (2024-02-23)
|
|
2001
2359
|
|
|
2002
2360
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2003
2361
|
|
|
2004
|
-
## [3.29.1](https://
|
|
2362
|
+
## [3.29.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.29.0...v3.29.1) (2024-02-08)
|
|
2005
2363
|
|
|
2006
2364
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2007
2365
|
|
|
2008
|
-
## [3.29.0](https://
|
|
2366
|
+
## [3.29.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.27.0...v3.29.0) (2024-02-01)
|
|
2009
2367
|
|
|
2010
2368
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2011
2369
|
|
|
2012
|
-
## [3.27.0](https://
|
|
2370
|
+
## [3.27.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.26.0...v3.27.0) (2024-01-24)
|
|
2013
2371
|
|
|
2014
2372
|
### Features
|
|
2015
2373
|
|
|
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://
|
|
2374
|
+
- 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
2375
|
|
|
2018
|
-
## [3.26.0](https://
|
|
2376
|
+
## [3.26.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.24.0...v3.26.0) (2023-12-27)
|
|
2019
2377
|
|
|
2020
2378
|
### Features
|
|
2021
2379
|
|
|
2022
|
-
- ds-form-combobox:: single multi packages and native select [PUI-12092](https://jira.elliemae.io/browse/PUI-12092) ([#6435](https://
|
|
2380
|
+
- 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
2381
|
|
|
2024
|
-
## [3.24.1](https://
|
|
2382
|
+
## [3.24.1](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.24.0...v3.24.1) (2023-12-21)
|
|
2025
2383
|
|
|
2026
2384
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2027
2385
|
|
|
2028
|
-
## [3.24.0](https://
|
|
2386
|
+
## [3.24.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.23.0...v3.24.0) (2023-11-23)
|
|
2029
2387
|
|
|
2030
2388
|
### Features
|
|
2031
2389
|
|
|
2032
|
-
- ds-number-range-field:: eol component [PUI-11807](https://jira.elliemae.io/browse/PUI-11807) ([#6328](https://
|
|
2390
|
+
- 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
2391
|
|
|
2034
|
-
## [3.23.0](https://
|
|
2392
|
+
## [3.23.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.22.0...v3.23.0) (2023-11-15)
|
|
2035
2393
|
|
|
2036
2394
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2037
2395
|
|
|
2038
|
-
## [3.22.0](https://
|
|
2396
|
+
## [3.22.0](https://github.com/intcx/PLATFORM-UI.dimsum/compare/v3.21.2...v3.22.0) (2023-11-08)
|
|
2039
2397
|
|
|
2040
2398
|
### Features
|
|
2041
2399
|
|
|
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://
|
|
2400
|
+
- 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))
|
|
2401
|
+
- 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))
|
|
2402
|
+
- 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))
|
|
2403
|
+
- 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))
|
|
2404
|
+
- 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))
|
|
2405
|
+
- 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))
|
|
2406
|
+
- 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))
|
|
2407
|
+
- 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))
|
|
2408
|
+
- 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
2409
|
|
|
2052
2410
|
### Bug Fixes
|
|
2053
2411
|
|
|
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://
|
|
2412
|
+
- 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))
|
|
2413
|
+
- 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))
|
|
2414
|
+
- 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))
|
|
2415
|
+
- 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
2416
|
|
|
2059
|
-
## [3.22.0-rc.10](https://
|
|
2417
|
+
## [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
2418
|
|
|
2061
2419
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2062
2420
|
|
|
2063
|
-
## [3.22.0-rc.9](https://
|
|
2421
|
+
## [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
2422
|
|
|
2065
2423
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2066
2424
|
|
|
2067
|
-
## [3.22.0-rc.8](https://
|
|
2425
|
+
## [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
2426
|
|
|
2069
2427
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2070
2428
|
|
|
2071
|
-
## [3.22.0-rc.7](https://
|
|
2429
|
+
## [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
2430
|
|
|
2073
2431
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2074
2432
|
|
|
2075
|
-
## [3.22.0-rc.6](https://
|
|
2433
|
+
## [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
2434
|
|
|
2077
2435
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2078
2436
|
|
|
2079
|
-
## [3.22.0-rc.5](https://
|
|
2437
|
+
## [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
2438
|
|
|
2081
2439
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2082
2440
|
|
|
2083
|
-
## [3.22.0-rc.4](https://
|
|
2441
|
+
## [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
2442
|
|
|
2085
2443
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2086
2444
|
|
|
2087
|
-
## [3.22.0-rc.3](https://
|
|
2445
|
+
## [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
2446
|
|
|
2089
2447
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2090
2448
|
|
|
2091
|
-
## [3.22.0-rc.2](https://
|
|
2449
|
+
## [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
2450
|
|
|
2093
2451
|
**Note:** Version bump only for package dimsum-e2e-tests
|
|
2094
2452
|
|
|
2095
|
-
## [3.22.0-rc.1](https://
|
|
2453
|
+
## [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
2454
|
|
|
2097
2455
|
### Bug Fixes
|
|
2098
2456
|
|
|
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://
|
|
2457
|
+
- 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
2458
|
|
|
2101
|
-
## [3.22.0-rc.0](https://
|
|
2459
|
+
## [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
2460
|
|
|
2103
2461
|
### Features
|
|
2104
2462
|
|
|
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://
|
|
2463
|
+
- 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))
|
|
2464
|
+
- 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))
|
|
2465
|
+
- 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))
|
|
2466
|
+
- 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))
|
|
2467
|
+
- 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))
|
|
2468
|
+
- 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))
|
|
2469
|
+
- 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))
|
|
2470
|
+
- 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))
|
|
2471
|
+
- 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
2472
|
|
|
2115
2473
|
### Bug Fixes
|
|
2116
2474
|
|
|
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://
|
|
2475
|
+
- 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))
|
|
2476
|
+
- 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
2477
|
|
|
2120
|
-
## [3.22.0-next.38](https://
|
|
2478
|
+
## [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
2479
|
|
|
2122
2480
|
### Features
|
|
2123
2481
|
|
|
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://
|
|
2482
|
+
- 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))
|
|
2483
|
+
- 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))
|
|
2484
|
+
- 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))
|
|
2485
|
+
- 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))
|
|
2486
|
+
- 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))
|
|
2487
|
+
- 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))
|
|
2488
|
+
- 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))
|
|
2489
|
+
- 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))
|
|
2490
|
+
- 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
2491
|
|
|
2134
2492
|
### Bug Fixes
|
|
2135
2493
|
|
|
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://
|
|
2494
|
+
- 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))
|
|
2495
|
+
- 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
2496
|
|
|
2139
|
-
## [3.22.0-next.36](https://
|
|
2497
|
+
## [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
2498
|
|
|
2141
2499
|
### Features
|
|
2142
2500
|
|
|
2143
|
-
- dimsum:: package json for e2e tests [PUI-11531](https://jira.elliemae.io/browse/PUI-11531) ([#6284](https://
|
|
2501
|
+
- 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))
|