@elliemae/pui-dimsum 2.0.0-alpha.13 → 2.0.0-alpha.14

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/package.json +31 -31
package/CHANGELOG.md CHANGED
@@ -3,6 +3,42 @@
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
+ ## [2.0.0-alpha.14](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.4...v2.0.0-alpha.14) (2021-12-15)
7
+
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * - discontinue IE11 support
12
+ - minimum supported NodeJS version is 14.x and higher
13
+
14
+ * fix: tsconfig correction
15
+
16
+ * fix: build error
17
+
18
+ * fix: upgrade open source libraries to their latest patch
19
+
20
+ * fix: dev dependencies
21
+
22
+ * fix: asynchornous execution of rollup and tsc
23
+
24
+ * chore: test
25
+
26
+ * chore: test
27
+
28
+ * chore: test
29
+
30
+ ### Features
31
+
32
+ * typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * beyond trust issue ([06bbdac](https://git.elliemae.io/platform-ui/dimsum/commit/06bbdac70b1218268d09a84246c8de03dfefd71b))
38
+ * build error ([#3656](https://git.elliemae.io/platform-ui/dimsum/issues/3656)) ([50c8a3d](https://git.elliemae.io/platform-ui/dimsum/commit/50c8a3dc20211b0ade7cdaea1e4557527c41c19e))
39
+
40
+
41
+
6
42
  ## [2.0.0-alpha.13](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.4...v2.0.0-alpha.13) (2021-12-13)
7
43
 
8
44
 
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
1
  {
2
2
  "name": "@elliemae/pui-dimsum",
3
3
  "description": "EllieMae - Dimsum",
4
- "version": "2.0.0-alpha.13",
4
+ "version": "2.0.0-alpha.14",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.scss"
8
8
  ],
9
9
  "dependencies": {
10
- "@elliemae/ds-banner": "2.0.0-alpha.13",
11
- "@elliemae/ds-basic": "2.0.0-alpha.13",
12
- "@elliemae/ds-card-array": "2.0.0-alpha.13",
13
- "@elliemae/ds-card-navigation": "2.0.0-alpha.13",
14
- "@elliemae/ds-codeeditor": "2.0.0-alpha.13",
15
- "@elliemae/ds-comments": "2.0.0-alpha.13",
16
- "@elliemae/ds-datagrids": "2.0.0-alpha.13",
17
- "@elliemae/ds-date-picker": "2.0.0-alpha.13",
18
- "@elliemae/ds-date-range-picker": "2.0.0-alpha.13",
19
- "@elliemae/ds-date-range-selector": "2.0.0-alpha.13",
20
- "@elliemae/ds-date-time-picker": "2.0.0-alpha.13",
21
- "@elliemae/ds-date-time-recurrence-picker": "2.0.0-alpha.13",
22
- "@elliemae/ds-dropdownmenu": "2.0.0-alpha.13",
23
- "@elliemae/ds-filterbar": "2.0.0-alpha.13",
24
- "@elliemae/ds-icons": "2.0.0-alpha.13",
25
- "@elliemae/ds-imagelibrarymodal": "2.0.0-alpha.13",
26
- "@elliemae/ds-modal": "2.0.0-alpha.13",
27
- "@elliemae/ds-modal-slide": "2.0.0-alpha.13",
28
- "@elliemae/ds-number-range-field": "2.0.0-alpha.13",
29
- "@elliemae/ds-pagination": "2.0.0-alpha.13",
30
- "@elliemae/ds-query-builder": "2.0.0-alpha.13",
31
- "@elliemae/ds-ribbon": "2.0.0-alpha.13",
32
- "@elliemae/ds-search-field": "2.0.0-alpha.13",
33
- "@elliemae/ds-shared": "2.0.0-alpha.13",
34
- "@elliemae/ds-shuttle": "2.0.0-alpha.13",
35
- "@elliemae/ds-treeview": "2.0.0-alpha.13",
36
- "@elliemae/ds-uploader": "2.0.0-alpha.13",
37
- "@elliemae/ds-utilities": "2.0.0-alpha.13",
38
- "@elliemae/ds-wizard": "2.0.0-alpha.13",
39
- "@elliemae/ds-wysiwygeditor": "2.0.0-alpha.13"
10
+ "@elliemae/ds-banner": "2.0.0-alpha.14",
11
+ "@elliemae/ds-basic": "2.0.0-alpha.14",
12
+ "@elliemae/ds-card-array": "2.0.0-alpha.14",
13
+ "@elliemae/ds-card-navigation": "2.0.0-alpha.14",
14
+ "@elliemae/ds-codeeditor": "2.0.0-alpha.14",
15
+ "@elliemae/ds-comments": "2.0.0-alpha.14",
16
+ "@elliemae/ds-datagrids": "2.0.0-alpha.14",
17
+ "@elliemae/ds-date-picker": "2.0.0-alpha.14",
18
+ "@elliemae/ds-date-range-picker": "2.0.0-alpha.14",
19
+ "@elliemae/ds-date-range-selector": "2.0.0-alpha.14",
20
+ "@elliemae/ds-date-time-picker": "2.0.0-alpha.14",
21
+ "@elliemae/ds-date-time-recurrence-picker": "2.0.0-alpha.14",
22
+ "@elliemae/ds-dropdownmenu": "2.0.0-alpha.14",
23
+ "@elliemae/ds-filterbar": "2.0.0-alpha.14",
24
+ "@elliemae/ds-icons": "2.0.0-alpha.14",
25
+ "@elliemae/ds-imagelibrarymodal": "2.0.0-alpha.14",
26
+ "@elliemae/ds-modal": "2.0.0-alpha.14",
27
+ "@elliemae/ds-modal-slide": "2.0.0-alpha.14",
28
+ "@elliemae/ds-number-range-field": "2.0.0-alpha.14",
29
+ "@elliemae/ds-pagination": "2.0.0-alpha.14",
30
+ "@elliemae/ds-query-builder": "2.0.0-alpha.14",
31
+ "@elliemae/ds-ribbon": "2.0.0-alpha.14",
32
+ "@elliemae/ds-search-field": "2.0.0-alpha.14",
33
+ "@elliemae/ds-shared": "2.0.0-alpha.14",
34
+ "@elliemae/ds-shuttle": "2.0.0-alpha.14",
35
+ "@elliemae/ds-treeview": "2.0.0-alpha.14",
36
+ "@elliemae/ds-uploader": "2.0.0-alpha.14",
37
+ "@elliemae/ds-utilities": "2.0.0-alpha.14",
38
+ "@elliemae/ds-wizard": "2.0.0-alpha.14",
39
+ "@elliemae/ds-wysiwygeditor": "2.0.0-alpha.14"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": "~17.0.2",