@looker/extension-sdk 23.20.0 → 24.2.0
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 +216 -242
- package/README.md +28 -28
- package/lib/connect/connect_extension_host.js +5 -6
- package/lib/connect/connect_extension_host.js.map +1 -1
- package/lib/connect/extension_host_api.d.ts +1 -1
- package/lib/connect/extension_host_api.js +3 -4
- package/lib/connect/extension_host_api.js.map +1 -1
- package/lib/connect/fetch_proxy.d.ts +1 -1
- package/lib/connect/fetch_proxy.js.map +1 -1
- package/lib/connect/global_listener.js.map +1 -1
- package/lib/connect/index.js.map +1 -1
- package/lib/connect/tile/index.js.map +1 -1
- package/lib/connect/tile/tile_sdk.d.ts +5 -4
- package/lib/connect/tile/tile_sdk.js +24 -17
- package/lib/connect/tile/tile_sdk.js.map +1 -1
- package/lib/connect/tile/types.d.ts +8 -6
- package/lib/connect/tile/types.js +1 -2
- package/lib/connect/tile/types.js.map +1 -1
- package/lib/connect/types.d.ts +6 -6
- package/lib/connect/types.js +7 -13
- package/lib/connect/types.js.map +1 -1
- package/lib/connect/visualization/index.js.map +1 -1
- package/lib/connect/visualization/types.d.ts +7 -4
- package/lib/connect/visualization/types.js.map +1 -1
- package/lib/connect/visualization/visualization_sdk.d.ts +3 -2
- package/lib/connect/visualization/visualization_sdk.js +11 -2
- package/lib/connect/visualization/visualization_sdk.js.map +1 -1
- package/lib/esm/connect/connect_extension_host.js +4 -4
- package/lib/esm/connect/connect_extension_host.js.map +1 -1
- package/lib/esm/connect/extension_host_api.js +2 -2
- package/lib/esm/connect/extension_host_api.js.map +1 -1
- package/lib/esm/connect/fetch_proxy.js.map +1 -1
- package/lib/esm/connect/global_listener.js.map +1 -1
- package/lib/esm/connect/index.js.map +1 -1
- package/lib/esm/connect/tile/index.js.map +1 -1
- package/lib/esm/connect/tile/tile_sdk.js +24 -17
- package/lib/esm/connect/tile/tile_sdk.js.map +1 -1
- package/lib/esm/connect/tile/types.js.map +1 -1
- package/lib/esm/connect/types.js +1 -1
- package/lib/esm/connect/types.js.map +1 -1
- package/lib/esm/connect/visualization/index.js.map +1 -1
- package/lib/esm/connect/visualization/types.js.map +1 -1
- package/lib/esm/connect/visualization/visualization_sdk.js +11 -2
- package/lib/esm/connect/visualization/visualization_sdk.js.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/sdk/extension_sdk.js +1 -1
- package/lib/esm/sdk/extension_sdk.js.map +1 -1
- package/lib/esm/sdk/extension_sdk_40.js +1 -1
- package/lib/esm/sdk/extension_sdk_40.js.map +1 -1
- package/lib/esm/sdk/index.js.map +1 -1
- package/lib/esm/sdk/sdk_connection.js.map +1 -1
- package/lib/esm/util/errors.js.map +1 -1
- package/lib/esm/util/index.js.map +1 -1
- package/lib/esm/util/logger.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/sdk/extension_sdk.js.map +1 -1
- package/lib/sdk/extension_sdk_40.js.map +1 -1
- package/lib/sdk/index.js.map +1 -1
- package/lib/sdk/sdk_connection.d.ts +2 -2
- package/lib/sdk/sdk_connection.js.map +1 -1
- package/lib/util/errors.js +1 -2
- package/lib/util/errors.js.map +1 -1
- package/lib/util/index.js.map +1 -1
- package/lib/util/logger.js +2 -4
- package/lib/util/logger.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [
|
|
8
|
+
## [24.2.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v24.0.0...extension-sdk-v24.2.0) (2024-02-21)
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
### Miscellaneous Chores
|
|
@@ -17,546 +17,520 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
17
17
|
|
|
18
18
|
* The following workspace dependencies were updated
|
|
19
19
|
* dependencies
|
|
20
|
-
* @looker/sdk bumped from
|
|
20
|
+
* @looker/sdk bumped from 24.0.0 to 24.2.0
|
|
21
21
|
|
|
22
|
-
## [
|
|
22
|
+
## [24.0.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.20.1...extension-sdk-v24.0.0) (2024-02-03)
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
###
|
|
25
|
+
### Miscellaneous Chores
|
|
26
26
|
|
|
27
|
-
*
|
|
28
|
-
* Allow for setting vis config in extensions ([#1394](https://github.com/looker-open-source/sdk-codegen/issues/1394)) ([3ea3cfc](https://github.com/looker-open-source/sdk-codegen/commit/3ea3cfcb0f40237da28de113a344f7dd0f94a355))
|
|
27
|
+
* **extension-sdk:** Synchronize undefined versions
|
|
29
28
|
|
|
30
29
|
|
|
31
30
|
### Dependencies
|
|
32
31
|
|
|
33
32
|
* The following workspace dependencies were updated
|
|
34
33
|
* dependencies
|
|
35
|
-
* @looker/sdk bumped from
|
|
34
|
+
* @looker/sdk bumped from 23.20.1 to 24.0.0
|
|
36
35
|
|
|
37
|
-
## [23.
|
|
36
|
+
## [23.20.1](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.20.0...extension-sdk-v23.20.1) (2023-12-19)
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
- make update filter naming generic ([#1413](https://github.com/looker-open-source/sdk-codegen/issues/1413)) ([0fb1b5d](https://github.com/looker-open-source/sdk-codegen/commit/0fb1b5d9374b476c7aeee065207936b7cd5403fd))
|
|
41
|
+
|
|
42
|
+
### Dependencies
|
|
43
|
+
|
|
44
|
+
- The following workspace dependencies were updated
|
|
45
|
+
- dependencies
|
|
46
|
+
- @looker/sdk bumped from ^23.20.0 to ^23.20.1
|
|
38
47
|
|
|
48
|
+
## [23.20.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.18.0...extension-sdk-v23.20.0) (2023-11-30)
|
|
39
49
|
|
|
40
50
|
### Miscellaneous Chores
|
|
41
51
|
|
|
42
|
-
|
|
52
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
53
|
+
|
|
54
|
+
### Dependencies
|
|
55
|
+
|
|
56
|
+
- The following workspace dependencies were updated
|
|
57
|
+
- dependencies
|
|
58
|
+
- @looker/sdk bumped from ^23.18.0 to ^23.20.0
|
|
59
|
+
|
|
60
|
+
## [23.18.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.16.0...extension-sdk-v23.18.0) (2023-11-22)
|
|
61
|
+
|
|
62
|
+
### Features
|
|
43
63
|
|
|
64
|
+
- Allow for setting vis config in extensions ([3fbe8fd](https://github.com/looker-open-source/sdk-codegen/commit/3fbe8fd7d44611370c5fc4e608957953dabb82c0))
|
|
65
|
+
- Allow for setting vis config in extensions ([#1394](https://github.com/looker-open-source/sdk-codegen/issues/1394)) ([3ea3cfc](https://github.com/looker-open-source/sdk-codegen/commit/3ea3cfcb0f40237da28de113a344f7dd0f94a355))
|
|
44
66
|
|
|
45
67
|
### Dependencies
|
|
46
68
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
69
|
+
- The following workspace dependencies were updated
|
|
70
|
+
- dependencies
|
|
71
|
+
- @looker/sdk bumped from ^23.16.0 to ^23.18.0
|
|
50
72
|
|
|
51
|
-
## [23.
|
|
73
|
+
## [23.16.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.14.1...extension-sdk-v23.16.0) (2023-09-21)
|
|
52
74
|
|
|
75
|
+
### Miscellaneous Chores
|
|
53
76
|
|
|
54
|
-
|
|
77
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
55
78
|
|
|
56
|
-
|
|
79
|
+
### Dependencies
|
|
57
80
|
|
|
81
|
+
- The following workspace dependencies were updated
|
|
82
|
+
- dependencies
|
|
83
|
+
- @looker/sdk bumped from ^23.14.1 to ^23.16.0
|
|
58
84
|
|
|
59
|
-
|
|
85
|
+
## [23.14.1](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.12.0...extension-sdk-v23.14.1) (2023-08-15)
|
|
60
86
|
|
|
61
|
-
|
|
87
|
+
### Features
|
|
88
|
+
|
|
89
|
+
- Send message on visConfig extension update ([#1348](https://github.com/looker-open-source/sdk-codegen/issues/1348)) ([20295d3](https://github.com/looker-open-source/sdk-codegen/commit/20295d318aa7aa59083342038f0c5168959ef3fd))
|
|
90
|
+
|
|
91
|
+
### Bug Fixes
|
|
62
92
|
|
|
93
|
+
- change visconfig types to reflect new getter ([#1350](https://github.com/looker-open-source/sdk-codegen/issues/1350)) ([c7648d9](https://github.com/looker-open-source/sdk-codegen/commit/c7648d9792bf976e2ea0ab0e94dfa0d45de83e66))
|
|
63
94
|
|
|
64
95
|
### Dependencies
|
|
65
96
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
97
|
+
- The following workspace dependencies were updated
|
|
98
|
+
- dependencies
|
|
99
|
+
- @looker/sdk bumped from ^23.12.0 to ^23.14.1
|
|
69
100
|
|
|
70
101
|
## [23.12.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.10.0...extension-sdk-v23.12.0) (2023-07-17)
|
|
71
102
|
|
|
72
|
-
|
|
73
103
|
### Miscellaneous Chores
|
|
74
104
|
|
|
75
|
-
|
|
76
|
-
|
|
105
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
77
106
|
|
|
78
107
|
### Dependencies
|
|
79
108
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
109
|
+
- The following workspace dependencies were updated
|
|
110
|
+
- dependencies
|
|
111
|
+
- @looker/sdk bumped from ^23.10.0 to ^23.12.0
|
|
83
112
|
|
|
84
113
|
## [23.10.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.8.1...extension-sdk-v23.10.0) (2023-06-15)
|
|
85
114
|
|
|
86
|
-
|
|
87
115
|
### Miscellaneous Chores
|
|
88
116
|
|
|
89
|
-
|
|
90
|
-
|
|
117
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
91
118
|
|
|
92
119
|
### Dependencies
|
|
93
120
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
121
|
+
- The following workspace dependencies were updated
|
|
122
|
+
- dependencies
|
|
123
|
+
- @looker/sdk bumped from ^23.8.1 to ^23.10.0
|
|
124
|
+
- @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
|
|
98
125
|
|
|
99
126
|
## [23.8.1](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.8.0...extension-sdk-v23.8.1) (2023-05-11)
|
|
100
127
|
|
|
101
|
-
|
|
102
128
|
### Miscellaneous Chores
|
|
103
129
|
|
|
104
|
-
|
|
105
|
-
|
|
130
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
106
131
|
|
|
107
132
|
### Dependencies
|
|
108
133
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
134
|
+
- The following workspace dependencies were updated
|
|
135
|
+
- dependencies
|
|
136
|
+
- @looker/sdk bumped from ^23.8.0 to ^23.8.1
|
|
112
137
|
|
|
113
138
|
## [23.8.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.6.0...extension-sdk-v23.8.0) (2023-05-11)
|
|
114
139
|
|
|
115
|
-
|
|
116
140
|
### Miscellaneous Chores
|
|
117
141
|
|
|
118
|
-
|
|
119
|
-
|
|
142
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
120
143
|
|
|
121
144
|
### Dependencies
|
|
122
145
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
146
|
+
- The following workspace dependencies were updated
|
|
147
|
+
- dependencies
|
|
148
|
+
- @looker/sdk bumped from ^23.6.0 to ^23.8.0
|
|
126
149
|
|
|
127
150
|
## [23.6.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.4.0...extension-sdk-v23.6.0) (2023-04-11)
|
|
128
151
|
|
|
129
|
-
|
|
130
152
|
### Miscellaneous Chores
|
|
131
153
|
|
|
132
|
-
|
|
133
|
-
|
|
154
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
134
155
|
|
|
135
156
|
### Dependencies
|
|
136
157
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
158
|
+
- The following workspace dependencies were updated
|
|
159
|
+
- dependencies
|
|
160
|
+
- @looker/sdk bumped from ^23.4.0 to ^23.6.0
|
|
140
161
|
|
|
141
162
|
## [23.4.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.2.0...extension-sdk-v23.4.0) (2023-03-31)
|
|
142
163
|
|
|
143
|
-
|
|
144
164
|
### Miscellaneous Chores
|
|
145
165
|
|
|
146
|
-
|
|
147
|
-
|
|
166
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
148
167
|
|
|
149
168
|
### Dependencies
|
|
150
169
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
170
|
+
- The following workspace dependencies were updated
|
|
171
|
+
- dependencies
|
|
172
|
+
- @looker/sdk bumped from ^23.2.0 to ^23.4.0
|
|
154
173
|
|
|
155
174
|
## [23.2.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v23.0.0...extension-sdk-v23.2.0) (2023-03-01)
|
|
156
175
|
|
|
157
|
-
|
|
158
176
|
### Miscellaneous Chores
|
|
159
177
|
|
|
160
|
-
|
|
161
|
-
|
|
178
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
162
179
|
|
|
163
180
|
### Dependencies
|
|
164
181
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
182
|
+
- The following workspace dependencies were updated
|
|
183
|
+
- dependencies
|
|
184
|
+
- @looker/sdk bumped from ^23.0.0 to ^23.2.0
|
|
168
185
|
|
|
169
186
|
## [23.0.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.20.1...extension-sdk-v23.0.0) (2023-02-22)
|
|
170
187
|
|
|
171
|
-
|
|
172
188
|
### Features
|
|
173
189
|
|
|
174
|
-
|
|
175
|
-
|
|
190
|
+
- keep all body parameters toggle in API Explorer requests ([#1245](https://github.com/looker-open-source/sdk-codegen/issues/1245)) ([043ed3f](https://github.com/looker-open-source/sdk-codegen/commit/043ed3ff12cba4f821604b5b668d7301ed4aa6d1))
|
|
176
191
|
|
|
177
192
|
### Dependencies
|
|
178
193
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
194
|
+
- The following workspace dependencies were updated
|
|
195
|
+
- dependencies
|
|
196
|
+
- @looker/sdk bumped from ^22.20.1 to ^23.0.0
|
|
197
|
+
- @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
|
|
183
198
|
|
|
184
199
|
### [22.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.20.0...extension-sdk-v22.20.1) (2022-12-09)
|
|
185
200
|
|
|
186
|
-
|
|
187
201
|
### Bug Fixes
|
|
188
202
|
|
|
189
|
-
|
|
190
|
-
|
|
203
|
+
- oauth timeout ([#1222](https://www.github.com/looker-open-source/sdk-codegen/issues/1222)) ([5ce073b](https://www.github.com/looker-open-source/sdk-codegen/commit/5ce073bd8171686451330abd4a25edbfb4756852))
|
|
191
204
|
|
|
192
205
|
### Dependencies
|
|
193
206
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
207
|
+
- The following workspace dependencies were updated
|
|
208
|
+
- dependencies
|
|
209
|
+
- @looker/sdk bumped from ^22.20.0 to ^22.20.1
|
|
210
|
+
- @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
|
|
198
211
|
|
|
199
212
|
## [22.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.18.0...extension-sdk-v22.20.0) (2022-11-10)
|
|
200
213
|
|
|
201
|
-
|
|
202
214
|
### Dependencies
|
|
203
215
|
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
216
|
+
- The following workspace dependencies were updated
|
|
217
|
+
- dependencies
|
|
218
|
+
- @looker/sdk bumped from ^22.18.0 to ^22.20.0
|
|
207
219
|
|
|
208
220
|
## [22.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.16.0...extension-sdk-v22.18.0) (2022-10-17)
|
|
209
221
|
|
|
210
|
-
|
|
211
222
|
### Dependencies
|
|
212
223
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
224
|
+
- The following workspace dependencies were updated
|
|
225
|
+
- dependencies
|
|
226
|
+
- @looker/sdk bumped from ^22.16.0 to ^22.18.0
|
|
216
227
|
|
|
217
228
|
## [22.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.14.0...extension-sdk-v22.16.0) (2022-09-21)
|
|
218
229
|
|
|
219
|
-
|
|
220
230
|
### Dependencies
|
|
221
231
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
232
|
+
- The following workspace dependencies were updated
|
|
233
|
+
- dependencies
|
|
234
|
+
- @looker/sdk bumped from ^22.14.0 to ^22.16.0
|
|
225
235
|
|
|
226
236
|
## [22.14.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.12.1...extension-sdk-v22.14.0) (2022-09-21)
|
|
227
237
|
|
|
228
|
-
|
|
229
238
|
### Dependencies
|
|
230
239
|
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
240
|
+
- The following workspace dependencies were updated
|
|
241
|
+
- dependencies
|
|
242
|
+
- @looker/sdk bumped from ^22.12.1 to ^22.14.0
|
|
234
243
|
|
|
235
244
|
### [22.12.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.10.1...extension-sdk-v22.12.1) (2022-09-21)
|
|
236
245
|
|
|
237
|
-
|
|
238
246
|
### Dependencies
|
|
239
247
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
248
|
+
- The following workspace dependencies were updated
|
|
249
|
+
- dependencies
|
|
250
|
+
- @looker/sdk bumped from ^22.10.1 to ^22.12.1
|
|
251
|
+
- @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
|
|
244
252
|
|
|
245
253
|
### [22.10.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.10.0...extension-sdk-v22.10.1) (2022-07-29)
|
|
246
254
|
|
|
247
|
-
|
|
248
255
|
### Dependencies
|
|
249
256
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
257
|
+
- The following workspace dependencies were updated
|
|
258
|
+
- dependencies
|
|
259
|
+
- @looker/sdk bumped from ^22.10.0 to ^22.10.1
|
|
253
260
|
|
|
254
261
|
## [22.10.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.8.0...extension-sdk-v22.10.0) (2022-07-14)
|
|
255
262
|
|
|
256
|
-
|
|
257
263
|
### Dependencies
|
|
258
264
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
265
|
+
- The following workspace dependencies were updated
|
|
266
|
+
- dependencies
|
|
267
|
+
- @looker/sdk bumped from ^22.8.0 to ^22.10.0
|
|
262
268
|
|
|
263
269
|
## [22.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.6.0...extension-sdk-v22.8.0) (2022-07-13)
|
|
264
270
|
|
|
265
|
-
|
|
266
271
|
### Dependencies
|
|
267
272
|
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
273
|
+
- The following workspace dependencies were updated
|
|
274
|
+
- dependencies
|
|
275
|
+
- @looker/sdk bumped from ^22.6.0 to ^22.8.0
|
|
271
276
|
|
|
272
277
|
## [22.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.4.2...extension-sdk-v22.6.0) (2022-07-07)
|
|
273
278
|
|
|
274
|
-
|
|
275
279
|
### Dependencies
|
|
276
280
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
+
- The following workspace dependencies were updated
|
|
282
|
+
- dependencies
|
|
283
|
+
- @looker/sdk bumped from ^22.4.2 to ^22.6.0
|
|
284
|
+
- @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
|
|
281
285
|
|
|
282
286
|
### [22.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.4.1...extension-sdk-v22.4.2) (2022-04-07)
|
|
283
287
|
|
|
284
|
-
|
|
285
288
|
### Dependencies
|
|
286
289
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
290
|
+
- The following workspace dependencies were updated
|
|
291
|
+
- dependencies
|
|
292
|
+
- @looker/sdk bumped from ^22.4.1 to ^22.4.2
|
|
293
|
+
- @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
|
|
291
294
|
|
|
292
295
|
### [22.4.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.4.0...extension-sdk-v22.4.1) (2022-04-07)
|
|
293
296
|
|
|
294
|
-
|
|
295
297
|
### Dependencies
|
|
296
298
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
299
|
+
- The following workspace dependencies were updated
|
|
300
|
+
- dependencies
|
|
301
|
+
- @looker/sdk bumped from ^22.4.0 to ^22.4.1
|
|
300
302
|
|
|
301
303
|
## [22.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.2.0...extension-sdk-v22.4.0) (2022-03-24)
|
|
302
304
|
|
|
303
|
-
|
|
304
305
|
### Dependencies
|
|
305
306
|
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
307
|
+
- The following workspace dependencies were updated
|
|
308
|
+
- dependencies
|
|
309
|
+
- @looker/sdk bumped from ^22.2.0 to ^22.4.0
|
|
309
310
|
|
|
310
311
|
## [22.2.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v22.0.0...extension-sdk-v22.2.0) (2022-02-18)
|
|
311
312
|
|
|
312
|
-
|
|
313
313
|
### Dependencies
|
|
314
314
|
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
315
|
+
- The following workspace dependencies were updated
|
|
316
|
+
- dependencies
|
|
317
|
+
- @looker/sdk bumped from ^22.0.0 to ^22.2.0
|
|
318
318
|
|
|
319
319
|
## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.20.1...extension-sdk-v22.0.0) (2022-02-14)
|
|
320
320
|
|
|
321
|
-
|
|
322
321
|
### ⚠ BREAKING CHANGES
|
|
323
322
|
|
|
324
|
-
|
|
323
|
+
- SDK support for 22.0
|
|
325
324
|
|
|
326
325
|
### Features
|
|
327
326
|
|
|
328
|
-
|
|
327
|
+
- SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490))
|
|
329
328
|
|
|
330
329
|
### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.20.0...extension-sdk-v21.20.1) (2022-01-27)
|
|
331
330
|
|
|
332
|
-
|
|
333
331
|
### Dependencies
|
|
334
332
|
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
333
|
+
- The following workspace dependencies were updated
|
|
334
|
+
- dependencies
|
|
335
|
+
- @looker/sdk bumped from ^21.20.0 to ^21.20.1
|
|
338
336
|
|
|
339
337
|
## [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.20.0...extension-sdk-v21.20.1) (2021-12-20)
|
|
340
338
|
|
|
341
339
|
### Dependencies
|
|
342
340
|
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
341
|
+
- The following workspace dependencies were updated
|
|
342
|
+
- dependencies
|
|
343
|
+
- @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.1
|
|
346
344
|
|
|
347
345
|
## [21.20.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.18.1...extension-sdk-v21.20.0) (2021-11-10)
|
|
348
346
|
|
|
349
|
-
|
|
350
347
|
### Features
|
|
351
348
|
|
|
352
|
-
|
|
353
|
-
|
|
349
|
+
- create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f))
|
|
354
350
|
|
|
355
351
|
### Dependencies
|
|
356
352
|
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
353
|
+
- The following workspace dependencies were updated
|
|
354
|
+
- dependencies
|
|
355
|
+
- @looker/sdk bumped from ^21.18.1 to ^21.20.0
|
|
356
|
+
- @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
|
|
361
357
|
|
|
362
358
|
### [21.18.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.18.0...extension-sdk-v21.18.1) (2021-10-27)
|
|
363
359
|
|
|
364
|
-
|
|
365
360
|
### Dependencies
|
|
366
361
|
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
362
|
+
- The following workspace dependencies were updated
|
|
363
|
+
- dependencies
|
|
364
|
+
- @looker/sdk bumped from ^21.18.0 to ^21.18.1
|
|
365
|
+
- @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
|
|
371
366
|
|
|
372
367
|
## [21.18.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.16.0...extension-sdk-v21.18.0) (2021-10-24)
|
|
373
368
|
|
|
374
|
-
|
|
375
369
|
### Dependencies
|
|
376
370
|
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
371
|
+
- The following workspace dependencies were updated
|
|
372
|
+
- dependencies
|
|
373
|
+
- @looker/sdk bumped from ^21.16.0 to ^21.18.0
|
|
380
374
|
|
|
381
375
|
## [21.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.14.0...extension-sdk-v21.16.0) (2021-10-19)
|
|
382
376
|
|
|
383
|
-
|
|
384
377
|
### Bug Fixes
|
|
385
378
|
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
379
|
+
- add support for okta oauth implicit flow in extension framework ([#847](https://www.github.com/looker-open-source/sdk-codegen/issues/847)) ([6aaa0e5](https://www.github.com/looker-open-source/sdk-codegen/commit/6aaa0e5b829403a6e003162edc72c3e63291c0e5))
|
|
380
|
+
- type issues, tests and bin/deploy ([#844](https://www.github.com/looker-open-source/sdk-codegen/issues/844)) ([9e4a141](https://www.github.com/looker-open-source/sdk-codegen/commit/9e4a1413d4b6267805c0514dac1def93f5a56cb6))
|
|
389
381
|
|
|
390
382
|
### Dependencies
|
|
391
383
|
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
384
|
+
- The following workspace dependencies were updated
|
|
385
|
+
- dependencies
|
|
386
|
+
- @looker/sdk bumped from ^21.14.0 to ^21.16.0
|
|
387
|
+
- @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
|
|
396
388
|
|
|
397
389
|
## [21.14.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.12.0...extension-sdk-v21.14.0) (2021-09-01)
|
|
398
390
|
|
|
399
|
-
|
|
400
391
|
### Dependencies
|
|
401
392
|
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
393
|
+
- The following workspace dependencies were updated
|
|
394
|
+
- dependencies
|
|
395
|
+
- @looker/sdk bumped from ^21.12.0 to ^21.14.0
|
|
396
|
+
- @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
|
|
406
397
|
|
|
407
398
|
## [21.12.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.10.2...extension-sdk-v21.12.0) (2021-08-06)
|
|
408
399
|
|
|
409
|
-
|
|
410
400
|
### Dependencies
|
|
411
401
|
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
402
|
+
- The following workspace dependencies were updated
|
|
403
|
+
- dependencies
|
|
404
|
+
- @looker/sdk bumped from ^21.10.2 to ^21.12.0
|
|
415
405
|
|
|
416
406
|
### [21.10.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.10.1...extension-sdk-v21.10.2) (2021-07-30)
|
|
417
407
|
|
|
418
|
-
|
|
419
408
|
### Dependencies
|
|
420
409
|
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
410
|
+
- The following workspace dependencies were updated
|
|
411
|
+
- dependencies
|
|
412
|
+
- @looker/sdk bumped from ^21.10.1 to ^21.10.2
|
|
413
|
+
- @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
|
|
425
414
|
|
|
426
415
|
### [21.10.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.10.0...extension-sdk-v21.10.1) (2021-07-09)
|
|
427
416
|
|
|
428
|
-
|
|
429
417
|
### Dependencies
|
|
430
418
|
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
419
|
+
- The following workspace dependencies were updated
|
|
420
|
+
- dependencies
|
|
421
|
+
- @looker/sdk bumped from ^21.10.0 to ^21.10.1
|
|
422
|
+
- @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
|
|
435
423
|
|
|
436
424
|
## [21.10.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.8.3...extension-sdk-v21.10.0) (2021-07-08)
|
|
437
425
|
|
|
438
|
-
|
|
439
426
|
### Dependencies
|
|
440
427
|
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
428
|
+
- The following workspace dependencies were updated
|
|
429
|
+
- dependencies
|
|
430
|
+
- @looker/sdk bumped from ^21.8.3 to ^21.10.0
|
|
431
|
+
- @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
|
|
445
432
|
|
|
446
433
|
### [21.8.3](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.8.2...extension-sdk-v21.8.3) (2021-07-02)
|
|
447
434
|
|
|
448
|
-
|
|
449
435
|
### Dependencies
|
|
450
436
|
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
437
|
+
- The following workspace dependencies were updated
|
|
438
|
+
- dependencies
|
|
439
|
+
- @looker/sdk bumped from ^21.8.2 to ^21.8.3
|
|
440
|
+
- @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
|
|
455
441
|
|
|
456
442
|
### [21.8.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.8.1...extension-sdk-v21.8.2) (2021-07-01)
|
|
457
443
|
|
|
458
|
-
|
|
459
444
|
### Dependencies
|
|
460
445
|
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
446
|
+
- The following workspace dependencies were updated
|
|
447
|
+
- dependencies
|
|
448
|
+
- @looker/sdk bumped from ^21.8.1 to ^21.8.2
|
|
449
|
+
- @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
|
|
465
450
|
|
|
466
451
|
### [21.8.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.8.0...extension-sdk-v21.8.1) (2021-06-30)
|
|
467
452
|
|
|
468
|
-
|
|
469
453
|
### Dependencies
|
|
470
454
|
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
455
|
+
- The following workspace dependencies were updated
|
|
456
|
+
- dependencies
|
|
457
|
+
- @looker/sdk bumped from ^21.8.0 to ^21.8.1
|
|
458
|
+
- @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
|
|
475
459
|
|
|
476
460
|
## [21.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.6.1...extension-sdk-v21.8.0) (2021-06-17)
|
|
477
461
|
|
|
478
|
-
|
|
479
462
|
### Dependencies
|
|
480
463
|
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
464
|
+
- The following workspace dependencies were updated
|
|
465
|
+
- dependencies
|
|
466
|
+
- @looker/sdk bumped from ^21.6.1 to ^21.8.0
|
|
484
467
|
|
|
485
468
|
### [21.6.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.6.0...extension-sdk-v21.6.1) (2021-06-16)
|
|
486
469
|
|
|
487
|
-
|
|
488
470
|
### Dependencies
|
|
489
471
|
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
472
|
+
- The following workspace dependencies were updated
|
|
473
|
+
- dependencies
|
|
474
|
+
- @looker/sdk bumped from ^21.6.0 to ^21.6.1
|
|
493
475
|
|
|
494
476
|
### [21.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.4.5...extension-sdk-v21.6.0) (2021-05-05)
|
|
495
477
|
|
|
496
|
-
|
|
497
478
|
### Dependencies
|
|
498
479
|
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
480
|
+
- The following workspace dependencies were updated
|
|
481
|
+
- dependencies
|
|
482
|
+
- @looker/sdk bumped from ^21.4.3 to ^21.6.0
|
|
483
|
+
- @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
|
|
503
484
|
|
|
504
485
|
### [21.4.5](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.4.4...extension-sdk-v21.4.5) (2021-04-27)
|
|
505
486
|
|
|
506
|
-
|
|
507
487
|
### Features
|
|
508
488
|
|
|
509
|
-
|
|
489
|
+
- extension framework identifies looker host type ([#634](https://www.github.com/looker-open-source/sdk-codegen/issues/634)) ([c6c6f64](https://www.github.com/looker-open-source/sdk-codegen/commit/c6c6f64bf4d2ec5eef4ac2f082868f80d11a180d))
|
|
510
490
|
|
|
511
491
|
### [21.4.4](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.4.3...extension-sdk-v21.4.4) (2021-04-27)
|
|
512
492
|
|
|
513
|
-
|
|
514
493
|
### Dependencies
|
|
515
494
|
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
495
|
+
- The following workspace dependencies were updated
|
|
496
|
+
- dependencies
|
|
497
|
+
- @looker/sdk bumped from ^21.4.2 to ^21.4.3
|
|
519
498
|
|
|
520
499
|
### [21.4.3](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.4.2...extension-sdk-v21.4.3) (2021-04-26)
|
|
521
500
|
|
|
522
|
-
|
|
523
501
|
### Dependencies
|
|
524
502
|
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
503
|
+
- The following workspace dependencies were updated
|
|
504
|
+
- dependencies
|
|
505
|
+
- @looker/sdk bumped from ^21.4.1 to ^21.4.2
|
|
528
506
|
|
|
529
507
|
### [21.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.4.1...extension-sdk-v21.4.2) (2021-04-21)
|
|
530
508
|
|
|
531
|
-
|
|
532
509
|
### Features
|
|
533
510
|
|
|
534
|
-
|
|
511
|
+
- Add clipboard write capability to extension framework ([#603](https://www.github.com/looker-open-source/sdk-codegen/issues/603)) ([d6b52ea](https://www.github.com/looker-open-source/sdk-codegen/commit/d6b52ea4f009f64e43167a4acac973fcbfb91e2e))
|
|
535
512
|
|
|
536
513
|
### [21.4.1](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.4.0...extension-sdk-v21.4.1) (2021-04-15)
|
|
537
514
|
|
|
538
|
-
|
|
539
515
|
### Dependencies
|
|
540
516
|
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
517
|
+
- The following workspace dependencies were updated
|
|
518
|
+
- dependencies
|
|
519
|
+
- @looker/sdk bumped from ^21.4.0 to ^21.4.1
|
|
520
|
+
- @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
|
|
545
521
|
|
|
546
522
|
## [21.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v21.0.10...extension-sdk-v21.4.0) (2021-04-02)
|
|
547
523
|
|
|
548
|
-
|
|
549
524
|
### Features
|
|
550
525
|
|
|
551
|
-
|
|
552
|
-
|
|
526
|
+
- Added --versions option to the code generator ([#514](https://www.github.com/looker-open-source/sdk-codegen/issues/514)) ([ee6f3e8](https://www.github.com/looker-open-source/sdk-codegen/commit/ee6f3e8f55e300df1a75c9be89b47f067bc08dee))
|
|
553
527
|
|
|
554
528
|
### Dependencies
|
|
555
529
|
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
530
|
+
- The following workspace dependencies were updated
|
|
531
|
+
- dependencies
|
|
532
|
+
- @looker/sdk bumped from ^21.0.10 to ^21.4.0
|
|
533
|
+
- @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|
|
560
534
|
|
|
561
535
|
## [21.0.9]
|
|
562
536
|
|