Releases: remorses/unframer
Releases · remorses/unframer
[email protected]
Patch Changes
- Fix imports of chunks for the first generation
[email protected]
Patch Changes
- Apply new defaults to --jsx and --external
[email protected]
Major Changes
- Set
--jsx
to true by default, output files will be converted to jsx - HMR for exported files should now work much better, you should no longer see the page reloading when running a dev server and running the
unframer
command - Remove the need for
.d.ts
files - Set
--external
by default, npm packages will be installed locally if you have a localpackage.json
file and a package manager - Run formatter on the output files
- React 19 is now required
- Errors during types generation are now logged without need for
--debug
- React Preconnect hints for common Framer CDN urls
- Removed the .cursorignore default output file
Patch Changes
- d85817c: Update to latest Framer runtime, [email protected], framer-motion@
[email protected]
Patch Changes
- Fix --jsx option with array jsx attributes
[email protected]
Patch Changes
- 3661c24: Update to latest Framer runtime, [email protected], framer-motion@
- Fix --jsx option for jsx attributes
[email protected]
Minor Changes
- Make .Responsive components much faster, delete them before React hydration
Patch Changes
- 3661c24: Update to latest Framer runtime, [email protected], framer-motion@
[email protected]
Minor Changes
- 0ca1aba: Added preconnect hints for faster Framer CDN connection
- 3aa69a9: Add http caching on disk for faster regeneration, debloat dependencies
Patch Changes
- 3661c24: Update to latest Framer runtime, [email protected], framer-motion@
- Update framer-motion package types, fix jsx generation for multiple children in jsx with container expression
[email protected]
Patch Changes
- 7c6a488: Update to latest Framer runtime, [email protected], framer-motion@
- Add rate limit for fetch, fix giant projects
[email protected]
Patch Changes
- Include web page color in example code
[email protected]
Patch Changes
- 7980bbf: fix unframer reset css