Andrey Antukh
05d6d2fcd4
🐛 Fix several corner cases that causes race conditions on workspace and dashboard loading
...
* 🐛 Fix several race conditions on workspace and dashboard code
It also fixes a corner case that happens when penpot workspace
is loaded in a background tab on firefox.
* 🐛 Add missing team-id prop to several file returning endpoints
2025-03-14 09:55:41 +01:00
Dalai Felinto
f450c9dbe3
🎉 Add support for WEBP format on shape export
...
It is very convenient to be able to export WEBP right from penpot.
Otherwise users have to first download to PNG then convert it locally.
---
Playwright only supports JPEG and PNG. So in order to support WEBP I had
to first generate a PNG and then convert it afterwards.
Signed-off-by: Dalai Felinto <dalai@blender.org>
2025-03-13 16:15:30 +01:00
alonso.torres
ce02cbc3f1
🐛 Fix problem with selection colors
2025-03-05 14:34:08 +01:00
Alejandro Alonso
b386403fa8
🐛 Fix multiple nav events when open workspace
2025-03-05 12:09:05 +01:00
Marina López
3a34c51e43
✨ Add pricing page event
2025-02-28 13:04:15 +01:00
alonso.torres
3eae3178a2
🐛 Fix problems with empty position-data
2025-02-27 14:31:49 +01:00
luisδμ
e0b9751b16
Merge pull request #5947 from penpot/luis-fix-design-panel-draft-comment-open
...
🐛 Fix design panel does not reappear if comment draft is open
2025-02-26 11:33:06 +01:00
Luis de Dios
5754c393b9
🐛 Fix avoid enabling post button if blank comment
2025-02-25 18:09:22 +01:00
Marina López
8f06fa1026
🎉 Add AB test descriptive board tooltip ( #5936 )
...
* 🎉 Add AB test descriptive board tooltip
* 📎 Add changes from feedback
2025-02-25 12:50:16 +01:00
Luis de Dios
91efcd17a2
🐛 Fix design panel does not reappear if comment draft is open
2025-02-25 10:30:11 +01:00
luisδμ
7f9a9ad774
🐛 Fix visual glitches in the comment dropdown at the dashboard ( #5938 )
2025-02-25 09:17:42 +01:00
luisδμ
2219d91e4d
🐛 Fix all comments appear in every page ( #5943 )
2025-02-25 09:16:46 +01:00
elhombretecla
662c3c64a9
✨ Fix 2.5 slides wording ( #5925 )
2025-02-24 09:39:43 +01:00
Juanfran
9084c184e7
🐛 Filter out recent fonts from search results ( #5927 )
2025-02-24 09:12:12 +01:00
Marina López
702bd41047
🐛 Fix error when getting file from libs
2025-02-24 08:26:27 +01:00
Andrey Antukh
24cb1728b0
🐛 Fix context menu event handling issues ( #5917 )
...
* 💄 Change call convention for dashboard grid component
* 🎉 Add helper component for easy portal to document
* 🐛 Fix context menu event handling issues
With this commit, the behavior of context menu and scroll is changed
to: close menu on scroll instead of disabling all pointer events while
menu is open. The previous behavior causes a second event of context
menu open a native browser context menu instead of penpot menu.
2025-02-21 07:57:56 +01:00
Eva Marco
dda9f62504
🐛 Fix menu shadow color
2025-02-20 17:23:28 +01:00
Andrey Antukh
6e92e3b765
🐛 Fix inconsistency on naming
...
This also a fix of passing incorrect prop :shared-libs
to a component that already expectes :libraries.
It also removes unnecesary use of refs/libraries ref
2025-02-20 07:32:11 +01:00
Andrey Antukh
0e73de17ec
🐛 Fix incorrect libraries filtering on workspace
2025-02-20 07:32:10 +01:00
Andrey Antukh
e4ee585704
🐛 Fix incorrect notification assignation after update operation
2025-02-19 17:21:52 +01:00
Marina López
5f61254a75
🐛 Fix library button condition and copy ( #5889 )
...
* 🐛 Fix library button condition and copy
* 📎 Add changes from feedback
* 📎 Add changes from feedback
2025-02-19 16:52:35 +01:00
luisδμ
0784d6b62a
🐛 Fix reposition comment bubbles under viewer role ( #5905 )
2025-02-19 16:47:53 +01:00
luisδμ
4ac52c138c
Merge pull request #5895 from penpot/niwinz-bugfix-comments
...
🐛 Fix unexpected exception on clicking empty area on creating comment
2025-02-19 11:29:21 +01:00
Andrey Antukh
4744085426
🐛 Fix incorrect handling request access with deleted profiles
...
* 📎 Add minor improvements to team tests
* 🐛 Fix incorrect handling request access with deleted profiles
* 🐛 Fix redirect loop on empty route
Happens when the current profile is deleted from team
* 🐛 Fix urls on request access emails
* 📎 Revert url changes on emails
2025-02-19 11:04:19 +01:00
Alejandro
19bae05f41
Merge pull request #5884 from penpot/niwinz-bugfix-4
...
🐛 Fix update-libraries dialog disappear when clicking outside
2025-02-19 07:53:35 +01:00
Alejandro
51202df105
Merge pull request #5885 from penpot/niwinz-bugfix-5
...
🐛 Fix regression on request-access dialog
2025-02-19 07:15:30 +01:00
Andrey Antukh
cd1eefb214
✨ Add safety checks for node on comment-input* component
2025-02-18 18:33:02 +01:00
Andrey Antukh
869a412c74
🐛 Fix unexpected exception on clicking empty area on creating comment
2025-02-18 18:19:08 +01:00
luisδμ
d019afe667
🐛 Fix incorrect number of replies in comments ( #5893 )
2025-02-18 17:25:43 +01:00
Andrey Antukh
fe3fec7a50
🐛 Fix workspace hot reload race condtion
...
This reverts commit 8139ee3ef936498f183818065067ea931ca894a2.
2025-02-18 16:49:50 +01:00
Andrey Antukh
63524dce8d
🐛 Fix regression on request-access dialog
2025-02-18 12:37:04 +01:00
Andrey Antukh
f9f5f0af7d
♻️ Refactor code style on actionable ds component
2025-02-18 12:04:09 +01:00
María Valderrama
6a5538bb15
🐛 Fix unreachable Save color style button ( #5879 )
...
* 🐛 Fix unreachable Save color style button
* 📎 Fix unreachable Save color style button code review
2025-02-18 11:32:00 +01:00
Andrey Antukh
3412a0a18a
Merge pull request #5868 from penpot/niwinz-terms-link-fix
...
🐛 Set correct default for terms link on fonts hero
2025-02-18 09:55:52 +01:00
Eva Marco
5e3b47e455
🎉 Add integration test for bug ( #5875 )
2025-02-17 16:29:28 +01:00
Andrey Antukh
83423a9509
Merge pull request #5864 from penpot/eva-fix-colorpicker-dnd
...
🐛 Fix add recent color while drag and drop
2025-02-17 15:22:49 +01:00
Alonso Torres
ccabaf4552
🐛 Fix style problem with update lib notifications ( #5871 )
2025-02-17 13:31:29 +01:00
Alonso Torres
faa3451da9
🐛 Fix problem with board name input style ( #5870 )
2025-02-17 12:26:04 +01:00
Andrey Antukh
66182152cb
🐛 Set correct default for terms link
2025-02-17 11:51:21 +01:00
Eva Marco
6c9875e4f9
🐛 Fix add recent color while drag and drop
2025-02-17 10:20:40 +01:00
Elhombretecla
680e611266
🎉 Add slides for 2.5 version
2025-02-14 15:41:27 +01:00
Belén Albeza
cad7d75590
🐛 Fix libraries context menu ( #5854 )
...
* ✨ Add integration test for Bug #10421
* 🐛 Fix dashboard library item menu
* ✨ Fixup integration test
2025-02-14 14:34:54 +01:00
luisδμ
8c81d48858
Merge pull request #5844 from penpot/luis-refactor-zero-width-space
...
♻️ Use constant for zero width space
2025-02-14 14:06:28 +01:00
Eva Marco
a7ed5228d3
🐛 Fix lost translation strings ( #5846 )
...
* 🐛 Fix lost translation strings
* 🐛 Fix form error management internal issues and inconsistencies
* 📎 Add better validation conditons for ::sm/text schema
* 🐛 Add better touched detection mechanism for input and textarea
---------
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2025-02-14 12:51:14 +01:00
Eva Marco
6bb7fa26f4
🐛 Fix rename blocked boards ( #5845 )
2025-02-14 11:47:16 +01:00
Andrey Antukh
8139ee3ef9
Revert " 🐛 Fix workspace hot reload race condtion ( #5851 )"
...
This reverts commit 5d56d28cb64deefb07aaa4516be5d0b692a8559d.
2025-02-14 10:02:05 +01:00
Marina López
af93325fd9
🎉 Consolidate suggested libraries and add library button ( #5828 )
2025-02-13 20:06:28 +01:00
Pablo Alba
d836cc66da
🐛 Fix unable to drag & drop assets into/outside component groups ( #5849 )
2025-02-13 17:30:33 +01:00
Andrey Antukh
5d56d28cb6
🐛 Fix workspace hot reload race condtion ( #5851 )
...
Mainly ensure that all required paramers for workspace
file and page bootstrap are always available from parameters
and not taken from context
2025-02-13 17:04:34 +01:00
Eva Marco
46d2359107
🐛 Fix empty translation strings ( #5847 )
2025-02-13 15:48:44 +01:00