Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jul 24, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@frontify/[email protected]

Major Changes

  • #1267 3b34bfb Thanks @fulopdaniel! - refactor(*): replace deprecated fondue components

    Breaking Changes

    • AttachmentsProps

      • triggerComponent type changed from:
        triggerComponent?: (props: AttachmentsTriggerProps) => ReactElement;
        to:
        triggerComponent?: React.ForwardRefExoticComponent<
            AttachmentsTriggerProps & React.RefAttributes<HTMLButtonElement>
        >;
    • AttachmentTriggerProps

      • Removed:
        triggerProps: HTMLAttributes<HTMLButtonElement>;
        triggerRef: MutableRefObject<HTMLButtonElement>;
    • LinkInput

      • Removed props:
        openInNewTab?: boolean;
        clearable?: boolean;
      • Changed:
        buttonSize?: 'small' | 'medium' | 'large'; // was: buttonSize?: ButtonSize;
        newTab?: boolean; // was: newTab?: CheckboxState;
    • LinkSelector

      • Changed:
        buttonSize?: 'small' | 'medium' | 'large'; // was: buttonSize?: ButtonSize;
    • InsertModalDispatchType & InsertModalStateProps

      • Changed:
        newTab?: boolean; // was: newTab?: CheckboxState;

Patch Changes

@frontify/[email protected]

Minor Changes

@frontify/[email protected]

Patch Changes

@frontify/[email protected]

Patch Changes

@github-actions github-actions bot requested review from a team as code owners July 24, 2025 11:35
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 15d87c4 to 5a2cccd Compare July 24, 2025 12:41
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 42a330d to 179717f Compare August 6, 2025 08:09
@fulopdaniel fulopdaniel force-pushed the changeset-release/main branch from 179717f to d183aa6 Compare August 6, 2025 09:06
@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 6, 2025

@fulopdaniel fulopdaniel merged commit 0f2f66a into main Aug 6, 2025
16 checks passed
@fulopdaniel fulopdaniel deleted the changeset-release/main branch August 6, 2025 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants