Andrey Antukh
df2d242746
🐛 Fix unexpected exception on viewer caused by nil objects
...
This issue is started to happening because of an unrelated change
on frame-shape react component where shapes are looked up directly
on objects having in supposition that objects will be exists but on
viewer there are two objects: fixed and not-fixed, and in some cases
objects map can be empty or don't contain the object.
For solve the issue, we just filter not existing objects before
progragate the children down to the inner react components, avoiding
the exception when an object appears as `nil`.
2023-09-21 09:48:51 +02:00
Eva
9e07999537
🔥 Remove all css.json files
2023-09-21 09:31:42 +02:00
Andrés Moya
836b4538dd
✨ Add validate & repair functions
2023-09-20 15:40:43 +02:00
alonso.torres
f004aa5efd
🐛 Fix problems with boards
2023-09-20 14:21:49 +02:00
alonso.torres
e5b05eff23
🐛 Fix problem when creating groups inside grid
2023-09-20 14:21:49 +02:00
Andrey Antukh
9931232a91
Merge pull request #3636 from penpot/palba-show-info-empty-library-on-dialogs
...
🎉 Warn about empty libraries on the share library dialog
2023-09-19 09:54:21 +02:00
Pablo Alba
d615fbb282
🎉 Warn about empty libraries on the share library dialog
2023-09-19 09:52:40 +02:00
Pablo Alba
dfb7df1eb9
🎉 Allow to make reset override in bulk
2023-09-18 17:01:28 +02:00
Aitor
0494dc843f
♻️ Refactor thumbnails
2023-09-18 17:00:13 +02:00
Aitor
0721fc9d80
⚡ Add lazy loading and async decoding to graphics
2023-09-18 17:00:13 +02:00
Aitor
9ce8c2d580
♻️ Change pixel overlay inner workings
2023-09-18 17:00:13 +02:00
Aitor
537435372a
♻️ Change pixel overlay rendering to use rasterizer
2023-09-18 17:00:13 +02:00
Aitor
0496b1f4e3
♻️ Change how thumbnails are rendered
2023-09-18 17:00:13 +02:00
Aitor
51a8e8799b
♻️ Change thumbnail-renderer to rasterizer
2023-09-18 17:00:13 +02:00
alonso.torres
52cbc7e09d
✨ Margins for grid elements
2023-09-18 14:08:51 +02:00
alonso.torres
6f2a459cce
✨ Instance component to grid layout
2023-09-18 14:08:34 +02:00
alonso.torres
ea4a3d9e27
🐛 Fix problem with duplicate shapes
2023-09-18 14:08:20 +02:00
alonso.torres
17f35cda15
✨ Multiple cells selection and area
2023-09-18 14:07:53 +02:00
alonso.torres
322767701c
✨ Highlight on track hover
2023-09-18 14:07:37 +02:00
alonso.torres
495ba6e4a4
✨ Reorder grid tracks
2023-09-18 14:04:16 +02:00
alonso.torres
de4ef1b19d
Merge remote-tracking branch 'origin/staging' into develop
2023-09-18 13:48:41 +02:00
alonso.torres
4b5e9997e9
🐛 Fix problem with z-index field in non-absolute items
2023-09-18 13:22:47 +02:00
Andrey Antukh
7fe446e9de
✨ Add support for svg optimizations on workspace svg import
...
Under `enable-frontend-svgo` flag, disabled by default.
2023-09-15 15:00:58 +02:00
Alejandro Alonso
175072f546
Merge remote-tracking branch 'origin/staging' into develop
2023-09-15 12:23:27 +02:00
Andrey Antukh
11df5ec15e
Revert " ✨ Add support for svg optimizations on workspace svg import"
...
This reverts commit b92fcca17c
.
2023-09-15 12:19:26 +02:00
Alejandro
aa62b9d248
Merge pull request #3628 from penpot/niwinz-develop-bugfixes-4
...
⚡ Don't render not visible shapes on workspace
2023-09-15 11:11:05 +02:00
Alejandro Alonso
826b96ad6c
Merge remote-tracking branch 'origin/staging' into develop
2023-09-15 10:51:05 +02:00
Alejandro
084e114f75
Merge pull request #3624 from penpot/niwinz-develop-experiments-6
...
♻️ Refacctor shape attrs extraction helpers
2023-09-15 08:37:38 +02:00
Andrey Antukh
b92fcca17c
✨ Add support for svg optimizations on workspace svg import
...
Under `enable-frontend-svgo` flag, disabled by default.
2023-09-14 19:08:39 +02:00
Alejandro Alonso
3a8123314e
Merge remote-tracking branch 'origin/staging' into develop
2023-09-14 11:53:00 +02:00
elhombretecla
28010b786d
💄 Adds new UI elements files and visual changes
2023-09-14 10:45:31 +02:00
Alejandro Alonso
33c82e2abe
🐛 Fix authentication required on dashboard
2023-09-14 07:13:37 +02:00
Alejandro
a4754a2106
Merge pull request #3599 from penpot/niwinz-develop-experiments-3
...
🐛 Replace `:use-for-thumbnail?` with `:use-for-thumbnail`
2023-09-14 06:39:06 +02:00
Andrey Antukh
956da67f84
💄 Add mostly cosmetic improvements to text-svg-position ns
2023-09-13 16:41:45 +02:00
Andrey Antukh
56aa751425
🐛 Fix incorrect react vdom on font-selector component
2023-09-13 16:36:49 +02:00
Andrey Antukh
954e5303f0
🐛 Fix incorrect props passed on workspace shape wrapper
2023-09-13 16:36:49 +02:00
Andrey Antukh
ac4343dafd
⚡ Don't render not visible shapes on workspace
2023-09-13 16:36:49 +02:00
Andrey Antukh
db5621f4ae
Revert " ⚡ Don't render not visible shapes on workspace"
...
This reverts commit a01c64ea57
.
2023-09-13 13:54:40 +02:00
Alejandro Alonso
f7e5cb4bb2
🐛 Fix selection hover
2023-09-13 12:38:11 +02:00
Andrey Antukh
307cfa287f
🔥 Remove inneficient obj/without helper
2023-09-13 10:53:24 +02:00
Andrey Antukh
393863b29f
🐛 Fix broken hooks rule on shapes fills component
2023-09-13 10:53:24 +02:00
Andrey Antukh
385fd9c4e6
♻️ Refactor shape attrs extraction helpers
2023-09-13 10:53:24 +02:00
Andrey Antukh
e6f8022de0
✨ Add obj/array? helper
2023-09-13 10:52:32 +02:00
Andrey Antukh
b1e54a9714
✨ Pass explicitly the render-id on props handling in path and svg-raw shapes
2023-09-13 10:52:32 +02:00
Andrey Antukh
85a1f7d69e
⚡ Add minor optimizations to fills component (shapes)
2023-09-13 10:52:32 +02:00
Andrey Antukh
281251ff87
⚡ Add minor optimizations to rect shape
2023-09-13 10:52:32 +02:00
Pablo Alba
88390432f5
🐛 Fix export file with components as basic objects
2023-09-13 09:50:27 +02:00
Alejandro
026510c204
Merge pull request #3608 from penpot/niwinz-develop-experiments-5
...
⚡ Add performance oriented refactor of custom-stroke related components
2023-09-13 07:00:26 +02:00
Pablo Alba
b4b5aaafe4
🐛 Fix preview of moving a copy of a flex component into its main
2023-09-12 17:05:50 +02:00
Pablo Alba
fe36a9e958
✨ Assets groups review
2023-09-12 16:19:09 +02:00