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