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