0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-17 17:24:32 -05:00

Commit graph

  • 16fc6a4bc2
    Merge da4e014fb0 into 43a75b64b4 BDVGitHub 2025-04-17 22:36:03 +02:00
  • 0c0a75158b
    Merge e8c6d4747e into 43a75b64b4 Elena Torró 2025-04-17 16:55:06 +02:00
  • 56e3870066
    Merge e3835695bd into 43a75b64b4 Florian Schrödl 2025-04-17 13:16:38 +00:00
  • e3835695bd Don't override user provided color format Florian Schroedl 2025-04-17 10:17:07 +02:00
  • 204f70ec80
    Merge 3823259d06 into 43a75b64b4 Andrey Antukh 2025-04-17 13:13:48 +00:00
  • 3823259d06 Make consistent use of .toString with path content niwinz-develop-path-data-optimizations-1 Andrey Antukh 2025-04-17 14:43:02 +02:00
  • 7cb82290de 🐛 Fix geom/point zero? predicate to work correctly with mixed numeric types Andrey Antukh 2025-04-17 14:37:58 +02:00
  • 1344bf5e23 ♻️ Use LITTLE_ENDIAN instead of BIG_ENDIAND for path encoding Andrey Antukh 2025-04-17 14:26:30 +02:00
  • 8167670616 Simplify impl with sharing more code Andrey Antukh 2025-04-17 14:26:09 +02:00
  • fe5ac9ec24 🐛 Don't render path editor on editing grid on frame Andrey Antukh 2025-04-10 14:29:30 +02:00
  • 49646c02b1 🔥 Remove legacy path formating code Andrey Antukh 2025-04-10 12:31:31 +02:00
  • 8cd5fb37ff Add minor improvements to curve drawing internal impl Andrey Antukh 2025-04-10 12:11:12 +02:00
  • 5e2bd1e84d Coerce PathData float values to double Andrey Antukh 2025-04-10 09:25:10 +02:00
  • cc9063e960 Implement get-handlers in term of internal reduce Andrey Antukh 2025-04-09 15:57:07 +02:00
  • 9173fcbb4f 🎉 Add support for internal reduce on PathData type Andrey Antukh 2025-04-09 15:56:20 +02:00
  • d2ec14df70 🔥 Remove unused get-commands fn Andrey Antukh 2025-04-09 14:43:35 +02:00
  • b67abffb94 Rename handler->point to get-handler-point Andrey Antukh 2025-04-09 14:42:40 +02:00
  • 79d9ed4f47 Optimize handler->point path segment helper fn Andrey Antukh 2025-04-09 10:27:24 +02:00
  • 3c88d20942 Add a helper for perform internal lookup on path content Andrey Antukh 2025-04-09 10:26:20 +02:00
  • d7948f1f04 🔥 Remove unused fn content->points Andrey Antukh 2025-04-09 09:40:27 +02:00
  • 3733bbad0b Add minor improvements to get-segments-with-points Andrey Antukh 2025-04-09 09:37:45 +02:00
  • faa2a8e31c Replace cmd name usage with segment name Andrey Antukh 2025-04-09 08:56:39 +02:00
  • 8a468e260b Replace duplicate fn get-point with segment->point Andrey Antukh 2025-04-09 08:49:09 +02:00
  • fe007e3680 🔥 Remove legacy-parser1 Andrey Antukh 2025-04-09 08:48:22 +02:00
  • d658e36324 Replace command->point with segment->point helper Andrey Antukh 2025-04-08 22:09:33 +02:00
  • d2cb476b95 Fix segment param naming on path type helpers Andrey Antukh 2025-04-08 22:07:25 +02:00
  • 8db942a599 Reorganize path toString impl Andrey Antukh 2025-04-08 22:04:22 +02:00
  • 9e980c40d6 Add the ability to provide initial value on path -walk Andrey Antukh 2025-04-08 22:02:37 +02:00
  • 5ac79e4685 Optimize calculate-extremities path helper Andrey Antukh 2025-04-08 22:01:58 +02:00
  • c19ca1b2f1 Replace content->points with faster get-points Andrey Antukh 2025-04-08 14:28:27 +02:00
  • 29b0b54124 ♻️ Refactor path-editor component Andrey Antukh 2025-04-04 11:19:02 +02:00
  • 3e6c96f705 ♻️ Refactor path editor component: path-snap Andrey Antukh 2025-04-04 10:48:28 +02:00
  • 676224f1c0 ♻️ Refactor path editor component: path-preview Andrey Antukh 2025-04-04 10:39:46 +02:00
  • 6df2968cc3 ♻️ Refactor path editor components: path-handler and path-point Andrey Antukh 2025-04-04 10:38:57 +02:00
  • 56cc086057 Add get-points helper, a faster alternative to content->points Andrey Antukh 2025-04-03 00:12:13 +02:00
  • a6a93258db Add cache and faster way to iterate over PathData Andrey Antukh 2025-04-03 00:11:29 +02:00
  • 11a66cfa5b ♻️ Use new call convention for path drawing components Andrey Antukh 2025-04-02 15:40:44 +02:00
  • 7e7861e283 Add naming improvement to bool content update fn Andrey Antukh 2025-03-31 15:19:47 +02:00
  • c85c63970d 🎉 Add full integration with path data type feature Andrey Antukh 2025-03-28 00:07:45 +01:00
  • 236e1b3947 ♻️ Refactor bool shape creation and modification events Andrey Antukh 2025-03-28 17:18:12 +01:00
  • ccef596dd5 🔥 Remove unused components-v2 binding on fdata creation Andrey Antukh 2025-03-28 19:20:58 +01:00
  • 70da350c0c Add better error reporting for test check tests Andrey Antukh 2025-03-28 00:04:28 +01:00
  • 7b14103f50 Add serialization support for PathData Andrey Antukh 2025-03-26 20:32:43 +01:00
  • 0d4874dbd0
    Merge f25c04a901 into 43a75b64b4 BDVGitHub 2025-04-17 10:35:56 +02:00
  • 30f90c275d
    Merge 6856656bc1 into 43a75b64b4 Alejandro Alonso 2025-04-17 09:54:05 +02:00
  • 9c5036ae52
    Merge a78988d394 into 43a75b64b4 Andrey Antukh 2025-04-17 09:38:23 +02:00
  • 7fd350bdda
    Merge 0b9ab0884b into 43a75b64b4 Alejandro Alonso 2025-04-17 09:21:20 +02:00
  • 70cc89c036
    Merge 708492afeb into 70a23a14c4 Andrey Antukh 2025-04-17 09:20:41 +02:00
  • 708492afeb 💄 Add mainly cosmetic changes to dashboard placeholder components niwinz-staging-bugfixes-2 Andrey Antukh 2025-04-16 18:30:04 +02:00
  • 1305ab3cc6 🐛 Fix issue with empty placeholder on team change Andrey Antukh 2025-04-16 18:19:34 +02:00
  • 29cc6b4f9c Print the current seed on test.check fail Andrey Antukh 2025-04-16 17:40:34 +02:00
  • cc7f0b145c 🐛 Make shape interaction properly decode on binfile import Andrey Antukh 2025-04-16 17:40:29 +02:00
  • e69c0c3e27 Make schema uuid parsing fns private Andrey Antukh 2025-04-16 09:51:55 +02:00
  • a209966427 🐛 Don't use schema uuid parsing function on websocket ns Andrey Antukh 2025-04-16 09:47:32 +02:00
  • d5abbd4220 📎 Add missing entries on the changelog Andrey Antukh 2025-04-16 09:47:13 +02:00
  • 43a75b64b4
    Merge pull request from penpot/ladybenko-10781-rust-devenv develop Andrey Antukh 2025-04-17 08:48:50 +02:00
  • 7ca0f2e455
    Merge 4ceaedcbe8 into 3a741d1c14 Elena Torró 2025-04-17 07:54:48 +02:00
  • 224742c213
    Merge e3d1d677a6 into 3a741d1c14 Elena Torró 2025-04-17 07:54:48 +02:00
  • 978327e257
    Merge 1da623e63f into 3a741d1c14 Belén Albeza 2025-04-17 07:54:48 +02:00
  • 2458cf1a79
    Merge ed1ec14526 into 3a741d1c14 Pablo Alba 2025-04-17 07:54:48 +02:00
  • 70a23a14c4 🐛 Fix allow moving a main component into another staging Pablo Alba 2025-04-16 17:20:52 +02:00
  • 4e731d61ac
    Merge 231d6bf4c6 into 3a741d1c14 Xaviju 2025-04-16 22:26:57 +02:00
  • f1b64fd9c4 🐛 Fix allow moving a main component into another Pablo Alba 2025-04-16 17:20:52 +02:00
  • a48fa493aa
    Merge e811fe1380 into 3a741d1c14 Pablo Alba 2025-04-16 17:18:07 +02:00
  • 93c81ea49c
    🐛 Fix pricing CTA to be under a config flag () Marina López 2025-04-16 17:17:47 +02:00
  • 3a741d1c14
    🐛 Hide inactive warning if sets are empty () Xaviju 2025-04-16 17:17:13 +02:00
  • ba442e1549
    Allow copy-paste variants into another file () Pablo Alba 2025-04-16 17:12:12 +02:00
  • 23d84ac5d1 Allow copy-paste variants into another file Pablo Alba 2025-04-16 16:39:51 +02:00
  • 8c15296d07 Merge branch 'tokens-studio-hyma/99-improve-token-error-messages' into develop Andrés Moya 2025-04-16 16:31:53 +02:00
  • d26464c810 Catch invalid name errors in json Florian Schroedl 2025-04-14 10:49:28 +02:00
  • 8ee202e5a1 🔧 Fix emscripten version in devenv Belén Albeza 2025-04-16 15:30:29 +02:00
  • 689cddfd0c 🔧 Use cargo env variable for target and allow to override it as well as SKIA_BINARIES_URL Belén Albeza 2025-04-16 15:05:31 +02:00
  • 25950bb5a5
    Merge pull request from penpot/elenatorro-fix-children-removal-regression Elena Torró 2025-04-16 15:03:26 +02:00
  • e8c6d4747e 🔧 WIP elenatorro-10791-fix-horizontal-scroll-layers Elena Torro 2025-04-16 13:58:45 +02:00
  • 0b9ab0884b WIP Alex superalex-improve-images-performance-wasm Alejandro Alonso 2025-04-16 14:18:35 +02:00
  • 1da623e63f 💄 Change naming and args order of write-gradient-fill! ladybenko-10752-gradient-stops Belén Albeza 2025-04-16 12:05:06 +02:00
  • 4bf9e24d43 ♻️ Avoid using get-prop when unneeded in serializers Belén Albeza 2025-04-15 14:22:42 +02:00
  • b41a7b8547 💄 Remove no longer used functions in wasm serialization Belén Albeza 2025-04-15 12:54:17 +02:00
  • f500a00d04 ♻️ Extract wasm-functions for fills and strokes out of main.rs Belén Albeza 2025-04-15 12:43:25 +02:00
  • 64a2a08d24 ♻️ Refactor gradient parsing from bytes Belén Albeza 2025-04-15 12:33:53 +02:00
  • 1f58f96e88 ♻️ Refactor serializing gradient fill Belén Albeza 2025-04-15 12:16:40 +02:00
  • dc3d802d3d 🎉 Serialize radial fills in one go Belén Albeza 2025-04-15 11:53:09 +02:00
  • 5765d1c56c ♻️ Switch to a f32 offset for gradient stops Belén Albeza 2025-04-15 11:04:36 +02:00
  • abcd050c69 ♻️ Adapt linear gradient type so it can be used for radial too (wasm) Belén Albeza 2025-04-14 16:38:43 +02:00
  • f40ef26c69 ♻️ Move color and fill serializers to their own sub-namespaces Belén Albeza 2025-04-14 16:09:07 +02:00
  • fccd1a5bd7 Send fill + stops data in one call for linear fills Belén Albeza 2025-04-14 15:39:43 +02:00
  • ca2082968f wip hiru-remove-files Andrés Moya 2025-04-16 13:55:59 +02:00
  • 73e6781218 wip Andrés Moya 2025-04-15 15:12:18 +02:00
  • 9647e9c92c 🔥 Remove unused functions Andrés Moya 2025-04-14 16:31:22 +02:00
  • 16012a3881 Merge remote-tracking branch 'origin/staging' into develop Alejandro Alonso 2025-04-16 13:15:18 +02:00
  • f2b6c6fb01
    Merge 86eb53a68c into ddc41027ab Alonso Torres 2025-04-16 13:15:11 +02:00
  • ddc41027ab
    Merge pull request from penpot/palba-fix-instanciate-component 2.6.2-RC1 2.6.1-RC2 Alejandro Alonso 2025-04-16 13:15:07 +02:00
  • 4f931fbe6a 🐛 Fix error while drag an drop a component to the canvas Pablo Alba 2025-04-16 12:58:56 +02:00
  • 0f05371f90 📎 Add simplified impl with proper comment Andrey Antukh 2025-04-16 13:03:09 +02:00
  • 86eb53a68c 🐛 Fix problem with new buttons on team change alotor-fix-new-buttons alonso.torres 2025-04-16 12:48:56 +02:00
  • a78988d394 🎉 Add update-customer-subscription prepl method niwinz-subscriptions-internal-api Andrey Antukh 2025-04-16 12:48:05 +02:00
  • cf51f34970 🎉 Add get-customer-prfile prepl rpc method Andrey Antukh 2025-04-15 16:21:57 +02:00
  • 4cb50da4a9 🎉 Add authenticate prepl rpc method Andrey Antukh 2025-04-15 15:31:20 +02:00
  • 0c3ee8d35f ♻️ Refactor prepl interface Andrey Antukh 2025-04-15 15:25:15 +02:00
  • e3d1d677a6 🔧 Parse text leaves all at once elenatorro-send-leaf-attrs-uint-arr Elena Torro 2025-04-10 12:07:31 +02:00
  • 7ada3692cf Design improvements to the Invitations page with an empty state Marina López 2025-04-15 13:07:54 +02:00
  • 1ab5d5027f 🐛 Fix last shape removal Elena Torro 2025-04-16 11:43:23 +02:00
  • cece19147b Design improvements to the Invitations page with an empty state Marina López 2025-04-15 13:07:54 +02:00
  • 1f16816fe4
    Merge pull request from penpot/alotor-perf-reparent-modifiers Alejandro Alonso 2025-04-16 12:21:20 +02:00
  • 7cb55f2c0f 🎉 Improve images performance Alejandro Alonso 2025-04-16 11:52:56 +02:00
  • e811fe1380 Add removal of variant container when it becomes empty palba-delete-variant Pablo Alba 2025-04-16 11:39:21 +02:00
  • daf048e258 Reparent modifiers alonso.torres 2025-04-16 11:00:33 +02:00
  • f3d13005b2
    🐛 Fix avoid uncacheable tiles () Alejandro Alonso 2025-04-16 10:59:24 +02:00
  • 25a44e1387
    Merge pull request from penpot/ladybenko-fix-raf-macros Elena Torró 2025-04-16 07:15:27 +02:00
  • 9e9612cf1f 🐛 Fix broken test build for rust wasm Belén Albeza 2025-04-15 16:14:21 +02:00
  • 304c44048f
    ♻️ Refactor how rAF/cAF is handled () Aitor Moreno 2025-04-15 15:45:28 +02:00
  • f0d7e8908d Catch invalid name errors in json Florian Schroedl 2025-04-15 14:29:31 +02:00
  • 48eab7fe8a ♻️ Cleanup Florian Schroedl 2025-04-14 11:14:29 +02:00
  • e74b11614d 🐛 Fix pricing CTA to be under a config flag Marina López 2025-04-15 13:49:26 +02:00
  • ed1ec14526 🐛 Fix extract component variant from variant with path palba-fix-extract-variant Pablo Alba 2025-04-15 13:47:39 +02:00
  • 99e64ad387
    Merge pull request from penpot/alotor-perf-grid-layout-modifiers-3 Alejandro Alonso 2025-04-15 13:39:45 +02:00
  • 0f0c45af8e
    Propagate sharing a prototype to editors and viewers () Marina López 2025-04-15 12:50:01 +02:00
  • 593b68c7b0 Inherit text-align attribute from paragraph elenatorro-10806-fix-inherit-text-align-attr Elena Torro 2025-04-15 12:48:51 +02:00
  • f2977cf938
    Visual indicators for unlimited tier users () Marina López 2025-04-15 12:47:37 +02:00
  • c69cde6834 Propagate sharing a prototype to editors and viewers Marina López 2025-04-14 13:59:58 +02:00
  • 58a216160a 💄 Add minor cosmetic changes Andrey Antukh 2025-04-15 12:36:22 +02:00
  • 04e4af9c6d ♻️ Refactor with PR feedback Marina López 2025-04-14 09:16:16 +02:00
  • 8f0f4f5635 ♻️ Refactor to organize properly subscription Marina López 2025-04-11 14:09:03 +02:00
  • 1993a99b91 Visual indicators for unlilmited tier users Marina López 2025-02-28 07:55:28 +01:00
  • bb80da137d Merge remote-tracking branch 'origin/staging' into develop Andrey Antukh 2025-04-15 12:10:53 +02:00
  • f4b16a255c
    Copy values of same named properties moving a variant into another () Pablo Alba 2025-04-15 12:06:58 +02:00
  • a11ac805eb Add MR changes Pablo Alba 2025-04-15 11:45:38 +02:00
  • b49a4734ff 🐛 Fix srepl helper for restore file snapshots Andrey Antukh 2025-04-15 10:30:27 +02:00
  • 419ed55220 Copy values of same named properties moving a variant into another Pablo Alba 2025-04-11 14:03:55 +02:00
  • ec8c30f060
    Update board presets with newer devices () Marina López 2025-04-15 10:42:46 +02:00
  • 7990400c7a
    🐛 Fix srepl helper for restore file snapshots () Andrey Antukh 2025-04-15 10:39:51 +02:00
  • 2aaa2f3033
    🐛 Fix template import () Alejandro Alonso 2025-04-15 10:39:22 +02:00
  • 202b9f3075
    Merge pull request from penpot/niwinz-staging-several-bugfixes Alejandro Alonso 2025-04-15 10:33:59 +02:00
  • 52b972a08c 🐛 Fix srepl helper for restore file snapshots Andrey Antukh 2025-04-15 10:30:27 +02:00
  • 14e4487e92 🐛 Fix template import Alejandro Alonso 2025-04-15 06:54:41 +02:00
  • 231d6bf4c6 ♻️ Redesign form input tokens xaviju-10713-input-tokens Xavier Julian 2025-04-14 23:06:19 +02:00
  • eee5cf5fb4
    Add duplicate sets feature () Eva Marco 2025-04-14 16:22:40 +02:00
  • dafff6f2d5 🎉 Remove ' from names Eva Marco 2025-04-14 16:12:31 +02:00
  • 45ba6d1f28 🎉 Remove create theme from test Eva Marco 2025-04-14 15:58:22 +02:00
  • 16f282baae 🎉 Remove duplicate from groups Eva Marco 2025-04-14 15:56:10 +02:00
  • 91b69fcadf 🎉 Fix comments Eva Marco 2025-04-14 14:38:42 +02:00
  • c1a76f504a Add test to each module Eva Marco 2025-04-14 11:36:50 +02:00
  • 014889d146 Add duplicate sets feature Eva Marco 2025-04-08 12:58:53 +02:00
  • be0814cdac Improve internal error reporting Andrey Antukh 2025-04-14 13:26:12 +02:00
  • e81fbc148b Update board presets with newer devices Marina López 2025-04-14 12:58:52 +02:00
  • fa0a06fd36 🐛 Hide inactive warning if sets are empty Xavier Julian 2025-04-14 12:41:08 +02:00
  • 3fb521892b ♻️ Redesign form input tokens Xavier Julian 2025-04-14 11:48:00 +02:00
  • 931d39010c 🐛 Filter out empty errors Florian Schroedl 2025-04-14 10:49:28 +02:00
  • f5c699ab7a Improve copy on inactive set warning title Xavier Julian 2025-04-11 15:26:40 +02:00
  • 80d719353c Make auth data available before request parsing Andrey Antukh 2025-04-14 09:23:41 +02:00
  • fa3fc12594 Sanitize uuid on the rest of code Andrey Antukh 2025-04-11 13:05:22 +02:00
  • 422a9db07b Sanitize uuid parsing on legacy zip import code Andrey Antukh 2025-04-11 12:40:00 +02:00
  • a4145a30f5 🐛 Fix uuid encode/decode on schema Andrey Antukh 2025-04-11 12:39:11 +02:00
  • f25c04a901
    📚 Chore: Update create-a-plugin.md BDVGitHub 2025-04-12 18:51:04 +02:00
  • c68c404eda Improve copy on inactive set warning title Xavier Julian 2025-04-11 15:26:40 +02:00
  • dcf1a593f7 Add playwright tests for cut-copy-paste variants Pablo Alba 2025-04-10 14:17:09 +02:00
  • 785b61be2f Fix corner cases of duplicate/copy-paste/cut-paste variants Pablo Alba 2025-04-07 17:29:03 +02:00
  • 39c7782019
    Merge pull request from penpot/elenatorro-10681-update-component-color-preview Elena Torró 2025-04-11 14:33:07 +02:00
  • 1c5c51907a Merge remote-tracking branch 'origin/staging' into develop Alejandro Alonso 2025-04-11 14:05:00 +02:00
  • e004671346
    📚 Update Recommended storage info () main andrés gonzález 2025-04-11 14:02:35 +02:00
  • a59014cad0 Modifiers grid multi-span alonso.torres 2025-04-08 17:45:43 +02:00
  • 38e5c161e7 Sanitize plugins uuid parsing Andrey Antukh 2025-04-11 12:21:36 +02:00
  • 99a9574b5b
    Merge 354f8b16f4 into 87650de9bc María Valderrama 2025-04-11 10:07:12 +00:00
  • 354f8b16f4 📎 Code review - WIP mavalroot-onboarding-changes María Valderrama 2025-04-10 14:53:28 +02:00
  • 28fd46e75b 🐛 Fix avoid uncacheable tiles Alejandro Alonso 2025-04-11 10:37:20 +02:00
  • 87650de9bc
    🐛 Fix color gradient on text positioned incorrectly () Aitor Moreno 2025-04-11 11:36:31 +02:00
  • ee5596067e
    ⬆️ Upgrade style_dictionary dependency to v5-rc1 () Florian Schrödl 2025-04-11 11:31:28 +02:00
  • 870fec6bbd
    🐛 Fix modal hint as context notification () Eva Marco 2025-04-11 11:27:30 +02:00
  • df38a9de7f 🐛 Fix color gradient on text positioned incorrectly Aitor Moreno 2025-04-09 12:19:21 +02:00
  • a658b68f3c ⬆️ Upgrade to v5 Florian Schroedl 2025-04-11 11:04:11 +02:00
  • 686ab14b43
    Merge pull request from penpot/alotor-fix-bool-wasm Alejandro Alonso 2025-04-11 11:06:31 +02:00
  • fced0cf3b1 🐛 Fix problem with booleans in wasm alonso.torres 2025-04-11 10:56:08 +02:00
  • 25dd53290c 🐛 Fix component thumbnail refresh on change Andrey Antukh 2025-04-11 10:40:56 +02:00
  • 542ac36a40 Add playwright tests for cut-copy-paste variants Pablo Alba 2025-04-10 14:17:09 +02:00
  • 609a8875ad Fix corner cases of duplicate/copy-paste/cut-paste variants Pablo Alba 2025-04-07 17:29:03 +02:00
  • a7c1f7ba69
    🐛 Fix incorrect undo handling on path edition Andrey Antukh 2025-04-11 08:54:02 +02:00
  • de8e27feb8
    Merge pull request from penpot/ladybenko-10666-builtin-fonts Elena Torró 2025-04-11 08:48:31 +02:00
  • e7144142e5
    Add, edit and delete variant properties from layer panel () luisδμ 2025-04-10 21:15:23 +02:00
  • 636a45b01c Rename var Pablo Alba 2025-04-10 21:02:51 +02:00
  • 4412292497 🐛 Fix resolving issue caused by css transforms group Florian Schroedl 2025-04-10 17:18:30 +02:00
  • 56f1ac3b5f ⬆️ Update sd-transforms package Florian Schroedl 2025-04-10 17:17:58 +02:00
  • 5933a7afb9 🐛 Fix modal hint as context notification Eva Marco 2025-04-10 17:03:08 +02:00
  • ebd70bdb34 📚 Update Recommended storage info Andres Gonzalez 2025-04-10 16:34:13 +02:00
  • eb39d24d3a ♻️ Refactor how rAF/cAF is handled Aitor Moreno 2025-04-08 16:38:36 +02:00
  • b6f2a434cf Display inactive set warning Xavier Julian 2025-04-03 15:17:41 +02:00
  • caf558f8dd
    🐛 Fix import error messages () Alonso Torres 2025-04-10 14:46:50 +02:00
  • 6f2f1b7a76
    ⬆️ Update style dictionary to 4.3.3 () Florian Schrödl 2025-04-10 14:42:24 +02:00
  • 744ef1958b
    Merge pull request from penpot/elenatorro-fix-render-wasm-tests Elena Torró 2025-04-10 14:19:02 +02:00
  • 69a2b4c8fc 🐛 Fix incorrect undo handling on path edition Andrey Antukh 2025-04-08 14:29:52 +02:00
  • 08b44e1857 🔧 Return the test output Elena Torro 2025-04-01 15:30:21 +02:00
  • 580b60550c
    🐛 Fix notification vertical alignment () Eva Marco 2025-04-10 13:53:20 +02:00
  • f62f9155d2 🐛 Fix notification vertical alignment Eva Marco 2025-04-10 13:29:03 +02:00
  • e9755d437e 🐛 Fix sets and set groups with same name cannot be renamed Florian Schroedl 2025-04-10 10:31:01 +02:00
  • 1f012e12de 📎 Remove extra onboarding step María Valderrama 2025-04-10 12:55:02 +02:00
  • 20f695e8d7
    Merge pull request from penpot/ladybenko-fix-test-run Elena Torró 2025-04-10 13:04:22 +02:00
  • 1d7ff1f9e4 🔧 Fix requiring an emscripten macro in non-wasm architectures Belén Albeza 2025-04-10 12:52:56 +02:00
  • 5b18f1d76d 🔧 Update test script to use the right architecture Belén Albeza 2025-04-10 12:50:22 +02:00
  • 7dde2fe5e5 📎 PR changes Luis de Dios 2025-04-10 12:38:19 +02:00
  • 6856656bc1 🐛 Fix unions for new render superalex-fix-path-unions Alejandro Alonso 2025-04-10 11:05:17 +02:00
  • d880307a9b
    🎉 Add performance measuring functions () Aitor Moreno 2025-04-10 11:33:22 +02:00
  • b64458db31 ♻️ Update style dictionary to 4.3.3 Andrey Fedorov 2025-04-09 09:04:03 +02:00
  • fd36d53cc6 🐛 Fix sets and set groups with same name cannot be renamed Florian Schroedl 2025-04-10 10:31:01 +02:00
  • e5db66351e
    🐛 Fix scroll on token themes modal () Eva Marco 2025-04-10 10:25:08 +02:00
  • a5e331faeb 🐛 Fix collapse set group error Eva Marco 2025-04-09 17:17:25 +02:00
  • 5a4a7b32ac 🐛 Fix scroll on token themes modal Eva Marco 2025-04-09 11:52:02 +02:00
  • bc9b186cb4 🎉 Add performance measuring functions Aitor Moreno 2025-04-03 15:03:37 +02:00
  • 89153eef23
    🎉 Increase height presets dropdown () ºelhombretecla 2025-04-10 10:01:52 +02:00
  • 771daaae5e 🎉 Add enhancement to CHANGES.md elhombretecla 2025-03-28 10:50:29 +01:00
  • b302b034f8 🎉 Add new measures dropdown height elhombretecla 2025-03-28 10:17:42 +01:00
  • baee8dbf60 🐛 Fix import error messages alonso.torres 2025-04-10 09:25:14 +02:00
  • b737c97b52 ♻️ Use new call convention for path drawing components niwinz-develop-path-data-serialization Andrey Antukh 2025-04-02 15:40:44 +02:00
  • 039ce514f1 Add naming improvement to bool content update fn Andrey Antukh 2025-03-31 15:19:47 +02:00
  • 61c15070fb 🎉 Add full integration with path data type feature Andrey Antukh 2025-03-28 00:07:45 +01:00
  • b209fd7311 ♻️ Refactor bool shape creation and modification events Andrey Antukh 2025-03-28 17:18:12 +01:00
  • 70d0e3d76d 🔥 Remove unused components-v2 binding on fdata creation Andrey Antukh 2025-03-28 19:20:58 +01:00
  • 26c6765b91 Add better error reporting for test check tests Andrey Antukh 2025-03-28 00:04:28 +01:00
  • a16daf2d0e Add serialization support for PathData Andrey Antukh 2025-03-26 20:32:43 +01:00
  • 97c24c8b9c
    🐛 Fix merge path nodes with only one node selected () Alejandro 2025-04-10 09:08:44 +02:00
  • 43535ae573 Merge remote-tracking branch 'origin/staging' into develop Alejandro Alonso 2025-04-10 08:40:29 +02:00
  • b7a8677036
    Merge pull request from penpot/niwinz-staging-clean-data 2.6.1 Alejandro 2025-04-10 08:38:55 +02:00
  • 61643f676c
    Merge pull request from penpot/elenatorro-10750-fix-path-nil-svg-attrs Alejandro 2025-04-10 06:51:50 +02:00
  • 9b8c8c4971
    Merge pull request from penpot/elenatorro-10756-delete-last-shape Alejandro 2025-04-10 06:49:41 +02:00
  • e54fbbcb56 🐛 Fix merge path nodes with only one node selected Alejandro Alonso 2025-04-09 09:06:18 +02:00
  • 033ca0d56b
    🐛 Fix error when an external user tries to export a shape on viewer () Alejandro 2025-04-09 16:48:49 +02:00
  • 8f18ec5d19 🐛 Fix error when an external user tries to export something from a prototype using a shared link Alejandro Alonso 2025-04-09 12:03:07 +02:00
  • 28a6797595
    🐛 Fix problem with error detail in toast () Alonso Torres 2025-04-09 16:36:11 +02:00
  • 9ff2160c77 🐛 Clean workspace state on exit or url change Andrey Antukh 2025-04-09 16:31:49 +02:00
  • a57d082745 Add, edit and delete variant properties from layer panel Luis de Dios 2025-04-08 12:22:55 +02:00
  • e87d2d78aa 🐛 Fix problem with error detail in toast alonso.torres 2025-04-09 15:05:44 +02:00
  • 953db56a0d 🐛 Remove children correctly Elena Torro 2025-04-09 12:19:47 +02:00
  • 6c4f99428d Display inactive set warning Xavier Julian 2025-04-03 15:17:41 +02:00
  • 82cf474863 Merge remote-tracking branch 'origin/staging' into develop Alejandro Alonso 2025-04-09 13:52:54 +02:00
  • 4c77b32171
    Merge pull request from penpot/niwinz-staging-fix-backend-tests Alejandro 2025-04-09 13:52:30 +02:00
  • 34141ce9af 📎 Fix backend tests Andrey Antukh 2025-04-09 13:36:15 +02:00
  • edfcac3d5c 🐛 Restore uid assignation on devenv entrypoint Andrey Antukh 2025-04-09 13:11:12 +02:00
  • 774e11c827 Merge remote-tracking branch 'origin/staging' into develop Alejandro Alonso 2025-04-09 12:53:18 +02:00
  • 58c867885c
    Merge pull request from penpot/alotor-bug-colorpicker 2.6.1-RC1 Alejandro 2025-04-09 12:51:17 +02:00
  • ccb6e25914 🐛 Fix colorpicker scroll when dropdown displayed alonso.torres 2025-04-09 10:37:16 +02:00
  • 965d2d4036
    🐛 Fix webhooks not shown in list () Alejandro 2025-04-09 12:46:00 +02:00
  • c7d1e6655a 🐛 Fix webhooks not shown in list Alejandro Alonso 2025-04-09 12:37:34 +02:00
  • 9f8d7c9e41 🐳 Improve https documentation Yamila Moreno 2025-04-09 12:24:19 +02:00
  • 8d352c1f82 Merge branch 'main' into staging Andrey Antukh 2025-04-09 10:59:37 +02:00
  • faead09174 Merge tag '2.6.0' Andrey Antukh 2025-04-09 10:58:39 +02:00
  • 43f77376b6 🔧 Do not try to set svg path attrs if none Elena Torro 2025-04-09 10:13:39 +02:00
  • ae3ce1220b 🐳 Improve https documentation Yamila Moreno 2025-04-09 10:05:18 +02:00
  • 6e3673136a 📎 Update changelog 2.6.0 Andrey Antukh 2025-04-09 09:19:05 +02:00
  • 9a29e8f480 🔧 WIP send all text leafs in a buffer all at once elenatorro-test-parse-text-properties Elena Torro 2025-04-07 09:25:50 +02:00
  • c0ba92f503 🎉 Add support for default font variants (wasm) Belén Albeza 2025-04-08 16:45:27 +02:00
  • 90cb0357c6 🎉 Swap default font for source sans (wasm) Belén Albeza 2025-04-08 14:46:36 +02:00
  • 5ac4deaffb ♻️ Use new call convention for path drawing components niwinz-develop-path-data-serialization-backup-2 Andrey Antukh 2025-04-02 15:40:44 +02:00
  • 522c756c86 Add naming improvement to bool content update fn Andrey Antukh 2025-03-31 15:19:47 +02:00
  • 28001898c8 🎉 Add full integration with path data type feature Andrey Antukh 2025-03-28 00:07:45 +01:00
  • d55e55ebcc
    Merge pull request from penpot/niwinz-upgrade-devenv Alejandro 2025-04-08 10:50:50 +02:00
  • c2522329fd
    Merge pull request from penpot/alotor-perf-grid-layout-modifiers-2 Aitor Moreno 2025-04-08 09:47:42 +02:00
  • fb6eff35c8 ♻️ Refactor bool shape creation and modification events Andrey Antukh 2025-03-28 17:18:12 +01:00
  • c41b1d5c7c 🔥 Remove unused components-v2 binding on fdata creation Andrey Antukh 2025-03-28 19:20:58 +01:00