Releases: nteract/hydrogen
Releases · nteract/hydrogen
v1.21.0
🎉 Features
- Support for the new
VDOM
mime type. For more information take a look at this notebook. - Only show copy button if there is text to copy #943
-
Add support for
language-weave
LaTex and reStructuredText: http://mpastell.com/pweave/editors.html#atom #953
-
Plugin API: Export
getCurrentCellRange
#957
🐛 Bugs
- Fix issue breaking remove-watch when called from command palette #964
📝 Documentation
👷 Internal Improvements
v1.20.0
⚠️ Deprecations
- Connecting to existing ZMQ kernels via a connection.json file feature now fully removed #919
- Deprecated in favor of kernel gateways
🎉 Features
- Use ctrl/cmd+click to open in editor (removes need for open in editor button) #941, #942
- Enable hydrogen debug output toggling without reloading atom #925, #927
📝 Documentation
👷 Internal Improvements
- Use mutable data structures to work better with mobx #917
v1.19.0
v1.18.0
v1.17.1
v1.17.0
⚠️ Deprecations:
- Connecting to existing ZMQ kernels via a connection.json file #855
- Deprecated in favor of kernel gateways
- See issue #858 for questions or feedback
🎉 Features
-
Add
restart-kernel-and-re-evaluate-bubbles
command -
Make use of all available space in external output area #860
-
Add empty message to output view when nothing to display #857, #871
🐛 Bugs
- Kernelspec user config is ignored on update-kernels #856
- ZMQ kernel should call restart-callback on light-restart #857
👷 Internal Improvements
v1.16.0
Features
- Result view will now autoscroll per default #835
- Improved kernel restart #853
- Don't clear the result bubbles on restart
- Don't hide external output area on restart
- Only spawn a new kernel process and keep the ZMQ sockets open
- Add support for upcoming IPython completer API with rich type information (requires ipykernel v4.7) #826
Documentation
- Link to documentation near the top #839
- Mention Node.js development dependency #838
- Update required Atom version #842
- Add example of using plotly in R #852