@looker/api-explorer 0.9.54 → 0.9.57

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