0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-23 07:16:07 -05:00
Commit graph

16075 commits

Author SHA1 Message Date
Andrey Antukh
d9ba107da2 🔧 Update default body size for docker images
Set it to 350MiB, the same as we have on our saas
2025-01-29 11:38:16 +01:00
Andrey Antukh
367d38c65e
🔧 Update commit checker workflow to include capital letters (#5706) 2025-01-29 11:22:10 +01:00
Andrey Antukh
754ba304a7
⬆️ Update dependencies (#5694)
* ⬆️ Update system dependencies on devenv

* ⬆️ Update partially frontend dependencies

* ⬆️ Update application dependencies

* ⬆️ Update storybook dependency
2025-01-29 11:21:38 +01:00
alonso.torres
f1515a85bf Copy text content to clipboard 2025-01-29 10:52:20 +01:00
Alejandro
ce67550195
🐛 Avoid extra render calls on page initialization with wasm render (#5701) 2025-01-29 10:50:27 +01:00
Alejandro
979de39768
Merge pull request #5702 from penpot/niwinz-github-workflow
 Add github acction for check commit message format
2025-01-29 10:48:35 +01:00
Andrey Antukh
a3ab8e9eb0 📚 Update CONTRIBUTING.md file 2025-01-29 10:40:53 +01:00
Andrey Antukh
e6bc1e66f1 Add commit message format check github action 2025-01-29 10:40:40 +01:00
Andrey Antukh
c165303f83 Merge remote-tracking branch 'origin/staging' into develop 2025-01-29 09:37:39 +01:00
Alonso Torres
34e2eb829b
Remove copying props for multiple elements (#5700) 2025-01-28 16:44:44 +01:00
luisδμ
1ebd5be3b1
Merge pull request #5699 from penpot/ddb-empty-comment-disable
🐛 Disable button on empty comments
2025-01-28 16:31:14 +01:00
Alejandro
8eb150fd93
🐛 Fix strokes for render wasm (#5684) 2025-01-28 16:19:09 +01:00
alonso.torres
d854398dae 🐛 Disale button on empty comments 2025-01-28 16:00:09 +01:00
Alejandro
09131f7533
🎉 Render drop shadows (wasm) (#5693)
Co-authored-by: Belén Albeza <belen@hey.com>
2025-01-28 15:10:06 +01:00
Alonso Torres
407b664910
🐛 Fix problem with plugin data null values (#5696) 2025-01-28 14:47:37 +01:00
Florian Schrödl
27dce6fcfa
🎉 Add alpha to token color (#5683)
* 🎉 Add alpha to token color
2025-01-28 14:27:10 +01:00
Xaviju
1d22658818 ♻️ Switch swatch component in style bar 2025-01-28 13:13:34 +01:00
elhombretecla
f1ccb00527
Update CHANGES.md 2025-01-28 13:08:29 +01:00
Alonso Torres
c215214120
Add new components to storybook (#5632)
*  Add new components to storybook

*  Changes after review

*  More changes after review

*  Add file history components to the application

*  Unnest selector
2025-01-28 12:34:15 +01:00
Eva Marco
0cf4d4636a
🐛 Fix set X position from dimensions token (#5685) 2025-01-28 12:24:41 +01:00
Florian Schrödl
b94afe143f
🐛 Update padding only on shapes with layout (#5688) 2025-01-28 11:41:03 +01:00
Eva Marco
10bc2276a6
🐛 Fix notification level on import error (#5689) 2025-01-28 11:40:35 +01:00
Belén Albeza
31145f2805
Merge pull request #5675 from penpot/azazeln28-fix-issue-9900
🐛 Fix Colorpicker shows RGBA inputs when HSVA mode is active
2025-01-28 11:35:04 +01:00
Eva Marco
b27324f903
Merge pull request #5679 from tokens-studio/45-florian-broken-token-create
🐛 Fix broken token create/update when set contains broken tokens
2025-01-28 10:02:42 +01:00
Florian Schroedl
62ca665d55 🐛 Fix tokens not being editable 2025-01-28 09:04:25 +01:00
Florian Schrödl
ef61f9c7aa
🐛 Fix CI breaking * (#5690)
* A rerender introduced by the warning message for token renames shifts
the submit button, which caused playwright to lose the element.
2025-01-27 18:51:10 +01:00
Florian Schrödl
ab72794994
🐛 Fix user cant submit existing token when editing name only (#5658)
* 🐛 Fix user cant submit existing token when editing it
2025-01-27 16:00:24 +01:00
AzazelN28
33192cfdb8 🐛 Fix colorpicker HSVA inputs 2025-01-27 15:38:21 +01:00
Andrey Antukh
6c0954aae9 📚 Update documentation about components-v2 migration script 2025-01-27 13:13:21 +01:00
Andrey Antukh
15f7fac8f4 Add more reasonable default fetch size for db/plan
Making it more general purpose and not only for streaming
2025-01-27 12:53:11 +01:00
Andrey Antukh
349552879e 🔥 Remove already broken v2 migration script 2025-01-27 12:53:11 +01:00
Andrey Antukh
bfe9a2b545 🎉 Add migration-like script for execute media-refs fix 2025-01-27 12:53:11 +01:00
Andrey Antukh
16934b734b 🎉 Add srepl fix function for process media refs on a file 2025-01-27 12:38:12 +01:00
Andrey Antukh
4c1312d4f6 Only create snapshot if file is modified (on srepl helper) 2025-01-27 12:38:12 +01:00
Andrey Antukh
541ed6282f Normalize file retrieving and persistence on binfile, file-gc and helpers 2025-01-27 12:38:10 +01:00
Alonso Torres
92d14e38b5
🐛 Fix problem with multiple color changes (#5680)
* 🐛 Fix problem with multiple color changes

* 🐛 Fixes after review
2025-01-27 12:36:00 +01:00
Alejandro
ea6c679b21
🐛 Fix click on the project name goes to blank dashboard from workspace (#5668) 2025-01-27 12:16:52 +01:00
Andrey Antukh
74bdd72d2f Merge remote-tracking branch 'origin/staging' into develop 2025-01-27 12:12:46 +01:00
Andrey Antukh
471699960f
🐛 Update media references after instantiation of a component (#5652)
🐛 Update media references after instantiation of a component
2025-01-27 11:58:13 +01:00
Alejandro
8f48396556
🐛 Fix remember decision when team hero banner is closed (#5669) 2025-01-27 11:53:10 +01:00
Pablo Alba
8bee050b5b
🐛 On viewer role, start with inspect tab selected (#5676) 2025-01-27 11:45:22 +01:00
Belén Albeza
2726fa04c0
Merge pull request #5667 from penpot/superalex-fix-blend-modes-render-wasm
🐛 Fix blend modes for wasm render
2025-01-27 11:00:38 +01:00
Xaviju
9751afaaec 🐛 Fix styles by webkit on autocomplete 2025-01-27 09:54:04 +01:00
Andrey Antukh
0447f2f861
Merge pull request #5682 from penpot/alotor-fix-component-menu
🐛 Fix problemws with components context menu
2025-01-27 09:53:23 +01:00
Juanfran
18607e6ed9
Merge pull request #5677 from penpot/juanfran-replace-group-select-with-combobox
[Tokens] :sparkles Add combobox to select group in token themes modal
2025-01-27 09:40:33 +01:00
alonso.torres
2d58a5095c 🐛 Fix problems with components context menu 2025-01-27 09:32:12 +01:00
Juanfran
fe3a2902bb :sparkles Add combobox to select group in token themes modal 2025-01-27 09:18:21 +01:00
Xaviju
da273c1168 Add warning when editing a token name 2025-01-24 23:23:59 +01:00
Andrey Antukh
71560c0a53
Backport and merge migrations from staging (#5681) 2025-01-24 19:11:03 +01:00
Eva Marco
48132711b6
Merge pull request #5672 from penpot/superalex-fix-viewer-forward-button-not-working
🐛 Fix view modem forward button not working
2025-01-24 13:58:07 +01:00