Skip to content

Latest commit

 

History

History
78 lines (40 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

78 lines (40 loc) · 2.08 KB

2.2.1 (2024-09-14)

Bug Fixes

  • fix peer dependencies constraints (5870f77)

2.2.0 (2024-09-14)

Features

  • add support for angular 18 (3189913)

2.1.2 (2024-08-23)

Bug Fixes

2.1.1 (2024-01-27)

Bug Fixes

2.1.0 (2023-12-15)

Features

2.0.2 (2023-07-16)

Bug Fixes

2.0.1 (2023-07-16)

Bug Fixes

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

Support Angular 16

2.0.0-beta.14

Implemented presets for Minimap and Reroute

2.0.0-beta.13

Implemented preset for Context menu