2.1.1 (2024-08-30)
- update cli and fix linting errors (ec9bbac)
2.1.0 (2024-01-31)
- add setup function to props that allows to create the vue/app instance yourself (in case you want to setup plugins, register components...) (f752ebf)
2.0.5 (2024-01-27)
- build: source maps (d3a77c0)
2.0.4 (2023-08-10)
- context-menu: events on vue 2 (04751db)
2.0.3 (2023-08-07)
- classic: allow custom controls with default props (34de981)
2.0.2 (2023-07-17)
2.0.1 (2023-07-17)
Replace change
event with input
of classic Input control
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 })
Implemented presets for minimap and reroute
Implemented preset for context menu plugin