Skip to content

Releases: nteract/hydrogen

v1.21.0

03 Sep 13:39
Compare
Choose a tag to compare

🎉 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
no-copy-if-no-innertext close-button-tooltip

🐛 Bugs

  • Fix issue breaking remove-watch when called from command palette #964

📝 Documentation

  • Add guide on how to set environment variables on Windows #962, #967

👷 Internal Improvements

  • Update prettier to version 1.6.1 #960
  • Don't include stack trace in log messages #966
  • Upgrade flow and @nteract/* packages #965

v1.20.0

14 Aug 01:26
Compare
Choose a tag to compare

⚠️ Deprecations

  • Connecting to existing ZMQ kernels via a connection.json file feature now fully removed #919

🎉 Features

  • Use ctrl/cmd+click to open in editor (removes need for open in editor button) #941, #942
    example open in editor
  • 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

04 Jul 12:35
Compare
Choose a tag to compare

🎉 Features

  • Hide expand button if nothing to expand #859
  • Add config for auto hiding external output area #893

🐛 Bugs

  • Only focus output area if necessary #900

👷 Internal Improvements

  • Refactor markers handling #888
  • Update dev dependencies to the latest version #889, #897

v1.18.0

22 Jun 10:03
Compare
Choose a tag to compare

🎉 Features

  • Add toggle-result-bubble command #875

🐛 Bugs

  • Multiple fixes for restarting kernels #883, #887
  • Prevent duplicate kernel startup #876

👷 Internal Improvements

  • Add hot-reload-package command to boost dev-workflow #885
  • Update lint-staged to the latest version #882

v1.17.1

16 Jun 23:14
Compare
Choose a tag to compare

🐛 Bugfixes:

v1.17.0

16 Jun 00:51
Compare
Choose a tag to compare

⚠️ Deprecations:

  • Connecting to existing ZMQ kernels via a connection.json file #855

🎉 Features

  • Add restart-kernel-and-re-evaluate-bubbles command

    • Cleanly evaluate code from top to bottom and update existing bubbles
      refresh result bubbles
  • 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

  • Remove ESLINT and pin prettier #865
  • Suppress logs in dev mode when logs disabled #872

v1.16.0

05 Jun 16:27
Compare
Choose a tag to compare

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
    completer

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

Internal Improvements

  • Improved test coverage #837, #844
  • Improve flow coverage #832
  • Remove slider resize hack #843

v1.15.0

01 Jun 08:32
Compare
Choose a tag to compare

Starting with this release we require Atom 1.17.0+

New Features

Use docks for all of our panels #818 #819

Add External output area #825

Internal improvements

  • Update spawnteract to the latest version #830
  • Bump React dependencies #831

v1.14.2

29 May 18:36
Compare
Choose a tag to compare

Bugfixes:

  • Fix output lag when displaying long or nested output #817
  • Fix code folding at row zero #815 #809

v1.14.1

23 May 23:22
Compare
Choose a tag to compare

Bugfixes:

  • Set icon height to 100% #810