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