Releases: gnchrv/figma-plugin-boilerplate
Releases · gnchrv/figma-plugin-boilerplate
Dependency and DX Update
UI Scripts Fix
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
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
Merge pull request #4 from gnchrv/feature/update-esbuild Update esbuild and add type checking during the building phase
Esbuild-Based Template
A building process became very fast comparing to the previous Webpack-based template
Stable Webpack-Based Template
v1.0.0 Merge branch 'master' of https://github.com/gnchrv/figma-plugin-boile…