docs/embedding/sdk-changelog.mdx
Change log format: MM/DD/YYYY (version)
embedding.hideTables parameter to the configure method (value: true | false). When true, hides the Tables UI from the dashboard (tree view, Type filter option, Create/Import Table buttons, empty-state card, global search results) and blocks direct access to the /tables/:id editor route. The Tables piece used inside flows is unaffected.embedding.dashboard.hideSettings.embedding.dashboard.hidePageHeader parameter to the configure method (value: true | false).embedding.dashboard.hideSettings parameter to the configure method (value: true | false).embedding.dashboard.hideFlowsPageNavbar parameter to the configure method (value: true | false).embedding.dashboard.hideSidebar used to hide the navbar above the flows table in the dashboard now it relies on embedding.dashboard.hideFlowsPageNavbar.embedding.hideDuplicateFlow parameter to the configure method (value: true | false).embedding.builder.homeButtonIcon parameter to the configure method (value: 'logo' | 'back'), if set to 'back' the tooltip shown on hovering the home button is removed.embedding.locale parameter to the configure method, it takes ISO 639-1 locale codes, here are the ones supported: ('en' | 'nl' | 'it' | 'de' | 'fr' | 'bg' | 'uk' | 'hu' | 'es' | 'ja' | 'id' | 'vi' | 'zh' | 'pt')embedding.styling.mode parameter to configure method (value: 'light' | 'dark')embedding.builder.hideLogo parameter from the configure method.prefix parameter from the configure method.embedding.hideDuplicateFlow parameter to the configure method (value: true | false).embedding.builder.homeButtonIcon parameter to the configure method (value: 'logo' | 'back'), if set to 'back' the tooltip shown on hovering the home button is removed.embedding.locale parameter to the configure method, it takes ISO 639-1 locale codes, here are the ones supported: ('en' | 'nl' | 'it' | 'de' | 'fr' | 'bg' | 'uk' | 'hu' | 'es' | 'ja' | 'id' | 'vi' | 'zh' | 'pt')embedding.styling.mode parameter to configure method (value: 'light' | 'dark')prefix parameter from the configure method.embedding.builder.hideLogo parameter from the configure method.-- Note: we didn't consider adding optional new parameters as a breaking change so we were bumping the patch version, but that was wrong and we will begin bumping the minor version for those changes from now on, and patch version will only get bumped for bug fixes.
embedding.hideExportAndImportFlow parameter to the configure method.embed.builder.disableNavigation which is "keep_home_button_only" that keeps only the home button and hides the folder name with the delete flow action.embed.builder.homeButtonClickedHandler, that overrides the navigation behaviour on clicking the home button.