2.0.7 (2024-08-30)
- update cli and fix linting errors (95cc34f)
2.0.6 (2024-08-25)
- minimap size (52ed15f)
2.0.5 (2024-01-27)
- build: source maps (131cbec)
2.0.4 (2023-10-24)
- run flushSync in microtask (fa2ba02)
2.0.3 (2023-10-20)
- no drag propagation (267cfaa)
2.0.2 (2023-10-05)
- pointerdown propagation (14ae6ec)
Fix controls losing focus on update
Breaking changes:
render.addPreset(Presets.reroute.setup({
translate(id, dx, dy) {
// const { k } = rea.area.transform
// dividing by k isn't needed
reroutePlugin.translate(id, dx, dy);
}
}))
Breaking changes: area
property omitted from Presets.classic.setup({ area })
Alias Control from classic preset
Use useNoDrag
in InputControl
- Exposed
useDrag
- Added
useNoDrag
andNoDrag
inDrag
namespace
Added RefControl
and RefSocket
to classic preset
Breaking changes: RefComponent
requires unmount
property