@looker/extension-sdk 23.20.1 → 24.4.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 +230 -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 +4 -2
- package/lib/connect/tile/tile_sdk.js +22 -4
- package/lib/connect/tile/tile_sdk.js.map +1 -1
- package/lib/connect/tile/types.d.ts +8 -4
- package/lib/connect/tile/types.js +1 -2
- package/lib/connect/tile/types.js.map +1 -1
- package/lib/connect/types.d.ts +5 -5
- package/lib/connect/types.js +6 -12
- package/lib/connect/types.js.map +1 -1
- package/lib/connect/visualization/index.js.map +1 -1
- package/lib/connect/visualization/types.d.ts +6 -4
- package/lib/connect/visualization/types.js.map +1 -1
- package/lib/connect/visualization/visualization_sdk.d.ts +2 -2
- package/lib/connect/visualization/visualization_sdk.js +2 -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 +22 -4
- 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.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 +2 -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,21 +5,21 @@ 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.4.0](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v24.2.1...extension-sdk-v24.4.0) (2024-04-05)
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
###
|
|
11
|
+
### Miscellaneous Chores
|
|
12
12
|
|
|
13
|
-
*
|
|
13
|
+
* **extension-sdk:** Synchronize undefined versions
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
### Dependencies
|
|
17
17
|
|
|
18
18
|
* The following workspace dependencies were updated
|
|
19
19
|
* dependencies
|
|
20
|
-
* @looker/sdk bumped from
|
|
20
|
+
* @looker/sdk bumped from 24.2.1 to 24.4.0
|
|
21
21
|
|
|
22
|
-
## [
|
|
22
|
+
## [24.2.1](https://github.com/looker-open-source/sdk-codegen/compare/extension-sdk-v24.2.0...extension-sdk-v24.2.1) (2024-03-12)
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
### Miscellaneous Chores
|
|
@@ -31,24 +31,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
31
31
|
|
|
32
32
|
* The following workspace dependencies were updated
|
|
33
33
|
* dependencies
|
|
34
|
-
* @looker/sdk bumped from
|
|
34
|
+
* @looker/sdk bumped from 24.2.0 to 24.2.1
|
|
35
35
|
|
|
36
|
-
## [
|
|
36
|
+
## [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)
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
###
|
|
39
|
+
### Miscellaneous Chores
|
|
40
40
|
|
|
41
|
-
*
|
|
42
|
-
* 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))
|
|
41
|
+
* **extension-sdk:** Synchronize undefined versions
|
|
43
42
|
|
|
44
43
|
|
|
45
44
|
### Dependencies
|
|
46
45
|
|
|
47
46
|
* The following workspace dependencies were updated
|
|
48
47
|
* dependencies
|
|
49
|
-
* @looker/sdk bumped from
|
|
48
|
+
* @looker/sdk bumped from 24.0.0 to 24.2.0
|
|
50
49
|
|
|
51
|
-
## [
|
|
50
|
+
## [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)
|
|
52
51
|
|
|
53
52
|
|
|
54
53
|
### Miscellaneous Chores
|
|
@@ -60,517 +59,506 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
60
59
|
|
|
61
60
|
* The following workspace dependencies were updated
|
|
62
61
|
* dependencies
|
|
63
|
-
* @looker/sdk bumped from
|
|
64
|
-
|
|
65
|
-
## [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)
|
|
62
|
+
* @looker/sdk bumped from 23.20.1 to 24.0.0
|
|
66
63
|
|
|
64
|
+
## [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)
|
|
67
65
|
|
|
68
66
|
### Features
|
|
69
67
|
|
|
70
|
-
|
|
68
|
+
- 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))
|
|
71
69
|
|
|
70
|
+
### Dependencies
|
|
72
71
|
|
|
73
|
-
|
|
72
|
+
- The following workspace dependencies were updated
|
|
73
|
+
- dependencies
|
|
74
|
+
- @looker/sdk bumped from ^23.20.0 to ^23.20.1
|
|
75
|
+
|
|
76
|
+
## [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)
|
|
74
77
|
|
|
75
|
-
|
|
78
|
+
### Miscellaneous Chores
|
|
76
79
|
|
|
80
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
77
81
|
|
|
78
82
|
### Dependencies
|
|
79
83
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
84
|
+
- The following workspace dependencies were updated
|
|
85
|
+
- dependencies
|
|
86
|
+
- @looker/sdk bumped from ^23.18.0 to ^23.20.0
|
|
83
87
|
|
|
84
|
-
## [23.
|
|
88
|
+
## [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)
|
|
85
89
|
|
|
90
|
+
### Features
|
|
86
91
|
|
|
87
|
-
|
|
92
|
+
- Allow for setting vis config in extensions ([3fbe8fd](https://github.com/looker-open-source/sdk-codegen/commit/3fbe8fd7d44611370c5fc4e608957953dabb82c0))
|
|
93
|
+
- 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))
|
|
88
94
|
|
|
89
|
-
|
|
95
|
+
### Dependencies
|
|
96
|
+
|
|
97
|
+
- The following workspace dependencies were updated
|
|
98
|
+
- dependencies
|
|
99
|
+
- @looker/sdk bumped from ^23.16.0 to ^23.18.0
|
|
100
|
+
|
|
101
|
+
## [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)
|
|
102
|
+
|
|
103
|
+
### Miscellaneous Chores
|
|
90
104
|
|
|
105
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
91
106
|
|
|
92
107
|
### Dependencies
|
|
93
108
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
109
|
+
- The following workspace dependencies were updated
|
|
110
|
+
- dependencies
|
|
111
|
+
- @looker/sdk bumped from ^23.14.1 to ^23.16.0
|
|
97
112
|
|
|
98
|
-
## [23.
|
|
113
|
+
## [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)
|
|
99
114
|
|
|
115
|
+
### Features
|
|
100
116
|
|
|
101
|
-
|
|
117
|
+
- 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))
|
|
102
118
|
|
|
103
|
-
|
|
119
|
+
### Bug Fixes
|
|
104
120
|
|
|
121
|
+
- 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))
|
|
105
122
|
|
|
106
123
|
### Dependencies
|
|
107
124
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
* @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
|
|
125
|
+
- The following workspace dependencies were updated
|
|
126
|
+
- dependencies
|
|
127
|
+
- @looker/sdk bumped from ^23.12.0 to ^23.14.1
|
|
112
128
|
|
|
113
|
-
## [23.
|
|
129
|
+
## [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)
|
|
130
|
+
|
|
131
|
+
### Miscellaneous Chores
|
|
132
|
+
|
|
133
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
134
|
+
|
|
135
|
+
### Dependencies
|
|
136
|
+
|
|
137
|
+
- The following workspace dependencies were updated
|
|
138
|
+
- dependencies
|
|
139
|
+
- @looker/sdk bumped from ^23.10.0 to ^23.12.0
|
|
114
140
|
|
|
141
|
+
## [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)
|
|
115
142
|
|
|
116
143
|
### Miscellaneous Chores
|
|
117
144
|
|
|
118
|
-
|
|
145
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
146
|
+
|
|
147
|
+
### Dependencies
|
|
119
148
|
|
|
149
|
+
- The following workspace dependencies were updated
|
|
150
|
+
- dependencies
|
|
151
|
+
- @looker/sdk bumped from ^23.8.1 to ^23.10.0
|
|
152
|
+
- @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
|
|
153
|
+
|
|
154
|
+
## [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)
|
|
155
|
+
|
|
156
|
+
### Miscellaneous Chores
|
|
157
|
+
|
|
158
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
120
159
|
|
|
121
160
|
### Dependencies
|
|
122
161
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
162
|
+
- The following workspace dependencies were updated
|
|
163
|
+
- dependencies
|
|
164
|
+
- @looker/sdk bumped from ^23.8.0 to ^23.8.1
|
|
126
165
|
|
|
127
166
|
## [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)
|
|
128
167
|
|
|
129
|
-
|
|
130
168
|
### Miscellaneous Chores
|
|
131
169
|
|
|
132
|
-
|
|
133
|
-
|
|
170
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
134
171
|
|
|
135
172
|
### Dependencies
|
|
136
173
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
174
|
+
- The following workspace dependencies were updated
|
|
175
|
+
- dependencies
|
|
176
|
+
- @looker/sdk bumped from ^23.6.0 to ^23.8.0
|
|
140
177
|
|
|
141
178
|
## [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)
|
|
142
179
|
|
|
143
|
-
|
|
144
180
|
### Miscellaneous Chores
|
|
145
181
|
|
|
146
|
-
|
|
147
|
-
|
|
182
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
148
183
|
|
|
149
184
|
### Dependencies
|
|
150
185
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
186
|
+
- The following workspace dependencies were updated
|
|
187
|
+
- dependencies
|
|
188
|
+
- @looker/sdk bumped from ^23.4.0 to ^23.6.0
|
|
154
189
|
|
|
155
190
|
## [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)
|
|
156
191
|
|
|
157
|
-
|
|
158
192
|
### Miscellaneous Chores
|
|
159
193
|
|
|
160
|
-
|
|
161
|
-
|
|
194
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
162
195
|
|
|
163
196
|
### Dependencies
|
|
164
197
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
198
|
+
- The following workspace dependencies were updated
|
|
199
|
+
- dependencies
|
|
200
|
+
- @looker/sdk bumped from ^23.2.0 to ^23.4.0
|
|
168
201
|
|
|
169
202
|
## [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)
|
|
170
203
|
|
|
171
|
-
|
|
172
204
|
### Miscellaneous Chores
|
|
173
205
|
|
|
174
|
-
|
|
175
|
-
|
|
206
|
+
- **extension-sdk:** Synchronize undefined versions
|
|
176
207
|
|
|
177
208
|
### Dependencies
|
|
178
209
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
210
|
+
- The following workspace dependencies were updated
|
|
211
|
+
- dependencies
|
|
212
|
+
- @looker/sdk bumped from ^23.0.0 to ^23.2.0
|
|
182
213
|
|
|
183
214
|
## [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)
|
|
184
215
|
|
|
185
|
-
|
|
186
216
|
### Features
|
|
187
217
|
|
|
188
|
-
|
|
189
|
-
|
|
218
|
+
- 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))
|
|
190
219
|
|
|
191
220
|
### Dependencies
|
|
192
221
|
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
222
|
+
- The following workspace dependencies were updated
|
|
223
|
+
- dependencies
|
|
224
|
+
- @looker/sdk bumped from ^22.20.1 to ^23.0.0
|
|
225
|
+
- @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
|
|
197
226
|
|
|
198
227
|
### [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)
|
|
199
228
|
|
|
200
|
-
|
|
201
229
|
### Bug Fixes
|
|
202
230
|
|
|
203
|
-
|
|
204
|
-
|
|
231
|
+
- 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))
|
|
205
232
|
|
|
206
233
|
### Dependencies
|
|
207
234
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
235
|
+
- The following workspace dependencies were updated
|
|
236
|
+
- dependencies
|
|
237
|
+
- @looker/sdk bumped from ^22.20.0 to ^22.20.1
|
|
238
|
+
- @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
|
|
212
239
|
|
|
213
240
|
## [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)
|
|
214
241
|
|
|
215
|
-
|
|
216
242
|
### Dependencies
|
|
217
243
|
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
244
|
+
- The following workspace dependencies were updated
|
|
245
|
+
- dependencies
|
|
246
|
+
- @looker/sdk bumped from ^22.18.0 to ^22.20.0
|
|
221
247
|
|
|
222
248
|
## [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)
|
|
223
249
|
|
|
224
|
-
|
|
225
250
|
### Dependencies
|
|
226
251
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
252
|
+
- The following workspace dependencies were updated
|
|
253
|
+
- dependencies
|
|
254
|
+
- @looker/sdk bumped from ^22.16.0 to ^22.18.0
|
|
230
255
|
|
|
231
256
|
## [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)
|
|
232
257
|
|
|
233
|
-
|
|
234
258
|
### Dependencies
|
|
235
259
|
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
260
|
+
- The following workspace dependencies were updated
|
|
261
|
+
- dependencies
|
|
262
|
+
- @looker/sdk bumped from ^22.14.0 to ^22.16.0
|
|
239
263
|
|
|
240
264
|
## [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)
|
|
241
265
|
|
|
242
|
-
|
|
243
266
|
### Dependencies
|
|
244
267
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
268
|
+
- The following workspace dependencies were updated
|
|
269
|
+
- dependencies
|
|
270
|
+
- @looker/sdk bumped from ^22.12.1 to ^22.14.0
|
|
248
271
|
|
|
249
272
|
### [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)
|
|
250
273
|
|
|
251
|
-
|
|
252
274
|
### Dependencies
|
|
253
275
|
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
276
|
+
- The following workspace dependencies were updated
|
|
277
|
+
- dependencies
|
|
278
|
+
- @looker/sdk bumped from ^22.10.1 to ^22.12.1
|
|
279
|
+
- @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
|
|
258
280
|
|
|
259
281
|
### [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)
|
|
260
282
|
|
|
261
|
-
|
|
262
283
|
### Dependencies
|
|
263
284
|
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
285
|
+
- The following workspace dependencies were updated
|
|
286
|
+
- dependencies
|
|
287
|
+
- @looker/sdk bumped from ^22.10.0 to ^22.10.1
|
|
267
288
|
|
|
268
289
|
## [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)
|
|
269
290
|
|
|
270
|
-
|
|
271
291
|
### Dependencies
|
|
272
292
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
293
|
+
- The following workspace dependencies were updated
|
|
294
|
+
- dependencies
|
|
295
|
+
- @looker/sdk bumped from ^22.8.0 to ^22.10.0
|
|
276
296
|
|
|
277
297
|
## [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)
|
|
278
298
|
|
|
279
|
-
|
|
280
299
|
### Dependencies
|
|
281
300
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
301
|
+
- The following workspace dependencies were updated
|
|
302
|
+
- dependencies
|
|
303
|
+
- @looker/sdk bumped from ^22.6.0 to ^22.8.0
|
|
285
304
|
|
|
286
305
|
## [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)
|
|
287
306
|
|
|
288
|
-
|
|
289
307
|
### Dependencies
|
|
290
308
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
309
|
+
- The following workspace dependencies were updated
|
|
310
|
+
- dependencies
|
|
311
|
+
- @looker/sdk bumped from ^22.4.2 to ^22.6.0
|
|
312
|
+
- @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
|
|
295
313
|
|
|
296
314
|
### [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)
|
|
297
315
|
|
|
298
|
-
|
|
299
316
|
### Dependencies
|
|
300
317
|
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
318
|
+
- The following workspace dependencies were updated
|
|
319
|
+
- dependencies
|
|
320
|
+
- @looker/sdk bumped from ^22.4.1 to ^22.4.2
|
|
321
|
+
- @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
|
|
305
322
|
|
|
306
323
|
### [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)
|
|
307
324
|
|
|
308
|
-
|
|
309
325
|
### Dependencies
|
|
310
326
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
327
|
+
- The following workspace dependencies were updated
|
|
328
|
+
- dependencies
|
|
329
|
+
- @looker/sdk bumped from ^22.4.0 to ^22.4.1
|
|
314
330
|
|
|
315
331
|
## [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)
|
|
316
332
|
|
|
317
|
-
|
|
318
333
|
### Dependencies
|
|
319
334
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
335
|
+
- The following workspace dependencies were updated
|
|
336
|
+
- dependencies
|
|
337
|
+
- @looker/sdk bumped from ^22.2.0 to ^22.4.0
|
|
323
338
|
|
|
324
339
|
## [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)
|
|
325
340
|
|
|
326
|
-
|
|
327
341
|
### Dependencies
|
|
328
342
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
343
|
+
- The following workspace dependencies were updated
|
|
344
|
+
- dependencies
|
|
345
|
+
- @looker/sdk bumped from ^22.0.0 to ^22.2.0
|
|
332
346
|
|
|
333
347
|
## [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)
|
|
334
348
|
|
|
335
|
-
|
|
336
349
|
### ⚠ BREAKING CHANGES
|
|
337
350
|
|
|
338
|
-
|
|
351
|
+
- SDK support for 22.0
|
|
339
352
|
|
|
340
353
|
### Features
|
|
341
354
|
|
|
342
|
-
|
|
355
|
+
- SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490))
|
|
343
356
|
|
|
344
357
|
### [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)
|
|
345
358
|
|
|
346
|
-
|
|
347
359
|
### Dependencies
|
|
348
360
|
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
361
|
+
- The following workspace dependencies were updated
|
|
362
|
+
- dependencies
|
|
363
|
+
- @looker/sdk bumped from ^21.20.0 to ^21.20.1
|
|
352
364
|
|
|
353
365
|
## [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)
|
|
354
366
|
|
|
355
367
|
### Dependencies
|
|
356
368
|
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
369
|
+
- The following workspace dependencies were updated
|
|
370
|
+
- dependencies
|
|
371
|
+
- @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.1
|
|
360
372
|
|
|
361
373
|
## [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)
|
|
362
374
|
|
|
363
|
-
|
|
364
375
|
### Features
|
|
365
376
|
|
|
366
|
-
|
|
367
|
-
|
|
377
|
+
- 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))
|
|
368
378
|
|
|
369
379
|
### Dependencies
|
|
370
380
|
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
381
|
+
- The following workspace dependencies were updated
|
|
382
|
+
- dependencies
|
|
383
|
+
- @looker/sdk bumped from ^21.18.1 to ^21.20.0
|
|
384
|
+
- @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
|
|
375
385
|
|
|
376
386
|
### [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)
|
|
377
387
|
|
|
378
|
-
|
|
379
388
|
### Dependencies
|
|
380
389
|
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
390
|
+
- The following workspace dependencies were updated
|
|
391
|
+
- dependencies
|
|
392
|
+
- @looker/sdk bumped from ^21.18.0 to ^21.18.1
|
|
393
|
+
- @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
|
|
385
394
|
|
|
386
395
|
## [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)
|
|
387
396
|
|
|
388
|
-
|
|
389
397
|
### Dependencies
|
|
390
398
|
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
399
|
+
- The following workspace dependencies were updated
|
|
400
|
+
- dependencies
|
|
401
|
+
- @looker/sdk bumped from ^21.16.0 to ^21.18.0
|
|
394
402
|
|
|
395
403
|
## [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)
|
|
396
404
|
|
|
397
|
-
|
|
398
405
|
### Bug Fixes
|
|
399
406
|
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
407
|
+
- 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))
|
|
408
|
+
- 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))
|
|
403
409
|
|
|
404
410
|
### Dependencies
|
|
405
411
|
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
412
|
+
- The following workspace dependencies were updated
|
|
413
|
+
- dependencies
|
|
414
|
+
- @looker/sdk bumped from ^21.14.0 to ^21.16.0
|
|
415
|
+
- @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
|
|
410
416
|
|
|
411
417
|
## [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)
|
|
412
418
|
|
|
413
|
-
|
|
414
419
|
### Dependencies
|
|
415
420
|
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
421
|
+
- The following workspace dependencies were updated
|
|
422
|
+
- dependencies
|
|
423
|
+
- @looker/sdk bumped from ^21.12.0 to ^21.14.0
|
|
424
|
+
- @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
|
|
420
425
|
|
|
421
426
|
## [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)
|
|
422
427
|
|
|
423
|
-
|
|
424
428
|
### Dependencies
|
|
425
429
|
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
430
|
+
- The following workspace dependencies were updated
|
|
431
|
+
- dependencies
|
|
432
|
+
- @looker/sdk bumped from ^21.10.2 to ^21.12.0
|
|
429
433
|
|
|
430
434
|
### [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)
|
|
431
435
|
|
|
432
|
-
|
|
433
436
|
### Dependencies
|
|
434
437
|
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
438
|
+
- The following workspace dependencies were updated
|
|
439
|
+
- dependencies
|
|
440
|
+
- @looker/sdk bumped from ^21.10.1 to ^21.10.2
|
|
441
|
+
- @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
|
|
439
442
|
|
|
440
443
|
### [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)
|
|
441
444
|
|
|
442
|
-
|
|
443
445
|
### Dependencies
|
|
444
446
|
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
447
|
+
- The following workspace dependencies were updated
|
|
448
|
+
- dependencies
|
|
449
|
+
- @looker/sdk bumped from ^21.10.0 to ^21.10.1
|
|
450
|
+
- @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
|
|
449
451
|
|
|
450
452
|
## [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)
|
|
451
453
|
|
|
452
|
-
|
|
453
454
|
### Dependencies
|
|
454
455
|
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
456
|
+
- The following workspace dependencies were updated
|
|
457
|
+
- dependencies
|
|
458
|
+
- @looker/sdk bumped from ^21.8.3 to ^21.10.0
|
|
459
|
+
- @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
|
|
459
460
|
|
|
460
461
|
### [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)
|
|
461
462
|
|
|
462
|
-
|
|
463
463
|
### Dependencies
|
|
464
464
|
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
465
|
+
- The following workspace dependencies were updated
|
|
466
|
+
- dependencies
|
|
467
|
+
- @looker/sdk bumped from ^21.8.2 to ^21.8.3
|
|
468
|
+
- @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
|
|
469
469
|
|
|
470
470
|
### [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)
|
|
471
471
|
|
|
472
|
-
|
|
473
472
|
### Dependencies
|
|
474
473
|
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
474
|
+
- The following workspace dependencies were updated
|
|
475
|
+
- dependencies
|
|
476
|
+
- @looker/sdk bumped from ^21.8.1 to ^21.8.2
|
|
477
|
+
- @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
|
|
479
478
|
|
|
480
479
|
### [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)
|
|
481
480
|
|
|
482
|
-
|
|
483
481
|
### Dependencies
|
|
484
482
|
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
483
|
+
- The following workspace dependencies were updated
|
|
484
|
+
- dependencies
|
|
485
|
+
- @looker/sdk bumped from ^21.8.0 to ^21.8.1
|
|
486
|
+
- @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
|
|
489
487
|
|
|
490
488
|
## [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)
|
|
491
489
|
|
|
492
|
-
|
|
493
490
|
### Dependencies
|
|
494
491
|
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
492
|
+
- The following workspace dependencies were updated
|
|
493
|
+
- dependencies
|
|
494
|
+
- @looker/sdk bumped from ^21.6.1 to ^21.8.0
|
|
498
495
|
|
|
499
496
|
### [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)
|
|
500
497
|
|
|
501
|
-
|
|
502
498
|
### Dependencies
|
|
503
499
|
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
500
|
+
- The following workspace dependencies were updated
|
|
501
|
+
- dependencies
|
|
502
|
+
- @looker/sdk bumped from ^21.6.0 to ^21.6.1
|
|
507
503
|
|
|
508
504
|
### [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)
|
|
509
505
|
|
|
510
|
-
|
|
511
506
|
### Dependencies
|
|
512
507
|
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
508
|
+
- The following workspace dependencies were updated
|
|
509
|
+
- dependencies
|
|
510
|
+
- @looker/sdk bumped from ^21.4.3 to ^21.6.0
|
|
511
|
+
- @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
|
|
517
512
|
|
|
518
513
|
### [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)
|
|
519
514
|
|
|
520
|
-
|
|
521
515
|
### Features
|
|
522
516
|
|
|
523
|
-
|
|
517
|
+
- 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))
|
|
524
518
|
|
|
525
519
|
### [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)
|
|
526
520
|
|
|
527
|
-
|
|
528
521
|
### Dependencies
|
|
529
522
|
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
523
|
+
- The following workspace dependencies were updated
|
|
524
|
+
- dependencies
|
|
525
|
+
- @looker/sdk bumped from ^21.4.2 to ^21.4.3
|
|
533
526
|
|
|
534
527
|
### [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)
|
|
535
528
|
|
|
536
|
-
|
|
537
529
|
### Dependencies
|
|
538
530
|
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
531
|
+
- The following workspace dependencies were updated
|
|
532
|
+
- dependencies
|
|
533
|
+
- @looker/sdk bumped from ^21.4.1 to ^21.4.2
|
|
542
534
|
|
|
543
535
|
### [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)
|
|
544
536
|
|
|
545
|
-
|
|
546
537
|
### Features
|
|
547
538
|
|
|
548
|
-
|
|
539
|
+
- 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))
|
|
549
540
|
|
|
550
541
|
### [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)
|
|
551
542
|
|
|
552
|
-
|
|
553
543
|
### Dependencies
|
|
554
544
|
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
545
|
+
- The following workspace dependencies were updated
|
|
546
|
+
- dependencies
|
|
547
|
+
- @looker/sdk bumped from ^21.4.0 to ^21.4.1
|
|
548
|
+
- @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
|
|
559
549
|
|
|
560
550
|
## [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)
|
|
561
551
|
|
|
562
|
-
|
|
563
552
|
### Features
|
|
564
553
|
|
|
565
|
-
|
|
566
|
-
|
|
554
|
+
- 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))
|
|
567
555
|
|
|
568
556
|
### Dependencies
|
|
569
557
|
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
558
|
+
- The following workspace dependencies were updated
|
|
559
|
+
- dependencies
|
|
560
|
+
- @looker/sdk bumped from ^21.0.10 to ^21.4.0
|
|
561
|
+
- @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|
|
574
562
|
|
|
575
563
|
## [21.0.9]
|
|
576
564
|
|