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