0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-06 14:50:21 -05:00
Commit graph

252 commits

Author SHA1 Message Date
alonso.torres
50bc7ba5b4 feat(plugin-types): update comment related methods 2024-09-16 09:11:16 +02:00
Marina López
25211a618b chore: added text test 2024-09-13 13:30:10 +02:00
Marina López
58d83f00e8 chore: update api-docs.md 2024-09-13 12:08:23 +02:00
Xaviju
b77bc8a6ee refactor: sort types alphabetically 2024-09-12 10:07:30 +02:00
Juanfran
120e9e5a04 fix(runtime): prevent override Penpot objects 2024-09-12 08:24:36 +02:00
Marina López
3e4bd85bf6 chore: update styles from contrast plugin 2024-09-11 14:11:39 +02:00
alonso.torres
e34e56ca77 feat(plugin-types): add apis for comments 2024-09-11 10:42:22 +02:00
Dalai Felinto
716b904a2d Fix flex layout API documentation
There was some typos from copying over the grid example I suppose.
2024-09-11 10:40:41 +02:00
Juanfran
a4342094ce feat: add build to CI 2024-09-09 09:00:55 +02:00
Juanfran
ccc5f78777 feat(runtime): remove deprecated method 2024-09-06 13:04:38 +02:00
alonso.torres
c8066becca feat(plugin-types): add ruler guides and new zoom methods 2024-09-04 12:25:14 +02:00
alonso.torres
3bfa2a5c22 refactor(table-plugin): adapt to type refactor 2024-09-04 12:25:14 +02:00
alonso.torres
f48aa68e99 refactor(lorem-ipsum-plugin): adapt to type refactor 2024-09-04 12:25:14 +02:00
alonso.torres
23f7dd8c6d refactor(rename-layers-plugin): adapt to type refactor 2024-09-04 12:25:14 +02:00
alonso.torres
0d4a159908 refactor(create-palette-plugin): adapt to type refactor 2024-09-04 12:25:14 +02:00
alonso.torres
4aed934b37 refactor(poc-state-plugin): adapt to type refactor 2024-09-04 12:25:14 +02:00
alonso.torres
5c82cd335a refactor(contrast-plugin): adapt to type refactor 2024-09-04 12:25:14 +02:00
alonso.torres
e13bb79dc5 refactor(e2e): change types 2024-09-04 12:25:14 +02:00
alonso.torres
d0e640db0a refactor(plugin-types): remove prefix and change some names 2024-09-04 12:25:14 +02:00
Juanfran
16595c2c48 feat(runtime): refactor plugin state 2024-09-03 12:04:59 +02:00
María Valderrama
1371af998c feat: e2e tests 2024-09-02 10:08:02 +02:00
Marina López
eabad3e468 chore: update api docs 2024-08-27 09:43:48 +02:00
Marina López
c8a0af76e2 chore: improve api docs 2024-08-22 12:08:27 +02:00
Juanfran
8c0e36d842 fix(runtime): ses errorTrapping interferes with penpot error handler 2024-08-22 12:03:31 +02:00
María Valderrama
07af57d0ea feat(table-plugin): enhancement save config 2024-08-22 11:08:16 +02:00
Juanfran
0ea57f15d9 fix(plugin-types): optional path curves 2024-08-14 11:56:27 +02:00
Juanfran
567b0b5611 fix(plugins-styles): import svg inline 2024-08-13 14:29:48 +02:00
Juanfran
bbc77e4127 feat(plugins-runtime): plugin live reload 2024-08-13 13:00:24 +02:00
Juanfran
e1b5e172ca chore(deps): update multiple libraries 2024-08-08 07:46:56 +02:00
Juanfran
b65492ae29 fix(plugins-runtime): prevent plugin execution after close 2024-08-06 10:29:47 +02:00
Juanfran
74b11f0587 chore(plugin-types): adding more use examples 2024-08-02 13:47:49 +02:00
Juanfran
8870dda468 fix(plugins-runtime): clean pending timeouts 2024-08-02 09:19:42 +02:00
Marina López
cc6b9e5894 chore(release): publish 0.10.0 [skip ci] 2024-07-31 15:15:54 +02:00
Marina López
653edebccb chore: update url example styles 2024-07-31 13:38:39 +02:00
Juanfran
b0af7051ad feat: init e2e test 2024-07-31 11:55:50 +02:00
Juanfran
0eac44dd93 feat(docs): basic css theme for typedoc 2024-07-31 11:49:44 +02:00
Marina López
570e9d7220 chore: change typedoc config 2024-07-30 12:57:28 +02:00
Juanfran
9fa96e9e95 fix(docs): add missing variant on destructive button 2024-07-29 16:17:37 +02:00
Xaviju
08f989a8c7 fix: horizontal scroll height on plugins modal 2024-07-26 15:21:36 +02:00
alonso.torres
1d3ad89c99 feat(plugin-types): add undo block operations to api 2024-07-26 12:29:08 +02:00
alonso.torres
9a9b33a8fe feat(plugins-runtime): add method for pages 2024-07-24 13:40:15 +02:00
alonso.torres
a5547755b5 feat(plugins-runtime): add API to access to prototypes 2024-07-24 13:40:15 +02:00
alonso.torres
17db173aa2 fix(plugins-runtime): fix problem with types in test 2024-07-24 13:40:15 +02:00
Juanfran
415284ff92 fix(plugin-types): readonly PenpotShapeBase width & height 2024-07-23 09:55:36 +02:00
Juanfran
8ce04d38a1 fix(contrast-plugin): update colors when shape change 2024-07-23 09:11:13 +02:00
Juanfran
2138985f9f fix(plugins-runtime): remove plugin event listener on close 2024-07-23 07:31:35 +02:00
Marina López
ef2cb7cab6 chore: enhancement table plugin 2024-07-22 14:06:38 +02:00
Juanfran
e047977c69 feat(docs): how api docs are generated 2024-07-12 12:54:21 +02:00
alonso.torres
ff488d487c feat(plugins-runtime): add detach shape from component method 2024-07-12 11:47:41 +02:00
alonso.torres
c7127597b8 feat(plugin-types): add root shape reference to the pages 2024-07-12 09:23:50 +02:00