Belén Albeza
79be3ab7df
🔧 Fix text editor flaky tests
2026-02-03 10:39:38 +01:00
Elena Torró
5da9bbea62
Merge pull request #8174 from penpot/superalex-fix-blur-events-text-editor-v2
...
🐛 Fix blur events for text editor v2 in firefox
2026-01-23 13:08:01 +01:00
Alejandro Alonso
4ad5282063
🐛 Fix blur events for text editor v2 in firefox
2026-01-23 10:58:54 +01:00
Alejandro Alonso
a1a3966d7b
🐛 Editing the text inside a text object doesn’t update the text layer name
2026-01-22 08:24:13 +01:00
Andrey Antukh
e15f0baf30
✨ Replace direct draft-js usage with internal module
2025-12-23 13:10:58 +01:00
Elena Torro
a661b2564f
🐛 Fix default case on vertical align
2025-12-10 10:59:27 +01:00
alonso.torres
0caaefefea
🐛 Fix outline with single click text creation
2025-12-02 11:08:58 +01:00
Elena Torro
b179aa79b1
🐛 Fix create empty text on click regression
2025-12-02 11:08:58 +01:00
Belén Albeza
51385a04a0
🐛 Fix mismatch between fonts for rendered and selected text when no fallback fonts apply
2025-11-28 13:54:17 +01:00
Elena Torró
2b20f75fd4
Merge pull request #7837 from penpot/ladybenko-12719-fix-editor-unicode-fonts
...
🐛 Fix editor not using fallback fonts for selected text
2025-11-27 17:37:00 +01:00
Belén Albeza
4d6d7a6a3d
🐛 Fix emoji font not being used as fallback in text editor dom
2025-11-27 17:23:20 +01:00
Elena Torro
dc8a07099d
🐛 Fix vertical align default case
2025-11-27 13:38:51 +01:00
Belén Albeza
f84c236e02
🐛 Fix text editor v2 not using fallback fonts for selected text
2025-11-27 12:26:39 +01:00
Elena Torro
60e32bbc71
🐛 Fix text editor vertical align
2025-11-26 11:46:47 +01:00
alonso.torres
ca2cf18a49
🐛 Fix problems with text editor size
2025-11-21 13:17:43 +01:00
Alejandro Alonso
7e33a7c1a7
Merge pull request #7666 from penpot/azazeln28-feat-allow-disabling-rich-paste
...
🎉 Add an option to enable and disable HTML paste
2025-11-20 14:17:16 +01:00
Aitor Moreno
d73be5832b
🎉 Add an option to enable and disable HTML paste
2025-11-20 13:33:51 +01:00
Elena Torro
624bdaec88
✨ Show text cursor in the entire text rect
2025-11-20 11:42:07 +01:00
alonso.torres
639952abc8
🐛 Fix problems with text positioning in layout
2025-11-13 12:31:26 +01:00
Elena Torro
f496ba78f3
🔧 Fix cross-browser text issues
2025-11-06 12:20:02 +01:00
Elena Torro
24e4ece323
🐛 Fix line-height rendering on empty lines
2025-11-04 11:25:14 +01:00
Elena Torro
e673035817
🔧 Filter out empty paragraph content
2025-11-04 09:57:13 +01:00
Elena Torro
d18a018236
🔧 Fix tab rendering with the text editor
2025-11-03 11:02:28 +01:00
Andrey Antukh
f53935f5df
Merge remote-tracking branch 'origin/staging' into develop
2025-10-31 12:13:29 +01:00
alonso.torres
7c1205018b
🐛 Fix problem with text grow types
2025-10-23 17:39:18 +02:00
Belén Albeza
9f4db4479c
🐛 Make internal DOM of text editor v2 break words as the render engine does
2025-10-16 15:55:53 +02:00
Aitor Moreno
7ca8bf32b2
🎉 Set DOM text editor element caret
2025-10-16 12:59:24 +02:00
Andrey Antukh
c55f3182d8
💄 Rename text-dimensions to get-text-dimensions
2025-08-18 21:49:00 +02:00
Belén Albeza
d5abf34538
🐛 Fix text style change not being applied ( #7036 )
...
* 🐛 Fix text styles not being applied to current cursor
* 🔧 Add text file for bug 11552
* 📚 Update changelog
2025-08-05 13:35:54 +02:00
Elena Torro
9a0c36c442
🐛 Fix default color when neither fill nor background color is set
2025-07-31 16:17:13 +02:00
Elena Torró
76d725559e
✨ Set default new text fill color depending on background color ( #6998 )
2025-07-31 12:31:54 +02:00
Belén Albeza
a242962113
🐛 Fix missing font when pasting text (editor v1)
2025-07-25 09:48:20 +02:00
Andrey Antukh
8bb210e7b6
🎉 Add binary fills integration
2025-07-23 08:03:23 +02:00
Andrey Antukh
9ee488009f
♻️ Add substantial refactor on how types are organized
...
This mainly affects types related to colors, fills and texts, moving library
based operations from color namespace.
2025-07-23 08:03:23 +02:00
alonso.torres
5d42b9793b
🐛 Fix some problems with layouts
2025-05-21 10:42:03 +02:00
alonso.torres
fef08dfa18
✨ Set selrect for new render modifiers
2025-05-14 11:21:43 +02:00
alonso.torres
568af52ebc
✨ Text grow width/height
2025-05-08 17:59:18 +02:00
Aitor Moreno
b0d0abb0ad
🐛 Fix cursor not preserving white space ( #5764 )
2025-02-04 15:54:46 +01:00
Alejandro Alonso
a8ee9be7b9
🐛 Fix text layer default name with v2 text editor
2024-11-22 11:14:39 +01:00
alonso.torres
72f2395142
🐛 Fix problem with texts crashing
2024-11-18 12:41:21 +01:00
Andrey Antukh
607deb31dc
♻️ Refactor bundle mechanism
...
Mainly leave shadow-cljs for build cljs stuff and use esbuild
for bundle all js dependencies, completly avoiding all possible
incompatibility issues between js libraries and google closure
compiler.
2024-11-01 10:04:03 +01:00
Andrey Antukh
ffadf29ad7
✨ Add minor improvements to text editor v2 events handling
...
Also updates the editor code to the latest version
2024-10-07 10:13:21 +02:00
Andrey Antukh
334e83479f
✨ Add minor improvements for text-editor-v2
2024-10-03 09:51:04 +02:00
AzazelN28
7398f7ce0d
♻️ Replace Draft.js with custom editor
2024-10-01 22:31:16 +02:00
Alejandro Alonso
df255b5a6f
🐛 Fix render of some texts without position data
2024-08-22 15:24:13 +02:00
Andrey Antukh
d527184dfc
♻️ Try to fix recursive update-file ops on text edition
...
on concurrent multi-user sessions
2024-06-19 11:48:08 +02:00
Aitor
c123cf6e98
🐛 Fix path drawing inconsistencies
2024-02-29 10:20:47 +01:00
alonso.torres
a853314e3f
🐛 Fix problem with text editor alignment
2024-01-31 16:59:35 +01:00
alonso.torres
9965fbc92b
🐛 Fix text editor for Safari 17
2024-01-26 09:26:32 +01:00
Eva
1e1b13196c
🐛 Fix colors on measurements elements
2024-01-19 14:53:38 +01:00