@elliemae/pui-dimsum 2.1.0-rc.7 → 2.2.0-alpha.1

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 +54 -41
  2. package/package.json +31 -31
package/CHANGELOG.md CHANGED
@@ -3,107 +3,120 @@
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.1.0-rc.7](https://git.elliemae.io/platform-ui/dimsum/compare/v2.1.0-rc.6...v2.1.0-rc.7) (2021-12-20)
7
-
8
- **Note:** Version bump only for package @elliemae/pui-dimsum
9
-
10
-
11
-
12
-
13
-
14
- ## [2.1.0-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v2.1.0-rc.5...v2.1.0-rc.6) (2021-12-17)
15
-
16
- **Note:** Version bump only for package @elliemae/pui-dimsum
17
-
18
-
19
-
20
-
21
-
22
- ## [2.1.0-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v2.1.0-rc.4...v2.1.0-rc.5) (2021-12-16)
23
-
24
- **Note:** Version bump only for package @elliemae/pui-dimsum
25
-
6
+ ## [2.2.0-alpha.1](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0...v2.2.0-alpha.1) (2021-12-21)
26
7
 
27
8
 
9
+ ### Bug Fixes
28
10
 
11
+ * build error ([#3656](https://git.elliemae.io/platform-ui/dimsum/issues/3656)) ([50c8a3d](https://git.elliemae.io/platform-ui/dimsum/commit/50c8a3dc20211b0ade7cdaea1e4557527c41c19e))
29
12
 
30
- ## [2.1.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v2.1.0-rc.3...v2.1.0-rc.4) (2021-12-16)
31
-
32
- **Note:** Version bump only for package @elliemae/pui-dimsum
33
13
 
34
14
 
15
+ ## [2.0.0-alpha.14](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.4...v2.0.0-alpha.14) (2021-12-15)
35
16
 
36
17
 
18
+ ### ⚠ BREAKING CHANGES
37
19
 
38
- ## [2.1.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v2.1.0-rc.2...v2.1.0-rc.3) (2021-12-15)
20
+ * - discontinue IE11 support
21
+ - minimum supported NodeJS version is 14.x and higher
39
22
 
40
- **Note:** Version bump only for package @elliemae/pui-dimsum
23
+ * fix: tsconfig correction
41
24
 
25
+ * fix: build error
42
26
 
27
+ * fix: upgrade open source libraries to their latest patch
43
28
 
29
+ * fix: dev dependencies
44
30
 
31
+ * fix: asynchornous execution of rollup and tsc
45
32
 
46
- ## [2.1.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v2.1.0-rc.1...v2.1.0-rc.2) (2021-12-15)
33
+ * chore: test
47
34
 
48
- **Note:** Version bump only for package @elliemae/pui-dimsum
35
+ * chore: test
49
36
 
37
+ * chore: test
50
38
 
39
+ ### Features
51
40
 
41
+ * typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
52
42
 
53
43
 
54
- ## [2.1.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2021-12-15)
44
+ ### Bug Fixes
55
45
 
56
- **Note:** Version bump only for package @elliemae/pui-dimsum
46
+ * beyond trust issue ([06bbdac](https://git.elliemae.io/platform-ui/dimsum/commit/06bbdac70b1218268d09a84246c8de03dfefd71b))
47
+ * build error ([#3656](https://git.elliemae.io/platform-ui/dimsum/issues/3656)) ([50c8a3d](https://git.elliemae.io/platform-ui/dimsum/commit/50c8a3dc20211b0ade7cdaea1e4557527c41c19e))
57
48
 
58
49
 
59
50
 
51
+ ## [2.0.0-alpha.13](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.4...v2.0.0-alpha.13) (2021-12-13)
60
52
 
61
53
 
62
- ## [2.1.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.1-rc.0...v2.1.0-rc.0) (2021-12-14)
54
+ ### BREAKING CHANGES
63
55
 
64
- **Note:** Version bump only for package @elliemae/pui-dimsum
56
+ * - discontinue IE11 support
57
+ - minimum supported NodeJS version is 14.x and higher
65
58
 
59
+ * fix: tsconfig correction
66
60
 
61
+ * fix: build error
67
62
 
63
+ * fix: upgrade open source libraries to their latest patch
68
64
 
65
+ * fix: dev dependencies
69
66
 
70
- ### [2.0.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-rc.19...v2.0.1-rc.0) (2021-12-13)
67
+ * fix: asynchornous execution of rollup and tsc
71
68
 
72
- **Note:** Version bump only for package @elliemae/pui-dimsum
69
+ * chore: test
73
70
 
71
+ * chore: test
74
72
 
73
+ * chore: test
75
74
 
75
+ ### Features
76
76
 
77
+ * typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
77
78
 
78
- ## [2.0.0-rc.19](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-rc.18...v2.0.0-rc.19) (2021-12-10)
79
79
 
80
- **Note:** Version bump only for package @elliemae/pui-dimsum
80
+ ### Bug Fixes
81
81
 
82
+ * beyond trust issue ([06bbdac](https://git.elliemae.io/platform-ui/dimsum/commit/06bbdac70b1218268d09a84246c8de03dfefd71b))
83
+ * build error ([#3656](https://git.elliemae.io/platform-ui/dimsum/issues/3656)) ([50c8a3d](https://git.elliemae.io/platform-ui/dimsum/commit/50c8a3dc20211b0ade7cdaea1e4557527c41c19e))
82
84
 
83
85
 
84
86
 
87
+ ## [2.0.0-alpha.12](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.4...v2.0.0-alpha.12) (2021-12-10)
85
88
 
86
- ## [2.0.0-rc.18](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-rc.17...v2.0.0-rc.18) (2021-12-08)
87
89
 
88
- **Note:** Version bump only for package @elliemae/pui-dimsum
90
+ ### BREAKING CHANGES
89
91
 
92
+ * - discontinue IE11 support
93
+ - minimum supported NodeJS version is 14.x and higher
90
94
 
95
+ * fix: tsconfig correction
91
96
 
97
+ * fix: build error
92
98
 
99
+ * fix: upgrade open source libraries to their latest patch
93
100
 
94
- ## [2.0.0-rc.17](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-rc.16...v2.0.0-rc.17) (2021-12-08)
101
+ * fix: dev dependencies
95
102
 
96
- **Note:** Version bump only for package @elliemae/pui-dimsum
103
+ * fix: asynchornous execution of rollup and tsc
97
104
 
105
+ * chore: test
98
106
 
107
+ * chore: test
99
108
 
109
+ * chore: test
100
110
 
111
+ ### Features
101
112
 
102
- ## [2.0.0-rc.16](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-rc.15...v2.0.0-rc.16) (2021-12-08)
113
+ * typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
103
114
 
104
- **Note:** Version bump only for package @elliemae/pui-dimsum
105
115
 
116
+ ### Bug Fixes
106
117
 
118
+ * beyond trust issue ([06bbdac](https://git.elliemae.io/platform-ui/dimsum/commit/06bbdac70b1218268d09a84246c8de03dfefd71b))
119
+ * build error ([#3656](https://git.elliemae.io/platform-ui/dimsum/issues/3656)) ([50c8a3d](https://git.elliemae.io/platform-ui/dimsum/commit/50c8a3dc20211b0ade7cdaea1e4557527c41c19e))
107
120
 
108
121
 
109
122
 
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
1
  {
2
2
  "name": "@elliemae/pui-dimsum",
3
3
  "description": "EllieMae - Dimsum",
4
- "version": "2.1.0-rc.7",
4
+ "version": "2.2.0-alpha.1",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.scss"
8
8
  ],
9
9
  "dependencies": {
10
- "@elliemae/ds-banner": "2.1.0-rc.7",
11
- "@elliemae/ds-basic": "2.1.0-rc.7",
12
- "@elliemae/ds-card-array": "2.1.0-rc.7",
13
- "@elliemae/ds-card-navigation": "2.1.0-rc.7",
14
- "@elliemae/ds-codeeditor": "2.1.0-rc.7",
15
- "@elliemae/ds-comments": "2.1.0-rc.7",
16
- "@elliemae/ds-datagrids": "2.1.0-rc.7",
17
- "@elliemae/ds-date-picker": "2.1.0-rc.7",
18
- "@elliemae/ds-date-range-picker": "2.1.0-rc.7",
19
- "@elliemae/ds-date-range-selector": "2.1.0-rc.7",
20
- "@elliemae/ds-date-time-picker": "2.1.0-rc.7",
21
- "@elliemae/ds-date-time-recurrence-picker": "2.1.0-rc.7",
22
- "@elliemae/ds-dropdownmenu": "2.1.0-rc.7",
23
- "@elliemae/ds-filterbar": "2.1.0-rc.7",
24
- "@elliemae/ds-icons": "2.1.0-rc.7",
25
- "@elliemae/ds-imagelibrarymodal": "2.1.0-rc.7",
26
- "@elliemae/ds-modal": "2.1.0-rc.7",
27
- "@elliemae/ds-modal-slide": "2.1.0-rc.7",
28
- "@elliemae/ds-number-range-field": "2.1.0-rc.7",
29
- "@elliemae/ds-pagination": "2.1.0-rc.7",
30
- "@elliemae/ds-query-builder": "2.1.0-rc.7",
31
- "@elliemae/ds-ribbon": "2.1.0-rc.7",
32
- "@elliemae/ds-search-field": "2.1.0-rc.7",
33
- "@elliemae/ds-shared": "2.1.0-rc.7",
34
- "@elliemae/ds-shuttle": "2.1.0-rc.7",
35
- "@elliemae/ds-treeview": "2.1.0-rc.7",
36
- "@elliemae/ds-uploader": "2.1.0-rc.7",
37
- "@elliemae/ds-utilities": "2.1.0-rc.7",
38
- "@elliemae/ds-wizard": "2.1.0-rc.7",
39
- "@elliemae/ds-wysiwygeditor": "2.1.0-rc.7"
10
+ "@elliemae/ds-banner": "2.2.0-alpha.1",
11
+ "@elliemae/ds-basic": "2.2.0-alpha.1",
12
+ "@elliemae/ds-card-array": "2.2.0-alpha.1",
13
+ "@elliemae/ds-card-navigation": "2.2.0-alpha.1",
14
+ "@elliemae/ds-codeeditor": "2.2.0-alpha.1",
15
+ "@elliemae/ds-comments": "2.2.0-alpha.1",
16
+ "@elliemae/ds-datagrids": "2.2.0-alpha.1",
17
+ "@elliemae/ds-date-picker": "2.2.0-alpha.1",
18
+ "@elliemae/ds-date-range-picker": "2.2.0-alpha.1",
19
+ "@elliemae/ds-date-range-selector": "2.2.0-alpha.1",
20
+ "@elliemae/ds-date-time-picker": "2.2.0-alpha.1",
21
+ "@elliemae/ds-date-time-recurrence-picker": "2.2.0-alpha.1",
22
+ "@elliemae/ds-dropdownmenu": "2.2.0-alpha.1",
23
+ "@elliemae/ds-filterbar": "2.2.0-alpha.1",
24
+ "@elliemae/ds-icons": "2.2.0-alpha.1",
25
+ "@elliemae/ds-imagelibrarymodal": "2.2.0-alpha.1",
26
+ "@elliemae/ds-modal": "2.2.0-alpha.1",
27
+ "@elliemae/ds-modal-slide": "2.2.0-alpha.1",
28
+ "@elliemae/ds-number-range-field": "2.2.0-alpha.1",
29
+ "@elliemae/ds-pagination": "2.2.0-alpha.1",
30
+ "@elliemae/ds-query-builder": "2.2.0-alpha.1",
31
+ "@elliemae/ds-ribbon": "2.2.0-alpha.1",
32
+ "@elliemae/ds-search-field": "2.2.0-alpha.1",
33
+ "@elliemae/ds-shared": "2.2.0-alpha.1",
34
+ "@elliemae/ds-shuttle": "2.2.0-alpha.1",
35
+ "@elliemae/ds-treeview": "2.2.0-alpha.1",
36
+ "@elliemae/ds-uploader": "2.2.0-alpha.1",
37
+ "@elliemae/ds-utilities": "2.2.0-alpha.1",
38
+ "@elliemae/ds-wizard": "2.2.0-alpha.1",
39
+ "@elliemae/ds-wysiwygeditor": "2.2.0-alpha.1"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": "~17.0.2",