makeswift

The official Makeswift CLI

MIT License

Downloads
1.6K
Stars
103
Committers
16

Bot releases are hidden (Show)

makeswift - @makeswift/[email protected]

Published by migueloller 8 months ago

Patch Changes

  • 9bf0537: Fix types export for @makeswift/runtime/slate
makeswift - @makeswift/[email protected]

Published by migueloller 8 months ago

Patch Changes

  • cfd1039: Transpile dynamic imports when building CommonJS format.
makeswift - @makeswift/[email protected]

Published by migueloller 8 months ago

Patch Changes

  • f146a6c: Fix exports for internal @makeswift/runtime/state/breakpoints.
makeswift - @makeswift/[email protected]

Published by migueloller 8 months ago

Patch Changes

  • 665f6e1: Avoid throwing an error in SocialLinks builtin component if an option is not found.
  • 3587117: Update Facebook logo for SocialLinks builtin component.
  • 88fb167: Add X and Slack icons to legacy SocialLinks prop controller.
  • 8717b5a: Add deprecation JSDoc to undocumented, legacy prop controllers.
makeswift - @makeswift/[email protected]

Published by joshuawootonn 8 months ago

Patch Changes

  • b19d110: Fix a bug in translating Text components containing detached typography.
makeswift - [email protected]

Published by joshuawootonn 9 months ago

Patch Changes

  • e94272f: Fix issue with CLI where it wouldn't automatically start your app if used with Bun.
makeswift - [email protected]

Published by joshuawootonn 9 months ago

Patch Changes

  • e30675e: Update the CLI to support Bun.

    Opening the CLI with bunx makeswift init now uses Bun for all commands.
    The --use-bun flag was also added to force the CLI to use Bun regardless of which package manager it was opened with.

  • 461698e: Update the CLI to support the --use-yarn flag. This flag makes the CLI use yarn regardless of which package manager it was opened with.

  • 0edd60e: Update the CLI to use the package manager it was opened with.

    For npx makeswift init, the CLI will use pnpm.
    For pnpm dlx makeswift init, the CLI will use pnpm.
    For yarn exec makeswift init, the CLI will use yarn.

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 migueloller about 2 years ago

Patch Changes

  • e2b16ee: Fix not-found components not being selectable in the builder.
  • a449fd9: Fix issue where links to deleted pages would cause 500 errors.