Andrey Antukh
65b7e5c3a5
🐛 Fix incorrect thumbnail rendering on dashboard
2024-11-27 10:42:56 +01:00
Andrey Antukh
8ee9b45243
Merge pull request #5346 from penpot/alotor-fixes-1
...
Alotor fixes 1
2024-11-25 11:16:25 +01:00
alonso.torres
db7c1fc7dd
🐛 Fix problem with some texts desynchronization
2024-11-25 09:51:41 +01:00
Andrey Antukh
64c8741233
🐛 Make thumbnails independent of current public uri
...
Mainly always resolve the public uri at frontend, making the
PENPOT_PUBLIC_URI less necessary to be changed. This improves
the experience of on-premise configuration.
Also removes unnecesary calls for thumbnail generation
on components.
2024-11-20 16:43:14 +01:00
Andrey Antukh
4fb5d3fb20
🐛 Add missing :key prop on legacy-zip format exportation component
2024-10-18 17:19:29 +02:00
alonso.torres
df66955594
🐛 Fix problem with shadows and frames in Safari
2024-10-18 11:52:41 +02:00
alonso.torres
9d2f484aa3
🐛 Fix problem with horizontal/vertical lines and shadows
2024-10-14 15:25:37 +02:00
Andrey Antukh
534659cdc6
🐛 Fix flows import and export on zip format
2024-10-10 16:04:15 +02:00
alonso.torres
4f16ea2d2d
🐛 Fix problem with stroke and filter ordering in frames
2024-10-10 11:45:12 +02:00
Andrey Antukh
35bcb082a0
🐛 Remove data-testid usage from shape
2024-10-10 11:23:04 +02:00
Andrey Antukh
abd77559ab
🐛 Fix svg exportation with shapes with svg-unsafe characters in the name
2024-10-09 13:09:01 +02:00
alonso.torres
3a2677a91a
🐛 Fix problem with shadows in text for Safari
2024-10-08 15:40:20 +02:00
AzazelN28
7398f7ce0d
♻️ Replace Draft.js with custom editor
2024-10-01 22:31:16 +02:00
Andrey Antukh
4ad4057878
♻️ Refactor page options data structure
2024-09-18 12:15:12 +02:00
Andrey Antukh
25e9129a8e
🔥 Remove unused and deprecated helpers from app.util.object ns
2024-08-27 16:44:14 +02:00
Alejandro Alonso
034170afac
🐛 Export/import of images doesn't work for .zip format
2024-06-27 09:54:02 +02:00
Alejandro Alonso
2c506fc721
🐛 Fix SVG attrs are not handled correctly when exporting/importing .zip
2024-06-14 07:58:18 +02:00
alonso.torres
d48e486668
🐛 Fix problem moving layout to frame
2024-06-13 10:47:22 +02:00
Andrés Moya
9a4c45c8a3
🐛 Fix export touched attributes
2024-06-10 17:09:46 +02:00
Andrés Moya
257dab4775
🐛 Fix export hidden shapes
2024-06-10 11:09:14 +02:00
alonso.torres
7117ea1f7e
🐛 Fix style scoping problem with imported SVG
2024-05-06 09:16:57 +02:00
alonso.torres
bebdc78ce6
🐛 Fix problem with exporter texts
2024-04-26 12:15:37 +02:00
Alejandro Alonso
1b17664ade
🐛 Fix gradient stroke breaks arrow-ended paths
2024-04-11 09:35:13 +02:00
Alejandro Alonso
928fbd8e38
🐛 Fix old texts with empty fills
2024-04-10 16:08:19 +02:00
alonso.torres
e420be5e51
🐛 Fix problem ordering layers in html markup
2024-04-04 16:48:56 +02:00
alonso.torres
ecc61130ec
🐛 Fix problem when exporting html texts
2024-03-26 08:23:31 +01:00
alonso.torres
588410bbb1
🐛 Fix problem when importing SVG
2024-03-26 08:23:31 +01:00
alonso.torres
d83787d714
🐛 Fix problem with gradients and borders
2024-03-26 08:23:31 +01:00
alonso.torres
5a30c5e584
🐛 Fix problem with gradient fill text
2024-03-26 08:23:31 +01:00
AzazelN28
4378f132b4
🐛 Fix dashboard thumbnails with strokes
2024-03-20 06:44:23 +01:00
alonso.torres
e3f508d8d4
🐛 Fix problem with rendering SVG fills
2024-03-19 11:27:06 +01:00
Alejandro Alonso
a3ca905f37
🐛 Fix uneven layer opacities
2024-03-15 09:27:30 +01:00
alonso.torres
0db24dc7ec
🐛 Fix problem with shadow negative spread
2024-03-07 17:54:49 +01:00
Andrey Antukh
3412658286
✨ Move some functions from file helpers to types.shape.layout
2024-03-05 19:47:29 +01:00
Andrey Antukh
ee91ab5dad
⚡ Add nano optimizations to fo_text react component
2024-03-05 19:47:29 +01:00
alonso.torres
8d20220330
🐛 Fix inspect code text fonts
2024-03-04 20:31:28 +01:00
alonso.torres
58f9b2a4e8
🐛 Fix problem with stroke in multi-paragraph texts
2024-02-29 09:36:47 +01:00
alonso.torres
f4d513b622
🐛 Fix problem with import zip file
2024-02-22 12:26:03 +01:00
alonso.torres
330c0ac9f9
🐛 Fix problem with text proportion lock
2024-02-19 09:39:12 +01:00
alonso.torres
4c81ac4386
🐛 Fix problem with strokes exporting images
2024-02-19 09:39:12 +01:00
alonso.torres
ea2173bd30
✨ Add keep aspect ratio flag to image fills
2024-02-15 09:27:51 +01:00
alonso.torres
3d66ae21de
🐛 Fix problem with line caps
2024-02-07 11:09:54 +01:00
alonso.torres
7fa47d68a8
🐛 Fix problems with text gradients
2024-02-01 17:05:12 +01:00
Andrey Antukh
457feedec4
🐛 Fix many issues svg/attrs->props function
2024-01-31 17:41:29 +01:00
Alejandro Alonso
36dce3ddbc
🐛 Fix dotted strokes
2024-01-30 20:32:23 +01:00
Eva
a882d0bf6d
♻️ Update basic color palette
2024-01-30 16:08:08 +01:00
alonso.torres
50774bebb3
🐛 Fix problem with gradient and rotations in booleans
2024-01-26 09:26:32 +01:00
Andrey Antukh
22502ff7c8
🐛 Fix incorrect props transformation on custom strokes component
2024-01-24 11:18:08 +01:00
alonso.torres
4f09688af7
🐛 Fix several SVG upload issues
2024-01-24 10:51:22 +01:00
alonso.torres
ff72a9ce70
🐛 Fix problem with nil children
2024-01-22 10:55:57 +01:00