makeswift

The official Makeswift CLI

MIT License

Downloads
1.6K
Stars
103
Committers
16

Bot releases are visible (Hide)

makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • a79ae7a: Add an unstable API for a new version of the RichText control: unstable_RichTextV2.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 2416394: Custom breakpoints API is now stable. You can use this API to add more breakpoints or change the width of existing breakpoints. Visit our documentation to learn more about custom breakpoints.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 2784285: Update unstable_breakpoints API to be in ReactRuntime constructor.
  • aa771b5: Refactor ReactRuntime to be a class.
  • 8920a80: Fix rich text bug where inlines would disappear on text edit.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • d5c6845: Add an unstable API for setting custom breakpoints: ReactRuntime.unstable_setBreakpoints.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 56c8f1c: Update rich text control to preserve DOM selection only when rich text is selected.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 1e5836d: Fix rich text control to preserve DOM selection when you change things in the right sidebar.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • dd5f7b6: Fix path normalization for client-side navigation.
  • f2389f9: Update Preview mode so that rich text is readonly.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 49b0981: Add previewMode option to Next.js plugin.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • a0e7079: Added missing exports for rich text plugins.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • f424011: Handle resolveSymlinks for versions of Next.js greater than 13.1.0.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Minor Changes

  • f35186d: BREAKING: The MakeswiftClient.prefetch() and MakeswiftClient.fetchTypographies methods have been removed. These were internal APIs so there shouldn't be any changes required to upgrade.

    Refactor introspection so that it's internal to the Makeswift API client.

  • 8e39cdc: Use the new Makeswift API resource endpoints exposed by the host via the Makeswift Next.js API handler. While change is backwards-caomptible, it's a large enough refactor that it warans a minor version bump.

Patch Changes

  • f9b900a: Moved proxy server inside Preview Mode proxy handler.

  • 9d62088: BREAKING: Remove the MakeswiftClient export from @makeswift/runtime/next. This was an internal API that isn't documented and shouldn't be depended on by Makeswift hosts.

  • 8f00a2f: Removes invoke headers from Next.js server when proxying request in Preview Mode.

  • 025c8d9: Avoids using socket local port when proxying Preview Mode in development.

  • 6d468d1: Remove snapshotting code. We've re-architected versioning and won't be using snapshots anymore.

  • 78ff346: Remove unused GraphQL queries.

  • d08eb8d: Add API endpoints to the Makeswift Next.js API handler for Makeswift API resources. The following endpoints were added:

    • /api/makeswift/swatches/:id
    • /api/makeswift/files/:id
    • /api/makeswift/typographies/:id
    • /api/makeswift/global-elements/:id
    • /api/makeswift/page-pathname-slices/:id
    • /api/makeswift/tables/:id
  • Updated dependencies [f424011]

makeswift - @makeswift/[email protected]

Published by migueloller over 1 year ago

Patch Changes

  • ac3eebf: Removes invoke headers from Next.js server when proxying request in Preview Mode.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • acd43a8: Make StyleControl composable.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 9d8c764: Update peer dependencies to reflect current support for React and React DOM.
  • f382f82: Export types for slate rich text plugins.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 72e5e4a: Make RichTextControl composable.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • ef4bc78: Fix a bug in the deployed version of the text component that prevents empty lines from being displayed.
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 527172c: Add placeholder to text component and rich text control. This was removed accidentally in 0.7.8
  • 51532d9: Add layout polling back to individual rich text controls. This enables more than one rich text control at a time. This functionality was accidentally removed in 0.7.8
  • e97a288: Fix react key prop warning for rich text component in dev mode
makeswift - @makeswift/[email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 1578e04: Expose prop controller introspection utils.
makeswift - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 49db913: Fix issue where handshake would hang forever if Yarn wasn't installed. We now detect package managers and use either npm, Yarn, or pnpm, depending on which one was detected.