Skip to content

Commit

Permalink
Merge pull request #116 from janpfeifer/echarts
Browse files Browse the repository at this point in the history
Updated CHANGELOG
  • Loading branch information
janpfeifer authored Apr 14, 2024
2 parents 13aa8e8 + 0cece20 commit 0ac7576
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# GoNB Changelog

## Next
## 0.10.1, 2024/04/14 Added support for Apache ECharts

* Interrupt and Shutdown:
* [`interrupt_mode`] set to `message`, as opposed to having a `SIGINT`. Works both in JupyterLab and VSCode.
* Interrupt all cell executions at `shutdown_request`.
* New `github.com/janpfeifer/gonb-echarts` to add support to [Apache ECharts](https://echarts.apache.org/en/index.html)
using [github.com/go-echarts/go-echarts](https://github.com/go-echarts/go-echarts).
* Added `gonb_echarts.Display` and `gonb_echarts.DisplayContent`.
* Updated documentation on VSCode limitation for Javascript.
* Fixed bug in `dom.LoadScriptOrRequireJSModuleAndRun` where plotly source was hardcoded by mistake.

Expand Down

0 comments on commit 0ac7576

Please sign in to comment.