Skip to content

Latest commit

 

History

History
82 lines (43 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

82 lines (43 loc) · 2.07 KB

2.0.7 (2024-08-30)

Bug Fixes

  • update cli and fix linting errors (95cc34f)

2.0.6 (2024-08-25)

Bug Fixes

2.0.5 (2024-01-27)

Bug Fixes

2.0.4 (2023-10-24)

Bug Fixes

  • run flushSync in microtask (fa2ba02)

2.0.3 (2023-10-20)

Bug Fixes

2.0.2 (2023-10-05)

Bug Fixes

  • pointerdown propagation (14ae6ec)

v2.0.0-beta.22

Fix controls losing focus on update

v2.0.0-beta.20

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.19

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

2.0.0-beta.18

Alias Control from classic preset Use useNoDrag in InputControl

2.0.0-beta.17

  • Exposed useDrag
  • Added useNoDrag and NoDrag in Drag namespace

v2.0.0-beta.12

Added RefControl and RefSocket to classic preset

v2.0.0-beta.10

Breaking changes: RefComponent requires unmount property