@looker/run-it 0.9.55 → 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 +330 -390
  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,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
63
 
64
64
  ### Dependencies
65
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
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
70
84
 
71
85
  ### Dependencies
72
86
 
73
87
  * The following workspace dependencies were updated
74
88
  * 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
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
77
91
 
78
92
  ### Dependencies
79
93
 
80
94
  * The following workspace dependencies were updated
81
95
  * 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
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
84
98
 
85
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)
86
100
 
87
-
88
101
  ### Features
89
102
 
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
-
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))
92
104
 
93
105
  ### Dependencies
94
106
 
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
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
99
111
 
100
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)
101
113
 
102
-
103
114
  ### Features
104
115
 
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
-
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))
108
118
 
109
119
  ### Dependencies
110
120
 
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
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
118
128
 
119
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)
120
130
 
121
-
122
131
  ### Features
123
132
 
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
-
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))
126
134
 
127
135
  ### Dependencies
128
136
 
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
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
136
144
 
137
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)
138
146
 
139
-
140
147
  ### Bug Fixes
141
148
 
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
-
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))
144
150
 
145
151
  ### Dependencies
146
152
 
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
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
153
159
 
154
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)
155
161
 
156
-
157
162
  ### Dependencies
158
163
 
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
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
165
170
 
166
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)
167
172
 
168
-
169
173
  ### Dependencies
170
174
 
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
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
175
179
 
176
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)
177
181
 
178
-
179
182
  ### Dependencies
180
183
 
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
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
185
188
 
186
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)
187
190
 
188
-
189
191
  ### Features
190
192
 
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
-
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))
194
195
 
195
196
  ### Bug Fixes
196
197
 
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
-
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))
199
199
 
200
200
  ### Dependencies
201
201
 
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
+ - 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
209
209
 
210
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)
211
211
 
212
-
213
212
  ### Dependencies
214
213
 
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
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
221
220
 
222
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)
223
222
 
224
-
225
223
  ### Dependencies
226
224
 
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
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
231
229
 
232
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)
233
231
 
234
-
235
232
  ### Dependencies
236
233
 
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
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
241
238
 
242
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)
243
240
 
244
-
245
241
  ### Dependencies
246
242
 
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
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
254
250
 
255
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)
256
252
 
257
-
258
253
  ### Dependencies
259
254
 
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
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
267
262
 
268
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)
269
264
 
270
-
271
265
  ### Dependencies
272
266
 
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
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
279
273
 
280
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)
281
275
 
282
-
283
276
  ### Dependencies
284
277
 
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
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
289
282
 
290
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)
291
284
 
292
-
293
285
  ### Dependencies
294
286
 
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
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
300
292
 
301
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)
302
294
 
303
-
304
295
  ### Dependencies
305
296
 
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
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
310
301
 
311
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)
312
303
 
313
-
314
304
  ### Dependencies
315
305
 
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
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
321
311
 
322
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)
323
313
 
324
-
325
314
  ### Features
326
315
 
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
-
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))
330
318
 
331
319
  ### Bug Fixes
332
320
 
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
-
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))
335
322
 
336
323
  ### Dependencies
337
324
 
338
- * The following workspace dependencies were updated
339
- * dependencies
340
- * @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
341
328
 
342
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)
343
330
 
344
-
345
331
  ### Dependencies
346
332
 
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
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
353
339
 
354
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)
355
341
 
356
-
357
342
  ### Features
358
343
 
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
-
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))
361
345
 
362
346
  ### Dependencies
363
347
 
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
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
370
354
 
371
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)
372
356
 
373
-
374
357
  ### Features
375
358
 
376
- * OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
377
-
359
+ - OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
378
360
 
379
361
  ### Bug Fixes
380
362
 
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
-
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))
383
364
 
384
365
  ### Dependencies
385
366
 
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
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
391
372
 
392
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)
393
374
 
394
-
395
375
  ### Features
396
376
 
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
-
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))
400
379
 
401
380
  ### Bug Fixes
402
381
 
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
-
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))
405
383
 
406
384
  ### Dependencies
407
385
 
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
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
414
392
 
415
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)
416
394
 
417
-
418
395
  ### Dependencies
419
396
 
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
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
426
403
 
427
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)
428
405
 
429
-
430
406
  ### Dependencies
431
407
 
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
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
436
412
 
437
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)
438
414
 
439
-
440
415
  ### Features
441
416
 
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
-
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))
447
421
 
448
422
  ### Bug Fixes
449
423
 
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
-
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))
455
428
 
456
429
  ### Dependencies
457
430
 
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
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
464
437
 
465
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)
466
439
 
467
-
468
440
  ### Features
469
441
 
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
-
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))
473
444
 
474
445
  ### Dependencies
475
446
 
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
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
482
453
 
483
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)
484
455
 
485
-
486
456
  ### Features
487
457
 
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
-
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))
490
459
 
491
460
  ### Dependencies
492
461
 
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
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
497
466
 
498
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)
499
468
 
500
-
501
469
  ### Dependencies
502
470
 
503
- * The following workspace dependencies were updated
504
- * dependencies
505
- * @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
506
474
 
507
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)
508
476
 
509
-
510
477
  ### Dependencies
511
478
 
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
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
518
485
 
519
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)
520
487
 
521
-
522
488
  ### Bug Fixes
523
489
 
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))
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))
525
491
 
526
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)
527
493
 
528
-
529
494
  ### Dependencies
530
495
 
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
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
537
502
 
538
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)
539
504
 
540
-
541
505
  ### Bug Fixes
542
506
 
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
-
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))
545
508
 
546
509
  ### Dependencies
547
510
 
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
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
554
517
 
555
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)
556
519
 
557
-
558
520
  ### Dependencies
559
521
 
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
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
566
528
 
567
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)
568
530
 
569
-
570
531
  ### Dependencies
571
532
 
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
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
578
539
 
579
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)
580
541
 
581
-
582
542
  ### Features
583
543
 
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
-
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))
587
546
 
588
547
  ### Dependencies
589
548
 
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
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
596
555
 
597
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)
598
557
 
599
-
600
558
  ### Dependencies
601
559
 
602
- * The following workspace dependencies were updated
603
- * dependencies
604
- * @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
605
563
 
606
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)
607
565
 
608
-
609
566
  ### Features
610
567
 
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
-
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))
614
570
 
615
571
  ### Bug Fixes
616
572
 
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
-
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))
620
575
 
621
576
  ### Dependencies
622
577
 
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
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
628
583
 
629
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)
630
585
 
631
-
632
586
  ### Dependencies
633
587
 
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
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
640
594
 
641
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)
642
596
 
643
-
644
597
  ### Features
645
598
 
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))
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))
648
601
 
649
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)
650
603
 
651
-
652
604
  ### Dependencies
653
605
 
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
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
659
611
 
660
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)
661
613
 
662
-
663
614
  ### Features
664
615
 
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
-
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))
667
617
 
668
618
  ### Bug Fixes
669
619
 
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
-
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))
672
621
 
673
622
  ### Dependencies
674
623
 
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
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
679
628
 
680
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)
681
630
 
682
-
683
631
  ### Features
684
632
 
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
-
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))
687
634
 
688
635
  ### Bug Fixes
689
636
 
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
-
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))
692
638
 
693
639
  ### Dependencies
694
640
 
695
- * The following workspace dependencies were updated
696
- * dependencies
697
- * @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
698
644
 
699
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)
700
646
 
701
-
702
647
  ### Features
703
648
 
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
-
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))
706
650
 
707
651
  ### Bug Fixes
708
652
 
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
-
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))
712
655
 
713
656
  ### Dependencies
714
657
 
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
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
720
663
 
721
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)
722
665
 
723
-
724
666
  ### Features
725
667
 
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
-
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))
729
669
 
730
670
  ### Dependencies
731
671
 
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
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