Skip to content

Releases: remorses/unframer

[email protected]

05 Jul 11:05
Compare
Choose a tag to compare

Patch Changes

  • Fix imports of chunks for the first generation

[email protected]

05 Jul 10:35
Compare
Choose a tag to compare

Patch Changes

  • Apply new defaults to --jsx and --external

[email protected]

05 Jul 10:30
Compare
Choose a tag to compare

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 local package.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

[email protected]

20 Jun 10:06
Compare
Choose a tag to compare

Patch Changes

  • Fix --jsx option with array jsx attributes

[email protected]

20 Jun 09:57
Compare
Choose a tag to compare

Patch Changes

[email protected]

19 Jun 21:02
Compare
Choose a tag to compare

Minor Changes

  • Make .Responsive components much faster, delete them before React hydration

Patch Changes

[email protected]

04 Jun 10:38
Compare
Choose a tag to compare

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]

27 May 17:26
Compare
Choose a tag to compare

Patch Changes

[email protected]

27 May 16:53
Compare
Choose a tag to compare

Patch Changes

  • Include web page color in example code

[email protected]

21 May 11:45
Compare
Choose a tag to compare

Patch Changes