@elliemae/pui-dimsum 3.53.0-alpha.1 → 3.53.0-next.2
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 +5 -11
- package/package.json +31 -31
package/CHANGELOG.md
CHANGED
|
@@ -3,21 +3,15 @@
|
|
|
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.53.0-
|
|
6
|
+
## [3.53.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.53.0-next.1...v3.53.0-next.2) (2025-06-02)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
- dimsum:: remove ds basic scss build step [PUI-10314](https://jira.elliemae.io/browse/PUI-10314) ([#5916](https://git.elliemae.io/platform-ui/dimsum/issues/5916)) ([4c48ad2](https://git.elliemae.io/platform-ui/dimsum/commit/4c48ad2944b1c9f19707e6df37ec0349a34831db))
|
|
12
|
-
- dimsum:: removing ds-utilities from packages [PUI-12596](https://jira.elliemae.io/browse/PUI-12596) ([#6882](https://git.elliemae.io/platform-ui/dimsum/issues/6882)) ([dcc94db](https://git.elliemae.io/platform-ui/dimsum/commit/dcc94db05f03c554cff8ad8baada091feb7c8261))
|
|
13
|
-
- ds-codemods:: check dimsum deprecated packages command via npm ls + husky commit validator ([#4180](https://git.elliemae.io/platform-ui/dimsum/issues/4180)) ([82c03fe](https://git.elliemae.io/platform-ui/dimsum/commit/82c03feec7eaa1333b08b3fe5f31e0105d870e54))
|
|
14
|
-
- ds-controlled-form:: date-time-picker - fix calendar open focused day [PUI-8131](https://jira.elliemae.io/browse/PUI-8131) ([#4270](https://git.elliemae.io/platform-ui/dimsum/issues/4270)) ([ae480b1](https://git.elliemae.io/platform-ui/dimsum/commit/ae480b1a026d61207be879bce9f9d880c5aa34b9))
|
|
15
|
-
- ds-typography:: new component [PUI-8323](https://jira.elliemae.io/browse/PUI-8323) ([#4490](https://git.elliemae.io/platform-ui/dimsum/issues/4490)) ([60e0f08](https://git.elliemae.io/platform-ui/dimsum/commit/60e0f08e732b56cb23b03428e93b9b7fa9b12352))
|
|
16
|
-
- ds-virtual-list:: internally migrated to react-virtual v3 + solved unit-testing [PUI-9630](https://jira.elliemae.io/browse/PUI-9630) ([#5374](https://git.elliemae.io/platform-ui/dimsum/issues/5374)) ([27993cb](https://git.elliemae.io/platform-ui/dimsum/commit/27993cb43447f4f349cd2dca2d8a164762877aa2))
|
|
10
|
+
## [3.53.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.37.0-next.9...v3.53.0-next.1) (2025-05-28)
|
|
17
11
|
|
|
18
|
-
###
|
|
12
|
+
### Features
|
|
19
13
|
|
|
20
|
-
- ds-
|
|
14
|
+
- dimsum:: removing ds-utilities from packages [PUI-12596](https://jira.elliemae.io/browse/PUI-12596) ([#6882](https://git.elliemae.io/platform-ui/dimsum/issues/6882)) ([dcc94db](https://git.elliemae.io/platform-ui/dimsum/commit/dcc94db05f03c554cff8ad8baada091feb7c8261))
|
|
21
15
|
|
|
22
16
|
## [3.52.0-rc.33](https://git.elliemae.io/platform-ui/dimsum/compare/v3.52.0-rc.32...v3.52.0-rc.33) (2025-05-21)
|
|
23
17
|
|
package/package.json
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-dimsum",
|
|
3
3
|
"description": "EllieMae - Dimsum",
|
|
4
|
-
"version": "3.53.0-
|
|
4
|
+
"version": "3.53.0-next.2",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.scss"
|
|
8
8
|
],
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@elliemae/ds-banner": "3.53.0-
|
|
11
|
-
"@elliemae/ds-basic": "3.53.0-
|
|
12
|
-
"@elliemae/ds-card-array": "3.53.0-
|
|
13
|
-
"@elliemae/ds-card-navigation": "3.53.0-
|
|
14
|
-
"@elliemae/ds-codeeditor": "3.53.0-
|
|
15
|
-
"@elliemae/ds-comments": "3.53.0-
|
|
16
|
-
"@elliemae/ds-common": "3.53.0-
|
|
17
|
-
"@elliemae/ds-datagrids": "3.53.0-
|
|
18
|
-
"@elliemae/ds-date-picker": "3.53.0-
|
|
19
|
-
"@elliemae/ds-date-range-picker": "3.53.0-
|
|
20
|
-
"@elliemae/ds-date-
|
|
21
|
-
"@elliemae/ds-date-time-
|
|
22
|
-
"@elliemae/ds-
|
|
23
|
-
"@elliemae/ds-
|
|
24
|
-
"@elliemae/ds-
|
|
25
|
-
"@elliemae/ds-
|
|
26
|
-
"@elliemae/ds-
|
|
27
|
-
"@elliemae/ds-
|
|
28
|
-
"@elliemae/ds-
|
|
29
|
-
"@elliemae/ds-
|
|
30
|
-
"@elliemae/ds-
|
|
31
|
-
"@elliemae/ds-
|
|
32
|
-
"@elliemae/ds-ribbon": "3.53.0-
|
|
33
|
-
"@elliemae/ds-search-field": "3.53.0-
|
|
34
|
-
"@elliemae/ds-
|
|
35
|
-
"@elliemae/ds-
|
|
36
|
-
"@elliemae/ds-treeview": "3.53.0-
|
|
37
|
-
"@elliemae/ds-uploader": "3.53.0-
|
|
38
|
-
"@elliemae/ds-
|
|
39
|
-
"@elliemae/ds-
|
|
10
|
+
"@elliemae/ds-banner": "3.53.0-next.2",
|
|
11
|
+
"@elliemae/ds-basic": "3.53.0-next.2",
|
|
12
|
+
"@elliemae/ds-card-array": "3.53.0-next.2",
|
|
13
|
+
"@elliemae/ds-card-navigation": "3.53.0-next.2",
|
|
14
|
+
"@elliemae/ds-codeeditor": "3.53.0-next.2",
|
|
15
|
+
"@elliemae/ds-comments": "3.53.0-next.2",
|
|
16
|
+
"@elliemae/ds-common": "3.53.0-next.2",
|
|
17
|
+
"@elliemae/ds-datagrids": "3.53.0-next.2",
|
|
18
|
+
"@elliemae/ds-date-picker": "3.53.0-next.2",
|
|
19
|
+
"@elliemae/ds-date-range-picker": "3.53.0-next.2",
|
|
20
|
+
"@elliemae/ds-date-range-selector": "3.53.0-next.2",
|
|
21
|
+
"@elliemae/ds-date-time-picker": "3.53.0-next.2",
|
|
22
|
+
"@elliemae/ds-date-time-recurrence-picker": "3.53.0-next.2",
|
|
23
|
+
"@elliemae/ds-dropdownmenu": "3.53.0-next.2",
|
|
24
|
+
"@elliemae/ds-icons": "3.53.0-next.2",
|
|
25
|
+
"@elliemae/ds-filterbar": "3.53.0-next.2",
|
|
26
|
+
"@elliemae/ds-modal": "3.53.0-next.2",
|
|
27
|
+
"@elliemae/ds-imagelibrarymodal": "3.53.0-next.2",
|
|
28
|
+
"@elliemae/ds-number-range-field": "3.53.0-next.2",
|
|
29
|
+
"@elliemae/ds-pagination": "3.53.0-next.2",
|
|
30
|
+
"@elliemae/ds-query-builder": "3.53.0-next.2",
|
|
31
|
+
"@elliemae/ds-modal-slide": "3.53.0-next.2",
|
|
32
|
+
"@elliemae/ds-ribbon": "3.53.0-next.2",
|
|
33
|
+
"@elliemae/ds-search-field": "3.53.0-next.2",
|
|
34
|
+
"@elliemae/ds-shared": "3.53.0-next.2",
|
|
35
|
+
"@elliemae/ds-shuttle": "3.53.0-next.2",
|
|
36
|
+
"@elliemae/ds-treeview": "3.53.0-next.2",
|
|
37
|
+
"@elliemae/ds-uploader": "3.53.0-next.2",
|
|
38
|
+
"@elliemae/ds-wizard": "3.53.0-next.2",
|
|
39
|
+
"@elliemae/ds-wysiwygeditor": "3.53.0-next.2"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"react": "^18.3.1",
|