Skip to content

Latest commit

 

History

History
74 lines (39 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

74 lines (39 loc) · 2.27 KB

2.1.0 (2024-01-31)

Features

  • 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)

Bug Fixes

2.0.4 (2023-08-10)

Bug Fixes

  • context-menu: events on vue 2 (04751db)

2.0.3 (2023-08-07)

Bug Fixes

  • classic: allow custom controls with default props (34de981)

2.0.2 (2023-07-17)

Bug Fixes

2.0.1 (2023-07-17)

Bug Fixes

  • sockets/controls rerender on update (dabf1e4)
  • unmount ref components (437565b)

v2.0.0-beta.21

Replace change event with input of classic Input control

v2.0.0-beta.19

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);
  }
}))

2.0.0-beta.18

Breaking changes: area property omitted from Presets.classic.setup({ area })

2.0.0-beta.14

Implemented presets for minimap and reroute

2.0.0-beta.13

Implemented preset for context menu plugin