Skip to content

Latest commit

 

History

History
347 lines (170 loc) · 15 KB

CHANGELOG.md

File metadata and controls

347 lines (170 loc) · 15 KB

3.2.4 (2021-07-19)

Bug Fixes

  • release: try fix release (6af0b5b)

3.2.3 (2021-07-18)

Bug Fixes

  • engine: fix coerce zoom using default zoom when not set (ec8459a), closes #128
  • release: check relase (3a787d0)
  • release: check relase (b64fff3)

3.2.2 (2021-04-26)

Bug Fixes

  • drop-action: fix circular imports (15b82e1)

3.2.1 (2021-04-22)

Bug Fixes

  • export drop action (389540d)
  • fit-to-center: fix calculation (1edbc5d)

3.2.0 (2021-04-21)

Bug Fixes

  • delete action: fix delete key pressed action (5b79614)
  • delete action: fix delete key pressed action (7203014)

Features

  • engine: add fit to center ability (2ca0b26)

3.1.0 (2021-04-21)

Features

  • actions: add drop action (7233777)

3.0.7 (2021-04-18)

Bug Fixes

  • dependencies: add rxjs and dagre to peer dependencies to prevent conflicts (d6a97fb)

3.0.6 (2021-04-14)

Bug Fixes

  • extras: set the value as passed (db355ce)
  • link: merge with current extras (0b5a3bc)
  • mouse: change minimum zoom limitation (67b1509)

3.0.5 (2021-04-03)

Bug Fixes

  • cyclic: updated imports to remove cyclic dependencies (b576592)

3.0.4 (2021-03-31)

Bug Fixes

  • host: models are no longer bound to host view (a0d9937)

3.0.3 (2021-03-30)

Bug Fixes

  • optional models: added optional to all models (1780c6d)

Performance Improvements

  • deps: updated all deps to latest (485d681)

3.0.2 (2021-03-29)

Bug Fixes

  • deps: removed unnecessary dependencies (e8956a2)

3.0.1 (2021-03-29)

Bug Fixes

  • typings: added resize-observer-browser typing to core (18ddd83)

3.0.0 (2021-03-29)

Bug Fixes

  • generate links & dynamic ports (9343733)
  • state: removed un neccesery emits (f9be243)
  • factories reimplementation (24eb729)

Features

  • auto dimensions: resize observer to resolve node and port dimensions automatically (d97e372)
  • core: change factory implementation (5ad231d)
  • themes: gh theme finished (0f45722)
  • themes: styling (1807d0f)
  • v3: initial work (09c534d)

BREAKING CHANGES

  • core: rename diagramEngineCore to diagramEngine delete FactoriesManager add entityType to base.entity delete default angular factories rename angular's DiagramEngine to EngineService

2.2.3 (2021-03-08)

Bug Fixes

  • keyboard: fire delete action only if pressed the delete key (311989b)

2.2.2 (2021-03-04)

Bug Fixes

  • events: remove contenteditable (5365877)
  • events: remove contenteditable (c94d1f9)

2.2.1 (2021-03-04)

Bug Fixes

  • action: add new actions to actions index (29d51f0)

2.2.0 (2021-03-04)

Features

  • general: add keyboard manager (382d0d4)
  • keyboard: add copy paste events (400c429)
  • keyboard manager: fix cr comments (c54ed9b)
  • keyboard manager: fix cr comments (7fb1d24)
  • keyboard manager: fix cr comments (ea18c52)
  • keyboard manager: fix cr comments (19d4973)
  • keyboard manager: fix cr comments (92fa193)
  • keyboard manager: fix cr comments (0bc5259)
  • keyboard manager: fix cr comments (0de5fa0)
  • keyboard manager: fix cr comments (94d1455)
  • keyboard manager: fix cr in progress (dab3950)
  • keyboard manager: fix cr in progress (0d90e76)
  • keyboard manager: fix cr in progress (1a862f7)

2.1.4 (2021-03-01)

Bug Fixes

  • mouse manager: fix mouse up triggered twice intead of one every time item is moved (f453939)

2.1.3 (2021-02-21)

Bug Fixes

  • select action: fix checking if element is contains in box,now also check the bottom right point (ca0e178)

2.1.2 (2021-02-18)

Bug Fixes

  • auto arrange: fix DagrePlugin set coordinates (c47e929)

2.1.1 (2021-02-10)

Bug Fixes

  • node layers rect: calc right and top nodes including the width and height (75423c8)
  • node layers rect: calc right and top nodes including the with and height (c74eb12)
  • node layers rect: calc right and top nodes including the with and height (8926af1)
  • node layers rect: calc right and top nodes including the with and height (37a6860)

2.1.0 (2021-02-09)

Features

  • genral: add the ability to zoom to fit and zoom to nodes (94dea1b)
  • genral: add the ability to zoom to fit and zoom to nodes (8580874)
  • genral: fix comments (0d9526f)
  • genral: fix comments (bf70291)
  • genral: fix comments (cfac5f3)

2.0.2 (2021-01-31)

Bug Fixes

  • ctx menu: chrome bug when clicking right mouse button, mouse up isn't fired (9b1b383)

2.0.1 (2021-01-31)

Bug Fixes

  • multiple select: if point is attached to port, don't select (f008d13)

2.0.0 (2021-01-30)

Bug Fixes

  • angular: enable strict mode (6c30470)

Features

  • strict typescript: strict mode enabled on all libraries and storybook (5e967c8)

BREAKING CHANGES

  • strict typescript: angular components no longer extend base models | factories structure changed

1.5.3 (2021-01-10)

Bug Fixes

  • default node: removed default animations on node appearance (0aa6502)

1.5.2 (2021-01-09)

Bug Fixes

1.5.1 (2021-01-09)

Bug Fixes

  • angular links: hover change detection manually triggered (f9aac7c)
  • dynamic: ports updates will now consider offsets and zoom level (9a35868)
  • imports: removed unused imports, build only whats neccessery (3fb1e89)

1.5.0 (2021-01-08)

Features

  • engine: node and canvas selectors (a41f760)

1.4.0 (2021-01-08)

Features

  • link: points selector added (ec48ab1)

1.3.0 (2021-01-06)

Features

  • links and ports: dynamically updating coords on changes (1b032f2)

1.2.5 (2021-01-05)

Performance Improvements

1.2.4 (2021-01-04)

Bug Fixes

  • labels: will be selected and not painted once (990d79f)

1.2.3 (2021-01-04)

Bug Fixes

  • inverse zoom: fixed assignment (e181ee3)

1.2.2 (2021-01-03)

Bug Fixes

  • link model: path and points moved to model to fix imports issue (1006135)

1.2.1 (2021-01-03)

Bug Fixes

  • events: added event state to actions observer (8af62bd)

1.2.0 (2021-01-03)

Features

  • metadata: updated packages and versions (0af7376)

1.1.1 (2021-01-02)

Bug Fixes

  • publish: packges public access (5fa989b)

1.1.0 (2021-01-02)

Features

  • docs: readme on both packages (494d2ce)