Skip to content

Releases: gnchrv/figma-plugin-boilerplate

Dependency and DX Update

22 Oct 22:39
ab0720d
Compare
Choose a tag to compare

This release updates all (even slightly) outdated dependencies and adds Prettier and ESLint to the current setup.

UI Scripts Fix

19 Feb 19:05
b4fe84e
Compare
Choose a tag to compare

The release fixes the problem with the ui:build scripts which used to spin up a dev server instead of generating files for distribution. As a result, the type checking never ran in such cases. Now it’s fixed.

Apart from that, some changes were made to the list of scripts and their representation in readme.md.

UI Development Support Release

13 Sep 23:26
676bb27
Compare
Choose a tag to compare

The release brings the ability develop not only headless, backend-only plugins, but also those that provide user interface and allow designers to interact through it with the plugin.

Updated esbuild config and type checking on build

29 Jan 01:06
8b3b62b
Compare
Choose a tag to compare
Merge pull request #4 from gnchrv/feature/update-esbuild

Update esbuild and add type checking during the building phase

Esbuild-Based Template

05 Sep 21:31
2a5d5c7
Compare
Choose a tag to compare

A building process became very fast comparing to the previous Webpack-based template

Stable Webpack-Based Template

05 Sep 20:38
Compare
Choose a tag to compare
v1.0.0

Merge branch 'master' of https://github.com/gnchrv/figma-plugin-boile…