Releases: Frontify/brand-sdk
@frontify/guideline-blocks-settings@2.1.12
Patch Changes
- #1591
4aa3e28Thanks @fulopdaniel! - chore(deps): bump@frontify/fondueto13.5.0
@frontify/frontify-cli@6.2.2
Patch Changes
- #1591
4aa3e28Thanks @fulopdaniel! - chore(deps): bump@frontify/fondueto13.5.0
@frontify/frontify-cli@6.2.1
Patch Changes
-
#1584
bbe3339Thanks @ragi96! - chore(deps): bump dependencies in scaffolded content-block templatesNewly scaffolded
content-block-css,content-block-css-modules, andcontent-block-tailwindprojects pin updated@frontify/app-bridge,@frontify/guideline-blocks-settings, and@frontify/frontify-cliversions, with@frontify/guideline-blocks-settingsnow declared as a runtime dependency. -
#1586
2575dbaThanks @jorgsowa! - chore(deps): bump template dependenciesUpdated dependencies in platform-app and content-block-tailwind scaffolded templates, including newer versions of
@frontify/app-bridge-app,@frontify/fondue,@frontify/platform-app,@frontify/frontify-cli,@types/react,@types/react-dom, and other dev dependencies.
@frontify/guideline-blocks-settings@2.1.11
Patch Changes
-
#1574
05b9d4eThanks @ragi96! - refactor: remove redundantuseMemoizedIdwrapping aroundflyoutIdinAttachmentsToolbarButton,FlyoutToolbarButton, andMenuToolbarButton. Each component already supplies a defaultflyoutId, so the memoized id was a pass-through. Drops the@frontify/fondueuseMemoizedIdimport from these files. -
#1576
2f3a738Thanks @ragi96! - chore(deps): bump@frontify/fondueto^13.4.5
@frontify/frontify-cli@6.2.0
Minor Changes
-
#1578
a2b5431Thanks @ragi96! - feat(serve): include the block manifest in the/_entrypointdev-server responseThe block development server now reads
manifest.jsonfrom the project root on each/_entrypointrequest and returns its parsed content under amanifestfield, so the host can pick up live manifest changes without restartingfrontify-cli serve. Ifmanifest.jsonis missing or unparseable, the field is omitted and a warning is logged.GET http://localhost:5600/_entrypoint { "url": "http://localhost:5600/src/index.ts", "entryFilePath": "src/index.ts", "port": 5600, "version": "6.1.0", "dependencies": { "@frontify/app-bridge": "^4.0.0", "react": "^18.3.1" }, "manifest": { "appId": "abc123…" } }
Patch Changes
@frontify/app-bridge@4.0.0-alpha.64
Minor Changes
-
#1570
ff26e12Thanks @ragi96! - refactor(useBlockAssets): source state fromContext.assetsThe hook now seeds and updates
blockAssetsfromappBridge.context('assets')and no longer fetches viagetBlockAssets()on mount. It also no longer listens to or emitsAppBridge:BlockAssetsUpdated; mutation helpers (addAssetIdsToKey,deleteAssetIdsFromKey,updateAssetIdsFromKey) just call the AppBridge API, and the host is responsible for refreshingcontext('assets')after each mutation.
@frontify/sidebar-settings@0.12.0
@frontify/sidebar-settings@0.11.0
@frontify/platform-app@0.1.26
Patch Changes
- Updated dependencies [
b21f080]:- @frontify/sidebar-settings@0.12.0