Skip to content

Releases: marcomontalbano/figma-export

v6.2.2

09 Jun 20:36
31b6942
Compare
Choose a tag to compare

v6.2.2 (2025-06-09)

🆙 Dependencies

Committers: 1

v6.2.1

08 Apr 07:35
806b9ab
Compare
Choose a tag to compare

v6.2.1 (2025-04-08)

🐛 Bug Fix

  • transform-svg-with-svgo

Committers: 1

v6.2.0

18 Mar 20:26
01e6da9
Compare
Choose a tag to compare

v6.2.0 (2025-03-18)

🆙 Dependencies

  • cli, core, output-components-as-es6, output-components-as-stdout, output-components-as-svg, output-components-as-svgr, output-components-as-svgstore, output-styles-as-css, output-styles-as-less, output-styles-as-sass, output-styles-as-style-dictionary, transform-svg-with-svgo, types, website
    • #179 Implement native fetch + proxy + official types – remove figma-js and axios (@marcomontalbano)

🚀 New Feature

  • core, output-components-as-es6, output-components-as-stdout, output-components-as-svg, output-components-as-svgr, output-components-as-svgstore, types

Committers: 1

v6.2.0-beta.0

11 Mar 20:01
eaefc3c
Compare
Choose a tag to compare
v6.2.0-beta.0 Pre-release
Pre-release

v6.2.0-beta.0 (2025-03-11)

🆙 Dependencies

  • cli, core, output-components-as-es6, output-components-as-stdout, output-components-as-svg, output-components-as-svgr, output-components-as-svgstore, output-styles-as-css, output-styles-as-less, output-styles-as-sass, output-styles-as-style-dictionary, transform-svg-with-svgo, types, utils, website
    • #179 Implement native fetch + proxy + official types – remove figma-js and axios (@marcomontalbano)

Committers: 1

v6.1.0

06 Mar 09:11
bf7d8b9
Compare
Choose a tag to compare

v6.1.0 (2025-03-06)

🆙 Dependencies

  • cli, core, output-components-as-es6, output-components-as-stdout, output-components-as-svg, output-components-as-svgr, output-components-as-svgstore, output-styles-as-css, output-styles-as-less, output-styles-as-sass, output-styles-as-style-dictionary, transform-svg-with-svgo, types, utils, website

Committers: 1

v6.0.3

28 Feb 21:38
d7a80c1
Compare
Choose a tag to compare

v6.0.3 (2025-02-28)

🐛 Bug Fix

  • core

Committers: 1

v6.0.2

02 Sep 21:04
c1cae3a
Compare
Choose a tag to compare

v6.0.2 (2024-09-02)

🆙 Dependencies

  • cli, core, transform-svg-with-svgo, website

Committers: 1

v6.0.1

11 May 20:46
bd8cc66
Compare
Choose a tag to compare

v6.0.1 (2024-05-11)

📝 Documentation

  • cli, output-components-as-es6, output-components-as-svg, output-components-as-svgr, output-components-as-svgstore, output-styles-as-css, output-styles-as-less, output-styles-as-sass, output-styles-as-style-dictionary, transform-svg-with-svgo
  • website

Committers: 1

v6.0.0

10 May 21:16
5043287
Compare
Choose a tag to compare

v6.0.0 (2024-05-10)

☄️ Breaking Changes

  • cli, core, output-components-as-es6, output-components-as-stdout, output-components-as-svg, output-components-as-svgr, output-components-as-svgstore, output-styles-as-css, output-styles-as-less, output-styles-as-sass, output-styles-as-style-dictionary, transform-svg-with-svgo, types, utils, website

Committers: 1

What's inside?

  • Drop Node.js 16 support
  • Move from CJS to ESM
  • Update all dependencies to the latest major
  • Replace mocha and sinon with vitest
  • Update documentation and configuration samples

Breaking changes

This library is now pure ESM.

This change may seem significant, but for most users, it's likely to have minimal impact. If your project already uses type="module" in your package.json, you're good to go.

However, if your project hasn't yet made this transition, you'll need to rename your .figmaexportrc.js configuration file:

-  .figmaexportrc.js
+  .figmaexportrc.mjs

adjust the command you run:

figma-export use-config .figmaexportrc.mjs

and start using import foo from 'foo' instead of const foo = require('foo') to import the packages inside the .figmaexportrc.mjs. You can take a look at .figmaexportrc.example.js as an example.

v6.0.0-beta.0

04 Apr 21:38
559f5bf
Compare
Choose a tag to compare
v6.0.0-beta.0 Pre-release
Pre-release

v6.0.0-beta.0 (2024-04-04)

☄️ Breaking Changes

Committers: 1

Full Changelog: v5.0.1...v6.0.0-beta.0