@elliemae/pui-dimsum 2.0.0-alpha.8 → 2.0.0-next.11

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 +127 -113
  2. package/package.json +31 -30
package/CHANGELOG.md CHANGED
@@ -3,67 +3,56 @@
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.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.3...v2.0.0-alpha.8) (2021-09-27)
6
+ ## [2.0.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.10...v2.0.0-next.11) (2021-11-08)
7
7
 
8
8
 
9
- ### ⚠ BREAKING CHANGES
9
+ ### Features
10
10
 
11
- * - discontinue IE11 support
12
- - minimum supported NodeJS version is 14.x and higher
11
+ * datatable:: implemented new pagination [PUI-5242](https://jira.elliemae.io/browse/PUI-5242) ([#3655](https://git.elliemae.io/platform-ui/dimsum/issues/3655)) ([3408f9e](https://git.elliemae.io/platform-ui/dimsum/commit/3408f9ec08775dadb37610bca45591bf90401580))
13
12
 
14
- * fix: tsconfig correction
15
13
 
16
- * fix: build error
17
14
 
18
- * fix: upgrade open source libraries to their latest patch
15
+ ## [2.0.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.4...v2.0.0-next.5) (2021-10-06)
19
16
 
20
- * fix: dev dependencies
17
+ **Note:** Version bump only for package @elliemae/pui-dimsum
21
18
 
22
- * fix: asynchornous execution of rollup and tsc
23
19
 
24
- * chore: test
25
20
 
26
- * chore: test
27
21
 
28
- * chore: test
29
22
 
30
- ### Features
23
+ ## [2.0.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.3...v2.0.0-next.4) (2021-10-05)
31
24
 
32
- * typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
25
+ **Note:** Version bump only for package @elliemae/pui-dimsum
33
26
 
34
27
 
35
28
 
36
- ## [2.0.0-alpha.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.3...v2.0.0-alpha.7) (2021-09-24)
37
29
 
38
30
 
39
- ### BREAKING CHANGES
31
+ ## [2.0.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.2...v2.0.0-next.3) (2021-09-30)
40
32
 
41
- * - discontinue IE11 support
42
- - minimum supported NodeJS version is 14.x and higher
33
+ **Note:** Version bump only for package @elliemae/pui-dimsum
43
34
 
44
- * fix: tsconfig correction
45
35
 
46
- * fix: build error
47
36
 
48
- * fix: upgrade open source libraries to their latest patch
49
37
 
50
- * fix: dev dependencies
51
38
 
52
- * fix: asynchornous execution of rollup and tsc
39
+ ## [2.0.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.1...v2.0.0-next.2) (2021-09-30)
53
40
 
54
- * chore: test
41
+ **Note:** Version bump only for package @elliemae/pui-dimsum
55
42
 
56
- * chore: test
57
43
 
58
- * chore: test
59
44
 
60
- ### Features
61
45
 
62
- * typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
63
46
 
47
+ ## [2.0.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.0...v2.0.0-next.1) (2021-09-30)
64
48
 
49
+ **Note:** Version bump only for package @elliemae/pui-dimsum
65
50
 
66
- ## [2.0.0-alpha.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.3...v2.0.0-alpha.6) (2021-09-22)
51
+
52
+
53
+
54
+
55
+ ## [2.0.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.15...v2.0.0-next.0) (2021-09-30)
67
56
 
68
57
 
69
58
  ### ⚠ BREAKING CHANGES
@@ -92,184 +81,209 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
92
81
  * typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
93
82
 
94
83
 
84
+ ### Bug Fixes
95
85
 
96
- ## [2.0.0-alpha.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.3...v2.0.0-alpha.5) (2021-09-21)
86
+ * beyond trust issue ([06bbdac](https://git.elliemae.io/platform-ui/dimsum/commit/06bbdac70b1218268d09a84246c8de03dfefd71b))
97
87
 
98
88
 
99
- ### ⚠ BREAKING CHANGES
100
89
 
101
- * - discontinue IE11 support
102
- - minimum supported NodeJS version is 14.x and higher
90
+ ## [1.55.0-next.12](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.11...v1.55.0-next.12) (2021-09-27)
103
91
 
104
- * fix: tsconfig correction
92
+ **Note:** Version bump only for package @elliemae/pui-dimsum
105
93
 
106
- * fix: build error
107
94
 
108
- * fix: upgrade open source libraries to their latest patch
109
95
 
110
- * fix: dev dependencies
111
96
 
112
- * fix: asynchornous execution of rollup and tsc
113
97
 
114
- * chore: test
98
+ ## [1.55.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.10...v1.55.0-next.11) (2021-09-27)
115
99
 
116
- * chore: test
100
+ **Note:** Version bump only for package @elliemae/pui-dimsum
117
101
 
118
- * chore: test
119
102
 
120
- ### Features
121
103
 
122
- * typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
123
104
 
124
105
 
106
+ ## [1.55.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.9...v1.55.0-next.10) (2021-09-27)
125
107
 
126
- ## [2.0.0-alpha.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.51.1...v2.0.0-alpha.4) (2021-09-14)
108
+ **Note:** Version bump only for package @elliemae/pui-dimsum
127
109
 
128
110
 
129
- ### ⚠ BREAKING CHANGES
130
111
 
131
- * - discontinue IE11 support
132
- - minimum supported NodeJS version is 14.x and higher
133
112
 
134
- * fix: tsconfig correction
135
113
 
136
- * fix: build error
114
+ ## [1.55.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.8...v1.55.0-next.9) (2021-09-23)
137
115
 
138
- * fix: upgrade open source libraries to their latest patch
116
+ **Note:** Version bump only for package @elliemae/pui-dimsum
139
117
 
140
- * fix: dev dependencies
141
118
 
142
- * fix: asynchornous execution of rollup and tsc
143
119
 
144
- * chore: test
145
120
 
146
- * chore: test
147
121
 
148
- * chore: test
122
+ ## [1.55.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.7...v1.55.0-next.8) (2021-09-23)
149
123
 
150
- ### Features
124
+ **Note:** Version bump only for package @elliemae/pui-dimsum
151
125
 
152
- * typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
153
126
 
154
127
 
155
128
 
156
- ## [2.0.0-alpha.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.51.1...v2.0.0-alpha.3) (2021-09-13)
157
129
 
130
+ ## [1.55.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.6...v1.55.0-next.7) (2021-09-23)
158
131
 
159
- ### BREAKING CHANGES
132
+ **Note:** Version bump only for package @elliemae/pui-dimsum
160
133
 
161
- * - discontinue IE11 support
162
- - minimum supported NodeJS version is 14.x and higher
163
134
 
164
- * fix: tsconfig correction
165
135
 
166
- * fix: build error
167
136
 
168
- * fix: upgrade open source libraries to their latest patch
169
137
 
170
- * fix: dev dependencies
138
+ ## [1.55.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.5...v1.55.0-next.6) (2021-09-22)
171
139
 
172
- * fix: asynchornous execution of rollup and tsc
140
+ **Note:** Version bump only for package @elliemae/pui-dimsum
173
141
 
174
- * chore: test
175
142
 
176
- * chore: test
177
143
 
178
- * chore: test
179
144
 
180
- ### Features
181
145
 
182
- * typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
146
+ ## [1.55.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.4...v1.55.0-next.5) (2021-09-22)
183
147
 
148
+ **Note:** Version bump only for package @elliemae/pui-dimsum
184
149
 
185
150
 
186
- ## [2.0.0-alpha.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.51.1...v2.0.0-alpha.2) (2021-09-13)
187
151
 
188
152
 
189
- ### ⚠ BREAKING CHANGES
190
153
 
191
- * - discontinue IE11 support
192
- - minimum supported NodeJS version is 14.x and higher
154
+ ## [1.55.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.3...v1.55.0-next.4) (2021-09-21)
193
155
 
194
- * fix: tsconfig correction
156
+ **Note:** Version bump only for package @elliemae/pui-dimsum
195
157
 
196
- * fix: build error
197
158
 
198
- * fix: upgrade open source libraries to their latest patch
199
159
 
200
- * fix: dev dependencies
201
160
 
202
- * fix: asynchornous execution of rollup and tsc
203
161
 
204
- * chore: test
162
+ ## [1.55.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.2...v1.55.0-next.3) (2021-09-21)
205
163
 
206
- * chore: test
164
+ **Note:** Version bump only for package @elliemae/pui-dimsum
207
165
 
208
- * chore: test
209
166
 
210
- ### Features
211
167
 
212
- * typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
213
168
 
214
169
 
170
+ ## [1.55.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.55.0-next.1...v1.55.0-next.2) (2021-09-21)
215
171
 
216
- ## [2.0.0-alpha.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.51.1...v2.0.0-alpha.1) (2021-09-07)
172
+ **Note:** Version bump only for package @elliemae/pui-dimsum
217
173
 
218
174
 
219
- ### ⚠ BREAKING CHANGES
220
175
 
221
- * - discontinue IE11 support
222
- - minimum supported NodeJS version is 14.x and higher
223
176
 
224
- * fix: tsconfig correction
225
177
 
226
- * fix: build error
178
+ ## [1.55.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.4-next.0...v1.55.0-next.1) (2021-09-19)
227
179
 
228
- * fix: upgrade open source libraries to their latest patch
180
+ **Note:** Version bump only for package @elliemae/pui-dimsum
229
181
 
230
- * fix: dev dependencies
231
182
 
232
- * fix: asynchornous execution of rollup and tsc
233
183
 
234
- * chore: test
235
184
 
236
- * chore: test
237
185
 
238
- * chore: test
186
+ ## [1.54.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.4-next.0...v1.54.0-rc.1) (2021-09-17)
239
187
 
240
- ### Features
188
+ **Note:** Version bump only for package @elliemae/pui-dimsum
241
189
 
242
- * typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
243
190
 
244
191
 
245
192
 
246
- ## [2.0.0-alpha.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.51.1...v2.0.0-alpha.0) (2021-09-07)
247
193
 
194
+ ## [1.54.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.4-next.0...v1.54.0-rc.1) (2021-09-17)
248
195
 
249
- ### BREAKING CHANGES
196
+ **Note:** Version bump only for package @elliemae/pui-dimsum
250
197
 
251
- * - discontinue IE11 support
252
- - minimum supported NodeJS version is 14.x and higher
253
198
 
254
- * fix: tsconfig correction
255
199
 
256
- * fix: build error
257
200
 
258
- * fix: upgrade open source libraries to their latest patch
259
201
 
260
- * fix: dev dependencies
202
+ ## [1.54.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.4-next.0...v1.54.0-rc.1) (2021-09-17)
261
203
 
262
- * fix: asynchornous execution of rollup and tsc
204
+ **Note:** Version bump only for package @elliemae/pui-dimsum
263
205
 
264
- * chore: test
265
206
 
266
- * chore: test
267
207
 
268
- * chore: test
269
208
 
270
- ### Features
271
209
 
272
- * typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
210
+ ### [1.53.4-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.10...v1.53.4-next.0) (2021-09-14)
211
+
212
+ **Note:** Version bump only for package @elliemae/pui-dimsum
213
+
214
+
215
+
216
+
217
+
218
+ ### [1.53.4-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.10...v1.53.4-rc.3) (2021-09-14)
219
+
220
+ **Note:** Version bump only for package @elliemae/pui-dimsum
221
+
222
+
223
+
224
+
225
+
226
+ ## [1.54.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.9...v1.54.0-next.10) (2021-09-13)
227
+
228
+ **Note:** Version bump only for package @elliemae/pui-dimsum
229
+
230
+
231
+
232
+
233
+
234
+ ## [1.54.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.8...v1.54.0-next.9) (2021-09-13)
235
+
236
+ **Note:** Version bump only for package @elliemae/pui-dimsum
237
+
238
+
239
+
240
+
241
+
242
+ ## [1.54.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.7...v1.54.0-next.8) (2021-09-13)
243
+
244
+ **Note:** Version bump only for package @elliemae/pui-dimsum
245
+
246
+
247
+
248
+
249
+
250
+ ## [1.54.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.5...v1.54.0-next.7) (2021-09-13)
251
+
252
+ **Note:** Version bump only for package @elliemae/pui-dimsum
253
+
254
+
255
+
256
+
257
+
258
+ ## [1.54.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.4...v1.54.0-next.5) (2021-09-13)
259
+
260
+ **Note:** Version bump only for package @elliemae/pui-dimsum
261
+
262
+
263
+
264
+
265
+
266
+ ## [1.54.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.3...v1.54.0-next.4) (2021-09-10)
267
+
268
+ **Note:** Version bump only for package @elliemae/pui-dimsum
269
+
270
+
271
+
272
+
273
+
274
+ ## [1.54.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.2...v1.54.0-next.3) (2021-09-10)
275
+
276
+ **Note:** Version bump only for package @elliemae/pui-dimsum
277
+
278
+
279
+
280
+
281
+
282
+ ## [1.54.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.1...v1.54.0-next.2) (2021-09-08)
283
+
284
+ **Note:** Version bump only for package @elliemae/pui-dimsum
285
+
286
+
273
287
 
274
288
 
275
289
 
package/package.json CHANGED
@@ -1,41 +1,42 @@
1
1
  {
2
2
  "name": "@elliemae/pui-dimsum",
3
3
  "description": "EllieMae - Dimsum",
4
- "version": "2.0.0-alpha.8",
4
+ "version": "2.0.0-next.11",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.scss"
8
8
  ],
9
9
  "dependencies": {
10
- "@elliemae/ds-banner": "2.0.0-alpha.8",
11
- "@elliemae/ds-basic": "2.0.0-alpha.8",
12
- "@elliemae/ds-card-array": "2.0.0-alpha.8",
13
- "@elliemae/ds-card-navigation": "2.0.0-alpha.8",
14
- "@elliemae/ds-codeeditor": "2.0.0-alpha.8",
15
- "@elliemae/ds-comments": "2.0.0-alpha.8",
16
- "@elliemae/ds-datagrids": "2.0.0-alpha.8",
17
- "@elliemae/ds-date-picker": "2.0.0-alpha.8",
18
- "@elliemae/ds-date-range-picker": "2.0.0-alpha.8",
19
- "@elliemae/ds-date-range-selector": "2.0.0-alpha.8",
20
- "@elliemae/ds-date-time-picker": "2.0.0-alpha.8",
21
- "@elliemae/ds-date-time-recurrence-picker": "2.0.0-alpha.8",
22
- "@elliemae/ds-dropdownmenu": "2.0.0-alpha.8",
23
- "@elliemae/ds-filterbar": "2.0.0-alpha.8",
24
- "@elliemae/ds-icons": "2.0.0-alpha.8",
25
- "@elliemae/ds-imagelibrarymodal": "2.0.0-alpha.8",
26
- "@elliemae/ds-modal": "2.0.0-alpha.8",
27
- "@elliemae/ds-modal-slide": "2.0.0-alpha.8",
28
- "@elliemae/ds-number-range-field": "2.0.0-alpha.8",
29
- "@elliemae/ds-query-builder": "2.0.0-alpha.8",
30
- "@elliemae/ds-ribbon": "2.0.0-alpha.8",
31
- "@elliemae/ds-search-field": "2.0.0-alpha.8",
32
- "@elliemae/ds-shared": "2.0.0-alpha.8",
33
- "@elliemae/ds-shuttle": "2.0.0-alpha.8",
34
- "@elliemae/ds-treeview": "2.0.0-alpha.8",
35
- "@elliemae/ds-uploader": "2.0.0-alpha.8",
36
- "@elliemae/ds-utilities": "2.0.0-alpha.8",
37
- "@elliemae/ds-wizard": "2.0.0-alpha.8",
38
- "@elliemae/ds-wysiwygeditor": "2.0.0-alpha.8"
10
+ "@elliemae/ds-banner": "2.0.0-next.11",
11
+ "@elliemae/ds-basic": "2.0.0-next.11",
12
+ "@elliemae/ds-card-array": "2.0.0-next.11",
13
+ "@elliemae/ds-card-navigation": "2.0.0-next.11",
14
+ "@elliemae/ds-codeeditor": "2.0.0-next.11",
15
+ "@elliemae/ds-comments": "2.0.0-next.11",
16
+ "@elliemae/ds-datagrids": "2.0.0-next.11",
17
+ "@elliemae/ds-date-picker": "2.0.0-next.11",
18
+ "@elliemae/ds-date-range-picker": "2.0.0-next.11",
19
+ "@elliemae/ds-date-range-selector": "2.0.0-next.11",
20
+ "@elliemae/ds-date-time-picker": "2.0.0-next.11",
21
+ "@elliemae/ds-date-time-recurrence-picker": "2.0.0-next.11",
22
+ "@elliemae/ds-dropdownmenu": "2.0.0-next.11",
23
+ "@elliemae/ds-filterbar": "2.0.0-next.11",
24
+ "@elliemae/ds-icons": "2.0.0-next.11",
25
+ "@elliemae/ds-imagelibrarymodal": "2.0.0-next.11",
26
+ "@elliemae/ds-modal": "2.0.0-next.11",
27
+ "@elliemae/ds-modal-slide": "2.0.0-next.11",
28
+ "@elliemae/ds-number-range-field": "2.0.0-next.11",
29
+ "@elliemae/ds-pagination": "2.0.0-next.11",
30
+ "@elliemae/ds-query-builder": "2.0.0-next.11",
31
+ "@elliemae/ds-ribbon": "2.0.0-next.11",
32
+ "@elliemae/ds-search-field": "2.0.0-next.11",
33
+ "@elliemae/ds-shared": "2.0.0-next.11",
34
+ "@elliemae/ds-shuttle": "2.0.0-next.11",
35
+ "@elliemae/ds-treeview": "2.0.0-next.11",
36
+ "@elliemae/ds-uploader": "2.0.0-next.11",
37
+ "@elliemae/ds-utilities": "2.0.0-next.11",
38
+ "@elliemae/ds-wizard": "2.0.0-next.11",
39
+ "@elliemae/ds-wysiwygeditor": "2.0.0-next.11"
39
40
  },
40
41
  "peerDependencies": {
41
42
  "react": "~17.0.2",