Add section upload support
What does this MR do?
Closes #99 (closed)
First, fixes the broken pipeline by removing the deprecated license template and updates the Figma types library to a version that accounts for Sections
Allows for sections to be selected and uploaded as if they were frames.
TO TEST
- Build the plugin using
npm run build- NOTE: this plugin is rather out of date, I had to
nvm use 16to get it to build.
- NOTE: this plugin is rather out of date, I had to
- In a Figma file, add the plugin via manifest in the Figma plugins Development section
- Create a section (shift-s)
- Select the section and upload to any issue, confirm it works
- Select a frame and upload to any issue, confirm it works
Does this MR meet the acceptance criteria?
Conformity
-
Code review guidelines ( @mentionany CODEOWNER to request a review) -
Added tests for new functionality
Edited by Nick Leonard