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