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

  • 07fd1de: Add missing dependencies on vendored next-transpile-modules.
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

  • b25c046: Vendor next-transpile-modules because the package has a deprecation error, even though it's still needed for Next.js v12.
makeswift - @makeswift/[email protected]

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

Patch Changes

  • 03d9e2f: Update uuid dependency from v3.3.3 to v9.0.0.
  • 6156ba4: Upgrade react-use-gesture dependency to @use-gesture/react.
  • Updated dependencies [b25c046]
makeswift - @makeswift/[email protected]

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

Patch Changes

  • 40e3bf9: Fix Text element not editable when placed inside a ListControl or ShapeControl.
makeswift - @makeswift/[email protected]

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

Patch Changes

  • 5482d7c: Remove escape shortcut during interaction mode. This means to get out of interaction mode you need to click the Move (Pointer) button. We remove this because the escape shortcut could interfere with user's code.
makeswift - @makeswift/[email protected]

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

Patch Changes

  • 57a9c81: Upgrade slate to the latest version.
makeswift - @makeswift/[email protected]

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

Patch Changes

  • 54ecf45: Make ShapeControl composable.
  • 7335423: Make ListControl composable.
makeswift - @makeswift/[email protected]

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

Patch Changes

  • aaeeef4: Disable element from point. This is temporary until the drop zones algorithm is finished.
  • 777d51b: Fix element from point selection issue for nested documents (i.e., global elements).
makeswift - @makeswift/[email protected]

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

Patch Changes

  • 26f16f5: Use builder pointer information and DOM APIs to reliably determine the active element. This guarantees that the Makeswift builder can properly select elements even if their CSS box models overlap (e.g., absolute and fixed position elements).
makeswift - @makeswift/[email protected]

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

Patch Changes

  • 0787dce: Fix issue where certain font families were not loading properly.
makeswift - @makeswift/[email protected]

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

Patch Changes

  • e61c4f2: Fix images are not loading when using Next.js version 12.2.x.
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

makeswift - @makeswift/[email protected]

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

Patch Changes

  • a165537: Add Makeswift review app image remote patterns to Next.js config.
makeswift - @makeswift/[email protected]

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

Patch Changes

  • 16c434d: Support tables in snapshot creation.
  • 49986c8: Alias publicUrlV2 to publicUrl.
  • Updated dependencies [0e12b08]
makeswift - @makeswift/[email protected]

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

Patch Changes

  • 0e12b08: Fix development Google Storage bucket URL.
makeswift - @makeswift/[email protected]

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

Minor Changes

  • f0a53c0: Use Google Storage URL for files instead of s.mkswft.com.

Patch Changes

makeswift - @makeswift/[email protected]

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

Patch Changes

  • 050f6f9: Add Makeswift Google Storage image remote patterns to Next.js config.
makeswift - @makeswift/[email protected]

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

Patch Changes

  • a40bb65: Separate snapshot format from serialized state.