Releases: makeswift/makeswift
Releases · makeswift/makeswift
@makeswift/[email protected]
Minor Changes
-
027c52b: feat!: implement support for multiple isolated Makeswift-enabled React regions on a page.
Breaking Changes
ReactRuntimeimportReactRuntimeimport for Next.js has been moved from@makeswift/runtime/reactto@makeswift/runtime/next:- import { ReactRuntime } from '@makeswift/runtime/react'; + import { ReactRuntime } from '@makeswift/runtime/next'; export const runtime = new ReactRuntime();
(internal)
appOriginandapiOriginparamsUndocumented
appOriginandapiOriginparams are now passed directly to theReactRuntimeconstructor. See internal apps for details.
Patch Changes
- 558629d: Decouple
FrameworkContextfrom (framework-independent) resource versioning implementation, renameversionedFetchoption tofetch. - 3b03cbd: chore: force canary release with the latest fixes
- 7b22b08: fix: adjust
ReactRuntimeProvider'ssiteVersiontype to reflect it may beundefinedwhen running under the standard Pages Router setup
@makeswift/[email protected]
@makeswift/[email protected]
@makeswift/[email protected]
@makeswift/[email protected]
Patch Changes
- 72be9b5: Use React 19.2+
<Activity>boundaries instead of<Suspense>to prevent layout shift. Fallback to<Suspense>on older React versions.builtinSuspenseoption inregisterComponent()is now ignored in React >= 19.2.
@makeswift/[email protected]
Patch Changes
- Updated dependencies [72be9b5]
- @makeswift/[email protected]
@makeswift/[email protected]
Patch Changes
- Updated dependencies [72be9b5]
- @makeswift/[email protected]
@makeswift/[email protected]
Patch Changes
- Updated dependencies [72be9b5]
- @makeswift/[email protected]
@makeswift/[email protected]
Patch Changes
- 9b9f80d: Add
apiKeyas parameter to API handler and preview middleware.
[email protected]
Patch Changes
- dac927f: Force build in prepublishing step to ignore any stale build outputs