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