figplug icon indicating copy to clipboard operation
figplug copied to clipboard

Figma plugin builder

Results 9 figplug issues
Sort by recently updated
recently updated
newest added

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.39. Release notes Sourced from postcss's releases. 7.0.39 Reduce package size. Backport nanocolors to picocolors migration. 7.0.38 Update Processor#version. 7.0.37 Backport chalk to nanocolors migration....

dependencies

Bumps [nth-check](https://github.com/fb55/nth-check) to 2.1.1 and updates ancestor dependency [svgo](https://github.com/svg/svgo). These dependencies need to be updated together. Updates `nth-check` from 1.0.2 to 2.1.1 Release notes Sourced from nth-check's releases. v2.1.1 The...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

when "figplug build -w -o=build" is executed on windows10, error occurs due to TSC_NONPOLLING_WATCHER env var not being recognized.

Right now if you create a plugin, the editor complaints of a missing property (editorType): The default manifest could be something like this: ```js { "api": "1.0.0", "editorType": ["figma", "figjam"],...

I think this was supposed to be fixed on https://github.com/rsms/figplug/issues/2 but I can still reproduce the issue. I ran this command with the latest figplug. ``` figplug -v init -react...

Figma now supports multiple `ui` values in `manifest.json`, like so: ```json "ui": { "main": "main-ui.ts", "settings": "settings-ui.ts" } ``` It'd be nice for figplug to support that too. Right now...

Environment: Win10, VisualStudioCode, PowerShell(admin), node.js present Steps to reproduce: 1. New folder, VSC with terminal: "figplug init -ui MyPlygin" Output: files generated in folder MyPlugin and its ok. 2. Run...