Releases: remorses/unframer
Releases · remorses/unframer
[email protected]
Patch Changes
- Add subscription link for buying
[email protected]
Patch Changes
- 06b0f18: Update to latest Framer runtime, [email protected], framer-motion@
[email protected]
Patch Changes
- make package manager install always work when creating example app
[email protected]
Patch Changes
- Install the same npm packages versions as Framer
[email protected]
Patch Changes
- 2267693: Update to latest Framer runtime, [email protected], framer-motion@
[email protected]
Patch Changes
- Add
generateStackblitzFilesexport to generate Vite + React + TypeScript project files for StackBlitz integration - Add new
example-appCLI command to create a complete example application with Framer components:This command creates a ready-to-use Vite + React + TypeScript app with all your Framer components and runsunframer example-app <projectId> --outDir my-app
npm installautomatically
[email protected]
Patch Changes
- fa766bc: Update to latest Framer runtime, [email protected], framer-motion@
- Better generated example code
[email protected]
Minor Changes
-
c573978: Disable automatic meta.json generation by default
The meta.json file is now only generated when the
--metafileflag 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
- 0541935: Update to latest Framer runtime, [email protected], framer-motion@
[email protected]
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]
Patch Changes
- Optimize watch mode: only regenerate types for changed components, using file hash caching