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