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