@operato/property-editor 1.0.0-beta.3 → 1.0.0-beta.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +304 -287
- package/demo/index.html +11 -2
- package/dist/src/ox-property-editor-key-values.d.ts +5 -0
- package/dist/src/ox-property-editor-key-values.js +18 -0
- package/dist/src/ox-property-editor-key-values.js.map +1 -0
- package/dist/src/ox-property-editor-partition-keys.d.ts +5 -0
- package/dist/src/ox-property-editor-partition-keys.js +15 -0
- package/dist/src/ox-property-editor-partition-keys.js.map +1 -0
- package/dist/src/ox-property-editor.js +6 -1
- package/dist/src/ox-property-editor.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -8
- package/src/ox-property-editor-key-values.ts +17 -0
- package/src/ox-property-editor-partition-keys.ts +13 -0
- package/src/ox-property-editor.ts +7 -1
- package/yarn-error.log +18150 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [1.0.0-beta.
|
|
6
|
+
## [1.0.0-beta.32](https://github.com/hatiolab/operato/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2022-06-15)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @operato/property-editor
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
## [1.0.0-beta.
|
|
14
|
+
## [1.0.0-beta.31](https://github.com/hatiolab/operato/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2022-06-15)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package @operato/property-editor
|
|
17
17
|
|
|
@@ -19,25 +19,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
## [1.0.0-beta.
|
|
22
|
+
## [1.0.0-beta.30](https://github.com/hatiolab/operato/compare/v1.0.0-beta.29...v1.0.0-beta.30) (2022-06-13)
|
|
23
23
|
|
|
24
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
24
25
|
|
|
25
|
-
### :bug: Bug Fix
|
|
26
26
|
|
|
27
|
-
* ox-property-editor-data fullwidth ([117c06a](https://github.com/hatiolab/operato/commit/117c06a5bd44698da6413a44f9fcda739720a619))
|
|
28
27
|
|
|
29
28
|
|
|
30
29
|
|
|
31
|
-
## [1.0.0-beta.
|
|
30
|
+
## [1.0.0-beta.29](https://github.com/hatiolab/operato/compare/v1.0.0-beta.28...v1.0.0-beta.29) (2022-06-10)
|
|
32
31
|
|
|
32
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
33
33
|
|
|
34
|
-
### :bug: Bug Fix
|
|
35
34
|
|
|
36
|
-
* @hatiolab/things-scene 2.8.0 to support tag-subscription ([0e91c46](https://github.com/hatiolab/operato/commit/0e91c461007b9321e8cbaa7977a8b7eced394dbc))
|
|
37
35
|
|
|
38
36
|
|
|
39
37
|
|
|
40
|
-
## [1.0.0-
|
|
38
|
+
## [1.0.0-beta.28](https://github.com/hatiolab/operato/compare/v1.0.0-beta.27...v1.0.0-beta.28) (2022-06-10)
|
|
41
39
|
|
|
42
40
|
**Note:** Version bump only for package @operato/property-editor
|
|
43
41
|
|
|
@@ -45,7 +43,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
45
43
|
|
|
46
44
|
|
|
47
45
|
|
|
48
|
-
## [1.0.0-
|
|
46
|
+
## [1.0.0-beta.27](https://github.com/hatiolab/operato/compare/v1.0.0-beta.26...v1.0.0-beta.27) (2022-06-09)
|
|
49
47
|
|
|
50
48
|
**Note:** Version bump only for package @operato/property-editor
|
|
51
49
|
|
|
@@ -53,7 +51,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
53
51
|
|
|
54
52
|
|
|
55
53
|
|
|
56
|
-
## [1.0.0-
|
|
54
|
+
## [1.0.0-beta.26](https://github.com/hatiolab/operato/compare/v1.0.0-beta.25...v1.0.0-beta.26) (2022-06-04)
|
|
57
55
|
|
|
58
56
|
**Note:** Version bump only for package @operato/property-editor
|
|
59
57
|
|
|
@@ -61,7 +59,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
61
59
|
|
|
62
60
|
|
|
63
61
|
|
|
64
|
-
## [1.0.0-
|
|
62
|
+
## [1.0.0-beta.25](https://github.com/hatiolab/operato/compare/v1.0.0-beta.24...v1.0.0-beta.25) (2022-06-02)
|
|
65
63
|
|
|
66
64
|
**Note:** Version bump only for package @operato/property-editor
|
|
67
65
|
|
|
@@ -69,21 +67,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
69
67
|
|
|
70
68
|
|
|
71
69
|
|
|
72
|
-
## [1.0.0-
|
|
70
|
+
## [1.0.0-beta.24](https://github.com/hatiolab/operato/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-06-02)
|
|
73
71
|
|
|
72
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
74
73
|
|
|
75
|
-
### :bug: Bug Fix
|
|
76
74
|
|
|
77
|
-
* lit@2.2.1 ([6707752](https://github.com/hatiolab/operato/commit/6707752907d24f7ecbe248cba18a4b18cfda282f))
|
|
78
75
|
|
|
79
76
|
|
|
80
|
-
### :rocket: New Features
|
|
81
77
|
|
|
82
|
-
|
|
78
|
+
## [1.0.0-beta.23](https://github.com/hatiolab/operato/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2022-06-02)
|
|
79
|
+
|
|
80
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
81
|
+
|
|
83
82
|
|
|
84
83
|
|
|
85
84
|
|
|
86
|
-
|
|
85
|
+
|
|
86
|
+
## [1.0.0-beta.22](https://github.com/hatiolab/operato/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2022-05-31)
|
|
87
87
|
|
|
88
88
|
**Note:** Version bump only for package @operato/property-editor
|
|
89
89
|
|
|
@@ -91,24 +91,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
91
91
|
|
|
92
92
|
|
|
93
93
|
|
|
94
|
-
## [1.0.0-
|
|
94
|
+
## [1.0.0-beta.21](https://github.com/hatiolab/operato/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-05-31)
|
|
95
95
|
|
|
96
|
-
**Note:** Version bump only for package @operato/property-editor
|
|
97
96
|
|
|
97
|
+
### :bug: Bug Fix
|
|
98
98
|
|
|
99
|
+
* add ox-input-key-values, ox-property-editor-key-values and so on ([d26b2e9](https://github.com/hatiolab/operato/commit/d26b2e94a5e43935e5e80a1ebb0948642624ca92))
|
|
99
100
|
|
|
100
101
|
|
|
101
102
|
|
|
102
|
-
## [1.0.0-
|
|
103
|
+
## [1.0.0-beta.20](https://github.com/hatiolab/operato/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-05-30)
|
|
103
104
|
|
|
105
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
104
106
|
|
|
105
|
-
### :rocket: New Features
|
|
106
107
|
|
|
107
|
-
* add ox-property-editor-work-shift ([c37ad88](https://github.com/hatiolab/operato/commit/c37ad8813fc372e89c5b3fb8effd86844c823120))
|
|
108
108
|
|
|
109
109
|
|
|
110
110
|
|
|
111
|
-
## [1.0.0-
|
|
111
|
+
## [1.0.0-beta.19](https://github.com/hatiolab/operato/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2022-05-29)
|
|
112
112
|
|
|
113
113
|
**Note:** Version bump only for package @operato/property-editor
|
|
114
114
|
|
|
@@ -116,7 +116,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
116
116
|
|
|
117
117
|
|
|
118
118
|
|
|
119
|
-
## [1.0.0-
|
|
119
|
+
## [1.0.0-beta.18](https://github.com/hatiolab/operato/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-05-27)
|
|
120
120
|
|
|
121
121
|
**Note:** Version bump only for package @operato/property-editor
|
|
122
122
|
|
|
@@ -124,7 +124,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
|
|
127
|
-
## [1.0.0-
|
|
127
|
+
## [1.0.0-beta.17](https://github.com/hatiolab/operato/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-05-25)
|
|
128
128
|
|
|
129
129
|
**Note:** Version bump only for package @operato/property-editor
|
|
130
130
|
|
|
@@ -132,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
|
|
135
|
-
## [1.0.0-
|
|
135
|
+
## [1.0.0-beta.16](https://github.com/hatiolab/operato/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2022-05-23)
|
|
136
136
|
|
|
137
137
|
**Note:** Version bump only for package @operato/property-editor
|
|
138
138
|
|
|
@@ -140,7 +140,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
|
|
143
|
-
## [1.0.0-
|
|
143
|
+
## [1.0.0-beta.15](https://github.com/hatiolab/operato/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2022-05-20)
|
|
144
144
|
|
|
145
145
|
**Note:** Version bump only for package @operato/property-editor
|
|
146
146
|
|
|
@@ -148,7 +148,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
|
|
151
|
-
## [1.0.0-
|
|
151
|
+
## [1.0.0-beta.14](https://github.com/hatiolab/operato/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-05-19)
|
|
152
152
|
|
|
153
153
|
**Note:** Version bump only for package @operato/property-editor
|
|
154
154
|
|
|
@@ -156,31 +156,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
156
156
|
|
|
157
157
|
|
|
158
158
|
|
|
159
|
-
## [1.0.0-
|
|
159
|
+
## [1.0.0-beta.13](https://github.com/hatiolab/operato/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-05-19)
|
|
160
160
|
|
|
161
|
-
**Note:** Version bump only for package @operato/property-editor
|
|
162
161
|
|
|
162
|
+
### :bug: Bug Fix
|
|
163
163
|
|
|
164
|
+
* incorrect package.json scripts for storybooks ([8c8c405](https://github.com/hatiolab/operato/commit/8c8c405443247108b9c411b8161c008d9b6a2261))
|
|
164
165
|
|
|
165
166
|
|
|
166
167
|
|
|
167
|
-
## [1.0.0-
|
|
168
|
+
## [1.0.0-beta.12](https://github.com/hatiolab/operato/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-05-13)
|
|
168
169
|
|
|
169
|
-
**Note:** Version bump only for package @operato/property-editor
|
|
170
170
|
|
|
171
|
+
### :rocket: New Features
|
|
171
172
|
|
|
173
|
+
* storybook started ([90c08c9](https://github.com/hatiolab/operato/commit/90c08c9a15e5fe554baaa1becca07793e8434799))
|
|
172
174
|
|
|
173
175
|
|
|
174
176
|
|
|
175
|
-
## [1.0.0-
|
|
177
|
+
## [1.0.0-beta.11](https://github.com/hatiolab/operato/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2022-05-01)
|
|
176
178
|
|
|
177
|
-
**Note:** Version bump only for package @operato/property-editor
|
|
178
179
|
|
|
180
|
+
### :bug: Bug Fix
|
|
181
|
+
|
|
182
|
+
* input-data, input-script height ([a151994](https://github.com/hatiolab/operato/commit/a151994f06285799d8e05fb6842f8a7f8b13660d))
|
|
179
183
|
|
|
180
184
|
|
|
185
|
+
### :rocket: New Features
|
|
181
186
|
|
|
187
|
+
* separated filter-form from data-grist ([21e27f7](https://github.com/hatiolab/operato/commit/21e27f74d3e66d782da4aa75801c39a037627f62))
|
|
182
188
|
|
|
183
|
-
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
## [1.0.0-beta.10](https://github.com/hatiolab/operato/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2022-04-28)
|
|
184
192
|
|
|
185
193
|
**Note:** Version bump only for package @operato/property-editor
|
|
186
194
|
|
|
@@ -188,7 +196,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
188
196
|
|
|
189
197
|
|
|
190
198
|
|
|
191
|
-
## [1.0.0-
|
|
199
|
+
## [1.0.0-beta.9](https://github.com/hatiolab/operato/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2022-04-28)
|
|
192
200
|
|
|
193
201
|
**Note:** Version bump only for package @operato/property-editor
|
|
194
202
|
|
|
@@ -196,7 +204,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
196
204
|
|
|
197
205
|
|
|
198
206
|
|
|
199
|
-
## [1.0.0-
|
|
207
|
+
## [1.0.0-beta.8](https://github.com/hatiolab/operato/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-04-27)
|
|
200
208
|
|
|
201
209
|
**Note:** Version bump only for package @operato/property-editor
|
|
202
210
|
|
|
@@ -204,7 +212,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
204
212
|
|
|
205
213
|
|
|
206
214
|
|
|
207
|
-
## [1.0.0-
|
|
215
|
+
## [1.0.0-beta.7](https://github.com/hatiolab/operato/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-04-24)
|
|
208
216
|
|
|
209
217
|
**Note:** Version bump only for package @operato/property-editor
|
|
210
218
|
|
|
@@ -212,69 +220,100 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
212
220
|
|
|
213
221
|
|
|
214
222
|
|
|
215
|
-
## [1.0.0-
|
|
223
|
+
## [1.0.0-beta.6](https://github.com/hatiolab/operato/compare/v0.4.5...v1.0.0-beta.6) (2022-04-22)
|
|
216
224
|
|
|
217
|
-
|
|
225
|
+
## [1.0.0-beta.5](https://github.com/hatiolab/operato/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-04-18)
|
|
218
226
|
|
|
227
|
+
## [1.0.0-beta.4](https://github.com/hatiolab/operato/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-04-14)
|
|
219
228
|
|
|
229
|
+
## [1.0.0-beta.3](https://github.com/hatiolab/operato/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-04-12)
|
|
220
230
|
|
|
231
|
+
## [1.0.0-beta.2](https://github.com/hatiolab/operato/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-04-12)
|
|
221
232
|
|
|
233
|
+
## [1.0.0-beta.1](https://github.com/hatiolab/operato/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2022-04-11)
|
|
222
234
|
|
|
223
|
-
## [1.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-03-19)
|
|
224
235
|
|
|
225
|
-
|
|
236
|
+
### :bug: Bug Fix
|
|
226
237
|
|
|
238
|
+
* ox-property-editor-data fullwidth ([117c06a](https://github.com/hatiolab/operato/commit/117c06a5bd44698da6413a44f9fcda739720a619))
|
|
227
239
|
|
|
240
|
+
## [1.0.0-beta.0](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.53...v1.0.0-beta.0) (2022-04-10)
|
|
228
241
|
|
|
229
242
|
|
|
243
|
+
### :bug: Bug Fix
|
|
230
244
|
|
|
231
|
-
|
|
245
|
+
* @hatiolab/things-scene 2.8.0 to support tag-subscription ([0e91c46](https://github.com/hatiolab/operato/commit/0e91c461007b9321e8cbaa7977a8b7eced394dbc))
|
|
232
246
|
|
|
233
|
-
|
|
247
|
+
## [1.0.0-alpha.53](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2022-04-08)
|
|
234
248
|
|
|
249
|
+
## [1.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2022-04-08)
|
|
235
250
|
|
|
251
|
+
## [1.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2022-04-05)
|
|
236
252
|
|
|
253
|
+
## [1.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2022-04-04)
|
|
237
254
|
|
|
255
|
+
## [1.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.48...v1.0.0-alpha.49) (2022-04-04)
|
|
238
256
|
|
|
239
|
-
## [1.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2022-03-17)
|
|
240
257
|
|
|
241
|
-
|
|
258
|
+
### :bug: Bug Fix
|
|
242
259
|
|
|
260
|
+
* lit@2.2.1 ([6707752](https://github.com/hatiolab/operato/commit/6707752907d24f7ecbe248cba18a4b18cfda282f))
|
|
243
261
|
|
|
244
262
|
|
|
263
|
+
### :rocket: New Features
|
|
245
264
|
|
|
265
|
+
* translation crontab for ox-grist-renderer-crontab ([c13d6ef](https://github.com/hatiolab/operato/commit/c13d6efab9ff02ceb4b4d244455a480070a80a3e))
|
|
246
266
|
|
|
247
|
-
## [1.0.0-alpha.
|
|
267
|
+
## [1.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2022-04-03)
|
|
248
268
|
|
|
249
|
-
|
|
269
|
+
## [1.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.46...v1.0.0-alpha.47) (2022-04-02)
|
|
250
270
|
|
|
271
|
+
## [1.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2022-04-02)
|
|
251
272
|
|
|
252
273
|
|
|
274
|
+
### :rocket: New Features
|
|
253
275
|
|
|
276
|
+
* add ox-property-editor-work-shift ([c37ad88](https://github.com/hatiolab/operato/commit/c37ad8813fc372e89c5b3fb8effd86844c823120))
|
|
254
277
|
|
|
255
|
-
## [1.0.0-alpha.
|
|
278
|
+
## [1.0.0-alpha.45](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.44...v1.0.0-alpha.45) (2022-03-31)
|
|
256
279
|
|
|
257
|
-
|
|
280
|
+
## [1.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.43...v1.0.0-alpha.44) (2022-03-31)
|
|
258
281
|
|
|
282
|
+
## [1.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2022-03-30)
|
|
259
283
|
|
|
284
|
+
## [1.0.0-alpha.42](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2022-03-29)
|
|
260
285
|
|
|
286
|
+
## [1.0.0-alpha.41](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2022-03-27)
|
|
261
287
|
|
|
288
|
+
## [1.0.0-alpha.40](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2022-03-26)
|
|
262
289
|
|
|
263
|
-
## [1.0.0-alpha.
|
|
290
|
+
## [1.0.0-alpha.39](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2022-03-25)
|
|
264
291
|
|
|
265
|
-
|
|
292
|
+
## [1.0.0-alpha.38](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2022-03-25)
|
|
266
293
|
|
|
294
|
+
## [1.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2022-03-25)
|
|
267
295
|
|
|
296
|
+
## [1.0.0-alpha.36](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2022-03-21)
|
|
268
297
|
|
|
298
|
+
## [1.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-03-21)
|
|
269
299
|
|
|
300
|
+
## [1.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-03-20)
|
|
270
301
|
|
|
271
|
-
## [1.0.0-alpha.
|
|
302
|
+
## [1.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-03-19)
|
|
272
303
|
|
|
273
|
-
|
|
304
|
+
## [1.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-03-19)
|
|
274
305
|
|
|
306
|
+
## [1.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-03-19)
|
|
307
|
+
|
|
308
|
+
## [1.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2022-03-18)
|
|
309
|
+
|
|
310
|
+
## [1.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2022-03-17)
|
|
275
311
|
|
|
312
|
+
## [1.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.28) (2022-03-17)
|
|
276
313
|
|
|
314
|
+
## [1.0.0-alpha.26](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-03-17)
|
|
277
315
|
|
|
316
|
+
## [1.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2022-03-17)
|
|
278
317
|
|
|
279
318
|
## [1.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2022-03-17)
|
|
280
319
|
|
|
@@ -284,8 +323,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
284
323
|
* ccp, dataset, property-editor style ([92b2448](https://github.com/hatiolab/operato/commit/92b2448756604ee0b885949dd193241f319cf147))
|
|
285
324
|
* refactoring grist-editor, property-editor and input ([ea7431a](https://github.com/hatiolab/operato/commit/ea7431a5e2dfd96ef392c1905e9622df7c2ef88c))
|
|
286
325
|
|
|
287
|
-
|
|
288
|
-
|
|
289
326
|
## [1.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-03-17)
|
|
290
327
|
|
|
291
328
|
|
|
@@ -293,16 +330,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
293
330
|
|
|
294
331
|
* added qc module ([263b679](https://github.com/hatiolab/operato/commit/263b6794b97a635df1a50d013adaef2e83635908))
|
|
295
332
|
|
|
296
|
-
|
|
297
|
-
|
|
298
333
|
## [1.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-03-17)
|
|
299
334
|
|
|
300
|
-
**Note:** Version bump only for package @operato/property-editor
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
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)
|
|
307
336
|
|
|
308
337
|
|
|
@@ -310,48 +339,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
310
339
|
|
|
311
340
|
* add ccp module ([cbea635](https://github.com/hatiolab/operato/commit/cbea635d5f638d49fc99d68cc1727ac3e06ddf22))
|
|
312
341
|
|
|
313
|
-
|
|
314
|
-
|
|
315
342
|
## [1.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-03-15)
|
|
316
343
|
|
|
317
|
-
**Note:** Version bump only for package @operato/property-editor
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
344
|
## [1.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-03-14)
|
|
324
345
|
|
|
325
|
-
**Note:** Version bump only for package @operato/property-editor
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
346
|
## [1.0.0-alpha.18](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-03-14)
|
|
332
347
|
|
|
333
|
-
**Note:** Version bump only for package @operato/property-editor
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
348
|
## [1.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2022-03-13)
|
|
340
349
|
|
|
341
|
-
**Note:** Version bump only for package @operato/property-editor
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
350
|
## [1.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2022-03-13)
|
|
348
351
|
|
|
349
|
-
**Note:** Version bump only for package @operato/property-editor
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
352
|
## [1.0.0-alpha.15](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-03-13)
|
|
356
353
|
|
|
357
354
|
|
|
@@ -359,8 +356,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
359
356
|
|
|
360
357
|
* migrate input, property-editor from things-factory ([dbd5e73](https://github.com/hatiolab/operato/commit/dbd5e73eac328e72c4bb7abd113a819532bc894d))
|
|
361
358
|
|
|
362
|
-
|
|
363
|
-
|
|
364
359
|
## [1.0.0-alpha.14](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-03-13)
|
|
365
360
|
|
|
366
361
|
|
|
@@ -368,8 +363,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
368
363
|
|
|
369
364
|
* typo ([24e77ac](https://github.com/hatiolab/operato/commit/24e77aca7938c895fdfe37f5235c6c781964d81a))
|
|
370
365
|
|
|
371
|
-
|
|
372
|
-
|
|
373
366
|
## [1.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-03-13)
|
|
374
367
|
|
|
375
368
|
|
|
@@ -377,8 +370,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
377
370
|
|
|
378
371
|
* typos ([71447fa](https://github.com/hatiolab/operato/commit/71447fa2dfb52c5e45909baac735c2e195856256))
|
|
379
372
|
|
|
380
|
-
|
|
381
|
-
|
|
382
373
|
## [1.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2022-03-13)
|
|
383
374
|
|
|
384
375
|
|
|
@@ -386,24 +377,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
386
377
|
|
|
387
378
|
* migrate input, property-editor from things-factory ([4800d85](https://github.com/hatiolab/operato/commit/4800d859473bf623325233a7f2af851e5d093dcb))
|
|
388
379
|
|
|
389
|
-
|
|
390
|
-
|
|
391
380
|
## [1.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-03-12)
|
|
392
381
|
|
|
393
|
-
**Note:** Version bump only for package @operato/property-editor
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
382
|
## [1.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-03-12)
|
|
400
383
|
|
|
401
|
-
**Note:** Version bump only for package @operato/property-editor
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
384
|
## [1.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-03-12)
|
|
408
385
|
|
|
409
386
|
|
|
@@ -411,8 +388,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
411
388
|
|
|
412
389
|
* settled concept for input, property-editor, grist-editor, so on ([0c9e1d0](https://github.com/hatiolab/operato/commit/0c9e1d054c7aef5d965868242cf471667af7a3c3))
|
|
413
390
|
|
|
414
|
-
|
|
415
|
-
|
|
416
391
|
## [1.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-03-11)
|
|
417
392
|
|
|
418
393
|
|
|
@@ -420,16 +395,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
420
395
|
|
|
421
396
|
* ox-property-editor-checkbox fault ([7e54318](https://github.com/hatiolab/operato/commit/7e54318b6a350782113e18d01ce7999c1e95fe47))
|
|
422
397
|
|
|
423
|
-
|
|
424
|
-
|
|
425
398
|
## [1.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-03-11)
|
|
426
399
|
|
|
427
|
-
**Note:** Version bump only for package @operato/property-editor
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
400
|
## [1.0.0-alpha.6](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-03-11)
|
|
434
401
|
|
|
435
402
|
|
|
@@ -437,8 +404,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
437
404
|
|
|
438
405
|
* ox-property-editor package.json missing ([ee8d0f8](https://github.com/hatiolab/operato/commit/ee8d0f8634e7f701b322981b8194442cdc2ebed1))
|
|
439
406
|
|
|
440
|
-
|
|
441
|
-
|
|
442
407
|
## [1.0.0-alpha.5](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-03-11)
|
|
443
408
|
|
|
444
409
|
|
|
@@ -452,504 +417,556 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
452
417
|
* migrate property-editor from things-factory ([272cdaa](https://github.com/hatiolab/operato/commit/272cdaafd74f3c3c597403f88655cb5cf4a81313))
|
|
453
418
|
* migrated property-editors from things-factory ([9d0b73a](https://github.com/hatiolab/operato/commit/9d0b73a8c05187e7ca8db874ddde8c977ec52a55))
|
|
454
419
|
|
|
455
|
-
|
|
456
|
-
|
|
457
420
|
## [1.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-11)
|
|
458
421
|
|
|
459
|
-
|
|
422
|
+
## [1.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-10)
|
|
460
423
|
|
|
424
|
+
## [1.0.0-alpha.2](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-10)
|
|
461
425
|
|
|
426
|
+
## [1.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v0.4.3...v1.0.0-alpha.1) (2022-03-09)
|
|
462
427
|
|
|
463
428
|
|
|
464
429
|
|
|
465
|
-
## [1.0.0-
|
|
430
|
+
## [1.0.0-beta.5](https://github.com/hatiolab/operato/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-04-18)
|
|
466
431
|
|
|
467
432
|
**Note:** Version bump only for package @operato/property-editor
|
|
468
433
|
|
|
434
|
+
## [1.0.0-beta.4](https://github.com/hatiolab/operato/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-04-14)
|
|
469
435
|
|
|
436
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
470
437
|
|
|
438
|
+
## [1.0.0-beta.3](https://github.com/hatiolab/operato/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2022-04-12)
|
|
471
439
|
|
|
440
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
472
441
|
|
|
473
|
-
## [1.0.0-
|
|
442
|
+
## [1.0.0-beta.2](https://github.com/hatiolab/operato/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2022-04-12)
|
|
474
443
|
|
|
475
444
|
**Note:** Version bump only for package @operato/property-editor
|
|
476
445
|
|
|
446
|
+
## [1.0.0-beta.1](https://github.com/hatiolab/operato/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2022-04-11)
|
|
477
447
|
|
|
448
|
+
### :bug: Bug Fix
|
|
478
449
|
|
|
450
|
+
- ox-property-editor-data fullwidth ([117c06a](https://github.com/hatiolab/operato/commit/117c06a5bd44698da6413a44f9fcda739720a619))
|
|
479
451
|
|
|
452
|
+
## [1.0.0-beta.0](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.53...v1.0.0-beta.0) (2022-04-10)
|
|
480
453
|
|
|
481
|
-
|
|
454
|
+
### :bug: Bug Fix
|
|
482
455
|
|
|
483
|
-
|
|
456
|
+
- @hatiolab/things-scene 2.8.0 to support tag-subscription ([0e91c46](https://github.com/hatiolab/operato/commit/0e91c461007b9321e8cbaa7977a8b7eced394dbc))
|
|
484
457
|
|
|
458
|
+
## [1.0.0-alpha.53](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2022-04-08)
|
|
485
459
|
|
|
460
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
486
461
|
|
|
462
|
+
## [1.0.0-alpha.52](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.51...v1.0.0-alpha.52) (2022-04-08)
|
|
487
463
|
|
|
464
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
488
465
|
|
|
489
|
-
|
|
466
|
+
## [1.0.0-alpha.51](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2022-04-05)
|
|
490
467
|
|
|
491
468
|
**Note:** Version bump only for package @operato/property-editor
|
|
492
469
|
|
|
470
|
+
## [1.0.0-alpha.50](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2022-04-04)
|
|
493
471
|
|
|
472
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
494
473
|
|
|
474
|
+
## [1.0.0-alpha.49](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.48...v1.0.0-alpha.49) (2022-04-04)
|
|
495
475
|
|
|
476
|
+
### :bug: Bug Fix
|
|
496
477
|
|
|
497
|
-
|
|
478
|
+
- lit@2.2.1 ([6707752](https://github.com/hatiolab/operato/commit/6707752907d24f7ecbe248cba18a4b18cfda282f))
|
|
498
479
|
|
|
499
|
-
|
|
480
|
+
### :rocket: New Features
|
|
500
481
|
|
|
482
|
+
- translation crontab for ox-grist-renderer-crontab ([c13d6ef](https://github.com/hatiolab/operato/commit/c13d6efab9ff02ceb4b4d244455a480070a80a3e))
|
|
501
483
|
|
|
484
|
+
## [1.0.0-alpha.48](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2022-04-03)
|
|
502
485
|
|
|
486
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
503
487
|
|
|
488
|
+
## [1.0.0-alpha.47](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.46...v1.0.0-alpha.47) (2022-04-02)
|
|
504
489
|
|
|
505
|
-
|
|
490
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
506
491
|
|
|
492
|
+
## [1.0.0-alpha.46](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2022-04-02)
|
|
507
493
|
|
|
508
|
-
### :
|
|
494
|
+
### :rocket: New Features
|
|
509
495
|
|
|
510
|
-
|
|
496
|
+
- add ox-property-editor-work-shift ([c37ad88](https://github.com/hatiolab/operato/commit/c37ad8813fc372e89c5b3fb8effd86844c823120))
|
|
511
497
|
|
|
498
|
+
## [1.0.0-alpha.45](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.44...v1.0.0-alpha.45) (2022-03-31)
|
|
512
499
|
|
|
500
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
513
501
|
|
|
514
|
-
## [0.
|
|
502
|
+
## [1.0.0-alpha.44](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.43...v1.0.0-alpha.44) (2022-03-31)
|
|
515
503
|
|
|
504
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
516
505
|
|
|
517
|
-
|
|
506
|
+
## [1.0.0-alpha.43](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2022-03-30)
|
|
518
507
|
|
|
519
|
-
|
|
520
|
-
* upgrade lit@2.2.0 ([d80e4a4](https://github.com/hatiolab/operato/commit/d80e4a4de260b3a0f7aa35f1086d0f2235cb5d01))
|
|
508
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
521
509
|
|
|
510
|
+
## [1.0.0-alpha.42](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2022-03-29)
|
|
522
511
|
|
|
512
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
523
513
|
|
|
524
|
-
|
|
514
|
+
## [1.0.0-alpha.41](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2022-03-27)
|
|
525
515
|
|
|
526
516
|
**Note:** Version bump only for package @operato/property-editor
|
|
527
517
|
|
|
518
|
+
## [1.0.0-alpha.40](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2022-03-26)
|
|
528
519
|
|
|
520
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
529
521
|
|
|
522
|
+
## [1.0.0-alpha.39](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2022-03-25)
|
|
530
523
|
|
|
524
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
531
525
|
|
|
532
|
-
|
|
526
|
+
## [1.0.0-alpha.38](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2022-03-25)
|
|
533
527
|
|
|
528
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
534
529
|
|
|
535
|
-
|
|
530
|
+
## [1.0.0-alpha.37](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2022-03-25)
|
|
536
531
|
|
|
537
|
-
|
|
532
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
538
533
|
|
|
534
|
+
## [1.0.0-alpha.36](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2022-03-21)
|
|
539
535
|
|
|
536
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
540
537
|
|
|
541
|
-
|
|
538
|
+
## [1.0.0-alpha.35](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2022-03-21)
|
|
542
539
|
|
|
543
540
|
**Note:** Version bump only for package @operato/property-editor
|
|
544
541
|
|
|
542
|
+
## [1.0.0-alpha.34](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2022-03-20)
|
|
545
543
|
|
|
544
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
546
545
|
|
|
546
|
+
## [1.0.0-alpha.33](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2022-03-19)
|
|
547
547
|
|
|
548
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
548
549
|
|
|
549
|
-
|
|
550
|
+
## [1.0.0-alpha.32](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2022-03-19)
|
|
550
551
|
|
|
551
552
|
**Note:** Version bump only for package @operato/property-editor
|
|
552
553
|
|
|
554
|
+
## [1.0.0-alpha.31](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2022-03-19)
|
|
553
555
|
|
|
556
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
554
557
|
|
|
558
|
+
## [1.0.0-alpha.30](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.29...v1.0.0-alpha.30) (2022-03-18)
|
|
555
559
|
|
|
560
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
556
561
|
|
|
557
|
-
|
|
562
|
+
## [1.0.0-alpha.29](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2022-03-17)
|
|
558
563
|
|
|
559
564
|
**Note:** Version bump only for package @operato/property-editor
|
|
560
565
|
|
|
566
|
+
## [1.0.0-alpha.28](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.28) (2022-03-17)
|
|
561
567
|
|
|
568
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
562
569
|
|
|
570
|
+
## [1.0.0-alpha.27](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2022-03-17)
|
|
563
571
|
|
|
572
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
564
573
|
|
|
565
|
-
|
|
574
|
+
## [1.0.0-alpha.26](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-03-17)
|
|
566
575
|
|
|
567
576
|
**Note:** Version bump only for package @operato/property-editor
|
|
568
577
|
|
|
578
|
+
## [1.0.0-alpha.25](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.24...v1.0.0-alpha.25) (2022-03-17)
|
|
569
579
|
|
|
580
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
570
581
|
|
|
582
|
+
## [1.0.0-alpha.24](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2022-03-17)
|
|
571
583
|
|
|
584
|
+
### :bug: Bug Fix
|
|
572
585
|
|
|
573
|
-
|
|
586
|
+
- ccp, dataset, property-editor style ([92b2448](https://github.com/hatiolab/operato/commit/92b2448756604ee0b885949dd193241f319cf147))
|
|
587
|
+
- refactoring grist-editor, property-editor and input ([ea7431a](https://github.com/hatiolab/operato/commit/ea7431a5e2dfd96ef392c1905e9622df7c2ef88c))
|
|
574
588
|
|
|
589
|
+
## [1.0.0-alpha.23](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.22...v1.0.0-alpha.23) (2022-03-17)
|
|
575
590
|
|
|
576
591
|
### :rocket: New Features
|
|
577
592
|
|
|
578
|
-
|
|
579
|
-
|
|
593
|
+
- added qc module ([263b679](https://github.com/hatiolab/operato/commit/263b6794b97a635df1a50d013adaef2e83635908))
|
|
580
594
|
|
|
595
|
+
## [1.0.0-alpha.22](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.21...v1.0.0-alpha.22) (2022-03-17)
|
|
581
596
|
|
|
582
|
-
|
|
597
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
583
598
|
|
|
599
|
+
## [1.0.0-alpha.21](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.20...v1.0.0-alpha.21) (2022-03-16)
|
|
584
600
|
|
|
585
601
|
### :rocket: New Features
|
|
586
602
|
|
|
587
|
-
|
|
603
|
+
- add ccp module ([cbea635](https://github.com/hatiolab/operato/commit/cbea635d5f638d49fc99d68cc1727ac3e06ddf22))
|
|
588
604
|
|
|
605
|
+
## [1.0.0-alpha.20](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.19...v1.0.0-alpha.20) (2022-03-15)
|
|
589
606
|
|
|
607
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
590
608
|
|
|
591
|
-
|
|
609
|
+
## [1.0.0-alpha.19](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-03-14)
|
|
592
610
|
|
|
611
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
593
612
|
|
|
594
|
-
|
|
613
|
+
## [1.0.0-alpha.18](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-03-14)
|
|
595
614
|
|
|
596
|
-
|
|
615
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
597
616
|
|
|
617
|
+
## [1.0.0-alpha.17](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2022-03-13)
|
|
598
618
|
|
|
619
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
599
620
|
|
|
600
|
-
|
|
621
|
+
## [1.0.0-alpha.16](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.15...v1.0.0-alpha.16) (2022-03-13)
|
|
601
622
|
|
|
602
623
|
**Note:** Version bump only for package @operato/property-editor
|
|
603
624
|
|
|
625
|
+
## [1.0.0-alpha.15](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-03-13)
|
|
604
626
|
|
|
627
|
+
### :rocket: New Features
|
|
605
628
|
|
|
629
|
+
- migrate input, property-editor from things-factory ([dbd5e73](https://github.com/hatiolab/operato/commit/dbd5e73eac328e72c4bb7abd113a819532bc894d))
|
|
606
630
|
|
|
631
|
+
## [1.0.0-alpha.14](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-03-13)
|
|
607
632
|
|
|
608
|
-
###
|
|
633
|
+
### :bug: Bug Fix
|
|
609
634
|
|
|
610
|
-
|
|
635
|
+
- typo ([24e77ac](https://github.com/hatiolab/operato/commit/24e77aca7938c895fdfe37f5235c6c781964d81a))
|
|
636
|
+
|
|
637
|
+
## [1.0.0-alpha.13](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.12...v1.0.0-alpha.13) (2022-03-13)
|
|
638
|
+
|
|
639
|
+
### :bug: Bug Fix
|
|
611
640
|
|
|
641
|
+
- typos ([71447fa](https://github.com/hatiolab/operato/commit/71447fa2dfb52c5e45909baac735c2e195856256))
|
|
612
642
|
|
|
643
|
+
## [1.0.0-alpha.12](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.11...v1.0.0-alpha.12) (2022-03-13)
|
|
613
644
|
|
|
645
|
+
### :rocket: New Features
|
|
614
646
|
|
|
647
|
+
- migrate input, property-editor from things-factory ([4800d85](https://github.com/hatiolab/operato/commit/4800d859473bf623325233a7f2af851e5d093dcb))
|
|
615
648
|
|
|
616
|
-
|
|
649
|
+
## [1.0.0-alpha.11](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2022-03-12)
|
|
617
650
|
|
|
618
651
|
**Note:** Version bump only for package @operato/property-editor
|
|
619
652
|
|
|
653
|
+
## [1.0.0-alpha.10](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2022-03-12)
|
|
620
654
|
|
|
655
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
621
656
|
|
|
657
|
+
## [1.0.0-alpha.9](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2022-03-12)
|
|
622
658
|
|
|
659
|
+
### :rocket: New Features
|
|
623
660
|
|
|
624
|
-
|
|
661
|
+
- settled concept for input, property-editor, grist-editor, so on ([0c9e1d0](https://github.com/hatiolab/operato/commit/0c9e1d054c7aef5d965868242cf471667af7a3c3))
|
|
625
662
|
|
|
626
|
-
|
|
663
|
+
## [1.0.0-alpha.8](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-03-11)
|
|
627
664
|
|
|
665
|
+
### :bug: Bug Fix
|
|
628
666
|
|
|
667
|
+
- ox-property-editor-checkbox fault ([7e54318](https://github.com/hatiolab/operato/commit/7e54318b6a350782113e18d01ce7999c1e95fe47))
|
|
629
668
|
|
|
669
|
+
## [1.0.0-alpha.7](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2022-03-11)
|
|
630
670
|
|
|
671
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
631
672
|
|
|
632
|
-
|
|
673
|
+
## [1.0.0-alpha.6](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-03-11)
|
|
633
674
|
|
|
634
|
-
|
|
675
|
+
### :bug: Bug Fix
|
|
635
676
|
|
|
677
|
+
- ox-property-editor package.json missing ([ee8d0f8](https://github.com/hatiolab/operato/commit/ee8d0f8634e7f701b322981b8194442cdc2ebed1))
|
|
636
678
|
|
|
679
|
+
## [1.0.0-alpha.5](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-03-11)
|
|
637
680
|
|
|
681
|
+
### :bug: Bug Fix
|
|
638
682
|
|
|
683
|
+
- migrate parameter-editor from things-factory ([019a30d](https://github.com/hatiolab/operato/commit/019a30df6fd4c8a273d4194d13f5784ed6f8d956))
|
|
639
684
|
|
|
640
|
-
###
|
|
685
|
+
### :rocket: New Features
|
|
641
686
|
|
|
642
|
-
|
|
687
|
+
- migrate property-editor from things-factory ([272cdaa](https://github.com/hatiolab/operato/commit/272cdaafd74f3c3c597403f88655cb5cf4a81313))
|
|
688
|
+
- migrated property-editors from things-factory ([9d0b73a](https://github.com/hatiolab/operato/commit/9d0b73a8c05187e7ca8db874ddde8c977ec52a55))
|
|
643
689
|
|
|
690
|
+
## [1.0.0-alpha.4](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-03-11)
|
|
644
691
|
|
|
692
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
645
693
|
|
|
694
|
+
## [1.0.0-alpha.3](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2022-03-10)
|
|
646
695
|
|
|
696
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
647
697
|
|
|
648
|
-
|
|
698
|
+
## [1.0.0-alpha.2](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-03-10)
|
|
649
699
|
|
|
650
700
|
**Note:** Version bump only for package @operato/property-editor
|
|
651
701
|
|
|
702
|
+
## [1.0.0-alpha.1](https://github.com/hatiolab/operato/compare/v0.4.3...v1.0.0-alpha.1) (2022-03-09)
|
|
652
703
|
|
|
704
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
653
705
|
|
|
706
|
+
### [0.4.3](https://github.com/hatiolab/operato/compare/v0.4.2...v0.4.3) (2022-03-06)
|
|
654
707
|
|
|
708
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
655
709
|
|
|
656
|
-
### [0.
|
|
710
|
+
### [0.4.2](https://github.com/hatiolab/operato/compare/v0.4.1...v0.4.2) (2022-03-06)
|
|
657
711
|
|
|
658
712
|
**Note:** Version bump only for package @operato/property-editor
|
|
659
713
|
|
|
714
|
+
### [0.4.1](https://github.com/hatiolab/operato/compare/v0.4.0...v0.4.1) (2022-03-02)
|
|
660
715
|
|
|
716
|
+
### :bug: Bug Fix
|
|
661
717
|
|
|
718
|
+
- lodash => lodash-es, remove underscore ([08cbef1](https://github.com/hatiolab/operato/commit/08cbef1e63e28c96e7341bce1910ae7baed889e2))
|
|
662
719
|
|
|
720
|
+
## [0.4.0](https://github.com/hatiolab/operato/compare/v0.3.28...v0.4.0) (2022-02-22)
|
|
663
721
|
|
|
664
|
-
###
|
|
722
|
+
### :bug: Bug Fix
|
|
665
723
|
|
|
666
|
-
|
|
724
|
+
- build problem because testing framework confilct with lit 2.2.0 ([596deda](https://github.com/hatiolab/operato/commit/596dedaa29a537c5ec92a2449e8cd08a0b11bfde))
|
|
725
|
+
- upgrade lit@2.2.0 ([d80e4a4](https://github.com/hatiolab/operato/commit/d80e4a4de260b3a0f7aa35f1086d0f2235cb5d01))
|
|
667
726
|
|
|
727
|
+
### [0.3.28](https://github.com/hatiolab/operato/compare/v0.3.27...v0.3.28) (2022-02-08)
|
|
668
728
|
|
|
729
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
730
|
+
|
|
731
|
+
### [0.3.27](https://github.com/hatiolab/operato/compare/v0.3.26...v0.3.27) (2022-02-01)
|
|
669
732
|
|
|
733
|
+
### :bug: Bug Fix
|
|
670
734
|
|
|
735
|
+
- data-grist filters-form to support boolean, number and select ([2aa717d](https://github.com/hatiolab/operato/commit/2aa717db41e22854ca869d0269522578ebcb9392))
|
|
671
736
|
|
|
672
|
-
### [0.3.
|
|
737
|
+
### [0.3.26](https://github.com/hatiolab/operato/compare/v0.3.25...v0.3.26) (2022-01-31)
|
|
673
738
|
|
|
674
739
|
**Note:** Version bump only for package @operato/property-editor
|
|
675
740
|
|
|
741
|
+
### [0.3.25](https://github.com/hatiolab/operato/compare/v0.3.24...v0.3.25) (2022-01-31)
|
|
676
742
|
|
|
743
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
677
744
|
|
|
745
|
+
### [0.3.24](https://github.com/hatiolab/operato/compare/v0.3.23...v0.3.24) (2022-01-30)
|
|
678
746
|
|
|
747
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
679
748
|
|
|
680
|
-
### [0.3.
|
|
749
|
+
### [0.3.23](https://github.com/hatiolab/operato/compare/v0.3.22...v0.3.23) (2022-01-30)
|
|
681
750
|
|
|
682
751
|
**Note:** Version bump only for package @operato/property-editor
|
|
683
752
|
|
|
753
|
+
### [0.3.22](https://github.com/hatiolab/operato/compare/v0.3.21...v0.3.22) (2022-01-30)
|
|
684
754
|
|
|
755
|
+
### :rocket: New Features
|
|
685
756
|
|
|
757
|
+
- started help and layout module ([08f875c](https://github.com/hatiolab/operato/commit/08f875cd30aa914901c249c8c0b462ce4a151c23))
|
|
686
758
|
|
|
759
|
+
### [0.3.21](https://github.com/hatiolab/operato/compare/v0.3.20...v0.3.21) (2022-01-29)
|
|
687
760
|
|
|
688
|
-
###
|
|
761
|
+
### :rocket: New Features
|
|
689
762
|
|
|
763
|
+
- i18n module added, shell module started to cover client core part ([a976dad](https://github.com/hatiolab/operato/commit/a976dad6353962e489d8e648af9598b6a51e5ec7))
|
|
764
|
+
|
|
765
|
+
### [0.3.20](https://github.com/hatiolab/operato/compare/v0.3.19...v0.3.20) (2022-01-28)
|
|
690
766
|
|
|
691
767
|
### :bug: Bug Fix
|
|
692
768
|
|
|
693
|
-
|
|
769
|
+
- operato/graphql ApolloClient create parameter ([6b591ed](https://github.com/hatiolab/operato/commit/6b591edaa873c343793b33195f7076d9617d7ebf))
|
|
694
770
|
|
|
771
|
+
### [0.3.19](https://github.com/hatiolab/operato/compare/v0.3.18...v0.3.19) (2022-01-25)
|
|
695
772
|
|
|
773
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
696
774
|
|
|
697
|
-
### [0.3.
|
|
775
|
+
### [0.3.18](https://github.com/hatiolab/operato/compare/v0.3.17...v0.3.18) (2022-01-23)
|
|
698
776
|
|
|
699
777
|
**Note:** Version bump only for package @operato/property-editor
|
|
700
778
|
|
|
779
|
+
### [0.3.17](https://github.com/hatiolab/operato/compare/v0.3.16...v0.3.17) (2022-01-20)
|
|
701
780
|
|
|
781
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
702
782
|
|
|
783
|
+
### [0.3.16](https://github.com/hatiolab/operato/compare/v0.3.15...v0.3.16) (2022-01-19)
|
|
703
784
|
|
|
785
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
704
786
|
|
|
705
|
-
### [0.3.
|
|
787
|
+
### [0.3.15](https://github.com/hatiolab/operato/compare/v0.3.14...v0.3.15) (2022-01-17)
|
|
706
788
|
|
|
707
789
|
**Note:** Version bump only for package @operato/property-editor
|
|
708
790
|
|
|
791
|
+
### [0.3.14](https://github.com/hatiolab/operato/compare/v0.3.13...v0.3.14) (2022-01-16)
|
|
709
792
|
|
|
793
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
710
794
|
|
|
795
|
+
### [0.3.13](https://github.com/hatiolab/operato/compare/v0.3.12...v0.3.13) (2022-01-15)
|
|
711
796
|
|
|
797
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
712
798
|
|
|
713
|
-
### [0.3.
|
|
799
|
+
### [0.3.12](https://github.com/hatiolab/operato/compare/v0.3.11...v0.3.12) (2022-01-15)
|
|
714
800
|
|
|
715
801
|
**Note:** Version bump only for package @operato/property-editor
|
|
716
802
|
|
|
803
|
+
### [0.3.11](https://github.com/hatiolab/operato/compare/v0.3.10...v0.3.11) (2022-01-15)
|
|
717
804
|
|
|
805
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
718
806
|
|
|
807
|
+
### [0.3.10](https://github.com/hatiolab/operato/compare/v0.3.9...v0.3.10) (2022-01-15)
|
|
719
808
|
|
|
809
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
720
810
|
|
|
721
|
-
### [0.3.
|
|
811
|
+
### [0.3.9](https://github.com/hatiolab/operato/compare/v0.3.8...v0.3.9) (2022-01-15)
|
|
722
812
|
|
|
723
813
|
**Note:** Version bump only for package @operato/property-editor
|
|
724
814
|
|
|
815
|
+
### [0.3.8](https://github.com/hatiolab/operato/compare/v0.3.7...v0.3.8) (2022-01-14)
|
|
725
816
|
|
|
817
|
+
### :bug: Bug Fix
|
|
726
818
|
|
|
819
|
+
- ox-popup-list ([1e5af96](https://github.com/hatiolab/operato/commit/1e5af96cbd959ffbe7e4b8bf041971bb4e88dd0a))
|
|
727
820
|
|
|
728
|
-
|
|
729
|
-
### [0.3.3](https://github.com/hatiolab/operato/compare/v0.3.2...v0.3.3) (2022-01-03)
|
|
821
|
+
### [0.3.7](https://github.com/hatiolab/operato/compare/v0.3.6...v0.3.7) (2022-01-09)
|
|
730
822
|
|
|
731
823
|
**Note:** Version bump only for package @operato/property-editor
|
|
732
824
|
|
|
825
|
+
### [0.3.6](https://github.com/hatiolab/operato/compare/v0.3.5...v0.3.6) (2022-01-09)
|
|
733
826
|
|
|
827
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
734
828
|
|
|
829
|
+
### [0.3.5](https://github.com/hatiolab/operato/compare/v0.3.4...v0.3.5) (2022-01-09)
|
|
735
830
|
|
|
831
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
736
832
|
|
|
737
|
-
### [0.3.
|
|
833
|
+
### [0.3.4](https://github.com/hatiolab/operato/compare/v0.3.3...v0.3.4) (2022-01-03)
|
|
738
834
|
|
|
739
835
|
**Note:** Version bump only for package @operato/property-editor
|
|
740
836
|
|
|
837
|
+
### [0.3.3](https://github.com/hatiolab/operato/compare/v0.3.2...v0.3.3) (2022-01-03)
|
|
741
838
|
|
|
839
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
742
840
|
|
|
841
|
+
### [0.3.2](https://github.com/hatiolab/operato/compare/v0.3.1...v0.3.2) (2022-01-03)
|
|
743
842
|
|
|
843
|
+
**Note:** Version bump only for package @operato/property-editor
|
|
744
844
|
|
|
745
845
|
### [0.3.1](https://github.com/hatiolab/operato/compare/v0.3.0...v0.3.1) (2021-12-31)
|
|
746
846
|
|
|
747
847
|
**Note:** Version bump only for package @operato/property-editor
|
|
748
848
|
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
849
|
## [0.3.0](https://github.com/hatiolab/operato/compare/v0.2.52...v0.3.0) (2021-12-31)
|
|
754
850
|
|
|
755
|
-
|
|
756
851
|
### :rocket: New Features
|
|
757
852
|
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
853
|
+
- add tsconfig option useDefineForClassFields ([6291438](https://github.com/hatiolab/operato/commit/6291438571eee0f095064e7d2ada1c620832e092))
|
|
854
|
+
- support package.json exports ([3717fa7](https://github.com/hatiolab/operato/commit/3717fa7f87f0411f6f023ba730b84441ffa5d4a8))
|
|
762
855
|
|
|
763
856
|
### [0.2.52](https://github.com/hatiolab/operato/compare/v0.2.51...v0.2.52) (2021-12-21)
|
|
764
857
|
|
|
765
|
-
|
|
766
858
|
### :bug: Bug Fix
|
|
767
859
|
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
860
|
+
- upgrade dependencies ([3fde5e7](https://github.com/hatiolab/operato/commit/3fde5e7182bb4b502103bcb70de2f1bfab2bc1ff))
|
|
771
861
|
|
|
772
862
|
### [0.2.51](https://github.com/hatiolab/operato/compare/v0.2.50...v0.2.51) (2021-12-16)
|
|
773
863
|
|
|
774
|
-
|
|
775
864
|
### :bug: Bug Fix
|
|
776
865
|
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
866
|
+
- things-scene@2.7.30 ([7796565](https://github.com/hatiolab/operato/commit/779656545f343db6718e647e2f442724235732c8))
|
|
780
867
|
|
|
781
868
|
### [0.2.50](https://github.com/hatiolab/operato/compare/v0.2.49...v0.2.50) (2021-12-16)
|
|
782
869
|
|
|
783
870
|
**Note:** Version bump only for package @operato/property-editor
|
|
784
871
|
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
872
|
### [0.2.49](https://github.com/hatiolab/operato/compare/v0.2.48...v0.2.49) (2021-12-14)
|
|
790
873
|
|
|
791
874
|
**Note:** Version bump only for package @operato/property-editor
|
|
792
875
|
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
876
|
### [0.2.48](https://github.com/hatiolab/operato/compare/v0.2.47...v0.2.48) (2021-12-14)
|
|
798
877
|
|
|
799
|
-
|
|
800
878
|
### :rocket: New Features
|
|
801
879
|
|
|
802
|
-
|
|
803
|
-
|
|
880
|
+
- add ox-input-data, ox-input-code into @operato/input ([4951a6b](https://github.com/hatiolab/operato/commit/4951a6bf76456491018829be521637dcedb068fe))
|
|
804
881
|
|
|
805
882
|
### :bug: Bug Fix
|
|
806
883
|
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
884
|
+
- upgrade @hatiolab/things-scene ([1ca0161](https://github.com/hatiolab/operato/commit/1ca0161aa2e844c939613aa0109ad3e12606786d))
|
|
810
885
|
|
|
811
886
|
### [0.2.47](https://github.com/hatiolab/operato/compare/v0.2.46...v0.2.47) (2021-12-13)
|
|
812
887
|
|
|
813
|
-
|
|
814
888
|
### :bug: Bug Fix
|
|
815
889
|
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
890
|
+
- custom-elements.json ([d6677ed](https://github.com/hatiolab/operato/commit/d6677edb05244b6801a53d1fcdffbd67151f4131))
|
|
819
891
|
|
|
820
892
|
### [0.2.46](https://github.com/hatiolab/operato/compare/v0.2.45...v0.2.46) (2021-12-12)
|
|
821
893
|
|
|
822
|
-
|
|
823
894
|
### :rocket: New Features
|
|
824
895
|
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
896
|
+
- add operato/board modeller ([2acd6b3](https://github.com/hatiolab/operato/commit/2acd6b31a4d91317fa84ecee67874d2242968ec6))
|
|
828
897
|
|
|
829
898
|
### [0.2.45](https://github.com/hatiolab/operato/compare/v0.2.44...v0.2.45) (2021-12-11)
|
|
830
899
|
|
|
831
|
-
|
|
832
900
|
### :bug: Bug Fix
|
|
833
901
|
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
902
|
+
- upgrade @hatiolab/things-scene ([2cc3473](https://github.com/hatiolab/operato/commit/2cc347302bfbb0e2f4a68ad26e60dc8fb910a14e))
|
|
837
903
|
|
|
838
904
|
### [0.2.44](https://github.com/hatiolab/operato/compare/v0.2.43...v0.2.44) (2021-12-09)
|
|
839
905
|
|
|
840
|
-
|
|
841
906
|
### :bug: Bug Fix
|
|
842
907
|
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
908
|
+
- upgrade @hatiolab/things-scene version ([d6448e9](https://github.com/hatiolab/operato/commit/d6448e9c59c4f718cdf5c2f0cd62bc7a53d0a9a9))
|
|
846
909
|
|
|
847
910
|
### [0.2.43](https://github.com/hatiolab/operato/compare/v0.2.42...v0.2.43) (2021-12-08)
|
|
848
911
|
|
|
849
912
|
**Note:** Version bump only for package @operato/property-editor
|
|
850
913
|
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
914
|
### [0.2.42](https://github.com/hatiolab/operato/compare/v0.2.41...v0.2.42) (2021-12-07)
|
|
856
915
|
|
|
857
|
-
|
|
858
916
|
### :bug: Bug Fix
|
|
859
917
|
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
918
|
+
- things-scene version upgrade ([1aa59a5](https://github.com/hatiolab/operato/commit/1aa59a5a790638299c219ce0c91091e004f6a89d))
|
|
863
919
|
|
|
864
920
|
### [0.2.41](https://github.com/hatiolab/operato/compare/v0.2.40...v0.2.41) (2021-12-07)
|
|
865
921
|
|
|
866
922
|
**Note:** Version bump only for package @operato/property-editor
|
|
867
923
|
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
924
|
### [0.2.38](https://github.com/hatiolab/operato/compare/v0.2.37...v0.2.38) (2021-12-07)
|
|
873
925
|
|
|
874
926
|
**Note:** Version bump only for package @operato/property-editor
|
|
875
927
|
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
928
|
### [0.2.37](https://github.com/hatiolab/operato/compare/v0.2.36...v0.2.37) (2021-12-07)
|
|
881
929
|
|
|
882
|
-
|
|
883
930
|
### :bug: Bug Fix
|
|
884
931
|
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
932
|
+
- upgrade things-scene dependency ([35d74b2](https://github.com/hatiolab/operato/commit/35d74b2e0b7d69b671b6a7a1e49ba243a291aec2))
|
|
888
933
|
|
|
889
934
|
### [0.2.36](https://github.com/hatiolab/operato/compare/v0.2.35...v0.2.36) (2021-12-06)
|
|
890
935
|
|
|
891
|
-
|
|
892
936
|
### :bug: Bug Fix
|
|
893
937
|
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
938
|
+
- apply things-scene version ([cbebd17](https://github.com/hatiolab/operato/commit/cbebd1729704e6e42e70d60a4e3b122d42271c2e))
|
|
897
939
|
|
|
898
940
|
### [0.2.35](https://github.com/hatiolab/operato/compare/v0.2.34...v0.2.35) (2021-12-03)
|
|
899
941
|
|
|
900
|
-
|
|
901
942
|
### :bug: Bug Fix
|
|
902
943
|
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
944
|
+
- apply things-scene 2.7.20 ([2e1b149](https://github.com/hatiolab/operato/commit/2e1b1490b7e15ecc4025b16e5b91ac73885ed909))
|
|
906
945
|
|
|
907
946
|
### [0.2.34](https://github.com/hatiolab/operato/compare/v0.2.33...v0.2.34) (2021-12-03)
|
|
908
947
|
|
|
909
948
|
**Note:** Version bump only for package @operato/property-editor
|
|
910
949
|
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
950
|
### [0.2.33](https://github.com/hatiolab/operato/compare/v0.2.32...v0.2.33) (2021-12-03)
|
|
916
951
|
|
|
917
952
|
**Note:** Version bump only for package @operato/property-editor
|
|
918
953
|
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
954
|
**Note:** Version bump only for package @operato/property-editor
|
|
926
955
|
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
956
|
### [0.2.32](https://github.com/hatiolab/operato/compare/v0.2.31...v0.2.32) (2021-12-03)
|
|
932
957
|
|
|
933
958
|
**Note:** Version bump only for package @operato/property-editor
|
|
934
959
|
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
960
|
### [0.2.31](https://github.com/hatiolab/operato/compare/v0.2.30...v0.2.31) (2021-12-03)
|
|
940
961
|
|
|
941
|
-
|
|
942
962
|
### :rocket: New Features
|
|
943
963
|
|
|
944
|
-
|
|
945
|
-
|
|
964
|
+
- @operato/property-editor added ([77e9429](https://github.com/hatiolab/operato/commit/77e9429dd6bfe974a283ab192245d68407480659))
|
|
946
965
|
|
|
947
966
|
### :bug: Bug Fix
|
|
948
967
|
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
968
|
+
- things-scene version up ([d5007a0](https://github.com/hatiolab/operato/commit/d5007a0c835e7dc9f8d24b491cba88ac90bc1b41))
|
|
969
|
+
- upgrade things-scene ([b539c39](https://github.com/hatiolab/operato/commit/b539c39e70d285481c8083b4540129e44580b158))
|
|
953
970
|
|
|
954
971
|
### [0.2.30](https://github.com/hatiolab/operato/compare/v0.2.29...v0.2.30) (2021-12-01)
|
|
955
972
|
|