Skip to content

Commit

Permalink
0.22 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jri committed Apr 22, 2019
1 parent a34066c commit c14f876
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Version History

**0.22** -- Apr 22, 2019

* Fix: adding toolbar components after instantiation is supported

**0.21** -- Mar 2, 2019

* Internal refactoring: switch topicmap renderers via dynamic component
Expand Down Expand Up @@ -115,4 +119,4 @@

------------
Jörg Richter
Mar 2, 2019
Apr 22, 2019
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dm5-topicmap-panel",
"version": "0.21.0",
"version": "0.22.0",
"description": "The DeepaMehta 5 topicmap panel as a composable GUI component",
"author": "Jörg Richter <[email protected]>",
"license": "GPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion src/components/dm5-topicmap-panel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
topicmapRenderer: undefined,
// mirror props (mirroring the *dynamic* props is sufficient)
// Note: making `toolbarCompDefs` dynamic allows components to be added *after* dm5-topicmap-panel instantiation.
// E.g. the DMX Webclient does *not* synchronize plugin loading and instantiation of the toplevel components.
// E.g. the DMX Webclient does *not* synchronize plugin loading and instantiation of its toplevel components.
object_: this.object,
writable_: this.writable,
toolbarCompDefs_: this.toolbarCompDefs
Expand Down

0 comments on commit c14f876

Please sign in to comment.