Skip to content

Releases: remorses/unframer

[email protected]

19 Oct 16:32

Choose a tag to compare

Patch Changes

  • Add subscription link for buying

[email protected]

19 Oct 15:17

Choose a tag to compare

Patch Changes

[email protected]

01 Oct 14:07

Choose a tag to compare

Patch Changes

  • make package manager install always work when creating example app

[email protected]

27 Sep 17:01

Choose a tag to compare

Patch Changes

  • Install the same npm packages versions as Framer

[email protected]

24 Sep 15:57

Choose a tag to compare

Patch Changes

[email protected]

24 Sep 15:40

Choose a tag to compare

Patch Changes

  • Add generateStackblitzFiles export to generate Vite + React + TypeScript project files for StackBlitz integration
  • Add new example-app CLI command to create a complete example application with Framer components:
    unframer example-app <projectId> --outDir my-app
    This command creates a ready-to-use Vite + React + TypeScript app with all your Framer components and runs npm install automatically

[email protected]

27 Aug 14:07

Choose a tag to compare

Patch Changes

[email protected]

23 Aug 06:56

Choose a tag to compare

Minor Changes

  • c573978: Disable automatic meta.json generation by default

    The meta.json file is now only generated when the --metafile flag is passed to the CLI. This reduces unnecessary file generation for users who don't need build metadata.

    Usage:

    # Without meta.json (default)
    npx unframer <projectId>
    
    # With meta.json
    npx unframer <projectId> --metafile

Patch Changes

[email protected]

13 Aug 13:56

Choose a tag to compare

Minor Changes

  • b71744b: Add support for exporting React components via MCP. Install the MCP Framer plugin and you can use Claude Code to export your React Components

Patch Changes

  • 8745fbd: Update to latest Framer runtime, [email protected], framer-motion@
  • fix hydration warnings in Resposive caused by useSyncExternalStore

[email protected]

05 Aug 20:05

Choose a tag to compare

Patch Changes

  • Optimize watch mode: only regenerate types for changed components, using file hash caching