Skip to content

Releases: makeswift/makeswift

@makeswift/[email protected]

13 Feb 22:46

Choose a tag to compare

Minor Changes

  • 027c52b: feat!: implement support for multiple isolated Makeswift-enabled React regions on a page.

    Breaking Changes

    ReactRuntime import

    ReactRuntime import for Next.js has been moved from @makeswift/runtime/react to @makeswift/runtime/next:

    - import { ReactRuntime } from '@makeswift/runtime/react';
    + import { ReactRuntime } from '@makeswift/runtime/next';
    
    export const runtime = new ReactRuntime();

    (internal) appOrigin and apiOrigin params

    Undocumented appOrigin and apiOrigin params are now passed directly to the ReactRuntime constructor. See internal apps for details.

Patch Changes

  • 558629d: Decouple FrameworkContext from (framework-independent) resource versioning implementation, rename versionedFetch option to fetch.
  • 3b03cbd: chore: force canary release with the latest fixes
  • 7b22b08: fix: adjust ReactRuntimeProvider's siteVersion type to reflect it may be undefined when running under the standard Pages Router setup

@makeswift/[email protected]

13 Feb 22:46

Choose a tag to compare

Minor Changes

  • 027c52b: feat: implement support for multiple isolated Makeswift-enabled React regions on a page.

Patch Changes

@makeswift/[email protected]

13 Feb 22:46

Choose a tag to compare

Minor Changes

  • 027c52b: feat: implement support for multiple isolated Makeswift-enabled React regions on a page.

Patch Changes

@makeswift/[email protected]

13 Feb 22:46

Choose a tag to compare

Minor Changes

  • 027c52b: feat: implement support for multiple isolated Makeswift-enabled React regions on a page.

Patch Changes

@makeswift/[email protected]

07 Jan 16:36

Choose a tag to compare

Patch Changes

  • 72be9b5: Use React 19.2+ <Activity> boundaries instead of <Suspense> to prevent layout shift. Fallback to <Suspense> on older React versions. builtinSuspense option in registerComponent() is now ignored in React >= 19.2.

@makeswift/[email protected]

07 Jan 16:36

Choose a tag to compare

Patch Changes

@makeswift/[email protected]

07 Jan 16:36

Choose a tag to compare

Patch Changes

@makeswift/[email protected]

07 Jan 16:36

Choose a tag to compare

Patch Changes

@makeswift/[email protected]

17 Dec 14:59

Choose a tag to compare

Patch Changes

  • 9b9f80d: Add apiKey as parameter to API handler and preview middleware.

[email protected]

10 Dec 22:36

Choose a tag to compare

Patch Changes

  • dac927f: Force build in prepublishing step to ignore any stale build outputs