Skip to content

Latest commit

 

History

History
86 lines (53 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

86 lines (53 loc) · 3.41 KB

Changelog

All notable changes to the bpmn-io vs-code extension will be documented in this file.

Unreleased Changes

0.12.0

  • CHORE: update display name + description (#95)

0.11.0

0.10.0

  • FEAT: add support for .bpmn2 files (#78)
  • CHORE: upgrade to bpmn-js@8

0.9.0

  • FEAT: add action keybindings (#61)
  • FIX: use active editor if not opened directly (#76)
  • FIX: use local document path for file contents (#82)
  • CHORE: ensure build tools are working on all platforms (3f5fa066)

0.8.0

  • FEAT: adapt autosave capabilities on focus and window change (0c3fd1)
  • FEAT: use webview related uri for resource generation (#70)
  • CHORE: upgrade to bpmn-js@7
  • CHORE: update bpmn-io logo (#72)

0.7.0

  • FIX: correct copy, paste and replace
  • CHORE: drop readonly BPMN viewer
  • CHORE: bump to [email protected]

0.6.4

  • CHORE: correct repository url

0.6.3

  • CHORE: add marketplace logo to package metadata

0.6.2

  • CHORE: add marketplace logo

0.6.1

  • FIX: bundle css files (2f85fc)

0.6.0

  • FEAT(editing): save diagram changes on CTRL+S (#46)
  • CHORE: improve icons
  • FEAT: add editing capabilities (#2)
  • FIX: add support for Windows (#44)

0.5.0

  • CHORE: remove jquery from preview panel (819422)
  • FEAT: use local bpmn-js dependency (#13)
  • FEAT: open preview panel to next column (#6)

0.4.1

  • FIX: set background-color to white (#3)

0.4.0

  • CHORE: dependency updates

0.3.0

  • FEAT: Show Preview as action (1e5e6c)
  • FEAT: Refresh Preview on focus (84cf5fb)
  • FEAT: Zoom to fit full viewport (bab8df)
  • CHORE: Do not open Preview directly when workspace is loaded (d67ea8)

0.2.0

  • Initial release
  • FEAT: Add BPMN Viewer (197d34)