All notable changes to the bpmn.io vs-code extension will be documented here. We use semantic versioning for releases.
Note: Yet to be released changes appear here.
- chore: update rollup* dependencies (major) by @renovate in #182
Full Changelog: https://github.com/bpmn-io/vs-code-bpmn-io/compare/v0.21.4...v0.21.5
- fix: document tracking issue when path of document changed by @huddeldaddel in #178
Full Changelog: https://github.com/bpmn-io/vs-code-bpmn-io/compare/v0.21.3...v0.21.4
- Removed duplicated unit test by @huddeldaddel in #177
- @huddeldaddel made their first contribution in #177
Full Changelog: https://github.com/bpmn-io/vs-code-bpmn-io/compare/v0.21.2...v0.21.3
DEPS
: pin vscode types version to engine
CHORE
: update dependency @rollup/plugin-commonjs to v26 (#169)CHORE
: update dependency glob to v11 (#171)
DEPS
: update dependency bpmn-js to v17
DEPS
: update dependency bpmn-js to v16
Re-release of v0.18.0 due to incorrect version in package.json.
DEPS
: update dependency bpmn-js to v15
DEPS
: update dependency bpmn-js to v14
DOCS
: update documentation
FEAT
: turn into custom editor (#67, #62, #99)FEAT
: make menu save actions work (#88)FEAT
: make dirty indicator work (#48)FEAT
: handle external file changes (#18)
Republish of v0.15.3
.
FIX
: correctly bundle dependencies
Republish of v0.15.1
.
CHORE
: improve package meta-data
FEAT
: update to[email protected]
FEAT
: open initial diagram if empty file (#116)
FIX
: escape single quotes before import (#108)FIX
: properly log import errors (be7ec4
)DEPS
: bump to [email protected]
FEAT
: display save button in editor (#97)FEAT
: support collapsed sub processesFIX
: display correct editor iconsDEPS
: bump to [email protected]
CHORE
: update display name + description (#95)
CHORE
: bump to [email protected]
FEAT
: add support for .bpmn2 files (#78)CHORE
: upgrade to bpmn-js@8
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
)
FEAT
: adapt autosave capabilities on focus and window change (0c3fd1
)FEAT
: use webview related uri for resource generation (#70)CHORE
: upgrade to bpmn-js@7CHORE
: update bpmn-io logo (#72)
FIX
: correct copy, paste and replaceCHORE
: drop readonly BPMN viewerCHORE
: bump to[email protected]
CHORE
: correct repository url
CHORE
: add marketplace logo to package metadata
CHORE
: add marketplace logo
FIX
: bundle css files (2f85fc
)
FEAT(editing)
: save diagram changes on CTRL+S (#46
)CHORE
: improve iconsFEAT
: addediting
capabilities (#2)FIX
: add support for Windows (#44)
CHORE
: remove jquery from preview panel (819422
)FEAT
: use local bpmn-js dependency (#13)FEAT
: open preview panel to next column (#6)
FIX
: set background-color to white (#3)
CHORE
: dependency updates
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
)
- Initial release
FEAT
: Add BPMN Viewer (197d34
)