Skip to content

Releases: Frontify/brand-sdk

@frontify/guideline-blocks-settings@2.1.12

20 May 09:41
4b880fa

Choose a tag to compare

Patch Changes

@frontify/frontify-cli@6.2.2

20 May 09:41
4b880fa

Choose a tag to compare

Patch Changes

@frontify/frontify-cli@6.2.1

07 May 08:38
8dce30e

Choose a tag to compare

Patch Changes

  • #1584 bbe3339 Thanks @ragi96! - chore(deps): bump dependencies in scaffolded content-block templates

    Newly scaffolded content-block-css, content-block-css-modules, and content-block-tailwind projects pin updated @frontify/app-bridge, @frontify/guideline-blocks-settings, and @frontify/frontify-cli versions, with @frontify/guideline-blocks-settings now declared as a runtime dependency.

  • #1586 2575dba Thanks @jorgsowa! - chore(deps): bump template dependencies

    Updated 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

05 May 14:02
3329848

Choose a tag to compare

Patch Changes

  • #1574 05b9d4e Thanks @ragi96! - refactor: remove redundant useMemoizedId wrapping around flyoutId in AttachmentsToolbarButton, FlyoutToolbarButton, and MenuToolbarButton. Each component already supplies a default flyoutId, so the memoized id was a pass-through. Drops the @frontify/fondue useMemoizedId import from these files.

  • #1576 2f3a738 Thanks @ragi96! - chore(deps): bump @frontify/fondue to ^13.4.5

@frontify/frontify-cli@6.2.0

05 May 14:02
3329848

Choose a tag to compare

Minor Changes

  • #1578 a2b5431 Thanks @ragi96! - feat(serve): include the block manifest in the /_entrypoint dev-server response

    The block development server now reads manifest.json from the project root on each /_entrypoint request and returns its parsed content under a manifest field, so the host can pick up live manifest changes without restarting frontify-cli serve. If manifest.json is 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

  • #1583 866c444 Thanks @ragi96! - chore(deps): bump fastify to ^5.8.5 and vite to ^8.0.10

  • #1581 11b6c03 Thanks @renovate! - chore(deps): bump @frontify/guideline-blocks-settings to 2.1.10 in scaffolded content-block templates

@frontify/app-bridge@4.0.0-alpha.64

04 May 08:26
b614586

Choose a tag to compare

Pre-release

Minor Changes

  • #1570 ff26e12 Thanks @ragi96! - refactor(useBlockAssets): source state from Context.assets

    The hook now seeds and updates blockAssets from appBridge.context('assets') and no longer fetches via getBlockAssets() on mount. It also no longer listens to or emits AppBridge:BlockAssetsUpdated; mutation helpers (addAssetIdsToKey, deleteAssetIdsFromKey, updateAssetIdsFromKey) just call the AppBridge API, and the host is responsible for refreshing context('assets') after each mutation.

@frontify/sidebar-settings@0.12.0

30 Apr 17:35
3ccf3e1

Choose a tag to compare

Minor Changes

  • #1572 b21f080 Thanks @Kenny806! - Revert function shape from new sidebar settings type. Only allow static array.

@frontify/sidebar-settings@0.11.0

30 Apr 14:45
5f1c80c

Choose a tag to compare

Minor Changes

  • #1568 1aa19a4 Thanks @Kenny806! - Introduce new settings structure in sidebar-settings to allow more flexibility for settings. Old structure still supported.

Patch Changes

@frontify/platform-app@0.1.26

30 Apr 17:35
3ccf3e1

Choose a tag to compare

Patch Changes

  • Updated dependencies [b21f080]:
    • @frontify/sidebar-settings@0.12.0

@frontify/platform-app@0.1.25

30 Apr 14:44
5f1c80c

Choose a tag to compare

Patch Changes