Skip to content

Latest commit

 

History

History
81 lines (43 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

81 lines (43 loc) · 2.24 KB

Changelog

All notable changes to diagram-js are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

2.3.0

  • FEAT: hide palette toggle in expanded state (a none-feature, technically) (#257)
  • FIX: take top/bottom padding into account when rendering text (#259)
  • FIX: don't throw error on out-of-canvas lasso tool release

2.2.0

  • FEAT: support lineHeight in text render util (#256)

2.1.1

  • FIX: correct code snippet to ES5

2.1.0

  • FEAT: add support for multiple labels (#202)
  • FEAT: allow multiple classes to be passed to popup menu entries

2.0.0

Breaking Changes

  • FEAT: refactor popup menu to allow multiple providers and simplify API (b1852e1d)

1.5.0

This release accidently introduced backwards incompatible changes. Unpublished; Use v2.0.0 instead.

1.4.0

  • CHORE: bump object-refs version

1.3.1

  • FIX: correct side-effects config to not include *.css files

1.3.0

  • FEAT: emit popup menu life-cycle events
  • FIX: prevent default click action on dragend, if trapClick: true is specified

1.2.1

  • FIX: escape ids in CSS selectors

1.2.0

  • DOCS: migrate example to ES modules

1.1.0

  • CHORE: update utility toolbelt

1.0.0

Breaking Changes

  • CHORE: convert code base to ES modules. You must now configure a module transpiler such as Babel or Webpack to handle ES module imports and exports. (e26b034)

0.31.0

Breaking Changes

  • FEAT: remove EventBus.Event in favor of EventBus#createEvent API (91899cf6)

0.30.0

...

Check git log for earlier history.