@looker/run-it 0.9.54 → 0.9.57

Sign up to get free protection for your applications and to get access to all the features.
Files changed (144) hide show
  1. package/CHANGELOG.md +333 -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,729 +2,676 @@
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
54
 
55
55
  ### Dependencies
56
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
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
63
84
 
64
85
  ### Dependencies
65
86
 
66
87
  * The following workspace dependencies were updated
67
88
  * 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
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
70
91
 
71
92
  ### Dependencies
72
93
 
73
94
  * The following workspace dependencies were updated
74
95
  * 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
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
77
98
 
78
99
  ## [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)
79
100
 
80
-
81
101
  ### Features
82
102
 
83
- * embed playground ([#1280](https://github.com/looker-open-source/sdk-codegen/issues/1280)) ([28f1218](https://github.com/looker-open-source/sdk-codegen/commit/28f121830f116da59b7f1cd248433c15c98cc56e))
84
-
103
+ - embed playground ([#1280](https://github.com/looker-open-source/sdk-codegen/issues/1280)) ([28f1218](https://github.com/looker-open-source/sdk-codegen/commit/28f121830f116da59b7f1cd248433c15c98cc56e))
85
104
 
86
105
  ### Dependencies
87
106
 
88
- * The following workspace dependencies were updated
89
- * dependencies
90
- * @looker/extension-utils bumped from ^0.1.21 to ^0.1.22
91
- * @looker/sdk bumped from ^23.2.0 to ^23.4.0
107
+ - The following workspace dependencies were updated
108
+ - dependencies
109
+ - @looker/extension-utils bumped from ^0.1.21 to ^0.1.22
110
+ - @looker/sdk bumped from ^23.2.0 to ^23.4.0
92
111
 
93
112
  ## [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)
94
113
 
95
-
96
114
  ### Features
97
115
 
98
- * 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))
99
- * 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))
100
-
116
+ - 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))
117
+ - 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))
101
118
 
102
119
  ### Dependencies
103
120
 
104
- * The following workspace dependencies were updated
105
- * dependencies
106
- * @looker/code-editor bumped from ^0.1.27 to ^0.1.28
107
- * @looker/extension-utils bumped from ^0.1.19 to ^0.1.20
108
- * @looker/sdk bumped from ^22.20.1 to ^23.0.0
109
- * @looker/sdk-codegen bumped from ^21.7.4 to ^21.8.0
110
- * @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
121
+ - The following workspace dependencies were updated
122
+ - dependencies
123
+ - @looker/code-editor bumped from ^0.1.27 to ^0.1.28
124
+ - @looker/extension-utils bumped from ^0.1.19 to ^0.1.20
125
+ - @looker/sdk bumped from ^22.20.1 to ^23.0.0
126
+ - @looker/sdk-codegen bumped from ^21.7.4 to ^21.8.0
127
+ - @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
111
128
 
112
129
  ### [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)
113
130
 
114
-
115
131
  ### Features
116
132
 
117
- * 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))
118
-
133
+ - 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))
119
134
 
120
135
  ### Dependencies
121
136
 
122
- * The following workspace dependencies were updated
123
- * dependencies
124
- * @looker/code-editor bumped from ^0.1.26 to ^0.1.27
125
- * @looker/extension-utils bumped from ^0.1.18 to ^0.1.19
126
- * @looker/sdk bumped from ^22.20.0 to ^22.20.1
127
- * @looker/sdk-codegen bumped from ^21.7.3 to ^21.7.4
128
- * @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
137
+ - The following workspace dependencies were updated
138
+ - dependencies
139
+ - @looker/code-editor bumped from ^0.1.26 to ^0.1.27
140
+ - @looker/extension-utils bumped from ^0.1.18 to ^0.1.19
141
+ - @looker/sdk bumped from ^22.20.0 to ^22.20.1
142
+ - @looker/sdk-codegen bumped from ^21.7.3 to ^21.7.4
143
+ - @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
129
144
 
130
145
  ### [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)
131
146
 
132
-
133
147
  ### Bug Fixes
134
148
 
135
- * 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))
136
-
149
+ - 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))
137
150
 
138
151
  ### Dependencies
139
152
 
140
- * The following workspace dependencies were updated
141
- * dependencies
142
- * @looker/code-editor bumped from ^0.1.25 to ^0.1.26
143
- * @looker/extension-utils bumped from ^0.1.17 to ^0.1.18
144
- * @looker/sdk bumped from ^22.18.0 to ^22.20.0
145
- * @looker/sdk-codegen bumped from ^21.7.2 to ^21.7.3
153
+ - The following workspace dependencies were updated
154
+ - dependencies
155
+ - @looker/code-editor bumped from ^0.1.25 to ^0.1.26
156
+ - @looker/extension-utils bumped from ^0.1.17 to ^0.1.18
157
+ - @looker/sdk bumped from ^22.18.0 to ^22.20.0
158
+ - @looker/sdk-codegen bumped from ^21.7.2 to ^21.7.3
146
159
 
147
160
  ### [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)
148
161
 
149
-
150
162
  ### Dependencies
151
163
 
152
- * The following workspace dependencies were updated
153
- * dependencies
154
- * @looker/code-editor bumped from ^0.1.24 to ^0.1.25
155
- * @looker/extension-utils bumped from ^0.1.16 to ^0.1.17
156
- * @looker/sdk bumped from ^22.16.0 to ^22.18.0
157
- * @looker/sdk-codegen bumped from ^21.7.1 to ^21.7.2
164
+ - The following workspace dependencies were updated
165
+ - dependencies
166
+ - @looker/code-editor bumped from ^0.1.24 to ^0.1.25
167
+ - @looker/extension-utils bumped from ^0.1.16 to ^0.1.17
168
+ - @looker/sdk bumped from ^22.16.0 to ^22.18.0
169
+ - @looker/sdk-codegen bumped from ^21.7.1 to ^21.7.2
158
170
 
159
171
  ### [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)
160
172
 
161
-
162
173
  ### Dependencies
163
174
 
164
- * The following workspace dependencies were updated
165
- * dependencies
166
- * @looker/extension-utils bumped from ^0.1.15 to ^0.1.16
167
- * @looker/sdk bumped from ^22.14.0 to ^22.16.0
175
+ - The following workspace dependencies were updated
176
+ - dependencies
177
+ - @looker/extension-utils bumped from ^0.1.15 to ^0.1.16
178
+ - @looker/sdk bumped from ^22.14.0 to ^22.16.0
168
179
 
169
180
  ### [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)
170
181
 
171
-
172
182
  ### Dependencies
173
183
 
174
- * The following workspace dependencies were updated
175
- * dependencies
176
- * @looker/extension-utils bumped from ^0.1.14 to ^0.1.15
177
- * @looker/sdk bumped from ^22.12.1 to ^22.14.0
184
+ - The following workspace dependencies were updated
185
+ - dependencies
186
+ - @looker/extension-utils bumped from ^0.1.14 to ^0.1.15
187
+ - @looker/sdk bumped from ^22.12.1 to ^22.14.0
178
188
 
179
189
  ### [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)
180
190
 
181
-
182
191
  ### Features
183
192
 
184
- * 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))
185
- * 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))
186
-
193
+ - 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))
194
+ - 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))
187
195
 
188
196
  ### Bug Fixes
189
197
 
190
- * 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))
191
-
198
+ - 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))
192
199
 
193
200
  ### Dependencies
194
201
 
195
- * The following workspace dependencies were updated
196
- * dependencies
197
- * @looker/code-editor bumped from ^0.1.23 to ^0.1.24
198
- * @looker/extension-utils bumped from ^0.1.13 to ^0.1.14
199
- * @looker/sdk bumped from ^22.10.1 to ^22.12.1
200
- * @looker/sdk-codegen bumped from ^21.7.0 to ^21.7.1
201
- * @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
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
202
209
 
203
210
  ### [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)
204
211
 
205
-
206
212
  ### Dependencies
207
213
 
208
- * The following workspace dependencies were updated
209
- * dependencies
210
- * @looker/code-editor bumped from ^0.1.22 to ^0.1.23
211
- * @looker/extension-utils bumped from ^0.1.12 to ^0.1.13
212
- * @looker/sdk bumped from ^22.10.0 to ^22.10.1
213
- * @looker/sdk-codegen bumped from ^21.6.0 to ^21.7.0
214
+ - The following workspace dependencies were updated
215
+ - dependencies
216
+ - @looker/code-editor bumped from ^0.1.22 to ^0.1.23
217
+ - @looker/extension-utils bumped from ^0.1.12 to ^0.1.13
218
+ - @looker/sdk bumped from ^22.10.0 to ^22.10.1
219
+ - @looker/sdk-codegen bumped from ^21.6.0 to ^21.7.0
214
220
 
215
221
  ### [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)
216
222
 
217
-
218
223
  ### Dependencies
219
224
 
220
- * The following workspace dependencies were updated
221
- * dependencies
222
- * @looker/extension-utils bumped from ^0.1.11 to ^0.1.12
223
- * @looker/sdk bumped from ^22.8.0 to ^22.10.0
225
+ - The following workspace dependencies were updated
226
+ - dependencies
227
+ - @looker/extension-utils bumped from ^0.1.11 to ^0.1.12
228
+ - @looker/sdk bumped from ^22.8.0 to ^22.10.0
224
229
 
225
230
  ### [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)
226
231
 
227
-
228
232
  ### Dependencies
229
233
 
230
- * The following workspace dependencies were updated
231
- * dependencies
232
- * @looker/extension-utils bumped from ^0.1.10 to ^0.1.11
233
- * @looker/sdk bumped from ^22.6.0 to ^22.8.0
234
+ - The following workspace dependencies were updated
235
+ - dependencies
236
+ - @looker/extension-utils bumped from ^0.1.10 to ^0.1.11
237
+ - @looker/sdk bumped from ^22.6.0 to ^22.8.0
234
238
 
235
239
  ### [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)
236
240
 
237
-
238
241
  ### Dependencies
239
242
 
240
- * The following workspace dependencies were updated
241
- * dependencies
242
- * @looker/code-editor bumped from ^0.1.21 to ^0.1.22
243
- * @looker/extension-utils bumped from ^0.1.9 to ^0.1.10
244
- * @looker/sdk bumped from ^22.4.2 to ^22.6.0
245
- * @looker/sdk-codegen bumped from ^21.5.2 to ^21.6.0
246
- * @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
243
+ - The following workspace dependencies were updated
244
+ - dependencies
245
+ - @looker/code-editor bumped from ^0.1.21 to ^0.1.22
246
+ - @looker/extension-utils bumped from ^0.1.9 to ^0.1.10
247
+ - @looker/sdk bumped from ^22.4.2 to ^22.6.0
248
+ - @looker/sdk-codegen bumped from ^21.5.2 to ^21.6.0
249
+ - @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
247
250
 
248
251
  ### [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)
249
252
 
250
-
251
253
  ### Dependencies
252
254
 
253
- * The following workspace dependencies were updated
254
- * dependencies
255
- * @looker/code-editor bumped from ^0.1.20 to ^0.1.21
256
- * @looker/extension-utils bumped from ^0.1.8 to ^0.1.9
257
- * @looker/sdk bumped from ^22.4.1 to ^22.4.2
258
- * @looker/sdk-codegen bumped from ^21.5.1 to ^21.5.2
259
- * @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
255
+ - The following workspace dependencies were updated
256
+ - dependencies
257
+ - @looker/code-editor bumped from ^0.1.20 to ^0.1.21
258
+ - @looker/extension-utils bumped from ^0.1.8 to ^0.1.9
259
+ - @looker/sdk bumped from ^22.4.1 to ^22.4.2
260
+ - @looker/sdk-codegen bumped from ^21.5.1 to ^21.5.2
261
+ - @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
260
262
 
261
263
  ### [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)
262
264
 
263
-
264
265
  ### Dependencies
265
266
 
266
- * The following workspace dependencies were updated
267
- * dependencies
268
- * @looker/code-editor bumped from ^0.1.19 to ^0.1.20
269
- * @looker/extension-utils bumped from ^0.1.7 to ^0.1.8
270
- * @looker/sdk bumped from ^22.4.0 to ^22.4.1
271
- * @looker/sdk-codegen bumped from ^21.5.0 to ^21.5.1
267
+ - The following workspace dependencies were updated
268
+ - dependencies
269
+ - @looker/code-editor bumped from ^0.1.19 to ^0.1.20
270
+ - @looker/extension-utils bumped from ^0.1.7 to ^0.1.8
271
+ - @looker/sdk bumped from ^22.4.0 to ^22.4.1
272
+ - @looker/sdk-codegen bumped from ^21.5.0 to ^21.5.1
272
273
 
273
274
  ### [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)
274
275
 
275
-
276
276
  ### Dependencies
277
277
 
278
- * The following workspace dependencies were updated
279
- * dependencies
280
- * @looker/extension-utils bumped from ^0.1.6 to ^0.1.7
281
- * @looker/sdk bumped from ^22.2.0 to ^22.4.0
278
+ - The following workspace dependencies were updated
279
+ - dependencies
280
+ - @looker/extension-utils bumped from ^0.1.6 to ^0.1.7
281
+ - @looker/sdk bumped from ^22.2.0 to ^22.4.0
282
282
 
283
283
  ### [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)
284
284
 
285
-
286
285
  ### Dependencies
287
286
 
288
- * The following workspace dependencies were updated
289
- * dependencies
290
- * @looker/code-editor bumped from ^0.1.18 to ^0.1.19
291
- * @looker/extension-utils bumped from ^0.1.5 to ^0.1.6
292
- * @looker/sdk-codegen bumped from ^21.4.0 to ^21.5.0
287
+ - The following workspace dependencies were updated
288
+ - dependencies
289
+ - @looker/code-editor bumped from ^0.1.18 to ^0.1.19
290
+ - @looker/extension-utils bumped from ^0.1.5 to ^0.1.6
291
+ - @looker/sdk-codegen bumped from ^21.4.0 to ^21.5.0
293
292
 
294
293
  ### [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)
295
294
 
296
-
297
295
  ### Dependencies
298
296
 
299
- * The following workspace dependencies were updated
300
- * dependencies
301
- * @looker/extension-utils bumped from ^0.1.4 to ^0.1.5
302
- * @looker/sdk bumped from ^22.0.0 to ^22.2.0
297
+ - The following workspace dependencies were updated
298
+ - dependencies
299
+ - @looker/extension-utils bumped from ^0.1.4 to ^0.1.5
300
+ - @looker/sdk bumped from ^22.0.0 to ^22.2.0
303
301
 
304
302
  ### [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)
305
303
 
306
-
307
304
  ### Dependencies
308
305
 
309
- * The following workspace dependencies were updated
310
- * dependencies
311
- * @looker/code-editor bumped from ^0.1.17 to ^0.1.18
312
- * @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
313
- * @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
306
+ - The following workspace dependencies were updated
307
+ - dependencies
308
+ - @looker/code-editor bumped from ^0.1.17 to ^0.1.18
309
+ - @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
310
+ - @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
314
311
 
315
312
  ### [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)
316
313
 
317
-
318
314
  ### Features
319
315
 
320
- * 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))
321
- * OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
322
-
316
+ - 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))
317
+ - OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
323
318
 
324
319
  ### Bug Fixes
325
320
 
326
- * 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))
327
-
321
+ - 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))
328
322
 
329
323
  ### Dependencies
330
324
 
331
- * The following workspace dependencies were updated
332
- * dependencies
333
- * @looker/sdk bumped from ^21.20.0 to ^21.20.1
325
+ - The following workspace dependencies were updated
326
+ - dependencies
327
+ - @looker/sdk bumped from ^21.20.0 to ^21.20.1
334
328
 
335
329
  ### [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)
336
330
 
337
-
338
331
  ### Dependencies
339
332
 
340
- * The following workspace dependencies were updated
341
- * dependencies
342
- * @looker/code-editor bumped from ^0.1.16 to ^0.1.17
343
- * @looker/extension-utils bumped from ^0.1.2 to ^0.1.3
344
- * @looker/sdk-codegen bumped from ^21.3.0 to ^21.3.1
345
- * @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
333
+ - The following workspace dependencies were updated
334
+ - dependencies
335
+ - @looker/code-editor bumped from ^0.1.16 to ^0.1.17
336
+ - @looker/extension-utils bumped from ^0.1.2 to ^0.1.3
337
+ - @looker/sdk-codegen bumped from ^21.3.0 to ^21.3.1
338
+ - @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
346
339
 
347
340
  ### [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)
348
341
 
349
-
350
342
  ### Features
351
343
 
352
- * 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))
353
-
344
+ - 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))
354
345
 
355
346
  ### Dependencies
356
347
 
357
- * The following workspace dependencies were updated
358
- * dependencies
359
- * @looker/code-editor bumped from ^0.1.15 to ^0.1.16
360
- * @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
361
- * @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
362
- * @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
348
+ - The following workspace dependencies were updated
349
+ - dependencies
350
+ - @looker/code-editor bumped from ^0.1.15 to ^0.1.16
351
+ - @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
352
+ - @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
353
+ - @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
363
354
 
364
355
  ### [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)
365
356
 
366
-
367
357
  ### Features
368
358
 
369
- * OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
370
-
359
+ - OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
371
360
 
372
361
  ### Bug Fixes
373
362
 
374
- * 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))
375
-
363
+ - 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))
376
364
 
377
365
  ### Dependencies
378
366
 
379
- * The following workspace dependencies were updated
380
- * dependencies
381
- * @looker/code-editor bumped from ^0.1.14 to ^0.1.15
382
- * @looker/extension-utils bumped from ^0.1.0 to ^0.1.1
383
- * @looker/sdk-codegen bumped from ^21.2.0 to ^21.2.1
367
+ - The following workspace dependencies were updated
368
+ - dependencies
369
+ - @looker/code-editor bumped from ^0.1.14 to ^0.1.15
370
+ - @looker/extension-utils bumped from ^0.1.0 to ^0.1.1
371
+ - @looker/sdk-codegen bumped from ^21.2.0 to ^21.2.1
384
372
 
385
373
  ### [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)
386
374
 
387
-
388
375
  ### Features
389
376
 
390
- * 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))
391
- * 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))
392
-
377
+ - create @looker/extension-utils ([#886](https://www.github.com/looker-open-source/sdk-codegen/issues/886)) ([9d1720d](https://www.github.com/looker-open-source/sdk-codegen/commit/9d1720d9a4cec00c45195dd9c716d9a2a929264f))
378
+ - 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))
393
379
 
394
380
  ### Bug Fixes
395
381
 
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))
397
-
382
+ - 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))
398
383
 
399
384
  ### Dependencies
400
385
 
401
- * The following workspace dependencies were updated
402
- * dependencies
403
- * @looker/sdk bumped from ^21.18.1 to ^21.20.0
404
- * @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0
405
- * @looker/code-editor bumped from ^0.1.13 to ^0.1.14
406
- * @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
386
+ - The following workspace dependencies were updated
387
+ - dependencies
388
+ - @looker/sdk bumped from ^21.18.1 to ^21.20.0
389
+ - @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0
390
+ - @looker/code-editor bumped from ^0.1.13 to ^0.1.14
391
+ - @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
407
392
 
408
393
  ### [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)
409
394
 
410
-
411
395
  ### Dependencies
412
396
 
413
- * The following workspace dependencies were updated
414
- * dependencies
415
- * @looker/sdk bumped from ^21.18.0 to ^21.18.1
416
- * @looker/sdk-codegen bumped from ^21.1.0 to ^21.1.1
417
- * @looker/code-editor bumped from ^0.1.12 to ^0.1.13
418
- * @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
397
+ - The following workspace dependencies were updated
398
+ - dependencies
399
+ - @looker/sdk bumped from ^21.18.0 to ^21.18.1
400
+ - @looker/sdk-codegen bumped from ^21.1.0 to ^21.1.1
401
+ - @looker/code-editor bumped from ^0.1.12 to ^0.1.13
402
+ - @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
419
403
 
420
404
  ### [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)
421
405
 
422
-
423
406
  ### Dependencies
424
407
 
425
- * The following workspace dependencies were updated
426
- * dependencies
427
- * @looker/sdk bumped from ^21.16.0 to ^21.18.0
428
- * @looker/code-editor bumped from ^0.1.11 to ^0.1.12
408
+ - The following workspace dependencies were updated
409
+ - dependencies
410
+ - @looker/sdk bumped from ^21.16.0 to ^21.18.0
411
+ - @looker/code-editor bumped from ^0.1.11 to ^0.1.12
429
412
 
430
413
  ### [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)
431
414
 
432
-
433
415
  ### Features
434
416
 
435
- * 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))
436
- * 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))
437
- * 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))
438
- * 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))
439
-
417
+ - 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))
418
+ - 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))
419
+ - 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))
420
+ - 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))
440
421
 
441
422
  ### Bug Fixes
442
423
 
443
- * 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))
444
- * 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))
445
- * 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))
446
- * 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))
447
-
424
+ - 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))
425
+ - 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))
426
+ - 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))
427
+ - 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))
448
428
 
449
429
  ### Dependencies
450
430
 
451
- * The following workspace dependencies were updated
452
- * dependencies
453
- * @looker/sdk bumped from ^21.14.0 to ^21.16.0
454
- * @looker/sdk-codegen bumped from ^21.0.25 to ^21.1.0
455
- * @looker/code-editor bumped from ^0.1.10 to ^0.1.11
456
- * @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
431
+ - The following workspace dependencies were updated
432
+ - dependencies
433
+ - @looker/sdk bumped from ^21.14.0 to ^21.16.0
434
+ - @looker/sdk-codegen bumped from ^21.0.25 to ^21.1.0
435
+ - @looker/code-editor bumped from ^0.1.10 to ^0.1.11
436
+ - @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
457
437
 
458
438
  ### [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)
459
439
 
460
-
461
440
  ### Features
462
441
 
463
- * 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))
464
- * 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))
465
-
442
+ - 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))
443
+ - 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))
466
444
 
467
445
  ### Dependencies
468
446
 
469
- * The following workspace dependencies were updated
470
- * dependencies
471
- * @looker/sdk bumped from ^21.12.0 to ^21.14.0
472
- * @looker/sdk-codegen bumped from ^21.0.24 to ^21.0.25
473
- * @looker/code-editor bumped from ^0.1.9 to ^0.1.10
474
- * @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
447
+ - The following workspace dependencies were updated
448
+ - dependencies
449
+ - @looker/sdk bumped from ^21.12.0 to ^21.14.0
450
+ - @looker/sdk-codegen bumped from ^21.0.24 to ^21.0.25
451
+ - @looker/code-editor bumped from ^0.1.9 to ^0.1.10
452
+ - @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
475
453
 
476
454
  ### [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)
477
455
 
478
-
479
456
  ### Features
480
457
 
481
- * 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))
482
-
458
+ - 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))
483
459
 
484
460
  ### Dependencies
485
461
 
486
- * The following workspace dependencies were updated
487
- * dependencies
488
- * @looker/sdk-codegen bumped from ^21.0.23 to ^21.0.24
489
- * @looker/code-editor bumped from ^0.1.8 to ^0.1.9
462
+ - The following workspace dependencies were updated
463
+ - dependencies
464
+ - @looker/sdk-codegen bumped from ^21.0.23 to ^21.0.24
465
+ - @looker/code-editor bumped from ^0.1.8 to ^0.1.9
490
466
 
491
467
  ### [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)
492
468
 
493
-
494
469
  ### Dependencies
495
470
 
496
- * The following workspace dependencies were updated
497
- * dependencies
498
- * @looker/sdk bumped from ^21.10.2 to ^21.12.0
471
+ - The following workspace dependencies were updated
472
+ - dependencies
473
+ - @looker/sdk bumped from ^21.10.2 to ^21.12.0
499
474
 
500
475
  ### [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)
501
476
 
502
-
503
477
  ### Dependencies
504
478
 
505
- * The following workspace dependencies were updated
506
- * dependencies
507
- * @looker/sdk bumped from ^21.10.1 to ^21.10.2
508
- * @looker/sdk-codegen bumped from ^21.0.22 to ^21.0.23
509
- * @looker/code-editor bumped from ^0.1.7 to ^0.1.8
510
- * @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
479
+ - The following workspace dependencies were updated
480
+ - dependencies
481
+ - @looker/sdk bumped from ^21.10.1 to ^21.10.2
482
+ - @looker/sdk-codegen bumped from ^21.0.22 to ^21.0.23
483
+ - @looker/code-editor bumped from ^0.1.7 to ^0.1.8
484
+ - @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
511
485
 
512
486
  ### [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)
513
487
 
514
-
515
488
  ### Bug Fixes
516
489
 
517
- * 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))
490
+ - 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))
518
491
 
519
492
  ### [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)
520
493
 
521
-
522
494
  ### Dependencies
523
495
 
524
- * The following workspace dependencies were updated
525
- * dependencies
526
- * @looker/sdk bumped from ^21.10.0 to ^21.10.1
527
- * @looker/sdk-codegen bumped from ^21.0.21 to ^21.0.22
528
- * @looker/code-editor bumped from ^0.1.6 to ^0.1.7
529
- * @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
496
+ - The following workspace dependencies were updated
497
+ - dependencies
498
+ - @looker/sdk bumped from ^21.10.0 to ^21.10.1
499
+ - @looker/sdk-codegen bumped from ^21.0.21 to ^21.0.22
500
+ - @looker/code-editor bumped from ^0.1.6 to ^0.1.7
501
+ - @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
530
502
 
531
503
  ### [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)
532
504
 
533
-
534
505
  ### Bug Fixes
535
506
 
536
- * 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))
537
-
507
+ - 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))
538
508
 
539
509
  ### Dependencies
540
510
 
541
- * The following workspace dependencies were updated
542
- * dependencies
543
- * @looker/sdk bumped from ^21.8.3 to ^21.10.0
544
- * @looker/sdk-codegen bumped from ^21.0.20 to ^21.0.21
545
- * @looker/code-editor bumped from ^0.1.5 to ^0.1.6
546
- * @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
511
+ - The following workspace dependencies were updated
512
+ - dependencies
513
+ - @looker/sdk bumped from ^21.8.3 to ^21.10.0
514
+ - @looker/sdk-codegen bumped from ^21.0.20 to ^21.0.21
515
+ - @looker/code-editor bumped from ^0.1.5 to ^0.1.6
516
+ - @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
547
517
 
548
518
  ### [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)
549
519
 
550
-
551
520
  ### Dependencies
552
521
 
553
- * The following workspace dependencies were updated
554
- * dependencies
555
- * @looker/sdk bumped from ^21.8.2 to ^21.8.3
556
- * @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20
557
- * @looker/code-editor bumped from ^0.1.4 to ^0.1.5
558
- * @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
522
+ - The following workspace dependencies were updated
523
+ - dependencies
524
+ - @looker/sdk bumped from ^21.8.2 to ^21.8.3
525
+ - @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20
526
+ - @looker/code-editor bumped from ^0.1.4 to ^0.1.5
527
+ - @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
559
528
 
560
529
  ### [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)
561
530
 
562
-
563
531
  ### Dependencies
564
532
 
565
- * The following workspace dependencies were updated
566
- * dependencies
567
- * @looker/sdk bumped from ^21.8.1 to ^21.8.2
568
- * @looker/sdk-codegen bumped from ^21.0.18 to ^21.0.19
569
- * @looker/code-editor bumped from ^0.1.3 to ^0.1.4
570
- * @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
533
+ - The following workspace dependencies were updated
534
+ - dependencies
535
+ - @looker/sdk bumped from ^21.8.1 to ^21.8.2
536
+ - @looker/sdk-codegen bumped from ^21.0.18 to ^21.0.19
537
+ - @looker/code-editor bumped from ^0.1.3 to ^0.1.4
538
+ - @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
571
539
 
572
540
  ### [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)
573
541
 
574
-
575
542
  ### Features
576
543
 
577
- * 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))
578
- * 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))
579
-
544
+ - 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))
545
+ - 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))
580
546
 
581
547
  ### Dependencies
582
548
 
583
- * The following workspace dependencies were updated
584
- * dependencies
585
- * @looker/sdk bumped from ^21.8.0 to ^21.8.1
586
- * @looker/sdk-codegen bumped from ^21.0.17 to ^21.0.18
587
- * @looker/code-editor bumped from ^0.1.2 to ^0.1.3
588
- * @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
549
+ - The following workspace dependencies were updated
550
+ - dependencies
551
+ - @looker/sdk bumped from ^21.8.0 to ^21.8.1
552
+ - @looker/sdk-codegen bumped from ^21.0.17 to ^21.0.18
553
+ - @looker/code-editor bumped from ^0.1.2 to ^0.1.3
554
+ - @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
589
555
 
590
556
  ### [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)
591
557
 
592
-
593
558
  ### Dependencies
594
559
 
595
- * The following workspace dependencies were updated
596
- * dependencies
597
- * @looker/sdk bumped from ^21.6.1 to ^21.8.0
560
+ - The following workspace dependencies were updated
561
+ - dependencies
562
+ - @looker/sdk bumped from ^21.6.1 to ^21.8.0
598
563
 
599
564
  ### [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)
600
565
 
601
-
602
566
  ### Features
603
567
 
604
- * 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))
605
- * 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))
606
-
568
+ - 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))
569
+ - 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))
607
570
 
608
571
  ### Bug Fixes
609
572
 
610
- * sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
611
- * sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
612
-
573
+ - sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
574
+ - sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
613
575
 
614
576
  ### Dependencies
615
577
 
616
- * The following workspace dependencies were updated
617
- * dependencies
618
- * @looker/sdk bumped from ^21.6.0 to ^21.6.1
619
- * @looker/sdk-codegen bumped from ^21.0.16 to ^21.0.17
620
- * @looker/code-editor bumped from ^0.1.1 to ^0.1.2
578
+ - The following workspace dependencies were updated
579
+ - dependencies
580
+ - @looker/sdk bumped from ^21.6.0 to ^21.6.1
581
+ - @looker/sdk-codegen bumped from ^21.0.16 to ^21.0.17
582
+ - @looker/code-editor bumped from ^0.1.1 to ^0.1.2
621
583
 
622
584
  ### [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)
623
585
 
624
-
625
586
  ### Dependencies
626
587
 
627
- * The following workspace dependencies were updated
628
- * dependencies
629
- * @looker/sdk bumped from ^21.4.3 to ^21.6.0
630
- * @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16
631
- * @looker/code-editor bumped from ^0.1.0 to ^0.1.1
632
- * @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
588
+ - The following workspace dependencies were updated
589
+ - dependencies
590
+ - @looker/sdk bumped from ^21.4.3 to ^21.6.0
591
+ - @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16
592
+ - @looker/code-editor bumped from ^0.1.0 to ^0.1.1
593
+ - @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
633
594
 
634
595
  ### [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)
635
596
 
636
-
637
597
  ### Features
638
598
 
639
- * 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))
640
- * 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))
599
+ - 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))
600
+ - 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))
641
601
 
642
602
  ### [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)
643
603
 
644
-
645
604
  ### Dependencies
646
605
 
647
- * The following workspace dependencies were updated
648
- * dependencies
649
- * @looker/sdk bumped from ^21.4.2 to ^21.4.3
650
- * @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15
651
- * @looker/code-editor bumped from ^0.0.1 to ^0.0.2
606
+ - The following workspace dependencies were updated
607
+ - dependencies
608
+ - @looker/sdk bumped from ^21.4.2 to ^21.4.3
609
+ - @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15
610
+ - @looker/code-editor bumped from ^0.0.1 to ^0.0.2
652
611
 
653
612
  ### [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)
654
613
 
655
-
656
614
  ### Features
657
615
 
658
- * 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))
659
-
616
+ - 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))
660
617
 
661
618
  ### Bug Fixes
662
619
 
663
- * 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))
664
-
620
+ - 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))
665
621
 
666
622
  ### Dependencies
667
623
 
668
- * The following workspace dependencies were updated
669
- * dependencies
670
- * @looker/sdk bumped from ^21.4.1 to ^21.4.2
671
- * @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
624
+ - The following workspace dependencies were updated
625
+ - dependencies
626
+ - @looker/sdk bumped from ^21.4.1 to ^21.4.2
627
+ - @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
672
628
 
673
629
  ### [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)
674
630
 
675
-
676
631
  ### Features
677
632
 
678
- * 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))
679
-
633
+ - 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))
680
634
 
681
635
  ### Bug Fixes
682
636
 
683
- * 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))
684
-
637
+ - 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))
685
638
 
686
639
  ### Dependencies
687
640
 
688
- * The following workspace dependencies were updated
689
- * dependencies
690
- * @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.13
641
+ - The following workspace dependencies were updated
642
+ - dependencies
643
+ - @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.13
691
644
 
692
645
  ### [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)
693
646
 
694
-
695
647
  ### Features
696
648
 
697
- * 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))
698
-
649
+ - 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))
699
650
 
700
651
  ### Bug Fixes
701
652
 
702
- * 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))
703
- * 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))
704
-
653
+ - 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))
654
+ - 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))
705
655
 
706
656
  ### Dependencies
707
657
 
708
- * The following workspace dependencies were updated
709
- * dependencies
710
- * @looker/sdk bumped from ^21.4.0 to ^21.4.1
711
- * @looker/sdk-codegen bumped from ^21.0.11 to ^21.0.12
712
- * @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
658
+ - The following workspace dependencies were updated
659
+ - dependencies
660
+ - @looker/sdk bumped from ^21.4.0 to ^21.4.1
661
+ - @looker/sdk-codegen bumped from ^21.0.11 to ^21.0.12
662
+ - @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
713
663
 
714
664
  ### [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)
715
665
 
716
-
717
666
  ### Features
718
667
 
719
- * 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))
720
-
721
-
668
+ - 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))
722
669
 
723
670
  ### Dependencies
724
671
 
725
- * The following workspace dependencies were updated
726
- * dependencies
727
- * @looker/sdk bumped from ^21.0.10 to ^21.4.0
728
- * @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
729
- * @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
730
- * @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
672
+ - The following workspace dependencies were updated
673
+ - dependencies
674
+ - @looker/sdk bumped from ^21.0.10 to ^21.4.0
675
+ - @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
676
+ - @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
677
+ - @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11