Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2025

This PR contains the following updates:

Package Change Age Confidence
@frontify/guideline-blocks-settings (source) ^0.38.0 -> ^1.0.0 age confidence

Release Notes

Frontify/brand-sdk (@​frontify/guideline-blocks-settings)

v1.0.13

Compare Source

Patch Changes

v1.0.12

Compare Source

Patch Changes

v1.0.11

Compare Source

Patch Changes

v1.0.10

Compare Source

Patch Changes

v1.0.9

Compare Source

Patch Changes

v1.0.8

Compare Source

Patch Changes

v1.0.7

Compare Source

Patch Changes

v1.0.6

Compare Source

Patch Changes

v1.0.5

Compare Source

Patch Changes

v1.0.4

Compare Source

Patch Changes

v1.0.3

Compare Source

Patch Changes

v1.0.2

Compare Source

Patch Changes
Migration
No changes required for consumers of `useAttachments`.
- **Keep using `useAttachments(appBridge, key)`** → works exactly as before.
- **Optional (advanced use)**: To avoid multiple asset calls, use the new hook directly:

```ts
import { Attachments, useAttachmentOperations } from '@​frontify/guideline-blocks-settings';
import { useBlockAssets } from '@​frontify/app-bridge';

const blockAssetsBundle = useBlockAssets(appBridge);
const props = useAttachmentOperations("MY_ATTACHMENTS_KEY", blockAssetsBundle);

return <Attachments {...props} />
```

v1.0.1

Compare Source

Patch Changes

v1.0.0

Compare Source

Major Changes
Breaking Changes
- **`AttachmentsProps`**
    - `triggerComponent` type changed from:
        ```ts
        triggerComponent?: (props: AttachmentsTriggerProps) => ReactElement;
        ```
        to:
        ```ts
        triggerComponent?: React.ForwardRefExoticComponent<
            AttachmentsTriggerProps & React.RefAttributes<HTMLButtonElement>
        >;
        ```

- **`AttachmentTriggerProps`**
    - Removed:
        ```ts
        triggerProps: HTMLAttributes<HTMLButtonElement>;
        triggerRef: MutableRefObject<HTMLButtonElement>;
        ```

- **`LinkInput`**
    - Removed props:
        ```ts
        openInNewTab?: boolean;
        clearable?: boolean;
        ```
    - Changed:
        ```ts
        buttonSize?: 'small' | 'medium' | 'large'; // was: buttonSize?: ButtonSize;
        newTab?: boolean; // was: newTab?: CheckboxState;
        ```

- **`LinkSelector`**
    - Changed:
        ```ts
        buttonSize?: 'small' | 'medium' | 'large'; // was: buttonSize?: ButtonSize;
        ```

- **`InsertModalDispatchType` & `InsertModalStateProps`**
    - Changed:
        ```ts
        newTab?: boolean; // was: newTab?: CheckboxState;
        ```
Patch Changes

Configuration

📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch 4 times, most recently from e7f12d0 to 3a2776a Compare August 15, 2025 22:53
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch 2 times, most recently from f0210fc to 0043d40 Compare August 23, 2025 02:50
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch 5 times, most recently from de772e5 to 5611ad6 Compare September 1, 2025 09:02
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch 7 times, most recently from 21e2bcc to 541a27c Compare September 10, 2025 04:50
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch 6 times, most recently from 5a89eba to 4e26f31 Compare September 19, 2025 15:32
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch 2 times, most recently from 0992889 to d5ce3c2 Compare September 26, 2025 03:13
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch 6 times, most recently from 375b597 to 9b116ca Compare October 6, 2025 02:34
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch 3 times, most recently from a63bef1 to a9cad6a Compare October 12, 2025 02:37
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch 5 times, most recently from 6e95604 to 2a0cf7e Compare October 21, 2025 06:49
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch 2 times, most recently from f71237e to 8418a32 Compare October 29, 2025 09:09
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch 3 times, most recently from 0019b18 to 014487c Compare November 6, 2025 14:03
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch 2 times, most recently from d0da8ee to 2902ee2 Compare November 13, 2025 05:00
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch from 2902ee2 to 9dff735 Compare November 18, 2025 23:37
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch 3 times, most recently from 1064392 to 6a5321d Compare December 4, 2025 16:34
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch 3 times, most recently from 1e28d5c to 9e84024 Compare December 11, 2025 07:11
@renovate renovate bot force-pushed the renovate/frontify-guideline-blocks-settings-1.x branch from 9e84024 to 3508313 Compare December 14, 2025 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant