@elliemae/pui-dimsum 2.2.0-alpha.1 → 3.0.0-next.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.
- package/CHANGELOG.md +396 -1351
- package/package.json +31 -31
package/CHANGELOG.md
CHANGED
|
@@ -3,148 +3,7 @@
|
|
|
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
|
-
## [
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* build error ([#3656](https://git.elliemae.io/platform-ui/dimsum/issues/3656)) ([50c8a3d](https://git.elliemae.io/platform-ui/dimsum/commit/50c8a3dc20211b0ade7cdaea1e4557527c41c19e))
|
|
12
|
-
|
|
13
|
-
|
|
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)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### ⚠ BREAKING CHANGES
|
|
19
|
-
|
|
20
|
-
* - discontinue IE11 support
|
|
21
|
-
- minimum supported NodeJS version is 14.x and higher
|
|
22
|
-
|
|
23
|
-
* fix: tsconfig correction
|
|
24
|
-
|
|
25
|
-
* fix: build error
|
|
26
|
-
|
|
27
|
-
* fix: upgrade open source libraries to their latest patch
|
|
28
|
-
|
|
29
|
-
* fix: dev dependencies
|
|
30
|
-
|
|
31
|
-
* fix: asynchornous execution of rollup and tsc
|
|
32
|
-
|
|
33
|
-
* chore: test
|
|
34
|
-
|
|
35
|
-
* chore: test
|
|
36
|
-
|
|
37
|
-
* chore: test
|
|
38
|
-
|
|
39
|
-
### Features
|
|
40
|
-
|
|
41
|
-
* typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
### Bug Fixes
|
|
45
|
-
|
|
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))
|
|
48
|
-
|
|
49
|
-
|
|
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)
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
### ⚠ BREAKING CHANGES
|
|
55
|
-
|
|
56
|
-
* - discontinue IE11 support
|
|
57
|
-
- minimum supported NodeJS version is 14.x and higher
|
|
58
|
-
|
|
59
|
-
* fix: tsconfig correction
|
|
60
|
-
|
|
61
|
-
* fix: build error
|
|
62
|
-
|
|
63
|
-
* fix: upgrade open source libraries to their latest patch
|
|
64
|
-
|
|
65
|
-
* fix: dev dependencies
|
|
66
|
-
|
|
67
|
-
* fix: asynchornous execution of rollup and tsc
|
|
68
|
-
|
|
69
|
-
* chore: test
|
|
70
|
-
|
|
71
|
-
* chore: test
|
|
72
|
-
|
|
73
|
-
* chore: test
|
|
74
|
-
|
|
75
|
-
### Features
|
|
76
|
-
|
|
77
|
-
* typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
### Bug Fixes
|
|
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))
|
|
84
|
-
|
|
85
|
-
|
|
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)
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
### ⚠ BREAKING CHANGES
|
|
91
|
-
|
|
92
|
-
* - discontinue IE11 support
|
|
93
|
-
- minimum supported NodeJS version is 14.x and higher
|
|
94
|
-
|
|
95
|
-
* fix: tsconfig correction
|
|
96
|
-
|
|
97
|
-
* fix: build error
|
|
98
|
-
|
|
99
|
-
* fix: upgrade open source libraries to their latest patch
|
|
100
|
-
|
|
101
|
-
* fix: dev dependencies
|
|
102
|
-
|
|
103
|
-
* fix: asynchornous execution of rollup and tsc
|
|
104
|
-
|
|
105
|
-
* chore: test
|
|
106
|
-
|
|
107
|
-
* chore: test
|
|
108
|
-
|
|
109
|
-
* chore: test
|
|
110
|
-
|
|
111
|
-
### Features
|
|
112
|
-
|
|
113
|
-
* typescript integration ([#3398](https://git.elliemae.io/platform-ui/dimsum/issues/3398)) ([dc3a870](https://git.elliemae.io/platform-ui/dimsum/commit/dc3a87046af29e91162fb64207ce340ff28386c6))
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
### Bug Fixes
|
|
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))
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
## [2.0.0-rc.15](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-rc.14...v2.0.0-rc.15) (2021-12-06)
|
|
124
|
-
|
|
125
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
## [2.0.0-rc.14](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-rc.13...v2.0.0-rc.14) (2021-12-03)
|
|
132
|
-
|
|
133
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
## [2.0.0-rc.13](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-rc.12...v2.0.0-rc.13) (2021-12-03)
|
|
140
|
-
|
|
141
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
## [2.0.0-rc.12](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-rc.11...v2.0.0-rc.12) (2021-12-01)
|
|
6
|
+
## [3.0.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.0.0-next.0...v3.0.0-next.1) (2021-12-23)
|
|
148
7
|
|
|
149
8
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
150
9
|
|
|
@@ -152,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
152
11
|
|
|
153
12
|
|
|
154
13
|
|
|
155
|
-
## [
|
|
14
|
+
## [3.0.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.13...v3.0.0-next.0) (2021-12-22)
|
|
156
15
|
|
|
157
16
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
158
17
|
|
|
@@ -160,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
160
19
|
|
|
161
20
|
|
|
162
21
|
|
|
163
|
-
## [2.
|
|
22
|
+
## [2.1.0-rc.7](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.13...v2.1.0-rc.7) (2021-12-21)
|
|
164
23
|
|
|
165
24
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
166
25
|
|
|
@@ -168,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
168
27
|
|
|
169
28
|
|
|
170
29
|
|
|
171
|
-
## [2.0.0-
|
|
30
|
+
## [2.0.0-next.13](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.12...v2.0.0-next.13) (2021-11-15)
|
|
172
31
|
|
|
173
32
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
174
33
|
|
|
@@ -176,7 +35,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
176
35
|
|
|
177
36
|
|
|
178
37
|
|
|
179
|
-
## [2.0.0-
|
|
38
|
+
## [2.0.0-next.12](https://git.elliemae.io/platform-ui/dimsum/compare/v2.0.0-next.11...v2.0.0-next.12) (2021-11-14)
|
|
180
39
|
|
|
181
40
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
182
41
|
|
|
@@ -184,15 +43,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
184
43
|
|
|
185
44
|
|
|
186
45
|
|
|
187
|
-
## [2.0.0-
|
|
46
|
+
## [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)
|
|
188
47
|
|
|
189
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
190
48
|
|
|
49
|
+
### Features
|
|
191
50
|
|
|
51
|
+
* 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))
|
|
192
52
|
|
|
193
53
|
|
|
194
54
|
|
|
195
|
-
## [2.0.0-
|
|
55
|
+
## [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)
|
|
196
56
|
|
|
197
57
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
198
58
|
|
|
@@ -200,7 +60,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
200
60
|
|
|
201
61
|
|
|
202
62
|
|
|
203
|
-
## [2.0.0-
|
|
63
|
+
## [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)
|
|
204
64
|
|
|
205
65
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
206
66
|
|
|
@@ -208,7 +68,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
208
68
|
|
|
209
69
|
|
|
210
70
|
|
|
211
|
-
## [2.0.0-
|
|
71
|
+
## [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)
|
|
212
72
|
|
|
213
73
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
214
74
|
|
|
@@ -216,7 +76,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
216
76
|
|
|
217
77
|
|
|
218
78
|
|
|
219
|
-
## [2.0.0-
|
|
79
|
+
## [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)
|
|
220
80
|
|
|
221
81
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
222
82
|
|
|
@@ -224,7 +84,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
224
84
|
|
|
225
85
|
|
|
226
86
|
|
|
227
|
-
## [2.0.0-
|
|
87
|
+
## [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)
|
|
228
88
|
|
|
229
89
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
230
90
|
|
|
@@ -232,7 +92,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
232
92
|
|
|
233
93
|
|
|
234
94
|
|
|
235
|
-
## [2.0.0-
|
|
95
|
+
## [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)
|
|
236
96
|
|
|
237
97
|
|
|
238
98
|
### ⚠ BREAKING CHANGES
|
|
@@ -267,7 +127,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
267
127
|
|
|
268
128
|
|
|
269
129
|
|
|
270
|
-
## [1.
|
|
130
|
+
## [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)
|
|
271
131
|
|
|
272
132
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
273
133
|
|
|
@@ -275,7 +135,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
275
135
|
|
|
276
136
|
|
|
277
137
|
|
|
278
|
-
## [1.
|
|
138
|
+
## [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)
|
|
279
139
|
|
|
280
140
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
281
141
|
|
|
@@ -283,7 +143,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
283
143
|
|
|
284
144
|
|
|
285
145
|
|
|
286
|
-
|
|
146
|
+
## [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)
|
|
287
147
|
|
|
288
148
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
289
149
|
|
|
@@ -291,7 +151,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
291
151
|
|
|
292
152
|
|
|
293
153
|
|
|
294
|
-
|
|
154
|
+
## [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)
|
|
295
155
|
|
|
296
156
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
297
157
|
|
|
@@ -299,7 +159,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
299
159
|
|
|
300
160
|
|
|
301
161
|
|
|
302
|
-
## [1.
|
|
162
|
+
## [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)
|
|
303
163
|
|
|
304
164
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
305
165
|
|
|
@@ -307,7 +167,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
307
167
|
|
|
308
168
|
|
|
309
169
|
|
|
310
|
-
## [1.
|
|
170
|
+
## [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)
|
|
311
171
|
|
|
312
172
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
313
173
|
|
|
@@ -315,7 +175,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
315
175
|
|
|
316
176
|
|
|
317
177
|
|
|
318
|
-
## [1.
|
|
178
|
+
## [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)
|
|
319
179
|
|
|
320
180
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
321
181
|
|
|
@@ -323,7 +183,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
323
183
|
|
|
324
184
|
|
|
325
185
|
|
|
326
|
-
## [1.
|
|
186
|
+
## [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)
|
|
327
187
|
|
|
328
188
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
329
189
|
|
|
@@ -331,16 +191,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
331
191
|
|
|
332
192
|
|
|
333
193
|
|
|
334
|
-
## [1.
|
|
194
|
+
## [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)
|
|
335
195
|
|
|
196
|
+
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
336
197
|
|
|
337
|
-
### Features
|
|
338
198
|
|
|
339
|
-
* 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))
|
|
340
199
|
|
|
341
200
|
|
|
342
201
|
|
|
343
|
-
|
|
202
|
+
## [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)
|
|
344
203
|
|
|
345
204
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
346
205
|
|
|
@@ -348,7 +207,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
348
207
|
|
|
349
208
|
|
|
350
209
|
|
|
351
|
-
## [1.
|
|
210
|
+
## [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)
|
|
352
211
|
|
|
353
212
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
354
213
|
|
|
@@ -356,7 +215,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
356
215
|
|
|
357
216
|
|
|
358
217
|
|
|
359
|
-
|
|
218
|
+
## [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)
|
|
360
219
|
|
|
361
220
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
362
221
|
|
|
@@ -364,7 +223,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
364
223
|
|
|
365
224
|
|
|
366
225
|
|
|
367
|
-
|
|
226
|
+
## [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)
|
|
368
227
|
|
|
369
228
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
370
229
|
|
|
@@ -372,7 +231,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
372
231
|
|
|
373
232
|
|
|
374
233
|
|
|
375
|
-
## [1.
|
|
234
|
+
## [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)
|
|
376
235
|
|
|
377
236
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
378
237
|
|
|
@@ -380,7 +239,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
380
239
|
|
|
381
240
|
|
|
382
241
|
|
|
383
|
-
## [1.
|
|
242
|
+
## [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)
|
|
384
243
|
|
|
385
244
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
386
245
|
|
|
@@ -388,7 +247,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
388
247
|
|
|
389
248
|
|
|
390
249
|
|
|
391
|
-
|
|
250
|
+
### [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)
|
|
392
251
|
|
|
393
252
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
394
253
|
|
|
@@ -396,7 +255,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
396
255
|
|
|
397
256
|
|
|
398
257
|
|
|
399
|
-
|
|
258
|
+
### [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)
|
|
400
259
|
|
|
401
260
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
402
261
|
|
|
@@ -404,7 +263,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
404
263
|
|
|
405
264
|
|
|
406
265
|
|
|
407
|
-
## [1.
|
|
266
|
+
## [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)
|
|
408
267
|
|
|
409
268
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
410
269
|
|
|
@@ -412,7 +271,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
412
271
|
|
|
413
272
|
|
|
414
273
|
|
|
415
|
-
## [1.
|
|
274
|
+
## [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)
|
|
416
275
|
|
|
417
276
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
418
277
|
|
|
@@ -420,7 +279,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
420
279
|
|
|
421
280
|
|
|
422
281
|
|
|
423
|
-
## [1.
|
|
282
|
+
## [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)
|
|
424
283
|
|
|
425
284
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
426
285
|
|
|
@@ -428,7 +287,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
428
287
|
|
|
429
288
|
|
|
430
289
|
|
|
431
|
-
## [1.
|
|
290
|
+
## [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)
|
|
432
291
|
|
|
433
292
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
434
293
|
|
|
@@ -436,7 +295,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
436
295
|
|
|
437
296
|
|
|
438
297
|
|
|
439
|
-
## [1.
|
|
298
|
+
## [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)
|
|
440
299
|
|
|
441
300
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
442
301
|
|
|
@@ -444,7 +303,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
444
303
|
|
|
445
304
|
|
|
446
305
|
|
|
447
|
-
## [1.
|
|
306
|
+
## [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)
|
|
448
307
|
|
|
449
308
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
450
309
|
|
|
@@ -452,7 +311,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
452
311
|
|
|
453
312
|
|
|
454
313
|
|
|
455
|
-
## [1.
|
|
314
|
+
## [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)
|
|
456
315
|
|
|
457
316
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
458
317
|
|
|
@@ -460,7 +319,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
460
319
|
|
|
461
320
|
|
|
462
321
|
|
|
463
|
-
## [1.
|
|
322
|
+
## [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)
|
|
464
323
|
|
|
465
324
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
466
325
|
|
|
@@ -468,7 +327,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
468
327
|
|
|
469
328
|
|
|
470
329
|
|
|
471
|
-
## [1.
|
|
330
|
+
## [1.54.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.54.0-next.0...v1.54.0-next.1) (2021-09-06)
|
|
472
331
|
|
|
473
332
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
474
333
|
|
|
@@ -476,7 +335,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
476
335
|
|
|
477
336
|
|
|
478
337
|
|
|
479
|
-
## [1.
|
|
338
|
+
## [1.54.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.0-next.2...v1.54.0-next.0) (2021-09-05)
|
|
480
339
|
|
|
481
340
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
482
341
|
|
|
@@ -484,7 +343,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
484
343
|
|
|
485
344
|
|
|
486
345
|
|
|
487
|
-
## [1.
|
|
346
|
+
## [1.53.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.53.0-next.1...v1.53.0-next.2) (2021-08-31)
|
|
488
347
|
|
|
489
348
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
490
349
|
|
|
@@ -492,7 +351,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
492
351
|
|
|
493
352
|
|
|
494
353
|
|
|
495
|
-
## [1.
|
|
354
|
+
## [1.53.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.52.0-next.6...v1.53.0-next.1) (2021-08-31)
|
|
496
355
|
|
|
497
356
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
498
357
|
|
|
@@ -500,7 +359,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
500
359
|
|
|
501
360
|
|
|
502
361
|
|
|
503
|
-
## [1.
|
|
362
|
+
## [1.52.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.52.0-next.4...v1.52.0-next.6) (2021-08-27)
|
|
504
363
|
|
|
505
364
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
506
365
|
|
|
@@ -508,7 +367,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
508
367
|
|
|
509
368
|
|
|
510
369
|
|
|
511
|
-
## [1.
|
|
370
|
+
## [1.52.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.52.0-next.4...v1.52.0-next.5) (2021-08-27)
|
|
512
371
|
|
|
513
372
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
514
373
|
|
|
@@ -516,7 +375,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
516
375
|
|
|
517
376
|
|
|
518
377
|
|
|
519
|
-
## [1.
|
|
378
|
+
## [1.52.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.52.0-next.3...v1.52.0-next.4) (2021-08-26)
|
|
520
379
|
|
|
521
380
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
522
381
|
|
|
@@ -524,7 +383,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
524
383
|
|
|
525
384
|
|
|
526
385
|
|
|
527
|
-
## [1.
|
|
386
|
+
## [1.52.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.52.0-next.2...v1.52.0-next.3) (2021-08-25)
|
|
528
387
|
|
|
529
388
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
530
389
|
|
|
@@ -532,7 +391,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
532
391
|
|
|
533
392
|
|
|
534
393
|
|
|
535
|
-
|
|
394
|
+
## [1.52.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.52.0-next.1...v1.52.0-next.2) (2021-08-25)
|
|
536
395
|
|
|
537
396
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
538
397
|
|
|
@@ -540,7 +399,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
540
399
|
|
|
541
400
|
|
|
542
401
|
|
|
543
|
-
## [1.
|
|
402
|
+
## [1.52.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.52.0-next.0...v1.52.0-next.1) (2021-08-24)
|
|
544
403
|
|
|
545
404
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
546
405
|
|
|
@@ -548,7 +407,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
548
407
|
|
|
549
408
|
|
|
550
409
|
|
|
551
|
-
## [1.
|
|
410
|
+
## [1.52.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.51.0-next.2...v1.52.0-next.0) (2021-08-23)
|
|
552
411
|
|
|
553
412
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
554
413
|
|
|
@@ -556,7 +415,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
556
415
|
|
|
557
416
|
|
|
558
417
|
|
|
559
|
-
## [1.
|
|
418
|
+
## [1.51.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.51.0-next.1...v1.51.0-next.2) (2021-08-20)
|
|
560
419
|
|
|
561
420
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
562
421
|
|
|
@@ -564,7 +423,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
564
423
|
|
|
565
424
|
|
|
566
425
|
|
|
567
|
-
## [1.
|
|
426
|
+
## [1.51.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.51.0-next.0...v1.51.0-next.1) (2021-08-19)
|
|
568
427
|
|
|
569
428
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
570
429
|
|
|
@@ -572,7 +431,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
572
431
|
|
|
573
432
|
|
|
574
433
|
|
|
575
|
-
## [1.
|
|
434
|
+
## [1.51.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.11...v1.51.0-next.0) (2021-08-18)
|
|
576
435
|
|
|
577
436
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
578
437
|
|
|
@@ -580,15 +439,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
580
439
|
|
|
581
440
|
|
|
582
441
|
|
|
583
|
-
## [1.
|
|
442
|
+
## [1.50.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.10...v1.50.0-next.11) (2021-08-16)
|
|
584
443
|
|
|
585
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
586
444
|
|
|
445
|
+
### Features
|
|
587
446
|
|
|
447
|
+
* ds-chat:: Tile, Header Enhancement (Hover Tip) [PUI-6709](https://jira.elliemae.io/browse/PUI-6709) ([#3272](https://git.elliemae.io/platform-ui/dimsum/issues/3272)) ([ce89caa](https://git.elliemae.io/platform-ui/dimsum/commit/ce89caab61c02f95e988f2e797fed169f08894db))
|
|
588
448
|
|
|
589
449
|
|
|
590
450
|
|
|
591
|
-
## [1.
|
|
451
|
+
## [1.50.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.9...v1.50.0-next.10) (2021-08-14)
|
|
592
452
|
|
|
593
453
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
594
454
|
|
|
@@ -596,7 +456,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
596
456
|
|
|
597
457
|
|
|
598
458
|
|
|
599
|
-
## [1.
|
|
459
|
+
## [1.50.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.8...v1.50.0-next.9) (2021-08-12)
|
|
600
460
|
|
|
601
461
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
602
462
|
|
|
@@ -604,7 +464,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
604
464
|
|
|
605
465
|
|
|
606
466
|
|
|
607
|
-
## [1.
|
|
467
|
+
## [1.50.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.7...v1.50.0-next.8) (2021-08-12)
|
|
608
468
|
|
|
609
469
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
610
470
|
|
|
@@ -612,7 +472,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
612
472
|
|
|
613
473
|
|
|
614
474
|
|
|
615
|
-
## [1.
|
|
475
|
+
## [1.50.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.6...v1.50.0-next.7) (2021-08-12)
|
|
616
476
|
|
|
617
477
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
618
478
|
|
|
@@ -620,7 +480,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
620
480
|
|
|
621
481
|
|
|
622
482
|
|
|
623
|
-
## [1.
|
|
483
|
+
## [1.50.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.5...v1.50.0-next.6) (2021-08-12)
|
|
624
484
|
|
|
625
485
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
626
486
|
|
|
@@ -628,15 +488,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
628
488
|
|
|
629
489
|
|
|
630
490
|
|
|
631
|
-
## [1.
|
|
491
|
+
## [1.50.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.4...v1.50.0-next.5) (2021-08-11)
|
|
632
492
|
|
|
633
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
634
493
|
|
|
494
|
+
### Features
|
|
635
495
|
|
|
496
|
+
* ds-codemods:: script to ensure correct npm versions [PUI-6808](https://jira.elliemae.io/browse/PUI-6808) ([#3195](https://git.elliemae.io/platform-ui/dimsum/issues/3195)) ([b6459e7](https://git.elliemae.io/platform-ui/dimsum/commit/b6459e757125c02df108b0eaaaa116284e385d51))
|
|
636
497
|
|
|
637
498
|
|
|
638
499
|
|
|
639
|
-
## [1.
|
|
500
|
+
## [1.50.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.3...v1.50.0-next.4) (2021-08-11)
|
|
640
501
|
|
|
641
502
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
642
503
|
|
|
@@ -644,7 +505,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
644
505
|
|
|
645
506
|
|
|
646
507
|
|
|
647
|
-
## [1.
|
|
508
|
+
## [1.50.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.2...v1.50.0-next.3) (2021-08-11)
|
|
648
509
|
|
|
649
510
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
650
511
|
|
|
@@ -652,7 +513,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
652
513
|
|
|
653
514
|
|
|
654
515
|
|
|
655
|
-
|
|
516
|
+
## [1.50.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.50.0-next.1...v1.50.0-next.2) (2021-08-10)
|
|
656
517
|
|
|
657
518
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
658
519
|
|
|
@@ -660,7 +521,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
660
521
|
|
|
661
522
|
|
|
662
523
|
|
|
663
|
-
|
|
524
|
+
## [1.50.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.11...v1.50.0-next.1) (2021-08-09)
|
|
664
525
|
|
|
665
526
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
666
527
|
|
|
@@ -668,7 +529,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
668
529
|
|
|
669
530
|
|
|
670
531
|
|
|
671
|
-
## [1.
|
|
532
|
+
## [1.49.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.10...v1.49.0-next.11) (2021-08-09)
|
|
672
533
|
|
|
673
534
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
674
535
|
|
|
@@ -676,7 +537,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
676
537
|
|
|
677
538
|
|
|
678
539
|
|
|
679
|
-
|
|
540
|
+
## [1.49.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.9...v1.49.0-next.10) (2021-08-05)
|
|
680
541
|
|
|
681
542
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
682
543
|
|
|
@@ -684,7 +545,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
684
545
|
|
|
685
546
|
|
|
686
547
|
|
|
687
|
-
|
|
548
|
+
## [1.49.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.8...v1.49.0-next.9) (2021-08-05)
|
|
688
549
|
|
|
689
550
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
690
551
|
|
|
@@ -692,7 +553,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
692
553
|
|
|
693
554
|
|
|
694
555
|
|
|
695
|
-
|
|
556
|
+
## [1.49.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.7...v1.49.0-next.8) (2021-08-03)
|
|
696
557
|
|
|
697
558
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
698
559
|
|
|
@@ -700,7 +561,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
700
561
|
|
|
701
562
|
|
|
702
563
|
|
|
703
|
-
|
|
564
|
+
## [1.49.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.6...v1.49.0-next.7) (2021-07-28)
|
|
704
565
|
|
|
705
566
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
706
567
|
|
|
@@ -708,7 +569,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
708
569
|
|
|
709
570
|
|
|
710
571
|
|
|
711
|
-
|
|
572
|
+
## [1.49.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.5...v1.49.0-next.6) (2021-07-28)
|
|
712
573
|
|
|
713
574
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
714
575
|
|
|
@@ -716,7 +577,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
716
577
|
|
|
717
578
|
|
|
718
579
|
|
|
719
|
-
|
|
580
|
+
## [1.49.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.4...v1.49.0-next.5) (2021-07-28)
|
|
720
581
|
|
|
721
582
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
722
583
|
|
|
@@ -724,7 +585,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
724
585
|
|
|
725
586
|
|
|
726
587
|
|
|
727
|
-
|
|
588
|
+
## [1.49.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.3...v1.49.0-next.4) (2021-07-26)
|
|
728
589
|
|
|
729
590
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
730
591
|
|
|
@@ -732,7 +593,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
732
593
|
|
|
733
594
|
|
|
734
595
|
|
|
735
|
-
|
|
596
|
+
## [1.49.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.2...v1.49.0-next.3) (2021-07-26)
|
|
736
597
|
|
|
737
598
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
738
599
|
|
|
@@ -740,7 +601,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
740
601
|
|
|
741
602
|
|
|
742
603
|
|
|
743
|
-
|
|
604
|
+
## [1.49.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.49.0-next.1...v1.49.0-next.2) (2021-07-23)
|
|
744
605
|
|
|
745
606
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
746
607
|
|
|
@@ -748,7 +609,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
748
609
|
|
|
749
610
|
|
|
750
611
|
|
|
751
|
-
|
|
612
|
+
## [1.49.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.48.0-next.5...v1.49.0-next.1) (2021-07-23)
|
|
752
613
|
|
|
753
614
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
754
615
|
|
|
@@ -756,7 +617,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
756
617
|
|
|
757
618
|
|
|
758
619
|
|
|
759
|
-
## [1.
|
|
620
|
+
## [1.48.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.48.0-next.5...v1.48.0-rc.1) (2021-07-22)
|
|
760
621
|
|
|
761
622
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
762
623
|
|
|
@@ -764,7 +625,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
764
625
|
|
|
765
626
|
|
|
766
627
|
|
|
767
|
-
## [1.
|
|
628
|
+
## [1.48.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.48.0-next.4...v1.48.0-next.5) (2021-07-21)
|
|
768
629
|
|
|
769
630
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
770
631
|
|
|
@@ -772,7 +633,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
772
633
|
|
|
773
634
|
|
|
774
635
|
|
|
775
|
-
|
|
636
|
+
## [1.48.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.48.0-next.3...v1.48.0-next.4) (2021-07-21)
|
|
776
637
|
|
|
777
638
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
778
639
|
|
|
@@ -780,7 +641,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
780
641
|
|
|
781
642
|
|
|
782
643
|
|
|
783
|
-
## [1.
|
|
644
|
+
## [1.48.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.48.0-next.2...v1.48.0-next.3) (2021-07-20)
|
|
784
645
|
|
|
785
646
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
786
647
|
|
|
@@ -788,7 +649,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
788
649
|
|
|
789
650
|
|
|
790
651
|
|
|
791
|
-
|
|
652
|
+
## [1.48.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.48.0-next.1...v1.48.0-next.2) (2021-07-20)
|
|
792
653
|
|
|
793
654
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
794
655
|
|
|
@@ -796,7 +657,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
796
657
|
|
|
797
658
|
|
|
798
659
|
|
|
799
|
-
|
|
660
|
+
## [1.48.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.47.0-next.0...v1.48.0-next.1) (2021-07-19)
|
|
800
661
|
|
|
801
662
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
802
663
|
|
|
@@ -804,7 +665,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
804
665
|
|
|
805
666
|
|
|
806
667
|
|
|
807
|
-
|
|
668
|
+
## [1.47.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.47.0-next.4...v1.47.0-next.0) (2021-07-14)
|
|
808
669
|
|
|
809
670
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
810
671
|
|
|
@@ -812,7 +673,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
812
673
|
|
|
813
674
|
|
|
814
675
|
|
|
815
|
-
|
|
676
|
+
## [1.47.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.47.0-next.3...v1.47.0-next.4) (2021-07-13)
|
|
816
677
|
|
|
817
678
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
818
679
|
|
|
@@ -820,7 +681,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
820
681
|
|
|
821
682
|
|
|
822
683
|
|
|
823
|
-
|
|
684
|
+
## [1.47.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.47.0-next.2...v1.47.0-next.3) (2021-07-12)
|
|
824
685
|
|
|
825
686
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
826
687
|
|
|
@@ -828,7 +689,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
828
689
|
|
|
829
690
|
|
|
830
691
|
|
|
831
|
-
|
|
692
|
+
## [1.47.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.4...v1.47.0-next.2) (2021-07-12)
|
|
832
693
|
|
|
833
694
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
834
695
|
|
|
@@ -836,7 +697,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
836
697
|
|
|
837
698
|
|
|
838
699
|
|
|
839
|
-
|
|
700
|
+
## [1.47.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.4...v1.47.0-next.1) (2021-07-11)
|
|
840
701
|
|
|
841
702
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
842
703
|
|
|
@@ -844,7 +705,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
844
705
|
|
|
845
706
|
|
|
846
707
|
|
|
847
|
-
|
|
708
|
+
### [1.46.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.4...v1.46.1-rc.0) (2021-07-11)
|
|
848
709
|
|
|
849
710
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
850
711
|
|
|
@@ -852,7 +713,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
852
713
|
|
|
853
714
|
|
|
854
715
|
|
|
855
|
-
### [1.
|
|
716
|
+
### [1.46.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.4...v1.46.1-rc.0) (2021-07-11)
|
|
856
717
|
|
|
857
718
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
858
719
|
|
|
@@ -860,7 +721,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
860
721
|
|
|
861
722
|
|
|
862
723
|
|
|
863
|
-
### [1.
|
|
724
|
+
### [1.46.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.4...v1.46.1-rc.0) (2021-07-10)
|
|
864
725
|
|
|
865
726
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
866
727
|
|
|
@@ -868,7 +729,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
868
729
|
|
|
869
730
|
|
|
870
731
|
|
|
871
|
-
|
|
732
|
+
## [1.46.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.3...v1.46.0-next.4) (2021-07-06)
|
|
872
733
|
|
|
873
734
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
874
735
|
|
|
@@ -876,7 +737,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
876
737
|
|
|
877
738
|
|
|
878
739
|
|
|
879
|
-
|
|
740
|
+
## [1.46.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.2...v1.46.0-next.3) (2021-07-05)
|
|
880
741
|
|
|
881
742
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
882
743
|
|
|
@@ -884,17 +745,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
884
745
|
|
|
885
746
|
|
|
886
747
|
|
|
887
|
-
## [1.
|
|
748
|
+
## [1.46.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.1...v1.46.0-next.2) (2021-07-05)
|
|
888
749
|
|
|
750
|
+
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
889
751
|
|
|
890
|
-
### Features
|
|
891
752
|
|
|
892
|
-
* ds-chat:: Tile, Header Enhancement (Hover Tip) [PUI-6709](https://jira.elliemae.io/browse/PUI-6709) ([#3272](https://git.elliemae.io/platform-ui/dimsum/issues/3272)) ([ce89caa](https://git.elliemae.io/platform-ui/dimsum/commit/ce89caab61c02f95e988f2e797fed169f08894db))
|
|
893
|
-
* ds-codemods:: script to ensure correct npm versions [PUI-6808](https://jira.elliemae.io/browse/PUI-6808) ([#3195](https://git.elliemae.io/platform-ui/dimsum/issues/3195)) ([b6459e7](https://git.elliemae.io/platform-ui/dimsum/commit/b6459e757125c02df108b0eaaaa116284e385d51))
|
|
894
753
|
|
|
895
754
|
|
|
896
755
|
|
|
897
|
-
|
|
756
|
+
## [1.46.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.46.0-next.0...v1.46.0-next.1) (2021-07-01)
|
|
898
757
|
|
|
899
758
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
900
759
|
|
|
@@ -902,7 +761,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
902
761
|
|
|
903
762
|
|
|
904
763
|
|
|
905
|
-
|
|
764
|
+
## [1.46.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.9...v1.46.0-next.0) (2021-07-01)
|
|
906
765
|
|
|
907
766
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
908
767
|
|
|
@@ -910,7 +769,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
910
769
|
|
|
911
770
|
|
|
912
771
|
|
|
913
|
-
|
|
772
|
+
## [1.45.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.8...v1.45.0-next.9) (2021-06-25)
|
|
914
773
|
|
|
915
774
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
916
775
|
|
|
@@ -918,7 +777,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
918
777
|
|
|
919
778
|
|
|
920
779
|
|
|
921
|
-
|
|
780
|
+
## [1.45.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.7...v1.45.0-next.8) (2021-06-24)
|
|
922
781
|
|
|
923
782
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
924
783
|
|
|
@@ -926,7 +785,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
926
785
|
|
|
927
786
|
|
|
928
787
|
|
|
929
|
-
|
|
788
|
+
## [1.45.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.6...v1.45.0-next.7) (2021-06-21)
|
|
930
789
|
|
|
931
790
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
932
791
|
|
|
@@ -934,7 +793,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
934
793
|
|
|
935
794
|
|
|
936
795
|
|
|
937
|
-
|
|
796
|
+
## [1.45.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.5...v1.45.0-next.6) (2021-06-21)
|
|
938
797
|
|
|
939
798
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
940
799
|
|
|
@@ -942,7 +801,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
942
801
|
|
|
943
802
|
|
|
944
803
|
|
|
945
|
-
## [1.
|
|
804
|
+
## [1.45.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.4...v1.45.0-next.5) (2021-06-16)
|
|
946
805
|
|
|
947
806
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
948
807
|
|
|
@@ -950,7 +809,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
950
809
|
|
|
951
810
|
|
|
952
811
|
|
|
953
|
-
## [1.
|
|
812
|
+
## [1.45.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.3...v1.45.0-next.4) (2021-06-11)
|
|
954
813
|
|
|
955
814
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
956
815
|
|
|
@@ -958,7 +817,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
958
817
|
|
|
959
818
|
|
|
960
819
|
|
|
961
|
-
## [1.
|
|
820
|
+
## [1.45.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.2...v1.45.0-next.3) (2021-06-11)
|
|
962
821
|
|
|
963
822
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
964
823
|
|
|
@@ -966,7 +825,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
966
825
|
|
|
967
826
|
|
|
968
827
|
|
|
969
|
-
## [1.
|
|
828
|
+
## [1.45.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.45.0-next.1...v1.45.0-next.2) (2021-06-11)
|
|
970
829
|
|
|
971
830
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
972
831
|
|
|
@@ -974,7 +833,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
974
833
|
|
|
975
834
|
|
|
976
835
|
|
|
977
|
-
## [1.
|
|
836
|
+
## [1.45.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.44.0-next.5...v1.45.0-next.1) (2021-06-10)
|
|
978
837
|
|
|
979
838
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
980
839
|
|
|
@@ -982,7 +841,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
982
841
|
|
|
983
842
|
|
|
984
843
|
|
|
985
|
-
|
|
844
|
+
### [1.44.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.44.0-next.5...v1.44.1-rc.1) (2021-06-10)
|
|
986
845
|
|
|
987
846
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
988
847
|
|
|
@@ -990,7 +849,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
990
849
|
|
|
991
850
|
|
|
992
851
|
|
|
993
|
-
## [1.
|
|
852
|
+
## [1.44.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.44.0-next.4...v1.44.0-next.5) (2021-06-08)
|
|
994
853
|
|
|
995
854
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
996
855
|
|
|
@@ -998,7 +857,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
998
857
|
|
|
999
858
|
|
|
1000
859
|
|
|
1001
|
-
## [1.
|
|
860
|
+
## [1.44.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.44.0-next.3...v1.44.0-next.4) (2021-06-07)
|
|
1002
861
|
|
|
1003
862
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1004
863
|
|
|
@@ -1006,7 +865,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1006
865
|
|
|
1007
866
|
|
|
1008
867
|
|
|
1009
|
-
## [1.
|
|
868
|
+
## [1.44.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.44.0-next.2...v1.44.0-next.3) (2021-06-01)
|
|
1010
869
|
|
|
1011
870
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1012
871
|
|
|
@@ -1014,7 +873,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1014
873
|
|
|
1015
874
|
|
|
1016
875
|
|
|
1017
|
-
|
|
876
|
+
## [1.44.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.44.0-next.1...v1.44.0-next.2) (2021-06-01)
|
|
1018
877
|
|
|
1019
878
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1020
879
|
|
|
@@ -1022,7 +881,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1022
881
|
|
|
1023
882
|
|
|
1024
883
|
|
|
1025
|
-
|
|
884
|
+
## [1.44.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.6...v1.44.0-next.1) (2021-06-01)
|
|
1026
885
|
|
|
1027
886
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1028
887
|
|
|
@@ -1030,7 +889,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1030
889
|
|
|
1031
890
|
|
|
1032
891
|
|
|
1033
|
-
### [1.
|
|
892
|
+
### [1.43.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.6...v1.43.1-rc.0) (2021-06-01)
|
|
1034
893
|
|
|
1035
894
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1036
895
|
|
|
@@ -1038,7 +897,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1038
897
|
|
|
1039
898
|
|
|
1040
899
|
|
|
1041
|
-
### [1.
|
|
900
|
+
### [1.43.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.6...v1.43.1-rc.0) (2021-05-31)
|
|
1042
901
|
|
|
1043
902
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1044
903
|
|
|
@@ -1046,7 +905,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1046
905
|
|
|
1047
906
|
|
|
1048
907
|
|
|
1049
|
-
### [1.
|
|
908
|
+
### [1.43.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.6...v1.43.1-rc.0) (2021-05-30)
|
|
1050
909
|
|
|
1051
910
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1052
911
|
|
|
@@ -1054,7 +913,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1054
913
|
|
|
1055
914
|
|
|
1056
915
|
|
|
1057
|
-
|
|
916
|
+
## [1.43.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.5...v1.43.0-next.6) (2021-05-27)
|
|
1058
917
|
|
|
1059
918
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1060
919
|
|
|
@@ -1062,7 +921,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1062
921
|
|
|
1063
922
|
|
|
1064
923
|
|
|
1065
|
-
|
|
924
|
+
## [1.43.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.4...v1.43.0-next.5) (2021-05-26)
|
|
1066
925
|
|
|
1067
926
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1068
927
|
|
|
@@ -1070,7 +929,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1070
929
|
|
|
1071
930
|
|
|
1072
931
|
|
|
1073
|
-
|
|
932
|
+
## [1.43.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.3...v1.43.0-next.4) (2021-05-25)
|
|
1074
933
|
|
|
1075
934
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1076
935
|
|
|
@@ -1078,7 +937,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1078
937
|
|
|
1079
938
|
|
|
1080
939
|
|
|
1081
|
-
## [1.
|
|
940
|
+
## [1.43.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.2...v1.43.0-next.3) (2021-05-24)
|
|
1082
941
|
|
|
1083
942
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1084
943
|
|
|
@@ -1086,7 +945,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1086
945
|
|
|
1087
946
|
|
|
1088
947
|
|
|
1089
|
-
|
|
948
|
+
## [1.43.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.1...v1.43.0-next.2) (2021-05-20)
|
|
1090
949
|
|
|
1091
950
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1092
951
|
|
|
@@ -1094,7 +953,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1094
953
|
|
|
1095
954
|
|
|
1096
955
|
|
|
1097
|
-
|
|
956
|
+
## [1.43.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.0-next.0...v1.43.0-next.1) (2021-05-17)
|
|
1098
957
|
|
|
1099
958
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1100
959
|
|
|
@@ -1102,7 +961,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1102
961
|
|
|
1103
962
|
|
|
1104
963
|
|
|
1105
|
-
|
|
964
|
+
## [1.43.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.8...v1.43.0-next.0) (2021-05-17)
|
|
1106
965
|
|
|
1107
966
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1108
967
|
|
|
@@ -1110,7 +969,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1110
969
|
|
|
1111
970
|
|
|
1112
971
|
|
|
1113
|
-
### [1.
|
|
972
|
+
### [1.42.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.8...v1.42.1-rc.0) (2021-05-14)
|
|
1114
973
|
|
|
1115
974
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1116
975
|
|
|
@@ -1118,7 +977,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1118
977
|
|
|
1119
978
|
|
|
1120
979
|
|
|
1121
|
-
|
|
980
|
+
## [1.42.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.7...v1.42.0-next.8) (2021-05-14)
|
|
1122
981
|
|
|
1123
982
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1124
983
|
|
|
@@ -1126,7 +985,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1126
985
|
|
|
1127
986
|
|
|
1128
987
|
|
|
1129
|
-
|
|
988
|
+
## [1.42.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.6...v1.42.0-next.7) (2021-05-13)
|
|
1130
989
|
|
|
1131
990
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1132
991
|
|
|
@@ -1134,7 +993,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1134
993
|
|
|
1135
994
|
|
|
1136
995
|
|
|
1137
|
-
## [1.
|
|
996
|
+
## [1.42.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.5...v1.42.0-next.6) (2021-05-12)
|
|
1138
997
|
|
|
1139
998
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1140
999
|
|
|
@@ -1142,7 +1001,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1142
1001
|
|
|
1143
1002
|
|
|
1144
1003
|
|
|
1145
|
-
## [1.
|
|
1004
|
+
## [1.42.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.4...v1.42.0-next.5) (2021-05-12)
|
|
1146
1005
|
|
|
1147
1006
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1148
1007
|
|
|
@@ -1150,7 +1009,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1150
1009
|
|
|
1151
1010
|
|
|
1152
1011
|
|
|
1153
|
-
## [1.
|
|
1012
|
+
## [1.42.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.3...v1.42.0-next.4) (2021-05-12)
|
|
1154
1013
|
|
|
1155
1014
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1156
1015
|
|
|
@@ -1158,7 +1017,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1158
1017
|
|
|
1159
1018
|
|
|
1160
1019
|
|
|
1161
|
-
## [1.
|
|
1020
|
+
## [1.42.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.2...v1.42.0-next.3) (2021-05-12)
|
|
1021
|
+
|
|
1022
|
+
### [1.40.3-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.1...v1.40.3-rc.2) (2021-05-07)
|
|
1023
|
+
|
|
1024
|
+
### [1.40.3-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.3-rc.0...v1.40.3-rc.1) (2021-05-06)
|
|
1162
1025
|
|
|
1163
1026
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1164
1027
|
|
|
@@ -1166,7 +1029,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1166
1029
|
|
|
1167
1030
|
|
|
1168
1031
|
|
|
1169
|
-
## [1.
|
|
1032
|
+
## [1.42.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.1...v1.42.0-next.2) (2021-05-07)
|
|
1170
1033
|
|
|
1171
1034
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1172
1035
|
|
|
@@ -1174,15 +1037,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1174
1037
|
|
|
1175
1038
|
|
|
1176
1039
|
|
|
1177
|
-
|
|
1040
|
+
## [1.42.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.42.0-next.0...v1.42.0-next.1) (2021-05-06)
|
|
1178
1041
|
|
|
1179
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1180
1042
|
|
|
1043
|
+
### Bug Fixes
|
|
1181
1044
|
|
|
1045
|
+
* ds-button:: button disabled allow tooltip with wrapper ([#2777](https://git.elliemae.io/platform-ui/dimsum/issues/2777)) ([5216b36](https://git.elliemae.io/platform-ui/dimsum/commit/5216b3628645375dd71ea08238baba0979ef74f0))
|
|
1182
1046
|
|
|
1183
1047
|
|
|
1184
1048
|
|
|
1185
|
-
|
|
1049
|
+
## [1.42.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.41.1-next.2...v1.42.0-next.0) (2021-05-03)
|
|
1186
1050
|
|
|
1187
1051
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1188
1052
|
|
|
@@ -1190,7 +1054,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1190
1054
|
|
|
1191
1055
|
|
|
1192
1056
|
|
|
1193
|
-
### [1.
|
|
1057
|
+
### [1.41.1-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.41.1-next.1...v1.41.1-next.2) (2021-04-30)
|
|
1194
1058
|
|
|
1195
1059
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1196
1060
|
|
|
@@ -1198,7 +1062,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1198
1062
|
|
|
1199
1063
|
|
|
1200
1064
|
|
|
1201
|
-
### [1.
|
|
1065
|
+
### [1.41.1-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.41.1-next.0...v1.41.1-next.1) (2021-04-29)
|
|
1202
1066
|
|
|
1203
1067
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1204
1068
|
|
|
@@ -1206,7 +1070,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1206
1070
|
|
|
1207
1071
|
|
|
1208
1072
|
|
|
1209
|
-
### [1.
|
|
1073
|
+
### [1.41.1-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.9...v1.41.1-next.0) (2021-04-28)
|
|
1210
1074
|
|
|
1211
1075
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1212
1076
|
|
|
@@ -1214,7 +1078,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1214
1078
|
|
|
1215
1079
|
|
|
1216
1080
|
|
|
1217
|
-
|
|
1081
|
+
## [1.40.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.8...v1.40.0-next.9) (2021-04-27)
|
|
1218
1082
|
|
|
1219
1083
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1220
1084
|
|
|
@@ -1222,7 +1086,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1222
1086
|
|
|
1223
1087
|
|
|
1224
1088
|
|
|
1225
|
-
|
|
1089
|
+
## [1.40.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.7...v1.40.0-next.8) (2021-04-26)
|
|
1226
1090
|
|
|
1227
1091
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1228
1092
|
|
|
@@ -1230,7 +1094,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1230
1094
|
|
|
1231
1095
|
|
|
1232
1096
|
|
|
1233
|
-
|
|
1097
|
+
## [1.40.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.6...v1.40.0-next.7) (2021-04-26)
|
|
1234
1098
|
|
|
1235
1099
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1236
1100
|
|
|
@@ -1238,7 +1102,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1238
1102
|
|
|
1239
1103
|
|
|
1240
1104
|
|
|
1241
|
-
## [1.
|
|
1105
|
+
## [1.40.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.5...v1.40.0-next.6) (2021-04-26)
|
|
1242
1106
|
|
|
1243
1107
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1244
1108
|
|
|
@@ -1246,7 +1110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1246
1110
|
|
|
1247
1111
|
|
|
1248
1112
|
|
|
1249
|
-
## [1.
|
|
1113
|
+
## [1.40.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.4...v1.40.0-next.5) (2021-04-26)
|
|
1250
1114
|
|
|
1251
1115
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1252
1116
|
|
|
@@ -1254,7 +1118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1254
1118
|
|
|
1255
1119
|
|
|
1256
1120
|
|
|
1257
|
-
## [1.
|
|
1121
|
+
## [1.40.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.3...v1.40.0-next.4) (2021-04-26)
|
|
1258
1122
|
|
|
1259
1123
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1260
1124
|
|
|
@@ -1262,7 +1126,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1262
1126
|
|
|
1263
1127
|
|
|
1264
1128
|
|
|
1265
|
-
|
|
1129
|
+
## [1.40.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.2...v1.40.0-next.3) (2021-04-26)
|
|
1266
1130
|
|
|
1267
1131
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1268
1132
|
|
|
@@ -1270,7 +1134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1270
1134
|
|
|
1271
1135
|
|
|
1272
1136
|
|
|
1273
|
-
|
|
1137
|
+
## [1.40.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.1...v1.40.0-next.2) (2021-04-23)
|
|
1274
1138
|
|
|
1275
1139
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1276
1140
|
|
|
@@ -1278,7 +1142,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1278
1142
|
|
|
1279
1143
|
|
|
1280
1144
|
|
|
1281
|
-
|
|
1145
|
+
## [1.40.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.40.0-next.0...v1.40.0-next.1) (2021-04-22)
|
|
1282
1146
|
|
|
1283
1147
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1284
1148
|
|
|
@@ -1286,7 +1150,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1286
1150
|
|
|
1287
1151
|
|
|
1288
1152
|
|
|
1289
|
-
|
|
1153
|
+
## [1.40.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.39.1-next.0...v1.40.0-next.0) (2021-04-21)
|
|
1290
1154
|
|
|
1291
1155
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1292
1156
|
|
|
@@ -1294,7 +1158,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1294
1158
|
|
|
1295
1159
|
|
|
1296
1160
|
|
|
1297
|
-
### [1.
|
|
1161
|
+
### [1.39.1-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.38.0-next.4...v1.39.1-next.0) (2021-04-21)
|
|
1298
1162
|
|
|
1299
1163
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1300
1164
|
|
|
@@ -1302,7 +1166,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1302
1166
|
|
|
1303
1167
|
|
|
1304
1168
|
|
|
1305
|
-
|
|
1169
|
+
## [1.38.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.38.0-next.3...v1.38.0-next.4) (2021-04-12)
|
|
1306
1170
|
|
|
1307
1171
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1308
1172
|
|
|
@@ -1310,7 +1174,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1310
1174
|
|
|
1311
1175
|
|
|
1312
1176
|
|
|
1313
|
-
|
|
1177
|
+
## [1.38.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.38.0-next.2...v1.38.0-next.3) (2021-04-06)
|
|
1314
1178
|
|
|
1315
1179
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1316
1180
|
|
|
@@ -1318,7 +1182,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1318
1182
|
|
|
1319
1183
|
|
|
1320
1184
|
|
|
1321
|
-
|
|
1185
|
+
## [1.38.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.38.0-next.1...v1.38.0-next.2) (2021-03-31)
|
|
1322
1186
|
|
|
1323
1187
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1324
1188
|
|
|
@@ -1326,7 +1190,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1326
1190
|
|
|
1327
1191
|
|
|
1328
1192
|
|
|
1329
|
-
|
|
1193
|
+
## [1.38.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.38.0-next.0...v1.38.0-next.1) (2021-03-31)
|
|
1330
1194
|
|
|
1331
1195
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1332
1196
|
|
|
@@ -1334,7 +1198,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1334
1198
|
|
|
1335
1199
|
|
|
1336
1200
|
|
|
1337
|
-
|
|
1201
|
+
## [1.38.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.37.0-next.10...v1.38.0-next.0) (2021-03-29)
|
|
1338
1202
|
|
|
1339
1203
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1340
1204
|
|
|
@@ -1342,7 +1206,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1342
1206
|
|
|
1343
1207
|
|
|
1344
1208
|
|
|
1345
|
-
|
|
1209
|
+
## [1.37.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.37.0-next.9...v1.37.0-next.10) (2021-03-23)
|
|
1346
1210
|
|
|
1347
1211
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1348
1212
|
|
|
@@ -1350,7 +1214,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1350
1214
|
|
|
1351
1215
|
|
|
1352
1216
|
|
|
1353
|
-
|
|
1217
|
+
## [1.37.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.37.0-next.8...v1.37.0-next.9) (2021-03-23)
|
|
1354
1218
|
|
|
1355
1219
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1356
1220
|
|
|
@@ -1358,7 +1222,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1358
1222
|
|
|
1359
1223
|
|
|
1360
1224
|
|
|
1361
|
-
## [1.
|
|
1225
|
+
## [1.37.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.37.0-next.7...v1.37.0-next.8) (2021-03-21)
|
|
1362
1226
|
|
|
1363
1227
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1364
1228
|
|
|
@@ -1366,7 +1230,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1366
1230
|
|
|
1367
1231
|
|
|
1368
1232
|
|
|
1369
|
-
## [1.
|
|
1233
|
+
## [1.37.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.37.0-next.6...v1.37.0-next.7) (2021-03-18)
|
|
1370
1234
|
|
|
1371
1235
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1372
1236
|
|
|
@@ -1374,7 +1238,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1374
1238
|
|
|
1375
1239
|
|
|
1376
1240
|
|
|
1377
|
-
## [1.
|
|
1241
|
+
## [1.37.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.37.0-next.5...v1.37.0-next.6) (2021-03-18)
|
|
1378
1242
|
|
|
1379
1243
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1380
1244
|
|
|
@@ -1382,7 +1246,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1382
1246
|
|
|
1383
1247
|
|
|
1384
1248
|
|
|
1385
|
-
## [1.
|
|
1249
|
+
## [1.37.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.37.0-next.4...v1.37.0-next.5) (2021-03-18)
|
|
1386
1250
|
|
|
1387
1251
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1388
1252
|
|
|
@@ -1390,7 +1254,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1390
1254
|
|
|
1391
1255
|
|
|
1392
1256
|
|
|
1393
|
-
|
|
1257
|
+
## [1.37.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.37.0-next.3...v1.37.0-next.4) (2021-03-18)
|
|
1394
1258
|
|
|
1395
1259
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1396
1260
|
|
|
@@ -1398,7 +1262,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1398
1262
|
|
|
1399
1263
|
|
|
1400
1264
|
|
|
1401
|
-
|
|
1265
|
+
## [1.37.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.37.0-next.2...v1.37.0-next.3) (2021-03-18)
|
|
1402
1266
|
|
|
1403
1267
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1404
1268
|
|
|
@@ -1406,7 +1270,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1406
1270
|
|
|
1407
1271
|
|
|
1408
1272
|
|
|
1409
|
-
|
|
1273
|
+
## [1.37.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.37.0-next.1...v1.37.0-next.2) (2021-03-18)
|
|
1410
1274
|
|
|
1411
1275
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1412
1276
|
|
|
@@ -1414,7 +1278,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1414
1278
|
|
|
1415
1279
|
|
|
1416
1280
|
|
|
1417
|
-
|
|
1281
|
+
## [1.37.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.36.0-rc.7...v1.37.0-next.1) (2021-03-17)
|
|
1282
|
+
|
|
1283
|
+
### [1.35.1-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.35.0...v1.35.1-next.0) (2021-03-11)
|
|
1418
1284
|
|
|
1419
1285
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1420
1286
|
|
|
@@ -1422,7 +1288,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1422
1288
|
|
|
1423
1289
|
|
|
1424
1290
|
|
|
1425
|
-
### [1.
|
|
1291
|
+
### [1.35.1-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.35.0...v1.35.1-next.0) (2021-03-11)
|
|
1426
1292
|
|
|
1427
1293
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1428
1294
|
|
|
@@ -1430,15 +1296,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1430
1296
|
|
|
1431
1297
|
|
|
1432
1298
|
|
|
1433
|
-
|
|
1299
|
+
## [1.35.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.35.0-next.4...v1.35.0-next.5) (2021-03-10)
|
|
1434
1300
|
|
|
1435
1301
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1436
1302
|
|
|
1303
|
+
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1437
1304
|
|
|
1438
1305
|
|
|
1439
1306
|
|
|
1440
1307
|
|
|
1441
|
-
|
|
1308
|
+
## [1.35.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.35.0-next.3...v1.35.0-next.4) (2021-03-09)
|
|
1442
1309
|
|
|
1443
1310
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1444
1311
|
|
|
@@ -1446,7 +1313,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1446
1313
|
|
|
1447
1314
|
|
|
1448
1315
|
|
|
1449
|
-
|
|
1316
|
+
## [1.35.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.35.0-next.0...v1.35.0-next.3) (2021-03-08)
|
|
1450
1317
|
|
|
1451
1318
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1452
1319
|
|
|
@@ -1454,15 +1321,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1454
1321
|
|
|
1455
1322
|
|
|
1456
1323
|
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1460
|
-
|
|
1324
|
+
## [1.35.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.6...v1.35.0-next.0) (2021-03-04)
|
|
1461
1325
|
|
|
1326
|
+
### [1.34.3-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2...v1.34.3-next.0) (2021-02-25)
|
|
1462
1327
|
|
|
1328
|
+
## [1.35.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2-rc.2...v1.35.0-next.2) (2021-02-24)
|
|
1463
1329
|
|
|
1330
|
+
## [1.35.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2-rc.1...v1.35.0-next.1) (2021-02-24)
|
|
1464
1331
|
|
|
1465
|
-
### [1.
|
|
1332
|
+
### [1.34.2-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2-rc.0...v1.34.2-next.0) (2021-02-24)
|
|
1466
1333
|
|
|
1467
1334
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1468
1335
|
|
|
@@ -1470,23 +1337,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1470
1337
|
|
|
1471
1338
|
|
|
1472
1339
|
|
|
1473
|
-
### [1.
|
|
1474
|
-
|
|
1475
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1340
|
+
### [1.34.3-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2...v1.34.3-next.0) (2021-02-25)
|
|
1476
1341
|
|
|
1342
|
+
## [1.35.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2-rc.2...v1.35.0-next.2) (2021-02-24)
|
|
1477
1343
|
|
|
1344
|
+
## [1.35.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2-rc.1...v1.35.0-next.1) (2021-02-24)
|
|
1478
1345
|
|
|
1346
|
+
### [1.34.2-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2-rc.0...v1.34.2-next.0) (2021-02-24)
|
|
1479
1347
|
|
|
1348
|
+
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1480
1349
|
|
|
1481
|
-
## [1.44.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.43.2-rc.1...v1.44.0-rc.0) (2021-06-08)
|
|
1482
1350
|
|
|
1483
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1484
1351
|
|
|
1485
1352
|
|
|
1486
1353
|
|
|
1354
|
+
## [1.35.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2-rc.2...v1.35.0-next.2) (2021-02-24)
|
|
1487
1355
|
|
|
1356
|
+
## [1.35.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2-rc.1...v1.35.0-next.1) (2021-02-24)
|
|
1488
1357
|
|
|
1489
|
-
### [1.
|
|
1358
|
+
### [1.34.2-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2-rc.0...v1.34.2-next.0) (2021-02-24)
|
|
1490
1359
|
|
|
1491
1360
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1492
1361
|
|
|
@@ -1494,7 +1363,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1494
1363
|
|
|
1495
1364
|
|
|
1496
1365
|
|
|
1497
|
-
|
|
1366
|
+
# [1.35.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2-next.0...v1.35.0-next.1) (2021-02-24)
|
|
1498
1367
|
|
|
1499
1368
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1500
1369
|
|
|
@@ -1502,7 +1371,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1502
1371
|
|
|
1503
1372
|
|
|
1504
1373
|
|
|
1505
|
-
|
|
1374
|
+
## [1.34.2-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.1...v1.34.2-next.0) (2021-02-24)
|
|
1506
1375
|
|
|
1507
1376
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1508
1377
|
|
|
@@ -1510,7 +1379,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1510
1379
|
|
|
1511
1380
|
|
|
1512
1381
|
|
|
1513
|
-
|
|
1382
|
+
# [1.34.0-next.25](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.24...v1.34.0-next.25) (2021-02-17)
|
|
1514
1383
|
|
|
1515
1384
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1516
1385
|
|
|
@@ -1518,7 +1387,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1518
1387
|
|
|
1519
1388
|
|
|
1520
1389
|
|
|
1521
|
-
|
|
1390
|
+
# [1.34.0-next.24](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.23...v1.34.0-next.24) (2021-02-16)
|
|
1522
1391
|
|
|
1523
1392
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1524
1393
|
|
|
@@ -1526,7 +1395,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1526
1395
|
|
|
1527
1396
|
|
|
1528
1397
|
|
|
1529
|
-
|
|
1398
|
+
# [1.34.0-next.23](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.22...v1.34.0-next.23) (2021-02-12)
|
|
1530
1399
|
|
|
1531
1400
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1532
1401
|
|
|
@@ -1534,7 +1403,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1534
1403
|
|
|
1535
1404
|
|
|
1536
1405
|
|
|
1537
|
-
|
|
1406
|
+
# [1.34.0-next.22](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.21...v1.34.0-next.22) (2021-02-12)
|
|
1538
1407
|
|
|
1539
1408
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1540
1409
|
|
|
@@ -1542,7 +1411,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1542
1411
|
|
|
1543
1412
|
|
|
1544
1413
|
|
|
1545
|
-
|
|
1414
|
+
# [1.34.0-next.21](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.20...v1.34.0-next.21) (2021-02-12)
|
|
1546
1415
|
|
|
1547
1416
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1548
1417
|
|
|
@@ -1550,7 +1419,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1550
1419
|
|
|
1551
1420
|
|
|
1552
1421
|
|
|
1553
|
-
|
|
1422
|
+
# [1.34.0-next.20](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.19...v1.34.0-next.20) (2021-02-11)
|
|
1554
1423
|
|
|
1555
1424
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1556
1425
|
|
|
@@ -1558,7 +1427,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1558
1427
|
|
|
1559
1428
|
|
|
1560
1429
|
|
|
1561
|
-
|
|
1430
|
+
# [1.34.0-next.19](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.18...v1.34.0-next.19) (2021-02-09)
|
|
1562
1431
|
|
|
1563
1432
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1564
1433
|
|
|
@@ -1566,7 +1435,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1566
1435
|
|
|
1567
1436
|
|
|
1568
1437
|
|
|
1569
|
-
|
|
1438
|
+
# [1.34.0-next.18](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.17...v1.34.0-next.18) (2021-02-08)
|
|
1570
1439
|
|
|
1571
1440
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1572
1441
|
|
|
@@ -1574,7 +1443,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1574
1443
|
|
|
1575
1444
|
|
|
1576
1445
|
|
|
1577
|
-
|
|
1446
|
+
# [1.34.0-next.17](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.16...v1.34.0-next.17) (2021-02-08)
|
|
1578
1447
|
|
|
1579
1448
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1580
1449
|
|
|
@@ -1582,7 +1451,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1582
1451
|
|
|
1583
1452
|
|
|
1584
1453
|
|
|
1585
|
-
|
|
1454
|
+
# [1.34.0-next.16](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.15...v1.34.0-next.16) (2021-02-01)
|
|
1586
1455
|
|
|
1587
1456
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1588
1457
|
|
|
@@ -1590,7 +1459,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1590
1459
|
|
|
1591
1460
|
|
|
1592
1461
|
|
|
1593
|
-
|
|
1462
|
+
# [1.34.0-next.15](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.14...v1.34.0-next.15) (2021-02-01)
|
|
1594
1463
|
|
|
1595
1464
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1596
1465
|
|
|
@@ -1598,7 +1467,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1598
1467
|
|
|
1599
1468
|
|
|
1600
1469
|
|
|
1601
|
-
|
|
1470
|
+
# [1.34.0-next.14](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.13...v1.34.0-next.14) (2021-02-01)
|
|
1602
1471
|
|
|
1603
1472
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1604
1473
|
|
|
@@ -1606,7 +1475,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1606
1475
|
|
|
1607
1476
|
|
|
1608
1477
|
|
|
1609
|
-
|
|
1478
|
+
# [1.34.0-next.13](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.12...v1.34.0-next.13) (2021-01-31)
|
|
1610
1479
|
|
|
1611
1480
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1612
1481
|
|
|
@@ -1614,7 +1483,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1614
1483
|
|
|
1615
1484
|
|
|
1616
1485
|
|
|
1617
|
-
|
|
1486
|
+
# [1.34.0-next.12](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.11...v1.34.0-next.12) (2021-01-29)
|
|
1618
1487
|
|
|
1619
1488
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1620
1489
|
|
|
@@ -1622,7 +1491,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1622
1491
|
|
|
1623
1492
|
|
|
1624
1493
|
|
|
1625
|
-
|
|
1494
|
+
# [1.34.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.10...v1.34.0-next.11) (2021-01-29)
|
|
1626
1495
|
|
|
1627
1496
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1628
1497
|
|
|
@@ -1630,24 +1499,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1630
1499
|
|
|
1631
1500
|
|
|
1632
1501
|
|
|
1633
|
-
|
|
1502
|
+
# [1.34.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.9...v1.34.0-next.10) (2021-01-29)
|
|
1634
1503
|
|
|
1504
|
+
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1635
1505
|
|
|
1636
|
-
|
|
1506
|
+
# [1.34.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.3...v1.34.0-next.6) (2021-01-27)
|
|
1637
1507
|
|
|
1638
|
-
* ds-button:: button disabled allow tooltip with wrapper ([#2777](https://git.elliemae.io/platform-ui/dimsum/issues/2777)) ([5216b36](https://git.elliemae.io/platform-ui/dimsum/commit/5216b3628645375dd71ea08238baba0979ef74f0))
|
|
1639
1508
|
|
|
1640
1509
|
|
|
1510
|
+
# [1.34.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.4...v1.34.0-next.5) (2021-01-26)
|
|
1641
1511
|
|
|
1642
|
-
|
|
1512
|
+
# [1.34.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.8...v1.34.0-next.9) (2021-01-29)
|
|
1643
1513
|
|
|
1644
1514
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1645
1515
|
|
|
1646
1516
|
|
|
1517
|
+
# [1.34.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.2...v1.34.0-next.4) (2021-01-25)
|
|
1647
1518
|
|
|
1648
1519
|
|
|
1520
|
+
### Features
|
|
1649
1521
|
|
|
1650
|
-
|
|
1522
|
+
<<<<<<< HEAD
|
|
1523
|
+
<<<<<<< HEAD
|
|
1524
|
+
* dimsum:: update libs ([#2370](https://git.elliemae.io/platform-ui/dimsum/issues/2370)) ([01d9ab6](https://git.elliemae.io/platform-ui/dimsum/commits/01d9ab6996e36f8dbedc762942cf7bf8a709ed2f))
|
|
1525
|
+
=======
|
|
1526
|
+
# [1.34.0-rc.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-rc.10...v1.34.0-rc.11) (2021-02-24)
|
|
1527
|
+
>>>>>>> e23f6820e3ab0024f75c84ad0bd722fd89e0f3fa
|
|
1528
|
+
=======
|
|
1529
|
+
# [1.34.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.7...v1.34.0-next.8) (2021-01-28)
|
|
1530
|
+
>>>>>>> e1230765ed64924e5ba445eeef096f0eeb94fdcb
|
|
1651
1531
|
|
|
1652
1532
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1653
1533
|
|
|
@@ -1655,7 +1535,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1655
1535
|
|
|
1656
1536
|
|
|
1657
1537
|
|
|
1658
|
-
|
|
1538
|
+
# [1.34.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.6...v1.34.0-next.7) (2021-01-27)
|
|
1659
1539
|
|
|
1660
1540
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1661
1541
|
|
|
@@ -1663,39 +1543,51 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1663
1543
|
|
|
1664
1544
|
|
|
1665
1545
|
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1546
|
+
# [1.34.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.3...v1.34.0-next.6) (2021-01-27)
|
|
1669
1547
|
|
|
1670
1548
|
|
|
1671
1549
|
|
|
1550
|
+
# [1.34.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.4...v1.34.0-next.5) (2021-01-26)
|
|
1672
1551
|
|
|
1552
|
+
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1673
1553
|
|
|
1674
|
-
### [1.38.5-rc.15](https://git.elliemae.io/platform-ui/dimsum/compare/v1.38.5-rc.14...v1.38.5-rc.15) (2021-04-26)
|
|
1675
1554
|
|
|
1676
|
-
|
|
1555
|
+
# [1.34.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.2...v1.34.0-next.4) (2021-01-25)
|
|
1677
1556
|
|
|
1678
1557
|
|
|
1558
|
+
<<<<<<< HEAD
|
|
1559
|
+
# [1.34.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.3...v1.34.0-next.4) (2021-01-25)
|
|
1560
|
+
=======
|
|
1561
|
+
### Features
|
|
1562
|
+
>>>>>>> e1230765ed64924e5ba445eeef096f0eeb94fdcb
|
|
1679
1563
|
|
|
1564
|
+
* dimsum:: update libs ([#2370](https://git.elliemae.io/platform-ui/dimsum/issues/2370)) ([01d9ab6](https://git.elliemae.io/platform-ui/dimsum/commits/01d9ab6996e36f8dbedc762942cf7bf8a709ed2f))
|
|
1680
1565
|
|
|
1681
1566
|
|
|
1682
|
-
### [1.38.5-rc.14](https://git.elliemae.io/platform-ui/dimsum/compare/v1.38.5-rc.13...v1.38.5-rc.14) (2021-04-26)
|
|
1683
1567
|
|
|
1684
|
-
|
|
1568
|
+
# [1.34.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.1...v1.34.0-next.3) (2021-01-24)
|
|
1685
1569
|
|
|
1686
1570
|
|
|
1687
1571
|
|
|
1572
|
+
# [1.34.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.1...v1.34.0-next.2) (2021-01-23)
|
|
1688
1573
|
|
|
1689
1574
|
|
|
1690
|
-
### [1.38.5-rc.13](https://git.elliemae.io/platform-ui/dimsum/compare/v1.38.5-rc.12...v1.38.5-rc.13) (2021-04-23)
|
|
1691
1575
|
|
|
1692
|
-
|
|
1576
|
+
# [1.34.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.0...v1.34.0-next.1) (2021-01-22)
|
|
1693
1577
|
|
|
1694
1578
|
|
|
1695
1579
|
|
|
1696
1580
|
|
|
1581
|
+
<<<<<<< HEAD
|
|
1582
|
+
# [1.34.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.2...v1.34.0-next.3) (2021-01-24)
|
|
1583
|
+
=======
|
|
1697
1584
|
|
|
1698
|
-
|
|
1585
|
+
<<<<<<< HEAD
|
|
1586
|
+
# [1.34.0-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-rc.4...v1.34.0-rc.5) (2021-02-22)
|
|
1587
|
+
>>>>>>> e23f6820e3ab0024f75c84ad0bd722fd89e0f3fa
|
|
1588
|
+
=======
|
|
1589
|
+
# [1.34.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.4...v1.34.0-next.5) (2021-01-26)
|
|
1590
|
+
>>>>>>> e1230765ed64924e5ba445eeef096f0eeb94fdcb
|
|
1699
1591
|
|
|
1700
1592
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1701
1593
|
|
|
@@ -1703,15 +1595,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1703
1595
|
|
|
1704
1596
|
|
|
1705
1597
|
|
|
1706
|
-
|
|
1598
|
+
# [1.34.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.3...v1.34.0-next.4) (2021-01-25)
|
|
1707
1599
|
|
|
1708
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1709
1600
|
|
|
1601
|
+
### Features
|
|
1602
|
+
|
|
1603
|
+
* dimsum:: update libs ([#2370](https://git.elliemae.io/platform-ui/dimsum/issues/2370)) ([01d9ab6](https://git.elliemae.io/platform-ui/dimsum/commits/01d9ab6996e36f8dbedc762942cf7bf8a709ed2f))
|
|
1710
1604
|
|
|
1711
1605
|
|
|
1712
1606
|
|
|
1713
1607
|
|
|
1714
|
-
|
|
1608
|
+
|
|
1609
|
+
# [1.34.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.2...v1.34.0-next.3) (2021-01-24)
|
|
1715
1610
|
|
|
1716
1611
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1717
1612
|
|
|
@@ -1719,7 +1614,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1719
1614
|
|
|
1720
1615
|
|
|
1721
1616
|
|
|
1722
|
-
|
|
1617
|
+
# [1.34.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.1...v1.34.0-next.2) (2021-01-23)
|
|
1723
1618
|
|
|
1724
1619
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1725
1620
|
|
|
@@ -1727,7 +1622,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1727
1622
|
|
|
1728
1623
|
|
|
1729
1624
|
|
|
1730
|
-
|
|
1625
|
+
# [1.34.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.0...v1.34.0-next.1) (2021-01-22)
|
|
1731
1626
|
|
|
1732
1627
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1733
1628
|
|
|
@@ -1735,55 +1630,51 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1735
1630
|
|
|
1736
1631
|
|
|
1737
1632
|
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1741
|
-
|
|
1742
|
-
|
|
1633
|
+
# [1.33.0-next.16](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.15...v1.33.0-next.16) (2021-01-20)
|
|
1743
1634
|
|
|
1744
1635
|
|
|
1745
1636
|
|
|
1746
|
-
|
|
1637
|
+
## [1.31.2-rc.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.14...v1.31.2-rc.10) (2021-01-19)
|
|
1747
1638
|
|
|
1748
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1749
1639
|
|
|
1750
1640
|
|
|
1641
|
+
## [1.31.2-rc.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.9...v1.31.2-rc.9) (2021-01-18)
|
|
1751
1642
|
|
|
1752
1643
|
|
|
1753
1644
|
|
|
1754
|
-
|
|
1645
|
+
## [1.31.2-rc.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.7...v1.31.2-rc.8) (2021-01-15)
|
|
1755
1646
|
|
|
1756
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1757
1647
|
|
|
1758
1648
|
|
|
1649
|
+
## [1.31.2-rc.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.5...v1.31.2-rc.7) (2021-01-14)
|
|
1759
1650
|
|
|
1760
1651
|
|
|
1761
1652
|
|
|
1762
|
-
|
|
1653
|
+
## [1.31.2-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.5...v1.31.2-rc.6) (2021-01-13)
|
|
1763
1654
|
|
|
1764
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1765
1655
|
|
|
1766
1656
|
|
|
1657
|
+
## [1.31.2-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.3...v1.31.2-rc.5) (2021-01-12)
|
|
1767
1658
|
|
|
1768
1659
|
|
|
1769
1660
|
|
|
1770
|
-
|
|
1661
|
+
## [1.31.2-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.3...v1.31.2-rc.4) (2021-01-12)
|
|
1771
1662
|
|
|
1772
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1773
1663
|
|
|
1774
1664
|
|
|
1665
|
+
## [1.31.2-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.2...v1.31.2-rc.3) (2021-01-12)
|
|
1775
1666
|
|
|
1776
1667
|
|
|
1777
1668
|
|
|
1778
|
-
|
|
1669
|
+
## [1.31.2-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.2...v1.31.2-rc.2) (2021-01-12)
|
|
1779
1670
|
|
|
1780
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1781
1671
|
|
|
1782
1672
|
|
|
1673
|
+
## [1.31.2-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.1...v1.31.2-rc.1) (2021-01-10)
|
|
1783
1674
|
|
|
1784
1675
|
|
|
1785
1676
|
|
|
1786
|
-
|
|
1677
|
+
## [1.31.2-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.1...v1.31.2-rc.0) (2021-01-09)
|
|
1787
1678
|
|
|
1788
1679
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1789
1680
|
|
|
@@ -1791,7 +1682,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1791
1682
|
|
|
1792
1683
|
|
|
1793
1684
|
|
|
1794
|
-
|
|
1685
|
+
# [1.33.0-next.15](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.14...v1.33.0-next.15) (2021-01-20)
|
|
1795
1686
|
|
|
1796
1687
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1797
1688
|
|
|
@@ -1799,7 +1690,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1799
1690
|
|
|
1800
1691
|
|
|
1801
1692
|
|
|
1802
|
-
|
|
1693
|
+
# [1.33.0-next.14](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.13...v1.33.0-next.14) (2021-01-19)
|
|
1803
1694
|
|
|
1804
1695
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1805
1696
|
|
|
@@ -1807,7 +1698,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1807
1698
|
|
|
1808
1699
|
|
|
1809
1700
|
|
|
1810
|
-
|
|
1701
|
+
# [1.33.0-next.13](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.12...v1.33.0-next.13) (2021-01-19)
|
|
1811
1702
|
|
|
1812
1703
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1813
1704
|
|
|
@@ -1815,7 +1706,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1815
1706
|
|
|
1816
1707
|
|
|
1817
1708
|
|
|
1818
|
-
|
|
1709
|
+
# [1.33.0-next.12](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.11...v1.33.0-next.12) (2021-01-18)
|
|
1819
1710
|
|
|
1820
1711
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1821
1712
|
|
|
@@ -1823,7 +1714,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1823
1714
|
|
|
1824
1715
|
|
|
1825
1716
|
|
|
1826
|
-
|
|
1717
|
+
# [1.33.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.10...v1.33.0-next.11) (2021-01-18)
|
|
1827
1718
|
|
|
1828
1719
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1829
1720
|
|
|
@@ -1831,7 +1722,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1831
1722
|
|
|
1832
1723
|
|
|
1833
1724
|
|
|
1834
|
-
|
|
1725
|
+
# [1.33.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.9...v1.33.0-next.10) (2021-01-18)
|
|
1835
1726
|
|
|
1836
1727
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1837
1728
|
|
|
@@ -1839,7 +1730,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1839
1730
|
|
|
1840
1731
|
|
|
1841
1732
|
|
|
1842
|
-
|
|
1733
|
+
# [1.33.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.8...v1.33.0-next.9) (2021-01-15)
|
|
1843
1734
|
|
|
1844
1735
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1845
1736
|
|
|
@@ -1847,7 +1738,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1847
1738
|
|
|
1848
1739
|
|
|
1849
1740
|
|
|
1850
|
-
|
|
1741
|
+
# [1.33.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.7...v1.33.0-next.8) (2021-01-15)
|
|
1851
1742
|
|
|
1852
1743
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1853
1744
|
|
|
@@ -1855,7 +1746,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1855
1746
|
|
|
1856
1747
|
|
|
1857
1748
|
|
|
1858
|
-
|
|
1749
|
+
# [1.33.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.6...v1.33.0-next.7) (2021-01-14)
|
|
1859
1750
|
|
|
1860
1751
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1861
1752
|
|
|
@@ -1863,7 +1754,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1863
1754
|
|
|
1864
1755
|
|
|
1865
1756
|
|
|
1866
|
-
|
|
1757
|
+
# [1.33.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.5...v1.33.0-next.6) (2021-01-14)
|
|
1867
1758
|
|
|
1868
1759
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1869
1760
|
|
|
@@ -1871,7 +1762,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1871
1762
|
|
|
1872
1763
|
|
|
1873
1764
|
|
|
1874
|
-
|
|
1765
|
+
# [1.33.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.4...v1.33.0-next.5) (2021-01-13)
|
|
1875
1766
|
|
|
1876
1767
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1877
1768
|
|
|
@@ -1879,7 +1770,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1879
1770
|
|
|
1880
1771
|
|
|
1881
1772
|
|
|
1882
|
-
|
|
1773
|
+
# [1.33.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.3...v1.33.0-next.4) (2021-01-13)
|
|
1883
1774
|
|
|
1884
1775
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1885
1776
|
|
|
@@ -1887,7 +1778,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1887
1778
|
|
|
1888
1779
|
|
|
1889
1780
|
|
|
1890
|
-
|
|
1781
|
+
# [1.33.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.2...v1.33.0-next.3) (2021-01-12)
|
|
1891
1782
|
|
|
1892
1783
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1893
1784
|
|
|
@@ -1895,7 +1786,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1895
1786
|
|
|
1896
1787
|
|
|
1897
1788
|
|
|
1898
|
-
|
|
1789
|
+
# [1.33.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.1...v1.33.0-next.2) (2021-01-11)
|
|
1899
1790
|
|
|
1900
1791
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1901
1792
|
|
|
@@ -1903,15 +1794,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1903
1794
|
|
|
1904
1795
|
|
|
1905
1796
|
|
|
1906
|
-
|
|
1797
|
+
# [1.33.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.1...v1.33.0-next.1) (2021-01-09)
|
|
1907
1798
|
|
|
1908
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1909
1799
|
|
|
1910
1800
|
|
|
1801
|
+
# [1.33.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.32.1-next.0...v1.33.0-next.0) (2021-01-07)
|
|
1911
1802
|
|
|
1912
1803
|
|
|
1913
1804
|
|
|
1914
|
-
|
|
1805
|
+
## [1.32.1-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.1-rc.0...v1.32.1-next.0) (2021-01-07)
|
|
1915
1806
|
|
|
1916
1807
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1917
1808
|
|
|
@@ -1919,7 +1810,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1919
1810
|
|
|
1920
1811
|
|
|
1921
1812
|
|
|
1922
|
-
|
|
1813
|
+
# [1.33.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.32.1-next.0...v1.33.0-next.0) (2021-01-07)
|
|
1923
1814
|
|
|
1924
1815
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1925
1816
|
|
|
@@ -1927,7 +1818,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1927
1818
|
|
|
1928
1819
|
|
|
1929
1820
|
|
|
1930
|
-
## [1.
|
|
1821
|
+
## [1.32.1-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0...v1.32.1-next.0) (2021-01-07)
|
|
1931
1822
|
|
|
1932
1823
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1933
1824
|
|
|
@@ -1935,7 +1826,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1935
1826
|
|
|
1936
1827
|
|
|
1937
1828
|
|
|
1938
|
-
|
|
1829
|
+
# [1.31.0-next.13](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.12...v1.31.0-next.13) (2021-01-05)
|
|
1939
1830
|
|
|
1940
1831
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1941
1832
|
|
|
@@ -1943,7 +1834,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1943
1834
|
|
|
1944
1835
|
|
|
1945
1836
|
|
|
1946
|
-
|
|
1837
|
+
# [1.31.0-next.12](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.11...v1.31.0-next.12) (2021-01-05)
|
|
1947
1838
|
|
|
1948
1839
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1949
1840
|
|
|
@@ -1951,7 +1842,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1951
1842
|
|
|
1952
1843
|
|
|
1953
1844
|
|
|
1954
|
-
|
|
1845
|
+
# [1.31.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.10...v1.31.0-next.11) (2021-01-01)
|
|
1955
1846
|
|
|
1956
1847
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1957
1848
|
|
|
@@ -1959,7 +1850,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1959
1850
|
|
|
1960
1851
|
|
|
1961
1852
|
|
|
1962
|
-
|
|
1853
|
+
# [1.31.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.9...v1.31.0-next.10) (2020-12-31)
|
|
1963
1854
|
|
|
1964
1855
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1965
1856
|
|
|
@@ -1967,47 +1858,47 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1967
1858
|
|
|
1968
1859
|
|
|
1969
1860
|
|
|
1970
|
-
|
|
1861
|
+
# [1.31.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1...v1.31.0-next.9) (2020-12-30)
|
|
1971
1862
|
|
|
1972
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1973
1863
|
|
|
1974
1864
|
|
|
1865
|
+
# [1.31.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.10...v1.31.0-next.8) (2020-12-28)
|
|
1975
1866
|
|
|
1976
1867
|
|
|
1977
1868
|
|
|
1978
|
-
|
|
1869
|
+
# [1.31.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.9...v1.31.0-next.7) (2020-12-27)
|
|
1979
1870
|
|
|
1980
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1981
1871
|
|
|
1982
1872
|
|
|
1873
|
+
# [1.31.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.6...v1.31.0-next.6) (2020-12-22)
|
|
1983
1874
|
|
|
1984
1875
|
|
|
1985
1876
|
|
|
1986
|
-
|
|
1877
|
+
# [1.31.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.4...v1.31.0-next.5) (2020-12-21)
|
|
1987
1878
|
|
|
1988
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1989
1879
|
|
|
1990
1880
|
|
|
1881
|
+
# [1.31.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.3...v1.31.0-next.4) (2020-12-19)
|
|
1991
1882
|
|
|
1992
1883
|
|
|
1993
1884
|
|
|
1994
|
-
|
|
1885
|
+
# [1.31.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.3...v1.31.0-next.3) (2020-12-18)
|
|
1995
1886
|
|
|
1996
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
1997
1887
|
|
|
1998
1888
|
|
|
1889
|
+
# [1.31.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.1...v1.31.0-next.2) (2020-12-18)
|
|
1999
1890
|
|
|
2000
1891
|
|
|
2001
1892
|
|
|
2002
|
-
|
|
1893
|
+
# [1.31.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.0...v1.31.0-next.1) (2020-12-18)
|
|
2003
1894
|
|
|
2004
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2005
1895
|
|
|
2006
1896
|
|
|
1897
|
+
# [1.31.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.1...v1.31.0-next.0) (2020-12-17)
|
|
2007
1898
|
|
|
2008
1899
|
|
|
2009
1900
|
|
|
2010
|
-
|
|
1901
|
+
## [1.30.1-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.0...v1.30.1-next.0) (2020-12-17)
|
|
2011
1902
|
|
|
2012
1903
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2013
1904
|
|
|
@@ -2015,7 +1906,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2015
1906
|
|
|
2016
1907
|
|
|
2017
1908
|
|
|
2018
|
-
|
|
1909
|
+
# [1.31.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.7...v1.31.0-next.8) (2020-12-28)
|
|
2019
1910
|
|
|
2020
1911
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2021
1912
|
|
|
@@ -2023,7 +1914,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2023
1914
|
|
|
2024
1915
|
|
|
2025
1916
|
|
|
2026
|
-
|
|
1917
|
+
# [1.31.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.6...v1.31.0-next.7) (2020-12-27)
|
|
2027
1918
|
|
|
2028
1919
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2029
1920
|
|
|
@@ -2031,7 +1922,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2031
1922
|
|
|
2032
1923
|
|
|
2033
1924
|
|
|
2034
|
-
|
|
1925
|
+
# [1.31.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.5...v1.31.0-next.6) (2020-12-22)
|
|
2035
1926
|
|
|
2036
1927
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2037
1928
|
|
|
@@ -2039,7 +1930,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2039
1930
|
|
|
2040
1931
|
|
|
2041
1932
|
|
|
2042
|
-
|
|
1933
|
+
# [1.31.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.4...v1.31.0-next.5) (2020-12-21)
|
|
2043
1934
|
|
|
2044
1935
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2045
1936
|
|
|
@@ -2047,7 +1938,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2047
1938
|
|
|
2048
1939
|
|
|
2049
1940
|
|
|
2050
|
-
|
|
1941
|
+
# [1.31.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.3...v1.31.0-next.4) (2020-12-19)
|
|
2051
1942
|
|
|
2052
1943
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2053
1944
|
|
|
@@ -2055,7 +1946,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2055
1946
|
|
|
2056
1947
|
|
|
2057
1948
|
|
|
2058
|
-
|
|
1949
|
+
# [1.31.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.2...v1.31.0-next.3) (2020-12-18)
|
|
2059
1950
|
|
|
2060
1951
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2061
1952
|
|
|
@@ -2063,7 +1954,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2063
1954
|
|
|
2064
1955
|
|
|
2065
1956
|
|
|
2066
|
-
|
|
1957
|
+
# [1.31.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.1...v1.31.0-next.2) (2020-12-18)
|
|
2067
1958
|
|
|
2068
1959
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2069
1960
|
|
|
@@ -2071,7 +1962,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2071
1962
|
|
|
2072
1963
|
|
|
2073
1964
|
|
|
2074
|
-
|
|
1965
|
+
# [1.31.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.0...v1.31.0-next.1) (2020-12-18)
|
|
2075
1966
|
|
|
2076
1967
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2077
1968
|
|
|
@@ -2079,7 +1970,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2079
1970
|
|
|
2080
1971
|
|
|
2081
1972
|
|
|
2082
|
-
|
|
1973
|
+
# [1.31.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-next.0...v1.31.0-next.0) (2020-12-17)
|
|
2083
1974
|
|
|
2084
1975
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2085
1976
|
|
|
@@ -2087,7 +1978,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2087
1978
|
|
|
2088
1979
|
|
|
2089
1980
|
|
|
2090
|
-
|
|
1981
|
+
## [1.30.1-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.0...v1.30.1-next.0) (2020-12-17)
|
|
2091
1982
|
|
|
2092
1983
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2093
1984
|
|
|
@@ -2095,7 +1986,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2095
1986
|
|
|
2096
1987
|
|
|
2097
1988
|
|
|
2098
|
-
|
|
1989
|
+
# [1.30.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.0-next.0...v1.30.0-next.1) (2020-12-15)
|
|
2099
1990
|
|
|
2100
1991
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2101
1992
|
|
|
@@ -2103,23 +1994,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2103
1994
|
|
|
2104
1995
|
|
|
2105
1996
|
|
|
2106
|
-
|
|
1997
|
+
# [1.30.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.29.2-rc.0...v1.30.0-next.0) (2020-12-11)
|
|
2107
1998
|
|
|
2108
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2109
1999
|
|
|
2110
2000
|
|
|
2001
|
+
# [1.28.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.28.0...v1.28.0-next.0) (2020-12-09)
|
|
2111
2002
|
|
|
2112
2003
|
|
|
2113
2004
|
|
|
2114
|
-
|
|
2005
|
+
# [1.26.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.27.0-rc.2...v1.26.0-next.3) (2020-12-04)
|
|
2115
2006
|
|
|
2116
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2117
2007
|
|
|
2118
2008
|
|
|
2009
|
+
# [1.26.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.26.1-rc.3...v1.26.0-next.2) (2020-12-02)
|
|
2119
2010
|
|
|
2120
2011
|
|
|
2121
2012
|
|
|
2122
|
-
|
|
2013
|
+
# [1.26.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.26.0-next.0...v1.26.0-next.1) (2020-12-01)
|
|
2123
2014
|
|
|
2124
2015
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2125
2016
|
|
|
@@ -2127,7 +2018,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2127
2018
|
|
|
2128
2019
|
|
|
2129
2020
|
|
|
2130
|
-
|
|
2021
|
+
# [1.28.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.26.0-next.3...v1.28.0-next.0) (2020-12-09)
|
|
2131
2022
|
|
|
2132
2023
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2133
2024
|
|
|
@@ -2135,7 +2026,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2135
2026
|
|
|
2136
2027
|
|
|
2137
2028
|
|
|
2138
|
-
|
|
2029
|
+
# [1.26.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.26.0-next.2...v1.26.0-next.3) (2020-12-04)
|
|
2139
2030
|
|
|
2140
2031
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2141
2032
|
|
|
@@ -2143,7 +2034,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2143
2034
|
|
|
2144
2035
|
|
|
2145
2036
|
|
|
2146
|
-
|
|
2037
|
+
# [1.26.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.26.0-next.1...v1.26.0-next.2) (2020-12-02)
|
|
2147
2038
|
|
|
2148
2039
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2149
2040
|
|
|
@@ -2151,7 +2042,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2151
2042
|
|
|
2152
2043
|
|
|
2153
2044
|
|
|
2154
|
-
|
|
2045
|
+
# [1.26.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.26.0-next.0...v1.26.0-next.1) (2020-12-01)
|
|
2155
2046
|
|
|
2156
2047
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2157
2048
|
|
|
@@ -2159,39 +2050,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2159
2050
|
|
|
2160
2051
|
|
|
2161
2052
|
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2165
|
-
|
|
2053
|
+
# [1.26.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-next.5...v1.26.0-next.0) (2020-11-29)
|
|
2166
2054
|
|
|
2167
2055
|
|
|
2168
2056
|
|
|
2057
|
+
# [1.25.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-next.3...v1.25.0) (2020-11-26)
|
|
2169
2058
|
|
|
2170
|
-
## [1.36.0-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.36.0-rc.5...v1.36.0-rc.6) (2021-03-15)
|
|
2171
|
-
|
|
2172
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2173
2059
|
|
|
2174
2060
|
|
|
2061
|
+
# [1.25.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-rc.3...v1.25.0-rc.4) (2020-11-21)
|
|
2175
2062
|
|
|
2176
2063
|
|
|
2177
2064
|
|
|
2178
|
-
|
|
2065
|
+
# [1.25.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-next.2...v1.25.0-rc.3) (2020-11-19)
|
|
2179
2066
|
|
|
2180
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2181
2067
|
|
|
2182
2068
|
|
|
2069
|
+
# [1.25.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-rc.1...v1.25.0-rc.2) (2020-11-18)
|
|
2183
2070
|
|
|
2184
2071
|
|
|
2185
2072
|
|
|
2186
|
-
|
|
2073
|
+
# [1.24.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.23.17...v1.24.0) (2020-11-18)
|
|
2187
2074
|
|
|
2188
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2189
2075
|
|
|
2190
2076
|
|
|
2077
|
+
## [1.23.17](https://git.elliemae.io/platform-ui/dimsum/compare/v1.24.0-rc.12...v1.23.17) (2020-11-17)
|
|
2191
2078
|
|
|
2192
2079
|
|
|
2193
2080
|
|
|
2194
|
-
## [1.
|
|
2081
|
+
## [1.23.16](https://git.elliemae.io/platform-ui/dimsum/compare/v1.23.15...v1.23.16) (2020-11-16)
|
|
2195
2082
|
|
|
2196
2083
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2197
2084
|
|
|
@@ -2199,7 +2086,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2199
2086
|
|
|
2200
2087
|
|
|
2201
2088
|
|
|
2202
|
-
|
|
2089
|
+
# [1.25.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-next.4...v1.25.0-next.5) (2020-11-28)
|
|
2203
2090
|
|
|
2204
2091
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2205
2092
|
|
|
@@ -2207,7 +2094,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2207
2094
|
|
|
2208
2095
|
|
|
2209
2096
|
|
|
2210
|
-
|
|
2097
|
+
# [1.25.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-next.3...v1.25.0-next.4) (2020-11-27)
|
|
2211
2098
|
|
|
2212
2099
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2213
2100
|
|
|
@@ -2215,7 +2102,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2215
2102
|
|
|
2216
2103
|
|
|
2217
2104
|
|
|
2218
|
-
|
|
2105
|
+
# [1.25.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-next.2...v1.25.0-next.3) (2020-11-21)
|
|
2219
2106
|
|
|
2220
2107
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2221
2108
|
|
|
@@ -2223,7 +2110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2223
2110
|
|
|
2224
2111
|
|
|
2225
2112
|
|
|
2226
|
-
|
|
2113
|
+
# [1.25.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-next.1...v1.25.0-next.2) (2020-11-19)
|
|
2227
2114
|
|
|
2228
2115
|
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2229
2116
|
|
|
@@ -2231,1095 +2118,253 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
2231
2118
|
|
|
2232
2119
|
|
|
2233
2120
|
|
|
2234
|
-
|
|
2121
|
+
# [1.25.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-rc.1...v1.25.0-next.1) (2020-11-18)
|
|
2235
2122
|
|
|
2236
|
-
### [1.34.7-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.35.0-next.4...v1.34.7-rc.5) (2021-03-10)
|
|
2237
2123
|
|
|
2238
|
-
###
|
|
2124
|
+
### Features
|
|
2239
2125
|
|
|
2240
|
-
|
|
2126
|
+
* open source library upgrade ([#2104](https://git.elliemae.io/platform-ui/dimsum/issues/2104)) ([ee8d8a6](https://git.elliemae.io/platform-ui/dimsum/commits/ee8d8a6952ae9d77fce6cfa772411056b051fab2))
|
|
2241
2127
|
|
|
2242
|
-
### [1.34.7-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.35.0-next.0...v1.34.7-rc.2) (2021-03-06)
|
|
2243
2128
|
|
|
2244
|
-
### [1.34.7-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.7-rc.0...v1.34.7-rc.1) (2021-03-04)
|
|
2245
2129
|
|
|
2246
|
-
|
|
2130
|
+
## [1.10.1-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.12.8...v1.10.1-next.1) (2020-07-03)
|
|
2247
2131
|
|
|
2248
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2249
2132
|
|
|
2250
2133
|
|
|
2134
|
+
## [1.10.1-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.12.4...v1.10.1-next.0) (2020-07-01)
|
|
2251
2135
|
|
|
2252
2136
|
|
|
2253
2137
|
|
|
2254
|
-
|
|
2138
|
+
# [1.10.0-next.25](https://git.elliemae.io/platform-ui/dimsum/compare/v1.12.3...v1.10.0-next.25) (2020-07-01)
|
|
2255
2139
|
|
|
2256
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2257
2140
|
|
|
2258
2141
|
|
|
2142
|
+
# [1.10.0-next.24](https://git.elliemae.io/platform-ui/dimsum/compare/v1.12.2...v1.10.0-next.24) (2020-07-01)
|
|
2259
2143
|
|
|
2260
2144
|
|
|
2261
2145
|
|
|
2262
|
-
|
|
2146
|
+
# [1.10.0-next.23](https://git.elliemae.io/platform-ui/dimsum/compare/v1.11.13...v1.10.0-next.23) (2020-06-30)
|
|
2263
2147
|
|
|
2264
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2265
2148
|
|
|
2266
2149
|
|
|
2150
|
+
# [1.10.0-next.22](https://git.elliemae.io/platform-ui/dimsum/compare/v1.11.0-rc.10...v1.10.0-next.22) (2020-06-29)
|
|
2267
2151
|
|
|
2268
2152
|
|
|
2269
2153
|
|
|
2270
|
-
|
|
2154
|
+
# [1.10.0-next.21](https://git.elliemae.io/platform-ui/dimsum/compare/v1.11.0-rc.9...v1.10.0-next.21) (2020-06-29)
|
|
2271
2155
|
|
|
2272
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2273
2156
|
|
|
2274
2157
|
|
|
2158
|
+
# [1.10.0-next.20](https://git.elliemae.io/platform-ui/dimsum/compare/v1.10.0-next.19...v1.10.0-next.20) (2020-06-26)
|
|
2275
2159
|
|
|
2276
2160
|
|
|
2277
2161
|
|
|
2278
|
-
|
|
2162
|
+
# [1.10.0-next.19](https://git.elliemae.io/platform-ui/dimsum/compare/v1.11.12...v1.10.0-next.19) (2020-06-26)
|
|
2279
2163
|
|
|
2280
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2281
2164
|
|
|
2282
2165
|
|
|
2166
|
+
# [1.10.0-next.18](https://git.elliemae.io/platform-ui/dimsum/compare/v1.11.0-rc.7...v1.10.0-next.18) (2020-06-26)
|
|
2283
2167
|
|
|
2284
2168
|
|
|
2285
2169
|
|
|
2286
|
-
|
|
2170
|
+
# [1.10.0-next.17](https://git.elliemae.io/platform-ui/dimsum/compare/v1.11.10...v1.10.0-next.17) (2020-06-25)
|
|
2287
2171
|
|
|
2288
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2289
2172
|
|
|
2290
2173
|
|
|
2174
|
+
# [1.10.0-next.16](https://git.elliemae.io/platform-ui/dimsum/compare/v1.11.9...v1.10.0-next.16) (2020-06-25)
|
|
2291
2175
|
|
|
2292
2176
|
|
|
2293
2177
|
|
|
2294
|
-
|
|
2178
|
+
# [1.10.0-next.15](https://git.elliemae.io/platform-ui/dimsum/compare/v1.11.7...v1.10.0-next.15) (2020-06-23)
|
|
2295
2179
|
|
|
2296
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2297
2180
|
|
|
2298
2181
|
|
|
2182
|
+
# [1.10.0-next.14](https://git.elliemae.io/platform-ui/dimsum/compare/v1.11.0-rc.1...v1.10.0-next.14) (2020-06-17)
|
|
2299
2183
|
|
|
2300
2184
|
|
|
2301
2185
|
|
|
2302
|
-
|
|
2186
|
+
# [1.10.0-next.13](https://git.elliemae.io/platform-ui/dimsum/compare/v1.10.0-rc.3...v1.10.0-next.13) (2020-06-16)
|
|
2303
2187
|
|
|
2304
|
-
### [1.34.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.5-rc.2...v1.34.5) (2021-03-03)
|
|
2305
2188
|
|
|
2306
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2307
2189
|
|
|
2190
|
+
# [1.10.0-next.12](https://git.elliemae.io/platform-ui/dimsum/compare/v1.10.10...v1.10.0-next.12) (2020-06-12)
|
|
2308
2191
|
|
|
2309
2192
|
|
|
2310
2193
|
|
|
2194
|
+
# [1.10.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.10.0-next.10...v1.10.0-next.11) (2020-06-12)
|
|
2311
2195
|
|
|
2312
|
-
### [1.34.5-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.5-rc.2...v1.34.5-rc.3) (2021-03-03)
|
|
2313
2196
|
|
|
2314
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2315
2197
|
|
|
2198
|
+
# [1.10.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.10.0-next.9...v1.10.0-next.10) (2020-06-12)
|
|
2316
2199
|
|
|
2317
2200
|
|
|
2318
2201
|
|
|
2202
|
+
# [1.10.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.10.9...v1.10.0-next.9) (2020-06-12)
|
|
2319
2203
|
|
|
2320
|
-
### [1.34.5-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.5-rc.1...v1.34.5-rc.2) (2021-03-03)
|
|
2321
2204
|
|
|
2322
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2323
2205
|
|
|
2206
|
+
# [1.10.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.10.7...v1.10.0-next.8) (2020-06-10)
|
|
2324
2207
|
|
|
2325
2208
|
|
|
2326
2209
|
|
|
2210
|
+
# [1.10.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.10.0-rc.2...v1.10.0-next.7) (2020-06-09)
|
|
2327
2211
|
|
|
2328
|
-
### [1.34.5-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.5-rc.0...v1.34.5-rc.1) (2021-03-03)
|
|
2329
2212
|
|
|
2330
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2331
2213
|
|
|
2214
|
+
# [1.10.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.10.0-next.5...v1.10.0-next.6) (2020-06-09)
|
|
2332
2215
|
|
|
2333
2216
|
|
|
2334
2217
|
|
|
2218
|
+
# [1.10.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.10.0-next.4...v1.10.0-next.5) (2020-06-08)
|
|
2335
2219
|
|
|
2336
|
-
### [1.34.5-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.4...v1.34.5-rc.0) (2021-03-02)
|
|
2337
2220
|
|
|
2338
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2339
2221
|
|
|
2222
|
+
# [1.10.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.10.0-rc.1...v1.10.0-next.4) (2020-06-07)
|
|
2340
2223
|
|
|
2341
2224
|
|
|
2342
2225
|
|
|
2226
|
+
# [1.10.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.10.0-next.2...v1.10.0-next.3) (2020-06-05)
|
|
2343
2227
|
|
|
2344
|
-
### [1.34.4-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.3...v1.34.4-rc.0) (2021-03-02)
|
|
2345
2228
|
|
|
2346
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2347
2229
|
|
|
2230
|
+
# [1.10.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.10.4...v1.10.0-next.2) (2020-06-05)
|
|
2348
2231
|
|
|
2349
2232
|
|
|
2350
2233
|
|
|
2234
|
+
# [1.10.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.8.0-next.16...v1.10.0-next.1) (2020-06-03)
|
|
2351
2235
|
|
|
2352
|
-
### [1.34.3-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.3-rc.2...v1.34.3-rc.3) (2021-02-26)
|
|
2353
2236
|
|
|
2354
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2355
2237
|
|
|
2238
|
+
# [1.8.0-next.16](https://git.elliemae.io/platform-ui/dimsum/compare/v1.9.0-rc.3...v1.8.0-next.16) (2020-06-02)
|
|
2356
2239
|
|
|
2357
2240
|
|
|
2358
2241
|
|
|
2242
|
+
# [1.8.0-next.15](https://git.elliemae.io/platform-ui/dimsum/compare/v1.8.0-rc.3...v1.8.0-next.15) (2020-05-29)
|
|
2359
2243
|
|
|
2360
|
-
### [1.34.3-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.3-rc.1...v1.34.3-rc.2) (2021-02-26)
|
|
2361
2244
|
|
|
2362
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2363
2245
|
|
|
2246
|
+
# [1.8.0-next.14](https://git.elliemae.io/platform-ui/dimsum/compare/v1.8.0-next.13...v1.8.0-next.14) (2020-05-28)
|
|
2364
2247
|
|
|
2365
2248
|
|
|
2366
2249
|
|
|
2250
|
+
# [1.8.0-next.13](https://git.elliemae.io/platform-ui/dimsum/compare/v1.8.0-next.12...v1.8.0-next.13) (2020-05-27)
|
|
2367
2251
|
|
|
2368
|
-
### [1.34.3-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.3-rc.0...v1.34.3-rc.1) (2021-02-25)
|
|
2369
2252
|
|
|
2370
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2371
2253
|
|
|
2254
|
+
# [1.8.0-next.12](https://git.elliemae.io/platform-ui/dimsum/compare/v1.8.0-rc.2...v1.8.0-next.12) (2020-05-27)
|
|
2372
2255
|
|
|
2373
2256
|
|
|
2374
2257
|
|
|
2258
|
+
# [1.8.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.0-rc.18...v1.8.0-next.11) (2020-05-17)
|
|
2375
2259
|
|
|
2376
|
-
### [1.34.3-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2...v1.34.3-rc.0) (2021-02-25)
|
|
2377
2260
|
|
|
2378
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2379
2261
|
|
|
2262
|
+
# [1.8.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.24...v1.8.0-next.10) (2020-05-16)
|
|
2380
2263
|
|
|
2381
2264
|
|
|
2382
2265
|
|
|
2266
|
+
# [1.8.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.23...v1.8.0-next.9) (2020-05-15)
|
|
2383
2267
|
|
|
2384
|
-
### [1.34.2-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2-rc.2...v1.34.2-rc.3) (2021-02-24)
|
|
2385
2268
|
|
|
2386
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2387
2269
|
|
|
2270
|
+
# [1.8.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.22...v1.8.0-next.8) (2020-05-15)
|
|
2388
2271
|
|
|
2389
2272
|
|
|
2390
2273
|
|
|
2274
|
+
# [1.8.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.21...v1.8.0-next.7) (2020-05-15)
|
|
2391
2275
|
|
|
2392
|
-
### [1.34.2-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2-rc.1...v1.34.2-rc.2) (2021-02-24)
|
|
2393
2276
|
|
|
2394
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2395
2277
|
|
|
2278
|
+
# [1.8.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.14...v1.8.0-next.6) (2020-05-14)
|
|
2396
2279
|
|
|
2397
2280
|
|
|
2398
2281
|
|
|
2282
|
+
# [1.8.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.13...v1.8.0-next.5) (2020-05-14)
|
|
2399
2283
|
|
|
2400
|
-
### [1.34.2-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.2-rc.0...v1.34.2-rc.1) (2021-02-24)
|
|
2401
2284
|
|
|
2402
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2403
2285
|
|
|
2286
|
+
# [1.8.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.0-rc.17...v1.8.0-next.4) (2020-05-12)
|
|
2404
2287
|
|
|
2405
2288
|
|
|
2406
2289
|
|
|
2290
|
+
# [1.8.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.8.0-next.2...v1.8.0-next.3) (2020-05-11)
|
|
2407
2291
|
|
|
2408
|
-
## [1.34.2-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.1...v1.34.2-rc.0) (2021-02-24)
|
|
2409
2292
|
|
|
2410
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2411
2293
|
|
|
2294
|
+
# [1.8.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.8.0-next.1...v1.8.0-next.2) (2020-05-11)
|
|
2412
2295
|
|
|
2413
2296
|
|
|
2414
2297
|
|
|
2298
|
+
# [1.8.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.0-next.12...v1.8.0-next.1) (2020-05-11)
|
|
2415
2299
|
|
|
2416
|
-
# [1.34.0-rc.12](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-rc.11...v1.34.0-rc.12) (2021-02-24)
|
|
2417
2300
|
|
|
2418
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2419
2301
|
|
|
2302
|
+
# [1.7.0-next.12](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.4...v1.7.0-next.12) (2020-05-11)
|
|
2420
2303
|
|
|
2421
2304
|
|
|
2422
2305
|
|
|
2306
|
+
# [1.7.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.0-next.10...v1.7.0-next.11) (2020-05-10)
|
|
2423
2307
|
|
|
2424
|
-
# [1.34.0-rc.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-rc.10...v1.34.0-rc.11) (2021-02-24)
|
|
2425
2308
|
|
|
2426
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2427
2309
|
|
|
2310
|
+
# [1.7.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.0-rc.15...v1.7.0-next.10) (2020-05-10)
|
|
2428
2311
|
|
|
2429
2312
|
|
|
2430
2313
|
|
|
2314
|
+
# [1.7.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.3...v1.7.0-next.9) (2020-05-08)
|
|
2431
2315
|
|
|
2432
|
-
# [1.34.0-rc.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-rc.9...v1.34.0-rc.10) (2021-02-24)
|
|
2433
2316
|
|
|
2434
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2435
2317
|
|
|
2318
|
+
# [1.7.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.0-rc.14...v1.7.0-next.8) (2020-05-08)
|
|
2436
2319
|
|
|
2437
2320
|
|
|
2438
2321
|
|
|
2322
|
+
# [1.7.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.2...v1.7.0-next.7) (2020-05-07)
|
|
2439
2323
|
|
|
2440
|
-
# [1.34.0-rc.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-rc.8...v1.34.0-rc.9) (2021-02-24)
|
|
2441
2324
|
|
|
2442
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2443
2325
|
|
|
2326
|
+
# [1.7.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.6.13...v1.7.0-next.6) (2020-05-06)
|
|
2444
2327
|
|
|
2445
2328
|
|
|
2446
2329
|
|
|
2330
|
+
# [1.7.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.6.8...v1.7.0-next.5) (2020-04-28)
|
|
2447
2331
|
|
|
2448
|
-
# [1.34.0-rc.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-rc.7...v1.34.0-rc.8) (2021-02-23)
|
|
2449
2332
|
|
|
2450
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2451
2333
|
|
|
2334
|
+
# [1.7.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.0-next.3...v1.7.0-next.4) (2020-04-24)
|
|
2452
2335
|
|
|
2453
2336
|
|
|
2454
2337
|
|
|
2338
|
+
# [1.7.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.0-rc.4...v1.7.0-next.3) (2020-04-23)
|
|
2455
2339
|
|
|
2456
|
-
# [1.34.0-rc.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-rc.6...v1.34.0-rc.7) (2021-02-23)
|
|
2457
2340
|
|
|
2458
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2459
2341
|
|
|
2342
|
+
# [1.7.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.0-rc.3...v1.7.0-next.2) (2020-04-23)
|
|
2460
2343
|
|
|
2461
2344
|
|
|
2462
2345
|
|
|
2346
|
+
# [1.7.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.7.0-rc.1...v1.7.0-next.1) (2020-04-21)
|
|
2463
2347
|
|
|
2464
|
-
# [1.34.0-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-rc.5...v1.34.0-rc.6) (2021-02-23)
|
|
2465
2348
|
|
|
2466
|
-
|
|
2349
|
+
### Features
|
|
2467
2350
|
|
|
2351
|
+
* merge master to next ([#1215](https://git.elliemae.io/platform-ui/dimsum/issues/1215)) ([3612a6a](https://git.elliemae.io/platform-ui/dimsum/commits/3612a6ace96ea971ed5bfc2db93aa8c5b75bbc63)), closes [#1173](https://git.elliemae.io/platform-ui/dimsum/issues/1173) [#1174](https://git.elliemae.io/platform-ui/dimsum/issues/1174) [#1175](https://git.elliemae.io/platform-ui/dimsum/issues/1175) [#1190](https://git.elliemae.io/platform-ui/dimsum/issues/1190) [#1197](https://git.elliemae.io/platform-ui/dimsum/issues/1197) [#1203](https://git.elliemae.io/platform-ui/dimsum/issues/1203) [#1204](https://git.elliemae.io/platform-ui/dimsum/issues/1204) [#1206](https://git.elliemae.io/platform-ui/dimsum/issues/1206) [#1063](https://git.elliemae.io/platform-ui/dimsum/issues/1063) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1065](https://git.elliemae.io/platform-ui/dimsum/issues/1065) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1067](https://git.elliemae.io/platform-ui/dimsum/issues/1067) [#1070](https://git.elliemae.io/platform-ui/dimsum/issues/1070) [#1071](https://git.elliemae.io/platform-ui/dimsum/issues/1071) [#1076](https://git.elliemae.io/platform-ui/dimsum/issues/1076) [#1075](https://git.elliemae.io/platform-ui/dimsum/issues/1075) [#1081](https://git.elliemae.io/platform-ui/dimsum/issues/1081) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1069](https://git.elliemae.io/platform-ui/dimsum/issues/1069) [#1068](https://git.elliemae.io/platform-ui/dimsum/issues/1068) [#1073](https://git.elliemae.io/platform-ui/dimsum/issues/1073) [#1072](https://git.elliemae.io/platform-ui/dimsum/issues/1072) [#1082](https://git.elliemae.io/platform-ui/dimsum/issues/1082) [#1083](https://git.elliemae.io/platform-ui/dimsum/issues/1083) [#1084](https://git.elliemae.io/platform-ui/dimsum/issues/1084) [#1066](https://git.elliemae.io/platform-ui/dimsum/issues/1066) [#1089](https://git.elliemae.io/platform-ui/dimsum/issues/1089) [#1090](https://git.elliemae.io/platform-ui/dimsum/issues/1090) [#1091](https://git.elliemae.io/platform-ui/dimsum/issues/1091) [#1096](https://git.elliemae.io/platform-ui/dimsum/issues/1096) [#1097](https://git.elliemae.io/platform-ui/dimsum/issues/1097) [#1100](https://git.elliemae.io/platform-ui/dimsum/issues/1100) [#1101](https://git.elliemae.io/platform-ui/dimsum/issues/1101) [#1108](https://git.elliemae.io/platform-ui/dimsum/issues/1108) [#1110](https://git.elliemae.io/platform-ui/dimsum/issues/1110) [#1109](https://git.elliemae.io/platform-ui/dimsum/issues/1109) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1069](https://git.elliemae.io/platform-ui/dimsum/issues/1069) [#1068](https://git.elliemae.io/platform-ui/dimsum/issues/1068) [#1073](https://git.elliemae.io/platform-ui/dimsum/issues/1073) [#1072](https://git.elliemae.io/platform-ui/dimsum/issues/1072) [#1079](https://git.elliemae.io/platform-ui/dimsum/issues/1079) [#1063](https://git.elliemae.io/platform-ui/dimsum/issues/1063) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1065](https://git.elliemae.io/platform-ui/dimsum/issues/1065) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1067](https://git.elliemae.io/platform-ui/dimsum/issues/1067) [#1070](https://git.elliemae.io/platform-ui/dimsum/issues/1070) [#1071](https://git.elliemae.io/platform-ui/dimsum/issues/1071) [#1076](https://git.elliemae.io/platform-ui/dimsum/issues/1076) [#1075](https://git.elliemae.io/platform-ui/dimsum/issues/1075) [#1079](https://git.elliemae.io/platform-ui/dimsum/issues/1079) [#1080](https://git.elliemae.io/platform-ui/dimsum/issues/1080) [#1077](https://git.elliemae.io/platform-ui/dimsum/issues/1077) [#1087](https://git.elliemae.io/platform-ui/dimsum/issues/1087) [#1085](https://git.elliemae.io/platform-ui/dimsum/issues/1085) [#1086](https://git.elliemae.io/platform-ui/dimsum/issues/1086) [#1094](https://git.elliemae.io/platform-ui/dimsum/issues/1094) [#1092](https://git.elliemae.io/platform-ui/dimsum/issues/1092) [#1098](https://git.elliemae.io/platform-ui/dimsum/issues/1098) [#1095](https://git.elliemae.io/platform-ui/dimsum/issues/1095) [#1099](https://git.elliemae.io/platform-ui/dimsum/issues/1099) [#1102](https://git.elliemae.io/platform-ui/dimsum/issues/1102) [#1104](https://git.elliemae.io/platform-ui/dimsum/issues/1104) [#1106](https://git.elliemae.io/platform-ui/dimsum/issues/1106) [#1114](https://git.elliemae.io/platform-ui/dimsum/issues/1114) [#1123](https://git.elliemae.io/platform-ui/dimsum/issues/1123) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1069](https://git.elliemae.io/platform-ui/dimsum/issues/1069) [#1068](https://git.elliemae.io/platform-ui/dimsum/issues/1068) [#1073](https://git.elliemae.io/platform-ui/dimsum/issues/1073) [#1072](https://git.elliemae.io/platform-ui/dimsum/issues/1072) [#1079](https://git.elliemae.io/platform-ui/dimsum/issues/1079) [#1063](https://git.elliemae.io/platform-ui/dimsum/issues/1063) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1065](https://git.elliemae.io/platform-ui/dimsum/issues/1065) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1067](https://git.elliemae.io/platform-ui/dimsum/issues/1067) [#1070](https://git.elliemae.io/platform-ui/dimsum/issues/1070) [#1071](https://git.elliemae.io/platform-ui/dimsum/issues/1071) [#1076](https://git.elliemae.io/platform-ui/dimsum/issues/1076) [#1075](https://git.elliemae.io/platform-ui/dimsum/issues/1075) [#1079](https://git.elliemae.io/platform-ui/dimsum/issues/1079) [#1080](https://git.elliemae.io/platform-ui/dimsum/issues/1080) [#1077](https://git.elliemae.io/platform-ui/dimsum/issues/1077) [#1087](https://git.elliemae.io/platform-ui/dimsum/issues/1087) [#1085](https://git.elliemae.io/platform-ui/dimsum/issues/1085) [#1086](https://git.elliemae.io/platform-ui/dimsum/issues/1086) [#1094](https://git.elliemae.io/platform-ui/dimsum/issues/1094) [#1092](https://git.elliemae.io/platform-ui/dimsum/issues/1092) [#1098](https://git.elliemae.io/platform-ui/dimsum/issues/1098) [#1095](https://git.elliemae.io/platform-ui/dimsum/issues/1095) [#1099](https://git.elliemae.io/platform-ui/dimsum/issues/1099) [#1102](https://git.elliemae.io/platform-ui/dimsum/issues/1102) [#1104](https://git.elliemae.io/platform-ui/dimsum/issues/1104) [#1106](https://git.elliemae.io/platform-ui/dimsum/issues/1106) [#1103](https://git.elliemae.io/platform-ui/dimsum/issues/1103) [#1111](https://git.elliemae.io/platform-ui/dimsum/issues/1111) [#1113](https://git.elliemae.io/platform-ui/dimsum/issues/1113) [#1116](https://git.elliemae.io/platform-ui/dimsum/issues/1116) [#1115](https://git.elliemae.io/platform-ui/dimsum/issues/1115) [#1107](https://git.elliemae.io/platform-ui/dimsum/issues/1107) [#1118](https://git.elliemae.io/platform-ui/dimsum/issues/1118) [#1119](https://git.elliemae.io/platform-ui/dimsum/issues/1119) [#1122](https://git.elliemae.io/platform-ui/dimsum/issues/1122) [#1063](https://git.elliemae.io/platform-ui/dimsum/issues/1063) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1065](https://git.elliemae.io/platform-ui/dimsum/issues/1065) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1067](https://git.elliemae.io/platform-ui/dimsum/issues/1067) [#1070](https://git.elliemae.io/platform-ui/dimsum/issues/1070) [#1071](https://git.elliemae.io/platform-ui/dimsum/issues/1071) [#1076](https://git.elliemae.io/platform-ui/dimsum/issues/1076) [#1075](https://git.elliemae.io/platform-ui/dimsum/issues/1075) [#1081](https://git.elliemae.io/platform-ui/dimsum/issues/1081) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1069](https://git.elliemae.io/platform-ui/dimsum/issues/1069) [#1068](https://git.elliemae.io/platform-ui/dimsum/issues/1068) [#1073](https://git.elliemae.io/platform-ui/dimsum/issues/1073) [#1072](https://git.elliemae.io/platform-ui/dimsum/issues/1072) [#1082](https://git.elliemae.io/platform-ui/dimsum/issues/1082) [#1083](https://git.elliemae.io/platform-ui/dimsum/issues/1083) [#1084](https://git.elliemae.io/platform-ui/dimsum/issues/1084) [#1066](https://git.elliemae.io/platform-ui/dimsum/issues/1066) [#1089](https://git.elliemae.io/platform-ui/dimsum/issues/1089) [#1090](https://git.elliemae.io/platform-ui/dimsum/issues/1090) [#1091](https://git.elliemae.io/platform-ui/dimsum/issues/1091) [#1096](https://git.elliemae.io/platform-ui/dimsum/issues/1096) [#1097](https://git.elliemae.io/platform-ui/dimsum/issues/1097) [#1100](https://git.elliemae.io/platform-ui/dimsum/issues/1100) [#1101](https://git.elliemae.io/platform-ui/dimsum/issues/1101) [#1108](https://git.elliemae.io/platform-ui/dimsum/issues/1108) [#1110](https://git.elliemae.io/platform-ui/dimsum/issues/1110) [#1109](https://git.elliemae.io/platform-ui/dimsum/issues/1109) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1069](https://git.elliemae.io/platform-ui/dimsum/issues/1069) [#1068](https://git.elliemae.io/platform-ui/dimsum/issues/1068) [#1073](https://git.elliemae.io/platform-ui/dimsum/issues/1073) [#1072](https://git.elliemae.io/platform-ui/dimsum/issues/1072) [#1079](https://git.elliemae.io/platform-ui/dimsum/issues/1079) [#1063](https://git.elliemae.io/platform-ui/dimsum/issues/1063) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1065](https://git.elliemae.io/platform-ui/dimsum/issues/1065) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1067](https://git.elliemae.io/platform-ui/dimsum/issues/1067) [#1070](https://git.elliemae.io/platform-ui/dimsum/issues/1070) [#1071](https://git.elliemae.io/platform-ui/dimsum/issues/1071) [#1076](https://git.elliemae.io/platform-ui/dimsum/issues/1076) [#1075](https://git.elliemae.io/platform-ui/dimsum/issues/1075) [#1079](https://git.elliemae.io/platform-ui/dimsum/issues/1079) [#1080](https://git.elliemae.io/platform-ui/dimsum/issues/1080) [#1077](https://git.elliemae.io/platform-ui/dimsum/issues/1077) [#1087](https://git.elliemae.io/platform-ui/dimsum/issues/1087) [#1085](https://git.elliemae.io/platform-ui/dimsum/issues/1085) [#1086](https://git.elliemae.io/platform-ui/dimsum/issues/1086) [#1094](https://git.elliemae.io/platform-ui/dimsum/issues/1094) [#1092](https://git.elliemae.io/platform-ui/dimsum/issues/1092) [#1098](https://git.elliemae.io/platform-ui/dimsum/issues/1098) [#1095](https://git.elliemae.io/platform-ui/dimsum/issues/1095) [#1099](https://git.elliemae.io/platform-ui/dimsum/issues/1099) [#1102](https://git.elliemae.io/platform-ui/dimsum/issues/1102) [#1104](https://git.elliemae.io/platform-ui/dimsum/issues/1104) [#1106](https://git.elliemae.io/platform-ui/dimsum/issues/1106) [#1121](https://git.elliemae.io/platform-ui/dimsum/issues/1121) [#1127](https://git.elliemae.io/platform-ui/dimsum/issues/1127) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1069](https://git.elliemae.io/platform-ui/dimsum/issues/1069) [#1068](https://git.elliemae.io/platform-ui/dimsum/issues/1068) [#1073](https://git.elliemae.io/platform-ui/dimsum/issues/1073) [#1072](https://git.elliemae.io/platform-ui/dimsum/issues/1072) [#1079](https://git.elliemae.io/platform-ui/dimsum/issues/1079) [#1063](https://git.elliemae.io/platform-ui/dimsum/issues/1063) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1065](https://git.elliemae.io/platform-ui/dimsum/issues/1065) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1067](https://git.elliemae.io/platform-ui/dimsum/issues/1067) [#1070](https://git.elliemae.io/platform-ui/dimsum/issues/1070) [#1071](https://git.elliemae.io/platform-ui/dimsum/issues/1071) [#1076](https://git.elliemae.io/platform-ui/dimsum/issues/1076) [#1075](https://git.elliemae.io/platform-ui/dimsum/issues/1075) [#1079](https://git.elliemae.io/platform-ui/dimsum/issues/1079) [#1080](https://git.elliemae.io/platform-ui/dimsum/issues/1080) [#1077](https://git.elliemae.io/platform-ui/dimsum/issues/1077) [#1087](https://git.elliemae.io/platform-ui/dimsum/issues/1087) [#1085](https://git.elliemae.io/platform-ui/dimsum/issues/1085) [#1086](https://git.elliemae.io/platform-ui/dimsum/issues/1086) [#1094](https://git.elliemae.io/platform-ui/dimsum/issues/1094) [#1092](https://git.elliemae.io/platform-ui/dimsum/issues/1092) [#1098](https://git.elliemae.io/platform-ui/dimsum/issues/1098) [#1095](https://git.elliemae.io/platform-ui/dimsum/issues/1095) [#1099](https://git.elliemae.io/platform-ui/dimsum/issues/1099) [#1102](https://git.elliemae.io/platform-ui/dimsum/issues/1102) [#1104](https://git.elliemae.io/platform-ui/dimsum/issues/1104) [#1106](https://git.elliemae.io/platform-ui/dimsum/issues/1106) [#1103](https://git.elliemae.io/platform-ui/dimsum/issues/1103) [#1111](https://git.elliemae.io/platform-ui/dimsum/issues/1111) [#1113](https://git.elliemae.io/platform-ui/dimsum/issues/1113) [#1116](https://git.elliemae.io/platform-ui/dimsum/issues/1116) [#1115](https://git.elliemae.io/platform-ui/dimsum/issues/1115) [#1107](https://git.elliemae.io/platform-ui/dimsum/issues/1107) [#1118](https://git.elliemae.io/platform-ui/dimsum/issues/1118) [#1119](https://git.elliemae.io/platform-ui/dimsum/issues/1119) [#1122](https://git.elliemae.io/platform-ui/dimsum/issues/1122) [#1063](https://git.elliemae.io/platform-ui/dimsum/issues/1063) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1065](https://git.elliemae.io/platform-ui/dimsum/issues/1065) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1067](https://git.elliemae.io/platform-ui/dimsum/issues/1067) [#1070](https://git.elliemae.io/platform-ui/dimsum/issues/1070) [#1071](https://git.elliemae.io/platform-ui/dimsum/issues/1071) [#1076](https://git.elliemae.io/platform-ui/dimsum/issues/1076) [#1075](https://git.elliemae.io/platform-ui/dimsum/issues/1075) [#1081](https://git.elliemae.io/platform-ui/dimsum/issues/1081) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1069](https://git.elliemae.io/platform-ui/dimsum/issues/1069) [#1068](https://git.elliemae.io/platform-ui/dimsum/issues/1068) [#1073](https://git.elliemae.io/platform-ui/dimsum/issues/1073) [#1072](https://git.elliemae.io/platform-ui/dimsum/issues/1072) [#1082](https://git.elliemae.io/platform-ui/dimsum/issues/1082) [#1083](https://git.elliemae.io/platform-ui/dimsum/issues/1083) [#1084](https://git.elliemae.io/platform-ui/dimsum/issues/1084) [#1066](https://git.elliemae.io/platform-ui/dimsum/issues/1066) [#1089](https://git.elliemae.io/platform-ui/dimsum/issues/1089) [#1090](https://git.elliemae.io/platform-ui/dimsum/issues/1090) [#1091](https://git.elliemae.io/platform-ui/dimsum/issues/1091) [#1096](https://git.elliemae.io/platform-ui/dimsum/issues/1096) [#1097](https://git.elliemae.io/platform-ui/dimsum/issues/1097) [#1100](https://git.elliemae.io/platform-ui/dimsum/issues/1100) [#1101](https://git.elliemae.io/platform-ui/dimsum/issues/1101) [#1108](https://git.elliemae.io/platform-ui/dimsum/issues/1108) [#1110](https://git.elliemae.io/platform-ui/dimsum/issues/1110) [#1109](https://git.elliemae.io/platform-ui/dimsum/issues/1109) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1069](https://git.elliemae.io/platform-ui/dimsum/issues/1069) [#1068](https://git.elliemae.io/platform-ui/dimsum/issues/1068) [#1073](https://git.elliemae.io/platform-ui/dimsum/issues/1073) [#1072](https://git.elliemae.io/platform-ui/dimsum/issues/1072) [#1079](https://git.elliemae.io/platform-ui/dimsum/issues/1079) [#1063](https://git.elliemae.io/platform-ui/dimsum/issues/1063) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1065](https://git.elliemae.io/platform-ui/dimsum/issues/1065) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1067](https://git.elliemae.io/platform-ui/dimsum/issues/1067) [#1070](https://git.elliemae.io/platform-ui/dimsum/issues/1070) [#1071](https://git.elliemae.io/platform-ui/dimsum/issues/1071) [#1076](https://git.elliemae.io/platform-ui/dimsum/issues/1076) [#1075](https://git.elliemae.io/platform-ui/dimsum/issues/1075) [#1079](https://git.elliemae.io/platform-ui/dimsum/issues/1079) [#1080](https://git.elliemae.io/platform-ui/dimsum/issues/1080) [#1077](https://git.elliemae.io/platform-ui/dimsum/issues/1077) [#1087](https://git.elliemae.io/platform-ui/dimsum/issues/1087) [#1085](https://git.elliemae.io/platform-ui/dimsum/issues/1085) [#1086](https://git.elliemae.io/platform-ui/dimsum/issues/1086) [#1094](https://git.elliemae.io/platform-ui/dimsum/issues/1094) [#1092](https://git.elliemae.io/platform-ui/dimsum/issues/1092) [#1098](https://git.elliemae.io/platform-ui/dimsum/issues/1098) [#1095](https://git.elliemae.io/platform-ui/dimsum/issues/1095) [#1099](https://git.elliemae.io/platform-ui/dimsum/issues/1099) [#1102](https://git.elliemae.io/platform-ui/dimsum/issues/1102) [#1104](https://git.elliemae.io/platform-ui/dimsum/issues/1104) [#1106](https://git.elliemae.io/platform-ui/dimsum/issues/1106) [#1121](https://git.elliemae.io/platform-ui/dimsum/issues/1121) [#1124](https://git.elliemae.io/platform-ui/dimsum/issues/1124) [#1130](https://git.elliemae.io/platform-ui/dimsum/issues/1130) [#1132](https://git.elliemae.io/platform-ui/dimsum/issues/1132) [#1134](https://git.elliemae.io/platform-ui/dimsum/issues/1134) [#1112](https://git.elliemae.io/platform-ui/dimsum/issues/1112) [#1133](https://git.elliemae.io/platform-ui/dimsum/issues/1133) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1069](https://git.elliemae.io/platform-ui/dimsum/issues/1069) [#1068](https://git.elliemae.io/platform-ui/dimsum/issues/1068) [#1073](https://git.elliemae.io/platform-ui/dimsum/issues/1073) [#1072](https://git.elliemae.io/platform-ui/dimsum/issues/1072) [#1079](https://git.elliemae.io/platform-ui/dimsum/issues/1079) [#1063](https://git.elliemae.io/platform-ui/dimsum/issues/1063) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1065](https://git.elliemae.io/platform-ui/dimsum/issues/1065) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1067](https://git.elliemae.io/platform-ui/dimsum/issues/1067) [#1070](https://git.elliemae.io/platform-ui/dimsum/issues/1070) [#1071](https://git.elliemae.io/platform-ui/dimsum/issues/1071) [#1076](https://git.elliemae.io/platform-ui/dimsum/issues/1076) [#1075](https://git.elliemae.io/platform-ui/dimsum/issues/1075) [#1079](https://git.elliemae.io/platform-ui/dimsum/issues/1079) [#1080](https://git.elliemae.io/platform-ui/dimsum/issues/1080) [#1077](https://git.elliemae.io/platform-ui/dimsum/issues/1077) [#1087](https://git.elliemae.io/platform-ui/dimsum/issues/1087) [#1085](https://git.elliemae.io/platform-ui/dimsum/issues/1085) [#1086](https://git.elliemae.io/platform-ui/dimsum/issues/1086) [#1094](https://git.elliemae.io/platform-ui/dimsum/issues/1094) [#1092](https://git.elliemae.io/platform-ui/dimsum/issues/1092) [#1098](https://git.elliemae.io/platform-ui/dimsum/issues/1098) [#1095](https://git.elliemae.io/platform-ui/dimsum/issues/1095) [#1099](https://git.elliemae.io/platform-ui/dimsum/issues/1099) [#1102](https://git.elliemae.io/platform-ui/dimsum/issues/1102) [#1104](https://git.elliemae.io/platform-ui/dimsum/issues/1104) [#1106](https://git.elliemae.io/platform-ui/dimsum/issues/1106) [#1103](https://git.elliemae.io/platform-ui/dimsum/issues/1103) [#1111](https://git.elliemae.io/platform-ui/dimsum/issues/1111) [#1113](https://git.elliemae.io/platform-ui/dimsum/issues/1113) [#1116](https://git.elliemae.io/platform-ui/dimsum/issues/1116) [#1115](https://git.elliemae.io/platform-ui/dimsum/issues/1115) [#1107](https://git.elliemae.io/platform-ui/dimsum/issues/1107) [#1118](https://git.elliemae.io/platform-ui/dimsum/issues/1118) [#1119](https://git.elliemae.io/platform-ui/dimsum/issues/1119) [#1122](https://git.elliemae.io/platform-ui/dimsum/issues/1122) [#1063](https://git.elliemae.io/platform-ui/dimsum/issues/1063) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1065](https://git.elliemae.io/platform-ui/dimsum/issues/1065) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1067](https://git.elliemae.io/platform-ui/dimsum/issues/1067) [#1070](https://git.elliemae.io/platform-ui/dimsum/issues/1070) [#1071](https://git.elliemae.io/platform-ui/dimsum/issues/1071) [#1076](https://git.elliemae.io/platform-ui/dimsum/issues/1076) [#1075](https://git.elliemae.io/platform-ui/dimsum/issues/1075) [#1081](https://git.elliemae.io/platform-ui/dimsum/issues/1081) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1060](https://git.elliemae.io/platform-ui/dimsum/issues/1060) [#1064](https://git.elliemae.io/platform-ui/dimsum/issues/1064) [#1069](https://git.elliemae.io/platform-ui/dimsum/issues/1069) [#1068](https://git.elliemae.io/platform-ui/dimsum/issues/1068) [#1073](https://git.elliemae.io/platform-ui/dimsum/issues/1073) [#1072](https://git.elliemae.io/platform-ui/dimsum/issues/1072) [#1082](https://git.elliemae.io/platform-ui/dimsum/issues/1082) [#1083](https://git.elliemae.io/platform-ui/dimsum/issues/1083) [#1084](https://git.elliemae.io/platform-ui/dimsum/issues/1084) [#1066](https://git.elliemae.io/platform-ui/dimsum/issues/1066) [#1089](https://git.elliemae.io/platform-ui/dimsum/issues/1089) [#1090](https://git.elliemae.io/platform-ui/dimsum/issues/1090) [#1091](https://git.elliemae.io/platform-ui/dimsum/issues/1091) [#1096](https://git.elliemae.io/platform-ui/dimsum/issues/1096) [#1097](https://git.elliemae.io/platform-ui/dimsum/issues/1097) [#1100](https://git.elliemae.io/platform-ui/dimsum/issues/1100) [#1101](https://git.elliemae.io/platform-ui/dimsum/issues/1101) [#1108](https://git.elliemae.io/platform-ui/dimsum/issues/1108) [#1110](https://git.elliemae.io/platform-ui/dimsum/issues/1110) [#1109](https://git.elliemae.io/platform-ui/dimsum/issues/1109) [#1061](https://git.elliemae.io/platform-ui/dimsum/issues/1061) [#1209](https://git.elliemae.io/platform-ui/dimsum/issues/1209) [#1212](https://git.elliemae.io/platform-ui/dimsum/issues/1212)
|
|
2468
2352
|
|
|
2469
2353
|
|
|
2470
2354
|
|
|
2355
|
+
# [1.6.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.6.0-next.3...v1.6.0-next.4) (2020-04-21)
|
|
2471
2356
|
|
|
2472
|
-
# [1.34.0-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-rc.4...v1.34.0-rc.5) (2021-02-22)
|
|
2473
2357
|
|
|
2474
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2475
2358
|
|
|
2359
|
+
# [1.6.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.5.7...v1.6.0-next.3) (2020-04-17)
|
|
2476
2360
|
|
|
2477
2361
|
|
|
2478
2362
|
|
|
2363
|
+
# [1.6.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.6.0-rc.6...v1.6.0-next.2) (2020-04-15)
|
|
2479
2364
|
|
|
2480
|
-
# [1.34.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-rc.3...v1.34.0-rc.4) (2021-02-19)
|
|
2481
|
-
|
|
2482
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
# [1.34.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-rc.2...v1.34.0-rc.3) (2021-02-18)
|
|
2489
|
-
|
|
2490
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
# [1.34.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-rc.1...v1.34.0-rc.2) (2021-02-18)
|
|
2497
|
-
|
|
2498
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
# [1.34.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-rc.0...v1.34.0-rc.1) (2021-02-18)
|
|
2505
|
-
|
|
2506
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
# [1.34.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.25...v1.34.0-rc.0) (2021-02-17)
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
## [1.33.3-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.21...v1.33.3-rc.5) (2021-02-12)
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
## [1.33.3-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.19...v1.33.3-rc.4) (2021-02-11)
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
## [1.33.3-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.18...v1.33.3-rc.3) (2021-02-09)
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
## [1.33.3-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.3-rc.1...v1.33.3-rc.2) (2021-02-05)
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
## [1.33.3-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.3-rc.0...v1.33.3-rc.1) (2021-02-04)
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
## [1.33.3-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.2...v1.33.3-rc.0) (2021-02-03)
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
## [1.33.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.16...v1.33.2) (2021-02-02)
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
## [1.33.2-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.15...v1.33.2-rc.1) (2021-02-01)
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
## [1.33.2-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.11...v1.33.2-rc.0) (2021-01-29)
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
## [1.33.1-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.9...v1.33.1-rc.6) (2021-01-29)
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
## [1.33.1-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1...v1.33.1-rc.5) (2021-01-28)
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
## [1.33.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.8...v1.33.1) (2021-01-28)
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
## [1.33.1-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.34.0-next.6...v1.33.1-rc.4) (2021-01-27)
|
|
2565
|
-
|
|
2566
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
## [1.33.3-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.3-rc.4...v1.33.3-rc.5) (2021-02-12)
|
|
2573
|
-
|
|
2574
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
## [1.33.3-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.3-rc.3...v1.33.3-rc.4) (2021-02-11)
|
|
2581
|
-
|
|
2582
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
## [1.33.3-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.3-rc.2...v1.33.3-rc.3) (2021-02-09)
|
|
2589
|
-
|
|
2590
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
## [1.33.3-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.3-rc.1...v1.33.3-rc.2) (2021-02-05)
|
|
2597
|
-
|
|
2598
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
## [1.33.3-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.3-rc.0...v1.33.3-rc.1) (2021-02-04)
|
|
2605
|
-
|
|
2606
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
## [1.33.3-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.2...v1.33.3-rc.0) (2021-02-03)
|
|
2613
|
-
|
|
2614
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
## [1.33.2-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.2-rc.0...v1.33.2-rc.1) (2021-02-01)
|
|
2621
|
-
|
|
2622
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
## [1.33.2-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.6...v1.33.2-rc.0) (2021-01-29)
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
## [1.33.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.4...v1.33.1) (2021-01-28)
|
|
2633
|
-
|
|
2634
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
## [1.33.1-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.5...v1.33.1-rc.6) (2021-01-29)
|
|
2641
|
-
|
|
2642
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
## [1.33.1-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.4...v1.33.1-rc.5) (2021-01-28)
|
|
2649
|
-
|
|
2650
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
## [1.33.1-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.3...v1.33.1-rc.4) (2021-01-27)
|
|
2657
|
-
|
|
2658
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
## [1.33.1-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.2...v1.33.1-rc.3) (2021-01-27)
|
|
2665
|
-
|
|
2666
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
## [1.33.1-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.1...v1.33.1-rc.2) (2021-01-25)
|
|
2673
|
-
|
|
2674
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
## [1.33.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.1-rc.0...v1.33.1-rc.1) (2021-01-23)
|
|
2681
|
-
|
|
2682
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
## [1.33.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0...v1.33.1-rc.0) (2021-01-22)
|
|
2689
|
-
|
|
2690
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
# [1.33.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.3-rc.0...v1.33.0-rc.0) (2021-01-21)
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
# [1.33.0-next.16](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.15...v1.33.0-next.16) (2021-01-20)
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
# [1.33.0-next.15](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.10...v1.33.0-next.15) (2021-01-20)
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
# [1.33.0-next.14](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.13...v1.33.0-next.14) (2021-01-19)
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
# [1.33.0-next.13](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.12...v1.33.0-next.13) (2021-01-19)
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
# [1.33.0-next.12](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.11...v1.33.0-next.12) (2021-01-18)
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
# [1.33.0-next.11](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.10...v1.33.0-next.11) (2021-01-18)
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
# [1.33.0-next.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.9...v1.33.0-next.10) (2021-01-18)
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
# [1.33.0-next.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.8...v1.33.0-next.9) (2021-01-15)
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
# [1.33.0-next.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.8...v1.33.0-next.8) (2021-01-15)
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
# [1.33.0-next.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.6...v1.33.0-next.7) (2021-01-14)
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
# [1.33.0-next.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.7...v1.33.0-next.6) (2021-01-14)
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
# [1.33.0-next.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.33.0-next.4...v1.33.0-next.5) (2021-01-13)
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
# [1.33.0-next.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.6...v1.33.0-next.4) (2021-01-13)
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
# [1.33.0-next.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.4...v1.33.0-next.3) (2021-01-12)
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
# [1.33.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.1...v1.33.0-next.2) (2021-01-11)
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
# [1.33.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.0...v1.33.0-next.1) (2021-01-09)
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
# [1.33.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.32.1-next.0...v1.33.0-next.0) (2021-01-07)
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
## [1.32.1-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.1-rc.0...v1.32.1-next.0) (2021-01-07)
|
|
2769
|
-
|
|
2770
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
## [1.31.3-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2...v1.31.3-rc.0) (2021-01-21)
|
|
2777
|
-
|
|
2778
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
## [1.31.2-rc.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.9...v1.31.2-rc.10) (2021-01-19)
|
|
2785
|
-
|
|
2786
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
## [1.31.2-rc.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.8...v1.31.2-rc.9) (2021-01-18)
|
|
2793
|
-
|
|
2794
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
## [1.31.2-rc.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.7...v1.31.2-rc.8) (2021-01-15)
|
|
2801
|
-
|
|
2802
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
## [1.31.2-rc.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.6...v1.31.2-rc.7) (2021-01-14)
|
|
2809
|
-
|
|
2810
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
## [1.31.2-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.5...v1.31.2-rc.6) (2021-01-13)
|
|
2817
|
-
|
|
2818
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
## [1.31.2-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.4...v1.31.2-rc.5) (2021-01-12)
|
|
2825
|
-
|
|
2826
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
## [1.31.2-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.3...v1.31.2-rc.4) (2021-01-12)
|
|
2833
|
-
|
|
2834
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
## [1.31.2-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.2...v1.31.2-rc.3) (2021-01-12)
|
|
2841
|
-
|
|
2842
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
## [1.31.2-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.1...v1.31.2-rc.2) (2021-01-12)
|
|
2849
|
-
|
|
2850
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
## [1.31.2-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.2-rc.0...v1.31.2-rc.1) (2021-01-10)
|
|
2857
|
-
|
|
2858
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
## [1.31.2-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.1...v1.31.2-rc.0) (2021-01-09)
|
|
2865
|
-
|
|
2866
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
## [1.31.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.1-rc.0...v1.31.1-rc.1) (2021-01-08)
|
|
2873
|
-
|
|
2874
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
## [1.31.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0...v1.31.1-rc.0) (2021-01-06)
|
|
2881
|
-
|
|
2882
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
# [1.31.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.13...v1.31.0-rc.0) (2021-01-06)
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
## [1.30.3-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.12...v1.30.3-rc.3) (2021-01-05)
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
## [1.30.3-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.31.0-next.11...v1.30.3-rc.2) (2021-01-04)
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
## [1.30.3-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.3-rc.0...v1.30.3-rc.1) (2020-12-30)
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
## [1.30.3-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1...v1.30.3-rc.0) (2020-12-30)
|
|
2905
|
-
|
|
2906
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
## [1.30.3-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.3-rc.2...v1.30.3-rc.3) (2021-01-05)
|
|
2913
|
-
|
|
2914
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
## [1.30.3-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.3-rc.1...v1.30.3-rc.2) (2021-01-04)
|
|
2921
|
-
|
|
2922
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
## [1.30.3-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.3-rc.0...v1.30.3-rc.1) (2020-12-30)
|
|
2929
|
-
|
|
2930
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
## [1.30.3-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1...v1.30.3-rc.0) (2020-12-30)
|
|
2937
|
-
|
|
2938
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
## [1.30.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.10...v1.30.1) (2020-12-29)
|
|
2945
|
-
|
|
2946
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
## [1.30.1-rc.10](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.9...v1.30.1-rc.10) (2020-12-27)
|
|
2953
|
-
|
|
2954
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
## [1.30.1-rc.9](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.8...v1.30.1-rc.9) (2020-12-27)
|
|
2961
|
-
|
|
2962
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
## [1.30.1-rc.8](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.7...v1.30.1-rc.8) (2020-12-26)
|
|
2969
|
-
|
|
2970
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
## [1.30.1-rc.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.6...v1.30.1-rc.7) (2020-12-23)
|
|
2977
|
-
|
|
2978
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
## [1.30.1-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.5...v1.30.1-rc.6) (2020-12-21)
|
|
2985
|
-
|
|
2986
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
## [1.30.1-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.4...v1.30.1-rc.5) (2020-12-21)
|
|
2993
|
-
|
|
2994
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
## [1.30.1-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.3...v1.30.1-rc.4) (2020-12-21)
|
|
3001
|
-
|
|
3002
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
## [1.30.1-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.2...v1.30.1-rc.3) (2020-12-18)
|
|
3009
|
-
|
|
3010
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
## [1.30.1-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.1...v1.30.1-rc.2) (2020-12-18)
|
|
3017
|
-
|
|
3018
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
## [1.30.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.1-rc.0...v1.30.1-rc.1) (2020-12-17)
|
|
3025
|
-
|
|
3026
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3027
2365
|
|
|
3028
2366
|
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
## [1.30.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.0...v1.30.1-rc.0) (2020-12-17)
|
|
3033
|
-
|
|
3034
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
# [1.30.0-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.0-rc.4...v1.30.0-rc.5) (2020-12-16)
|
|
3041
|
-
|
|
3042
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
# [1.30.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.0-rc.3...v1.30.0-rc.4) (2020-12-15)
|
|
3049
|
-
|
|
3050
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
# [1.30.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.0-next.1...v1.30.0-rc.3) (2020-12-15)
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
# [1.30.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.0-rc.1...v1.30.0-rc.2) (2020-12-12)
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
# [1.30.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.0-next.0...v1.30.0-rc.1) (2020-12-12)
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
# [1.30.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.29.2-rc.0...v1.30.0-rc.0) (2020-12-11)
|
|
3069
|
-
|
|
3070
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
# [1.30.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.0-rc.1...v1.30.0-rc.2) (2020-12-12)
|
|
3077
|
-
|
|
3078
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
# [1.30.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.30.0-rc.0...v1.30.0-rc.1) (2020-12-12)
|
|
3085
|
-
|
|
3086
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
# [1.30.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.29.2-rc.0...v1.30.0-rc.0) (2020-12-11)
|
|
3093
|
-
|
|
3094
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
## [1.29.2-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.29.1...v1.29.2-rc.0) (2020-12-11)
|
|
3101
|
-
|
|
3102
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
## [1.29.1-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.29.1-rc.1...v1.29.1-rc.2) (2020-12-10)
|
|
3109
|
-
|
|
3110
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
## [1.29.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.29.1-rc.0...v1.29.1-rc.1) (2020-12-09)
|
|
3117
|
-
|
|
3118
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
## [1.29.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.29.0...v1.29.1-rc.0) (2020-12-09)
|
|
3125
|
-
|
|
3126
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
# [1.29.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.28.0...v1.29.0) (2020-12-09)
|
|
3133
|
-
|
|
3134
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
# [1.28.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.27.1...v1.28.0) (2020-12-08)
|
|
3141
|
-
|
|
3142
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
## [1.27.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.27.1-rc.0...v1.27.1) (2020-12-07)
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
# [1.27.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.27.0-rc.1...v1.27.0) (2020-12-03)
|
|
3153
|
-
|
|
3154
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
## [1.27.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.27.0-rc.3...v1.27.1-rc.0) (2020-12-04)
|
|
3161
|
-
|
|
3162
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
# [1.27.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.27.0-rc.2...v1.27.0-rc.3) (2020-12-04)
|
|
3169
|
-
|
|
3170
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
# [1.27.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.27.0-rc.1...v1.27.0-rc.2) (2020-12-04)
|
|
3177
|
-
|
|
3178
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
# [1.27.0-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.27.0-rc.0...v1.27.0-rc.1) (2020-12-03)
|
|
3185
|
-
|
|
3186
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
# [1.27.0-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.26.1-rc.4...v1.27.0-rc.0) (2020-12-03)
|
|
3193
|
-
|
|
3194
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
## [1.26.1-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.26.1-rc.3...v1.26.1-rc.4) (2020-12-02)
|
|
3201
|
-
|
|
3202
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
## [1.26.1-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.26.1-rc.2...v1.26.1-rc.3) (2020-12-02)
|
|
3209
|
-
|
|
3210
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
## [1.26.1-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.26.1-rc.1...v1.26.1-rc.2) (2020-12-02)
|
|
3217
|
-
|
|
3218
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
## [1.26.1-rc.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.26.1-rc.0...v1.26.1-rc.1) (2020-12-02)
|
|
3225
|
-
|
|
3226
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
## [1.26.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.26.0-next.0...v1.26.1-rc.0) (2020-12-01)
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
## [1.25.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-next.5...v1.25.1-rc.0) (2020-11-29)
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
# [1.25.0-rc.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-rc.6...v1.25.0-rc.7) (2020-11-27)
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
# [1.25.0-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0...v1.25.0-rc.6) (2020-11-27)
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
# [1.25.0-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-next.3...v1.25.0-rc.5) (2020-11-26)
|
|
3249
|
-
|
|
3250
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
## [1.25.1-rc.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-rc.7...v1.25.1-rc.0) (2020-11-29)
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
# [1.25.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-rc.5...v1.25.0) (2020-11-26)
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
# [1.24.0](https://git.elliemae.io/platform-ui/dimsum/compare/v1.23.17...v1.24.0) (2020-11-18)
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
## [1.23.17](https://git.elliemae.io/platform-ui/dimsum/compare/v1.24.0-rc.12...v1.23.17) (2020-11-17)
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
## [1.23.16](https://git.elliemae.io/platform-ui/dimsum/compare/v1.23.15...v1.23.16) (2020-11-16)
|
|
3273
|
-
|
|
3274
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
# [1.25.0-rc.7](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-rc.6...v1.25.0-rc.7) (2020-11-27)
|
|
3281
|
-
|
|
3282
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
# [1.25.0-rc.6](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-rc.5...v1.25.0-rc.6) (2020-11-27)
|
|
3289
|
-
|
|
3290
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
# [1.25.0-rc.5](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-rc.4...v1.25.0-rc.5) (2020-11-26)
|
|
3297
|
-
|
|
3298
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
# [1.25.0-rc.4](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-rc.3...v1.25.0-rc.4) (2020-11-21)
|
|
3305
|
-
|
|
3306
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
# [1.25.0-rc.3](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-rc.2...v1.25.0-rc.3) (2020-11-19)
|
|
3313
|
-
|
|
3314
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
# [1.25.0-rc.2](https://git.elliemae.io/platform-ui/dimsum/compare/v1.25.0-rc.1...v1.25.0-rc.2) (2020-11-18)
|
|
3321
|
-
|
|
3322
|
-
**Note:** Version bump only for package @elliemae/pui-dimsum
|
|
2367
|
+
# [1.6.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v1.5.2...v1.6.0-next.1) (2020-04-09)
|
|
3323
2368
|
|
|
3324
2369
|
|
|
3325
2370
|
|