@operato/utils 1.0.0-beta.4 → 1.0.0-beta.40
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 +248 -183
- package/dist/src/adjust-list-param.d.ts +18 -0
- package/dist/src/adjust-list-param.js +9 -0
- package/dist/src/adjust-list-param.js.map +1 -0
- package/dist/src/clipboard.d.ts +1 -0
- package/dist/src/clipboard.js +20 -0
- package/dist/src/clipboard.js.map +1 -0
- package/dist/src/format.d.ts +1 -0
- package/dist/src/format.js +82 -0
- package/dist/src/format.js.map +1 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.js +3 -0
- package/dist/src/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -4
- package/src/adjust-list-param.ts +27 -0
- package/src/clipboard.ts +20 -0
- package/src/format.ts +108 -0
- package/src/index.ts +3 -0
package/CHANGELOG.md
CHANGED
@@ -3,7 +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
|
-
## [1.0.0-beta.
|
6
|
+
## [1.0.0-beta.40](https://github.com/hatiolab/operato/compare/v1.0.0-beta.39...v1.0.0-beta.40) (2022-06-29)
|
7
7
|
|
8
8
|
**Note:** Version bump only for package @operato/utils
|
9
9
|
|
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
11
11
|
|
12
12
|
|
13
13
|
|
14
|
-
## [1.0.0-beta.
|
14
|
+
## [1.0.0-beta.39](https://github.com/hatiolab/operato/compare/v1.0.0-beta.38...v1.0.0-beta.39) (2022-06-22)
|
15
15
|
|
16
16
|
**Note:** Version bump only for package @operato/utils
|
17
17
|
|
@@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
19
19
|
|
20
20
|
|
21
21
|
|
22
|
-
## [1.0.0-beta.
|
22
|
+
## [1.0.0-beta.38](https://github.com/hatiolab/operato/compare/v1.0.0-beta.37...v1.0.0-beta.38) (2022-06-20)
|
23
23
|
|
24
24
|
**Note:** Version bump only for package @operato/utils
|
25
25
|
|
@@ -27,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
27
27
|
|
28
28
|
|
29
29
|
|
30
|
-
## [1.0.0-beta.
|
30
|
+
## [1.0.0-beta.37](https://github.com/hatiolab/operato/compare/v1.0.0-beta.36...v1.0.0-beta.37) (2022-06-20)
|
31
31
|
|
32
32
|
**Note:** Version bump only for package @operato/utils
|
33
33
|
|
@@ -35,16 +35,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
35
35
|
|
36
36
|
|
37
37
|
|
38
|
-
## [1.0.0-beta.
|
38
|
+
## [1.0.0-beta.36](https://github.com/hatiolab/operato/compare/v1.0.0-beta.35...v1.0.0-beta.36) (2022-06-16)
|
39
39
|
|
40
|
+
**Note:** Version bump only for package @operato/utils
|
40
41
|
|
41
|
-
### :rocket: New Features
|
42
42
|
|
43
|
-
* support undo/redo for data-grist ([b7e6c1f](https://github.com/hatiolab/operato/commit/b7e6c1fb47910a3fc3acb0352472ad19cf4e13d2))
|
44
43
|
|
45
44
|
|
46
45
|
|
47
|
-
## [1.0.0-
|
46
|
+
## [1.0.0-beta.35](https://github.com/hatiolab/operato/compare/v1.0.0-beta.34...v1.0.0-beta.35) (2022-06-16)
|
48
47
|
|
49
48
|
**Note:** Version bump only for package @operato/utils
|
50
49
|
|
@@ -52,7 +51,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
52
51
|
|
53
52
|
|
54
53
|
|
55
|
-
## [1.0.0-
|
54
|
+
## [1.0.0-beta.34](https://github.com/hatiolab/operato/compare/v1.0.0-beta.33...v1.0.0-beta.34) (2022-06-16)
|
56
55
|
|
57
56
|
**Note:** Version bump only for package @operato/utils
|
58
57
|
|
@@ -60,7 +59,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
60
59
|
|
61
60
|
|
62
61
|
|
63
|
-
## [1.0.0-
|
62
|
+
## [1.0.0-beta.33](https://github.com/hatiolab/operato/compare/v1.0.0-beta.32...v1.0.0-beta.33) (2022-06-16)
|
64
63
|
|
65
64
|
**Note:** Version bump only for package @operato/utils
|
66
65
|
|
@@ -68,7 +67,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
68
67
|
|
69
68
|
|
70
69
|
|
71
|
-
## [1.0.0-
|
70
|
+
## [1.0.0-beta.32](https://github.com/hatiolab/operato/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2022-06-15)
|
72
71
|
|
73
72
|
**Note:** Version bump only for package @operato/utils
|
74
73
|
|
@@ -76,7 +75,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
76
75
|
|
77
76
|
|
78
77
|
|
79
|
-
## [1.0.0-
|
78
|
+
## [1.0.0-beta.31](https://github.com/hatiolab/operato/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2022-06-15)
|
80
79
|
|
81
80
|
**Note:** Version bump only for package @operato/utils
|
82
81
|
|
@@ -84,7 +83,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
84
83
|
|
85
84
|
|
86
85
|
|
87
|
-
## [1.0.0-
|
86
|
+
## [1.0.0-beta.30](https://github.com/hatiolab/operato/compare/v1.0.0-beta.29...v1.0.0-beta.30) (2022-06-13)
|
88
87
|
|
89
88
|
**Note:** Version bump only for package @operato/utils
|
90
89
|
|
@@ -92,7 +91,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
92
91
|
|
93
92
|
|
94
93
|
|
95
|
-
## [1.0.0-
|
94
|
+
## [1.0.0-beta.29](https://github.com/hatiolab/operato/compare/v1.0.0-beta.28...v1.0.0-beta.29) (2022-06-10)
|
96
95
|
|
97
96
|
**Note:** Version bump only for package @operato/utils
|
98
97
|
|
@@ -100,15 +99,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
100
99
|
|
101
100
|
|
102
101
|
|
103
|
-
## [1.0.0-
|
102
|
+
## [1.0.0-beta.28](https://github.com/hatiolab/operato/compare/v1.0.0-beta.27...v1.0.0-beta.28) (2022-06-10)
|
104
103
|
|
105
|
-
**Note:** Version bump only for package @operato/utils
|
106
104
|
|
105
|
+
### :bug: Bug Fix
|
107
106
|
|
107
|
+
* add adjust-list-param utils ([89307d0](https://github.com/hatiolab/operato/commit/89307d0887ee01b6cd041094618c4af44d827a0b))
|
108
108
|
|
109
109
|
|
110
110
|
|
111
|
-
## [1.0.0-
|
111
|
+
## [1.0.0-beta.27](https://github.com/hatiolab/operato/compare/v1.0.0-beta.26...v1.0.0-beta.27) (2022-06-09)
|
112
112
|
|
113
113
|
**Note:** Version bump only for package @operato/utils
|
114
114
|
|
@@ -116,7 +116,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
116
116
|
|
117
117
|
|
118
118
|
|
119
|
-
## [1.0.0-
|
119
|
+
## [1.0.0-beta.26](https://github.com/hatiolab/operato/compare/v1.0.0-beta.25...v1.0.0-beta.26) (2022-06-04)
|
120
120
|
|
121
121
|
**Note:** Version bump only for package @operato/utils
|
122
122
|
|
@@ -124,7 +124,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
124
124
|
|
125
125
|
|
126
126
|
|
127
|
-
## [1.0.0-
|
127
|
+
## [1.0.0-beta.25](https://github.com/hatiolab/operato/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2022-06-02)
|
128
128
|
|
129
129
|
**Note:** Version bump only for package @operato/utils
|
130
130
|
|
@@ -132,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
132
132
|
|
133
133
|
|
134
134
|
|
135
|
-
## [1.0.0-
|
135
|
+
## [1.0.0-beta.24](https://github.com/hatiolab/operato/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-06-02)
|
136
136
|
|
137
137
|
**Note:** Version bump only for package @operato/utils
|
138
138
|
|
@@ -140,7 +140,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
140
140
|
|
141
141
|
|
142
142
|
|
143
|
-
## [1.0.0-
|
143
|
+
## [1.0.0-beta.23](https://github.com/hatiolab/operato/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2022-06-02)
|
144
144
|
|
145
145
|
**Note:** Version bump only for package @operato/utils
|
146
146
|
|
@@ -148,7 +148,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
148
148
|
|
149
149
|
|
150
150
|
|
151
|
-
## [1.0.0-
|
151
|
+
## [1.0.0-beta.22](https://github.com/hatiolab/operato/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2022-05-31)
|
152
152
|
|
153
153
|
**Note:** Version bump only for package @operato/utils
|
154
154
|
|
@@ -156,7 +156,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
156
156
|
|
157
157
|
|
158
158
|
|
159
|
-
## [1.0.0-
|
159
|
+
## [1.0.0-beta.21](https://github.com/hatiolab/operato/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-05-31)
|
160
160
|
|
161
161
|
**Note:** Version bump only for package @operato/utils
|
162
162
|
|
@@ -164,7 +164,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
164
164
|
|
165
165
|
|
166
166
|
|
167
|
-
## [1.0.0-
|
167
|
+
## [1.0.0-beta.20](https://github.com/hatiolab/operato/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-05-30)
|
168
168
|
|
169
169
|
**Note:** Version bump only for package @operato/utils
|
170
170
|
|
@@ -172,7 +172,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
172
172
|
|
173
173
|
|
174
174
|
|
175
|
-
## [1.0.0-
|
175
|
+
## [1.0.0-beta.19](https://github.com/hatiolab/operato/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2022-05-29)
|
176
176
|
|
177
177
|
**Note:** Version bump only for package @operato/utils
|
178
178
|
|
@@ -180,7 +180,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
180
180
|
|
181
181
|
|
182
182
|
|
183
|
-
## [1.0.0-
|
183
|
+
## [1.0.0-beta.18](https://github.com/hatiolab/operato/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-05-27)
|
184
184
|
|
185
185
|
**Note:** Version bump only for package @operato/utils
|
186
186
|
|
@@ -188,7 +188,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
188
188
|
|
189
189
|
|
190
190
|
|
191
|
-
## [1.0.0-
|
191
|
+
## [1.0.0-beta.17](https://github.com/hatiolab/operato/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-05-25)
|
192
192
|
|
193
193
|
**Note:** Version bump only for package @operato/utils
|
194
194
|
|
@@ -196,7 +196,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
196
196
|
|
197
197
|
|
198
198
|
|
199
|
-
## [1.0.0-
|
199
|
+
## [1.0.0-beta.16](https://github.com/hatiolab/operato/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2022-05-23)
|
200
200
|
|
201
201
|
**Note:** Version bump only for package @operato/utils
|
202
202
|
|
@@ -204,7 +204,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
204
204
|
|
205
205
|
|
206
206
|
|
207
|
-
## [1.0.0-
|
207
|
+
## [1.0.0-beta.15](https://github.com/hatiolab/operato/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2022-05-20)
|
208
208
|
|
209
209
|
**Note:** Version bump only for package @operato/utils
|
210
210
|
|
@@ -212,7 +212,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
212
212
|
|
213
213
|
|
214
214
|
|
215
|
-
## [1.0.0-
|
215
|
+
## [1.0.0-beta.14](https://github.com/hatiolab/operato/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-05-19)
|
216
216
|
|
217
217
|
**Note:** Version bump only for package @operato/utils
|
218
218
|
|
@@ -220,24 +220,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
220
220
|
|
221
221
|
|
222
222
|
|
223
|
-
## [1.0.0-
|
223
|
+
## [1.0.0-beta.13](https://github.com/hatiolab/operato/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-05-19)
|
224
224
|
|
225
225
|
|
226
226
|
### :bug: Bug Fix
|
227
227
|
|
228
|
-
*
|
228
|
+
* incorrect package.json scripts for storybooks ([8c8c405](https://github.com/hatiolab/operato/commit/8c8c405443247108b9c411b8161c008d9b6a2261))
|
229
229
|
|
230
230
|
|
231
231
|
|
232
|
-
## [1.0.0-
|
232
|
+
## [1.0.0-beta.12](https://github.com/hatiolab/operato/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-13)
|
233
233
|
|
234
|
-
**Note:** Version bump only for package @operato/utils
|
235
234
|
|
235
|
+
### :rocket: New Features
|
236
236
|
|
237
|
+
* storybook started ([90c08c9](https://github.com/hatiolab/operato/commit/90c08c9a15e5fe554baaa1becca07793e8434799))
|
237
238
|
|
238
239
|
|
239
240
|
|
240
|
-
## [1.0.0-
|
241
|
+
## [1.0.0-beta.11](https://github.com/hatiolab/operato/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-05-01)
|
241
242
|
|
242
243
|
**Note:** Version bump only for package @operato/utils
|
243
244
|
|
@@ -245,15 +246,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
245
246
|
|
246
247
|
|
247
248
|
|
248
|
-
## [1.0.0-
|
249
|
+
## [1.0.0-beta.10](https://github.com/hatiolab/operato/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-04-28)
|
249
250
|
|
250
|
-
**Note:** Version bump only for package @operato/utils
|
251
251
|
|
252
|
+
### :rocket: New Features
|
252
253
|
|
254
|
+
* add format option for text-renderer ([c58375b](https://github.com/hatiolab/operato/commit/c58375b05fb69db03a9081c41ea4ff11437834b1))
|
253
255
|
|
254
256
|
|
255
257
|
|
256
|
-
## [1.0.0-
|
258
|
+
## [1.0.0-beta.9](https://github.com/hatiolab/operato/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2022-04-28)
|
257
259
|
|
258
260
|
**Note:** Version bump only for package @operato/utils
|
259
261
|
|
@@ -261,7 +263,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
261
263
|
|
262
264
|
|
263
265
|
|
264
|
-
## [1.0.0-
|
266
|
+
## [1.0.0-beta.8](https://github.com/hatiolab/operato/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-04-27)
|
265
267
|
|
266
268
|
**Note:** Version bump only for package @operato/utils
|
267
269
|
|
@@ -269,7 +271,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
269
271
|
|
270
272
|
|
271
273
|
|
272
|
-
## [1.0.0-
|
274
|
+
## [1.0.0-beta.7](https://github.com/hatiolab/operato/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-04-24)
|
273
275
|
|
274
276
|
**Note:** Version bump only for package @operato/utils
|
275
277
|
|
@@ -277,480 +279,543 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
277
279
|
|
278
280
|
|
279
281
|
|
280
|
-
## [1.0.0-
|
281
|
-
|
282
|
-
**Note:** Version bump only for package @operato/utils
|
282
|
+
## [1.0.0-beta.6](https://github.com/hatiolab/operato/compare/v0.4.5...v1.0.0-beta.6) (2022-04-22)
|
283
283
|
|
284
284
|
|
285
|
+
### :bug: Bug Fix
|
285
286
|
|
287
|
+
* clipboard fallback ([8d69c1f](https://github.com/hatiolab/operato/commit/8d69c1fd2113d5cd4ede9f60fa4b5ec7e06e9759))
|
286
288
|
|
289
|
+
## [1.0.0-beta.5](https://github.com/hatiolab/operato/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-04-18)
|
287
290
|
|
288
|
-
## [1.0.0-
|
291
|
+
## [1.0.0-beta.4](https://github.com/hatiolab/operato/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-04-14)
|
289
292
|
|
290
|
-
|
293
|
+
## [1.0.0-beta.3](https://github.com/hatiolab/operato/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-04-12)
|
291
294
|
|
295
|
+
## [1.0.0-beta.2](https://github.com/hatiolab/operato/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-04-12)
|
292
296
|
|
297
|
+
## [1.0.0-beta.1](https://github.com/hatiolab/operato/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2022-04-11)
|
293
298
|
|
299
|
+
## [1.0.0-beta.0](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.53...v1.0.0-beta.0) (2022-04-10)
|
294
300
|
|
295
301
|
|
296
|
-
|
302
|
+
### :rocket: New Features
|
297
303
|
|
298
|
-
|
304
|
+
* support undo/redo for data-grist ([b7e6c1f](https://github.com/hatiolab/operato/commit/b7e6c1fb47910a3fc3acb0352472ad19cf4e13d2))
|
299
305
|
|
306
|
+
## [1.0.0-alpha.53](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2022-04-08)
|
300
307
|
|
308
|
+
## [1.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2022-04-08)
|
301
309
|
|
310
|
+
## [1.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2022-04-05)
|
302
311
|
|
312
|
+
## [1.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2022-04-04)
|
303
313
|
|
304
|
-
## [1.0.0-alpha.
|
314
|
+
## [1.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.48...v1.0.0-alpha.49) (2022-04-04)
|
305
315
|
|
306
|
-
|
316
|
+
## [1.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2022-04-03)
|
307
317
|
|
318
|
+
## [1.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.46...v1.0.0-alpha.47) (2022-04-02)
|
308
319
|
|
320
|
+
## [1.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2022-04-02)
|
309
321
|
|
322
|
+
## [1.0.0-alpha.45](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.44...v1.0.0-alpha.45) (2022-03-31)
|
310
323
|
|
324
|
+
## [1.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.43...v1.0.0-alpha.44) (2022-03-31)
|
311
325
|
|
312
|
-
## [1.0.0-alpha.
|
326
|
+
## [1.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2022-03-30)
|
313
327
|
|
314
|
-
|
328
|
+
## [1.0.0-alpha.42](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2022-03-29)
|
315
329
|
|
330
|
+
## [1.0.0-alpha.41](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2022-03-27)
|
316
331
|
|
332
|
+
## [1.0.0-alpha.40](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2022-03-26)
|
317
333
|
|
334
|
+
## [1.0.0-alpha.39](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2022-03-25)
|
318
335
|
|
336
|
+
## [1.0.0-alpha.38](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2022-03-25)
|
319
337
|
|
320
|
-
## [1.0.0-alpha.
|
338
|
+
## [1.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2022-03-25)
|
321
339
|
|
322
|
-
|
340
|
+
## [1.0.0-alpha.36](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2022-03-21)
|
323
341
|
|
342
|
+
## [1.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-03-21)
|
324
343
|
|
344
|
+
## [1.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-03-20)
|
325
345
|
|
346
|
+
## [1.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-03-19)
|
326
347
|
|
348
|
+
## [1.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-03-19)
|
327
349
|
|
328
|
-
## [1.0.0-alpha.
|
350
|
+
## [1.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-03-19)
|
329
351
|
|
330
|
-
**Note:** Version bump only for package @operato/utils
|
331
352
|
|
353
|
+
### :bug: Bug Fix
|
332
354
|
|
355
|
+
* ox-grist-renderer support class type renderer (refer ox-grist-renderer-progress) ([ad7c8e1](https://github.com/hatiolab/operato/commit/ad7c8e1b453d19af9daa13ae4eb7c2059d85dfbb))
|
333
356
|
|
357
|
+
## [1.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2022-03-18)
|
334
358
|
|
359
|
+
## [1.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2022-03-17)
|
335
360
|
|
336
|
-
## [1.0.0-alpha.
|
361
|
+
## [1.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.28) (2022-03-17)
|
337
362
|
|
338
|
-
|
363
|
+
## [1.0.0-alpha.26](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-03-17)
|
339
364
|
|
365
|
+
## [1.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2022-03-17)
|
340
366
|
|
367
|
+
## [1.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2022-03-17)
|
341
368
|
|
369
|
+
## [1.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-03-17)
|
342
370
|
|
371
|
+
## [1.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-03-17)
|
343
372
|
|
344
|
-
## [1.0.0-alpha.
|
373
|
+
## [1.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2022-03-16)
|
345
374
|
|
346
|
-
|
375
|
+
## [1.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-03-15)
|
347
376
|
|
377
|
+
## [1.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-03-14)
|
348
378
|
|
379
|
+
## [1.0.0-alpha.18](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-03-14)
|
349
380
|
|
381
|
+
## [1.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2022-03-13)
|
350
382
|
|
383
|
+
## [1.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2022-03-13)
|
351
384
|
|
352
385
|
## [1.0.0-alpha.15](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-03-13)
|
353
386
|
|
354
|
-
|
355
|
-
|
356
|
-
|
387
|
+
## [1.0.0-alpha.14](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-03-13)
|
357
388
|
|
389
|
+
## [1.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-03-13)
|
358
390
|
|
391
|
+
## [1.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2022-03-13)
|
359
392
|
|
360
|
-
## [1.0.0-alpha.
|
393
|
+
## [1.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-03-12)
|
361
394
|
|
362
|
-
|
395
|
+
## [1.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-03-12)
|
363
396
|
|
397
|
+
## [1.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-03-12)
|
364
398
|
|
365
399
|
|
400
|
+
### :rocket: New Features
|
366
401
|
|
402
|
+
* settled concept for input, property-editor, grist-editor, so on ([0c9e1d0](https://github.com/hatiolab/operato/commit/0c9e1d054c7aef5d965868242cf471667af7a3c3))
|
367
403
|
|
368
|
-
## [1.0.0-alpha.
|
404
|
+
## [1.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-03-11)
|
369
405
|
|
370
|
-
|
406
|
+
## [1.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-03-11)
|
371
407
|
|
408
|
+
## [1.0.0-alpha.6](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-03-11)
|
372
409
|
|
410
|
+
## [1.0.0-alpha.5](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-03-11)
|
373
411
|
|
412
|
+
## [1.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-11)
|
374
413
|
|
414
|
+
## [1.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-10)
|
375
415
|
|
376
|
-
## [1.0.0-alpha.
|
416
|
+
## [1.0.0-alpha.2](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-10)
|
377
417
|
|
378
|
-
|
418
|
+
## [1.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v0.4.3...v1.0.0-alpha.1) (2022-03-09)
|
379
419
|
|
380
420
|
|
381
421
|
|
422
|
+
## [1.0.0-beta.5](https://github.com/hatiolab/operato/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-04-18)
|
382
423
|
|
424
|
+
**Note:** Version bump only for package @operato/utils
|
383
425
|
|
384
|
-
## [1.0.0-
|
426
|
+
## [1.0.0-beta.4](https://github.com/hatiolab/operato/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-04-14)
|
385
427
|
|
386
428
|
**Note:** Version bump only for package @operato/utils
|
387
429
|
|
430
|
+
## [1.0.0-beta.3](https://github.com/hatiolab/operato/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-04-12)
|
388
431
|
|
432
|
+
**Note:** Version bump only for package @operato/utils
|
389
433
|
|
434
|
+
## [1.0.0-beta.2](https://github.com/hatiolab/operato/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-04-12)
|
390
435
|
|
436
|
+
**Note:** Version bump only for package @operato/utils
|
391
437
|
|
392
|
-
## [1.0.0-
|
438
|
+
## [1.0.0-beta.1](https://github.com/hatiolab/operato/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2022-04-11)
|
393
439
|
|
394
440
|
**Note:** Version bump only for package @operato/utils
|
395
441
|
|
442
|
+
## [1.0.0-beta.0](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.53...v1.0.0-beta.0) (2022-04-10)
|
396
443
|
|
444
|
+
### :rocket: New Features
|
397
445
|
|
446
|
+
- support undo/redo for data-grist ([b7e6c1f](https://github.com/hatiolab/operato/commit/b7e6c1fb47910a3fc3acb0352472ad19cf4e13d2))
|
398
447
|
|
448
|
+
## [1.0.0-alpha.53](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2022-04-08)
|
399
449
|
|
400
|
-
|
401
|
-
|
450
|
+
**Note:** Version bump only for package @operato/utils
|
402
451
|
|
403
|
-
|
452
|
+
## [1.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2022-04-08)
|
404
453
|
|
405
|
-
|
454
|
+
**Note:** Version bump only for package @operato/utils
|
406
455
|
|
456
|
+
## [1.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2022-04-05)
|
407
457
|
|
458
|
+
**Note:** Version bump only for package @operato/utils
|
408
459
|
|
409
|
-
## [1.0.0-alpha.
|
460
|
+
## [1.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2022-04-04)
|
410
461
|
|
411
462
|
**Note:** Version bump only for package @operato/utils
|
412
463
|
|
464
|
+
## [1.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.48...v1.0.0-alpha.49) (2022-04-04)
|
413
465
|
|
466
|
+
**Note:** Version bump only for package @operato/utils
|
414
467
|
|
468
|
+
## [1.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2022-04-03)
|
415
469
|
|
470
|
+
**Note:** Version bump only for package @operato/utils
|
416
471
|
|
417
|
-
## [1.0.0-alpha.
|
472
|
+
## [1.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.46...v1.0.0-alpha.47) (2022-04-02)
|
418
473
|
|
419
474
|
**Note:** Version bump only for package @operato/utils
|
420
475
|
|
476
|
+
## [1.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2022-04-02)
|
421
477
|
|
478
|
+
**Note:** Version bump only for package @operato/utils
|
422
479
|
|
480
|
+
## [1.0.0-alpha.45](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.44...v1.0.0-alpha.45) (2022-03-31)
|
423
481
|
|
482
|
+
**Note:** Version bump only for package @operato/utils
|
424
483
|
|
425
|
-
## [1.0.0-alpha.
|
484
|
+
## [1.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.43...v1.0.0-alpha.44) (2022-03-31)
|
426
485
|
|
427
486
|
**Note:** Version bump only for package @operato/utils
|
428
487
|
|
488
|
+
## [1.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2022-03-30)
|
429
489
|
|
490
|
+
**Note:** Version bump only for package @operato/utils
|
430
491
|
|
492
|
+
## [1.0.0-alpha.42](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2022-03-29)
|
431
493
|
|
494
|
+
**Note:** Version bump only for package @operato/utils
|
432
495
|
|
433
|
-
## [1.0.0-alpha.
|
496
|
+
## [1.0.0-alpha.41](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2022-03-27)
|
434
497
|
|
435
498
|
**Note:** Version bump only for package @operato/utils
|
436
499
|
|
500
|
+
## [1.0.0-alpha.40](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2022-03-26)
|
437
501
|
|
502
|
+
**Note:** Version bump only for package @operato/utils
|
438
503
|
|
504
|
+
## [1.0.0-alpha.39](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2022-03-25)
|
439
505
|
|
506
|
+
**Note:** Version bump only for package @operato/utils
|
440
507
|
|
441
|
-
## [1.0.0-alpha.
|
508
|
+
## [1.0.0-alpha.38](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2022-03-25)
|
442
509
|
|
443
510
|
**Note:** Version bump only for package @operato/utils
|
444
511
|
|
512
|
+
## [1.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2022-03-25)
|
445
513
|
|
514
|
+
**Note:** Version bump only for package @operato/utils
|
446
515
|
|
516
|
+
## [1.0.0-alpha.36](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2022-03-21)
|
447
517
|
|
518
|
+
**Note:** Version bump only for package @operato/utils
|
448
519
|
|
449
|
-
## [1.0.0-alpha.
|
520
|
+
## [1.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-03-21)
|
450
521
|
|
451
522
|
**Note:** Version bump only for package @operato/utils
|
452
523
|
|
524
|
+
## [1.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-03-20)
|
453
525
|
|
526
|
+
**Note:** Version bump only for package @operato/utils
|
454
527
|
|
528
|
+
## [1.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-03-19)
|
455
529
|
|
530
|
+
**Note:** Version bump only for package @operato/utils
|
456
531
|
|
457
|
-
## [1.0.0-alpha.
|
532
|
+
## [1.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-03-19)
|
458
533
|
|
459
534
|
**Note:** Version bump only for package @operato/utils
|
460
535
|
|
536
|
+
## [1.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-03-19)
|
461
537
|
|
538
|
+
### :bug: Bug Fix
|
462
539
|
|
540
|
+
- ox-grist-renderer support class type renderer (refer ox-grist-renderer-progress) ([ad7c8e1](https://github.com/hatiolab/operato/commit/ad7c8e1b453d19af9daa13ae4eb7c2059d85dfbb))
|
463
541
|
|
464
|
-
|
465
|
-
## [1.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v0.4.3...v1.0.0-alpha.1) (2022-03-09)
|
542
|
+
## [1.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2022-03-18)
|
466
543
|
|
467
544
|
**Note:** Version bump only for package @operato/utils
|
468
545
|
|
546
|
+
## [1.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2022-03-17)
|
469
547
|
|
548
|
+
**Note:** Version bump only for package @operato/utils
|
470
549
|
|
471
|
-
|
472
|
-
|
473
|
-
### [0.4.3](https://github.com/hatiolab/operato/compare/v0.4.2...v0.4.3) (2022-03-06)
|
550
|
+
## [1.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.28) (2022-03-17)
|
474
551
|
|
475
552
|
**Note:** Version bump only for package @operato/utils
|
476
553
|
|
554
|
+
## [1.0.0-alpha.27](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2022-03-17)
|
477
555
|
|
556
|
+
**Note:** Version bump only for package @operato/utils
|
478
557
|
|
558
|
+
## [1.0.0-alpha.26](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-03-17)
|
479
559
|
|
560
|
+
**Note:** Version bump only for package @operato/utils
|
480
561
|
|
481
|
-
|
562
|
+
## [1.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2022-03-17)
|
482
563
|
|
483
564
|
**Note:** Version bump only for package @operato/utils
|
484
565
|
|
566
|
+
## [1.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2022-03-17)
|
485
567
|
|
568
|
+
**Note:** Version bump only for package @operato/utils
|
486
569
|
|
570
|
+
## [1.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-03-17)
|
487
571
|
|
572
|
+
**Note:** Version bump only for package @operato/utils
|
488
573
|
|
489
|
-
|
574
|
+
## [1.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-03-17)
|
490
575
|
|
576
|
+
**Note:** Version bump only for package @operato/utils
|
491
577
|
|
492
|
-
|
578
|
+
## [1.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2022-03-16)
|
493
579
|
|
494
|
-
|
580
|
+
**Note:** Version bump only for package @operato/utils
|
495
581
|
|
582
|
+
## [1.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-03-15)
|
496
583
|
|
584
|
+
**Note:** Version bump only for package @operato/utils
|
497
585
|
|
498
|
-
## [0.
|
586
|
+
## [1.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-03-14)
|
499
587
|
|
588
|
+
**Note:** Version bump only for package @operato/utils
|
500
589
|
|
501
|
-
|
590
|
+
## [1.0.0-alpha.18](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-03-14)
|
502
591
|
|
503
|
-
|
592
|
+
**Note:** Version bump only for package @operato/utils
|
504
593
|
|
594
|
+
## [1.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2022-03-13)
|
505
595
|
|
596
|
+
**Note:** Version bump only for package @operato/utils
|
506
597
|
|
507
|
-
|
598
|
+
## [1.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2022-03-13)
|
508
599
|
|
509
600
|
**Note:** Version bump only for package @operato/utils
|
510
601
|
|
602
|
+
## [1.0.0-alpha.15](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-03-13)
|
511
603
|
|
604
|
+
**Note:** Version bump only for package @operato/utils
|
512
605
|
|
606
|
+
## [1.0.0-alpha.14](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-03-13)
|
513
607
|
|
608
|
+
**Note:** Version bump only for package @operato/utils
|
514
609
|
|
515
|
-
|
610
|
+
## [1.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-03-13)
|
516
611
|
|
517
612
|
**Note:** Version bump only for package @operato/utils
|
518
613
|
|
614
|
+
## [1.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2022-03-13)
|
519
615
|
|
616
|
+
**Note:** Version bump only for package @operato/utils
|
520
617
|
|
618
|
+
## [1.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-03-12)
|
521
619
|
|
620
|
+
**Note:** Version bump only for package @operato/utils
|
522
621
|
|
523
|
-
|
622
|
+
## [1.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-03-12)
|
524
623
|
|
525
624
|
**Note:** Version bump only for package @operato/utils
|
526
625
|
|
626
|
+
## [1.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-03-12)
|
527
627
|
|
628
|
+
### :rocket: New Features
|
528
629
|
|
630
|
+
- settled concept for input, property-editor, grist-editor, so on ([0c9e1d0](https://github.com/hatiolab/operato/commit/0c9e1d054c7aef5d965868242cf471667af7a3c3))
|
529
631
|
|
530
|
-
|
531
|
-
### [0.3.25](https://github.com/hatiolab/operato/compare/v0.3.24...v0.3.25) (2022-01-31)
|
632
|
+
## [1.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-03-11)
|
532
633
|
|
533
634
|
**Note:** Version bump only for package @operato/utils
|
534
635
|
|
636
|
+
## [1.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-03-11)
|
535
637
|
|
638
|
+
**Note:** Version bump only for package @operato/utils
|
536
639
|
|
640
|
+
## [1.0.0-alpha.6](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-03-11)
|
537
641
|
|
642
|
+
**Note:** Version bump only for package @operato/utils
|
538
643
|
|
539
|
-
|
644
|
+
## [1.0.0-alpha.5](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-03-11)
|
540
645
|
|
541
646
|
**Note:** Version bump only for package @operato/utils
|
542
647
|
|
648
|
+
## [1.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-11)
|
543
649
|
|
650
|
+
**Note:** Version bump only for package @operato/utils
|
544
651
|
|
652
|
+
## [1.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-10)
|
545
653
|
|
654
|
+
**Note:** Version bump only for package @operato/utils
|
546
655
|
|
547
|
-
|
656
|
+
## [1.0.0-alpha.2](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-10)
|
548
657
|
|
549
658
|
**Note:** Version bump only for package @operato/utils
|
550
659
|
|
660
|
+
## [1.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v0.4.3...v1.0.0-alpha.1) (2022-03-09)
|
551
661
|
|
662
|
+
**Note:** Version bump only for package @operato/utils
|
552
663
|
|
664
|
+
### [0.4.3](https://github.com/hatiolab/operato/compare/v0.4.2...v0.4.3) (2022-03-06)
|
553
665
|
|
666
|
+
**Note:** Version bump only for package @operato/utils
|
554
667
|
|
555
|
-
### [0.
|
668
|
+
### [0.4.2](https://github.com/hatiolab/operato/compare/v0.4.1...v0.4.2) (2022-03-06)
|
556
669
|
|
557
670
|
**Note:** Version bump only for package @operato/utils
|
558
671
|
|
672
|
+
### [0.4.1](https://github.com/hatiolab/operato/compare/v0.4.0...v0.4.1) (2022-03-02)
|
559
673
|
|
674
|
+
### :bug: Bug Fix
|
560
675
|
|
676
|
+
- lodash => lodash-es, remove underscore ([08cbef1](https://github.com/hatiolab/operato/commit/08cbef1e63e28c96e7341bce1910ae7baed889e2))
|
561
677
|
|
678
|
+
## [0.4.0](https://github.com/hatiolab/operato/compare/v0.3.28...v0.4.0) (2022-02-22)
|
562
679
|
|
563
|
-
###
|
680
|
+
### :bug: Bug Fix
|
564
681
|
|
682
|
+
- build problem because testing framework confilct with lit 2.2.0 ([596deda](https://github.com/hatiolab/operato/commit/596dedaa29a537c5ec92a2449e8cd08a0b11bfde))
|
565
683
|
|
566
|
-
###
|
684
|
+
### [0.3.28](https://github.com/hatiolab/operato/compare/v0.3.27...v0.3.28) (2022-02-08)
|
567
685
|
|
568
|
-
|
686
|
+
**Note:** Version bump only for package @operato/utils
|
569
687
|
|
688
|
+
### [0.3.27](https://github.com/hatiolab/operato/compare/v0.3.26...v0.3.27) (2022-02-01)
|
570
689
|
|
690
|
+
**Note:** Version bump only for package @operato/utils
|
571
691
|
|
572
|
-
### [0.3.
|
692
|
+
### [0.3.26](https://github.com/hatiolab/operato/compare/v0.3.25...v0.3.26) (2022-01-31)
|
573
693
|
|
574
694
|
**Note:** Version bump only for package @operato/utils
|
575
695
|
|
696
|
+
### [0.3.25](https://github.com/hatiolab/operato/compare/v0.3.24...v0.3.25) (2022-01-31)
|
576
697
|
|
698
|
+
**Note:** Version bump only for package @operato/utils
|
577
699
|
|
700
|
+
### [0.3.24](https://github.com/hatiolab/operato/compare/v0.3.23...v0.3.24) (2022-01-30)
|
578
701
|
|
702
|
+
**Note:** Version bump only for package @operato/utils
|
579
703
|
|
580
|
-
### [0.3.
|
704
|
+
### [0.3.23](https://github.com/hatiolab/operato/compare/v0.3.22...v0.3.23) (2022-01-30)
|
581
705
|
|
582
706
|
**Note:** Version bump only for package @operato/utils
|
583
707
|
|
708
|
+
### [0.3.22](https://github.com/hatiolab/operato/compare/v0.3.21...v0.3.22) (2022-01-30)
|
584
709
|
|
710
|
+
**Note:** Version bump only for package @operato/utils
|
711
|
+
|
712
|
+
### [0.3.21](https://github.com/hatiolab/operato/compare/v0.3.20...v0.3.21) (2022-01-29)
|
585
713
|
|
714
|
+
### :rocket: New Features
|
586
715
|
|
716
|
+
- i18n module added, shell module started to cover client core part ([a976dad](https://github.com/hatiolab/operato/commit/a976dad6353962e489d8e648af9598b6a51e5ec7))
|
587
717
|
|
588
|
-
### [0.3.
|
718
|
+
### [0.3.20](https://github.com/hatiolab/operato/compare/v0.3.19...v0.3.20) (2022-01-28)
|
589
719
|
|
590
720
|
**Note:** Version bump only for package @operato/utils
|
591
721
|
|
722
|
+
### [0.3.19](https://github.com/hatiolab/operato/compare/v0.3.18...v0.3.19) (2022-01-25)
|
592
723
|
|
724
|
+
**Note:** Version bump only for package @operato/utils
|
593
725
|
|
726
|
+
### [0.3.18](https://github.com/hatiolab/operato/compare/v0.3.17...v0.3.18) (2022-01-23)
|
594
727
|
|
728
|
+
**Note:** Version bump only for package @operato/utils
|
595
729
|
|
596
730
|
### [0.3.17](https://github.com/hatiolab/operato/compare/v0.3.16...v0.3.17) (2022-01-20)
|
597
731
|
|
598
732
|
**Note:** Version bump only for package @operato/utils
|
599
733
|
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
734
|
### [0.3.16](https://github.com/hatiolab/operato/compare/v0.3.15...v0.3.16) (2022-01-19)
|
605
735
|
|
606
|
-
|
607
736
|
### :rocket: New Features
|
608
737
|
|
609
|
-
|
610
|
-
|
611
|
-
|
738
|
+
- closest-element in @operato/utils ([f517bde](https://github.com/hatiolab/operato/commit/f517bdea07de913a349da5cb99a25b5eab53548e))
|
612
739
|
|
613
740
|
### [0.3.15](https://github.com/hatiolab/operato/compare/v0.3.14...v0.3.15) (2022-01-17)
|
614
741
|
|
615
742
|
**Note:** Version bump only for package @operato/utils
|
616
743
|
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
744
|
### [0.3.14](https://github.com/hatiolab/operato/compare/v0.3.13...v0.3.14) (2022-01-16)
|
622
745
|
|
623
|
-
|
624
746
|
### :bug: Bug Fix
|
625
747
|
|
626
|
-
|
627
|
-
|
628
|
-
|
748
|
+
- support data-grist record view for thumbnail upload ([5c4f3d9](https://github.com/hatiolab/operato/commit/5c4f3d9e0e58c47619074a287bc6ada6519f11f7))
|
629
749
|
|
630
750
|
### [0.3.13](https://github.com/hatiolab/operato/compare/v0.3.12...v0.3.13) (2022-01-15)
|
631
751
|
|
632
752
|
**Note:** Version bump only for package @operato/utils
|
633
753
|
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
754
|
### [0.3.12](https://github.com/hatiolab/operato/compare/v0.3.11...v0.3.12) (2022-01-15)
|
639
755
|
|
640
756
|
**Note:** Version bump only for package @operato/utils
|
641
757
|
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
758
|
### [0.3.11](https://github.com/hatiolab/operato/compare/v0.3.10...v0.3.11) (2022-01-15)
|
647
759
|
|
648
760
|
**Note:** Version bump only for package @operato/utils
|
649
761
|
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
762
|
### [0.3.10](https://github.com/hatiolab/operato/compare/v0.3.9...v0.3.10) (2022-01-15)
|
655
763
|
|
656
|
-
|
657
764
|
### :bug: Bug Fix
|
658
765
|
|
659
|
-
|
660
|
-
|
661
|
-
|
766
|
+
- data-grist record-view ([aa71ec5](https://github.com/hatiolab/operato/commit/aa71ec5600f4dbccd05fcbc249445c73a41d2168))
|
662
767
|
|
663
768
|
### [0.3.9](https://github.com/hatiolab/operato/compare/v0.3.8...v0.3.9) (2022-01-15)
|
664
769
|
|
665
|
-
|
666
770
|
### :bug: Bug Fix
|
667
771
|
|
668
|
-
|
669
|
-
|
670
|
-
|
772
|
+
- move @operato/board/utils to @operato/utils ([06ba865](https://github.com/hatiolab/operato/commit/06ba865ac70bd65166fd20b6d23cc5241d9fca17))
|
671
773
|
|
672
774
|
### [0.3.8](https://github.com/hatiolab/operato/compare/v0.3.7...v0.3.8) (2022-01-14)
|
673
775
|
|
674
776
|
**Note:** Version bump only for package @operato/utils
|
675
777
|
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
778
|
### [0.3.7](https://github.com/hatiolab/operato/compare/v0.3.6...v0.3.7) (2022-01-09)
|
681
779
|
|
682
780
|
**Note:** Version bump only for package @operato/utils
|
683
781
|
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
782
|
### [0.3.6](https://github.com/hatiolab/operato/compare/v0.3.5...v0.3.6) (2022-01-09)
|
689
783
|
|
690
784
|
**Note:** Version bump only for package @operato/utils
|
691
785
|
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
786
|
### [0.3.5](https://github.com/hatiolab/operato/compare/v0.3.4...v0.3.5) (2022-01-09)
|
697
787
|
|
698
|
-
|
699
788
|
### :rocket: New Features
|
700
789
|
|
701
|
-
|
702
|
-
|
703
|
-
|
790
|
+
- data-grist filter-form support queryFilters property ([e477ede](https://github.com/hatiolab/operato/commit/e477ede184dac7bc6c40d4aab73c2f8156edaef6))
|
704
791
|
|
705
792
|
### [0.3.4](https://github.com/hatiolab/operato/compare/v0.3.3...v0.3.4) (2022-01-03)
|
706
793
|
|
707
794
|
**Note:** Version bump only for package @operato/utils
|
708
795
|
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
796
|
### [0.3.3](https://github.com/hatiolab/operato/compare/v0.3.2...v0.3.3) (2022-01-03)
|
714
797
|
|
715
798
|
**Note:** Version bump only for package @operato/utils
|
716
799
|
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
800
|
### [0.3.2](https://github.com/hatiolab/operato/compare/v0.3.1...v0.3.2) (2022-01-03)
|
722
801
|
|
723
802
|
**Note:** Version bump only for package @operato/utils
|
724
803
|
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
804
|
### [0.3.1](https://github.com/hatiolab/operato/compare/v0.3.0...v0.3.1) (2021-12-31)
|
730
805
|
|
731
806
|
**Note:** Version bump only for package @operato/utils
|
732
807
|
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
808
|
## [0.3.0](https://github.com/hatiolab/operato/compare/v0.2.52...v0.3.0) (2021-12-31)
|
738
809
|
|
739
|
-
|
740
810
|
### :rocket: New Features
|
741
811
|
|
742
|
-
|
743
|
-
|
744
|
-
|
812
|
+
- add tsconfig option useDefineForClassFields ([6291438](https://github.com/hatiolab/operato/commit/6291438571eee0f095064e7d2ada1c620832e092))
|
745
813
|
|
746
814
|
### [0.2.52](https://github.com/hatiolab/operato/compare/v0.2.51...v0.2.52) (2021-12-21)
|
747
815
|
|
748
|
-
|
749
816
|
### :rocket: New Features
|
750
817
|
|
751
|
-
|
752
|
-
|
753
|
-
|
818
|
+
- add @operato/utils and @operato/attachment ([15a9c19](https://github.com/hatiolab/operato/commit/15a9c19ff1237738abd3e3509ba9ede90280b766))
|
754
819
|
|
755
820
|
### [0.2.51](https://github.com/hatiolab/operato/compare/v0.2.50...v0.2.51) (2021-12-16)
|
756
821
|
|