@looker/api-explorer 0.9.55 → 0.9.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (632) hide show
  1. package/CHANGELOG.md +580 -640
  2. package/CODE_OF_CONDUCT.md +10 -10
  3. package/dist/bundle.js +3 -0
  4. package/dist/bundle.js.LICENSE.txt +115 -0
  5. package/dist/bundle.js.map +1 -0
  6. package/e2e/MethodScene.spec.ts +23 -23
  7. package/e2e/diffScene.spec.ts +115 -115
  8. package/e2e/e2e.spec.ts +134 -134
  9. package/e2e/helpers.ts +11 -11
  10. package/jest-puppeteer.config.js +2 -2
  11. package/jest.config.js +4 -7
  12. package/lib/ApiExplorer.js +5 -3
  13. package/lib/ApiExplorer.js.map +1 -1
  14. package/lib/App.js +3 -1
  15. package/lib/App.js.map +1 -1
  16. package/lib/StandaloneApiExplorer.js +2 -2
  17. package/lib/StandaloneApiExplorer.js.map +1 -1
  18. package/lib/components/Banner/Banner.js +2 -2
  19. package/lib/components/Banner/Banner.js.map +1 -1
  20. package/lib/components/Banner/index.js.map +1 -1
  21. package/lib/components/DocActivityType/DocActivityType.js.map +1 -1
  22. package/lib/components/DocActivityType/index.js.map +1 -1
  23. package/lib/components/DocCode/DocCode.js.map +1 -1
  24. package/lib/components/DocCode/index.js.map +1 -1
  25. package/lib/components/DocMarkdown/DocMarkdown.js.map +1 -1
  26. package/lib/components/DocMarkdown/index.js.map +1 -1
  27. package/lib/components/DocMarkdown/utils.js.map +1 -1
  28. package/lib/components/DocMethodSummary/DocMethodSummary.js.map +1 -1
  29. package/lib/components/DocMethodSummary/DocSummaryStatus.js.map +1 -1
  30. package/lib/components/DocMethodSummary/index.js.map +1 -1
  31. package/lib/components/DocMethodSummary/utils.d.ts +2 -2
  32. package/lib/components/DocMethodSummary/utils.js +1 -1
  33. package/lib/components/DocMethodSummary/utils.js.map +1 -1
  34. package/lib/components/DocPseudo/DocParam.js.map +1 -1
  35. package/lib/components/DocPseudo/DocParams.js +2 -2
  36. package/lib/components/DocPseudo/DocParams.js.map +1 -1
  37. package/lib/components/DocPseudo/DocPrimaryResponse.js.map +1 -1
  38. package/lib/components/DocPseudo/DocPseudo.js.map +1 -1
  39. package/lib/components/DocPseudo/index.js.map +1 -1
  40. package/lib/components/DocRateLimited/DocRateLimited.js.map +1 -1
  41. package/lib/components/DocRateLimited/index.js.map +1 -1
  42. package/lib/components/DocReferences/DocReferences.js.map +1 -1
  43. package/lib/components/DocReferences/index.js.map +1 -1
  44. package/lib/components/DocReferences/utils.d.ts +2 -2
  45. package/lib/components/DocReferences/utils.js.map +1 -1
  46. package/lib/components/DocSDKs/DocDeclarations.js.map +1 -1
  47. package/lib/components/DocSDKs/DocSDKs.d.ts +1 -1
  48. package/lib/components/DocSDKs/DocSDKs.js +2 -2
  49. package/lib/components/DocSDKs/DocSDKs.js.map +1 -1
  50. package/lib/components/DocSDKs/index.js.map +1 -1
  51. package/lib/components/DocSDKs/utils.js.map +1 -1
  52. package/lib/components/DocSchema/DocSchema.js.map +1 -1
  53. package/lib/components/DocSchema/index.js.map +1 -1
  54. package/lib/components/DocSdkUsage/DocSdkExampleCell.js.map +1 -1
  55. package/lib/components/DocSdkUsage/DocSdkUsage.js +2 -2
  56. package/lib/components/DocSdkUsage/DocSdkUsage.js.map +1 -1
  57. package/lib/components/DocSdkUsage/index.js.map +1 -1
  58. package/lib/components/DocSdkUsage/utils.js +3 -6
  59. package/lib/components/DocSdkUsage/utils.js.map +1 -1
  60. package/lib/components/DocSource/DocSource.js +0 -1
  61. package/lib/components/DocSource/DocSource.js.map +1 -1
  62. package/lib/components/DocSource/index.js.map +1 -1
  63. package/lib/components/DocStatus/DocStatus.js.map +1 -1
  64. package/lib/components/DocStatus/index.js.map +1 -1
  65. package/lib/components/DocTitle/DocTitle.js.map +1 -1
  66. package/lib/components/DocTitle/index.js.map +1 -1
  67. package/lib/components/DocTypeSummary/DocTypeSummary.js.map +1 -1
  68. package/lib/components/DocTypeSummary/index.js.map +1 -1
  69. package/lib/components/ErrorBoundary/ErrorBoundary.d.ts +1 -1
  70. package/lib/components/ErrorBoundary/ErrorBoundary.js +2 -2
  71. package/lib/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
  72. package/lib/components/ErrorBoundary/components/SomethingWentWrong/SomethingWentWrong.js.map +1 -1
  73. package/lib/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/SomethingWentWrongGraphic.js +1 -2
  74. package/lib/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/SomethingWentWrongGraphic.js.map +1 -1
  75. package/lib/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/index.js.map +1 -1
  76. package/lib/components/ErrorBoundary/components/SomethingWentWrong/components/index.js.map +1 -1
  77. package/lib/components/ErrorBoundary/components/SomethingWentWrong/index.js.map +1 -1
  78. package/lib/components/ErrorBoundary/index.js.map +1 -1
  79. package/lib/components/ExploreType/ExploreProperty.d.ts +1 -1
  80. package/lib/components/ExploreType/ExploreProperty.js.map +1 -1
  81. package/lib/components/ExploreType/ExploreType.d.ts +1 -1
  82. package/lib/components/ExploreType/ExploreType.js.map +1 -1
  83. package/lib/components/ExploreType/exploreUtils.js +1 -2
  84. package/lib/components/ExploreType/exploreUtils.js.map +1 -1
  85. package/lib/components/ExploreType/index.js.map +1 -1
  86. package/lib/components/Header/Header.js +3 -6
  87. package/lib/components/Header/Header.js.map +1 -1
  88. package/lib/components/Header/index.js.map +1 -1
  89. package/lib/components/Link/Link.js +2 -3
  90. package/lib/components/Link/Link.js.map +1 -1
  91. package/lib/components/Link/index.js.map +1 -1
  92. package/lib/components/SelectorContainer/ApiSpecSelector.js.map +1 -1
  93. package/lib/components/SelectorContainer/SdkLanguageSelector.js +2 -2
  94. package/lib/components/SelectorContainer/SdkLanguageSelector.js.map +1 -1
  95. package/lib/components/SelectorContainer/SelectorContainer.js +1 -2
  96. package/lib/components/SelectorContainer/SelectorContainer.js.map +1 -1
  97. package/lib/components/SelectorContainer/index.js.map +1 -1
  98. package/lib/components/SelectorContainer/utils.js.map +1 -1
  99. package/lib/components/SideNav/SearchMessage.js.map +1 -1
  100. package/lib/components/SideNav/SideNav.js +2 -11
  101. package/lib/components/SideNav/SideNav.js.map +1 -1
  102. package/lib/components/SideNav/SideNavMethodTags.d.ts +2 -2
  103. package/lib/components/SideNav/SideNavMethodTags.js +2 -3
  104. package/lib/components/SideNav/SideNavMethodTags.js.map +1 -1
  105. package/lib/components/SideNav/SideNavMethods.d.ts +2 -2
  106. package/lib/components/SideNav/SideNavMethods.js +3 -4
  107. package/lib/components/SideNav/SideNavMethods.js.map +1 -1
  108. package/lib/components/SideNav/SideNavTypeTags.d.ts +2 -2
  109. package/lib/components/SideNav/SideNavTypeTags.js +2 -3
  110. package/lib/components/SideNav/SideNavTypeTags.js.map +1 -1
  111. package/lib/components/SideNav/SideNavTypes.d.ts +2 -2
  112. package/lib/components/SideNav/SideNavTypes.js +4 -5
  113. package/lib/components/SideNav/SideNavTypes.js.map +1 -1
  114. package/lib/components/SideNav/index.js.map +1 -1
  115. package/lib/components/SideNav/searchUtils.js.map +1 -1
  116. package/lib/components/common/Loader.js.map +1 -1
  117. package/lib/components/common/common.js +3 -4
  118. package/lib/components/common/common.js.map +1 -1
  119. package/lib/components/common/index.js.map +1 -1
  120. package/lib/components/index.js.map +1 -1
  121. package/lib/custom.d.js.map +1 -1
  122. package/lib/esm/ApiExplorer.js +7 -5
  123. package/lib/esm/ApiExplorer.js.map +1 -1
  124. package/lib/esm/App.js +3 -1
  125. package/lib/esm/App.js.map +1 -1
  126. package/lib/esm/StandaloneApiExplorer.js +2 -2
  127. package/lib/esm/StandaloneApiExplorer.js.map +1 -1
  128. package/lib/esm/components/Banner/Banner.js +1 -1
  129. package/lib/esm/components/Banner/Banner.js.map +1 -1
  130. package/lib/esm/components/Banner/index.js.map +1 -1
  131. package/lib/esm/components/DocActivityType/DocActivityType.js +1 -1
  132. package/lib/esm/components/DocActivityType/DocActivityType.js.map +1 -1
  133. package/lib/esm/components/DocActivityType/index.js.map +1 -1
  134. package/lib/esm/components/DocCode/DocCode.js.map +1 -1
  135. package/lib/esm/components/DocCode/index.js.map +1 -1
  136. package/lib/esm/components/DocMarkdown/DocMarkdown.js.map +1 -1
  137. package/lib/esm/components/DocMarkdown/index.js.map +1 -1
  138. package/lib/esm/components/DocMarkdown/utils.js.map +1 -1
  139. package/lib/esm/components/DocMethodSummary/DocMethodSummary.js.map +1 -1
  140. package/lib/esm/components/DocMethodSummary/DocSummaryStatus.js.map +1 -1
  141. package/lib/esm/components/DocMethodSummary/index.js.map +1 -1
  142. package/lib/esm/components/DocMethodSummary/utils.js +1 -1
  143. package/lib/esm/components/DocMethodSummary/utils.js.map +1 -1
  144. package/lib/esm/components/DocPseudo/DocParam.js.map +1 -1
  145. package/lib/esm/components/DocPseudo/DocParams.js.map +1 -1
  146. package/lib/esm/components/DocPseudo/DocPrimaryResponse.js.map +1 -1
  147. package/lib/esm/components/DocPseudo/DocPseudo.js.map +1 -1
  148. package/lib/esm/components/DocPseudo/index.js.map +1 -1
  149. package/lib/esm/components/DocRateLimited/DocRateLimited.js.map +1 -1
  150. package/lib/esm/components/DocRateLimited/index.js.map +1 -1
  151. package/lib/esm/components/DocReferences/DocReferences.js.map +1 -1
  152. package/lib/esm/components/DocReferences/index.js.map +1 -1
  153. package/lib/esm/components/DocReferences/utils.js.map +1 -1
  154. package/lib/esm/components/DocSDKs/DocDeclarations.js.map +1 -1
  155. package/lib/esm/components/DocSDKs/DocSDKs.js +1 -1
  156. package/lib/esm/components/DocSDKs/DocSDKs.js.map +1 -1
  157. package/lib/esm/components/DocSDKs/index.js.map +1 -1
  158. package/lib/esm/components/DocSDKs/utils.js.map +1 -1
  159. package/lib/esm/components/DocSchema/DocSchema.js.map +1 -1
  160. package/lib/esm/components/DocSchema/index.js.map +1 -1
  161. package/lib/esm/components/DocSdkUsage/DocSdkExampleCell.js.map +1 -1
  162. package/lib/esm/components/DocSdkUsage/DocSdkUsage.js +4 -4
  163. package/lib/esm/components/DocSdkUsage/DocSdkUsage.js.map +1 -1
  164. package/lib/esm/components/DocSdkUsage/index.js.map +1 -1
  165. package/lib/esm/components/DocSdkUsage/utils.js.map +1 -1
  166. package/lib/esm/components/DocSource/DocSource.js +0 -1
  167. package/lib/esm/components/DocSource/DocSource.js.map +1 -1
  168. package/lib/esm/components/DocSource/index.js.map +1 -1
  169. package/lib/esm/components/DocStatus/DocStatus.js.map +1 -1
  170. package/lib/esm/components/DocStatus/index.js.map +1 -1
  171. package/lib/esm/components/DocTitle/DocTitle.js.map +1 -1
  172. package/lib/esm/components/DocTitle/index.js.map +1 -1
  173. package/lib/esm/components/DocTypeSummary/DocTypeSummary.js.map +1 -1
  174. package/lib/esm/components/DocTypeSummary/index.js.map +1 -1
  175. package/lib/esm/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
  176. package/lib/esm/components/ErrorBoundary/components/SomethingWentWrong/SomethingWentWrong.js.map +1 -1
  177. package/lib/esm/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/SomethingWentWrongGraphic.js.map +1 -1
  178. package/lib/esm/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/index.js.map +1 -1
  179. package/lib/esm/components/ErrorBoundary/components/SomethingWentWrong/components/index.js.map +1 -1
  180. package/lib/esm/components/ErrorBoundary/components/SomethingWentWrong/index.js.map +1 -1
  181. package/lib/esm/components/ErrorBoundary/index.js.map +1 -1
  182. package/lib/esm/components/ExploreType/ExploreProperty.js +2 -2
  183. package/lib/esm/components/ExploreType/ExploreProperty.js.map +1 -1
  184. package/lib/esm/components/ExploreType/ExploreType.js.map +1 -1
  185. package/lib/esm/components/ExploreType/exploreUtils.js.map +1 -1
  186. package/lib/esm/components/ExploreType/index.js.map +1 -1
  187. package/lib/esm/components/Header/Header.js +1 -1
  188. package/lib/esm/components/Header/Header.js.map +1 -1
  189. package/lib/esm/components/Header/index.js.map +1 -1
  190. package/lib/esm/components/Link/Link.js +1 -1
  191. package/lib/esm/components/Link/Link.js.map +1 -1
  192. package/lib/esm/components/Link/index.js.map +1 -1
  193. package/lib/esm/components/SelectorContainer/ApiSpecSelector.js.map +1 -1
  194. package/lib/esm/components/SelectorContainer/SdkLanguageSelector.js.map +1 -1
  195. package/lib/esm/components/SelectorContainer/SelectorContainer.js +1 -1
  196. package/lib/esm/components/SelectorContainer/SelectorContainer.js.map +1 -1
  197. package/lib/esm/components/SelectorContainer/index.js.map +1 -1
  198. package/lib/esm/components/SelectorContainer/utils.js +1 -1
  199. package/lib/esm/components/SelectorContainer/utils.js.map +1 -1
  200. package/lib/esm/components/SideNav/SearchMessage.js +1 -1
  201. package/lib/esm/components/SideNav/SearchMessage.js.map +1 -1
  202. package/lib/esm/components/SideNav/SideNav.js +3 -12
  203. package/lib/esm/components/SideNav/SideNav.js.map +1 -1
  204. package/lib/esm/components/SideNav/SideNavMethodTags.js +1 -1
  205. package/lib/esm/components/SideNav/SideNavMethodTags.js.map +1 -1
  206. package/lib/esm/components/SideNav/SideNavMethods.js +1 -1
  207. package/lib/esm/components/SideNav/SideNavMethods.js.map +1 -1
  208. package/lib/esm/components/SideNav/SideNavTypeTags.js +1 -1
  209. package/lib/esm/components/SideNav/SideNavTypeTags.js.map +1 -1
  210. package/lib/esm/components/SideNav/SideNavTypes.js +2 -2
  211. package/lib/esm/components/SideNav/SideNavTypes.js.map +1 -1
  212. package/lib/esm/components/SideNav/index.js.map +1 -1
  213. package/lib/esm/components/SideNav/searchUtils.js +1 -1
  214. package/lib/esm/components/SideNav/searchUtils.js.map +1 -1
  215. package/lib/esm/components/common/Loader.js.map +1 -1
  216. package/lib/esm/components/common/common.js.map +1 -1
  217. package/lib/esm/components/common/index.js.map +1 -1
  218. package/lib/esm/components/index.js.map +1 -1
  219. package/lib/esm/index.js.map +1 -1
  220. package/lib/esm/routes/AppRouter.js.map +1 -1
  221. package/lib/esm/routes/index.js.map +1 -1
  222. package/lib/esm/scenes/DiffScene/DiffScene.js +1 -1
  223. package/lib/esm/scenes/DiffScene/DiffScene.js.map +1 -1
  224. package/lib/esm/scenes/DiffScene/DocDiff/DiffBanner.js +1 -1
  225. package/lib/esm/scenes/DiffScene/DocDiff/DiffBanner.js.map +1 -1
  226. package/lib/esm/scenes/DiffScene/DocDiff/DiffItem.js +1 -1
  227. package/lib/esm/scenes/DiffScene/DocDiff/DiffItem.js.map +1 -1
  228. package/lib/esm/scenes/DiffScene/DocDiff/DiffLegend.js.map +1 -1
  229. package/lib/esm/scenes/DiffScene/DocDiff/DocDiff.js.map +1 -1
  230. package/lib/esm/scenes/DiffScene/DocDiff/docDiffUtils.js +1 -1
  231. package/lib/esm/scenes/DiffScene/DocDiff/docDiffUtils.js.map +1 -1
  232. package/lib/esm/scenes/DiffScene/DocDiff/index.js.map +1 -1
  233. package/lib/esm/scenes/DiffScene/diffUtils.js.map +1 -1
  234. package/lib/esm/scenes/DiffScene/index.js.map +1 -1
  235. package/lib/esm/scenes/ErrorDetailScene/ErrorDetailScene.js +2 -1
  236. package/lib/esm/scenes/ErrorDetailScene/ErrorDetailScene.js.map +1 -1
  237. package/lib/esm/scenes/ErrorDetailScene/index.js.map +1 -1
  238. package/lib/esm/scenes/HomeScene/HomeScene.js.map +1 -1
  239. package/lib/esm/scenes/HomeScene/index.js.map +1 -1
  240. package/lib/esm/scenes/MethodScene/MethodScene.js +3 -3
  241. package/lib/esm/scenes/MethodScene/MethodScene.js.map +1 -1
  242. package/lib/esm/scenes/MethodScene/components/DocOperation.js.map +1 -1
  243. package/lib/esm/scenes/MethodScene/components/DocRequestBody.js.map +1 -1
  244. package/lib/esm/scenes/MethodScene/components/DocResponses/DocResponseTypes.js +2 -2
  245. package/lib/esm/scenes/MethodScene/components/DocResponses/DocResponseTypes.js.map +1 -1
  246. package/lib/esm/scenes/MethodScene/components/DocResponses/DocResponses.js +2 -2
  247. package/lib/esm/scenes/MethodScene/components/DocResponses/DocResponses.js.map +1 -1
  248. package/lib/esm/scenes/MethodScene/components/DocResponses/index.js.map +1 -1
  249. package/lib/esm/scenes/MethodScene/components/DocResponses/utils.js.map +1 -1
  250. package/lib/esm/scenes/MethodScene/components/index.js.map +1 -1
  251. package/lib/esm/scenes/MethodScene/index.js.map +1 -1
  252. package/lib/esm/scenes/MethodTagScene/MethodTagScene.js +2 -2
  253. package/lib/esm/scenes/MethodTagScene/MethodTagScene.js.map +1 -1
  254. package/lib/esm/scenes/MethodTagScene/index.js.map +1 -1
  255. package/lib/esm/scenes/MethodTagScene/utils.js.map +1 -1
  256. package/lib/esm/scenes/TypeScene/TypeScene.js +3 -3
  257. package/lib/esm/scenes/TypeScene/TypeScene.js.map +1 -1
  258. package/lib/esm/scenes/TypeScene/index.js.map +1 -1
  259. package/lib/esm/scenes/TypeTagScene/TypeTagScene.js +1 -1
  260. package/lib/esm/scenes/TypeTagScene/TypeTagScene.js.map +1 -1
  261. package/lib/esm/scenes/TypeTagScene/index.js.map +1 -1
  262. package/lib/esm/scenes/TypeTagScene/utils.js.map +1 -1
  263. package/lib/esm/scenes/index.js.map +1 -1
  264. package/lib/esm/scenes/utils/hooks/index.js.map +1 -1
  265. package/lib/esm/scenes/utils/hooks/tagStoreSync.js.map +1 -1
  266. package/lib/esm/scenes/utils/index.js.map +1 -1
  267. package/lib/esm/state/index.js.map +1 -1
  268. package/lib/esm/state/lodes/index.js.map +1 -1
  269. package/lib/esm/state/lodes/sagas.js.map +1 -1
  270. package/lib/esm/state/lodes/selectors.js.map +1 -1
  271. package/lib/esm/state/lodes/slice.js.map +1 -1
  272. package/lib/esm/state/settings/index.js.map +1 -1
  273. package/lib/esm/state/settings/sagas.js +6 -6
  274. package/lib/esm/state/settings/sagas.js.map +1 -1
  275. package/lib/esm/state/settings/selectors.js.map +1 -1
  276. package/lib/esm/state/settings/slice.js +4 -4
  277. package/lib/esm/state/settings/slice.js.map +1 -1
  278. package/lib/esm/state/specs/index.js.map +1 -1
  279. package/lib/esm/state/specs/sagas.js +1 -1
  280. package/lib/esm/state/specs/sagas.js.map +1 -1
  281. package/lib/esm/state/specs/selectors.js.map +1 -1
  282. package/lib/esm/state/specs/slice.js.map +1 -1
  283. package/lib/esm/state/store.js +5 -5
  284. package/lib/esm/state/store.js.map +1 -1
  285. package/lib/esm/test-data/declarations.js.map +1 -1
  286. package/lib/esm/test-data/examples.js.map +1 -1
  287. package/lib/esm/test-data/index.js.map +1 -1
  288. package/lib/esm/test-data/sdkLanguages.js.map +1 -1
  289. package/lib/esm/test-data/specs.js +4 -4
  290. package/lib/esm/test-data/specs.js.map +1 -1
  291. package/lib/esm/test-utils/index.js.map +1 -1
  292. package/lib/esm/test-utils/lodes.js.map +1 -1
  293. package/lib/esm/test-utils/redux.js +5 -5
  294. package/lib/esm/test-utils/redux.js.map +1 -1
  295. package/lib/esm/test-utils/router.js.map +1 -1
  296. package/lib/esm/utils/adaptorUtils.js.map +1 -1
  297. package/lib/esm/utils/apixAdaptor.js +1 -1
  298. package/lib/esm/utils/apixAdaptor.js.map +1 -1
  299. package/lib/esm/utils/highlight.js.map +1 -1
  300. package/lib/esm/utils/hooks/globalStoreSync.js.map +1 -1
  301. package/lib/esm/utils/hooks/index.js.map +1 -1
  302. package/lib/esm/utils/hooks/navigation.js +2 -1
  303. package/lib/esm/utils/hooks/navigation.js.map +1 -1
  304. package/lib/esm/utils/hooks/useQuery.js.map +1 -1
  305. package/lib/esm/utils/index.js.map +1 -1
  306. package/lib/esm/utils/lodeUtils.js.map +1 -1
  307. package/lib/esm/utils/path.js +1 -1
  308. package/lib/esm/utils/path.js.map +1 -1
  309. package/lib/esm/utils/sdkLanguage.js +4 -4
  310. package/lib/esm/utils/sdkLanguage.js.map +1 -1
  311. package/lib/esm/utils/useWindowSize.js.map +1 -1
  312. package/lib/index.js.map +1 -1
  313. package/lib/routes/AppRouter.js.map +1 -1
  314. package/lib/routes/index.js.map +1 -1
  315. package/lib/scenes/DiffScene/DiffScene.js +2 -2
  316. package/lib/scenes/DiffScene/DiffScene.js.map +1 -1
  317. package/lib/scenes/DiffScene/DocDiff/DiffBanner.js.map +1 -1
  318. package/lib/scenes/DiffScene/DocDiff/DiffItem.js +2 -2
  319. package/lib/scenes/DiffScene/DocDiff/DiffItem.js.map +1 -1
  320. package/lib/scenes/DiffScene/DocDiff/DiffLegend.js.map +1 -1
  321. package/lib/scenes/DiffScene/DocDiff/DocDiff.js +2 -2
  322. package/lib/scenes/DiffScene/DocDiff/DocDiff.js.map +1 -1
  323. package/lib/scenes/DiffScene/DocDiff/docDiffUtils.js.map +1 -1
  324. package/lib/scenes/DiffScene/DocDiff/index.js.map +1 -1
  325. package/lib/scenes/DiffScene/diffUtils.js +2 -4
  326. package/lib/scenes/DiffScene/diffUtils.js.map +1 -1
  327. package/lib/scenes/DiffScene/index.js.map +1 -1
  328. package/lib/scenes/ErrorDetailScene/ErrorDetailScene.d.ts +2 -2
  329. package/lib/scenes/ErrorDetailScene/ErrorDetailScene.js +2 -1
  330. package/lib/scenes/ErrorDetailScene/ErrorDetailScene.js.map +1 -1
  331. package/lib/scenes/ErrorDetailScene/index.js.map +1 -1
  332. package/lib/scenes/HomeScene/HomeScene.js.map +1 -1
  333. package/lib/scenes/HomeScene/index.js.map +1 -1
  334. package/lib/scenes/MethodScene/MethodScene.js +2 -2
  335. package/lib/scenes/MethodScene/MethodScene.js.map +1 -1
  336. package/lib/scenes/MethodScene/components/DocOperation.js.map +1 -1
  337. package/lib/scenes/MethodScene/components/DocRequestBody.js.map +1 -1
  338. package/lib/scenes/MethodScene/components/DocResponses/DocResponseTypes.d.ts +3 -3
  339. package/lib/scenes/MethodScene/components/DocResponses/DocResponseTypes.js +2 -2
  340. package/lib/scenes/MethodScene/components/DocResponses/DocResponseTypes.js.map +1 -1
  341. package/lib/scenes/MethodScene/components/DocResponses/DocResponses.d.ts +2 -2
  342. package/lib/scenes/MethodScene/components/DocResponses/DocResponses.js +2 -2
  343. package/lib/scenes/MethodScene/components/DocResponses/DocResponses.js.map +1 -1
  344. package/lib/scenes/MethodScene/components/DocResponses/index.js.map +1 -1
  345. package/lib/scenes/MethodScene/components/DocResponses/utils.js.map +1 -1
  346. package/lib/scenes/MethodScene/components/index.js.map +1 -1
  347. package/lib/scenes/MethodScene/index.js.map +1 -1
  348. package/lib/scenes/MethodTagScene/MethodTagScene.js +2 -2
  349. package/lib/scenes/MethodTagScene/MethodTagScene.js.map +1 -1
  350. package/lib/scenes/MethodTagScene/index.js.map +1 -1
  351. package/lib/scenes/MethodTagScene/utils.js.map +1 -1
  352. package/lib/scenes/TypeScene/TypeScene.js +2 -2
  353. package/lib/scenes/TypeScene/TypeScene.js.map +1 -1
  354. package/lib/scenes/TypeScene/index.js.map +1 -1
  355. package/lib/scenes/TypeTagScene/TypeTagScene.js +2 -2
  356. package/lib/scenes/TypeTagScene/TypeTagScene.js.map +1 -1
  357. package/lib/scenes/TypeTagScene/index.js.map +1 -1
  358. package/lib/scenes/TypeTagScene/utils.js.map +1 -1
  359. package/lib/scenes/index.js.map +1 -1
  360. package/lib/scenes/utils/hooks/index.js.map +1 -1
  361. package/lib/scenes/utils/hooks/tagStoreSync.js.map +1 -1
  362. package/lib/scenes/utils/index.js.map +1 -1
  363. package/lib/state/index.js.map +1 -1
  364. package/lib/state/lodes/index.js.map +1 -1
  365. package/lib/state/lodes/sagas.js.map +1 -1
  366. package/lib/state/lodes/selectors.js.map +1 -1
  367. package/lib/state/lodes/slice.d.ts +1 -1
  368. package/lib/state/lodes/slice.js +3 -6
  369. package/lib/state/lodes/slice.js.map +1 -1
  370. package/lib/state/settings/index.js.map +1 -1
  371. package/lib/state/settings/sagas.js +4 -4
  372. package/lib/state/settings/sagas.js.map +1 -1
  373. package/lib/state/settings/selectors.js.map +1 -1
  374. package/lib/state/settings/slice.d.ts +4 -4
  375. package/lib/state/settings/slice.js +8 -12
  376. package/lib/state/settings/slice.js.map +1 -1
  377. package/lib/state/specs/index.js.map +1 -1
  378. package/lib/state/specs/sagas.js.map +1 -1
  379. package/lib/state/specs/selectors.js.map +1 -1
  380. package/lib/state/specs/slice.js +3 -6
  381. package/lib/state/specs/slice.js.map +1 -1
  382. package/lib/state/store.js +5 -6
  383. package/lib/state/store.js.map +1 -1
  384. package/lib/test-data/declarations.js +1 -2
  385. package/lib/test-data/declarations.js.map +1 -1
  386. package/lib/test-data/examples.js +1 -2
  387. package/lib/test-data/examples.js.map +1 -1
  388. package/lib/test-data/index.js.map +1 -1
  389. package/lib/test-data/sdkLanguages.js +2 -4
  390. package/lib/test-data/sdkLanguages.js.map +1 -1
  391. package/lib/test-data/specs.js +8 -12
  392. package/lib/test-data/specs.js.map +1 -1
  393. package/lib/test-utils/index.js.map +1 -1
  394. package/lib/test-utils/lodes.d.ts +1 -1
  395. package/lib/test-utils/lodes.js.map +1 -1
  396. package/lib/test-utils/redux.d.ts +6 -5
  397. package/lib/test-utils/redux.js +7 -10
  398. package/lib/test-utils/redux.js.map +1 -1
  399. package/lib/test-utils/router.d.ts +3 -2
  400. package/lib/test-utils/router.js +1 -2
  401. package/lib/test-utils/router.js.map +1 -1
  402. package/lib/utils/adaptorUtils.d.ts +3 -3
  403. package/lib/utils/adaptorUtils.js +3 -6
  404. package/lib/utils/adaptorUtils.js.map +1 -1
  405. package/lib/utils/apixAdaptor.js.map +1 -1
  406. package/lib/utils/highlight.d.ts +2 -2
  407. package/lib/utils/highlight.js.map +1 -1
  408. package/lib/utils/hooks/globalStoreSync.js.map +1 -1
  409. package/lib/utils/hooks/index.js.map +1 -1
  410. package/lib/utils/hooks/navigation.d.ts +1 -1
  411. package/lib/utils/hooks/navigation.js +2 -1
  412. package/lib/utils/hooks/navigation.js.map +1 -1
  413. package/lib/utils/hooks/useQuery.js.map +1 -1
  414. package/lib/utils/index.js.map +1 -1
  415. package/lib/utils/lodeUtils.d.ts +1 -1
  416. package/lib/utils/lodeUtils.js +2 -4
  417. package/lib/utils/lodeUtils.js.map +1 -1
  418. package/lib/utils/path.d.ts +2 -2
  419. package/lib/utils/path.js +5 -9
  420. package/lib/utils/path.js.map +1 -1
  421. package/lib/utils/sdkLanguage.js +5 -6
  422. package/lib/utils/sdkLanguage.js.map +1 -1
  423. package/lib/utils/useWindowSize.js.map +1 -1
  424. package/package.json +38 -38
  425. package/src/ApiExplorer.tsx +72 -72
  426. package/src/App.tsx +9 -9
  427. package/src/StandaloneApiExplorer.tsx +24 -24
  428. package/src/components/Banner/Banner.spec.tsx +27 -25
  429. package/src/components/Banner/Banner.tsx +20 -20
  430. package/src/components/Banner/index.ts +1 -1
  431. package/src/components/DocActivityType/DocActivityType.spec.tsx +17 -16
  432. package/src/components/DocActivityType/DocActivityType.tsx +6 -6
  433. package/src/components/DocActivityType/index.ts +1 -1
  434. package/src/components/DocCode/DocCode.tsx +16 -14
  435. package/src/components/DocCode/index.ts +1 -1
  436. package/src/components/DocMarkdown/DocMarkdown.spec.tsx +41 -41
  437. package/src/components/DocMarkdown/DocMarkdown.tsx +19 -19
  438. package/src/components/DocMarkdown/index.ts +1 -1
  439. package/src/components/DocMarkdown/utils.spec.ts +26 -26
  440. package/src/components/DocMarkdown/utils.ts +4 -4
  441. package/src/components/DocMethodSummary/DocMethodSummary.spec.tsx +18 -17
  442. package/src/components/DocMethodSummary/DocMethodSummary.tsx +9 -9
  443. package/src/components/DocMethodSummary/DocSummaryStatus.spec.tsx +12 -12
  444. package/src/components/DocMethodSummary/DocSummaryStatus.tsx +6 -6
  445. package/src/components/DocMethodSummary/index.tsx +3 -3
  446. package/src/components/DocMethodSummary/utils.spec.tsx +5 -5
  447. package/src/components/DocMethodSummary/utils.tsx +23 -23
  448. package/src/components/DocPseudo/DocParam.spec.tsx +22 -22
  449. package/src/components/DocPseudo/DocParam.tsx +7 -7
  450. package/src/components/DocPseudo/DocParams.spec.tsx +27 -27
  451. package/src/components/DocPseudo/DocParams.tsx +6 -6
  452. package/src/components/DocPseudo/DocPrimaryResponse.spec.tsx +16 -16
  453. package/src/components/DocPseudo/DocPrimaryResponse.tsx +6 -6
  454. package/src/components/DocPseudo/DocPseudo.spec.tsx +15 -13
  455. package/src/components/DocPseudo/DocPseudo.tsx +11 -11
  456. package/src/components/DocPseudo/index.tsx +1 -1
  457. package/src/components/DocRateLimited/DocRateLimited.spec.tsx +16 -16
  458. package/src/components/DocRateLimited/DocRateLimited.tsx +6 -6
  459. package/src/components/DocRateLimited/index.ts +1 -1
  460. package/src/components/DocReferences/DocReferences.spec.tsx +29 -26
  461. package/src/components/DocReferences/DocReferences.tsx +16 -16
  462. package/src/components/DocReferences/index.ts +1 -1
  463. package/src/components/DocReferences/utils.spec.tsx +2 -2
  464. package/src/components/DocReferences/utils.tsx +8 -8
  465. package/src/components/DocSDKs/DocDeclarations.tsx +7 -7
  466. package/src/components/DocSDKs/DocSDKs.spec.tsx +22 -22
  467. package/src/components/DocSDKs/DocSDKs.tsx +36 -36
  468. package/src/components/DocSDKs/index.ts +1 -1
  469. package/src/components/DocSDKs/utils.spec.ts +8 -8
  470. package/src/components/DocSDKs/utils.ts +6 -6
  471. package/src/components/DocSchema/DocSchema.tsx +9 -9
  472. package/src/components/DocSchema/index.ts +1 -1
  473. package/src/components/DocSdkUsage/DocSdkExampleCell.tsx +5 -5
  474. package/src/components/DocSdkUsage/DocSdkUsage.spec.tsx +22 -22
  475. package/src/components/DocSdkUsage/DocSdkUsage.tsx +35 -34
  476. package/src/components/DocSdkUsage/index.ts +1 -1
  477. package/src/components/DocSdkUsage/utils.ts +29 -30
  478. package/src/components/DocSource/DocSource.spec.tsx +33 -37
  479. package/src/components/DocSource/DocSource.tsx +17 -17
  480. package/src/components/DocSource/index.ts +1 -1
  481. package/src/components/DocStatus/DocStatus.spec.tsx +12 -12
  482. package/src/components/DocStatus/DocStatus.tsx +8 -8
  483. package/src/components/DocStatus/index.ts +1 -1
  484. package/src/components/DocTitle/DocTitle.spec.tsx +9 -9
  485. package/src/components/DocTitle/DocTitle.tsx +4 -4
  486. package/src/components/DocTitle/index.ts +1 -1
  487. package/src/components/DocTypeSummary/DocTypeSummary.spec.tsx +11 -11
  488. package/src/components/DocTypeSummary/DocTypeSummary.tsx +11 -11
  489. package/src/components/DocTypeSummary/index.tsx +1 -1
  490. package/src/components/ErrorBoundary/ErrorBoundary.spec.tsx +29 -29
  491. package/src/components/ErrorBoundary/ErrorBoundary.tsx +16 -16
  492. package/src/components/ErrorBoundary/components/SomethingWentWrong/SomethingWentWrong.spec.tsx +17 -17
  493. package/src/components/ErrorBoundary/components/SomethingWentWrong/SomethingWentWrong.tsx +11 -11
  494. package/src/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/SomethingWentWrongGraphic.tsx +4 -4
  495. package/src/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/index.ts +1 -1
  496. package/src/components/ErrorBoundary/components/SomethingWentWrong/components/index.ts +1 -1
  497. package/src/components/ErrorBoundary/components/SomethingWentWrong/index.ts +2 -2
  498. package/src/components/ErrorBoundary/index.ts +1 -1
  499. package/src/components/ExploreType/ExploreProperty.spec.tsx +60 -58
  500. package/src/components/ExploreType/ExploreProperty.tsx +53 -53
  501. package/src/components/ExploreType/ExploreType.spec.tsx +41 -39
  502. package/src/components/ExploreType/ExploreType.tsx +33 -33
  503. package/src/components/ExploreType/exploreUtils.spec.tsx +38 -38
  504. package/src/components/ExploreType/exploreUtils.tsx +44 -44
  505. package/src/components/ExploreType/index.ts +3 -3
  506. package/src/components/Header/Header.spec.tsx +38 -44
  507. package/src/components/Header/Header.tsx +18 -18
  508. package/src/components/Header/index.ts +1 -1
  509. package/src/components/Link/Link.tsx +3 -3
  510. package/src/components/Link/index.ts +1 -1
  511. package/src/components/SelectorContainer/ApiSpecSelector.spec.tsx +31 -31
  512. package/src/components/SelectorContainer/ApiSpecSelector.tsx +18 -18
  513. package/src/components/SelectorContainer/SdkLanguageSelector.spec.tsx +42 -42
  514. package/src/components/SelectorContainer/SdkLanguageSelector.tsx +19 -19
  515. package/src/components/SelectorContainer/SelectorContainer.spec.tsx +31 -39
  516. package/src/components/SelectorContainer/SelectorContainer.tsx +15 -15
  517. package/src/components/SelectorContainer/index.ts +1 -1
  518. package/src/components/SelectorContainer/utils.ts +10 -10
  519. package/src/components/SideNav/SearchMessage.tsx +7 -7
  520. package/src/components/SideNav/SideNav.spec.tsx +70 -70
  521. package/src/components/SideNav/SideNav.tsx +77 -83
  522. package/src/components/SideNav/SideNavMethodTags.spec.tsx +35 -35
  523. package/src/components/SideNav/SideNavMethodTags.tsx +9 -9
  524. package/src/components/SideNav/SideNavMethods.spec.tsx +52 -52
  525. package/src/components/SideNav/SideNavMethods.tsx +28 -28
  526. package/src/components/SideNav/SideNavTypeTags.spec.tsx +36 -36
  527. package/src/components/SideNav/SideNavTypeTags.tsx +9 -9
  528. package/src/components/SideNav/SideNavTypes.spec.tsx +36 -36
  529. package/src/components/SideNav/SideNavTypes.tsx +28 -28
  530. package/src/components/SideNav/index.ts +1 -1
  531. package/src/components/SideNav/searchUtils.ts +16 -16
  532. package/src/components/common/Loader.tsx +7 -7
  533. package/src/components/common/common.tsx +13 -13
  534. package/src/components/common/index.ts +2 -2
  535. package/src/components/index.ts +22 -22
  536. package/src/custom.d.ts +2 -2
  537. package/src/index.ts +5 -5
  538. package/src/routes/AppRouter.tsx +11 -11
  539. package/src/routes/index.ts +1 -1
  540. package/src/scenes/DiffScene/DiffScene.tsx +54 -54
  541. package/src/scenes/DiffScene/DocDiff/DiffBanner.tsx +8 -8
  542. package/src/scenes/DiffScene/DocDiff/DiffItem.spec.tsx +26 -26
  543. package/src/scenes/DiffScene/DocDiff/DiffItem.tsx +47 -47
  544. package/src/scenes/DiffScene/DocDiff/DiffLegend.tsx +10 -10
  545. package/src/scenes/DiffScene/DocDiff/DocDiff.spec.tsx +62 -66
  546. package/src/scenes/DiffScene/DocDiff/DocDiff.tsx +18 -18
  547. package/src/scenes/DiffScene/DocDiff/docDiffUtils.tsx +23 -23
  548. package/src/scenes/DiffScene/DocDiff/index.ts +1 -1
  549. package/src/scenes/DiffScene/diffUtils.spec.ts +11 -11
  550. package/src/scenes/DiffScene/diffUtils.ts +26 -26
  551. package/src/scenes/DiffScene/index.ts +1 -1
  552. package/src/scenes/ErrorDetailScene/ErrorDetailScene.tsx +25 -25
  553. package/src/scenes/ErrorDetailScene/index.ts +1 -1
  554. package/src/scenes/HomeScene/HomeScene.tsx +12 -12
  555. package/src/scenes/HomeScene/index.ts +1 -1
  556. package/src/scenes/MethodScene/MethodScene.tsx +54 -54
  557. package/src/scenes/MethodScene/components/DocOperation.spec.tsx +17 -17
  558. package/src/scenes/MethodScene/components/DocOperation.tsx +8 -8
  559. package/src/scenes/MethodScene/components/DocRequestBody.spec.tsx +14 -14
  560. package/src/scenes/MethodScene/components/DocRequestBody.tsx +12 -12
  561. package/src/scenes/MethodScene/components/DocResponses/DocResponseTypes.tsx +15 -15
  562. package/src/scenes/MethodScene/components/DocResponses/DocResponses.spec.tsx +51 -51
  563. package/src/scenes/MethodScene/components/DocResponses/DocResponses.tsx +34 -34
  564. package/src/scenes/MethodScene/components/DocResponses/index.ts +1 -1
  565. package/src/scenes/MethodScene/components/DocResponses/utils.spec.ts +19 -14
  566. package/src/scenes/MethodScene/components/DocResponses/utils.ts +8 -8
  567. package/src/scenes/MethodScene/components/index.ts +3 -3
  568. package/src/scenes/MethodScene/index.ts +1 -1
  569. package/src/scenes/MethodTagScene/MethodTagScene.spec.tsx +31 -31
  570. package/src/scenes/MethodTagScene/MethodTagScene.tsx +44 -39
  571. package/src/scenes/MethodTagScene/index.ts +1 -1
  572. package/src/scenes/MethodTagScene/utils.spec.ts +6 -6
  573. package/src/scenes/MethodTagScene/utils.ts +6 -6
  574. package/src/scenes/TypeScene/TypeScene.tsx +25 -25
  575. package/src/scenes/TypeScene/index.ts +1 -1
  576. package/src/scenes/TypeTagScene/TypeTagScene.spec.tsx +34 -32
  577. package/src/scenes/TypeTagScene/TypeTagScene.tsx +40 -38
  578. package/src/scenes/TypeTagScene/index.ts +1 -1
  579. package/src/scenes/TypeTagScene/utils.spec.ts +6 -6
  580. package/src/scenes/TypeTagScene/utils.ts +6 -6
  581. package/src/scenes/index.ts +6 -6
  582. package/src/scenes/utils/hooks/index.ts +1 -1
  583. package/src/scenes/utils/hooks/tagStoreSync.spec.ts +37 -37
  584. package/src/scenes/utils/hooks/tagStoreSync.ts +18 -18
  585. package/src/scenes/utils/index.ts +1 -1
  586. package/src/state/index.ts +4 -4
  587. package/src/state/lodes/index.ts +2 -2
  588. package/src/state/lodes/sagas.spec.ts +32 -32
  589. package/src/state/lodes/sagas.ts +11 -11
  590. package/src/state/lodes/selectors.spec.ts +10 -10
  591. package/src/state/lodes/selectors.ts +4 -4
  592. package/src/state/lodes/slice.ts +18 -18
  593. package/src/state/settings/index.ts +2 -2
  594. package/src/state/settings/sagas.spec.ts +49 -49
  595. package/src/state/settings/sagas.ts +18 -18
  596. package/src/state/settings/selectors.spec.ts +11 -11
  597. package/src/state/settings/selectors.ts +7 -7
  598. package/src/state/settings/slice.ts +28 -28
  599. package/src/state/specs/index.ts +2 -2
  600. package/src/state/specs/sagas.spec.ts +60 -60
  601. package/src/state/specs/sagas.ts +27 -27
  602. package/src/state/specs/selectors.ts +7 -7
  603. package/src/state/specs/slice.ts +36 -36
  604. package/src/state/store.ts +24 -24
  605. package/src/test-data/declarations.ts +2 -2
  606. package/src/test-data/examples.ts +1 -1
  607. package/src/test-data/index.ts +4 -4
  608. package/src/test-data/sdkLanguages.ts +2 -2
  609. package/src/test-data/specs.ts +13 -13
  610. package/src/test-utils/index.ts +3 -3
  611. package/src/test-utils/lodes.tsx +9 -9
  612. package/src/test-utils/redux.tsx +30 -26
  613. package/src/test-utils/router.tsx +8 -8
  614. package/src/utils/adaptorUtils.ts +55 -55
  615. package/src/utils/apixAdaptor.ts +31 -25
  616. package/src/utils/highlight.spec.tsx +13 -13
  617. package/src/utils/highlight.tsx +11 -11
  618. package/src/utils/hooks/globalStoreSync.spec.tsx +54 -54
  619. package/src/utils/hooks/globalStoreSync.ts +21 -21
  620. package/src/utils/hooks/index.ts +3 -3
  621. package/src/utils/hooks/navigation.spec.ts +47 -45
  622. package/src/utils/hooks/navigation.ts +33 -30
  623. package/src/utils/hooks/useQuery.ts +5 -5
  624. package/src/utils/index.ts +8 -8
  625. package/src/utils/lodeUtils.ts +17 -17
  626. package/src/utils/path.spec.ts +57 -55
  627. package/src/utils/path.ts +42 -42
  628. package/src/utils/sdkLanguage.spec.ts +24 -24
  629. package/src/utils/sdkLanguage.ts +15 -14
  630. package/src/utils/useWindowSize.tsx +8 -8
  631. package/webpack.dev.config.js +5 -5
  632. package/webpack.prod.config.js +5 -5
package/CHANGELOG.md CHANGED
@@ -7,1018 +7,958 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ### Dependencies
9
9
 
10
- * The following workspace dependencies were updated
11
- * dependencies
12
- * @looker/extension-utils bumped from ^0.1.20 to ^0.1.21
13
- * @looker/run-it bumped from ^0.9.43 to ^0.9.44
14
- * @looker/sdk bumped from ^23.0.0 to ^23.2.0
15
- * devDependencies
16
- * @looker/sdk-codegen-scripts bumped from ^21.5.0 to ^21.5.1
17
- * @looker/sdk-node bumped from ^23.0.0 to ^23.2.0
10
+ - The following workspace dependencies were updated
11
+ - dependencies
12
+ - @looker/extension-utils bumped from ^0.1.20 to ^0.1.21
13
+ - @looker/run-it bumped from ^0.9.43 to ^0.9.44
14
+ - @looker/sdk bumped from ^23.0.0 to ^23.2.0
15
+ - devDependencies
16
+ - @looker/sdk-codegen-scripts bumped from ^21.5.0 to ^21.5.1
17
+ - @looker/sdk-node bumped from ^23.0.0 to ^23.2.0
18
18
 
19
19
  ### Dependencies
20
20
 
21
- * The following workspace dependencies were updated
22
- * dependencies
23
- * @looker/extension-utils bumped from ^0.1.21 to ^0.1.22
24
- * @looker/run-it bumped from ^0.9.44 to ^0.9.45
25
- * @looker/sdk bumped from ^23.2.0 to ^23.4.0
26
- * devDependencies
27
- * @looker/sdk-codegen-scripts bumped from ^21.5.1 to ^21.5.2
28
- * @looker/sdk-node bumped from ^23.2.0 to ^23.4.0
21
+ - The following workspace dependencies were updated
22
+ - dependencies
23
+ - @looker/extension-utils bumped from ^0.1.21 to ^0.1.22
24
+ - @looker/run-it bumped from ^0.9.44 to ^0.9.45
25
+ - @looker/sdk bumped from ^23.2.0 to ^23.4.0
26
+ - devDependencies
27
+ - @looker/sdk-codegen-scripts bumped from ^21.5.1 to ^21.5.2
28
+ - @looker/sdk-node bumped from ^23.2.0 to ^23.4.0
29
29
 
30
30
  ### Dependencies
31
31
 
32
- * The following workspace dependencies were updated
33
- * dependencies
34
- * @looker/extension-utils bumped from ^0.1.22 to ^0.1.23
35
- * @looker/run-it bumped from ^0.9.45 to ^0.9.46
36
- * @looker/sdk bumped from ^23.4.0 to ^23.6.0
37
- * devDependencies
38
- * @looker/sdk-codegen-scripts bumped from ^21.5.2 to ^21.5.3
39
- * @looker/sdk-node bumped from ^23.4.0 to ^23.6.0
32
+ - The following workspace dependencies were updated
33
+ - dependencies
34
+ - @looker/extension-utils bumped from ^0.1.22 to ^0.1.23
35
+ - @looker/run-it bumped from ^0.9.45 to ^0.9.46
36
+ - @looker/sdk bumped from ^23.4.0 to ^23.6.0
37
+ - devDependencies
38
+ - @looker/sdk-codegen-scripts bumped from ^21.5.2 to ^21.5.3
39
+ - @looker/sdk-node bumped from ^23.4.0 to ^23.6.0
40
40
 
41
41
  ### Dependencies
42
42
 
43
- * The following workspace dependencies were updated
44
- * dependencies
45
- * @looker/extension-utils bumped from ^0.1.24 to ^0.1.25
46
- * @looker/run-it bumped from ^0.9.47 to ^0.9.48
47
- * @looker/sdk bumped from ^23.8.0 to ^23.8.1
48
- * devDependencies
49
- * @looker/sdk-codegen-scripts bumped from ^21.5.4 to ^21.5.5
50
- * @looker/sdk-node bumped from ^23.8.0 to ^23.8.1
43
+ - The following workspace dependencies were updated
44
+ - dependencies
45
+ - @looker/extension-utils bumped from ^0.1.24 to ^0.1.25
46
+ - @looker/run-it bumped from ^0.9.47 to ^0.9.48
47
+ - @looker/sdk bumped from ^23.8.0 to ^23.8.1
48
+ - devDependencies
49
+ - @looker/sdk-codegen-scripts bumped from ^21.5.4 to ^21.5.5
50
+ - @looker/sdk-node bumped from ^23.8.0 to ^23.8.1
51
51
 
52
52
  ### Dependencies
53
53
 
54
- * The following workspace dependencies were updated
55
- * dependencies
56
- * @looker/code-editor bumped from ^0.1.28 to ^0.1.29
57
- * @looker/extension-utils bumped from ^0.1.25 to ^0.1.26
58
- * @looker/run-it bumped from ^0.9.48 to ^0.9.49
59
- * @looker/sdk bumped from ^23.8.1 to ^23.10.0
60
- * @looker/sdk-codegen bumped from ^21.8.0 to ^21.8.1
61
- * @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
62
- * devDependencies
63
- * @looker/sdk-codegen-scripts bumped from ^21.5.5 to ^21.5.6
64
- * @looker/sdk-node bumped from ^23.8.1 to ^23.10.0
54
+ - The following workspace dependencies were updated
55
+ - dependencies
56
+ - @looker/code-editor bumped from ^0.1.28 to ^0.1.29
57
+ - @looker/extension-utils bumped from ^0.1.25 to ^0.1.26
58
+ - @looker/run-it bumped from ^0.9.48 to ^0.9.49
59
+ - @looker/sdk bumped from ^23.8.1 to ^23.10.0
60
+ - @looker/sdk-codegen bumped from ^21.8.0 to ^21.8.1
61
+ - @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
62
+ - devDependencies
63
+ - @looker/sdk-codegen-scripts bumped from ^21.5.5 to ^21.5.6
64
+ - @looker/sdk-node bumped from ^23.8.1 to ^23.10.0
65
65
 
66
66
  ### Dependencies
67
67
 
68
- * The following workspace dependencies were updated
69
- * dependencies
70
- * @looker/extension-utils bumped from ^0.1.26 to ^0.1.27
71
- * @looker/run-it bumped from ^0.9.49 to ^0.9.50
72
- * @looker/sdk bumped from ^23.10.0 to ^23.12.0
73
- * devDependencies
74
- * @looker/sdk-codegen-scripts bumped from ^21.5.6 to ^21.5.7
75
- * @looker/sdk-node bumped from ^23.10.0 to ^23.12.0
68
+ - The following workspace dependencies were updated
69
+ - dependencies
70
+ - @looker/extension-utils bumped from ^0.1.26 to ^0.1.27
71
+ - @looker/run-it bumped from ^0.9.49 to ^0.9.50
72
+ - @looker/sdk bumped from ^23.10.0 to ^23.12.0
73
+ - devDependencies
74
+ - @looker/sdk-codegen-scripts bumped from ^21.5.6 to ^21.5.7
75
+ - @looker/sdk-node bumped from ^23.10.0 to ^23.12.0
76
76
 
77
77
  ### Dependencies
78
78
 
79
- * The following workspace dependencies were updated
80
- * dependencies
81
- * @looker/extension-utils bumped from ^0.1.27 to ^0.1.28
82
- * @looker/run-it bumped from ^0.9.50 to ^0.9.51
83
- * @looker/sdk bumped from ^23.12.0 to ^23.14.1
84
- * devDependencies
85
- * @looker/sdk-codegen-scripts bumped from ^21.5.7 to ^21.5.8
86
- * @looker/sdk-node bumped from ^23.12.0 to ^23.14.1
79
+ - The following workspace dependencies were updated
80
+ - dependencies
81
+ - @looker/extension-utils bumped from ^0.1.27 to ^0.1.28
82
+ - @looker/run-it bumped from ^0.9.50 to ^0.9.51
83
+ - @looker/sdk bumped from ^23.12.0 to ^23.14.1
84
+ - devDependencies
85
+ - @looker/sdk-codegen-scripts bumped from ^21.5.7 to ^21.5.8
86
+ - @looker/sdk-node bumped from ^23.12.0 to ^23.14.1
87
87
 
88
88
  ### Dependencies
89
89
 
90
- * The following workspace dependencies were updated
91
- * dependencies
92
- * @looker/code-editor bumped from ^0.1.29 to ^0.1.30
93
- * @looker/extension-utils bumped from ^0.1.28 to ^0.1.29
94
- * @looker/run-it bumped from ^0.9.51 to ^0.9.52
95
- * @looker/sdk bumped from ^23.14.1 to ^23.16.0
96
- * @looker/sdk-codegen bumped from ^21.8.1 to ^21.8.2
97
- * devDependencies
98
- * @looker/sdk-codegen-scripts bumped from ^21.5.8 to ^21.5.9
99
- * @looker/sdk-node bumped from ^23.14.1 to ^23.16.0
90
+ - The following workspace dependencies were updated
91
+ - dependencies
92
+ - @looker/code-editor bumped from ^0.1.29 to ^0.1.30
93
+ - @looker/extension-utils bumped from ^0.1.28 to ^0.1.29
94
+ - @looker/run-it bumped from ^0.9.51 to ^0.9.52
95
+ - @looker/sdk bumped from ^23.14.1 to ^23.16.0
96
+ - @looker/sdk-codegen bumped from ^21.8.1 to ^21.8.2
97
+ - devDependencies
98
+ - @looker/sdk-codegen-scripts bumped from ^21.5.8 to ^21.5.9
99
+ - @looker/sdk-node bumped from ^23.14.1 to ^23.16.0
100
100
 
101
101
  ### Dependencies
102
102
 
103
- * The following workspace dependencies were updated
104
- * dependencies
105
- * @looker/extension-utils bumped from ^0.1.29 to ^0.1.30
106
- * @looker/run-it bumped from ^0.9.52 to ^0.9.53
107
- * @looker/sdk bumped from ^23.16.0 to ^23.18.0
108
- * devDependencies
109
- * @looker/sdk-codegen-scripts bumped from ^21.5.9 to ^21.5.10
110
- * @looker/sdk-node bumped from ^23.16.0 to ^23.18.0
103
+ - The following workspace dependencies were updated
104
+ - dependencies
105
+ - @looker/extension-utils bumped from ^0.1.29 to ^0.1.30
106
+ - @looker/run-it bumped from ^0.9.52 to ^0.9.53
107
+ - @looker/sdk bumped from ^23.16.0 to ^23.18.0
108
+ - devDependencies
109
+ - @looker/sdk-codegen-scripts bumped from ^21.5.9 to ^21.5.10
110
+ - @looker/sdk-node bumped from ^23.16.0 to ^23.18.0
111
+
112
+ ### Dependencies
113
+
114
+ - The following workspace dependencies were updated
115
+ - dependencies
116
+ - @looker/extension-utils bumped from ^0.1.30 to ^0.1.31
117
+ - @looker/run-it bumped from ^0.9.53 to ^0.9.54
118
+ - @looker/sdk bumped from ^23.18.0 to ^23.20.0
119
+ - devDependencies
120
+ - @looker/sdk-codegen-scripts bumped from ^21.5.10 to ^21.5.11
121
+ - @looker/sdk-node bumped from ^23.18.0 to ^23.20.0
122
+
123
+ ### Dependencies
124
+
125
+ - The following workspace dependencies were updated
126
+ - dependencies
127
+ - @looker/extension-utils bumped from ^0.1.31 to ^0.1.32
128
+ - @looker/run-it bumped from ^0.9.54 to ^0.9.55
129
+ - @looker/sdk bumped from ^23.20.0 to ^23.20.1
130
+ - devDependencies
131
+ - @looker/sdk-codegen-scripts bumped from ^21.5.11 to ^21.5.12
132
+ - @looker/sdk-node bumped from ^23.20.0 to ^23.20.1
111
133
 
112
134
  ### Dependencies
113
135
 
114
136
  * The following workspace dependencies were updated
115
137
  * dependencies
116
- * @looker/extension-utils bumped from ^0.1.30 to ^0.1.31
117
- * @looker/run-it bumped from ^0.9.53 to ^0.9.54
118
- * @looker/sdk bumped from ^23.18.0 to ^23.20.0
138
+ * @looker/extension-utils bumped from 0.1.32 to 0.1.33
139
+ * @looker/run-it bumped from 0.9.55 to 0.9.56
140
+ * @looker/sdk bumped from 23.20.1 to 24.0.0
119
141
  * devDependencies
120
- * @looker/sdk-codegen-scripts bumped from ^21.5.10 to ^21.5.11
121
- * @looker/sdk-node bumped from ^23.18.0 to ^23.20.0
142
+ * @looker/sdk-codegen-scripts bumped from 21.5.12 to 21.5.13
143
+ * @looker/sdk-node bumped from 23.20.1 to 24.0.0
122
144
 
123
145
  ### Dependencies
124
146
 
125
147
  * The following workspace dependencies were updated
126
148
  * dependencies
127
- * @looker/extension-utils bumped from ^0.1.31 to ^0.1.32
128
- * @looker/run-it bumped from ^0.9.54 to ^0.9.55
129
- * @looker/sdk bumped from ^23.20.0 to ^23.20.1
149
+ * @looker/extension-utils bumped from 0.1.33 to 0.1.34
150
+ * @looker/run-it bumped from 0.9.56 to 0.9.57
151
+ * @looker/sdk bumped from 24.0.0 to 24.2.0
130
152
  * devDependencies
131
- * @looker/sdk-codegen-scripts bumped from ^21.5.11 to ^21.5.12
132
- * @looker/sdk-node bumped from ^23.20.0 to ^23.20.1
153
+ * @looker/sdk-codegen-scripts bumped from 21.5.13 to 21.5.14
154
+ * @looker/sdk-node bumped from 24.0.0 to 24.2.0
133
155
 
134
156
  ## [0.9.47](https://github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.46...api-explorer-v0.9.47) (2023-05-11)
135
157
 
136
-
137
158
  ### Features
138
159
 
139
- * replace @looker/redux for with npm dependency ([#1307](https://github.com/looker-open-source/sdk-codegen/issues/1307)) ([baa58db](https://github.com/looker-open-source/sdk-codegen/commit/baa58db1bce9d974384c63a0e11301f38774a7b2))
140
-
160
+ - replace @looker/redux for with npm dependency ([#1307](https://github.com/looker-open-source/sdk-codegen/issues/1307)) ([baa58db](https://github.com/looker-open-source/sdk-codegen/commit/baa58db1bce9d974384c63a0e11301f38774a7b2))
141
161
 
142
162
  ### Dependencies
143
163
 
144
- * The following workspace dependencies were updated
145
- * dependencies
146
- * @looker/extension-utils bumped from ^0.1.23 to ^0.1.24
147
- * @looker/run-it bumped from ^0.9.46 to ^0.9.47
148
- * @looker/sdk bumped from ^23.6.0 to ^23.8.0
149
- * devDependencies
150
- * @looker/sdk-codegen-scripts bumped from ^21.5.3 to ^21.5.4
151
- * @looker/sdk-node bumped from ^23.6.0 to ^23.8.0
164
+ - The following workspace dependencies were updated
165
+ - dependencies
166
+ - @looker/extension-utils bumped from ^0.1.23 to ^0.1.24
167
+ - @looker/run-it bumped from ^0.9.46 to ^0.9.47
168
+ - @looker/sdk bumped from ^23.6.0 to ^23.8.0
169
+ - devDependencies
170
+ - @looker/sdk-codegen-scripts bumped from ^21.5.3 to ^21.5.4
171
+ - @looker/sdk-node bumped from ^23.6.0 to ^23.8.0
152
172
 
153
173
  ## [0.9.43](https://github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.42...api-explorer-v0.9.43) (2023-02-22)
154
174
 
155
-
156
175
  ### Features
157
176
 
158
- * 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))
159
- * show Looker release version providing API specification ([#1233](https://github.com/looker-open-source/sdk-codegen/issues/1233)) ([a2be9ee](https://github.com/looker-open-source/sdk-codegen/commit/a2be9ee4736ce88336a27b78989763ecb2c57e00))
160
-
177
+ - 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))
178
+ - show Looker release version providing API specification ([#1233](https://github.com/looker-open-source/sdk-codegen/issues/1233)) ([a2be9ee](https://github.com/looker-open-source/sdk-codegen/commit/a2be9ee4736ce88336a27b78989763ecb2c57e00))
161
179
 
162
180
  ### Dependencies
163
181
 
164
- * The following workspace dependencies were updated
165
- * dependencies
166
- * @looker/code-editor bumped from ^0.1.27 to ^0.1.28
167
- * @looker/extension-utils bumped from ^0.1.19 to ^0.1.20
168
- * @looker/run-it bumped from ^0.9.42 to ^0.9.43
169
- * @looker/sdk bumped from ^22.20.1 to ^23.0.0
170
- * @looker/sdk-codegen bumped from ^21.7.4 to ^21.8.0
171
- * @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
172
- * devDependencies
173
- * @looker/sdk-codegen-scripts bumped from ^21.4.8 to ^21.5.0
174
- * @looker/sdk-node bumped from ^22.20.1 to ^23.0.0
182
+ - The following workspace dependencies were updated
183
+ - dependencies
184
+ - @looker/code-editor bumped from ^0.1.27 to ^0.1.28
185
+ - @looker/extension-utils bumped from ^0.1.19 to ^0.1.20
186
+ - @looker/run-it bumped from ^0.9.42 to ^0.9.43
187
+ - @looker/sdk bumped from ^22.20.1 to ^23.0.0
188
+ - @looker/sdk-codegen bumped from ^21.7.4 to ^21.8.0
189
+ - @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
190
+ - devDependencies
191
+ - @looker/sdk-codegen-scripts bumped from ^21.4.8 to ^21.5.0
192
+ - @looker/sdk-node bumped from ^22.20.1 to ^23.0.0
175
193
 
176
194
  ### [0.9.42](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.41...api-explorer-v0.9.42) (2022-12-09)
177
195
 
178
-
179
196
  ### Dependencies
180
197
 
181
- * The following workspace dependencies were updated
182
- * dependencies
183
- * @looker/code-editor bumped from ^0.1.26 to ^0.1.27
184
- * @looker/extension-utils bumped from ^0.1.18 to ^0.1.19
185
- * @looker/run-it bumped from ^0.9.41 to ^0.9.42
186
- * @looker/sdk bumped from ^22.20.0 to ^22.20.1
187
- * @looker/sdk-codegen bumped from ^21.7.3 to ^21.7.4
188
- * @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
189
- * devDependencies
190
- * @looker/sdk-codegen-scripts bumped from ^21.4.7 to ^21.4.8
191
- * @looker/sdk-node bumped from ^22.20.0 to ^22.20.1
198
+ - The following workspace dependencies were updated
199
+ - dependencies
200
+ - @looker/code-editor bumped from ^0.1.26 to ^0.1.27
201
+ - @looker/extension-utils bumped from ^0.1.18 to ^0.1.19
202
+ - @looker/run-it bumped from ^0.9.41 to ^0.9.42
203
+ - @looker/sdk bumped from ^22.20.0 to ^22.20.1
204
+ - @looker/sdk-codegen bumped from ^21.7.3 to ^21.7.4
205
+ - @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
206
+ - devDependencies
207
+ - @looker/sdk-codegen-scripts bumped from ^21.4.7 to ^21.4.8
208
+ - @looker/sdk-node bumped from ^22.20.0 to ^22.20.1
192
209
 
193
210
  ### [0.9.41](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.40...api-explorer-v0.9.41) (2022-11-10)
194
211
 
195
-
196
212
  ### Bug Fixes
197
213
 
198
- * 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))
199
-
214
+ - 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))
200
215
 
201
216
  ### Dependencies
202
217
 
203
- * The following workspace dependencies were updated
204
- * dependencies
205
- * @looker/code-editor bumped from ^0.1.25 to ^0.1.26
206
- * @looker/extension-utils bumped from ^0.1.17 to ^0.1.18
207
- * @looker/run-it bumped from ^0.9.40 to ^0.9.41
208
- * @looker/sdk bumped from ^22.18.0 to ^22.20.0
209
- * @looker/sdk-codegen bumped from ^21.7.2 to ^21.7.3
210
- * devDependencies
211
- * @looker/sdk-codegen-scripts bumped from ^21.4.6 to ^21.4.7
212
- * @looker/sdk-node bumped from ^22.18.0 to ^22.20.0
218
+ - The following workspace dependencies were updated
219
+ - dependencies
220
+ - @looker/code-editor bumped from ^0.1.25 to ^0.1.26
221
+ - @looker/extension-utils bumped from ^0.1.17 to ^0.1.18
222
+ - @looker/run-it bumped from ^0.9.40 to ^0.9.41
223
+ - @looker/sdk bumped from ^22.18.0 to ^22.20.0
224
+ - @looker/sdk-codegen bumped from ^21.7.2 to ^21.7.3
225
+ - devDependencies
226
+ - @looker/sdk-codegen-scripts bumped from ^21.4.6 to ^21.4.7
227
+ - @looker/sdk-node bumped from ^22.18.0 to ^22.20.0
213
228
 
214
229
  ### [0.9.40](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.39...api-explorer-v0.9.40) (2022-10-17)
215
230
 
216
-
217
231
  ### Bug Fixes
218
232
 
219
- * various path navigation issues ([#1190](https://www.github.com/looker-open-source/sdk-codegen/issues/1190)) ([e73da3d](https://www.github.com/looker-open-source/sdk-codegen/commit/e73da3d39960cb528947c21202318b84d586ce1f))
220
-
233
+ - various path navigation issues ([#1190](https://www.github.com/looker-open-source/sdk-codegen/issues/1190)) ([e73da3d](https://www.github.com/looker-open-source/sdk-codegen/commit/e73da3d39960cb528947c21202318b84d586ce1f))
221
234
 
222
235
  ### Dependencies
223
236
 
224
- * The following workspace dependencies were updated
225
- * dependencies
226
- * @looker/code-editor bumped from ^0.1.24 to ^0.1.25
227
- * @looker/extension-utils bumped from ^0.1.16 to ^0.1.17
228
- * @looker/run-it bumped from ^0.9.39 to ^0.9.40
229
- * @looker/sdk bumped from ^22.16.0 to ^22.18.0
230
- * @looker/sdk-codegen bumped from ^21.7.1 to ^21.7.2
231
- * devDependencies
232
- * @looker/sdk-codegen-scripts bumped from ^21.4.5 to ^21.4.6
233
- * @looker/sdk-node bumped from ^22.16.0 to ^22.18.0
237
+ - The following workspace dependencies were updated
238
+ - dependencies
239
+ - @looker/code-editor bumped from ^0.1.24 to ^0.1.25
240
+ - @looker/extension-utils bumped from ^0.1.16 to ^0.1.17
241
+ - @looker/run-it bumped from ^0.9.39 to ^0.9.40
242
+ - @looker/sdk bumped from ^22.16.0 to ^22.18.0
243
+ - @looker/sdk-codegen bumped from ^21.7.1 to ^21.7.2
244
+ - devDependencies
245
+ - @looker/sdk-codegen-scripts bumped from ^21.4.5 to ^21.4.6
246
+ - @looker/sdk-node bumped from ^22.16.0 to ^22.18.0
234
247
 
235
248
  ### [0.9.39](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.38...api-explorer-v0.9.39) (2022-09-21)
236
249
 
237
-
238
250
  ### Dependencies
239
251
 
240
- * The following workspace dependencies were updated
241
- * dependencies
242
- * @looker/extension-utils bumped from ^0.1.15 to ^0.1.16
243
- * @looker/run-it bumped from ^0.9.38 to ^0.9.39
244
- * @looker/sdk bumped from ^22.14.0 to ^22.16.0
245
- * devDependencies
246
- * @looker/sdk-codegen-scripts bumped from ^21.4.4 to ^21.4.5
247
- * @looker/sdk-node bumped from ^22.14.0 to ^22.16.0
252
+ - The following workspace dependencies were updated
253
+ - dependencies
254
+ - @looker/extension-utils bumped from ^0.1.15 to ^0.1.16
255
+ - @looker/run-it bumped from ^0.9.38 to ^0.9.39
256
+ - @looker/sdk bumped from ^22.14.0 to ^22.16.0
257
+ - devDependencies
258
+ - @looker/sdk-codegen-scripts bumped from ^21.4.4 to ^21.4.5
259
+ - @looker/sdk-node bumped from ^22.14.0 to ^22.16.0
248
260
 
249
261
  ### [0.9.38](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.37...api-explorer-v0.9.38) (2022-09-21)
250
262
 
251
-
252
263
  ### Dependencies
253
264
 
254
- * The following workspace dependencies were updated
255
- * dependencies
256
- * @looker/extension-utils bumped from ^0.1.14 to ^0.1.15
257
- * @looker/run-it bumped from ^0.9.37 to ^0.9.38
258
- * @looker/sdk bumped from ^22.12.1 to ^22.14.0
259
- * devDependencies
260
- * @looker/sdk-codegen-scripts bumped from ^21.4.3 to ^21.4.4
261
- * @looker/sdk-node bumped from ^22.12.1 to ^22.14.0
265
+ - The following workspace dependencies were updated
266
+ - dependencies
267
+ - @looker/extension-utils bumped from ^0.1.14 to ^0.1.15
268
+ - @looker/run-it bumped from ^0.9.37 to ^0.9.38
269
+ - @looker/sdk bumped from ^22.12.1 to ^22.14.0
270
+ - devDependencies
271
+ - @looker/sdk-codegen-scripts bumped from ^21.4.3 to ^21.4.4
272
+ - @looker/sdk-node bumped from ^22.12.1 to ^22.14.0
262
273
 
263
274
  ### [0.9.37](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.36...api-explorer-v0.9.37) (2022-09-21)
264
275
 
265
-
266
276
  ### Features
267
277
 
268
- * ability to share a tag scene with a filter applied ([#1142](https://www.github.com/looker-open-source/sdk-codegen/issues/1142)) ([135dce3](https://www.github.com/looker-open-source/sdk-codegen/commit/135dce3a3bf75ad79525a81b2e848e118cc340e4))
269
- * change diff scene route ([#1159](https://www.github.com/looker-open-source/sdk-codegen/issues/1159)) ([180cf20](https://www.github.com/looker-open-source/sdk-codegen/commit/180cf204f767474a76ad7de2ee6fb5171f910eb0))
270
- * 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))
271
- * 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))
272
- * error documentation redirect and support for detailed error content ([#1167](https://www.github.com/looker-open-source/sdk-codegen/issues/1167)) ([5b4fc5b](https://www.github.com/looker-open-source/sdk-codegen/commit/5b4fc5b91e05ed4ccd9090724e4ac3f506b541fd))
273
- * SDK language selection as URL search parameter ([#1123](https://www.github.com/looker-open-source/sdk-codegen/issues/1123)) ([ae59b95](https://www.github.com/looker-open-source/sdk-codegen/commit/ae59b956a5f42dcdd5aa9b4c3d0da1836129a932))
274
-
278
+ - ability to share a tag scene with a filter applied ([#1142](https://www.github.com/looker-open-source/sdk-codegen/issues/1142)) ([135dce3](https://www.github.com/looker-open-source/sdk-codegen/commit/135dce3a3bf75ad79525a81b2e848e118cc340e4))
279
+ - change diff scene route ([#1159](https://www.github.com/looker-open-source/sdk-codegen/issues/1159)) ([180cf20](https://www.github.com/looker-open-source/sdk-codegen/commit/180cf204f767474a76ad7de2ee6fb5171f910eb0))
280
+ - 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))
281
+ - 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))
282
+ - error documentation redirect and support for detailed error content ([#1167](https://www.github.com/looker-open-source/sdk-codegen/issues/1167)) ([5b4fc5b](https://www.github.com/looker-open-source/sdk-codegen/commit/5b4fc5b91e05ed4ccd9090724e4ac3f506b541fd))
283
+ - SDK language selection as URL search parameter ([#1123](https://www.github.com/looker-open-source/sdk-codegen/issues/1123)) ([ae59b95](https://www.github.com/looker-open-source/sdk-codegen/commit/ae59b956a5f42dcdd5aa9b4c3d0da1836129a932))
275
284
 
276
285
  ### Bug Fixes
277
286
 
278
- * DiffScene Page Displays Accurate Number of Diff Entries ([#1163](https://www.github.com/looker-open-source/sdk-codegen/issues/1163)) ([ee46932](https://www.github.com/looker-open-source/sdk-codegen/commit/ee469326783377a4ba382e1df915a30f1c503fd6))
279
- * rerendering issues on DiffScene options change ([#1168](https://www.github.com/looker-open-source/sdk-codegen/issues/1168)) ([a4ac3bc](https://www.github.com/looker-open-source/sdk-codegen/commit/a4ac3bcf2b03ef427fe0fd13c72d1d7e3e939f90))
280
- * 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))
281
-
287
+ - DiffScene Page Displays Accurate Number of Diff Entries ([#1163](https://www.github.com/looker-open-source/sdk-codegen/issues/1163)) ([ee46932](https://www.github.com/looker-open-source/sdk-codegen/commit/ee469326783377a4ba382e1df915a30f1c503fd6))
288
+ - rerendering issues on DiffScene options change ([#1168](https://www.github.com/looker-open-source/sdk-codegen/issues/1168)) ([a4ac3bc](https://www.github.com/looker-open-source/sdk-codegen/commit/a4ac3bcf2b03ef427fe0fd13c72d1d7e3e939f90))
289
+ - 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))
282
290
 
283
291
  ### Dependencies
284
292
 
285
- * The following workspace dependencies were updated
286
- * dependencies
287
- * @looker/code-editor bumped from ^0.1.23 to ^0.1.24
288
- * @looker/extension-utils bumped from ^0.1.13 to ^0.1.14
289
- * @looker/run-it bumped from ^0.9.36 to ^0.9.37
290
- * @looker/sdk bumped from ^22.10.1 to ^22.12.1
291
- * @looker/sdk-codegen bumped from ^21.7.0 to ^21.7.1
292
- * @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
293
- * devDependencies
294
- * @looker/sdk-codegen-scripts bumped from ^21.4.2 to ^21.4.3
295
- * @looker/sdk-node bumped from ^22.10.1 to ^22.12.1
293
+ - The following workspace dependencies were updated
294
+ - dependencies
295
+ - @looker/code-editor bumped from ^0.1.23 to ^0.1.24
296
+ - @looker/extension-utils bumped from ^0.1.13 to ^0.1.14
297
+ - @looker/run-it bumped from ^0.9.36 to ^0.9.37
298
+ - @looker/sdk bumped from ^22.10.1 to ^22.12.1
299
+ - @looker/sdk-codegen bumped from ^21.7.0 to ^21.7.1
300
+ - @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
301
+ - devDependencies
302
+ - @looker/sdk-codegen-scripts bumped from ^21.4.2 to ^21.4.3
303
+ - @looker/sdk-node bumped from ^22.10.1 to ^22.12.1
296
304
 
297
305
  ### [0.9.36](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.35...api-explorer-v0.9.36) (2022-07-29)
298
306
 
299
-
300
307
  ### Features
301
308
 
302
- * URL Sharable Search in Explorer ([#1103](https://www.github.com/looker-open-source/sdk-codegen/issues/1103)) ([0eb10ee](https://www.github.com/looker-open-source/sdk-codegen/commit/0eb10ee5490e363baa3fd90561e417bd902cd50a))
303
-
309
+ - URL Sharable Search in Explorer ([#1103](https://www.github.com/looker-open-source/sdk-codegen/issues/1103)) ([0eb10ee](https://www.github.com/looker-open-source/sdk-codegen/commit/0eb10ee5490e363baa3fd90561e417bd902cd50a))
304
310
 
305
311
  ### Dependencies
306
312
 
307
- * The following workspace dependencies were updated
308
- * dependencies
309
- * @looker/extension-utils bumped from ^0.1.12 to ^0.1.13
310
- * @looker/code-editor bumped from ^0.1.22 to ^0.1.23
311
- * @looker/run-it bumped from ^0.9.35 to ^0.9.36
312
- * @looker/sdk bumped from ^22.10.0 to ^22.10.1
313
- * @looker/sdk-codegen bumped from ^21.6.0 to ^21.7.0
314
- * devDependencies
315
- * @looker/sdk-codegen-scripts bumped from ^21.4.1 to ^21.4.2
316
- * @looker/sdk-node bumped from ^22.10.0 to ^22.10.1
313
+ - The following workspace dependencies were updated
314
+ - dependencies
315
+ - @looker/extension-utils bumped from ^0.1.12 to ^0.1.13
316
+ - @looker/code-editor bumped from ^0.1.22 to ^0.1.23
317
+ - @looker/run-it bumped from ^0.9.35 to ^0.9.36
318
+ - @looker/sdk bumped from ^22.10.0 to ^22.10.1
319
+ - @looker/sdk-codegen bumped from ^21.6.0 to ^21.7.0
320
+ - devDependencies
321
+ - @looker/sdk-codegen-scripts bumped from ^21.4.1 to ^21.4.2
322
+ - @looker/sdk-node bumped from ^22.10.0 to ^22.10.1
317
323
 
318
324
  ### [0.9.35](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.34...api-explorer-v0.9.35) (2022-07-14)
319
325
 
320
-
321
326
  ### Dependencies
322
327
 
323
- * The following workspace dependencies were updated
324
- * dependencies
325
- * @looker/extension-utils bumped from ^0.1.11 to ^0.1.12
326
- * @looker/run-it bumped from ^0.9.34 to ^0.9.35
327
- * @looker/sdk bumped from ^22.8.0 to ^22.10.0
328
- * devDependencies
329
- * @looker/sdk-codegen-scripts bumped from ^21.4.0 to ^21.4.1
330
- * @looker/sdk-node bumped from ^22.8.0 to ^22.10.0
328
+ - The following workspace dependencies were updated
329
+ - dependencies
330
+ - @looker/extension-utils bumped from ^0.1.11 to ^0.1.12
331
+ - @looker/run-it bumped from ^0.9.34 to ^0.9.35
332
+ - @looker/sdk bumped from ^22.8.0 to ^22.10.0
333
+ - devDependencies
334
+ - @looker/sdk-codegen-scripts bumped from ^21.4.0 to ^21.4.1
335
+ - @looker/sdk-node bumped from ^22.8.0 to ^22.10.0
331
336
 
332
337
  ### [0.9.34](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.33...api-explorer-v0.9.34) (2022-07-13)
333
338
 
334
-
335
339
  ### Dependencies
336
340
 
337
- * The following workspace dependencies were updated
338
- * dependencies
339
- * @looker/extension-utils bumped from ^0.1.10 to ^0.1.11
340
- * @looker/run-it bumped from ^0.9.33 to ^0.9.34
341
- * @looker/sdk bumped from ^22.6.0 to ^22.8.0
342
- * devDependencies
343
- * @looker/sdk-codegen-scripts bumped from ^21.3.4 to ^21.4.0
344
- * @looker/sdk-node bumped from ^22.6.0 to ^22.8.0
341
+ - The following workspace dependencies were updated
342
+ - dependencies
343
+ - @looker/extension-utils bumped from ^0.1.10 to ^0.1.11
344
+ - @looker/run-it bumped from ^0.9.33 to ^0.9.34
345
+ - @looker/sdk bumped from ^22.6.0 to ^22.8.0
346
+ - devDependencies
347
+ - @looker/sdk-codegen-scripts bumped from ^21.3.4 to ^21.4.0
348
+ - @looker/sdk-node bumped from ^22.6.0 to ^22.8.0
345
349
 
346
350
  ### [0.9.33](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.32...api-explorer-v0.9.33) (2022-07-07)
347
351
 
348
-
349
352
  ### Bug Fixes
350
353
 
351
- * description sync issues in diff scene ([#1086](https://www.github.com/looker-open-source/sdk-codegen/issues/1086)) ([a37aa50](https://www.github.com/looker-open-source/sdk-codegen/commit/a37aa50064bb41ca5af2c9d19371e2ef7973e6d9))
352
- * remove generated files from examples index ([#1076](https://www.github.com/looker-open-source/sdk-codegen/issues/1076)) ([d75bce8](https://www.github.com/looker-open-source/sdk-codegen/commit/d75bce8dc25d41fd6bc5e2e513782eaa6009fd10))
353
- * Sidenav Methods Panel Open & Closing ([#1097](https://www.github.com/looker-open-source/sdk-codegen/issues/1097)) ([c49fae4](https://www.github.com/looker-open-source/sdk-codegen/commit/c49fae4ca6a7a30feb61f021ec878a8091eaa078))
354
- * Update prod entrypoint to match dev entrypoint (pull [#1059](https://www.github.com/looker-open-source/sdk-codegen/issues/1059)) ([0e4c3f4](https://www.github.com/looker-open-source/sdk-codegen/commit/0e4c3f47782d23f6c8e5509bd2942b0934e44ea2))
355
-
354
+ - description sync issues in diff scene ([#1086](https://www.github.com/looker-open-source/sdk-codegen/issues/1086)) ([a37aa50](https://www.github.com/looker-open-source/sdk-codegen/commit/a37aa50064bb41ca5af2c9d19371e2ef7973e6d9))
355
+ - remove generated files from examples index ([#1076](https://www.github.com/looker-open-source/sdk-codegen/issues/1076)) ([d75bce8](https://www.github.com/looker-open-source/sdk-codegen/commit/d75bce8dc25d41fd6bc5e2e513782eaa6009fd10))
356
+ - Sidenav Methods Panel Open & Closing ([#1097](https://www.github.com/looker-open-source/sdk-codegen/issues/1097)) ([c49fae4](https://www.github.com/looker-open-source/sdk-codegen/commit/c49fae4ca6a7a30feb61f021ec878a8091eaa078))
357
+ - Update prod entrypoint to match dev entrypoint (pull [#1059](https://www.github.com/looker-open-source/sdk-codegen/issues/1059)) ([0e4c3f4](https://www.github.com/looker-open-source/sdk-codegen/commit/0e4c3f47782d23f6c8e5509bd2942b0934e44ea2))
356
358
 
357
359
  ### Dependencies
358
360
 
359
- * The following workspace dependencies were updated
360
- * dependencies
361
- * @looker/extension-utils bumped from ^0.1.9 to ^0.1.10
362
- * @looker/code-editor bumped from ^0.1.21 to ^0.1.22
363
- * @looker/run-it bumped from ^0.9.32 to ^0.9.33
364
- * @looker/sdk bumped from ^22.4.2 to ^22.6.0
365
- * @looker/sdk-codegen bumped from ^21.5.2 to ^21.6.0
366
- * @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
367
- * devDependencies
368
- * @looker/sdk-codegen-scripts bumped from ^21.3.3 to ^21.3.4
369
- * @looker/sdk-node bumped from ^22.4.2 to ^22.6.0
361
+ - The following workspace dependencies were updated
362
+ - dependencies
363
+ - @looker/extension-utils bumped from ^0.1.9 to ^0.1.10
364
+ - @looker/code-editor bumped from ^0.1.21 to ^0.1.22
365
+ - @looker/run-it bumped from ^0.9.32 to ^0.9.33
366
+ - @looker/sdk bumped from ^22.4.2 to ^22.6.0
367
+ - @looker/sdk-codegen bumped from ^21.5.2 to ^21.6.0
368
+ - @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
369
+ - devDependencies
370
+ - @looker/sdk-codegen-scripts bumped from ^21.3.3 to ^21.3.4
371
+ - @looker/sdk-node bumped from ^22.4.2 to ^22.6.0
370
372
 
371
373
  ### [0.9.32](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.31...api-explorer-v0.9.32) (2022-04-07)
372
374
 
373
-
374
375
  ### Dependencies
375
376
 
376
- * The following workspace dependencies were updated
377
- * dependencies
378
- * @looker/extension-utils bumped from ^0.1.8 to ^0.1.9
379
- * @looker/code-editor bumped from ^0.1.20 to ^0.1.21
380
- * @looker/run-it bumped from ^0.9.31 to ^0.9.32
381
- * @looker/sdk bumped from ^22.4.1 to ^22.4.2
382
- * @looker/sdk-codegen bumped from ^21.5.1 to ^21.5.2
383
- * @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
384
- * devDependencies
385
- * @looker/sdk-codegen-scripts bumped from ^21.3.2 to ^21.3.3
386
- * @looker/sdk-node bumped from ^22.4.1 to ^22.4.2
377
+ - The following workspace dependencies were updated
378
+ - dependencies
379
+ - @looker/extension-utils bumped from ^0.1.8 to ^0.1.9
380
+ - @looker/code-editor bumped from ^0.1.20 to ^0.1.21
381
+ - @looker/run-it bumped from ^0.9.31 to ^0.9.32
382
+ - @looker/sdk bumped from ^22.4.1 to ^22.4.2
383
+ - @looker/sdk-codegen bumped from ^21.5.1 to ^21.5.2
384
+ - @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
385
+ - devDependencies
386
+ - @looker/sdk-codegen-scripts bumped from ^21.3.2 to ^21.3.3
387
+ - @looker/sdk-node bumped from ^22.4.1 to ^22.4.2
387
388
 
388
389
  ### [0.9.31](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.30...api-explorer-v0.9.31) (2022-04-07)
389
390
 
390
-
391
391
  ### Dependencies
392
392
 
393
- * The following workspace dependencies were updated
394
- * dependencies
395
- * @looker/extension-utils bumped from ^0.1.7 to ^0.1.8
396
- * @looker/code-editor bumped from ^0.1.19 to ^0.1.20
397
- * @looker/run-it bumped from ^0.9.30 to ^0.9.31
398
- * @looker/sdk bumped from ^22.4.0 to ^22.4.1
399
- * @looker/sdk-codegen bumped from ^21.5.0 to ^21.5.1
400
- * devDependencies
401
- * @looker/sdk-codegen-scripts bumped from ^21.3.1 to ^21.3.2
402
- * @looker/sdk-node bumped from ^22.4.0 to ^22.4.1
393
+ - The following workspace dependencies were updated
394
+ - dependencies
395
+ - @looker/extension-utils bumped from ^0.1.7 to ^0.1.8
396
+ - @looker/code-editor bumped from ^0.1.19 to ^0.1.20
397
+ - @looker/run-it bumped from ^0.9.30 to ^0.9.31
398
+ - @looker/sdk bumped from ^22.4.0 to ^22.4.1
399
+ - @looker/sdk-codegen bumped from ^21.5.0 to ^21.5.1
400
+ - devDependencies
401
+ - @looker/sdk-codegen-scripts bumped from ^21.3.1 to ^21.3.2
402
+ - @looker/sdk-node bumped from ^22.4.0 to ^22.4.1
403
403
 
404
404
  ### [0.9.30](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.29...api-explorer-v0.9.30) (2022-03-24)
405
405
 
406
-
407
406
  ### Dependencies
408
407
 
409
- * The following workspace dependencies were updated
410
- * dependencies
411
- * @looker/extension-utils bumped from ^0.1.6 to ^0.1.7
412
- * @looker/run-it bumped from ^0.9.29 to ^0.9.30
413
- * @looker/sdk bumped from ^22.2.0 to ^22.4.0
414
- * devDependencies
415
- * @looker/sdk-codegen-scripts bumped from ^21.3.0 to ^21.3.1
416
- * @looker/sdk-node bumped from ^22.2.0 to ^22.4.0
408
+ - The following workspace dependencies were updated
409
+ - dependencies
410
+ - @looker/extension-utils bumped from ^0.1.6 to ^0.1.7
411
+ - @looker/run-it bumped from ^0.9.29 to ^0.9.30
412
+ - @looker/sdk bumped from ^22.2.0 to ^22.4.0
413
+ - devDependencies
414
+ - @looker/sdk-codegen-scripts bumped from ^21.3.0 to ^21.3.1
415
+ - @looker/sdk-node bumped from ^22.2.0 to ^22.4.0
417
416
 
418
417
  ### [0.9.29](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.28...api-explorer-v0.9.29) (2022-03-04)
419
418
 
420
-
421
419
  ### Features
422
420
 
423
- * generate code deprecation tags ([#1006](https://www.github.com/looker-open-source/sdk-codegen/issues/1006)) ([afd4b66](https://www.github.com/looker-open-source/sdk-codegen/commit/afd4b66ffbd11cdacd19fe1353c9e5bf381fe932))
424
-
421
+ - generate code deprecation tags ([#1006](https://www.github.com/looker-open-source/sdk-codegen/issues/1006)) ([afd4b66](https://www.github.com/looker-open-source/sdk-codegen/commit/afd4b66ffbd11cdacd19fe1353c9e5bf381fe932))
425
422
 
426
423
  ### Dependencies
427
424
 
428
- * The following workspace dependencies were updated
429
- * dependencies
430
- * @looker/extension-utils bumped from ^0.1.5 to ^0.1.6
431
- * @looker/code-editor bumped from ^0.1.18 to ^0.1.19
432
- * @looker/run-it bumped from ^0.9.28 to ^0.9.29
433
- * @looker/sdk-codegen bumped from ^21.4.0 to ^21.5.0
434
- * devDependencies
435
- * @looker/sdk-codegen-scripts bumped from ^21.2.3 to ^21.3.0
425
+ - The following workspace dependencies were updated
426
+ - dependencies
427
+ - @looker/extension-utils bumped from ^0.1.5 to ^0.1.6
428
+ - @looker/code-editor bumped from ^0.1.18 to ^0.1.19
429
+ - @looker/run-it bumped from ^0.9.28 to ^0.9.29
430
+ - @looker/sdk-codegen bumped from ^21.4.0 to ^21.5.0
431
+ - devDependencies
432
+ - @looker/sdk-codegen-scripts bumped from ^21.2.3 to ^21.3.0
436
433
 
437
434
  ### [0.9.28](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.27...api-explorer-v0.9.28) (2022-02-18)
438
435
 
439
-
440
436
  ### Dependencies
441
437
 
442
- * The following workspace dependencies were updated
443
- * dependencies
444
- * @looker/extension-utils bumped from ^0.1.4 to ^0.1.5
445
- * @looker/run-it bumped from ^0.9.27 to ^0.9.28
446
- * @looker/sdk bumped from ^22.0.0 to ^22.2.0
447
- * devDependencies
448
- * @looker/sdk-codegen-scripts bumped from ^21.2.2 to ^21.2.3
449
- * @looker/sdk-node bumped from ^22.0.0 to ^22.2.0
438
+ - The following workspace dependencies were updated
439
+ - dependencies
440
+ - @looker/extension-utils bumped from ^0.1.4 to ^0.1.5
441
+ - @looker/run-it bumped from ^0.9.27 to ^0.9.28
442
+ - @looker/sdk bumped from ^22.0.0 to ^22.2.0
443
+ - devDependencies
444
+ - @looker/sdk-codegen-scripts bumped from ^21.2.2 to ^21.2.3
445
+ - @looker/sdk-node bumped from ^22.0.0 to ^22.2.0
450
446
 
451
447
  ### [0.9.27](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.26...api-explorer-v0.9.27) (2022-02-14)
452
448
 
453
-
454
449
  ### Features
455
450
 
456
- * Added 4.0 GA stable banner to api explorer ([#956](https://www.github.com/looker-open-source/sdk-codegen/issues/956)) ([c59b5d4](https://www.github.com/looker-open-source/sdk-codegen/commit/c59b5d4d14189329fd9d95b31d3801dd27bd1c08))
457
-
451
+ - Added 4.0 GA stable banner to api explorer ([#956](https://www.github.com/looker-open-source/sdk-codegen/issues/956)) ([c59b5d4](https://www.github.com/looker-open-source/sdk-codegen/commit/c59b5d4d14189329fd9d95b31d3801dd27bd1c08))
458
452
 
459
453
  ### Bug Fixes
460
454
 
461
- * Fix broken apix test because of 22.0 build ([#968](https://www.github.com/looker-open-source/sdk-codegen/issues/968)) ([45a9a69](https://www.github.com/looker-open-source/sdk-codegen/commit/45a9a6915be0fbcfdbd3ee6152a59d9d8728b3ca))
462
- * runtime error for API Explorer ([#973](https://www.github.com/looker-open-source/sdk-codegen/issues/973)) ([4823fcb](https://www.github.com/looker-open-source/sdk-codegen/commit/4823fcb56d38bde5ae2f80d02a946b5bd3eeb834))
463
-
455
+ - Fix broken apix test because of 22.0 build ([#968](https://www.github.com/looker-open-source/sdk-codegen/issues/968)) ([45a9a69](https://www.github.com/looker-open-source/sdk-codegen/commit/45a9a6915be0fbcfdbd3ee6152a59d9d8728b3ca))
456
+ - runtime error for API Explorer ([#973](https://www.github.com/looker-open-source/sdk-codegen/issues/973)) ([4823fcb](https://www.github.com/looker-open-source/sdk-codegen/commit/4823fcb56d38bde5ae2f80d02a946b5bd3eeb834))
464
457
 
465
458
  ### Dependencies
466
459
 
467
- * The following workspace dependencies were updated
468
- * dependencies
469
- * @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
470
- * @looker/code-editor bumped from ^0.1.17 to ^0.1.18
471
- * @looker/run-it bumped from ^0.9.26 to ^0.9.27
472
- * @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
473
- * devDependencies
474
- * @looker/sdk-codegen-scripts bumped from ^21.2.1 to ^21.2.2
460
+ - The following workspace dependencies were updated
461
+ - dependencies
462
+ - @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
463
+ - @looker/code-editor bumped from ^0.1.17 to ^0.1.18
464
+ - @looker/run-it bumped from ^0.9.26 to ^0.9.27
465
+ - @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
466
+ - devDependencies
467
+ - @looker/sdk-codegen-scripts bumped from ^21.2.1 to ^21.2.2
475
468
 
476
469
  ### [0.9.26](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.23...api-explorer-v0.9.26) (2022-01-27)
477
470
 
478
-
479
471
  ### Features
480
472
 
481
- * OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
482
-
473
+ - OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
483
474
 
484
475
  ### Bug Fixes
485
476
 
486
- * enum naming and registration ([#918](https://www.github.com/looker-open-source/sdk-codegen/issues/918)) ([9d4a6cb](https://www.github.com/looker-open-source/sdk-codegen/commit/9d4a6cbfac5defad3a35389e2d46947d2135d349))
487
-
477
+ - enum naming and registration ([#918](https://www.github.com/looker-open-source/sdk-codegen/issues/918)) ([9d4a6cb](https://www.github.com/looker-open-source/sdk-codegen/commit/9d4a6cbfac5defad3a35389e2d46947d2135d349))
488
478
 
489
479
  ### Dependencies
490
480
 
491
- * The following workspace dependencies were updated
492
- * dependencies
493
- * @looker/sdk bumped from ^21.20.0 to ^21.20.1
494
- * devDependencies
495
- * @looker/sdk-node bumped from ^21.20.0 to ^21.20.1
481
+ - The following workspace dependencies were updated
482
+ - dependencies
483
+ - @looker/sdk bumped from ^21.20.0 to ^21.20.1
484
+ - devDependencies
485
+ - @looker/sdk-node bumped from ^21.20.0 to ^21.20.1
496
486
 
497
487
  ### [0.9.26](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.25...api-explorer-v0.9.26) (2021-12-20)
498
488
 
499
-
500
489
  ### Dependencies
501
490
 
502
- * The following workspace dependencies were updated
503
- * dependencies
504
- * @looker/extension-utils bumped from ^0.1.2 to ^0.1.3
505
- * @looker/code-editor bumped from ^0.1.16 to ^0.1.17
506
- * @looker/run-it bumped from ^0.9.25 to ^0.9.26
507
- * @looker/sdk-codegen bumped from ^21.3.0 to ^21.3.1
508
- * @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
509
- * devDependencies
510
- * @looker/sdk-codegen-scripts bumped from ^21.2.0 to ^21.2.1
491
+ - The following workspace dependencies were updated
492
+ - dependencies
493
+ - @looker/extension-utils bumped from ^0.1.2 to ^0.1.3
494
+ - @looker/code-editor bumped from ^0.1.16 to ^0.1.17
495
+ - @looker/run-it bumped from ^0.9.25 to ^0.9.26
496
+ - @looker/sdk-codegen bumped from ^21.3.0 to ^21.3.1
497
+ - @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
498
+ - devDependencies
499
+ - @looker/sdk-codegen-scripts bumped from ^21.2.0 to ^21.2.1
511
500
 
512
501
  ### [0.9.25](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.24...api-explorer-v0.9.25) (2021-12-16)
513
502
 
514
-
515
503
  ### Dependencies
516
504
 
517
- * The following workspace dependencies were updated
518
- * dependencies
519
- * @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
520
- * @looker/code-editor bumped from ^0.1.15 to ^0.1.16
521
- * @looker/run-it bumped from ^0.9.24 to ^0.9.25
522
- * @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
523
- * @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
524
- * devDependencies
525
- * @looker/sdk-codegen-scripts bumped from ^21.1.4 to ^21.2.0
505
+ - The following workspace dependencies were updated
506
+ - dependencies
507
+ - @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
508
+ - @looker/code-editor bumped from ^0.1.15 to ^0.1.16
509
+ - @looker/run-it bumped from ^0.9.24 to ^0.9.25
510
+ - @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
511
+ - @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
512
+ - devDependencies
513
+ - @looker/sdk-codegen-scripts bumped from ^21.1.4 to ^21.2.0
526
514
 
527
515
  ### [0.9.24](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.23...api-explorer-v0.9.24) (2021-12-06)
528
516
 
529
-
530
517
  ### Features
531
518
 
532
- * OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
533
-
519
+ - OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
534
520
 
535
521
  ### Bug Fixes
536
522
 
537
- * enum naming and registration ([#918](https://www.github.com/looker-open-source/sdk-codegen/issues/918)) ([9d4a6cb](https://www.github.com/looker-open-source/sdk-codegen/commit/9d4a6cbfac5defad3a35389e2d46947d2135d349))
538
-
523
+ - enum naming and registration ([#918](https://www.github.com/looker-open-source/sdk-codegen/issues/918)) ([9d4a6cb](https://www.github.com/looker-open-source/sdk-codegen/commit/9d4a6cbfac5defad3a35389e2d46947d2135d349))
539
524
 
540
525
  ### Dependencies
541
526
 
542
- * The following workspace dependencies were updated
543
- * dependencies
544
- * @looker/extension-utils bumped from ^0.1.0 to ^0.1.1
545
- * @looker/code-editor bumped from ^0.1.14 to ^0.1.15
546
- * @looker/run-it bumped from ^0.9.23 to ^0.9.24
547
- * @looker/sdk-codegen bumped from ^21.2.0 to ^21.2.1
548
- * devDependencies
549
- * @looker/sdk-codegen-scripts bumped from ^21.1.3 to ^21.1.4
527
+ - The following workspace dependencies were updated
528
+ - dependencies
529
+ - @looker/extension-utils bumped from ^0.1.0 to ^0.1.1
530
+ - @looker/code-editor bumped from ^0.1.14 to ^0.1.15
531
+ - @looker/run-it bumped from ^0.9.23 to ^0.9.24
532
+ - @looker/sdk-codegen bumped from ^21.2.0 to ^21.2.1
533
+ - devDependencies
534
+ - @looker/sdk-codegen-scripts bumped from ^21.1.3 to ^21.1.4
550
535
 
551
536
  ### [0.9.23](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.22...api-explorer-v0.9.23) (2021-11-10)
552
537
 
553
-
554
538
  ### Features
555
539
 
556
- * 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))
557
-
540
+ - 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))
558
541
 
559
542
  ### Bug Fixes
560
543
 
561
- * api explorer initialization ([#885](https://www.github.com/looker-open-source/sdk-codegen/issues/885)) ([b08b08e](https://www.github.com/looker-open-source/sdk-codegen/commit/b08b08e9767725e19a573bac0385320bb903490d))
562
-
544
+ - api explorer initialization ([#885](https://www.github.com/looker-open-source/sdk-codegen/issues/885)) ([b08b08e](https://www.github.com/looker-open-source/sdk-codegen/commit/b08b08e9767725e19a573bac0385320bb903490d))
563
545
 
564
546
  ### Dependencies
565
547
 
566
- * The following workspace dependencies were updated
567
- * dependencies
568
- * @looker/code-editor bumped from ^0.1.13 to ^0.1.14
569
- * @looker/run-it bumped from ^0.9.22 to ^0.9.23
570
- * @looker/sdk bumped from ^21.18.1 to ^21.20.0
571
- * @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0
572
- * @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
573
- * devDependencies
574
- * @looker/sdk-codegen-scripts bumped from ^21.1.2 to ^21.1.3
575
- * @looker/sdk-node bumped from ^21.18.1 to ^21.20.0
548
+ - The following workspace dependencies were updated
549
+ - dependencies
550
+ - @looker/code-editor bumped from ^0.1.13 to ^0.1.14
551
+ - @looker/run-it bumped from ^0.9.22 to ^0.9.23
552
+ - @looker/sdk bumped from ^21.18.1 to ^21.20.0
553
+ - @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0
554
+ - @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
555
+ - devDependencies
556
+ - @looker/sdk-codegen-scripts bumped from ^21.1.2 to ^21.1.3
557
+ - @looker/sdk-node bumped from ^21.18.1 to ^21.20.0
576
558
 
577
559
  ### [0.9.22](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.21...api-explorer-v0.9.22) (2021-10-27)
578
560
 
579
-
580
561
  ### Bug Fixes
581
562
 
582
- * another TS SDK error handling tweak ([#873](https://www.github.com/looker-open-source/sdk-codegen/issues/873)) ([1c04952](https://www.github.com/looker-open-source/sdk-codegen/commit/1c049527e22926fa7fe0ae011ab4595520005e2f))
583
-
563
+ - another TS SDK error handling tweak ([#873](https://www.github.com/looker-open-source/sdk-codegen/issues/873)) ([1c04952](https://www.github.com/looker-open-source/sdk-codegen/commit/1c049527e22926fa7fe0ae011ab4595520005e2f))
584
564
 
585
565
  ### Dependencies
586
566
 
587
- * The following workspace dependencies were updated
588
- * dependencies
589
- * @looker/code-editor bumped from ^0.1.12 to ^0.1.13
590
- * @looker/run-it bumped from ^0.9.21 to ^0.9.22
591
- * @looker/sdk bumped from ^21.18.0 to ^21.18.1
592
- * @looker/sdk-codegen bumped from ^21.1.0 to ^21.1.1
593
- * @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
594
- * devDependencies
595
- * @looker/sdk-codegen-scripts bumped from ^21.1.1 to ^21.1.2
596
- * @looker/sdk-node bumped from ^21.18.0 to ^21.18.1
567
+ - The following workspace dependencies were updated
568
+ - dependencies
569
+ - @looker/code-editor bumped from ^0.1.12 to ^0.1.13
570
+ - @looker/run-it bumped from ^0.9.21 to ^0.9.22
571
+ - @looker/sdk bumped from ^21.18.0 to ^21.18.1
572
+ - @looker/sdk-codegen bumped from ^21.1.0 to ^21.1.1
573
+ - @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
574
+ - devDependencies
575
+ - @looker/sdk-codegen-scripts bumped from ^21.1.1 to ^21.1.2
576
+ - @looker/sdk-node bumped from ^21.18.0 to ^21.18.1
597
577
 
598
578
  ### [0.9.21](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.20...api-explorer-v0.9.21) (2021-10-24)
599
579
 
600
-
601
580
  ### Dependencies
602
581
 
603
- * The following workspace dependencies were updated
604
- * dependencies
605
- * @looker/code-editor bumped from ^0.1.11 to ^0.1.12
606
- * @looker/run-it bumped from ^0.9.20 to ^0.9.21
607
- * @looker/sdk bumped from ^21.16.0 to ^21.18.0
608
- * devDependencies
609
- * @looker/sdk-codegen-scripts bumped from ^21.1.0 to ^21.1.1
610
- * @looker/sdk-node bumped from ^21.16.0 to ^21.18.0
582
+ - The following workspace dependencies were updated
583
+ - dependencies
584
+ - @looker/code-editor bumped from ^0.1.11 to ^0.1.12
585
+ - @looker/run-it bumped from ^0.9.20 to ^0.9.21
586
+ - @looker/sdk bumped from ^21.16.0 to ^21.18.0
587
+ - devDependencies
588
+ - @looker/sdk-codegen-scripts bumped from ^21.1.0 to ^21.1.1
589
+ - @looker/sdk-node bumped from ^21.16.0 to ^21.18.0
611
590
 
612
591
  ### [0.9.20](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.19...api-explorer-v0.9.20) (2021-10-19)
613
592
 
614
-
615
593
  ### Features
616
594
 
617
- * 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))
618
- * headless nav toggle ([#860](https://www.github.com/looker-open-source/sdk-codegen/issues/860)) ([8e66d1b](https://www.github.com/looker-open-source/sdk-codegen/commit/8e66d1bed84cdcf91b92dccdb5cdbb87be5c3f4a))
619
- * 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))
620
- * 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))
621
- * 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))
622
-
595
+ - 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))
596
+ - headless nav toggle ([#860](https://www.github.com/looker-open-source/sdk-codegen/issues/860)) ([8e66d1b](https://www.github.com/looker-open-source/sdk-codegen/commit/8e66d1bed84cdcf91b92dccdb5cdbb87be5c3f4a))
597
+ - 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))
598
+ - 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))
599
+ - 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))
623
600
 
624
601
  ### Bug Fixes
625
602
 
626
- * Extension Api Explorer markdown link clicks ([#830](https://www.github.com/looker-open-source/sdk-codegen/issues/830)) ([dd8a3f0](https://www.github.com/looker-open-source/sdk-codegen/commit/dd8a3f03b8ea03858271bf55307c7d359631455a))
627
- * 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))
628
- * Sidenav selection ([#831](https://www.github.com/looker-open-source/sdk-codegen/issues/831)) ([52e3ef3](https://www.github.com/looker-open-source/sdk-codegen/commit/52e3ef31a6157a6a544bf712a73d118d22913583))
629
- * type issues, tests and bin/deploy ([#844](https://www.github.com/looker-open-source/sdk-codegen/issues/844)) ([9e4a141](https://www.github.com/looker-open-source/sdk-codegen/commit/9e4a1413d4b6267805c0514dac1def93f5a56cb6))
630
- * typo with error boundary ([#851](https://www.github.com/looker-open-source/sdk-codegen/issues/851)) ([bb08f25](https://www.github.com/looker-open-source/sdk-codegen/commit/bb08f258354bb6439f08d29f340b1f396841ab12))
631
-
603
+ - Extension Api Explorer markdown link clicks ([#830](https://www.github.com/looker-open-source/sdk-codegen/issues/830)) ([dd8a3f0](https://www.github.com/looker-open-source/sdk-codegen/commit/dd8a3f03b8ea03858271bf55307c7d359631455a))
604
+ - 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))
605
+ - Sidenav selection ([#831](https://www.github.com/looker-open-source/sdk-codegen/issues/831)) ([52e3ef3](https://www.github.com/looker-open-source/sdk-codegen/commit/52e3ef31a6157a6a544bf712a73d118d22913583))
606
+ - type issues, tests and bin/deploy ([#844](https://www.github.com/looker-open-source/sdk-codegen/issues/844)) ([9e4a141](https://www.github.com/looker-open-source/sdk-codegen/commit/9e4a1413d4b6267805c0514dac1def93f5a56cb6))
607
+ - typo with error boundary ([#851](https://www.github.com/looker-open-source/sdk-codegen/issues/851)) ([bb08f25](https://www.github.com/looker-open-source/sdk-codegen/commit/bb08f258354bb6439f08d29f340b1f396841ab12))
632
608
 
633
609
  ### Dependencies
634
610
 
635
- * The following workspace dependencies were updated
636
- * dependencies
637
- * @looker/code-editor bumped from ^0.1.10 to ^0.1.11
638
- * @looker/run-it bumped from ^0.9.19 to ^0.9.20
639
- * @looker/sdk bumped from ^21.14.0 to ^21.16.0
640
- * @looker/sdk-codegen bumped from ^21.0.25 to ^21.1.0
641
- * @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
642
- * devDependencies
643
- * @looker/sdk-codegen-scripts bumped from ^21.0.27 to ^21.1.0
644
- * @looker/sdk-node bumped from ^21.14.0 to ^21.16.0
611
+ - The following workspace dependencies were updated
612
+ - dependencies
613
+ - @looker/code-editor bumped from ^0.1.10 to ^0.1.11
614
+ - @looker/run-it bumped from ^0.9.19 to ^0.9.20
615
+ - @looker/sdk bumped from ^21.14.0 to ^21.16.0
616
+ - @looker/sdk-codegen bumped from ^21.0.25 to ^21.1.0
617
+ - @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
618
+ - devDependencies
619
+ - @looker/sdk-codegen-scripts bumped from ^21.0.27 to ^21.1.0
620
+ - @looker/sdk-node bumped from ^21.14.0 to ^21.16.0
645
621
 
646
622
  ### [0.9.19](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.18...api-explorer-v0.9.19) (2021-09-01)
647
623
 
648
-
649
624
  ### Features
650
625
 
651
- * 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))
652
- * 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))
653
-
626
+ - 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))
627
+ - 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))
654
628
 
655
629
  ### Dependencies
656
630
 
657
- * The following workspace dependencies were updated
658
- * dependencies
659
- * @looker/code-editor bumped from ^0.1.9 to ^0.1.10
660
- * @looker/run-it bumped from ^0.9.18 to ^0.9.19
661
- * @looker/sdk bumped from ^21.12.0 to ^21.14.0
662
- * @looker/sdk-codegen bumped from ^21.0.24 to ^21.0.25
663
- * @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
664
- * devDependencies
665
- * @looker/sdk-codegen-scripts bumped from ^21.0.26 to ^21.0.27
666
- * @looker/sdk-node bumped from ^21.12.0 to ^21.14.0
631
+ - The following workspace dependencies were updated
632
+ - dependencies
633
+ - @looker/code-editor bumped from ^0.1.9 to ^0.1.10
634
+ - @looker/run-it bumped from ^0.9.18 to ^0.9.19
635
+ - @looker/sdk bumped from ^21.12.0 to ^21.14.0
636
+ - @looker/sdk-codegen bumped from ^21.0.24 to ^21.0.25
637
+ - @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
638
+ - devDependencies
639
+ - @looker/sdk-codegen-scripts bumped from ^21.0.26 to ^21.0.27
640
+ - @looker/sdk-node bumped from ^21.12.0 to ^21.14.0
667
641
 
668
642
  ### [0.9.18](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.17...api-explorer-v0.9.18) (2021-08-11)
669
643
 
670
-
671
644
  ### Features
672
645
 
673
- * 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))
674
-
646
+ - 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))
675
647
 
676
648
  ### Dependencies
677
649
 
678
- * The following workspace dependencies were updated
679
- * dependencies
680
- * @looker/code-editor bumped from ^0.1.8 to ^0.1.9
681
- * @looker/run-it bumped from ^0.9.17 to ^0.9.18
682
- * @looker/sdk-codegen bumped from ^21.0.23 to ^21.0.24
683
- * devDependencies
684
- * @looker/sdk-codegen-scripts bumped from ^21.0.25 to ^21.0.26
650
+ - The following workspace dependencies were updated
651
+ - dependencies
652
+ - @looker/code-editor bumped from ^0.1.8 to ^0.1.9
653
+ - @looker/run-it bumped from ^0.9.17 to ^0.9.18
654
+ - @looker/sdk-codegen bumped from ^21.0.23 to ^21.0.24
655
+ - devDependencies
656
+ - @looker/sdk-codegen-scripts bumped from ^21.0.25 to ^21.0.26
685
657
 
686
658
  ### [0.9.17](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.16...api-explorer-v0.9.17) (2021-08-06)
687
659
 
688
-
689
660
  ### Bug Fixes
690
661
 
691
- * documentation refs and notes for Typescript SDK and more ([#783](https://www.github.com/looker-open-source/sdk-codegen/issues/783)) ([b2487ea](https://www.github.com/looker-open-source/sdk-codegen/commit/b2487ea4a113ce17a080ccab9b4c4139813e8810))
692
-
662
+ - documentation refs and notes for Typescript SDK and more ([#783](https://www.github.com/looker-open-source/sdk-codegen/issues/783)) ([b2487ea](https://www.github.com/looker-open-source/sdk-codegen/commit/b2487ea4a113ce17a080ccab9b4c4139813e8810))
693
663
 
694
664
  ### Dependencies
695
665
 
696
- * The following workspace dependencies were updated
697
- * dependencies
698
- * @looker/run-it bumped from ^0.9.16 to ^0.9.17
699
- * @looker/sdk bumped from ^21.10.2 to ^21.12.0
700
- * devDependencies
701
- * @looker/sdk-codegen-scripts bumped from ^21.0.24 to ^21.0.25
702
- * @looker/sdk-node bumped from ^21.10.2 to ^21.12.0
666
+ - The following workspace dependencies were updated
667
+ - dependencies
668
+ - @looker/run-it bumped from ^0.9.16 to ^0.9.17
669
+ - @looker/sdk bumped from ^21.10.2 to ^21.12.0
670
+ - devDependencies
671
+ - @looker/sdk-codegen-scripts bumped from ^21.0.24 to ^21.0.25
672
+ - @looker/sdk-node bumped from ^21.10.2 to ^21.12.0
703
673
 
704
674
  ### [0.9.16](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.15...api-explorer-v0.9.16) (2021-07-30)
705
675
 
706
-
707
676
  ### Bug Fixes
708
677
 
709
- * dev portal apix tweaks ([#760](https://www.github.com/looker-open-source/sdk-codegen/issues/760)) ([6e937f4](https://www.github.com/looker-open-source/sdk-codegen/commit/6e937f4778457021dd739e849e209ad4de7bb450))
710
- * uses consistent heading text ([#761](https://www.github.com/looker-open-source/sdk-codegen/issues/761)) ([2e308ec](https://www.github.com/looker-open-source/sdk-codegen/commit/2e308ec1c6b4f181be12dda806955f8913336234))
711
-
678
+ - dev portal apix tweaks ([#760](https://www.github.com/looker-open-source/sdk-codegen/issues/760)) ([6e937f4](https://www.github.com/looker-open-source/sdk-codegen/commit/6e937f4778457021dd739e849e209ad4de7bb450))
679
+ - uses consistent heading text ([#761](https://www.github.com/looker-open-source/sdk-codegen/issues/761)) ([2e308ec](https://www.github.com/looker-open-source/sdk-codegen/commit/2e308ec1c6b4f181be12dda806955f8913336234))
712
680
 
713
681
  ### Dependencies
714
682
 
715
- * The following workspace dependencies were updated
716
- * dependencies
717
- * @looker/code-editor bumped from ^0.1.7 to ^0.1.8
718
- * @looker/run-it bumped from ^0.9.15 to ^0.9.16
719
- * @looker/sdk bumped from ^21.10.1 to ^21.10.2
720
- * @looker/sdk-codegen bumped from ^21.0.22 to ^21.0.23
721
- * @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
722
- * devDependencies
723
- * @looker/sdk-codegen-scripts bumped from ^21.0.23 to ^21.0.24
724
- * @looker/sdk-node bumped from ^21.10.1 to ^21.10.2
683
+ - The following workspace dependencies were updated
684
+ - dependencies
685
+ - @looker/code-editor bumped from ^0.1.7 to ^0.1.8
686
+ - @looker/run-it bumped from ^0.9.15 to ^0.9.16
687
+ - @looker/sdk bumped from ^21.10.1 to ^21.10.2
688
+ - @looker/sdk-codegen bumped from ^21.0.22 to ^21.0.23
689
+ - @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
690
+ - devDependencies
691
+ - @looker/sdk-codegen-scripts bumped from ^21.0.23 to ^21.0.24
692
+ - @looker/sdk-node bumped from ^21.10.1 to ^21.10.2
725
693
 
726
694
  ### [0.9.15](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.14...api-explorer-v0.9.15) (2021-07-15)
727
695
 
728
-
729
696
  ### Features
730
697
 
731
- * API explorer error boundary ([#753](https://www.github.com/looker-open-source/sdk-codegen/issues/753)) ([3321bf1](https://www.github.com/looker-open-source/sdk-codegen/commit/3321bf1c7abf9f5165799970da5c2be40d94463a))
732
- * apix sidebar toggle for dev portal ([#751](https://www.github.com/looker-open-source/sdk-codegen/issues/751)) ([ac83a57](https://www.github.com/looker-open-source/sdk-codegen/commit/ac83a5708feab996a528520103b3f3dd9314861e))
733
- * initial api explorer dev portal support ([#748](https://www.github.com/looker-open-source/sdk-codegen/issues/748)) ([a4a7056](https://www.github.com/looker-open-source/sdk-codegen/commit/a4a70567bc114466d7650b9fba4545a16a2f0e37))
734
- * simplify apix dev portal navigation toggle ([#752](https://www.github.com/looker-open-source/sdk-codegen/issues/752)) ([dcbf642](https://www.github.com/looker-open-source/sdk-codegen/commit/dcbf64264387b611bcf939d7430a2cfb4b4665bd))
735
-
698
+ - API explorer error boundary ([#753](https://www.github.com/looker-open-source/sdk-codegen/issues/753)) ([3321bf1](https://www.github.com/looker-open-source/sdk-codegen/commit/3321bf1c7abf9f5165799970da5c2be40d94463a))
699
+ - apix sidebar toggle for dev portal ([#751](https://www.github.com/looker-open-source/sdk-codegen/issues/751)) ([ac83a57](https://www.github.com/looker-open-source/sdk-codegen/commit/ac83a5708feab996a528520103b3f3dd9314861e))
700
+ - initial api explorer dev portal support ([#748](https://www.github.com/looker-open-source/sdk-codegen/issues/748)) ([a4a7056](https://www.github.com/looker-open-source/sdk-codegen/commit/a4a70567bc114466d7650b9fba4545a16a2f0e37))
701
+ - simplify apix dev portal navigation toggle ([#752](https://www.github.com/looker-open-source/sdk-codegen/issues/752)) ([dcbf642](https://www.github.com/looker-open-source/sdk-codegen/commit/dcbf64264387b611bcf939d7430a2cfb4b4665bd))
736
702
 
737
703
  ### Dependencies
738
704
 
739
- * The following workspace dependencies were updated
740
- * dependencies
741
- * @looker/run-it bumped from ^0.9.14 to ^0.9.15
705
+ - The following workspace dependencies were updated
706
+ - dependencies
707
+ - @looker/run-it bumped from ^0.9.14 to ^0.9.15
742
708
 
743
709
  ### [0.9.14](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.13...api-explorer-v0.9.14) (2021-07-09)
744
710
 
745
-
746
711
  ### Dependencies
747
712
 
748
- * The following workspace dependencies were updated
749
- * dependencies
750
- * @looker/code-editor bumped from ^0.1.6 to ^0.1.7
751
- * @looker/run-it bumped from ^0.9.13 to ^0.9.14
752
- * @looker/sdk bumped from ^21.10.0 to ^21.10.1
753
- * @looker/sdk-codegen bumped from ^21.0.21 to ^21.0.22
754
- * @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
755
- * devDependencies
756
- * @looker/sdk-codegen-scripts bumped from ^21.0.22 to ^21.0.23
757
- * @looker/sdk-node bumped from ^21.10.0 to ^21.10.1
713
+ - The following workspace dependencies were updated
714
+ - dependencies
715
+ - @looker/code-editor bumped from ^0.1.6 to ^0.1.7
716
+ - @looker/run-it bumped from ^0.9.13 to ^0.9.14
717
+ - @looker/sdk bumped from ^21.10.0 to ^21.10.1
718
+ - @looker/sdk-codegen bumped from ^21.0.21 to ^21.0.22
719
+ - @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
720
+ - devDependencies
721
+ - @looker/sdk-codegen-scripts bumped from ^21.0.22 to ^21.0.23
722
+ - @looker/sdk-node bumped from ^21.10.0 to ^21.10.1
758
723
 
759
724
  ### [0.9.13](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.12...api-explorer-v0.9.13) (2021-07-08)
760
725
 
761
-
762
726
  ### Dependencies
763
727
 
764
- * The following workspace dependencies were updated
765
- * dependencies
766
- * @looker/code-editor bumped from ^0.1.5 to ^0.1.6
767
- * @looker/run-it bumped from ^0.9.12 to ^0.9.13
768
- * @looker/sdk bumped from ^21.8.3 to ^21.10.0
769
- * @looker/sdk-codegen bumped from ^21.0.20 to ^21.0.21
770
- * @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
771
- * devDependencies
772
- * @looker/sdk-codegen-scripts bumped from ^21.0.21 to ^21.0.22
773
- * @looker/sdk-node bumped from ^21.8.2 to ^21.10.0
728
+ - The following workspace dependencies were updated
729
+ - dependencies
730
+ - @looker/code-editor bumped from ^0.1.5 to ^0.1.6
731
+ - @looker/run-it bumped from ^0.9.12 to ^0.9.13
732
+ - @looker/sdk bumped from ^21.8.3 to ^21.10.0
733
+ - @looker/sdk-codegen bumped from ^21.0.20 to ^21.0.21
734
+ - @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
735
+ - devDependencies
736
+ - @looker/sdk-codegen-scripts bumped from ^21.0.21 to ^21.0.22
737
+ - @looker/sdk-node bumped from ^21.8.2 to ^21.10.0
774
738
 
775
739
  ### [0.9.12](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.11...api-explorer-v0.9.12) (2021-07-02)
776
740
 
777
-
778
741
  ### Dependencies
779
742
 
780
- * The following workspace dependencies were updated
781
- * dependencies
782
- * @looker/code-editor bumped from ^0.1.4 to ^0.1.5
783
- * @looker/run-it bumped from ^0.9.11 to ^0.9.12
784
- * @looker/sdk bumped from ^21.8.2 to ^21.8.3
785
- * @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20
786
- * @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
787
- * devDependencies
788
- * @looker/sdk-codegen-scripts bumped from ^21.0.20 to ^21.0.21
789
- * @looker/sdk-node bumped from ^21.8.1 to ^21.8.2
743
+ - The following workspace dependencies were updated
744
+ - dependencies
745
+ - @looker/code-editor bumped from ^0.1.4 to ^0.1.5
746
+ - @looker/run-it bumped from ^0.9.11 to ^0.9.12
747
+ - @looker/sdk bumped from ^21.8.2 to ^21.8.3
748
+ - @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20
749
+ - @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
750
+ - devDependencies
751
+ - @looker/sdk-codegen-scripts bumped from ^21.0.20 to ^21.0.21
752
+ - @looker/sdk-node bumped from ^21.8.1 to ^21.8.2
790
753
 
791
754
  ### [0.9.11](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.10...api-explorer-v0.9.11) (2021-07-01)
792
755
 
793
-
794
756
  ### Dependencies
795
757
 
796
- * The following workspace dependencies were updated
797
- * dependencies
798
- * @looker/code-editor bumped from ^0.1.3 to ^0.1.4
799
- * @looker/run-it bumped from ^0.9.10 to ^0.9.11
800
- * @looker/sdk bumped from ^21.8.1 to ^21.8.2
801
- * @looker/sdk-codegen bumped from ^21.0.18 to ^21.0.19
802
- * @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
803
- * devDependencies
804
- * @looker/sdk-codegen-scripts bumped from ^21.0.19 to ^21.0.20
805
- * @looker/sdk-node bumped from ^21.8.0 to ^21.8.1
758
+ - The following workspace dependencies were updated
759
+ - dependencies
760
+ - @looker/code-editor bumped from ^0.1.3 to ^0.1.4
761
+ - @looker/run-it bumped from ^0.9.10 to ^0.9.11
762
+ - @looker/sdk bumped from ^21.8.1 to ^21.8.2
763
+ - @looker/sdk-codegen bumped from ^21.0.18 to ^21.0.19
764
+ - @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
765
+ - devDependencies
766
+ - @looker/sdk-codegen-scripts bumped from ^21.0.19 to ^21.0.20
767
+ - @looker/sdk-node bumped from ^21.8.0 to ^21.8.1
806
768
 
807
769
  ### [0.9.10](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.9...api-explorer-v0.9.10) (2021-06-30)
808
770
 
809
-
810
771
  ### Features
811
772
 
812
- * 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))
813
-
773
+ - 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))
814
774
 
815
775
  ### Dependencies
816
776
 
817
- * The following workspace dependencies were updated
818
- * dependencies
819
- * @looker/code-editor bumped from ^0.1.2 to ^0.1.3
820
- * @looker/run-it bumped from ^0.9.9 to ^0.9.10
821
- * @looker/sdk bumped from ^21.8.0 to ^21.8.1
822
- * @looker/sdk-codegen bumped from ^21.0.17 to ^21.0.18
823
- * @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
824
- * devDependencies
825
- * @looker/sdk-codegen-scripts bumped from ^21.0.18 to ^21.0.19
777
+ - The following workspace dependencies were updated
778
+ - dependencies
779
+ - @looker/code-editor bumped from ^0.1.2 to ^0.1.3
780
+ - @looker/run-it bumped from ^0.9.9 to ^0.9.10
781
+ - @looker/sdk bumped from ^21.8.0 to ^21.8.1
782
+ - @looker/sdk-codegen bumped from ^21.0.17 to ^21.0.18
783
+ - @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
784
+ - devDependencies
785
+ - @looker/sdk-codegen-scripts bumped from ^21.0.18 to ^21.0.19
826
786
 
827
787
  ### [0.9.9](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.8...api-explorer-v0.9.9) (2021-06-17)
828
788
 
829
-
830
789
  ### Dependencies
831
790
 
832
- * The following workspace dependencies were updated
833
- * dependencies
834
- * @looker/run-it bumped from ^0.9.8 to ^0.9.9
835
- * @looker/sdk bumped from ^21.6.1 to ^21.8.0
836
- * devDependencies
837
- * @looker/sdk-codegen-scripts bumped from ^21.0.17 to ^21.0.18
838
- * @looker/sdk-node bumped from ^21.6.1 to ^21.8.0
791
+ - The following workspace dependencies were updated
792
+ - dependencies
793
+ - @looker/run-it bumped from ^0.9.8 to ^0.9.9
794
+ - @looker/sdk bumped from ^21.6.1 to ^21.8.0
795
+ - devDependencies
796
+ - @looker/sdk-codegen-scripts bumped from ^21.0.17 to ^21.0.18
797
+ - @looker/sdk-node bumped from ^21.6.1 to ^21.8.0
839
798
 
840
799
  ### [0.9.8](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.7...api-explorer-v0.9.8) (2021-06-16)
841
800
 
842
-
843
801
  ### Features
844
802
 
845
- * 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))
846
- * 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))
847
- * two-way type references ([#684](https://www.github.com/looker-open-source/sdk-codegen/issues/684)) ([fbc0565](https://www.github.com/looker-open-source/sdk-codegen/commit/fbc0565c4c8fe3d1488bd246e244bed56f1412a9))
848
- * upgrade react-markdown ([#681](https://www.github.com/looker-open-source/sdk-codegen/issues/681)) ([952ed30](https://www.github.com/looker-open-source/sdk-codegen/commit/952ed305347e591154413171d73cc648d3f597c5))
849
-
803
+ - 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))
804
+ - 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))
805
+ - two-way type references ([#684](https://www.github.com/looker-open-source/sdk-codegen/issues/684)) ([fbc0565](https://www.github.com/looker-open-source/sdk-codegen/commit/fbc0565c4c8fe3d1488bd246e244bed56f1412a9))
806
+ - upgrade react-markdown ([#681](https://www.github.com/looker-open-source/sdk-codegen/issues/681)) ([952ed30](https://www.github.com/looker-open-source/sdk-codegen/commit/952ed305347e591154413171d73cc648d3f597c5))
850
807
 
851
808
  ### Bug Fixes
852
809
 
853
- * font download on route change ([#678](https://www.github.com/looker-open-source/sdk-codegen/issues/678)) ([ae62914](https://www.github.com/looker-open-source/sdk-codegen/commit/ae62914faa2e93d5523ddc82973f23df2992ea2f))
854
- * rendering of markdown tables in APIX explorer ([#687](https://www.github.com/looker-open-source/sdk-codegen/issues/687)) ([40e8640](https://www.github.com/looker-open-source/sdk-codegen/commit/40e8640872db001075c397b5d941dec535867a3d))
855
- * sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
856
- * sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
857
-
810
+ - font download on route change ([#678](https://www.github.com/looker-open-source/sdk-codegen/issues/678)) ([ae62914](https://www.github.com/looker-open-source/sdk-codegen/commit/ae62914faa2e93d5523ddc82973f23df2992ea2f))
811
+ - rendering of markdown tables in APIX explorer ([#687](https://www.github.com/looker-open-source/sdk-codegen/issues/687)) ([40e8640](https://www.github.com/looker-open-source/sdk-codegen/commit/40e8640872db001075c397b5d941dec535867a3d))
812
+ - sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
813
+ - sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
858
814
 
859
815
  ### Dependencies
860
816
 
861
- * The following workspace dependencies were updated
862
- * dependencies
863
- * @looker/code-editor bumped from ^0.1.1 to ^0.1.2
864
- * @looker/run-it bumped from ^0.9.7 to ^0.9.8
865
- * @looker/sdk bumped from ^21.6.0 to ^21.6.1
866
- * @looker/sdk-codegen bumped from ^21.0.16 to ^21.0.17
867
- * devDependencies
868
- * @looker/sdk-codegen-scripts bumped from ^21.0.16 to ^21.0.17
869
- * @looker/sdk-node bumped from ^21.6.0 to ^21.6.1
817
+ - The following workspace dependencies were updated
818
+ - dependencies
819
+ - @looker/code-editor bumped from ^0.1.1 to ^0.1.2
820
+ - @looker/run-it bumped from ^0.9.7 to ^0.9.8
821
+ - @looker/sdk bumped from ^21.6.0 to ^21.6.1
822
+ - @looker/sdk-codegen bumped from ^21.0.16 to ^21.0.17
823
+ - devDependencies
824
+ - @looker/sdk-codegen-scripts bumped from ^21.0.16 to ^21.0.17
825
+ - @looker/sdk-node bumped from ^21.6.0 to ^21.6.1
870
826
 
871
827
  ### [0.9.7](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.6...api-explorer-v0.9.7) (2021-05-05)
872
828
 
873
-
874
829
  ### Bug Fixes
875
830
 
876
- * rerender sdk declarations on type/method change ([#659](https://www.github.com/looker-open-source/sdk-codegen/issues/659)) ([77139f6](https://www.github.com/looker-open-source/sdk-codegen/commit/77139f672200d31518543eb76546e9bb2ccf64c3))
877
- * use "TypeScript" and "JavaScript" everywhere ([#644](https://www.github.com/looker-open-source/sdk-codegen/issues/644)) ([c15031c](https://www.github.com/looker-open-source/sdk-codegen/commit/c15031cee189556adbd9e18641e7c992e86e3611))
878
-
831
+ - rerender sdk declarations on type/method change ([#659](https://www.github.com/looker-open-source/sdk-codegen/issues/659)) ([77139f6](https://www.github.com/looker-open-source/sdk-codegen/commit/77139f672200d31518543eb76546e9bb2ccf64c3))
832
+ - use "TypeScript" and "JavaScript" everywhere ([#644](https://www.github.com/looker-open-source/sdk-codegen/issues/644)) ([c15031c](https://www.github.com/looker-open-source/sdk-codegen/commit/c15031cee189556adbd9e18641e7c992e86e3611))
879
833
 
880
834
  ### Dependencies
881
835
 
882
- * The following workspace dependencies were updated
883
- * dependencies
884
- * @looker/code-editor bumped from ^0.1.0 to ^0.1.1
885
- * @looker/run-it bumped from ^0.9.6 to ^0.9.7
886
- * @looker/sdk bumped from ^21.4.3 to ^21.6.0
887
- * @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16
888
- * @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
889
- * devDependencies
890
- * @looker/sdk-codegen-scripts bumped from ^21.0.15 to ^21.0.16
891
- * @looker/sdk-node bumped from ^21.4.4 to ^21.6.0
836
+ - The following workspace dependencies were updated
837
+ - dependencies
838
+ - @looker/code-editor bumped from ^0.1.0 to ^0.1.1
839
+ - @looker/run-it bumped from ^0.9.6 to ^0.9.7
840
+ - @looker/sdk bumped from ^21.4.3 to ^21.6.0
841
+ - @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16
842
+ - @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
843
+ - devDependencies
844
+ - @looker/sdk-codegen-scripts bumped from ^21.0.15 to ^21.0.16
845
+ - @looker/sdk-node bumped from ^21.4.4 to ^21.6.0
892
846
 
893
847
  ### [0.9.6](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.5...api-explorer-v0.9.6) (2021-04-27)
894
848
 
895
-
896
849
  ### Features
897
850
 
898
- * 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))
899
-
851
+ - 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))
900
852
 
901
853
  ### Dependencies
902
854
 
903
- * The following workspace dependencies were updated
904
- * dependencies
905
- * @looker/run-it bumped from ^0.9.5 to ^0.9.6
855
+ - The following workspace dependencies were updated
856
+ - dependencies
857
+ - @looker/run-it bumped from ^0.9.5 to ^0.9.6
906
858
 
907
859
  ### [0.9.5](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.4...api-explorer-v0.9.5) (2021-04-27)
908
860
 
909
-
910
861
  ### Dependencies
911
862
 
912
- * The following workspace dependencies were updated
913
- * dependencies
914
- * @looker/run-it bumped from ^0.9.4 to ^0.9.5
915
- * @looker/sdk bumped from ^21.4.2 to ^21.4.3
916
- * @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15
917
- * @looker/code-editor bumped from ^0.0.1 to ^0.0.2
918
- * devDependencies
919
- * @looker/sdk-codegen-scripts bumped from ^21.0.14 to ^21.0.15
920
- * @looker/sdk-node bumped from ^21.4.3 to ^21.4.4
863
+ - The following workspace dependencies were updated
864
+ - dependencies
865
+ - @looker/run-it bumped from ^0.9.4 to ^0.9.5
866
+ - @looker/sdk bumped from ^21.4.2 to ^21.4.3
867
+ - @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15
868
+ - @looker/code-editor bumped from ^0.0.1 to ^0.0.2
869
+ - devDependencies
870
+ - @looker/sdk-codegen-scripts bumped from ^21.0.14 to ^21.0.15
871
+ - @looker/sdk-node bumped from ^21.4.3 to ^21.4.4
921
872
 
922
873
  ### [0.9.4](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.3...api-explorer-v0.9.4) (2021-04-26)
923
874
 
924
-
925
875
  ### Features
926
876
 
927
- * 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))
928
-
877
+ - 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))
929
878
 
930
879
  ### Bug Fixes
931
880
 
932
- * 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))
933
-
881
+ - 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))
934
882
 
935
883
  ### Dependencies
936
884
 
937
- * The following workspace dependencies were updated
938
- * dependencies
939
- * @looker/run-it bumped from ^0.9.3 to ^0.9.4
940
- * @looker/sdk bumped from ^21.4.1 to ^21.4.2
941
- * @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
942
- * devDependencies
943
- * @looker/sdk-codegen-scripts bumped from ^21.0.13 to ^21.0.14
944
- * @looker/sdk-node bumped from ^21.4.2 to ^21.4.3
885
+ - The following workspace dependencies were updated
886
+ - dependencies
887
+ - @looker/run-it bumped from ^0.9.3 to ^0.9.4
888
+ - @looker/sdk bumped from ^21.4.1 to ^21.4.2
889
+ - @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
890
+ - devDependencies
891
+ - @looker/sdk-codegen-scripts bumped from ^21.0.13 to ^21.0.14
892
+ - @looker/sdk-node bumped from ^21.4.2 to ^21.4.3
945
893
 
946
894
  ### [0.9.3](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.2...api-explorer-v0.9.3) (2021-04-21)
947
895
 
948
-
949
896
  ### Features
950
897
 
951
- * adds 'SDK Examples' data table ([#602](https://www.github.com/looker-open-source/sdk-codegen/issues/602)) ([3678c96](https://www.github.com/looker-open-source/sdk-codegen/commit/3678c96cc7c2edadd00013b66711c917a62d1000))
952
- * 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))
953
-
898
+ - adds 'SDK Examples' data table ([#602](https://www.github.com/looker-open-source/sdk-codegen/issues/602)) ([3678c96](https://www.github.com/looker-open-source/sdk-codegen/commit/3678c96cc7c2edadd00013b66711c917a62d1000))
899
+ - 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))
954
900
 
955
901
  ### Bug Fixes
956
902
 
957
- * 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))
958
-
903
+ - 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))
959
904
 
960
905
  ### Dependencies
961
906
 
962
- * The following workspace dependencies were updated
963
- * dependencies
964
- * @looker/run-it bumped from ^0.9.2 to ^0.9.3
965
- * @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.13
966
- * devDependencies
967
- * @looker/sdk-codegen-scripts bumped from ^21.0.12 to ^21.0.13
968
- * @looker/sdk-node bumped from ^21.4.1 to ^21.4.2
907
+ - The following workspace dependencies were updated
908
+ - dependencies
909
+ - @looker/run-it bumped from ^0.9.2 to ^0.9.3
910
+ - @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.13
911
+ - devDependencies
912
+ - @looker/sdk-codegen-scripts bumped from ^21.0.12 to ^21.0.13
913
+ - @looker/sdk-node bumped from ^21.4.1 to ^21.4.2
969
914
 
970
915
  ### [0.9.2](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.1...api-explorer-v0.9.2) (2021-04-15)
971
916
 
972
-
973
917
  ### Features
974
918
 
975
- * add source declaration links to API Explorer ([#578](https://www.github.com/looker-open-source/sdk-codegen/issues/578)) ([ce0e588](https://www.github.com/looker-open-source/sdk-codegen/commit/ce0e588787bdbc2e8ca4aadd44c31dc3ba1a0ef1))
976
- * adds prism editor and implements for sdkdocs ([#581](https://www.github.com/looker-open-source/sdk-codegen/issues/581)) ([aea0424](https://www.github.com/looker-open-source/sdk-codegen/commit/aea042439d2358a61bbf705528d6006d694d5ea5))
977
- * click diff item method to show method detail ([#592](https://www.github.com/looker-open-source/sdk-codegen/issues/592)) ([a5f082a](https://www.github.com/looker-open-source/sdk-codegen/commit/a5f082af262ab5451d6af09083a8a3c2eb31fcfa))
978
- * document request bodies for methods with body parameters ([#593](https://www.github.com/looker-open-source/sdk-codegen/issues/593)) ([740ae5d](https://www.github.com/looker-open-source/sdk-codegen/commit/740ae5d89aa701b29bf225cf61f9a87de0907ef7))
979
- * 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))
980
-
919
+ - add source declaration links to API Explorer ([#578](https://www.github.com/looker-open-source/sdk-codegen/issues/578)) ([ce0e588](https://www.github.com/looker-open-source/sdk-codegen/commit/ce0e588787bdbc2e8ca4aadd44c31dc3ba1a0ef1))
920
+ - adds prism editor and implements for sdkdocs ([#581](https://www.github.com/looker-open-source/sdk-codegen/issues/581)) ([aea0424](https://www.github.com/looker-open-source/sdk-codegen/commit/aea042439d2358a61bbf705528d6006d694d5ea5))
921
+ - click diff item method to show method detail ([#592](https://www.github.com/looker-open-source/sdk-codegen/issues/592)) ([a5f082a](https://www.github.com/looker-open-source/sdk-codegen/commit/a5f082af262ab5451d6af09083a8a3c2eb31fcfa))
922
+ - document request bodies for methods with body parameters ([#593](https://www.github.com/looker-open-source/sdk-codegen/issues/593)) ([740ae5d](https://www.github.com/looker-open-source/sdk-codegen/commit/740ae5d89aa701b29bf225cf61f9a87de0907ef7))
923
+ - 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))
981
924
 
982
925
  ### Bug Fixes
983
926
 
984
- * **ApiExplorer:** Added support for Golang syntax highlighting ([#563](https://www.github.com/looker-open-source/sdk-codegen/issues/563)) ([e2ae33e](https://www.github.com/looker-open-source/sdk-codegen/commit/e2ae33eb1d63b0f8d9987bf86bbed64641d4bea3))
985
- * 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))
986
- * remove search criteria selector and auto expand results ([#571](https://www.github.com/looker-open-source/sdk-codegen/issues/571)) ([e5a5ee7](https://www.github.com/looker-open-source/sdk-codegen/commit/e5a5ee7ddb2a9c6822dccc9493c994a9a826b419))
987
- * 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))
988
-
927
+ - **ApiExplorer:** Added support for Golang syntax highlighting ([#563](https://www.github.com/looker-open-source/sdk-codegen/issues/563)) ([e2ae33e](https://www.github.com/looker-open-source/sdk-codegen/commit/e2ae33eb1d63b0f8d9987bf86bbed64641d4bea3))
928
+ - 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))
929
+ - remove search criteria selector and auto expand results ([#571](https://www.github.com/looker-open-source/sdk-codegen/issues/571)) ([e5a5ee7](https://www.github.com/looker-open-source/sdk-codegen/commit/e5a5ee7ddb2a9c6822dccc9493c994a9a826b419))
930
+ - 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))
989
931
 
990
932
  ### Dependencies
991
933
 
992
- * The following workspace dependencies were updated
993
- * dependencies
994
- * @looker/run-it bumped from ^0.9.1 to ^0.9.2
995
- * @looker/sdk bumped from ^21.4.0 to ^21.4.1
996
- * @looker/sdk-codegen bumped from ^21.0.11 to ^21.0.12
997
- * @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
998
- * devDependencies
999
- * @looker/sdk-codegen-scripts bumped from ^21.0.11 to ^21.0.12
1000
- * @looker/sdk-node bumped from ^21.4.0 to ^21.4.1
934
+ - The following workspace dependencies were updated
935
+ - dependencies
936
+ - @looker/run-it bumped from ^0.9.1 to ^0.9.2
937
+ - @looker/sdk bumped from ^21.4.0 to ^21.4.1
938
+ - @looker/sdk-codegen bumped from ^21.0.11 to ^21.0.12
939
+ - @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
940
+ - devDependencies
941
+ - @looker/sdk-codegen-scripts bumped from ^21.0.11 to ^21.0.12
942
+ - @looker/sdk-node bumped from ^21.4.0 to ^21.4.1
1001
943
 
1002
944
  ### [0.9.1](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.0...api-explorer-v0.9.1) (2021-04-02)
1003
945
 
1004
-
1005
946
  ### Features
1006
947
 
1007
- * 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))
1008
- * adds scrolling to frame elements ([#526](https://www.github.com/looker-open-source/sdk-codegen/issues/526)) ([d7cd769](https://www.github.com/looker-open-source/sdk-codegen/commit/d7cd76917522c37e2902792405a75b8b9358e92f))
1009
-
948
+ - 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))
949
+ - adds scrolling to frame elements ([#526](https://www.github.com/looker-open-source/sdk-codegen/issues/526)) ([d7cd769](https://www.github.com/looker-open-source/sdk-codegen/commit/d7cd76917522c37e2902792405a75b8b9358e92f))
1010
950
 
1011
951
  ### Dependencies
1012
952
 
1013
- * The following workspace dependencies were updated
1014
- * dependencies
1015
- * @looker/run-it bumped from ^0.9.0 to ^0.9.1
1016
- * @looker/sdk bumped from ^21.0.10 to ^21.4.0
1017
- * @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
1018
- * @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
1019
- * devDependencies
1020
- * @looker/sdk-codegen-scripts bumped from ^21.0.9 to ^21.0.11
1021
- * @looker/sdk-node bumped from ^21.0.10 to ^21.4.0
953
+ - The following workspace dependencies were updated
954
+ - dependencies
955
+ - @looker/run-it bumped from ^0.9.0 to ^0.9.1
956
+ - @looker/sdk bumped from ^21.0.10 to ^21.4.0
957
+ - @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
958
+ - @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
959
+ - devDependencies
960
+ - @looker/sdk-codegen-scripts bumped from ^21.0.9 to ^21.0.11
961
+ - @looker/sdk-node bumped from ^21.0.10 to ^21.4.0
1022
962
 
1023
963
  ### [0.9.0]
1024
964