0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 13:43:03 -05:00
Commit graph

68 commits

Author SHA1 Message Date
Alex Sánchez
672567614b
Use Fill Styles to generate fills more efficiently (#180)
* first commit

* change esbuild

* changeset
2024-06-19 15:58:13 +02:00
Jordi Sala Morales
33d250218c
Improve speed at recolect fonts and improve treating modifications (#175) 2024-06-18 13:20:09 +02:00
Alex Sánchez
beb3caa5e0
Fix hug in frames (#174)
* fix hug in frames

* changeset

* fixes
2024-06-18 13:10:30 +02:00
Jordi Sala Morales
8697902e08
Add loaders when the file is being built so we can track the progress (#172)
* Add loaders when the file is being built so we can track the progress

* add changelog

* improve

* refactor
2024-06-18 09:50:38 +02:00
Jordi Sala Morales
ebad146d7f
Find missing fonts in all the document (#170)
* Find missing fonts in all the document

* add changelog
2024-06-17 16:33:01 +02:00
Alex Sánchez
14c9d02cc9
Text Variables Overrides (#167)
* wip

* register text variables overrides

* changeset

* fixes

* fixes
2024-06-17 12:19:53 +02:00
Jordi Sala Morales
202e7f4fda
Apply rotations to any figure (#168)
* Apply rotations to any figure

* add changelog

* apply rotations to curves too
2024-06-17 12:14:16 +02:00
Alex Sánchez
4591369e3c
Instances Overrides (#166)
* wip

* added support for overrides

* fixes
2024-06-17 09:58:23 +02:00
Jordi Sala Morales
2f11c5f090
Fix bugs: opacity on frames and svg fill rules (#164) 2024-06-14 16:54:25 +02:00
Jordi Sala Morales
e5f2943532
Implement rotation for frames and sections (#163)
* Implement rotation for frames and sections

* wip

* finish implementation

* add changelog
2024-06-14 16:28:01 +02:00
Jordi Sala Morales
af81fc7e92
Implement rotation for vector lines (#160)
* Implement rotation for vector lines

* wip

* Improve rotations for lines

* add changelog

* add layout attributes to line
2024-06-14 10:33:23 +02:00
Alex Sánchez
b85a4f7279
Autolayout (#151)
* wip

* added layout sizing

* layout positioning

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes
2024-06-14 10:18:34 +02:00
Jordi Sala Morales
6fc812a08f
Avoid adding indentation for texts with no indent (#156)
* Avoid adding indentation for texts with no indent

* fix previous changelog
2024-06-13 10:06:44 +02:00
Jordi Sala Morales
342ab90e69
Translate line endings done with shift+Enter in Figma (#154)
* Translate line endings done with shift+Enter in Figma

* add changelog
2024-06-13 09:10:11 +02:00
github-actions[bot]
e9fe86c43a
Version Packages (#153)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-11 10:23:18 +02:00
Jordi Sala Morales
559a758d21
Respect nodes visibility and opacity (#152)
* Respect nodes visibility and opacity

* add changelog

* fixes

---------

Co-authored-by: Alex Sánchez <sion333@gmail.com>
2024-06-11 09:57:11 +02:00
github-actions[bot]
14bcad1b4a
Version Packages (#148)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-07 11:10:02 +02:00
Jordi Sala Morales
e2d7a31312
Change plugin ID (#147)
* Change plugin ID

* add changelog
2024-06-07 11:09:12 +02:00
github-actions[bot]
872eb6c5b7
Version Packages (#123)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-06 17:46:31 +02:00
Alex Sánchez
02fa3363f5
Constraints translation (#142)
* constraints translation

* fix lint

* fixes

* fix vector constraints

* fix lint
2024-06-06 12:17:17 +02:00
Alex Sánchez
be5ff3be8e
Remote components (External design systems) (#140)
* remote components processing

* changeset

* fixes

* fixes

* fixes

* fixes

* fix everything

* revert for now

* fixes

* change delete nodes flag

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-06-06 09:37:35 +02:00
Jordi Sala Morales
3094f05e98
Optimize images before generating zip file (#141)
* Optimize images before generating zip file

* add changelog

* refactor

* fix lint
2024-06-05 12:36:49 +02:00
Jordi Sala Morales
7895daaea8
Improve UX for larger files, when the download also takes time to process (#136)
* Improve UX for larger files, when the download also takes time to process

* add changelog
2024-06-04 12:44:02 +02:00
Jordi Sala Morales
8a86304fea
Improve performance of image processing (#135)
* Improve performance of image processing

* refactor

* add changelog
2024-06-04 08:02:46 +02:00
Jordi Sala Morales
f726dc9cec
Add image library to optimize performance (#133)
* Add image library to optimize performance

* fix and improve

* Add changelog and improve naming

* refactor

* improve

* fix todos
2024-06-03 17:29:33 +02:00
Alex Sánchez
92167aca42
Fix masks in components (#129)
* fix masks in components

* fixes

* fixes
2024-06-03 09:38:44 +02:00
Alex Sánchez
f8e6b6ecd9
component set (#128) 2024-05-31 13:32:59 +02:00
Jordi Sala Morales
88b3e5f69c
Implement progress bar (#126)
* Implement progress bar

* remove postmessage
2024-05-31 11:25:32 +02:00
Alex Sánchez
7b3192936e
Component Instances (#124)
* wip

* wip

* wipo

* more structure

* wip

* id library wip

* wip

* main instance working

* improvements

* fix node order

* refactor

* remove not used method

* refactor

* fix component set translation

* refactor

* add changelog

* penpot lib update

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-05-30 17:54:37 +02:00
Jordi Sala Morales
32aafbcf9d
Implement components (#106)
* Implement components

* fix

* revert

* wip

* wip

* wip

* 🎉 Finish create component operation

* minor fixes

* not needed, refactor

* refactor not needed

* refactor not needed

* remove deps

* add changelog

* fixes

* fixes

* fixes

* fix lint

* refactor ui-src

* further refactor

* refactor

* refactor

* more refactor

* refactor

* refactor

* penpot lib update

---------

Co-authored-by: Alex Sánchez <sion333@gmail.com>
Co-authored-by: Andrés Moya <andres.moya@kaleidos.net>
2024-05-29 12:52:21 +02:00
Jordi Sala Morales
5d7263bdbf
Allow rotation for Ellipses and Rectangles (#122)
* Allow rotation for Ellipses, Rectangles and Texts

* undo rotations for texts

* Translate rotations for ellipses and rectangles
2024-05-29 10:30:56 +02:00
github-actions[bot]
fa1d25aeab
Version Packages (#119)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-27 18:22:04 +02:00
Jordi Sala Morales
044b09207b
Fix empty text layers (#120)
* Fix empty texts

* add changelog
2024-05-27 18:13:19 +02:00
Alex Sánchez
35d9d47e2a
fix frames fills and blendModes (#118) 2024-05-27 13:04:42 +02:00
github-actions[bot]
477291758e
Version Packages (#99)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-27 12:36:46 +02:00
Alex Sánchez
761093564b
Masked Groups (#114)
* masked groups

* changeset

* refactor

* refactor

* refactor

* fixes

* fixes

* wip

* try to fix

* refactor

* refactor for better undestanding of code

* refactor

* fix name

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-05-27 11:50:59 +02:00
Alex Sánchez
36afc6da55
Boolean Groups (#115)
* wip

* wip

* fixes

* changeset

* fixes

* fixes

* fixes

* fixes

* minor fixes

* minor fixes
2024-05-27 10:05:23 +02:00
Alex Sánchez
aafb9cf342
updated copies for custom fonts help (#116) 2024-05-27 09:46:11 +02:00
Alex Sánchez
cc5553ce7c
Refactor Strokes (#112)
* Wip

* refactor strokes

* fix

* fix

* fix

* refactor

* more refactor

* add changeset and fix issue fix line node

* refactor

* continue the refactor

* refactor fills

* fix

* wip

* try another approach

* refactor

* refactor

* more refactor

* refactor

* wip

* wip

* minor improvements

* minor fixes

* refactor

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-05-21 14:36:30 +02:00
Alex Sánchez
23e97fb3d7
Gradients (#108)
* linear gradient

* radial gradients

* fixes

* fixes
2024-05-13 16:44:00 +02:00
Alex Sánchez
54df5ead1e
Fix Text Image Fills (#102)
* fix text image fills (pending on develop release in penpot app)

* changeset
2024-05-13 13:23:28 +02:00
Alex Sánchez
c71eb8e736
Layer Blur (#103)
* layer blur

* changeset
2024-05-13 13:23:19 +02:00
Jordi Sala Morales
2557cbdacc
Implement flatten (#105)
* Implement flatten

* fix comment

* Add changelog
2024-05-13 13:21:46 +02:00
Alex Sánchez
8d5c5c15eb
Dynamic plugin size calculation, and cap the height to a safe value (#98)
* dynamic size

* fixes

* fixes

* fix dynamic size

* add changelog

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-05-13 10:08:26 +02:00
github-actions[bot]
7cae18460c
Version Packages (#97)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-10 15:31:08 +02:00
Alex Sánchez
9355f282d0
Fixed line nodes (#96)
* fixed line nodes

* fixed line nodes

* changeset

* changeset

* Update .changeset/new-spiders-travel.md

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-05-10 11:08:00 +02:00
github-actions[bot]
f5a8b9ca6f
Version Packages (#79)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-09 17:05:06 +02:00
Alex Sánchez
dddc457281
Images (#89)
* wip

* wip

* fix something?

* wip

* wip

* wip

* fixes

* fixes

* stroke image

* wip

* fixes

* fixes

* remove old code

* fix translate fills

* remove penpot public uri

* remove old code

* fix return undefineds

* updated packages

* finish refactor

---------

Co-authored-by: Jordi Sala Morales <jordism91@gmail.com>
2024-05-09 16:59:27 +02:00
Jordi Sala Morales
3ee244db92
New UI for the plugin (#90)
* add figma-create-plugin ui

* first attempt

* more changes

* update packages

* fix stuff

* implement reload action

* simplify code

* create wrapper

* fix logo

* adjust sizes

* add changelog

* update design again

* temporary fix

---------

Co-authored-by: Alex Sánchez <sion333@gmail.com>
2024-05-09 12:56:45 +02:00
Jordi Sala Morales
2920ac297b
Implement unordered and ordered lists (#88)
* wip

* implement bullet points

* needs more ifs

* refactor

* revert

* refactor

* fix and refactor

* refactor

* refactor

* refactor

* add ordered class

* wip

* wip

* fixes

* package.json

* little refactors

* base list

* fixes

* abstract baselist

* refactors

* refactor

* changeset

* fix eslint issue

* fix

* fixes

* fixes

---------

Co-authored-by: Alex Sánchez <sion333@gmail.com>
2024-05-07 12:18:15 +02:00