@looker/run-it 0.9.55 → 0.9.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (144) hide show
  1. package/CHANGELOG.md +340 -386
  2. package/lib/RunIt.d.ts +4 -4
  3. package/lib/RunIt.js +2 -2
  4. package/lib/RunIt.js.map +1 -1
  5. package/lib/RunItProvider.js +3 -4
  6. package/lib/RunItProvider.js.map +1 -1
  7. package/lib/components/Collapser/CollapserCard.d.ts +2 -1
  8. package/lib/components/Collapser/CollapserCard.js.map +1 -1
  9. package/lib/components/Collapser/index.js.map +1 -1
  10. package/lib/components/ConfigForm/ConfigForm.js +6 -6
  11. package/lib/components/ConfigForm/ConfigForm.js.map +1 -1
  12. package/lib/components/ConfigForm/index.js.map +1 -1
  13. package/lib/components/ConfigForm/utils.js +9 -14
  14. package/lib/components/ConfigForm/utils.js.map +1 -1
  15. package/lib/components/CopyLinkWrapper/CopyLinkWrapper.d.ts +2 -1
  16. package/lib/components/CopyLinkWrapper/CopyLinkWrapper.js +2 -2
  17. package/lib/components/CopyLinkWrapper/CopyLinkWrapper.js.map +1 -1
  18. package/lib/components/CopyLinkWrapper/index.js.map +1 -1
  19. package/lib/components/DataGrid/DataGrid.d.ts +2 -1
  20. package/lib/components/DataGrid/DataGrid.js +2 -2
  21. package/lib/components/DataGrid/DataGrid.js.map +1 -1
  22. package/lib/components/DataGrid/gridUtils.js.map +1 -1
  23. package/lib/components/DataGrid/index.js.map +1 -1
  24. package/lib/components/DocSdkCalls/DocMultiCall.js.map +1 -1
  25. package/lib/components/DocSdkCalls/DocSdkCalls.js +2 -2
  26. package/lib/components/DocSdkCalls/DocSdkCalls.js.map +1 -1
  27. package/lib/components/DocSdkCalls/callUtils.js.map +1 -1
  28. package/lib/components/DocSdkCalls/index.js.map +1 -1
  29. package/lib/components/Loading/Loading.js.map +1 -1
  30. package/lib/components/Loading/index.js.map +1 -1
  31. package/lib/components/LoginForm/LoginForm.js +2 -4
  32. package/lib/components/LoginForm/LoginForm.js.map +1 -1
  33. package/lib/components/LoginForm/index.js.map +1 -1
  34. package/lib/components/MethodBadge/MethodBadge.d.ts +4 -4
  35. package/lib/components/MethodBadge/MethodBadge.js +3 -4
  36. package/lib/components/MethodBadge/MethodBadge.js.map +1 -1
  37. package/lib/components/MethodBadge/index.js.map +1 -1
  38. package/lib/components/PerfTracker/PerfChart.js.map +1 -1
  39. package/lib/components/PerfTracker/PerfTable.js +2 -2
  40. package/lib/components/PerfTracker/PerfTable.js.map +1 -1
  41. package/lib/components/PerfTracker/PerfTracker.js +2 -2
  42. package/lib/components/PerfTracker/PerfTracker.js.map +1 -1
  43. package/lib/components/PerfTracker/index.js.map +1 -1
  44. package/lib/components/PerfTracker/perfTableUtils.d.ts +2 -2
  45. package/lib/components/PerfTracker/perfTableUtils.js +4 -7
  46. package/lib/components/PerfTracker/perfTableUtils.js.map +1 -1
  47. package/lib/components/PerfTracker/perfUtils.js +2 -2
  48. package/lib/components/PerfTracker/perfUtils.js.map +1 -1
  49. package/lib/components/RequestForm/FormItem.js.map +1 -1
  50. package/lib/components/RequestForm/RequestForm.d.ts +1 -1
  51. package/lib/components/RequestForm/RequestForm.js +4 -4
  52. package/lib/components/RequestForm/RequestForm.js.map +1 -1
  53. package/lib/components/RequestForm/formUtils.d.ts +4 -3
  54. package/lib/components/RequestForm/formUtils.js +7 -8
  55. package/lib/components/RequestForm/formUtils.js.map +1 -1
  56. package/lib/components/RequestForm/index.js.map +1 -1
  57. package/lib/components/ResponseExplorer/ResponseExplorer.d.ts +1 -1
  58. package/lib/components/ResponseExplorer/ResponseExplorer.js +3 -3
  59. package/lib/components/ResponseExplorer/ResponseExplorer.js.map +1 -1
  60. package/lib/components/ResponseExplorer/index.js.map +1 -1
  61. package/lib/components/ShowResponse/ShowResponse.js.map +1 -1
  62. package/lib/components/ShowResponse/index.js.map +1 -1
  63. package/lib/components/ShowResponse/responseUtils.js +1 -2
  64. package/lib/components/ShowResponse/responseUtils.js.map +1 -1
  65. package/lib/components/common/common.js +2 -4
  66. package/lib/components/common/common.js.map +1 -1
  67. package/lib/components/common/index.js.map +1 -1
  68. package/lib/components/index.js.map +1 -1
  69. package/lib/esm/RunIt.js +4 -4
  70. package/lib/esm/RunIt.js.map +1 -1
  71. package/lib/esm/RunItProvider.js.map +1 -1
  72. package/lib/esm/components/Collapser/CollapserCard.js +1 -1
  73. package/lib/esm/components/Collapser/CollapserCard.js.map +1 -1
  74. package/lib/esm/components/Collapser/index.js.map +1 -1
  75. package/lib/esm/components/ConfigForm/ConfigForm.js +8 -8
  76. package/lib/esm/components/ConfigForm/ConfigForm.js.map +1 -1
  77. package/lib/esm/components/ConfigForm/index.js.map +1 -1
  78. package/lib/esm/components/ConfigForm/utils.js +4 -4
  79. package/lib/esm/components/ConfigForm/utils.js.map +1 -1
  80. package/lib/esm/components/CopyLinkWrapper/CopyLinkWrapper.js.map +1 -1
  81. package/lib/esm/components/CopyLinkWrapper/index.js.map +1 -1
  82. package/lib/esm/components/DataGrid/DataGrid.js.map +1 -1
  83. package/lib/esm/components/DataGrid/gridUtils.js.map +1 -1
  84. package/lib/esm/components/DataGrid/index.js.map +1 -1
  85. package/lib/esm/components/DocSdkCalls/DocMultiCall.js +1 -1
  86. package/lib/esm/components/DocSdkCalls/DocMultiCall.js.map +1 -1
  87. package/lib/esm/components/DocSdkCalls/DocSdkCalls.js.map +1 -1
  88. package/lib/esm/components/DocSdkCalls/callUtils.js.map +1 -1
  89. package/lib/esm/components/DocSdkCalls/index.js.map +1 -1
  90. package/lib/esm/components/Loading/Loading.js +1 -1
  91. package/lib/esm/components/Loading/Loading.js.map +1 -1
  92. package/lib/esm/components/Loading/index.js.map +1 -1
  93. package/lib/esm/components/LoginForm/LoginForm.js.map +1 -1
  94. package/lib/esm/components/LoginForm/index.js.map +1 -1
  95. package/lib/esm/components/MethodBadge/MethodBadge.js.map +1 -1
  96. package/lib/esm/components/MethodBadge/index.js.map +1 -1
  97. package/lib/esm/components/PerfTracker/PerfChart.js.map +1 -1
  98. package/lib/esm/components/PerfTracker/PerfTable.js.map +1 -1
  99. package/lib/esm/components/PerfTracker/PerfTracker.js +1 -1
  100. package/lib/esm/components/PerfTracker/PerfTracker.js.map +1 -1
  101. package/lib/esm/components/PerfTracker/index.js.map +1 -1
  102. package/lib/esm/components/PerfTracker/perfTableUtils.js +2 -2
  103. package/lib/esm/components/PerfTracker/perfTableUtils.js.map +1 -1
  104. package/lib/esm/components/PerfTracker/perfUtils.js +2 -2
  105. package/lib/esm/components/PerfTracker/perfUtils.js.map +1 -1
  106. package/lib/esm/components/RequestForm/FormItem.js +1 -1
  107. package/lib/esm/components/RequestForm/FormItem.js.map +1 -1
  108. package/lib/esm/components/RequestForm/RequestForm.js +6 -6
  109. package/lib/esm/components/RequestForm/RequestForm.js.map +1 -1
  110. package/lib/esm/components/RequestForm/formUtils.js +5 -5
  111. package/lib/esm/components/RequestForm/formUtils.js.map +1 -1
  112. package/lib/esm/components/RequestForm/index.js.map +1 -1
  113. package/lib/esm/components/ResponseExplorer/ResponseExplorer.js +2 -2
  114. package/lib/esm/components/ResponseExplorer/ResponseExplorer.js.map +1 -1
  115. package/lib/esm/components/ResponseExplorer/index.js.map +1 -1
  116. package/lib/esm/components/ShowResponse/ShowResponse.js +1 -1
  117. package/lib/esm/components/ShowResponse/ShowResponse.js.map +1 -1
  118. package/lib/esm/components/ShowResponse/index.js.map +1 -1
  119. package/lib/esm/components/ShowResponse/responseUtils.js +2 -2
  120. package/lib/esm/components/ShowResponse/responseUtils.js.map +1 -1
  121. package/lib/esm/components/common/common.js.map +1 -1
  122. package/lib/esm/components/common/index.js.map +1 -1
  123. package/lib/esm/components/index.js.map +1 -1
  124. package/lib/esm/index.js.map +1 -1
  125. package/lib/esm/test-data/index.js.map +1 -1
  126. package/lib/esm/test-data/responses.js.map +1 -1
  127. package/lib/esm/test-data/specs.js.map +1 -1
  128. package/lib/esm/utils/RunItSDK.js +4 -4
  129. package/lib/esm/utils/RunItSDK.js.map +1 -1
  130. package/lib/esm/utils/index.js.map +1 -1
  131. package/lib/esm/utils/requestUtils.js.map +1 -1
  132. package/lib/index.js.map +1 -1
  133. package/lib/test-data/index.js.map +1 -1
  134. package/lib/test-data/responses.js +9 -18
  135. package/lib/test-data/responses.js.map +1 -1
  136. package/lib/test-data/specs.js +1 -2
  137. package/lib/test-data/specs.js.map +1 -1
  138. package/lib/utils/RunItSDK.js +5 -6
  139. package/lib/utils/RunItSDK.js.map +1 -1
  140. package/lib/utils/index.js.map +1 -1
  141. package/lib/utils/requestUtils.d.ts +2 -2
  142. package/lib/utils/requestUtils.js +4 -8
  143. package/lib/utils/requestUtils.js.map +1 -1
  144. package/package.json +32 -32
package/CHANGELOG.md CHANGED
@@ -2,736 +2,690 @@
2
2
 
3
3
  ### Dependencies
4
4
 
5
- * The following workspace dependencies were updated
6
- * dependencies
7
- * @looker/extension-utils bumped from ^0.1.20 to ^0.1.21
8
- * @looker/sdk bumped from ^23.0.0 to ^23.2.0
5
+ - The following workspace dependencies were updated
6
+ - dependencies
7
+ - @looker/extension-utils bumped from ^0.1.20 to ^0.1.21
8
+ - @looker/sdk bumped from ^23.0.0 to ^23.2.0
9
9
 
10
10
  ### Dependencies
11
11
 
12
- * The following workspace dependencies were updated
13
- * dependencies
14
- * @looker/extension-utils bumped from ^0.1.22 to ^0.1.23
15
- * @looker/sdk bumped from ^23.4.0 to ^23.6.0
12
+ - The following workspace dependencies were updated
13
+ - dependencies
14
+ - @looker/extension-utils bumped from ^0.1.22 to ^0.1.23
15
+ - @looker/sdk bumped from ^23.4.0 to ^23.6.0
16
16
 
17
17
  ### Dependencies
18
18
 
19
- * The following workspace dependencies were updated
20
- * dependencies
21
- * @looker/extension-utils bumped from ^0.1.23 to ^0.1.24
22
- * @looker/sdk bumped from ^23.6.0 to ^23.8.0
19
+ - The following workspace dependencies were updated
20
+ - dependencies
21
+ - @looker/extension-utils bumped from ^0.1.23 to ^0.1.24
22
+ - @looker/sdk bumped from ^23.6.0 to ^23.8.0
23
23
 
24
24
  ### Dependencies
25
25
 
26
- * The following workspace dependencies were updated
27
- * dependencies
28
- * @looker/extension-utils bumped from ^0.1.24 to ^0.1.25
29
- * @looker/sdk bumped from ^23.8.0 to ^23.8.1
26
+ - The following workspace dependencies were updated
27
+ - dependencies
28
+ - @looker/extension-utils bumped from ^0.1.24 to ^0.1.25
29
+ - @looker/sdk bumped from ^23.8.0 to ^23.8.1
30
30
 
31
31
  ### Dependencies
32
32
 
33
- * The following workspace dependencies were updated
34
- * dependencies
35
- * @looker/code-editor bumped from ^0.1.28 to ^0.1.29
36
- * @looker/extension-utils bumped from ^0.1.25 to ^0.1.26
37
- * @looker/sdk bumped from ^23.8.1 to ^23.10.0
38
- * @looker/sdk-codegen bumped from ^21.8.0 to ^21.8.1
39
- * @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
33
+ - The following workspace dependencies were updated
34
+ - dependencies
35
+ - @looker/code-editor bumped from ^0.1.28 to ^0.1.29
36
+ - @looker/extension-utils bumped from ^0.1.25 to ^0.1.26
37
+ - @looker/sdk bumped from ^23.8.1 to ^23.10.0
38
+ - @looker/sdk-codegen bumped from ^21.8.0 to ^21.8.1
39
+ - @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
40
40
 
41
41
  ### Dependencies
42
42
 
43
- * The following workspace dependencies were updated
44
- * dependencies
45
- * @looker/extension-utils bumped from ^0.1.26 to ^0.1.27
46
- * @looker/sdk bumped from ^23.10.0 to ^23.12.0
43
+ - The following workspace dependencies were updated
44
+ - dependencies
45
+ - @looker/extension-utils bumped from ^0.1.26 to ^0.1.27
46
+ - @looker/sdk bumped from ^23.10.0 to ^23.12.0
47
47
 
48
48
  ### Dependencies
49
49
 
50
- * The following workspace dependencies were updated
51
- * dependencies
52
- * @looker/extension-utils bumped from ^0.1.27 to ^0.1.28
53
- * @looker/sdk bumped from ^23.12.0 to ^23.14.1
50
+ - The following workspace dependencies were updated
51
+ - dependencies
52
+ - @looker/extension-utils bumped from ^0.1.27 to ^0.1.28
53
+ - @looker/sdk bumped from ^23.12.0 to ^23.14.1
54
+
55
+ ### Dependencies
56
+
57
+ - The following workspace dependencies were updated
58
+ - dependencies
59
+ - @looker/code-editor bumped from ^0.1.29 to ^0.1.30
60
+ - @looker/extension-utils bumped from ^0.1.28 to ^0.1.29
61
+ - @looker/sdk bumped from ^23.14.1 to ^23.16.0
62
+ - @looker/sdk-codegen bumped from ^21.8.1 to ^21.8.2
63
+
64
+ ### Dependencies
65
+
66
+ - The following workspace dependencies were updated
67
+ - dependencies
68
+ - @looker/extension-utils bumped from ^0.1.29 to ^0.1.30
69
+ - @looker/sdk bumped from ^23.16.0 to ^23.18.0
70
+
71
+ ### Dependencies
72
+
73
+ - The following workspace dependencies were updated
74
+ - dependencies
75
+ - @looker/extension-utils bumped from ^0.1.30 to ^0.1.31
76
+ - @looker/sdk bumped from ^23.18.0 to ^23.20.0
77
+
78
+ ### Dependencies
79
+
80
+ - The following workspace dependencies were updated
81
+ - dependencies
82
+ - @looker/extension-utils bumped from ^0.1.31 to ^0.1.32
83
+ - @looker/sdk bumped from ^23.20.0 to ^23.20.1
54
84
 
55
85
  ### Dependencies
56
86
 
57
87
  * The following workspace dependencies were updated
58
88
  * dependencies
59
- * @looker/code-editor bumped from ^0.1.29 to ^0.1.30
60
- * @looker/extension-utils bumped from ^0.1.28 to ^0.1.29
61
- * @looker/sdk bumped from ^23.14.1 to ^23.16.0
62
- * @looker/sdk-codegen bumped from ^21.8.1 to ^21.8.2
89
+ * @looker/extension-utils bumped from 0.1.32 to 0.1.33
90
+ * @looker/sdk bumped from 23.20.1 to 24.0.0
63
91
 
64
92
  ### Dependencies
65
93
 
66
94
  * The following workspace dependencies were updated
67
95
  * dependencies
68
- * @looker/extension-utils bumped from ^0.1.29 to ^0.1.30
69
- * @looker/sdk bumped from ^23.16.0 to ^23.18.0
96
+ * @looker/extension-utils bumped from 0.1.33 to 0.1.34
97
+ * @looker/sdk bumped from 24.0.0 to 24.2.0
70
98
 
71
99
  ### Dependencies
72
100
 
73
101
  * The following workspace dependencies were updated
74
102
  * dependencies
75
- * @looker/extension-utils bumped from ^0.1.30 to ^0.1.31
76
- * @looker/sdk bumped from ^23.18.0 to ^23.20.0
103
+ * @looker/extension-utils bumped from 0.1.34 to 0.1.35
104
+ * @looker/sdk bumped from 24.2.0 to 24.2.1
77
105
 
78
106
  ### Dependencies
79
107
 
80
108
  * The following workspace dependencies were updated
81
109
  * dependencies
82
- * @looker/extension-utils bumped from ^0.1.31 to ^0.1.32
83
- * @looker/sdk bumped from ^23.20.0 to ^23.20.1
110
+ * @looker/extension-utils bumped from 0.1.35 to 0.1.36
111
+ * @looker/sdk bumped from 24.2.1 to 24.4.0
84
112
 
85
113
  ## [0.9.45](https://github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.44...run-it-v0.9.45) (2023-03-31)
86
114
 
87
-
88
115
  ### Features
89
116
 
90
- * embed playground ([#1280](https://github.com/looker-open-source/sdk-codegen/issues/1280)) ([28f1218](https://github.com/looker-open-source/sdk-codegen/commit/28f121830f116da59b7f1cd248433c15c98cc56e))
91
-
117
+ - embed playground ([#1280](https://github.com/looker-open-source/sdk-codegen/issues/1280)) ([28f1218](https://github.com/looker-open-source/sdk-codegen/commit/28f121830f116da59b7f1cd248433c15c98cc56e))
92
118
 
93
119
  ### Dependencies
94
120
 
95
- * The following workspace dependencies were updated
96
- * dependencies
97
- * @looker/extension-utils bumped from ^0.1.21 to ^0.1.22
98
- * @looker/sdk bumped from ^23.2.0 to ^23.4.0
121
+ - The following workspace dependencies were updated
122
+ - dependencies
123
+ - @looker/extension-utils bumped from ^0.1.21 to ^0.1.22
124
+ - @looker/sdk bumped from ^23.2.0 to ^23.4.0
99
125
 
100
126
  ## [0.9.43](https://github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.42...run-it-v0.9.43) (2023-02-22)
101
127
 
102
-
103
128
  ### Features
104
129
 
105
- * 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))
106
- * track request time if the transport doesn't ([#1231](https://github.com/looker-open-source/sdk-codegen/issues/1231)) ([a0e31a4](https://github.com/looker-open-source/sdk-codegen/commit/a0e31a41c1075b653fc8a2bf44b297ff98b41c72))
107
-
130
+ - 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))
131
+ - track request time if the transport doesn't ([#1231](https://github.com/looker-open-source/sdk-codegen/issues/1231)) ([a0e31a4](https://github.com/looker-open-source/sdk-codegen/commit/a0e31a41c1075b653fc8a2bf44b297ff98b41c72))
108
132
 
109
133
  ### Dependencies
110
134
 
111
- * The following workspace dependencies were updated
112
- * dependencies
113
- * @looker/code-editor bumped from ^0.1.27 to ^0.1.28
114
- * @looker/extension-utils bumped from ^0.1.19 to ^0.1.20
115
- * @looker/sdk bumped from ^22.20.1 to ^23.0.0
116
- * @looker/sdk-codegen bumped from ^21.7.4 to ^21.8.0
117
- * @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
135
+ - The following workspace dependencies were updated
136
+ - dependencies
137
+ - @looker/code-editor bumped from ^0.1.27 to ^0.1.28
138
+ - @looker/extension-utils bumped from ^0.1.19 to ^0.1.20
139
+ - @looker/sdk bumped from ^22.20.1 to ^23.0.0
140
+ - @looker/sdk-codegen bumped from ^21.7.4 to ^21.8.0
141
+ - @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
118
142
 
119
143
  ### [0.9.42](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.41...run-it-v0.9.42) (2022-12-09)
120
144
 
121
-
122
145
  ### Features
123
146
 
124
- * add request time tracking ([#1223](https://www.github.com/looker-open-source/sdk-codegen/issues/1223)) ([2aefe06](https://www.github.com/looker-open-source/sdk-codegen/commit/2aefe064d668e02f3af95202e4667036cba01979))
125
-
147
+ - add request time tracking ([#1223](https://www.github.com/looker-open-source/sdk-codegen/issues/1223)) ([2aefe06](https://www.github.com/looker-open-source/sdk-codegen/commit/2aefe064d668e02f3af95202e4667036cba01979))
126
148
 
127
149
  ### Dependencies
128
150
 
129
- * The following workspace dependencies were updated
130
- * dependencies
131
- * @looker/code-editor bumped from ^0.1.26 to ^0.1.27
132
- * @looker/extension-utils bumped from ^0.1.18 to ^0.1.19
133
- * @looker/sdk bumped from ^22.20.0 to ^22.20.1
134
- * @looker/sdk-codegen bumped from ^21.7.3 to ^21.7.4
135
- * @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
151
+ - The following workspace dependencies were updated
152
+ - dependencies
153
+ - @looker/code-editor bumped from ^0.1.26 to ^0.1.27
154
+ - @looker/extension-utils bumped from ^0.1.18 to ^0.1.19
155
+ - @looker/sdk bumped from ^22.20.0 to ^22.20.1
156
+ - @looker/sdk-codegen bumped from ^21.7.3 to ^21.7.4
157
+ - @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
136
158
 
137
159
  ### [0.9.41](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.40...run-it-v0.9.41) (2022-11-10)
138
160
 
139
-
140
161
  ### Bug Fixes
141
162
 
142
- * oauth support in APIX when embedded in another app ([#1198](https://www.github.com/looker-open-source/sdk-codegen/issues/1198)) ([c464d2f](https://www.github.com/looker-open-source/sdk-codegen/commit/c464d2f24c7f8e7d282208efd00feaaba216fe3e))
143
-
163
+ - oauth support in APIX when embedded in another app ([#1198](https://www.github.com/looker-open-source/sdk-codegen/issues/1198)) ([c464d2f](https://www.github.com/looker-open-source/sdk-codegen/commit/c464d2f24c7f8e7d282208efd00feaaba216fe3e))
144
164
 
145
165
  ### Dependencies
146
166
 
147
- * The following workspace dependencies were updated
148
- * dependencies
149
- * @looker/code-editor bumped from ^0.1.25 to ^0.1.26
150
- * @looker/extension-utils bumped from ^0.1.17 to ^0.1.18
151
- * @looker/sdk bumped from ^22.18.0 to ^22.20.0
152
- * @looker/sdk-codegen bumped from ^21.7.2 to ^21.7.3
167
+ - The following workspace dependencies were updated
168
+ - dependencies
169
+ - @looker/code-editor bumped from ^0.1.25 to ^0.1.26
170
+ - @looker/extension-utils bumped from ^0.1.17 to ^0.1.18
171
+ - @looker/sdk bumped from ^22.18.0 to ^22.20.0
172
+ - @looker/sdk-codegen bumped from ^21.7.2 to ^21.7.3
153
173
 
154
174
  ### [0.9.40](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.39...run-it-v0.9.40) (2022-10-17)
155
175
 
156
-
157
176
  ### Dependencies
158
177
 
159
- * The following workspace dependencies were updated
160
- * dependencies
161
- * @looker/code-editor bumped from ^0.1.24 to ^0.1.25
162
- * @looker/extension-utils bumped from ^0.1.16 to ^0.1.17
163
- * @looker/sdk bumped from ^22.16.0 to ^22.18.0
164
- * @looker/sdk-codegen bumped from ^21.7.1 to ^21.7.2
178
+ - The following workspace dependencies were updated
179
+ - dependencies
180
+ - @looker/code-editor bumped from ^0.1.24 to ^0.1.25
181
+ - @looker/extension-utils bumped from ^0.1.16 to ^0.1.17
182
+ - @looker/sdk bumped from ^22.16.0 to ^22.18.0
183
+ - @looker/sdk-codegen bumped from ^21.7.1 to ^21.7.2
165
184
 
166
185
  ### [0.9.39](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.38...run-it-v0.9.39) (2022-09-21)
167
186
 
168
-
169
187
  ### Dependencies
170
188
 
171
- * The following workspace dependencies were updated
172
- * dependencies
173
- * @looker/extension-utils bumped from ^0.1.15 to ^0.1.16
174
- * @looker/sdk bumped from ^22.14.0 to ^22.16.0
189
+ - The following workspace dependencies were updated
190
+ - dependencies
191
+ - @looker/extension-utils bumped from ^0.1.15 to ^0.1.16
192
+ - @looker/sdk bumped from ^22.14.0 to ^22.16.0
175
193
 
176
194
  ### [0.9.38](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.37...run-it-v0.9.38) (2022-09-21)
177
195
 
178
-
179
196
  ### Dependencies
180
197
 
181
- * The following workspace dependencies were updated
182
- * dependencies
183
- * @looker/extension-utils bumped from ^0.1.14 to ^0.1.15
184
- * @looker/sdk bumped from ^22.12.1 to ^22.14.0
198
+ - The following workspace dependencies were updated
199
+ - dependencies
200
+ - @looker/extension-utils bumped from ^0.1.14 to ^0.1.15
201
+ - @looker/sdk bumped from ^22.12.1 to ^22.14.0
185
202
 
186
203
  ### [0.9.37](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.36...run-it-v0.9.37) (2022-09-21)
187
204
 
188
-
189
205
  ### Features
190
206
 
191
- * copy link button for search ([#1120](https://www.github.com/looker-open-source/sdk-codegen/issues/1120)) ([d6e0c37](https://www.github.com/looker-open-source/sdk-codegen/commit/d6e0c37ae36b1ff4129cf3bb30f8462f4aa49b0d))
192
- * error document retrieval in API Explorer ([#1161](https://www.github.com/looker-open-source/sdk-codegen/issues/1161)) ([89a94e1](https://www.github.com/looker-open-source/sdk-codegen/commit/89a94e167b8a3e1aa662c0b5de7c585b3eac2f13))
193
-
207
+ - copy link button for search ([#1120](https://www.github.com/looker-open-source/sdk-codegen/issues/1120)) ([d6e0c37](https://www.github.com/looker-open-source/sdk-codegen/commit/d6e0c37ae36b1ff4129cf3bb30f8462f4aa49b0d))
208
+ - error document retrieval in API Explorer ([#1161](https://www.github.com/looker-open-source/sdk-codegen/issues/1161)) ([89a94e1](https://www.github.com/looker-open-source/sdk-codegen/commit/89a94e167b8a3e1aa662c0b5de7c585b3eac2f13))
194
209
 
195
210
  ### Bug Fixes
196
211
 
197
- * whitespace under CollapserCard child components ([#1162](https://www.github.com/looker-open-source/sdk-codegen/issues/1162)) ([89fbf29](https://www.github.com/looker-open-source/sdk-codegen/commit/89fbf2911701b598bf9d673cef00e790a1bc8207))
198
-
212
+ - whitespace under CollapserCard child components ([#1162](https://www.github.com/looker-open-source/sdk-codegen/issues/1162)) ([89fbf29](https://www.github.com/looker-open-source/sdk-codegen/commit/89fbf2911701b598bf9d673cef00e790a1bc8207))
199
213
 
200
214
  ### Dependencies
201
215
 
202
- * The following workspace dependencies were updated
203
- * dependencies
204
- * @looker/code-editor bumped from ^0.1.23 to ^0.1.24
205
- * @looker/extension-utils bumped from ^0.1.13 to ^0.1.14
206
- * @looker/sdk bumped from ^22.10.1 to ^22.12.1
207
- * @looker/sdk-codegen bumped from ^21.7.0 to ^21.7.1
208
- * @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
216
+ - The following workspace dependencies were updated
217
+ - dependencies
218
+ - @looker/code-editor bumped from ^0.1.23 to ^0.1.24
219
+ - @looker/extension-utils bumped from ^0.1.13 to ^0.1.14
220
+ - @looker/sdk bumped from ^22.10.1 to ^22.12.1
221
+ - @looker/sdk-codegen bumped from ^21.7.0 to ^21.7.1
222
+ - @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
209
223
 
210
224
  ### [0.9.36](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.35...run-it-v0.9.36) (2022-07-29)
211
225
 
212
-
213
226
  ### Dependencies
214
227
 
215
- * The following workspace dependencies were updated
216
- * dependencies
217
- * @looker/code-editor bumped from ^0.1.22 to ^0.1.23
218
- * @looker/extension-utils bumped from ^0.1.12 to ^0.1.13
219
- * @looker/sdk bumped from ^22.10.0 to ^22.10.1
220
- * @looker/sdk-codegen bumped from ^21.6.0 to ^21.7.0
228
+ - The following workspace dependencies were updated
229
+ - dependencies
230
+ - @looker/code-editor bumped from ^0.1.22 to ^0.1.23
231
+ - @looker/extension-utils bumped from ^0.1.12 to ^0.1.13
232
+ - @looker/sdk bumped from ^22.10.0 to ^22.10.1
233
+ - @looker/sdk-codegen bumped from ^21.6.0 to ^21.7.0
221
234
 
222
235
  ### [0.9.35](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.34...run-it-v0.9.35) (2022-07-14)
223
236
 
224
-
225
237
  ### Dependencies
226
238
 
227
- * The following workspace dependencies were updated
228
- * dependencies
229
- * @looker/extension-utils bumped from ^0.1.11 to ^0.1.12
230
- * @looker/sdk bumped from ^22.8.0 to ^22.10.0
239
+ - The following workspace dependencies were updated
240
+ - dependencies
241
+ - @looker/extension-utils bumped from ^0.1.11 to ^0.1.12
242
+ - @looker/sdk bumped from ^22.8.0 to ^22.10.0
231
243
 
232
244
  ### [0.9.34](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.33...run-it-v0.9.34) (2022-07-13)
233
245
 
234
-
235
246
  ### Dependencies
236
247
 
237
- * The following workspace dependencies were updated
238
- * dependencies
239
- * @looker/extension-utils bumped from ^0.1.10 to ^0.1.11
240
- * @looker/sdk bumped from ^22.6.0 to ^22.8.0
248
+ - The following workspace dependencies were updated
249
+ - dependencies
250
+ - @looker/extension-utils bumped from ^0.1.10 to ^0.1.11
251
+ - @looker/sdk bumped from ^22.6.0 to ^22.8.0
241
252
 
242
253
  ### [0.9.33](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.32...run-it-v0.9.33) (2022-07-07)
243
254
 
244
-
245
255
  ### Dependencies
246
256
 
247
- * The following workspace dependencies were updated
248
- * dependencies
249
- * @looker/code-editor bumped from ^0.1.21 to ^0.1.22
250
- * @looker/extension-utils bumped from ^0.1.9 to ^0.1.10
251
- * @looker/sdk bumped from ^22.4.2 to ^22.6.0
252
- * @looker/sdk-codegen bumped from ^21.5.2 to ^21.6.0
253
- * @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
257
+ - The following workspace dependencies were updated
258
+ - dependencies
259
+ - @looker/code-editor bumped from ^0.1.21 to ^0.1.22
260
+ - @looker/extension-utils bumped from ^0.1.9 to ^0.1.10
261
+ - @looker/sdk bumped from ^22.4.2 to ^22.6.0
262
+ - @looker/sdk-codegen bumped from ^21.5.2 to ^21.6.0
263
+ - @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
254
264
 
255
265
  ### [0.9.32](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.31...run-it-v0.9.32) (2022-04-07)
256
266
 
257
-
258
267
  ### Dependencies
259
268
 
260
- * The following workspace dependencies were updated
261
- * dependencies
262
- * @looker/code-editor bumped from ^0.1.20 to ^0.1.21
263
- * @looker/extension-utils bumped from ^0.1.8 to ^0.1.9
264
- * @looker/sdk bumped from ^22.4.1 to ^22.4.2
265
- * @looker/sdk-codegen bumped from ^21.5.1 to ^21.5.2
266
- * @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
269
+ - The following workspace dependencies were updated
270
+ - dependencies
271
+ - @looker/code-editor bumped from ^0.1.20 to ^0.1.21
272
+ - @looker/extension-utils bumped from ^0.1.8 to ^0.1.9
273
+ - @looker/sdk bumped from ^22.4.1 to ^22.4.2
274
+ - @looker/sdk-codegen bumped from ^21.5.1 to ^21.5.2
275
+ - @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
267
276
 
268
277
  ### [0.9.31](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.30...run-it-v0.9.31) (2022-04-07)
269
278
 
270
-
271
279
  ### Dependencies
272
280
 
273
- * The following workspace dependencies were updated
274
- * dependencies
275
- * @looker/code-editor bumped from ^0.1.19 to ^0.1.20
276
- * @looker/extension-utils bumped from ^0.1.7 to ^0.1.8
277
- * @looker/sdk bumped from ^22.4.0 to ^22.4.1
278
- * @looker/sdk-codegen bumped from ^21.5.0 to ^21.5.1
281
+ - The following workspace dependencies were updated
282
+ - dependencies
283
+ - @looker/code-editor bumped from ^0.1.19 to ^0.1.20
284
+ - @looker/extension-utils bumped from ^0.1.7 to ^0.1.8
285
+ - @looker/sdk bumped from ^22.4.0 to ^22.4.1
286
+ - @looker/sdk-codegen bumped from ^21.5.0 to ^21.5.1
279
287
 
280
288
  ### [0.9.30](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.29...run-it-v0.9.30) (2022-03-24)
281
289
 
282
-
283
290
  ### Dependencies
284
291
 
285
- * The following workspace dependencies were updated
286
- * dependencies
287
- * @looker/extension-utils bumped from ^0.1.6 to ^0.1.7
288
- * @looker/sdk bumped from ^22.2.0 to ^22.4.0
292
+ - The following workspace dependencies were updated
293
+ - dependencies
294
+ - @looker/extension-utils bumped from ^0.1.6 to ^0.1.7
295
+ - @looker/sdk bumped from ^22.2.0 to ^22.4.0
289
296
 
290
297
  ### [0.9.29](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.28...run-it-v0.9.29) (2022-03-04)
291
298
 
292
-
293
299
  ### Dependencies
294
300
 
295
- * The following workspace dependencies were updated
296
- * dependencies
297
- * @looker/code-editor bumped from ^0.1.18 to ^0.1.19
298
- * @looker/extension-utils bumped from ^0.1.5 to ^0.1.6
299
- * @looker/sdk-codegen bumped from ^21.4.0 to ^21.5.0
301
+ - The following workspace dependencies were updated
302
+ - dependencies
303
+ - @looker/code-editor bumped from ^0.1.18 to ^0.1.19
304
+ - @looker/extension-utils bumped from ^0.1.5 to ^0.1.6
305
+ - @looker/sdk-codegen bumped from ^21.4.0 to ^21.5.0
300
306
 
301
307
  ### [0.9.28](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.27...run-it-v0.9.28) (2022-02-18)
302
308
 
303
-
304
309
  ### Dependencies
305
310
 
306
- * The following workspace dependencies were updated
307
- * dependencies
308
- * @looker/extension-utils bumped from ^0.1.4 to ^0.1.5
309
- * @looker/sdk bumped from ^22.0.0 to ^22.2.0
311
+ - The following workspace dependencies were updated
312
+ - dependencies
313
+ - @looker/extension-utils bumped from ^0.1.4 to ^0.1.5
314
+ - @looker/sdk bumped from ^22.0.0 to ^22.2.0
310
315
 
311
316
  ### [0.9.27](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.26...run-it-v0.9.27) (2022-02-14)
312
317
 
313
-
314
318
  ### Dependencies
315
319
 
316
- * The following workspace dependencies were updated
317
- * dependencies
318
- * @looker/code-editor bumped from ^0.1.17 to ^0.1.18
319
- * @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
320
- * @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
320
+ - The following workspace dependencies were updated
321
+ - dependencies
322
+ - @looker/code-editor bumped from ^0.1.17 to ^0.1.18
323
+ - @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
324
+ - @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
321
325
 
322
326
  ### [0.9.26](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.23...run-it-v0.9.26) (2022-01-27)
323
327
 
324
-
325
328
  ### Features
326
329
 
327
- * add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
328
- * OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
329
-
330
+ - add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
331
+ - OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
330
332
 
331
333
  ### Bug Fixes
332
334
 
333
- * hackathon build ([#915](https://www.github.com/looker-open-source/sdk-codegen/issues/915)) ([67df146](https://www.github.com/looker-open-source/sdk-codegen/commit/67df1465d1ec04709c0c20d9a1b157f9199f795e))
334
-
335
+ - hackathon build ([#915](https://www.github.com/looker-open-source/sdk-codegen/issues/915)) ([67df146](https://www.github.com/looker-open-source/sdk-codegen/commit/67df1465d1ec04709c0c20d9a1b157f9199f795e))
335
336
 
336
337
  ### Dependencies
337
338
 
338
- * The following workspace dependencies were updated
339
- * dependencies
340
- * @looker/sdk bumped from ^21.20.0 to ^21.20.1
339
+ - The following workspace dependencies were updated
340
+ - dependencies
341
+ - @looker/sdk bumped from ^21.20.0 to ^21.20.1
341
342
 
342
343
  ### [0.9.26](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.25...run-it-v0.9.26) (2021-12-20)
343
344
 
344
-
345
345
  ### Dependencies
346
346
 
347
- * The following workspace dependencies were updated
348
- * dependencies
349
- * @looker/code-editor bumped from ^0.1.16 to ^0.1.17
350
- * @looker/extension-utils bumped from ^0.1.2 to ^0.1.3
351
- * @looker/sdk-codegen bumped from ^21.3.0 to ^21.3.1
352
- * @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
347
+ - The following workspace dependencies were updated
348
+ - dependencies
349
+ - @looker/code-editor bumped from ^0.1.16 to ^0.1.17
350
+ - @looker/extension-utils bumped from ^0.1.2 to ^0.1.3
351
+ - @looker/sdk-codegen bumped from ^21.3.0 to ^21.3.1
352
+ - @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
353
353
 
354
354
  ### [0.9.25](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.24...run-it-v0.9.25) (2021-12-16)
355
355
 
356
-
357
356
  ### Features
358
357
 
359
- * add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
360
-
358
+ - add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
361
359
 
362
360
  ### Dependencies
363
361
 
364
- * The following workspace dependencies were updated
365
- * dependencies
366
- * @looker/code-editor bumped from ^0.1.15 to ^0.1.16
367
- * @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
368
- * @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
369
- * @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
362
+ - The following workspace dependencies were updated
363
+ - dependencies
364
+ - @looker/code-editor bumped from ^0.1.15 to ^0.1.16
365
+ - @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
366
+ - @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
367
+ - @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
370
368
 
371
369
  ### [0.9.24](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.23...run-it-v0.9.24) (2021-12-06)
372
370
 
373
-
374
371
  ### Features
375
372
 
376
- * OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
377
-
373
+ - OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
378
374
 
379
375
  ### Bug Fixes
380
376
 
381
- * hackathon build ([#915](https://www.github.com/looker-open-source/sdk-codegen/issues/915)) ([67df146](https://www.github.com/looker-open-source/sdk-codegen/commit/67df1465d1ec04709c0c20d9a1b157f9199f795e))
382
-
377
+ - hackathon build ([#915](https://www.github.com/looker-open-source/sdk-codegen/issues/915)) ([67df146](https://www.github.com/looker-open-source/sdk-codegen/commit/67df1465d1ec04709c0c20d9a1b157f9199f795e))
383
378
 
384
379
  ### Dependencies
385
380
 
386
- * The following workspace dependencies were updated
387
- * dependencies
388
- * @looker/code-editor bumped from ^0.1.14 to ^0.1.15
389
- * @looker/extension-utils bumped from ^0.1.0 to ^0.1.1
390
- * @looker/sdk-codegen bumped from ^21.2.0 to ^21.2.1
381
+ - The following workspace dependencies were updated
382
+ - dependencies
383
+ - @looker/code-editor bumped from ^0.1.14 to ^0.1.15
384
+ - @looker/extension-utils bumped from ^0.1.0 to ^0.1.1
385
+ - @looker/sdk-codegen bumped from ^21.2.0 to ^21.2.1
391
386
 
392
387
  ### [0.9.23](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.22...run-it-v0.9.23) (2021-11-10)
393
388
 
394
-
395
389
  ### Features
396
390
 
397
- * 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))
398
- * enforce required body parameters for RunIt ([#883](https://www.github.com/looker-open-source/sdk-codegen/issues/883)) ([a4dfb3c](https://www.github.com/looker-open-source/sdk-codegen/commit/a4dfb3cd318de65f78f89df5b55e9daf61c42826))
399
-
391
+ - 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
+ - enforce required body parameters for RunIt ([#883](https://www.github.com/looker-open-source/sdk-codegen/issues/883)) ([a4dfb3c](https://www.github.com/looker-open-source/sdk-codegen/commit/a4dfb3cd318de65f78f89df5b55e9daf61c42826))
400
393
 
401
394
  ### Bug Fixes
402
395
 
403
- * show a helpful message when sdk call syntax generation fails ([#879](https://www.github.com/looker-open-source/sdk-codegen/issues/879)) ([1e9348b](https://www.github.com/looker-open-source/sdk-codegen/commit/1e9348b797c2f3760d03c1f94c60f18e534e8298))
404
-
396
+ - show a helpful message when sdk call syntax generation fails ([#879](https://www.github.com/looker-open-source/sdk-codegen/issues/879)) ([1e9348b](https://www.github.com/looker-open-source/sdk-codegen/commit/1e9348b797c2f3760d03c1f94c60f18e534e8298))
405
397
 
406
398
  ### Dependencies
407
399
 
408
- * The following workspace dependencies were updated
409
- * dependencies
410
- * @looker/sdk bumped from ^21.18.1 to ^21.20.0
411
- * @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0
412
- * @looker/code-editor bumped from ^0.1.13 to ^0.1.14
413
- * @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
400
+ - The following workspace dependencies were updated
401
+ - dependencies
402
+ - @looker/sdk bumped from ^21.18.1 to ^21.20.0
403
+ - @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0
404
+ - @looker/code-editor bumped from ^0.1.13 to ^0.1.14
405
+ - @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
414
406
 
415
407
  ### [0.9.22](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.21...run-it-v0.9.22) (2021-10-27)
416
408
 
417
-
418
409
  ### Dependencies
419
410
 
420
- * The following workspace dependencies were updated
421
- * dependencies
422
- * @looker/sdk bumped from ^21.18.0 to ^21.18.1
423
- * @looker/sdk-codegen bumped from ^21.1.0 to ^21.1.1
424
- * @looker/code-editor bumped from ^0.1.12 to ^0.1.13
425
- * @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
411
+ - The following workspace dependencies were updated
412
+ - dependencies
413
+ - @looker/sdk bumped from ^21.18.0 to ^21.18.1
414
+ - @looker/sdk-codegen bumped from ^21.1.0 to ^21.1.1
415
+ - @looker/code-editor bumped from ^0.1.12 to ^0.1.13
416
+ - @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
426
417
 
427
418
  ### [0.9.21](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.20...run-it-v0.9.21) (2021-10-24)
428
419
 
429
-
430
420
  ### Dependencies
431
421
 
432
- * The following workspace dependencies were updated
433
- * dependencies
434
- * @looker/sdk bumped from ^21.16.0 to ^21.18.0
435
- * @looker/code-editor bumped from ^0.1.11 to ^0.1.12
422
+ - The following workspace dependencies were updated
423
+ - dependencies
424
+ - @looker/sdk bumped from ^21.16.0 to ^21.18.0
425
+ - @looker/code-editor bumped from ^0.1.11 to ^0.1.12
436
426
 
437
427
  ### [0.9.20](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.19...run-it-v0.9.20) (2021-10-19)
438
428
 
439
-
440
429
  ### Features
441
430
 
442
- * closest path match for API Explorer ([#811](https://www.github.com/looker-open-source/sdk-codegen/issues/811)) ([45fd26f](https://www.github.com/looker-open-source/sdk-codegen/commit/45fd26fb0f325fa90edfec72f835ed3a79b9afeb))
443
- * lots of RunIt form cleanup ([#814](https://www.github.com/looker-open-source/sdk-codegen/issues/814)) ([e92eae8](https://www.github.com/looker-open-source/sdk-codegen/commit/e92eae8fc127a0aa99545ca9c577152c08d59000))
444
- * makeTheCall for Kotlin and type tagging ([#833](https://www.github.com/looker-open-source/sdk-codegen/issues/833)) ([2ca950e](https://www.github.com/looker-open-source/sdk-codegen/commit/2ca950e16c9c172d3e67de58261df16e424efaa3))
445
- * Use agenda data for the Hackathon home page ([#842](https://www.github.com/looker-open-source/sdk-codegen/issues/842)) ([0da2523](https://www.github.com/looker-open-source/sdk-codegen/commit/0da25239c3f108cb684309818c33c91c2a7c3278))
446
-
431
+ - closest path match for API Explorer ([#811](https://www.github.com/looker-open-source/sdk-codegen/issues/811)) ([45fd26f](https://www.github.com/looker-open-source/sdk-codegen/commit/45fd26fb0f325fa90edfec72f835ed3a79b9afeb))
432
+ - lots of RunIt form cleanup ([#814](https://www.github.com/looker-open-source/sdk-codegen/issues/814)) ([e92eae8](https://www.github.com/looker-open-source/sdk-codegen/commit/e92eae8fc127a0aa99545ca9c577152c08d59000))
433
+ - makeTheCall for Kotlin and type tagging ([#833](https://www.github.com/looker-open-source/sdk-codegen/issues/833)) ([2ca950e](https://www.github.com/looker-open-source/sdk-codegen/commit/2ca950e16c9c172d3e67de58261df16e424efaa3))
434
+ - Use agenda data for the Hackathon home page ([#842](https://www.github.com/looker-open-source/sdk-codegen/issues/842)) ([0da2523](https://www.github.com/looker-open-source/sdk-codegen/commit/0da25239c3f108cb684309818c33c91c2a7c3278))
447
435
 
448
436
  ### Bug Fixes
449
437
 
450
- * logic for 2D JSON data detection ([#840](https://www.github.com/looker-open-source/sdk-codegen/issues/840)) ([3d18b93](https://www.github.com/looker-open-source/sdk-codegen/commit/3d18b9359e16aa4923f825e748f82a6049f02062))
451
- * remove body from REST call if no body elements are defined ([#841](https://www.github.com/looker-open-source/sdk-codegen/issues/841)) ([eb1731f](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1731f2e2d3911fe5044e06321eb9712ddfa419))
452
- * request content initialization and filtering for RunIt requests ([#852](https://www.github.com/looker-open-source/sdk-codegen/issues/852)) ([474ee93](https://www.github.com/looker-open-source/sdk-codegen/commit/474ee9365dafe6549826a9f627ac0a79dc0e9a56))
453
- * validateBody for API Explorer ([#846](https://www.github.com/looker-open-source/sdk-codegen/issues/846)) ([d1f203c](https://www.github.com/looker-open-source/sdk-codegen/commit/d1f203c3d843adb76217a750c0f414c608ceab0f))
454
-
438
+ - logic for 2D JSON data detection ([#840](https://www.github.com/looker-open-source/sdk-codegen/issues/840)) ([3d18b93](https://www.github.com/looker-open-source/sdk-codegen/commit/3d18b9359e16aa4923f825e748f82a6049f02062))
439
+ - remove body from REST call if no body elements are defined ([#841](https://www.github.com/looker-open-source/sdk-codegen/issues/841)) ([eb1731f](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1731f2e2d3911fe5044e06321eb9712ddfa419))
440
+ - request content initialization and filtering for RunIt requests ([#852](https://www.github.com/looker-open-source/sdk-codegen/issues/852)) ([474ee93](https://www.github.com/looker-open-source/sdk-codegen/commit/474ee9365dafe6549826a9f627ac0a79dc0e9a56))
441
+ - validateBody for API Explorer ([#846](https://www.github.com/looker-open-source/sdk-codegen/issues/846)) ([d1f203c](https://www.github.com/looker-open-source/sdk-codegen/commit/d1f203c3d843adb76217a750c0f414c608ceab0f))
455
442
 
456
443
  ### Dependencies
457
444
 
458
- * The following workspace dependencies were updated
459
- * dependencies
460
- * @looker/sdk bumped from ^21.14.0 to ^21.16.0
461
- * @looker/sdk-codegen bumped from ^21.0.25 to ^21.1.0
462
- * @looker/code-editor bumped from ^0.1.10 to ^0.1.11
463
- * @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
445
+ - The following workspace dependencies were updated
446
+ - dependencies
447
+ - @looker/sdk bumped from ^21.14.0 to ^21.16.0
448
+ - @looker/sdk-codegen bumped from ^21.0.25 to ^21.1.0
449
+ - @looker/code-editor bumped from ^0.1.10 to ^0.1.11
450
+ - @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
464
451
 
465
452
  ### [0.9.19](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.18...run-it-v0.9.19) (2021-09-01)
466
453
 
467
-
468
454
  ### Features
469
455
 
470
- * http response explorer for RunIt ([#800](https://www.github.com/looker-open-source/sdk-codegen/issues/800)) ([3f273ea](https://www.github.com/looker-open-source/sdk-codegen/commit/3f273ea7f849dafece8f4f5f60558021ecd41705))
471
- * new configuration UI for API Explorer ([#803](https://www.github.com/looker-open-source/sdk-codegen/issues/803)) ([e6c67d1](https://www.github.com/looker-open-source/sdk-codegen/commit/e6c67d1211b412d4ce83127c9f7a8f091e3cf27f))
472
-
456
+ - http response explorer for RunIt ([#800](https://www.github.com/looker-open-source/sdk-codegen/issues/800)) ([3f273ea](https://www.github.com/looker-open-source/sdk-codegen/commit/3f273ea7f849dafece8f4f5f60558021ecd41705))
457
+ - new configuration UI for API Explorer ([#803](https://www.github.com/looker-open-source/sdk-codegen/issues/803)) ([e6c67d1](https://www.github.com/looker-open-source/sdk-codegen/commit/e6c67d1211b412d4ce83127c9f7a8f091e3cf27f))
473
458
 
474
459
  ### Dependencies
475
460
 
476
- * The following workspace dependencies were updated
477
- * dependencies
478
- * @looker/sdk bumped from ^21.12.0 to ^21.14.0
479
- * @looker/sdk-codegen bumped from ^21.0.24 to ^21.0.25
480
- * @looker/code-editor bumped from ^0.1.9 to ^0.1.10
481
- * @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
461
+ - The following workspace dependencies were updated
462
+ - dependencies
463
+ - @looker/sdk bumped from ^21.12.0 to ^21.14.0
464
+ - @looker/sdk-codegen bumped from ^21.0.24 to ^21.0.25
465
+ - @looker/code-editor bumped from ^0.1.9 to ^0.1.10
466
+ - @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
482
467
 
483
468
  ### [0.9.18](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.17...run-it-v0.9.18) (2021-08-11)
484
469
 
485
-
486
470
  ### Features
487
471
 
488
- * fetch API specifications for stand-alone API Explorer ([#789](https://www.github.com/looker-open-source/sdk-codegen/issues/789)) ([f7be1fb](https://www.github.com/looker-open-source/sdk-codegen/commit/f7be1fb589570137c5ab39304910c57f721de8fb))
489
-
472
+ - fetch API specifications for stand-alone API Explorer ([#789](https://www.github.com/looker-open-source/sdk-codegen/issues/789)) ([f7be1fb](https://www.github.com/looker-open-source/sdk-codegen/commit/f7be1fb589570137c5ab39304910c57f721de8fb))
490
473
 
491
474
  ### Dependencies
492
475
 
493
- * The following workspace dependencies were updated
494
- * dependencies
495
- * @looker/sdk-codegen bumped from ^21.0.23 to ^21.0.24
496
- * @looker/code-editor bumped from ^0.1.8 to ^0.1.9
476
+ - The following workspace dependencies were updated
477
+ - dependencies
478
+ - @looker/sdk-codegen bumped from ^21.0.23 to ^21.0.24
479
+ - @looker/code-editor bumped from ^0.1.8 to ^0.1.9
497
480
 
498
481
  ### [0.9.17](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.16...run-it-v0.9.17) (2021-08-06)
499
482
 
500
-
501
483
  ### Dependencies
502
484
 
503
- * The following workspace dependencies were updated
504
- * dependencies
505
- * @looker/sdk bumped from ^21.10.2 to ^21.12.0
485
+ - The following workspace dependencies were updated
486
+ - dependencies
487
+ - @looker/sdk bumped from ^21.10.2 to ^21.12.0
506
488
 
507
489
  ### [0.9.16](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.15...run-it-v0.9.16) (2021-07-30)
508
490
 
509
-
510
491
  ### Dependencies
511
492
 
512
- * The following workspace dependencies were updated
513
- * dependencies
514
- * @looker/sdk bumped from ^21.10.1 to ^21.10.2
515
- * @looker/sdk-codegen bumped from ^21.0.22 to ^21.0.23
516
- * @looker/code-editor bumped from ^0.1.7 to ^0.1.8
517
- * @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
493
+ - The following workspace dependencies were updated
494
+ - dependencies
495
+ - @looker/sdk bumped from ^21.10.1 to ^21.10.2
496
+ - @looker/sdk-codegen bumped from ^21.0.22 to ^21.0.23
497
+ - @looker/code-editor bumped from ^0.1.7 to ^0.1.8
498
+ - @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
518
499
 
519
500
  ### [0.9.15](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.14...run-it-v0.9.15) (2021-07-15)
520
501
 
521
-
522
502
  ### Bug Fixes
523
503
 
524
- * bullet proof APIX response handling ([#754](https://www.github.com/looker-open-source/sdk-codegen/issues/754)) ([b2a018a](https://www.github.com/looker-open-source/sdk-codegen/commit/b2a018a62e4a1acd837b6861c3e3d26c7af385bd))
504
+ - bullet proof APIX response handling ([#754](https://www.github.com/looker-open-source/sdk-codegen/issues/754)) ([b2a018a](https://www.github.com/looker-open-source/sdk-codegen/commit/b2a018a62e4a1acd837b6861c3e3d26c7af385bd))
525
505
 
526
506
  ### [0.9.14](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.13...run-it-v0.9.14) (2021-07-09)
527
507
 
528
-
529
508
  ### Dependencies
530
509
 
531
- * The following workspace dependencies were updated
532
- * dependencies
533
- * @looker/sdk bumped from ^21.10.0 to ^21.10.1
534
- * @looker/sdk-codegen bumped from ^21.0.21 to ^21.0.22
535
- * @looker/code-editor bumped from ^0.1.6 to ^0.1.7
536
- * @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
510
+ - The following workspace dependencies were updated
511
+ - dependencies
512
+ - @looker/sdk bumped from ^21.10.0 to ^21.10.1
513
+ - @looker/sdk-codegen bumped from ^21.0.21 to ^21.0.22
514
+ - @looker/code-editor bumped from ^0.1.6 to ^0.1.7
515
+ - @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
537
516
 
538
517
  ### [0.9.13](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.12...run-it-v0.9.13) (2021-07-08)
539
518
 
540
-
541
519
  ### Bug Fixes
542
520
 
543
- * extension-api-explorer build ([#740](https://www.github.com/looker-open-source/sdk-codegen/issues/740)) ([1697883](https://www.github.com/looker-open-source/sdk-codegen/commit/16978836f42d8c755031a3438eeee1e9c1a743e6))
544
-
521
+ - extension-api-explorer build ([#740](https://www.github.com/looker-open-source/sdk-codegen/issues/740)) ([1697883](https://www.github.com/looker-open-source/sdk-codegen/commit/16978836f42d8c755031a3438eeee1e9c1a743e6))
545
522
 
546
523
  ### Dependencies
547
524
 
548
- * The following workspace dependencies were updated
549
- * dependencies
550
- * @looker/sdk bumped from ^21.8.3 to ^21.10.0
551
- * @looker/sdk-codegen bumped from ^21.0.20 to ^21.0.21
552
- * @looker/code-editor bumped from ^0.1.5 to ^0.1.6
553
- * @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
525
+ - The following workspace dependencies were updated
526
+ - dependencies
527
+ - @looker/sdk bumped from ^21.8.3 to ^21.10.0
528
+ - @looker/sdk-codegen bumped from ^21.0.20 to ^21.0.21
529
+ - @looker/code-editor bumped from ^0.1.5 to ^0.1.6
530
+ - @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
554
531
 
555
532
  ### [0.9.12](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.11...run-it-v0.9.12) (2021-07-02)
556
533
 
557
-
558
534
  ### Dependencies
559
535
 
560
- * The following workspace dependencies were updated
561
- * dependencies
562
- * @looker/sdk bumped from ^21.8.2 to ^21.8.3
563
- * @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20
564
- * @looker/code-editor bumped from ^0.1.4 to ^0.1.5
565
- * @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
536
+ - The following workspace dependencies were updated
537
+ - dependencies
538
+ - @looker/sdk bumped from ^21.8.2 to ^21.8.3
539
+ - @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20
540
+ - @looker/code-editor bumped from ^0.1.4 to ^0.1.5
541
+ - @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
566
542
 
567
543
  ### [0.9.11](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.10...run-it-v0.9.11) (2021-07-01)
568
544
 
569
-
570
545
  ### Dependencies
571
546
 
572
- * The following workspace dependencies were updated
573
- * dependencies
574
- * @looker/sdk bumped from ^21.8.1 to ^21.8.2
575
- * @looker/sdk-codegen bumped from ^21.0.18 to ^21.0.19
576
- * @looker/code-editor bumped from ^0.1.3 to ^0.1.4
577
- * @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
547
+ - The following workspace dependencies were updated
548
+ - dependencies
549
+ - @looker/sdk bumped from ^21.8.1 to ^21.8.2
550
+ - @looker/sdk-codegen bumped from ^21.0.18 to ^21.0.19
551
+ - @looker/code-editor bumped from ^0.1.3 to ^0.1.4
552
+ - @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
578
553
 
579
554
  ### [0.9.10](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.9...run-it-v0.9.10) (2021-06-30)
580
555
 
581
-
582
556
  ### Features
583
557
 
584
- * refactor Markdown out to @looker/code-editor ([#699](https://www.github.com/looker-open-source/sdk-codegen/issues/699)) ([f3c16e2](https://www.github.com/looker-open-source/sdk-codegen/commit/f3c16e2a162266545ba3086a0a1dddd0cb79195f))
585
- * syntax highlight application/sql responses ([#718](https://www.github.com/looker-open-source/sdk-codegen/issues/718)) ([28a1bbe](https://www.github.com/looker-open-source/sdk-codegen/commit/28a1bbedb04f500a12e2c5a0fe304919139e6638))
586
-
558
+ - refactor Markdown out to @looker/code-editor ([#699](https://www.github.com/looker-open-source/sdk-codegen/issues/699)) ([f3c16e2](https://www.github.com/looker-open-source/sdk-codegen/commit/f3c16e2a162266545ba3086a0a1dddd0cb79195f))
559
+ - syntax highlight application/sql responses ([#718](https://www.github.com/looker-open-source/sdk-codegen/issues/718)) ([28a1bbe](https://www.github.com/looker-open-source/sdk-codegen/commit/28a1bbedb04f500a12e2c5a0fe304919139e6638))
587
560
 
588
561
  ### Dependencies
589
562
 
590
- * The following workspace dependencies were updated
591
- * dependencies
592
- * @looker/sdk bumped from ^21.8.0 to ^21.8.1
593
- * @looker/sdk-codegen bumped from ^21.0.17 to ^21.0.18
594
- * @looker/code-editor bumped from ^0.1.2 to ^0.1.3
595
- * @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
563
+ - The following workspace dependencies were updated
564
+ - dependencies
565
+ - @looker/sdk bumped from ^21.8.0 to ^21.8.1
566
+ - @looker/sdk-codegen bumped from ^21.0.17 to ^21.0.18
567
+ - @looker/code-editor bumped from ^0.1.2 to ^0.1.3
568
+ - @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
596
569
 
597
570
  ### [0.9.9](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.8...run-it-v0.9.9) (2021-06-17)
598
571
 
599
-
600
572
  ### Dependencies
601
573
 
602
- * The following workspace dependencies were updated
603
- * dependencies
604
- * @looker/sdk bumped from ^21.6.1 to ^21.8.0
574
+ - The following workspace dependencies were updated
575
+ - dependencies
576
+ - @looker/sdk bumped from ^21.6.1 to ^21.8.0
605
577
 
606
578
  ### [0.9.8](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.7...run-it-v0.9.8) (2021-06-16)
607
579
 
608
-
609
580
  ### Features
610
581
 
611
- * 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))
612
- * show original spec in API Explorer ([#686](https://www.github.com/looker-open-source/sdk-codegen/issues/686)) ([2bfb014](https://www.github.com/looker-open-source/sdk-codegen/commit/2bfb0147f2947680a784ef3118192b1e7590b296))
613
-
582
+ - 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))
583
+ - show original spec in API Explorer ([#686](https://www.github.com/looker-open-source/sdk-codegen/issues/686)) ([2bfb014](https://www.github.com/looker-open-source/sdk-codegen/commit/2bfb0147f2947680a784ef3118192b1e7590b296))
614
584
 
615
585
  ### Bug Fixes
616
586
 
617
- * sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
618
- * sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
619
-
587
+ - sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
588
+ - sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
620
589
 
621
590
  ### Dependencies
622
591
 
623
- * The following workspace dependencies were updated
624
- * dependencies
625
- * @looker/sdk bumped from ^21.6.0 to ^21.6.1
626
- * @looker/sdk-codegen bumped from ^21.0.16 to ^21.0.17
627
- * @looker/code-editor bumped from ^0.1.1 to ^0.1.2
592
+ - The following workspace dependencies were updated
593
+ - dependencies
594
+ - @looker/sdk bumped from ^21.6.0 to ^21.6.1
595
+ - @looker/sdk-codegen bumped from ^21.0.16 to ^21.0.17
596
+ - @looker/code-editor bumped from ^0.1.1 to ^0.1.2
628
597
 
629
598
  ### [0.9.7](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.6...run-it-v0.9.7) (2021-05-05)
630
599
 
631
-
632
600
  ### Dependencies
633
601
 
634
- * The following workspace dependencies were updated
635
- * dependencies
636
- * @looker/sdk bumped from ^21.4.3 to ^21.6.0
637
- * @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16
638
- * @looker/code-editor bumped from ^0.1.0 to ^0.1.1
639
- * @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
602
+ - The following workspace dependencies were updated
603
+ - dependencies
604
+ - @looker/sdk bumped from ^21.4.3 to ^21.6.0
605
+ - @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16
606
+ - @looker/code-editor bumped from ^0.1.0 to ^0.1.1
607
+ - @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
640
608
 
641
609
  ### [0.9.6](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.5...run-it-v0.9.6) (2021-04-27)
642
610
 
643
-
644
611
  ### Features
645
612
 
646
- * APIX now uses google font appropriately ([#636](https://www.github.com/looker-open-source/sdk-codegen/issues/636)) ([ed932d6](https://www.github.com/looker-open-source/sdk-codegen/commit/ed932d6744fd3c102bfff7417643667bb57aee00))
647
- * 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))
613
+ - APIX now uses google font appropriately ([#636](https://www.github.com/looker-open-source/sdk-codegen/issues/636)) ([ed932d6](https://www.github.com/looker-open-source/sdk-codegen/commit/ed932d6744fd3c102bfff7417643667bb57aee00))
614
+ - 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))
648
615
 
649
616
  ### [0.9.5](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.4...run-it-v0.9.5) (2021-04-27)
650
617
 
651
-
652
618
  ### Dependencies
653
619
 
654
- * The following workspace dependencies were updated
655
- * dependencies
656
- * @looker/sdk bumped from ^21.4.2 to ^21.4.3
657
- * @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15
658
- * @looker/code-editor bumped from ^0.0.1 to ^0.0.2
620
+ - The following workspace dependencies were updated
621
+ - dependencies
622
+ - @looker/sdk bumped from ^21.4.2 to ^21.4.3
623
+ - @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15
624
+ - @looker/code-editor bumped from ^0.0.1 to ^0.0.2
659
625
 
660
626
  ### [0.9.4](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.3...run-it-v0.9.4) (2021-04-26)
661
627
 
662
-
663
628
  ### Features
664
629
 
665
- * adds editor functionality to CodeDisplay ([#615](https://www.github.com/looker-open-source/sdk-codegen/issues/615)) ([b256d14](https://www.github.com/looker-open-source/sdk-codegen/commit/b256d14c279e47f531c8291d11146d07a7b5ad94))
666
-
630
+ - adds editor functionality to CodeDisplay ([#615](https://www.github.com/looker-open-source/sdk-codegen/issues/615)) ([b256d14](https://www.github.com/looker-open-source/sdk-codegen/commit/b256d14c279e47f531c8291d11146d07a7b5ad94))
667
631
 
668
632
  ### Bug Fixes
669
633
 
670
- * remove deprecated object attribute reference in APIX tests ([#622](https://www.github.com/looker-open-source/sdk-codegen/issues/622)) ([581b351](https://www.github.com/looker-open-source/sdk-codegen/commit/581b3511fdc8431f80d54fd315a12192ceb86382))
671
-
634
+ - remove deprecated object attribute reference in APIX tests ([#622](https://www.github.com/looker-open-source/sdk-codegen/issues/622)) ([581b351](https://www.github.com/looker-open-source/sdk-codegen/commit/581b3511fdc8431f80d54fd315a12192ceb86382))
672
635
 
673
636
  ### Dependencies
674
637
 
675
- * The following workspace dependencies were updated
676
- * dependencies
677
- * @looker/sdk bumped from ^21.4.1 to ^21.4.2
678
- * @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
638
+ - The following workspace dependencies were updated
639
+ - dependencies
640
+ - @looker/sdk bumped from ^21.4.1 to ^21.4.2
641
+ - @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
679
642
 
680
643
  ### [0.9.3](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.2...run-it-v0.9.3) (2021-04-21)
681
644
 
682
-
683
645
  ### Features
684
646
 
685
- * introduces prism-editor package; implements read-only usage ([#588](https://www.github.com/looker-open-source/sdk-codegen/issues/588)) ([863c88d](https://www.github.com/looker-open-source/sdk-codegen/commit/863c88dfb0569f7c829602acee2404e1c840097e))
686
-
647
+ - introduces prism-editor package; implements read-only usage ([#588](https://www.github.com/looker-open-source/sdk-codegen/issues/588)) ([863c88d](https://www.github.com/looker-open-source/sdk-codegen/commit/863c88dfb0569f7c829602acee2404e1c840097e))
687
648
 
688
649
  ### Bug Fixes
689
650
 
690
- * updated TypeScript, C#, Go language names in codeGenerators.ts ([#610](https://www.github.com/looker-open-source/sdk-codegen/issues/610)) ([13fb42b](https://www.github.com/looker-open-source/sdk-codegen/commit/13fb42b6bfa651a137e75b04fc6ee00620705ede))
691
-
651
+ - updated TypeScript, C#, Go language names in codeGenerators.ts ([#610](https://www.github.com/looker-open-source/sdk-codegen/issues/610)) ([13fb42b](https://www.github.com/looker-open-source/sdk-codegen/commit/13fb42b6bfa651a137e75b04fc6ee00620705ede))
692
652
 
693
653
  ### Dependencies
694
654
 
695
- * The following workspace dependencies were updated
696
- * dependencies
697
- * @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.13
655
+ - The following workspace dependencies were updated
656
+ - dependencies
657
+ - @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.13
698
658
 
699
659
  ### [0.9.2](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.1...run-it-v0.9.2) (2021-04-15)
700
660
 
701
-
702
661
  ### Features
703
662
 
704
- * remember user's SDK language preference ([#567](https://www.github.com/looker-open-source/sdk-codegen/issues/567)) ([faa2511](https://www.github.com/looker-open-source/sdk-codegen/commit/faa25113d87072875ec5fb718da7eb10e0a518e4))
705
-
663
+ - remember user's SDK language preference ([#567](https://www.github.com/looker-open-source/sdk-codegen/issues/567)) ([faa2511](https://www.github.com/looker-open-source/sdk-codegen/commit/faa25113d87072875ec5fb718da7eb10e0a518e4))
706
664
 
707
665
  ### Bug Fixes
708
666
 
709
- * extends runit response height and fixes response models scrolling ([#558](https://www.github.com/looker-open-source/sdk-codegen/issues/558)) ([61627ce](https://www.github.com/looker-open-source/sdk-codegen/commit/61627ce282c1f7e4eaf082ccd66466060d2e7b98))
710
- * RunIt request overflow ([#565](https://www.github.com/looker-open-source/sdk-codegen/issues/565)) ([38665ac](https://www.github.com/looker-open-source/sdk-codegen/commit/38665ac40b6abc20557db66d0dc536c347c6a862))
711
-
667
+ - extends runit response height and fixes response models scrolling ([#558](https://www.github.com/looker-open-source/sdk-codegen/issues/558)) ([61627ce](https://www.github.com/looker-open-source/sdk-codegen/commit/61627ce282c1f7e4eaf082ccd66466060d2e7b98))
668
+ - RunIt request overflow ([#565](https://www.github.com/looker-open-source/sdk-codegen/issues/565)) ([38665ac](https://www.github.com/looker-open-source/sdk-codegen/commit/38665ac40b6abc20557db66d0dc536c347c6a862))
712
669
 
713
670
  ### Dependencies
714
671
 
715
- * The following workspace dependencies were updated
716
- * dependencies
717
- * @looker/sdk bumped from ^21.4.0 to ^21.4.1
718
- * @looker/sdk-codegen bumped from ^21.0.11 to ^21.0.12
719
- * @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
672
+ - The following workspace dependencies were updated
673
+ - dependencies
674
+ - @looker/sdk bumped from ^21.4.0 to ^21.4.1
675
+ - @looker/sdk-codegen bumped from ^21.0.11 to ^21.0.12
676
+ - @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
720
677
 
721
678
  ### [0.9.1](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.0...run-it-v0.9.1) (2021-04-02)
722
679
 
723
-
724
680
  ### Features
725
681
 
726
- * 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))
727
-
728
-
682
+ - 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))
729
683
 
730
684
  ### Dependencies
731
685
 
732
- * The following workspace dependencies were updated
733
- * dependencies
734
- * @looker/sdk bumped from ^21.0.10 to ^21.4.0
735
- * @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
736
- * @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
737
- * @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
686
+ - The following workspace dependencies were updated
687
+ - dependencies
688
+ - @looker/sdk bumped from ^21.0.10 to ^21.4.0
689
+ - @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
690
+ - @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
691
+ - @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11