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