Andrey Antukh
2d5e50f352
⬆️ Update root repo deps
2026-04-24 08:17:32 +02:00
Andrey Antukh
eeeb698d91
⬆️ Bump opencode-ai dev dependency 1.4.3 -> 1.14.19
...
Signed-off-by: Andrey Antukh <niwi@niwi.nz>
2026-04-20 20:13:15 +02:00
Andrey Antukh
0fc2050526
⬆️ Update deps on root package.json
2026-04-13 15:00:47 +02:00
Andrey Antukh
dfa45ec8d8
⬆️ Update deps on root package.json
2026-04-09 09:10:44 +02:00
Andrey Antukh
9a0ae32488
⬆️ Update opencode dependency on repo root
2026-04-07 16:33:40 +02:00
Andrey Antukh
e7e98255d9
⚡ Add scroll and zoom raf throttling ( #8812 )
...
* ⬆️ Update opencode and copilot deps
* 🐛 Decouple workspace-content from workspace-local to reduce scroll re-renders
Move workspace-local subscription from workspace-content* (parent) into
viewport* and viewport-classic* (children). workspace-content* now only
subscribes to the new workspace-vport derived atom, which changes only on
window resize — not on every scroll event. This prevents the sidebar,
palette and other workspace-content children from re-rendering on scroll.
* 🐛 Throttle wheel events to one state update per animation frame
Accumulate wheel event deltas in a mutable ref and flush them via
requestAnimationFrame, so that multiple wheel events between frames
produce a single state mutation instead of one per event. This prevents
the cascade of synchronous React re-renders (via useSyncExternalStore)
that can exceed the maximum update depth on rapid scrolling.
Both panning (scroll) and zoom (ctrl/mod+wheel) are throttled. Scroll
deltas are summed additively; zoom scales are compounded multiplicatively
with the latest cursor point used as the zoom center.
* ♻️ Extract schedule-zoom! and schedule-scroll! from on-mouse-wheel
* ♻️ Avoid zoom dep on on-mouse-wheel by using a ref
2026-03-30 12:06:56 +02:00
Andrey Antukh
d7e0b0cf9f
📎 Add check-fmt script to root package.json
2026-03-30 11:06:13 +02:00
Penpot Dev
2ba3605f11
⬆️ Update root repo deps
2026-03-26 13:09:31 +01:00
Andrey Antukh
8729fed724
📎 Add opencode and copilot deps on root package.json
2026-03-24 12:52:56 +01:00
Andrey Antukh
32cf95265a
📚 Add GitHub Copilot instructions ( #8548 )
2026-03-10 13:12:15 +01:00
Dominik Jain
880b9b61c4
🎉 Integrate mcp repository
...
Original repository: https://github.com/penpot/penpot-mcp
Imported commit: fcfa67e908fc54e23a3a3543dee432472dc90c5d
2026-02-04 12:22:36 +01:00
Andrey Antukh
d20c011db2
✨ Migrate plugins to pnpm
2025-12-30 14:56:15 +01:00
Andrey Antukh
a4646373cf
♻️ Refactor wasm loading strategy on worker
2025-12-09 19:41:19 +01:00
Andrey Antukh
e7029f2182
✨ Make automatic workflows not dependent on yarn
2025-12-01 08:17:52 +01:00
Belén Albeza
3c05f09fd1
🔧 Fix unnecessary playwright dependency in root dir ( #6577 )
2025-05-28 17:09:05 +02:00
Andrey Antukh
29d23577d2
🎉 Add .penpot (binfile-v3) support for library
2025-05-20 13:06:07 +02:00
Andrey Antukh
d01e3085f4
⬆️ Update yarn to 4.9.1
2025-05-14 10:39:34 +02:00
Andrey Antukh
ff7b77bda7
⬆️ Update yarn
2025-04-01 20:01:21 +02:00
Andrey Antukh
7158c4fd43
✨ Improve yarn setup on devenv
...
And update yarn version to 4.2.2
2024-05-23 12:21:07 +02:00
AzazelN28
30321e54f0
📎 Add WebSocket mock
2024-05-07 11:59:33 +02:00
Andrey Antukh
f19298f6b3
🎉 Add clj fmt checking on CI and fmt fix script
2023-11-29 11:48:38 +01:00
Andrey Antukh
3e7db452b9
🔥 Remove node workspaces
2023-11-29 11:25:27 +01:00
Andrey Antukh
01ab34abc5
📎 Set correct version on package.json file
2023-11-29 10:49:25 +01:00
Andrey Antukh
aa2f7df28f
⬆️ Update yarn to 4.0.2 and start using npm workspaces
2023-11-29 10:44:36 +01:00
Andrey Antukh
e21798f1ed
Move all files under frontend directory.
2016-11-20 20:03:17 +01:00
Andrey Antukh
0fdb11e153
Update node dependencies.
2016-11-10 23:39:41 +01:00
Andrey Antukh
c3c6385b54
Update npm dependencies.
2016-07-29 15:40:38 +03:00
Andrey Antukh
9dc94caffd
Restructure build scripts for facilitate incorporate more apps.
2016-06-14 23:50:55 +03:00
Andrey Antukh
17790256ec
Update node dependencies.
2016-05-24 21:52:29 +03:00
Andrey Antukh
2ef31f3e08
Improve initial compilation and add worker compilation to dist.
2016-04-11 18:03:34 +03:00
Andrey Antukh
2f6c632476
Minor improvements on gulpfile.
2016-04-03 13:19:11 +03:00
Andrey Antukh
a192076e0c
Remove gulp-clean from dependencies.
2016-03-03 23:47:31 +02:00
Andrey Antukh
f00c322689
Add template compilation to the gulp pipeline.
...
Just for avoid cache problems in production.
2016-02-28 10:12:25 +02:00
Andrey Antukh
ffbaf87cf5
More fixes on deploy scripts.
2016-02-21 20:50:26 +02:00
Andrey Antukh
2635f30eea
Add proper clean task.
2016-02-21 18:01:27 +02:00
Andrey Antukh
2aa95a3467
Prepare scripts for deploy.
2016-02-21 16:42:35 +02:00
Andrey Antukh
dee53bb1c4
Update dependencies.
2016-02-19 21:22:14 +02:00
Andrey Antukh
48af590bd8
More improvements to the test runner.
2016-02-02 22:04:45 +02:00
Andrey Antukh
a0bba85ca9
Update package.json, add shrinkwrap and add temporal license file.
2016-02-02 18:18:59 +02:00
Andrey Antukh
2a32f1fcf6
Initial commit
2015-12-30 00:18:59 +02:00