@looker/api-explorer 0.9.55 → 0.9.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (629) hide show
  1. package/CHANGELOG.md +596 -634
  2. package/CODE_OF_CONDUCT.md +10 -10
  3. package/e2e/MethodScene.spec.ts +23 -23
  4. package/e2e/diffScene.spec.ts +115 -115
  5. package/e2e/e2e.spec.ts +134 -134
  6. package/e2e/helpers.ts +11 -11
  7. package/jest-puppeteer.config.js +2 -2
  8. package/jest.config.js +4 -7
  9. package/lib/ApiExplorer.js +5 -3
  10. package/lib/ApiExplorer.js.map +1 -1
  11. package/lib/App.js +3 -1
  12. package/lib/App.js.map +1 -1
  13. package/lib/StandaloneApiExplorer.js +2 -2
  14. package/lib/StandaloneApiExplorer.js.map +1 -1
  15. package/lib/components/Banner/Banner.js +2 -2
  16. package/lib/components/Banner/Banner.js.map +1 -1
  17. package/lib/components/Banner/index.js.map +1 -1
  18. package/lib/components/DocActivityType/DocActivityType.js.map +1 -1
  19. package/lib/components/DocActivityType/index.js.map +1 -1
  20. package/lib/components/DocCode/DocCode.js.map +1 -1
  21. package/lib/components/DocCode/index.js.map +1 -1
  22. package/lib/components/DocMarkdown/DocMarkdown.js.map +1 -1
  23. package/lib/components/DocMarkdown/index.js.map +1 -1
  24. package/lib/components/DocMarkdown/utils.js.map +1 -1
  25. package/lib/components/DocMethodSummary/DocMethodSummary.js.map +1 -1
  26. package/lib/components/DocMethodSummary/DocSummaryStatus.js.map +1 -1
  27. package/lib/components/DocMethodSummary/index.js.map +1 -1
  28. package/lib/components/DocMethodSummary/utils.d.ts +2 -2
  29. package/lib/components/DocMethodSummary/utils.js +1 -1
  30. package/lib/components/DocMethodSummary/utils.js.map +1 -1
  31. package/lib/components/DocPseudo/DocParam.js.map +1 -1
  32. package/lib/components/DocPseudo/DocParams.js +2 -2
  33. package/lib/components/DocPseudo/DocParams.js.map +1 -1
  34. package/lib/components/DocPseudo/DocPrimaryResponse.js.map +1 -1
  35. package/lib/components/DocPseudo/DocPseudo.js.map +1 -1
  36. package/lib/components/DocPseudo/index.js.map +1 -1
  37. package/lib/components/DocRateLimited/DocRateLimited.js.map +1 -1
  38. package/lib/components/DocRateLimited/index.js.map +1 -1
  39. package/lib/components/DocReferences/DocReferences.js.map +1 -1
  40. package/lib/components/DocReferences/index.js.map +1 -1
  41. package/lib/components/DocReferences/utils.d.ts +2 -2
  42. package/lib/components/DocReferences/utils.js.map +1 -1
  43. package/lib/components/DocSDKs/DocDeclarations.js.map +1 -1
  44. package/lib/components/DocSDKs/DocSDKs.d.ts +1 -1
  45. package/lib/components/DocSDKs/DocSDKs.js +2 -2
  46. package/lib/components/DocSDKs/DocSDKs.js.map +1 -1
  47. package/lib/components/DocSDKs/index.js.map +1 -1
  48. package/lib/components/DocSDKs/utils.js.map +1 -1
  49. package/lib/components/DocSchema/DocSchema.js.map +1 -1
  50. package/lib/components/DocSchema/index.js.map +1 -1
  51. package/lib/components/DocSdkUsage/DocSdkExampleCell.js.map +1 -1
  52. package/lib/components/DocSdkUsage/DocSdkUsage.js +2 -2
  53. package/lib/components/DocSdkUsage/DocSdkUsage.js.map +1 -1
  54. package/lib/components/DocSdkUsage/index.js.map +1 -1
  55. package/lib/components/DocSdkUsage/utils.js +3 -6
  56. package/lib/components/DocSdkUsage/utils.js.map +1 -1
  57. package/lib/components/DocSource/DocSource.js +0 -1
  58. package/lib/components/DocSource/DocSource.js.map +1 -1
  59. package/lib/components/DocSource/index.js.map +1 -1
  60. package/lib/components/DocStatus/DocStatus.js.map +1 -1
  61. package/lib/components/DocStatus/index.js.map +1 -1
  62. package/lib/components/DocTitle/DocTitle.js.map +1 -1
  63. package/lib/components/DocTitle/index.js.map +1 -1
  64. package/lib/components/DocTypeSummary/DocTypeSummary.js.map +1 -1
  65. package/lib/components/DocTypeSummary/index.js.map +1 -1
  66. package/lib/components/ErrorBoundary/ErrorBoundary.d.ts +1 -1
  67. package/lib/components/ErrorBoundary/ErrorBoundary.js +2 -2
  68. package/lib/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
  69. package/lib/components/ErrorBoundary/components/SomethingWentWrong/SomethingWentWrong.js.map +1 -1
  70. package/lib/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/SomethingWentWrongGraphic.js +1 -2
  71. package/lib/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/SomethingWentWrongGraphic.js.map +1 -1
  72. package/lib/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/index.js.map +1 -1
  73. package/lib/components/ErrorBoundary/components/SomethingWentWrong/components/index.js.map +1 -1
  74. package/lib/components/ErrorBoundary/components/SomethingWentWrong/index.js.map +1 -1
  75. package/lib/components/ErrorBoundary/index.js.map +1 -1
  76. package/lib/components/ExploreType/ExploreProperty.d.ts +1 -1
  77. package/lib/components/ExploreType/ExploreProperty.js.map +1 -1
  78. package/lib/components/ExploreType/ExploreType.d.ts +1 -1
  79. package/lib/components/ExploreType/ExploreType.js.map +1 -1
  80. package/lib/components/ExploreType/exploreUtils.js +1 -2
  81. package/lib/components/ExploreType/exploreUtils.js.map +1 -1
  82. package/lib/components/ExploreType/index.js.map +1 -1
  83. package/lib/components/Header/Header.js +3 -6
  84. package/lib/components/Header/Header.js.map +1 -1
  85. package/lib/components/Header/index.js.map +1 -1
  86. package/lib/components/Link/Link.js +2 -3
  87. package/lib/components/Link/Link.js.map +1 -1
  88. package/lib/components/Link/index.js.map +1 -1
  89. package/lib/components/SelectorContainer/ApiSpecSelector.js.map +1 -1
  90. package/lib/components/SelectorContainer/SdkLanguageSelector.js +2 -2
  91. package/lib/components/SelectorContainer/SdkLanguageSelector.js.map +1 -1
  92. package/lib/components/SelectorContainer/SelectorContainer.js +1 -2
  93. package/lib/components/SelectorContainer/SelectorContainer.js.map +1 -1
  94. package/lib/components/SelectorContainer/index.js.map +1 -1
  95. package/lib/components/SelectorContainer/utils.js.map +1 -1
  96. package/lib/components/SideNav/SearchMessage.js.map +1 -1
  97. package/lib/components/SideNav/SideNav.js +2 -11
  98. package/lib/components/SideNav/SideNav.js.map +1 -1
  99. package/lib/components/SideNav/SideNavMethodTags.d.ts +2 -2
  100. package/lib/components/SideNav/SideNavMethodTags.js +2 -3
  101. package/lib/components/SideNav/SideNavMethodTags.js.map +1 -1
  102. package/lib/components/SideNav/SideNavMethods.d.ts +2 -2
  103. package/lib/components/SideNav/SideNavMethods.js +3 -4
  104. package/lib/components/SideNav/SideNavMethods.js.map +1 -1
  105. package/lib/components/SideNav/SideNavTypeTags.d.ts +2 -2
  106. package/lib/components/SideNav/SideNavTypeTags.js +2 -3
  107. package/lib/components/SideNav/SideNavTypeTags.js.map +1 -1
  108. package/lib/components/SideNav/SideNavTypes.d.ts +2 -2
  109. package/lib/components/SideNav/SideNavTypes.js +4 -5
  110. package/lib/components/SideNav/SideNavTypes.js.map +1 -1
  111. package/lib/components/SideNav/index.js.map +1 -1
  112. package/lib/components/SideNav/searchUtils.js.map +1 -1
  113. package/lib/components/common/Loader.js.map +1 -1
  114. package/lib/components/common/common.js +3 -4
  115. package/lib/components/common/common.js.map +1 -1
  116. package/lib/components/common/index.js.map +1 -1
  117. package/lib/components/index.js.map +1 -1
  118. package/lib/custom.d.js.map +1 -1
  119. package/lib/esm/ApiExplorer.js +7 -5
  120. package/lib/esm/ApiExplorer.js.map +1 -1
  121. package/lib/esm/App.js +3 -1
  122. package/lib/esm/App.js.map +1 -1
  123. package/lib/esm/StandaloneApiExplorer.js +2 -2
  124. package/lib/esm/StandaloneApiExplorer.js.map +1 -1
  125. package/lib/esm/components/Banner/Banner.js +1 -1
  126. package/lib/esm/components/Banner/Banner.js.map +1 -1
  127. package/lib/esm/components/Banner/index.js.map +1 -1
  128. package/lib/esm/components/DocActivityType/DocActivityType.js +1 -1
  129. package/lib/esm/components/DocActivityType/DocActivityType.js.map +1 -1
  130. package/lib/esm/components/DocActivityType/index.js.map +1 -1
  131. package/lib/esm/components/DocCode/DocCode.js.map +1 -1
  132. package/lib/esm/components/DocCode/index.js.map +1 -1
  133. package/lib/esm/components/DocMarkdown/DocMarkdown.js.map +1 -1
  134. package/lib/esm/components/DocMarkdown/index.js.map +1 -1
  135. package/lib/esm/components/DocMarkdown/utils.js.map +1 -1
  136. package/lib/esm/components/DocMethodSummary/DocMethodSummary.js.map +1 -1
  137. package/lib/esm/components/DocMethodSummary/DocSummaryStatus.js.map +1 -1
  138. package/lib/esm/components/DocMethodSummary/index.js.map +1 -1
  139. package/lib/esm/components/DocMethodSummary/utils.js +1 -1
  140. package/lib/esm/components/DocMethodSummary/utils.js.map +1 -1
  141. package/lib/esm/components/DocPseudo/DocParam.js.map +1 -1
  142. package/lib/esm/components/DocPseudo/DocParams.js.map +1 -1
  143. package/lib/esm/components/DocPseudo/DocPrimaryResponse.js.map +1 -1
  144. package/lib/esm/components/DocPseudo/DocPseudo.js.map +1 -1
  145. package/lib/esm/components/DocPseudo/index.js.map +1 -1
  146. package/lib/esm/components/DocRateLimited/DocRateLimited.js.map +1 -1
  147. package/lib/esm/components/DocRateLimited/index.js.map +1 -1
  148. package/lib/esm/components/DocReferences/DocReferences.js.map +1 -1
  149. package/lib/esm/components/DocReferences/index.js.map +1 -1
  150. package/lib/esm/components/DocReferences/utils.js.map +1 -1
  151. package/lib/esm/components/DocSDKs/DocDeclarations.js.map +1 -1
  152. package/lib/esm/components/DocSDKs/DocSDKs.js +1 -1
  153. package/lib/esm/components/DocSDKs/DocSDKs.js.map +1 -1
  154. package/lib/esm/components/DocSDKs/index.js.map +1 -1
  155. package/lib/esm/components/DocSDKs/utils.js.map +1 -1
  156. package/lib/esm/components/DocSchema/DocSchema.js.map +1 -1
  157. package/lib/esm/components/DocSchema/index.js.map +1 -1
  158. package/lib/esm/components/DocSdkUsage/DocSdkExampleCell.js.map +1 -1
  159. package/lib/esm/components/DocSdkUsage/DocSdkUsage.js +4 -4
  160. package/lib/esm/components/DocSdkUsage/DocSdkUsage.js.map +1 -1
  161. package/lib/esm/components/DocSdkUsage/index.js.map +1 -1
  162. package/lib/esm/components/DocSdkUsage/utils.js.map +1 -1
  163. package/lib/esm/components/DocSource/DocSource.js +0 -1
  164. package/lib/esm/components/DocSource/DocSource.js.map +1 -1
  165. package/lib/esm/components/DocSource/index.js.map +1 -1
  166. package/lib/esm/components/DocStatus/DocStatus.js.map +1 -1
  167. package/lib/esm/components/DocStatus/index.js.map +1 -1
  168. package/lib/esm/components/DocTitle/DocTitle.js.map +1 -1
  169. package/lib/esm/components/DocTitle/index.js.map +1 -1
  170. package/lib/esm/components/DocTypeSummary/DocTypeSummary.js.map +1 -1
  171. package/lib/esm/components/DocTypeSummary/index.js.map +1 -1
  172. package/lib/esm/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
  173. package/lib/esm/components/ErrorBoundary/components/SomethingWentWrong/SomethingWentWrong.js.map +1 -1
  174. package/lib/esm/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/SomethingWentWrongGraphic.js.map +1 -1
  175. package/lib/esm/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/index.js.map +1 -1
  176. package/lib/esm/components/ErrorBoundary/components/SomethingWentWrong/components/index.js.map +1 -1
  177. package/lib/esm/components/ErrorBoundary/components/SomethingWentWrong/index.js.map +1 -1
  178. package/lib/esm/components/ErrorBoundary/index.js.map +1 -1
  179. package/lib/esm/components/ExploreType/ExploreProperty.js +2 -2
  180. package/lib/esm/components/ExploreType/ExploreProperty.js.map +1 -1
  181. package/lib/esm/components/ExploreType/ExploreType.js.map +1 -1
  182. package/lib/esm/components/ExploreType/exploreUtils.js.map +1 -1
  183. package/lib/esm/components/ExploreType/index.js.map +1 -1
  184. package/lib/esm/components/Header/Header.js +1 -1
  185. package/lib/esm/components/Header/Header.js.map +1 -1
  186. package/lib/esm/components/Header/index.js.map +1 -1
  187. package/lib/esm/components/Link/Link.js +1 -1
  188. package/lib/esm/components/Link/Link.js.map +1 -1
  189. package/lib/esm/components/Link/index.js.map +1 -1
  190. package/lib/esm/components/SelectorContainer/ApiSpecSelector.js.map +1 -1
  191. package/lib/esm/components/SelectorContainer/SdkLanguageSelector.js.map +1 -1
  192. package/lib/esm/components/SelectorContainer/SelectorContainer.js +1 -1
  193. package/lib/esm/components/SelectorContainer/SelectorContainer.js.map +1 -1
  194. package/lib/esm/components/SelectorContainer/index.js.map +1 -1
  195. package/lib/esm/components/SelectorContainer/utils.js +1 -1
  196. package/lib/esm/components/SelectorContainer/utils.js.map +1 -1
  197. package/lib/esm/components/SideNav/SearchMessage.js +1 -1
  198. package/lib/esm/components/SideNav/SearchMessage.js.map +1 -1
  199. package/lib/esm/components/SideNav/SideNav.js +3 -12
  200. package/lib/esm/components/SideNav/SideNav.js.map +1 -1
  201. package/lib/esm/components/SideNav/SideNavMethodTags.js +1 -1
  202. package/lib/esm/components/SideNav/SideNavMethodTags.js.map +1 -1
  203. package/lib/esm/components/SideNav/SideNavMethods.js +1 -1
  204. package/lib/esm/components/SideNav/SideNavMethods.js.map +1 -1
  205. package/lib/esm/components/SideNav/SideNavTypeTags.js +1 -1
  206. package/lib/esm/components/SideNav/SideNavTypeTags.js.map +1 -1
  207. package/lib/esm/components/SideNav/SideNavTypes.js +2 -2
  208. package/lib/esm/components/SideNav/SideNavTypes.js.map +1 -1
  209. package/lib/esm/components/SideNav/index.js.map +1 -1
  210. package/lib/esm/components/SideNav/searchUtils.js +1 -1
  211. package/lib/esm/components/SideNav/searchUtils.js.map +1 -1
  212. package/lib/esm/components/common/Loader.js.map +1 -1
  213. package/lib/esm/components/common/common.js.map +1 -1
  214. package/lib/esm/components/common/index.js.map +1 -1
  215. package/lib/esm/components/index.js.map +1 -1
  216. package/lib/esm/index.js.map +1 -1
  217. package/lib/esm/routes/AppRouter.js.map +1 -1
  218. package/lib/esm/routes/index.js.map +1 -1
  219. package/lib/esm/scenes/DiffScene/DiffScene.js +1 -1
  220. package/lib/esm/scenes/DiffScene/DiffScene.js.map +1 -1
  221. package/lib/esm/scenes/DiffScene/DocDiff/DiffBanner.js +1 -1
  222. package/lib/esm/scenes/DiffScene/DocDiff/DiffBanner.js.map +1 -1
  223. package/lib/esm/scenes/DiffScene/DocDiff/DiffItem.js +1 -1
  224. package/lib/esm/scenes/DiffScene/DocDiff/DiffItem.js.map +1 -1
  225. package/lib/esm/scenes/DiffScene/DocDiff/DiffLegend.js.map +1 -1
  226. package/lib/esm/scenes/DiffScene/DocDiff/DocDiff.js.map +1 -1
  227. package/lib/esm/scenes/DiffScene/DocDiff/docDiffUtils.js +1 -1
  228. package/lib/esm/scenes/DiffScene/DocDiff/docDiffUtils.js.map +1 -1
  229. package/lib/esm/scenes/DiffScene/DocDiff/index.js.map +1 -1
  230. package/lib/esm/scenes/DiffScene/diffUtils.js.map +1 -1
  231. package/lib/esm/scenes/DiffScene/index.js.map +1 -1
  232. package/lib/esm/scenes/ErrorDetailScene/ErrorDetailScene.js +2 -1
  233. package/lib/esm/scenes/ErrorDetailScene/ErrorDetailScene.js.map +1 -1
  234. package/lib/esm/scenes/ErrorDetailScene/index.js.map +1 -1
  235. package/lib/esm/scenes/HomeScene/HomeScene.js.map +1 -1
  236. package/lib/esm/scenes/HomeScene/index.js.map +1 -1
  237. package/lib/esm/scenes/MethodScene/MethodScene.js +3 -3
  238. package/lib/esm/scenes/MethodScene/MethodScene.js.map +1 -1
  239. package/lib/esm/scenes/MethodScene/components/DocOperation.js.map +1 -1
  240. package/lib/esm/scenes/MethodScene/components/DocRequestBody.js.map +1 -1
  241. package/lib/esm/scenes/MethodScene/components/DocResponses/DocResponseTypes.js +2 -2
  242. package/lib/esm/scenes/MethodScene/components/DocResponses/DocResponseTypes.js.map +1 -1
  243. package/lib/esm/scenes/MethodScene/components/DocResponses/DocResponses.js +2 -2
  244. package/lib/esm/scenes/MethodScene/components/DocResponses/DocResponses.js.map +1 -1
  245. package/lib/esm/scenes/MethodScene/components/DocResponses/index.js.map +1 -1
  246. package/lib/esm/scenes/MethodScene/components/DocResponses/utils.js.map +1 -1
  247. package/lib/esm/scenes/MethodScene/components/index.js.map +1 -1
  248. package/lib/esm/scenes/MethodScene/index.js.map +1 -1
  249. package/lib/esm/scenes/MethodTagScene/MethodTagScene.js +2 -2
  250. package/lib/esm/scenes/MethodTagScene/MethodTagScene.js.map +1 -1
  251. package/lib/esm/scenes/MethodTagScene/index.js.map +1 -1
  252. package/lib/esm/scenes/MethodTagScene/utils.js.map +1 -1
  253. package/lib/esm/scenes/TypeScene/TypeScene.js +3 -3
  254. package/lib/esm/scenes/TypeScene/TypeScene.js.map +1 -1
  255. package/lib/esm/scenes/TypeScene/index.js.map +1 -1
  256. package/lib/esm/scenes/TypeTagScene/TypeTagScene.js +1 -1
  257. package/lib/esm/scenes/TypeTagScene/TypeTagScene.js.map +1 -1
  258. package/lib/esm/scenes/TypeTagScene/index.js.map +1 -1
  259. package/lib/esm/scenes/TypeTagScene/utils.js.map +1 -1
  260. package/lib/esm/scenes/index.js.map +1 -1
  261. package/lib/esm/scenes/utils/hooks/index.js.map +1 -1
  262. package/lib/esm/scenes/utils/hooks/tagStoreSync.js.map +1 -1
  263. package/lib/esm/scenes/utils/index.js.map +1 -1
  264. package/lib/esm/state/index.js.map +1 -1
  265. package/lib/esm/state/lodes/index.js.map +1 -1
  266. package/lib/esm/state/lodes/sagas.js.map +1 -1
  267. package/lib/esm/state/lodes/selectors.js.map +1 -1
  268. package/lib/esm/state/lodes/slice.js.map +1 -1
  269. package/lib/esm/state/settings/index.js.map +1 -1
  270. package/lib/esm/state/settings/sagas.js +6 -6
  271. package/lib/esm/state/settings/sagas.js.map +1 -1
  272. package/lib/esm/state/settings/selectors.js.map +1 -1
  273. package/lib/esm/state/settings/slice.js +4 -4
  274. package/lib/esm/state/settings/slice.js.map +1 -1
  275. package/lib/esm/state/specs/index.js.map +1 -1
  276. package/lib/esm/state/specs/sagas.js +1 -1
  277. package/lib/esm/state/specs/sagas.js.map +1 -1
  278. package/lib/esm/state/specs/selectors.js.map +1 -1
  279. package/lib/esm/state/specs/slice.js.map +1 -1
  280. package/lib/esm/state/store.js +5 -5
  281. package/lib/esm/state/store.js.map +1 -1
  282. package/lib/esm/test-data/declarations.js.map +1 -1
  283. package/lib/esm/test-data/examples.js.map +1 -1
  284. package/lib/esm/test-data/index.js.map +1 -1
  285. package/lib/esm/test-data/sdkLanguages.js.map +1 -1
  286. package/lib/esm/test-data/specs.js +4 -4
  287. package/lib/esm/test-data/specs.js.map +1 -1
  288. package/lib/esm/test-utils/index.js.map +1 -1
  289. package/lib/esm/test-utils/lodes.js.map +1 -1
  290. package/lib/esm/test-utils/redux.js +5 -5
  291. package/lib/esm/test-utils/redux.js.map +1 -1
  292. package/lib/esm/test-utils/router.js.map +1 -1
  293. package/lib/esm/utils/adaptorUtils.js.map +1 -1
  294. package/lib/esm/utils/apixAdaptor.js +1 -1
  295. package/lib/esm/utils/apixAdaptor.js.map +1 -1
  296. package/lib/esm/utils/highlight.js.map +1 -1
  297. package/lib/esm/utils/hooks/globalStoreSync.js.map +1 -1
  298. package/lib/esm/utils/hooks/index.js.map +1 -1
  299. package/lib/esm/utils/hooks/navigation.js +2 -1
  300. package/lib/esm/utils/hooks/navigation.js.map +1 -1
  301. package/lib/esm/utils/hooks/useQuery.js.map +1 -1
  302. package/lib/esm/utils/index.js.map +1 -1
  303. package/lib/esm/utils/lodeUtils.js.map +1 -1
  304. package/lib/esm/utils/path.js +1 -1
  305. package/lib/esm/utils/path.js.map +1 -1
  306. package/lib/esm/utils/sdkLanguage.js +4 -4
  307. package/lib/esm/utils/sdkLanguage.js.map +1 -1
  308. package/lib/esm/utils/useWindowSize.js.map +1 -1
  309. package/lib/index.js.map +1 -1
  310. package/lib/routes/AppRouter.js.map +1 -1
  311. package/lib/routes/index.js.map +1 -1
  312. package/lib/scenes/DiffScene/DiffScene.js +2 -2
  313. package/lib/scenes/DiffScene/DiffScene.js.map +1 -1
  314. package/lib/scenes/DiffScene/DocDiff/DiffBanner.js.map +1 -1
  315. package/lib/scenes/DiffScene/DocDiff/DiffItem.js +2 -2
  316. package/lib/scenes/DiffScene/DocDiff/DiffItem.js.map +1 -1
  317. package/lib/scenes/DiffScene/DocDiff/DiffLegend.js.map +1 -1
  318. package/lib/scenes/DiffScene/DocDiff/DocDiff.js +2 -2
  319. package/lib/scenes/DiffScene/DocDiff/DocDiff.js.map +1 -1
  320. package/lib/scenes/DiffScene/DocDiff/docDiffUtils.js.map +1 -1
  321. package/lib/scenes/DiffScene/DocDiff/index.js.map +1 -1
  322. package/lib/scenes/DiffScene/diffUtils.js +2 -4
  323. package/lib/scenes/DiffScene/diffUtils.js.map +1 -1
  324. package/lib/scenes/DiffScene/index.js.map +1 -1
  325. package/lib/scenes/ErrorDetailScene/ErrorDetailScene.d.ts +2 -2
  326. package/lib/scenes/ErrorDetailScene/ErrorDetailScene.js +2 -1
  327. package/lib/scenes/ErrorDetailScene/ErrorDetailScene.js.map +1 -1
  328. package/lib/scenes/ErrorDetailScene/index.js.map +1 -1
  329. package/lib/scenes/HomeScene/HomeScene.js.map +1 -1
  330. package/lib/scenes/HomeScene/index.js.map +1 -1
  331. package/lib/scenes/MethodScene/MethodScene.js +2 -2
  332. package/lib/scenes/MethodScene/MethodScene.js.map +1 -1
  333. package/lib/scenes/MethodScene/components/DocOperation.js.map +1 -1
  334. package/lib/scenes/MethodScene/components/DocRequestBody.js.map +1 -1
  335. package/lib/scenes/MethodScene/components/DocResponses/DocResponseTypes.d.ts +3 -3
  336. package/lib/scenes/MethodScene/components/DocResponses/DocResponseTypes.js +2 -2
  337. package/lib/scenes/MethodScene/components/DocResponses/DocResponseTypes.js.map +1 -1
  338. package/lib/scenes/MethodScene/components/DocResponses/DocResponses.d.ts +2 -2
  339. package/lib/scenes/MethodScene/components/DocResponses/DocResponses.js +2 -2
  340. package/lib/scenes/MethodScene/components/DocResponses/DocResponses.js.map +1 -1
  341. package/lib/scenes/MethodScene/components/DocResponses/index.js.map +1 -1
  342. package/lib/scenes/MethodScene/components/DocResponses/utils.js.map +1 -1
  343. package/lib/scenes/MethodScene/components/index.js.map +1 -1
  344. package/lib/scenes/MethodScene/index.js.map +1 -1
  345. package/lib/scenes/MethodTagScene/MethodTagScene.js +2 -2
  346. package/lib/scenes/MethodTagScene/MethodTagScene.js.map +1 -1
  347. package/lib/scenes/MethodTagScene/index.js.map +1 -1
  348. package/lib/scenes/MethodTagScene/utils.js.map +1 -1
  349. package/lib/scenes/TypeScene/TypeScene.js +2 -2
  350. package/lib/scenes/TypeScene/TypeScene.js.map +1 -1
  351. package/lib/scenes/TypeScene/index.js.map +1 -1
  352. package/lib/scenes/TypeTagScene/TypeTagScene.js +2 -2
  353. package/lib/scenes/TypeTagScene/TypeTagScene.js.map +1 -1
  354. package/lib/scenes/TypeTagScene/index.js.map +1 -1
  355. package/lib/scenes/TypeTagScene/utils.js.map +1 -1
  356. package/lib/scenes/index.js.map +1 -1
  357. package/lib/scenes/utils/hooks/index.js.map +1 -1
  358. package/lib/scenes/utils/hooks/tagStoreSync.js.map +1 -1
  359. package/lib/scenes/utils/index.js.map +1 -1
  360. package/lib/state/index.js.map +1 -1
  361. package/lib/state/lodes/index.js.map +1 -1
  362. package/lib/state/lodes/sagas.js.map +1 -1
  363. package/lib/state/lodes/selectors.js.map +1 -1
  364. package/lib/state/lodes/slice.d.ts +1 -1
  365. package/lib/state/lodes/slice.js +3 -6
  366. package/lib/state/lodes/slice.js.map +1 -1
  367. package/lib/state/settings/index.js.map +1 -1
  368. package/lib/state/settings/sagas.js +4 -4
  369. package/lib/state/settings/sagas.js.map +1 -1
  370. package/lib/state/settings/selectors.js.map +1 -1
  371. package/lib/state/settings/slice.d.ts +4 -4
  372. package/lib/state/settings/slice.js +8 -12
  373. package/lib/state/settings/slice.js.map +1 -1
  374. package/lib/state/specs/index.js.map +1 -1
  375. package/lib/state/specs/sagas.js.map +1 -1
  376. package/lib/state/specs/selectors.js.map +1 -1
  377. package/lib/state/specs/slice.js +3 -6
  378. package/lib/state/specs/slice.js.map +1 -1
  379. package/lib/state/store.js +5 -6
  380. package/lib/state/store.js.map +1 -1
  381. package/lib/test-data/declarations.js +1 -2
  382. package/lib/test-data/declarations.js.map +1 -1
  383. package/lib/test-data/examples.js +1 -2
  384. package/lib/test-data/examples.js.map +1 -1
  385. package/lib/test-data/index.js.map +1 -1
  386. package/lib/test-data/sdkLanguages.js +2 -4
  387. package/lib/test-data/sdkLanguages.js.map +1 -1
  388. package/lib/test-data/specs.js +8 -12
  389. package/lib/test-data/specs.js.map +1 -1
  390. package/lib/test-utils/index.js.map +1 -1
  391. package/lib/test-utils/lodes.d.ts +1 -1
  392. package/lib/test-utils/lodes.js.map +1 -1
  393. package/lib/test-utils/redux.d.ts +6 -5
  394. package/lib/test-utils/redux.js +7 -10
  395. package/lib/test-utils/redux.js.map +1 -1
  396. package/lib/test-utils/router.d.ts +3 -2
  397. package/lib/test-utils/router.js +1 -2
  398. package/lib/test-utils/router.js.map +1 -1
  399. package/lib/utils/adaptorUtils.d.ts +3 -3
  400. package/lib/utils/adaptorUtils.js +3 -6
  401. package/lib/utils/adaptorUtils.js.map +1 -1
  402. package/lib/utils/apixAdaptor.js.map +1 -1
  403. package/lib/utils/highlight.d.ts +2 -2
  404. package/lib/utils/highlight.js.map +1 -1
  405. package/lib/utils/hooks/globalStoreSync.js.map +1 -1
  406. package/lib/utils/hooks/index.js.map +1 -1
  407. package/lib/utils/hooks/navigation.d.ts +1 -1
  408. package/lib/utils/hooks/navigation.js +2 -1
  409. package/lib/utils/hooks/navigation.js.map +1 -1
  410. package/lib/utils/hooks/useQuery.js.map +1 -1
  411. package/lib/utils/index.js.map +1 -1
  412. package/lib/utils/lodeUtils.d.ts +1 -1
  413. package/lib/utils/lodeUtils.js +2 -4
  414. package/lib/utils/lodeUtils.js.map +1 -1
  415. package/lib/utils/path.d.ts +2 -2
  416. package/lib/utils/path.js +5 -9
  417. package/lib/utils/path.js.map +1 -1
  418. package/lib/utils/sdkLanguage.js +5 -6
  419. package/lib/utils/sdkLanguage.js.map +1 -1
  420. package/lib/utils/useWindowSize.js.map +1 -1
  421. package/package.json +38 -38
  422. package/src/ApiExplorer.tsx +72 -72
  423. package/src/App.tsx +9 -9
  424. package/src/StandaloneApiExplorer.tsx +24 -24
  425. package/src/components/Banner/Banner.spec.tsx +27 -25
  426. package/src/components/Banner/Banner.tsx +20 -20
  427. package/src/components/Banner/index.ts +1 -1
  428. package/src/components/DocActivityType/DocActivityType.spec.tsx +17 -16
  429. package/src/components/DocActivityType/DocActivityType.tsx +6 -6
  430. package/src/components/DocActivityType/index.ts +1 -1
  431. package/src/components/DocCode/DocCode.tsx +16 -14
  432. package/src/components/DocCode/index.ts +1 -1
  433. package/src/components/DocMarkdown/DocMarkdown.spec.tsx +41 -41
  434. package/src/components/DocMarkdown/DocMarkdown.tsx +19 -19
  435. package/src/components/DocMarkdown/index.ts +1 -1
  436. package/src/components/DocMarkdown/utils.spec.ts +26 -26
  437. package/src/components/DocMarkdown/utils.ts +4 -4
  438. package/src/components/DocMethodSummary/DocMethodSummary.spec.tsx +18 -17
  439. package/src/components/DocMethodSummary/DocMethodSummary.tsx +9 -9
  440. package/src/components/DocMethodSummary/DocSummaryStatus.spec.tsx +12 -12
  441. package/src/components/DocMethodSummary/DocSummaryStatus.tsx +6 -6
  442. package/src/components/DocMethodSummary/index.tsx +3 -3
  443. package/src/components/DocMethodSummary/utils.spec.tsx +5 -5
  444. package/src/components/DocMethodSummary/utils.tsx +23 -23
  445. package/src/components/DocPseudo/DocParam.spec.tsx +22 -22
  446. package/src/components/DocPseudo/DocParam.tsx +7 -7
  447. package/src/components/DocPseudo/DocParams.spec.tsx +27 -27
  448. package/src/components/DocPseudo/DocParams.tsx +6 -6
  449. package/src/components/DocPseudo/DocPrimaryResponse.spec.tsx +16 -16
  450. package/src/components/DocPseudo/DocPrimaryResponse.tsx +6 -6
  451. package/src/components/DocPseudo/DocPseudo.spec.tsx +15 -13
  452. package/src/components/DocPseudo/DocPseudo.tsx +11 -11
  453. package/src/components/DocPseudo/index.tsx +1 -1
  454. package/src/components/DocRateLimited/DocRateLimited.spec.tsx +16 -16
  455. package/src/components/DocRateLimited/DocRateLimited.tsx +6 -6
  456. package/src/components/DocRateLimited/index.ts +1 -1
  457. package/src/components/DocReferences/DocReferences.spec.tsx +29 -26
  458. package/src/components/DocReferences/DocReferences.tsx +16 -16
  459. package/src/components/DocReferences/index.ts +1 -1
  460. package/src/components/DocReferences/utils.spec.tsx +2 -2
  461. package/src/components/DocReferences/utils.tsx +8 -8
  462. package/src/components/DocSDKs/DocDeclarations.tsx +7 -7
  463. package/src/components/DocSDKs/DocSDKs.spec.tsx +22 -22
  464. package/src/components/DocSDKs/DocSDKs.tsx +36 -36
  465. package/src/components/DocSDKs/index.ts +1 -1
  466. package/src/components/DocSDKs/utils.spec.ts +8 -8
  467. package/src/components/DocSDKs/utils.ts +6 -6
  468. package/src/components/DocSchema/DocSchema.tsx +9 -9
  469. package/src/components/DocSchema/index.ts +1 -1
  470. package/src/components/DocSdkUsage/DocSdkExampleCell.tsx +5 -5
  471. package/src/components/DocSdkUsage/DocSdkUsage.spec.tsx +22 -22
  472. package/src/components/DocSdkUsage/DocSdkUsage.tsx +35 -34
  473. package/src/components/DocSdkUsage/index.ts +1 -1
  474. package/src/components/DocSdkUsage/utils.ts +29 -30
  475. package/src/components/DocSource/DocSource.spec.tsx +33 -37
  476. package/src/components/DocSource/DocSource.tsx +17 -17
  477. package/src/components/DocSource/index.ts +1 -1
  478. package/src/components/DocStatus/DocStatus.spec.tsx +12 -12
  479. package/src/components/DocStatus/DocStatus.tsx +8 -8
  480. package/src/components/DocStatus/index.ts +1 -1
  481. package/src/components/DocTitle/DocTitle.spec.tsx +9 -9
  482. package/src/components/DocTitle/DocTitle.tsx +4 -4
  483. package/src/components/DocTitle/index.ts +1 -1
  484. package/src/components/DocTypeSummary/DocTypeSummary.spec.tsx +11 -11
  485. package/src/components/DocTypeSummary/DocTypeSummary.tsx +11 -11
  486. package/src/components/DocTypeSummary/index.tsx +1 -1
  487. package/src/components/ErrorBoundary/ErrorBoundary.spec.tsx +29 -29
  488. package/src/components/ErrorBoundary/ErrorBoundary.tsx +16 -16
  489. package/src/components/ErrorBoundary/components/SomethingWentWrong/SomethingWentWrong.spec.tsx +17 -17
  490. package/src/components/ErrorBoundary/components/SomethingWentWrong/SomethingWentWrong.tsx +11 -11
  491. package/src/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/SomethingWentWrongGraphic.tsx +4 -4
  492. package/src/components/ErrorBoundary/components/SomethingWentWrong/components/SomethingWentWrongGraphic/index.ts +1 -1
  493. package/src/components/ErrorBoundary/components/SomethingWentWrong/components/index.ts +1 -1
  494. package/src/components/ErrorBoundary/components/SomethingWentWrong/index.ts +2 -2
  495. package/src/components/ErrorBoundary/index.ts +1 -1
  496. package/src/components/ExploreType/ExploreProperty.spec.tsx +60 -58
  497. package/src/components/ExploreType/ExploreProperty.tsx +53 -53
  498. package/src/components/ExploreType/ExploreType.spec.tsx +41 -39
  499. package/src/components/ExploreType/ExploreType.tsx +33 -33
  500. package/src/components/ExploreType/exploreUtils.spec.tsx +38 -38
  501. package/src/components/ExploreType/exploreUtils.tsx +44 -44
  502. package/src/components/ExploreType/index.ts +3 -3
  503. package/src/components/Header/Header.spec.tsx +38 -44
  504. package/src/components/Header/Header.tsx +18 -18
  505. package/src/components/Header/index.ts +1 -1
  506. package/src/components/Link/Link.tsx +3 -3
  507. package/src/components/Link/index.ts +1 -1
  508. package/src/components/SelectorContainer/ApiSpecSelector.spec.tsx +31 -31
  509. package/src/components/SelectorContainer/ApiSpecSelector.tsx +18 -18
  510. package/src/components/SelectorContainer/SdkLanguageSelector.spec.tsx +42 -42
  511. package/src/components/SelectorContainer/SdkLanguageSelector.tsx +19 -19
  512. package/src/components/SelectorContainer/SelectorContainer.spec.tsx +31 -39
  513. package/src/components/SelectorContainer/SelectorContainer.tsx +15 -15
  514. package/src/components/SelectorContainer/index.ts +1 -1
  515. package/src/components/SelectorContainer/utils.ts +10 -10
  516. package/src/components/SideNav/SearchMessage.tsx +7 -7
  517. package/src/components/SideNav/SideNav.spec.tsx +70 -70
  518. package/src/components/SideNav/SideNav.tsx +77 -83
  519. package/src/components/SideNav/SideNavMethodTags.spec.tsx +35 -35
  520. package/src/components/SideNav/SideNavMethodTags.tsx +9 -9
  521. package/src/components/SideNav/SideNavMethods.spec.tsx +52 -52
  522. package/src/components/SideNav/SideNavMethods.tsx +28 -28
  523. package/src/components/SideNav/SideNavTypeTags.spec.tsx +36 -36
  524. package/src/components/SideNav/SideNavTypeTags.tsx +9 -9
  525. package/src/components/SideNav/SideNavTypes.spec.tsx +36 -36
  526. package/src/components/SideNav/SideNavTypes.tsx +28 -28
  527. package/src/components/SideNav/index.ts +1 -1
  528. package/src/components/SideNav/searchUtils.ts +16 -16
  529. package/src/components/common/Loader.tsx +7 -7
  530. package/src/components/common/common.tsx +13 -13
  531. package/src/components/common/index.ts +2 -2
  532. package/src/components/index.ts +22 -22
  533. package/src/custom.d.ts +2 -2
  534. package/src/index.ts +5 -5
  535. package/src/routes/AppRouter.tsx +11 -11
  536. package/src/routes/index.ts +1 -1
  537. package/src/scenes/DiffScene/DiffScene.tsx +54 -54
  538. package/src/scenes/DiffScene/DocDiff/DiffBanner.tsx +8 -8
  539. package/src/scenes/DiffScene/DocDiff/DiffItem.spec.tsx +26 -26
  540. package/src/scenes/DiffScene/DocDiff/DiffItem.tsx +47 -47
  541. package/src/scenes/DiffScene/DocDiff/DiffLegend.tsx +10 -10
  542. package/src/scenes/DiffScene/DocDiff/DocDiff.spec.tsx +62 -66
  543. package/src/scenes/DiffScene/DocDiff/DocDiff.tsx +18 -18
  544. package/src/scenes/DiffScene/DocDiff/docDiffUtils.tsx +23 -23
  545. package/src/scenes/DiffScene/DocDiff/index.ts +1 -1
  546. package/src/scenes/DiffScene/diffUtils.spec.ts +11 -11
  547. package/src/scenes/DiffScene/diffUtils.ts +26 -26
  548. package/src/scenes/DiffScene/index.ts +1 -1
  549. package/src/scenes/ErrorDetailScene/ErrorDetailScene.tsx +25 -25
  550. package/src/scenes/ErrorDetailScene/index.ts +1 -1
  551. package/src/scenes/HomeScene/HomeScene.tsx +12 -12
  552. package/src/scenes/HomeScene/index.ts +1 -1
  553. package/src/scenes/MethodScene/MethodScene.tsx +54 -54
  554. package/src/scenes/MethodScene/components/DocOperation.spec.tsx +17 -17
  555. package/src/scenes/MethodScene/components/DocOperation.tsx +8 -8
  556. package/src/scenes/MethodScene/components/DocRequestBody.spec.tsx +14 -14
  557. package/src/scenes/MethodScene/components/DocRequestBody.tsx +12 -12
  558. package/src/scenes/MethodScene/components/DocResponses/DocResponseTypes.tsx +15 -15
  559. package/src/scenes/MethodScene/components/DocResponses/DocResponses.spec.tsx +51 -51
  560. package/src/scenes/MethodScene/components/DocResponses/DocResponses.tsx +34 -34
  561. package/src/scenes/MethodScene/components/DocResponses/index.ts +1 -1
  562. package/src/scenes/MethodScene/components/DocResponses/utils.spec.ts +19 -14
  563. package/src/scenes/MethodScene/components/DocResponses/utils.ts +8 -8
  564. package/src/scenes/MethodScene/components/index.ts +3 -3
  565. package/src/scenes/MethodScene/index.ts +1 -1
  566. package/src/scenes/MethodTagScene/MethodTagScene.spec.tsx +31 -31
  567. package/src/scenes/MethodTagScene/MethodTagScene.tsx +44 -39
  568. package/src/scenes/MethodTagScene/index.ts +1 -1
  569. package/src/scenes/MethodTagScene/utils.spec.ts +6 -6
  570. package/src/scenes/MethodTagScene/utils.ts +6 -6
  571. package/src/scenes/TypeScene/TypeScene.tsx +25 -25
  572. package/src/scenes/TypeScene/index.ts +1 -1
  573. package/src/scenes/TypeTagScene/TypeTagScene.spec.tsx +34 -32
  574. package/src/scenes/TypeTagScene/TypeTagScene.tsx +40 -38
  575. package/src/scenes/TypeTagScene/index.ts +1 -1
  576. package/src/scenes/TypeTagScene/utils.spec.ts +6 -6
  577. package/src/scenes/TypeTagScene/utils.ts +6 -6
  578. package/src/scenes/index.ts +6 -6
  579. package/src/scenes/utils/hooks/index.ts +1 -1
  580. package/src/scenes/utils/hooks/tagStoreSync.spec.ts +37 -37
  581. package/src/scenes/utils/hooks/tagStoreSync.ts +18 -18
  582. package/src/scenes/utils/index.ts +1 -1
  583. package/src/state/index.ts +4 -4
  584. package/src/state/lodes/index.ts +2 -2
  585. package/src/state/lodes/sagas.spec.ts +32 -32
  586. package/src/state/lodes/sagas.ts +11 -11
  587. package/src/state/lodes/selectors.spec.ts +10 -10
  588. package/src/state/lodes/selectors.ts +4 -4
  589. package/src/state/lodes/slice.ts +18 -18
  590. package/src/state/settings/index.ts +2 -2
  591. package/src/state/settings/sagas.spec.ts +49 -49
  592. package/src/state/settings/sagas.ts +18 -18
  593. package/src/state/settings/selectors.spec.ts +11 -11
  594. package/src/state/settings/selectors.ts +7 -7
  595. package/src/state/settings/slice.ts +28 -28
  596. package/src/state/specs/index.ts +2 -2
  597. package/src/state/specs/sagas.spec.ts +60 -60
  598. package/src/state/specs/sagas.ts +27 -27
  599. package/src/state/specs/selectors.ts +7 -7
  600. package/src/state/specs/slice.ts +36 -36
  601. package/src/state/store.ts +24 -24
  602. package/src/test-data/declarations.ts +2 -2
  603. package/src/test-data/examples.ts +1 -1
  604. package/src/test-data/index.ts +4 -4
  605. package/src/test-data/sdkLanguages.ts +2 -2
  606. package/src/test-data/specs.ts +13 -13
  607. package/src/test-utils/index.ts +3 -3
  608. package/src/test-utils/lodes.tsx +9 -9
  609. package/src/test-utils/redux.tsx +30 -26
  610. package/src/test-utils/router.tsx +8 -8
  611. package/src/utils/adaptorUtils.ts +55 -55
  612. package/src/utils/apixAdaptor.ts +31 -25
  613. package/src/utils/highlight.spec.tsx +13 -13
  614. package/src/utils/highlight.tsx +11 -11
  615. package/src/utils/hooks/globalStoreSync.spec.tsx +54 -54
  616. package/src/utils/hooks/globalStoreSync.ts +21 -21
  617. package/src/utils/hooks/index.ts +3 -3
  618. package/src/utils/hooks/navigation.spec.ts +47 -45
  619. package/src/utils/hooks/navigation.ts +33 -30
  620. package/src/utils/hooks/useQuery.ts +5 -5
  621. package/src/utils/index.ts +8 -8
  622. package/src/utils/lodeUtils.ts +17 -17
  623. package/src/utils/path.spec.ts +57 -55
  624. package/src/utils/path.ts +42 -42
  625. package/src/utils/sdkLanguage.spec.ts +24 -24
  626. package/src/utils/sdkLanguage.ts +15 -14
  627. package/src/utils/useWindowSize.tsx +8 -8
  628. package/webpack.dev.config.js +5 -5
  629. package/webpack.prod.config.js +5 -5
package/CHANGELOG.md CHANGED
@@ -7,1018 +7,980 @@ 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
+
88
+ ### Dependencies
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
100
+
101
+ ### Dependencies
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
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
87
133
 
88
134
  ### Dependencies
89
135
 
90
136
  * The following workspace dependencies were updated
91
137
  * 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
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
97
141
  * 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
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
100
144
 
101
145
  ### Dependencies
102
146
 
103
147
  * The following workspace dependencies were updated
104
148
  * 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
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
108
152
  * 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
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
111
155
 
112
156
  ### Dependencies
113
157
 
114
158
  * The following workspace dependencies were updated
115
159
  * 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
160
+ * @looker/extension-utils bumped from 0.1.34 to 0.1.35
161
+ * @looker/run-it bumped from 0.9.57 to 0.9.58
162
+ * @looker/sdk bumped from 24.2.0 to 24.2.1
119
163
  * 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
164
+ * @looker/sdk-codegen-scripts bumped from 21.5.14 to 21.5.15
165
+ * @looker/sdk-node bumped from 24.2.0 to 24.2.1
122
166
 
123
167
  ### Dependencies
124
168
 
125
169
  * The following workspace dependencies were updated
126
170
  * 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
171
+ * @looker/extension-utils bumped from 0.1.35 to 0.1.36
172
+ * @looker/run-it bumped from 0.9.58 to 0.9.59
173
+ * @looker/sdk bumped from 24.2.1 to 24.4.0
130
174
  * 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
175
+ * @looker/sdk-codegen-scripts bumped from 21.5.15 to 21.5.16
176
+ * @looker/sdk-node bumped from 24.2.1 to 24.4.0
133
177
 
134
178
  ## [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
179
 
136
-
137
180
  ### Features
138
181
 
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
-
182
+ - 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
183
 
142
184
  ### Dependencies
143
185
 
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
186
+ - The following workspace dependencies were updated
187
+ - dependencies
188
+ - @looker/extension-utils bumped from ^0.1.23 to ^0.1.24
189
+ - @looker/run-it bumped from ^0.9.46 to ^0.9.47
190
+ - @looker/sdk bumped from ^23.6.0 to ^23.8.0
191
+ - devDependencies
192
+ - @looker/sdk-codegen-scripts bumped from ^21.5.3 to ^21.5.4
193
+ - @looker/sdk-node bumped from ^23.6.0 to ^23.8.0
152
194
 
153
195
  ## [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
196
 
155
-
156
197
  ### Features
157
198
 
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
-
199
+ - 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))
200
+ - 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
201
 
162
202
  ### Dependencies
163
203
 
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
204
+ - The following workspace dependencies were updated
205
+ - dependencies
206
+ - @looker/code-editor bumped from ^0.1.27 to ^0.1.28
207
+ - @looker/extension-utils bumped from ^0.1.19 to ^0.1.20
208
+ - @looker/run-it bumped from ^0.9.42 to ^0.9.43
209
+ - @looker/sdk bumped from ^22.20.1 to ^23.0.0
210
+ - @looker/sdk-codegen bumped from ^21.7.4 to ^21.8.0
211
+ - @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
212
+ - devDependencies
213
+ - @looker/sdk-codegen-scripts bumped from ^21.4.8 to ^21.5.0
214
+ - @looker/sdk-node bumped from ^22.20.1 to ^23.0.0
175
215
 
176
216
  ### [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
217
 
178
-
179
218
  ### Dependencies
180
219
 
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
220
+ - The following workspace dependencies were updated
221
+ - dependencies
222
+ - @looker/code-editor bumped from ^0.1.26 to ^0.1.27
223
+ - @looker/extension-utils bumped from ^0.1.18 to ^0.1.19
224
+ - @looker/run-it bumped from ^0.9.41 to ^0.9.42
225
+ - @looker/sdk bumped from ^22.20.0 to ^22.20.1
226
+ - @looker/sdk-codegen bumped from ^21.7.3 to ^21.7.4
227
+ - @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
228
+ - devDependencies
229
+ - @looker/sdk-codegen-scripts bumped from ^21.4.7 to ^21.4.8
230
+ - @looker/sdk-node bumped from ^22.20.0 to ^22.20.1
192
231
 
193
232
  ### [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
233
 
195
-
196
234
  ### Bug Fixes
197
235
 
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
-
236
+ - 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
237
 
201
238
  ### Dependencies
202
239
 
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
240
+ - The following workspace dependencies were updated
241
+ - dependencies
242
+ - @looker/code-editor bumped from ^0.1.25 to ^0.1.26
243
+ - @looker/extension-utils bumped from ^0.1.17 to ^0.1.18
244
+ - @looker/run-it bumped from ^0.9.40 to ^0.9.41
245
+ - @looker/sdk bumped from ^22.18.0 to ^22.20.0
246
+ - @looker/sdk-codegen bumped from ^21.7.2 to ^21.7.3
247
+ - devDependencies
248
+ - @looker/sdk-codegen-scripts bumped from ^21.4.6 to ^21.4.7
249
+ - @looker/sdk-node bumped from ^22.18.0 to ^22.20.0
213
250
 
214
251
  ### [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
252
 
216
-
217
253
  ### Bug Fixes
218
254
 
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
-
255
+ - 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
256
 
222
257
  ### Dependencies
223
258
 
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
259
+ - The following workspace dependencies were updated
260
+ - dependencies
261
+ - @looker/code-editor bumped from ^0.1.24 to ^0.1.25
262
+ - @looker/extension-utils bumped from ^0.1.16 to ^0.1.17
263
+ - @looker/run-it bumped from ^0.9.39 to ^0.9.40
264
+ - @looker/sdk bumped from ^22.16.0 to ^22.18.0
265
+ - @looker/sdk-codegen bumped from ^21.7.1 to ^21.7.2
266
+ - devDependencies
267
+ - @looker/sdk-codegen-scripts bumped from ^21.4.5 to ^21.4.6
268
+ - @looker/sdk-node bumped from ^22.16.0 to ^22.18.0
234
269
 
235
270
  ### [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
271
 
237
-
238
272
  ### Dependencies
239
273
 
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
274
+ - The following workspace dependencies were updated
275
+ - dependencies
276
+ - @looker/extension-utils bumped from ^0.1.15 to ^0.1.16
277
+ - @looker/run-it bumped from ^0.9.38 to ^0.9.39
278
+ - @looker/sdk bumped from ^22.14.0 to ^22.16.0
279
+ - devDependencies
280
+ - @looker/sdk-codegen-scripts bumped from ^21.4.4 to ^21.4.5
281
+ - @looker/sdk-node bumped from ^22.14.0 to ^22.16.0
248
282
 
249
283
  ### [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
284
 
251
-
252
285
  ### Dependencies
253
286
 
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
287
+ - The following workspace dependencies were updated
288
+ - dependencies
289
+ - @looker/extension-utils bumped from ^0.1.14 to ^0.1.15
290
+ - @looker/run-it bumped from ^0.9.37 to ^0.9.38
291
+ - @looker/sdk bumped from ^22.12.1 to ^22.14.0
292
+ - devDependencies
293
+ - @looker/sdk-codegen-scripts bumped from ^21.4.3 to ^21.4.4
294
+ - @looker/sdk-node bumped from ^22.12.1 to ^22.14.0
262
295
 
263
296
  ### [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
297
 
265
-
266
298
  ### Features
267
299
 
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
-
300
+ - 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))
301
+ - 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))
302
+ - 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))
303
+ - 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))
304
+ - 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))
305
+ - 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
306
 
276
307
  ### Bug Fixes
277
308
 
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
-
309
+ - 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))
310
+ - 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))
311
+ - 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
312
 
283
313
  ### Dependencies
284
314
 
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
315
+ - The following workspace dependencies were updated
316
+ - dependencies
317
+ - @looker/code-editor bumped from ^0.1.23 to ^0.1.24
318
+ - @looker/extension-utils bumped from ^0.1.13 to ^0.1.14
319
+ - @looker/run-it bumped from ^0.9.36 to ^0.9.37
320
+ - @looker/sdk bumped from ^22.10.1 to ^22.12.1
321
+ - @looker/sdk-codegen bumped from ^21.7.0 to ^21.7.1
322
+ - @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
323
+ - devDependencies
324
+ - @looker/sdk-codegen-scripts bumped from ^21.4.2 to ^21.4.3
325
+ - @looker/sdk-node bumped from ^22.10.1 to ^22.12.1
296
326
 
297
327
  ### [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
328
 
299
-
300
329
  ### Features
301
330
 
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
-
331
+ - 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
332
 
305
333
  ### Dependencies
306
334
 
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
335
+ - The following workspace dependencies were updated
336
+ - dependencies
337
+ - @looker/extension-utils bumped from ^0.1.12 to ^0.1.13
338
+ - @looker/code-editor bumped from ^0.1.22 to ^0.1.23
339
+ - @looker/run-it bumped from ^0.9.35 to ^0.9.36
340
+ - @looker/sdk bumped from ^22.10.0 to ^22.10.1
341
+ - @looker/sdk-codegen bumped from ^21.6.0 to ^21.7.0
342
+ - devDependencies
343
+ - @looker/sdk-codegen-scripts bumped from ^21.4.1 to ^21.4.2
344
+ - @looker/sdk-node bumped from ^22.10.0 to ^22.10.1
317
345
 
318
346
  ### [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
347
 
320
-
321
348
  ### Dependencies
322
349
 
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
350
+ - The following workspace dependencies were updated
351
+ - dependencies
352
+ - @looker/extension-utils bumped from ^0.1.11 to ^0.1.12
353
+ - @looker/run-it bumped from ^0.9.34 to ^0.9.35
354
+ - @looker/sdk bumped from ^22.8.0 to ^22.10.0
355
+ - devDependencies
356
+ - @looker/sdk-codegen-scripts bumped from ^21.4.0 to ^21.4.1
357
+ - @looker/sdk-node bumped from ^22.8.0 to ^22.10.0
331
358
 
332
359
  ### [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
360
 
334
-
335
361
  ### Dependencies
336
362
 
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
363
+ - The following workspace dependencies were updated
364
+ - dependencies
365
+ - @looker/extension-utils bumped from ^0.1.10 to ^0.1.11
366
+ - @looker/run-it bumped from ^0.9.33 to ^0.9.34
367
+ - @looker/sdk bumped from ^22.6.0 to ^22.8.0
368
+ - devDependencies
369
+ - @looker/sdk-codegen-scripts bumped from ^21.3.4 to ^21.4.0
370
+ - @looker/sdk-node bumped from ^22.6.0 to ^22.8.0
345
371
 
346
372
  ### [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
373
 
348
-
349
374
  ### Bug Fixes
350
375
 
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
-
376
+ - 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))
377
+ - 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))
378
+ - 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))
379
+ - 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
380
 
357
381
  ### Dependencies
358
382
 
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
383
+ - The following workspace dependencies were updated
384
+ - dependencies
385
+ - @looker/extension-utils bumped from ^0.1.9 to ^0.1.10
386
+ - @looker/code-editor bumped from ^0.1.21 to ^0.1.22
387
+ - @looker/run-it bumped from ^0.9.32 to ^0.9.33
388
+ - @looker/sdk bumped from ^22.4.2 to ^22.6.0
389
+ - @looker/sdk-codegen bumped from ^21.5.2 to ^21.6.0
390
+ - @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
391
+ - devDependencies
392
+ - @looker/sdk-codegen-scripts bumped from ^21.3.3 to ^21.3.4
393
+ - @looker/sdk-node bumped from ^22.4.2 to ^22.6.0
370
394
 
371
395
  ### [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
396
 
373
-
374
397
  ### Dependencies
375
398
 
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
399
+ - The following workspace dependencies were updated
400
+ - dependencies
401
+ - @looker/extension-utils bumped from ^0.1.8 to ^0.1.9
402
+ - @looker/code-editor bumped from ^0.1.20 to ^0.1.21
403
+ - @looker/run-it bumped from ^0.9.31 to ^0.9.32
404
+ - @looker/sdk bumped from ^22.4.1 to ^22.4.2
405
+ - @looker/sdk-codegen bumped from ^21.5.1 to ^21.5.2
406
+ - @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
407
+ - devDependencies
408
+ - @looker/sdk-codegen-scripts bumped from ^21.3.2 to ^21.3.3
409
+ - @looker/sdk-node bumped from ^22.4.1 to ^22.4.2
387
410
 
388
411
  ### [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
412
 
390
-
391
413
  ### Dependencies
392
414
 
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
415
+ - The following workspace dependencies were updated
416
+ - dependencies
417
+ - @looker/extension-utils bumped from ^0.1.7 to ^0.1.8
418
+ - @looker/code-editor bumped from ^0.1.19 to ^0.1.20
419
+ - @looker/run-it bumped from ^0.9.30 to ^0.9.31
420
+ - @looker/sdk bumped from ^22.4.0 to ^22.4.1
421
+ - @looker/sdk-codegen bumped from ^21.5.0 to ^21.5.1
422
+ - devDependencies
423
+ - @looker/sdk-codegen-scripts bumped from ^21.3.1 to ^21.3.2
424
+ - @looker/sdk-node bumped from ^22.4.0 to ^22.4.1
403
425
 
404
426
  ### [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
427
 
406
-
407
428
  ### Dependencies
408
429
 
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
430
+ - The following workspace dependencies were updated
431
+ - dependencies
432
+ - @looker/extension-utils bumped from ^0.1.6 to ^0.1.7
433
+ - @looker/run-it bumped from ^0.9.29 to ^0.9.30
434
+ - @looker/sdk bumped from ^22.2.0 to ^22.4.0
435
+ - devDependencies
436
+ - @looker/sdk-codegen-scripts bumped from ^21.3.0 to ^21.3.1
437
+ - @looker/sdk-node bumped from ^22.2.0 to ^22.4.0
417
438
 
418
439
  ### [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
440
 
420
-
421
441
  ### Features
422
442
 
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
-
443
+ - 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
444
 
426
445
  ### Dependencies
427
446
 
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
447
+ - The following workspace dependencies were updated
448
+ - dependencies
449
+ - @looker/extension-utils bumped from ^0.1.5 to ^0.1.6
450
+ - @looker/code-editor bumped from ^0.1.18 to ^0.1.19
451
+ - @looker/run-it bumped from ^0.9.28 to ^0.9.29
452
+ - @looker/sdk-codegen bumped from ^21.4.0 to ^21.5.0
453
+ - devDependencies
454
+ - @looker/sdk-codegen-scripts bumped from ^21.2.3 to ^21.3.0
436
455
 
437
456
  ### [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
457
 
439
-
440
458
  ### Dependencies
441
459
 
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
460
+ - The following workspace dependencies were updated
461
+ - dependencies
462
+ - @looker/extension-utils bumped from ^0.1.4 to ^0.1.5
463
+ - @looker/run-it bumped from ^0.9.27 to ^0.9.28
464
+ - @looker/sdk bumped from ^22.0.0 to ^22.2.0
465
+ - devDependencies
466
+ - @looker/sdk-codegen-scripts bumped from ^21.2.2 to ^21.2.3
467
+ - @looker/sdk-node bumped from ^22.0.0 to ^22.2.0
450
468
 
451
469
  ### [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
470
 
453
-
454
471
  ### Features
455
472
 
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
-
473
+ - 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
474
 
459
475
  ### Bug Fixes
460
476
 
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
-
477
+ - 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))
478
+ - 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
479
 
465
480
  ### Dependencies
466
481
 
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
482
+ - The following workspace dependencies were updated
483
+ - dependencies
484
+ - @looker/extension-utils bumped from ^0.1.3 to ^0.1.4
485
+ - @looker/code-editor bumped from ^0.1.17 to ^0.1.18
486
+ - @looker/run-it bumped from ^0.9.26 to ^0.9.27
487
+ - @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
488
+ - devDependencies
489
+ - @looker/sdk-codegen-scripts bumped from ^21.2.1 to ^21.2.2
475
490
 
476
491
  ### [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
492
 
478
-
479
493
  ### Features
480
494
 
481
- * OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
482
-
495
+ - OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
483
496
 
484
497
  ### Bug Fixes
485
498
 
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
-
499
+ - 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
500
 
489
501
  ### Dependencies
490
502
 
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
503
+ - The following workspace dependencies were updated
504
+ - dependencies
505
+ - @looker/sdk bumped from ^21.20.0 to ^21.20.1
506
+ - devDependencies
507
+ - @looker/sdk-node bumped from ^21.20.0 to ^21.20.1
496
508
 
497
509
  ### [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
510
 
499
-
500
511
  ### Dependencies
501
512
 
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
513
+ - The following workspace dependencies were updated
514
+ - dependencies
515
+ - @looker/extension-utils bumped from ^0.1.2 to ^0.1.3
516
+ - @looker/code-editor bumped from ^0.1.16 to ^0.1.17
517
+ - @looker/run-it bumped from ^0.9.25 to ^0.9.26
518
+ - @looker/sdk-codegen bumped from ^21.3.0 to ^21.3.1
519
+ - @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
520
+ - devDependencies
521
+ - @looker/sdk-codegen-scripts bumped from ^21.2.0 to ^21.2.1
511
522
 
512
523
  ### [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
524
 
514
-
515
525
  ### Dependencies
516
526
 
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
527
+ - The following workspace dependencies were updated
528
+ - dependencies
529
+ - @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
530
+ - @looker/code-editor bumped from ^0.1.15 to ^0.1.16
531
+ - @looker/run-it bumped from ^0.9.24 to ^0.9.25
532
+ - @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
533
+ - @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
534
+ - devDependencies
535
+ - @looker/sdk-codegen-scripts bumped from ^21.1.4 to ^21.2.0
526
536
 
527
537
  ### [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
538
 
529
-
530
539
  ### Features
531
540
 
532
- * OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
533
-
541
+ - OAuthConfigProvider ([209f399](https://www.github.com/looker-open-source/sdk-codegen/commit/209f399a089beb28405a178d3dc8f769478ae97b))
534
542
 
535
543
  ### Bug Fixes
536
544
 
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
-
545
+ - 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
546
 
540
547
  ### Dependencies
541
548
 
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
549
+ - The following workspace dependencies were updated
550
+ - dependencies
551
+ - @looker/extension-utils bumped from ^0.1.0 to ^0.1.1
552
+ - @looker/code-editor bumped from ^0.1.14 to ^0.1.15
553
+ - @looker/run-it bumped from ^0.9.23 to ^0.9.24
554
+ - @looker/sdk-codegen bumped from ^21.2.0 to ^21.2.1
555
+ - devDependencies
556
+ - @looker/sdk-codegen-scripts bumped from ^21.1.3 to ^21.1.4
550
557
 
551
558
  ### [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
559
 
553
-
554
560
  ### Features
555
561
 
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
-
562
+ - 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
563
 
559
564
  ### Bug Fixes
560
565
 
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
-
566
+ - 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
567
 
564
568
  ### Dependencies
565
569
 
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
570
+ - The following workspace dependencies were updated
571
+ - dependencies
572
+ - @looker/code-editor bumped from ^0.1.13 to ^0.1.14
573
+ - @looker/run-it bumped from ^0.9.22 to ^0.9.23
574
+ - @looker/sdk bumped from ^21.18.1 to ^21.20.0
575
+ - @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0
576
+ - @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
577
+ - devDependencies
578
+ - @looker/sdk-codegen-scripts bumped from ^21.1.2 to ^21.1.3
579
+ - @looker/sdk-node bumped from ^21.18.1 to ^21.20.0
576
580
 
577
581
  ### [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
582
 
579
-
580
583
  ### Bug Fixes
581
584
 
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
-
585
+ - 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
586
 
585
587
  ### Dependencies
586
588
 
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
589
+ - The following workspace dependencies were updated
590
+ - dependencies
591
+ - @looker/code-editor bumped from ^0.1.12 to ^0.1.13
592
+ - @looker/run-it bumped from ^0.9.21 to ^0.9.22
593
+ - @looker/sdk bumped from ^21.18.0 to ^21.18.1
594
+ - @looker/sdk-codegen bumped from ^21.1.0 to ^21.1.1
595
+ - @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
596
+ - devDependencies
597
+ - @looker/sdk-codegen-scripts bumped from ^21.1.1 to ^21.1.2
598
+ - @looker/sdk-node bumped from ^21.18.0 to ^21.18.1
597
599
 
598
600
  ### [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
601
 
600
-
601
602
  ### Dependencies
602
603
 
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
604
+ - The following workspace dependencies were updated
605
+ - dependencies
606
+ - @looker/code-editor bumped from ^0.1.11 to ^0.1.12
607
+ - @looker/run-it bumped from ^0.9.20 to ^0.9.21
608
+ - @looker/sdk bumped from ^21.16.0 to ^21.18.0
609
+ - devDependencies
610
+ - @looker/sdk-codegen-scripts bumped from ^21.1.0 to ^21.1.1
611
+ - @looker/sdk-node bumped from ^21.16.0 to ^21.18.0
611
612
 
612
613
  ### [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
614
 
614
-
615
615
  ### Features
616
616
 
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
-
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))
623
622
 
624
623
  ### Bug Fixes
625
624
 
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
-
625
+ - 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))
626
+ - 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))
627
+ - 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))
628
+ - 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))
629
+ - 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
630
 
633
631
  ### Dependencies
634
632
 
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
633
+ - The following workspace dependencies were updated
634
+ - dependencies
635
+ - @looker/code-editor bumped from ^0.1.10 to ^0.1.11
636
+ - @looker/run-it bumped from ^0.9.19 to ^0.9.20
637
+ - @looker/sdk bumped from ^21.14.0 to ^21.16.0
638
+ - @looker/sdk-codegen bumped from ^21.0.25 to ^21.1.0
639
+ - @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
640
+ - devDependencies
641
+ - @looker/sdk-codegen-scripts bumped from ^21.0.27 to ^21.1.0
642
+ - @looker/sdk-node bumped from ^21.14.0 to ^21.16.0
645
643
 
646
644
  ### [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
645
 
648
-
649
646
  ### Features
650
647
 
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
-
648
+ - 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))
649
+ - 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
650
 
655
651
  ### Dependencies
656
652
 
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
653
+ - The following workspace dependencies were updated
654
+ - dependencies
655
+ - @looker/code-editor bumped from ^0.1.9 to ^0.1.10
656
+ - @looker/run-it bumped from ^0.9.18 to ^0.9.19
657
+ - @looker/sdk bumped from ^21.12.0 to ^21.14.0
658
+ - @looker/sdk-codegen bumped from ^21.0.24 to ^21.0.25
659
+ - @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
660
+ - devDependencies
661
+ - @looker/sdk-codegen-scripts bumped from ^21.0.26 to ^21.0.27
662
+ - @looker/sdk-node bumped from ^21.12.0 to ^21.14.0
667
663
 
668
664
  ### [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
665
 
670
-
671
666
  ### Features
672
667
 
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
-
668
+ - 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
669
 
676
670
  ### Dependencies
677
671
 
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
672
+ - The following workspace dependencies were updated
673
+ - dependencies
674
+ - @looker/code-editor bumped from ^0.1.8 to ^0.1.9
675
+ - @looker/run-it bumped from ^0.9.17 to ^0.9.18
676
+ - @looker/sdk-codegen bumped from ^21.0.23 to ^21.0.24
677
+ - devDependencies
678
+ - @looker/sdk-codegen-scripts bumped from ^21.0.25 to ^21.0.26
685
679
 
686
680
  ### [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
681
 
688
-
689
682
  ### Bug Fixes
690
683
 
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
-
684
+ - 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
685
 
694
686
  ### Dependencies
695
687
 
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
688
+ - The following workspace dependencies were updated
689
+ - dependencies
690
+ - @looker/run-it bumped from ^0.9.16 to ^0.9.17
691
+ - @looker/sdk bumped from ^21.10.2 to ^21.12.0
692
+ - devDependencies
693
+ - @looker/sdk-codegen-scripts bumped from ^21.0.24 to ^21.0.25
694
+ - @looker/sdk-node bumped from ^21.10.2 to ^21.12.0
703
695
 
704
696
  ### [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
697
 
706
-
707
698
  ### Bug Fixes
708
699
 
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
-
700
+ - 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))
701
+ - 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
702
 
713
703
  ### Dependencies
714
704
 
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
705
+ - The following workspace dependencies were updated
706
+ - dependencies
707
+ - @looker/code-editor bumped from ^0.1.7 to ^0.1.8
708
+ - @looker/run-it bumped from ^0.9.15 to ^0.9.16
709
+ - @looker/sdk bumped from ^21.10.1 to ^21.10.2
710
+ - @looker/sdk-codegen bumped from ^21.0.22 to ^21.0.23
711
+ - @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
712
+ - devDependencies
713
+ - @looker/sdk-codegen-scripts bumped from ^21.0.23 to ^21.0.24
714
+ - @looker/sdk-node bumped from ^21.10.1 to ^21.10.2
725
715
 
726
716
  ### [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
717
 
728
-
729
718
  ### Features
730
719
 
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
-
720
+ - 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))
721
+ - 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))
722
+ - 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))
723
+ - 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
724
 
737
725
  ### Dependencies
738
726
 
739
- * The following workspace dependencies were updated
740
- * dependencies
741
- * @looker/run-it bumped from ^0.9.14 to ^0.9.15
727
+ - The following workspace dependencies were updated
728
+ - dependencies
729
+ - @looker/run-it bumped from ^0.9.14 to ^0.9.15
742
730
 
743
731
  ### [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
732
 
745
-
746
733
  ### Dependencies
747
734
 
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
735
+ - The following workspace dependencies were updated
736
+ - dependencies
737
+ - @looker/code-editor bumped from ^0.1.6 to ^0.1.7
738
+ - @looker/run-it bumped from ^0.9.13 to ^0.9.14
739
+ - @looker/sdk bumped from ^21.10.0 to ^21.10.1
740
+ - @looker/sdk-codegen bumped from ^21.0.21 to ^21.0.22
741
+ - @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
742
+ - devDependencies
743
+ - @looker/sdk-codegen-scripts bumped from ^21.0.22 to ^21.0.23
744
+ - @looker/sdk-node bumped from ^21.10.0 to ^21.10.1
758
745
 
759
746
  ### [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
747
 
761
-
762
748
  ### Dependencies
763
749
 
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
750
+ - The following workspace dependencies were updated
751
+ - dependencies
752
+ - @looker/code-editor bumped from ^0.1.5 to ^0.1.6
753
+ - @looker/run-it bumped from ^0.9.12 to ^0.9.13
754
+ - @looker/sdk bumped from ^21.8.3 to ^21.10.0
755
+ - @looker/sdk-codegen bumped from ^21.0.20 to ^21.0.21
756
+ - @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
757
+ - devDependencies
758
+ - @looker/sdk-codegen-scripts bumped from ^21.0.21 to ^21.0.22
759
+ - @looker/sdk-node bumped from ^21.8.2 to ^21.10.0
774
760
 
775
761
  ### [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
762
 
777
-
778
763
  ### Dependencies
779
764
 
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
765
+ - The following workspace dependencies were updated
766
+ - dependencies
767
+ - @looker/code-editor bumped from ^0.1.4 to ^0.1.5
768
+ - @looker/run-it bumped from ^0.9.11 to ^0.9.12
769
+ - @looker/sdk bumped from ^21.8.2 to ^21.8.3
770
+ - @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20
771
+ - @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
772
+ - devDependencies
773
+ - @looker/sdk-codegen-scripts bumped from ^21.0.20 to ^21.0.21
774
+ - @looker/sdk-node bumped from ^21.8.1 to ^21.8.2
790
775
 
791
776
  ### [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
777
 
793
-
794
778
  ### Dependencies
795
779
 
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
780
+ - The following workspace dependencies were updated
781
+ - dependencies
782
+ - @looker/code-editor bumped from ^0.1.3 to ^0.1.4
783
+ - @looker/run-it bumped from ^0.9.10 to ^0.9.11
784
+ - @looker/sdk bumped from ^21.8.1 to ^21.8.2
785
+ - @looker/sdk-codegen bumped from ^21.0.18 to ^21.0.19
786
+ - @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
787
+ - devDependencies
788
+ - @looker/sdk-codegen-scripts bumped from ^21.0.19 to ^21.0.20
789
+ - @looker/sdk-node bumped from ^21.8.0 to ^21.8.1
806
790
 
807
791
  ### [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
792
 
809
-
810
793
  ### Features
811
794
 
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
-
795
+ - 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
796
 
815
797
  ### Dependencies
816
798
 
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
799
+ - The following workspace dependencies were updated
800
+ - dependencies
801
+ - @looker/code-editor bumped from ^0.1.2 to ^0.1.3
802
+ - @looker/run-it bumped from ^0.9.9 to ^0.9.10
803
+ - @looker/sdk bumped from ^21.8.0 to ^21.8.1
804
+ - @looker/sdk-codegen bumped from ^21.0.17 to ^21.0.18
805
+ - @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
806
+ - devDependencies
807
+ - @looker/sdk-codegen-scripts bumped from ^21.0.18 to ^21.0.19
826
808
 
827
809
  ### [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
810
 
829
-
830
811
  ### Dependencies
831
812
 
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
813
+ - The following workspace dependencies were updated
814
+ - dependencies
815
+ - @looker/run-it bumped from ^0.9.8 to ^0.9.9
816
+ - @looker/sdk bumped from ^21.6.1 to ^21.8.0
817
+ - devDependencies
818
+ - @looker/sdk-codegen-scripts bumped from ^21.0.17 to ^21.0.18
819
+ - @looker/sdk-node bumped from ^21.6.1 to ^21.8.0
839
820
 
840
821
  ### [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
822
 
842
-
843
823
  ### Features
844
824
 
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
-
825
+ - 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))
826
+ - 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))
827
+ - 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))
828
+ - 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
829
 
851
830
  ### Bug Fixes
852
831
 
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
-
832
+ - 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))
833
+ - 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))
834
+ - sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
835
+ - sync design-tokens/icons dependency constraint ([eb1a427](https://www.github.com/looker-open-source/sdk-codegen/commit/eb1a427d3c90bec44b2aac542783c3cda4810c0e))
858
836
 
859
837
  ### Dependencies
860
838
 
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
839
+ - The following workspace dependencies were updated
840
+ - dependencies
841
+ - @looker/code-editor bumped from ^0.1.1 to ^0.1.2
842
+ - @looker/run-it bumped from ^0.9.7 to ^0.9.8
843
+ - @looker/sdk bumped from ^21.6.0 to ^21.6.1
844
+ - @looker/sdk-codegen bumped from ^21.0.16 to ^21.0.17
845
+ - devDependencies
846
+ - @looker/sdk-codegen-scripts bumped from ^21.0.16 to ^21.0.17
847
+ - @looker/sdk-node bumped from ^21.6.0 to ^21.6.1
870
848
 
871
849
  ### [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
850
 
873
-
874
851
  ### Bug Fixes
875
852
 
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
-
853
+ - 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))
854
+ - 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
855
 
880
856
  ### Dependencies
881
857
 
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
858
+ - The following workspace dependencies were updated
859
+ - dependencies
860
+ - @looker/code-editor bumped from ^0.1.0 to ^0.1.1
861
+ - @looker/run-it bumped from ^0.9.6 to ^0.9.7
862
+ - @looker/sdk bumped from ^21.4.3 to ^21.6.0
863
+ - @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16
864
+ - @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
865
+ - devDependencies
866
+ - @looker/sdk-codegen-scripts bumped from ^21.0.15 to ^21.0.16
867
+ - @looker/sdk-node bumped from ^21.4.4 to ^21.6.0
892
868
 
893
869
  ### [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
870
 
895
-
896
871
  ### Features
897
872
 
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
-
873
+ - 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
874
 
901
875
  ### Dependencies
902
876
 
903
- * The following workspace dependencies were updated
904
- * dependencies
905
- * @looker/run-it bumped from ^0.9.5 to ^0.9.6
877
+ - The following workspace dependencies were updated
878
+ - dependencies
879
+ - @looker/run-it bumped from ^0.9.5 to ^0.9.6
906
880
 
907
881
  ### [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
882
 
909
-
910
883
  ### Dependencies
911
884
 
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
885
+ - The following workspace dependencies were updated
886
+ - dependencies
887
+ - @looker/run-it bumped from ^0.9.4 to ^0.9.5
888
+ - @looker/sdk bumped from ^21.4.2 to ^21.4.3
889
+ - @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15
890
+ - @looker/code-editor bumped from ^0.0.1 to ^0.0.2
891
+ - devDependencies
892
+ - @looker/sdk-codegen-scripts bumped from ^21.0.14 to ^21.0.15
893
+ - @looker/sdk-node bumped from ^21.4.3 to ^21.4.4
921
894
 
922
895
  ### [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
896
 
924
-
925
897
  ### Features
926
898
 
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
-
899
+ - 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
900
 
930
901
  ### Bug Fixes
931
902
 
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
-
903
+ - 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
904
 
935
905
  ### Dependencies
936
906
 
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
907
+ - The following workspace dependencies were updated
908
+ - dependencies
909
+ - @looker/run-it bumped from ^0.9.3 to ^0.9.4
910
+ - @looker/sdk bumped from ^21.4.1 to ^21.4.2
911
+ - @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
912
+ - devDependencies
913
+ - @looker/sdk-codegen-scripts bumped from ^21.0.13 to ^21.0.14
914
+ - @looker/sdk-node bumped from ^21.4.2 to ^21.4.3
945
915
 
946
916
  ### [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
917
 
948
-
949
918
  ### Features
950
919
 
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
-
920
+ - 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))
921
+ - 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
922
 
955
923
  ### Bug Fixes
956
924
 
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
-
925
+ - 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
926
 
960
927
  ### Dependencies
961
928
 
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
929
+ - The following workspace dependencies were updated
930
+ - dependencies
931
+ - @looker/run-it bumped from ^0.9.2 to ^0.9.3
932
+ - @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.13
933
+ - devDependencies
934
+ - @looker/sdk-codegen-scripts bumped from ^21.0.12 to ^21.0.13
935
+ - @looker/sdk-node bumped from ^21.4.1 to ^21.4.2
969
936
 
970
937
  ### [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
938
 
972
-
973
939
  ### Features
974
940
 
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
-
941
+ - 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))
942
+ - 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))
943
+ - 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))
944
+ - 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))
945
+ - 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
946
 
982
947
  ### Bug Fixes
983
948
 
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
-
949
+ - **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))
950
+ - 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))
951
+ - 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))
952
+ - 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
953
 
990
954
  ### Dependencies
991
955
 
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
956
+ - The following workspace dependencies were updated
957
+ - dependencies
958
+ - @looker/run-it bumped from ^0.9.1 to ^0.9.2
959
+ - @looker/sdk bumped from ^21.4.0 to ^21.4.1
960
+ - @looker/sdk-codegen bumped from ^21.0.11 to ^21.0.12
961
+ - @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
962
+ - devDependencies
963
+ - @looker/sdk-codegen-scripts bumped from ^21.0.11 to ^21.0.12
964
+ - @looker/sdk-node bumped from ^21.4.0 to ^21.4.1
1001
965
 
1002
966
  ### [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
967
 
1004
-
1005
968
  ### Features
1006
969
 
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
-
970
+ - 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))
971
+ - 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
972
 
1011
973
  ### Dependencies
1012
974
 
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
975
+ - The following workspace dependencies were updated
976
+ - dependencies
977
+ - @looker/run-it bumped from ^0.9.0 to ^0.9.1
978
+ - @looker/sdk bumped from ^21.0.10 to ^21.4.0
979
+ - @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
980
+ - @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
981
+ - devDependencies
982
+ - @looker/sdk-codegen-scripts bumped from ^21.0.9 to ^21.0.11
983
+ - @looker/sdk-node bumped from ^21.0.10 to ^21.4.0
1022
984
 
1023
985
  ### [0.9.0]
1024
986