deveronica
0be5119b21
🌐 Add translations for: Korean
...
Currently translated at 14.1% (294 of 2074 strings)
Translation: Penpot/frontend
Translate-URL: https://hosted.weblate.org/projects/penpot/frontend/ko/
2026-03-03 19:09:49 +00:00
Elena Torró
52b4e803ff
Merge pull request #8492 from penpot/azazeln28-fix-text-editor-initialization
...
♻️ Refactor Text Editor v3
2026-03-03 15:59:15 +01:00
Aitor Moreno
95aa63374c
♻️ Refactor Text Editor v3
2026-03-03 15:49:26 +01:00
Elena Torro
1800deddd5
🔧 Await promise correctly to fix tests flakyness
2026-03-03 13:01:32 +01:00
Marina López
eb5b3a3fe5
✨ Add link to see current plan
2026-03-03 12:56:40 +01:00
Elena Torro
9de591d9d7
🔧 Await promise correctly to fix tests flakyness
2026-03-03 12:34:18 +01:00
Andrey Antukh
57b9efbcd7
🐛 Fix redo operation on commenting on workspace ( #8455 )
2026-03-03 09:50:23 +01:00
Alejandro Alonso
9fa027c1df
🐛 Fix blur affecting extra shapes
2026-03-03 08:48:43 +01:00
deveronica
8e17f846c9
🌐 Add translations for: Korean
...
Currently translated at 12.0% (250 of 2074 strings)
Translation: Penpot/frontend
Translate-URL: https://hosted.weblate.org/projects/penpot/frontend/ko/
2026-03-02 19:09:49 +01:00
Denys Kisil
8262b7a3a2
🌐 Add translations for: Ukrainian (ukr_UA)
...
Currently translated at 99.7% (2068 of 2074 strings)
Translation: Penpot/frontend
Translate-URL: https://hosted.weblate.org/projects/penpot/frontend/ukr_UA/
2026-03-02 19:09:47 +01:00
Andrés Moya
31478c6afc
🐛 Fix validation of shadow token with missing keys ( #8507 )
2026-03-02 16:17:12 +01:00
Andrey Antukh
c35f70edc5
📎 Add minor adjustments
2026-03-02 14:57:03 +01:00
bittoby
c18375c66e
✨ Add Tab/Shift+Tab navigation to rename layers sequentially
2026-03-02 14:57:03 +01:00
Andrey Antukh
585a2d7523
🐛 Fix merge issues
2026-03-02 14:02:05 +01:00
Andrey Antukh
23e77b5f03
🐛 Fix merge issues
2026-03-02 13:35:36 +01:00
Andrey Antukh
7067cc2286
Merge remote-tracking branch 'origin/staging-render' into develop
2026-03-02 12:22:47 +01:00
Andrey Antukh
0644bd817e
Merge remote-tracking branch 'origin/staging' into staging-render
2026-03-02 12:20:08 +01:00
Egor Filatov
bce52c6da8
🌐 Add translations for: Russian
...
Currently translated at 80.0% (1660 of 2074 strings)
Translation: Penpot/frontend
Translate-URL: https://hosted.weblate.org/projects/penpot/frontend/ru/
2026-03-01 10:09:48 +01:00
Alexis Morin
cd3a1d6376
🌐 Add translations for: French (Canada)
...
Currently translated at 99.7% (2068 of 2074 strings)
Translation: Penpot/frontend
Translate-URL: https://hosted.weblate.org/projects/penpot/frontend/fr_CA/
2026-02-28 01:09:48 +01:00
Pablo Alba
97d3e31593
✨ Add success popup for nitrate license subscription
2026-02-27 12:28:09 +01:00
Aitor Moreno
740e790585
🎉 Add active-features? helper function ( #8490 )
2026-02-27 12:12:27 +01:00
Denys Kisil
c769e782f0
🌐 Add translations for: Ukrainian (ukr_UA)
...
Currently translated at 99.7% (2068 of 2074 strings)
Translation: Penpot/frontend
Translate-URL: https://hosted.weblate.org/projects/penpot/frontend/ukr_UA/
2026-02-26 15:10:03 +01:00
Alexis Morin
ed97cdde66
🌐 Add translations for: French (Canada)
...
Currently translated at 96.4% (2001 of 2074 strings)
Translation: Penpot/frontend
Translate-URL: https://hosted.weblate.org/projects/penpot/frontend/fr_CA/
2026-02-26 15:09:51 +01:00
Alejandro Alonso
a2f8fca6ea
Merge remote-tracking branch 'origin/staging-render' into develop
2026-02-26 14:05:32 +01:00
Eva Marco
35c829a981
🐛 Add token name in broken token tooltip ( #8480 )
2026-02-26 13:29:08 +01:00
Elena Torro
2bd7c10e09
🔧 Fix variable name from wrong merge
2026-02-26 12:19:20 +01:00
Juan de la Cruz
7066afa01a
🎉 Add new slides 2.14 content ( #8478 )
2026-02-26 12:19:15 +01:00
Elena Torro
495371c079
🐛 Fix rotation token highlight and its application on the text-editor-v2
2026-02-26 11:57:11 +01:00
Dalai Felinto
0ff5574b12
✨ Add the ability to import tokens from Linked Library
...
Add the option to import tokens from a linked library.
I know there are plans to link the tokens in together with the library.
Once this happens this patch can be reverted. Until then it helps a lot
to use a design system that relies on themes.
Before that someones would need to:
* Download the design system / add to their team.
* Open the file, download the tokens.
For every new file:
* Link the Design System library.
* Import the tokens file.
With this patch all you need to get started is to download the design
system and add to your team. From their importing the links is done on
the same pop-up that is used to import the tokens.
---
Technical considerations:
I try adding this as a dialog that is called once the library is
imported. I ran into a few issues though:
* To find whether the library has tokens (and thus show the dialog) I
would need to extend library summary to include tokens.
* I couldn't find a reliable way to import the tokens after importing
the library without resorting to a timer :/
I'm sure both of those hurdles are doable, I just wasted enough time
trying it to the point I decided on a different approach.
Signed-off-by: Dalai Felinto <dalai@blender.org>
📎 Fix minor issues and linter reports
📎 Reuse translations
2026-02-26 11:37:56 +01:00
Andrey Antukh
5ea4b03108
📎 Fix e2e tests
2026-02-26 11:13:31 +01:00
Andrey Antukh
0fef5b7e5d
⚡ Memoize variant props on layer-item
2026-02-26 11:13:31 +01:00
Andrey Antukh
8a1fdd9dd1
⚡ Reduce watchers for layer-item rename mechanism
2026-02-26 11:13:31 +01:00
Andrey Antukh
a080a9e646
⚡ Add micro optimizations to layer-item component
2026-02-26 11:13:31 +01:00
Andrey Antukh
a728d5a5f2
💄 Add minor cosmetic changes to filters-tree component
2026-02-26 11:13:30 +01:00
Andrey Antukh
6072234230
⚡ Add more selective debouncing for layers-tree
2026-02-26 11:13:30 +01:00
Andrey Antukh
41f2877801
⚡ Reduce allocation on layers-tree component
2026-02-26 11:13:30 +01:00
Andrey Antukh
e2576d049a
💄 Add minor cosmetic changes on event listening
2026-02-26 11:13:30 +01:00
Andrey Antukh
4db9c373e6
💄 Fix component naming style related to layer-item
2026-02-26 11:13:30 +01:00
Andrey Antukh
09a9407867
💄 Change props naming on layer-item and related components
2026-02-26 11:13:30 +01:00
Andrey Antukh
7be03e2ea6
⚡ Remove usage of use-var on layer-item
...
Focus on use more basic primitves on performance
sensitive components
2026-02-26 11:13:30 +01:00
Eva Marco
9345902a62
🐛 Fix cannot apply second token after creation while shape is selected ( #8476 )
2026-02-26 10:53:25 +01:00
Alonso Torres
a4190df073
🐛 Fix problem with flex.appendChild with naturalOrdering on plugins API ( #8470 )
2026-02-26 10:47:44 +01:00
Alexis Morin
05521a84d4
🌐 Add Canadian French
2026-02-26 10:26:10 +01:00
Eva Marco
47dae090ed
🐛 Add notification to token applied during text edition ( #8434 )
2026-02-26 10:24:48 +01:00
MkDev11
e30c01db26
🎉 Allow duplicating color and typography styles ( #8449 )
...
Add duplicate functionality for colors and typographies in the Assets
panel, matching the existing duplicate feature for components.
Changes:
- Add duplicate-color and duplicate-typography events in libraries
- Add Duplicate context menu option for colors
- Add Duplicate context menu option for typographies
- Update CHANGES.md
Closes #2912
Signed-off-by: mkdev11 <98430825+MkDev11@users.noreply.github.com>
2026-02-26 10:13:34 +01:00
Aitor Moreno
05165ce014
🐛 Fix board title cropped using wrong side
2026-02-26 09:35:56 +01:00
Aitor Moreno
96677713fc
🐛 Fix 45 rotated board doesn't show title properly
2026-02-26 09:34:15 +01:00
Pablo Alba
c27f874e74
✨ Show subscription type nitrate
2026-02-26 09:09:48 +01:00
Aitor Moreno
0aea699482
🐛 Fix board title cropped using wrong side
2026-02-25 16:14:40 +01:00
Aitor Moreno
48d2135cf3
🐛 Fix 45 rotated board doesn't show title properly
2026-02-25 16:14:24 +01:00