Commit 955c283
authored
Added Penpot Support and upgrade dependencies for Node 20.0 (#53)
* Added scaffolding for muli-plugin architecture
* Add proper support for Penpot using dev server and initial FigPen class usage in Figma
* Avoid JS errors on runtime for Penpot
* Working development server for Penpot
* Plugin opens in Penpot!
* Basic messaging system between UI and Canvas in penpot
* Initial UI load on both Penpot and Figma
* Working Selection changes on Penpot and fully functional plugin on Figma
* Working plugin in both platoforms!
* Fixed Figma PluginMessage schema
* Fix localstorage parsing issue
* Add dark theme support for both Penpot and Figma at config level but not implemented in the UI yet.
* Fix initial selection not being sent to the UI and localstorage parsing for Penpot.
* Update webpack and babel configuration with compatibility for Node 20.0
* Remove console.log statements from App.js, Core.js, and FigPen.js to clean up the codebase.
* Added Netlify configuration for Penpot, deployment scripts, and updated config for Penpot.
* Removed duplicated function and added Dark Mode Support
* Fix pager numbering in Penpot
* Fix pager numbering replace in text nodes
* Add plugin icon
* Bump plugin version1 parent 2de904d commit 955c283
26 files changed
Lines changed: 4858 additions & 17604 deletions
File tree
- figma
- penpot
- src
- payments
- ui
- components
- display
- select
- views
- form
- license
- preferences
- utils
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments