Skip to content

Commit

Permalink
Update to Diagrams.net 14.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Jun 6, 2021
1 parent f5b7110 commit 5f7a6c0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
### Added
- Theme of editor can be configured via plugin's settings (#65)

### Changed
- Update to Diagrams.net 14.7.4

## [0.1.7] - 2021-04-27

### Changed
Expand Down
27 changes: 27 additions & 0 deletions src/webview/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
= Sub-Modules

This is a sub-module pointing to https://github.com/jgraph/drawio.

== Why a submodules

This allows tracking te upstream development in a relatively straightforward way.

== How to update

Run the following commands when you want to update it:

----
cd src/webview/drawio
git checkout dev
cd ..
git add drawio
git commit ...
git push
----

Run the following commands for all other developers:

----
git pull
git submodule update --init
----
2 changes: 1 addition & 1 deletion src/webview/drawio
Submodule drawio updated 491 files

0 comments on commit 5f7a6c0

Please sign in to comment.