Skip to content

Releases: nteract/hydrogen

v2.14.7

01 Feb 02:10
Compare
Choose a tag to compare

v2.14.6

15 Oct 19:50
Compare
Choose a tag to compare
  • Fix red outline css bug from #1995

Thank you for the fix and welcome @juliuscrn!

v2.14.5

28 Sep 16:48
Compare
Choose a tag to compare
  • Dependency updates
  • Fix #1995

2.14.1

18 Mar 02:41
Compare
Choose a tag to compare

🎉 Features and Enhancements

🐛 Bugs

  • introduce a config option for #1790, and turn off it by default (#1892)

👷 Internal Improvements

  • update to the latest @nteract dependencies (#1853, #1877)
  • update to the latest uuid dependency (#1884)
  • update flow and fixes #1784

v2.14.0

13 Feb 09:58
Compare
Choose a tag to compare

🎉 Features and Enhancements

  • show more detailed kernel information: #1879
  • center screen on cursor on run[-cell]-and-move-down command: #1790
  • replace unmaintained react-rangeslider and roll our own: #1796

🐛 Bugs and fixes

👷 Internal Improvements

v2.13.1

29 Oct 03:16
Compare
Choose a tag to compare

🐛 Bugs

  • Fixes an issue of mathjax renderings within markdown results: #1669

👷 Internal Improvements

  • Updated dependencies: #1798

v2.13.0

20 Oct 18:25
Compare
Choose a tag to compare

🎉 Features and Enhancements

  • Added the ability to import result from jupyter notebooks #1715
    • This is enabled by default but can be turned off in the settings under 'Enable Import of Notebook Results'

👷 Internal Improvements

  • Updated dependencies: #1786
  • Clean up code: #1789

v2.12.1

28 Sep 16:45
Compare
Choose a tag to compare

🐛 Bugs

  • Fix an issue with kernel commands not working: #1781

👷 Internal Improvements

  • Updated dependencies: #1716

v2.12.0

30 Aug 19:27
Compare
Choose a tag to compare

🎉 Features and Enhancements

  • Added syntax highlighting and autocomplete inside Watches #1701
  • Add supports for newer versions of Vega #1724
    • vega-lite v3, vegav4/v5 mime-types are now supported: see here for more details
  • Experimental Autocompletion descriptions: #1727
    • With this feature, you can see kernel inspections in a description of autocompletions: e.g.:
      • example in IJulia:

      • image
    • ⚠️ Since this feature can slow down the completion performance, you must enable this via the config setting Enable Autocomplete description (Experimental) by yourself.
  • ⚠️ Autocompletion priority has change to a number rather than a checkbox: #1727
    • If you had this box unchecked in 2.10.0 or lower, then you may want to set the config setting Autocomple Suggestion Priority to an number lower than 1. Setting the number higher will show Hydrogen results higher up in the suggestion list.

🐛 Bugs

  • Fix an issue with plotly screenshots not working: #1703
  • Fixed an issue with multiline startup commands for kernels not running both lines: #1713
  • Fixed a Panda DataFrame style where border had brightened from 2.9.0 to 2.10.0: #1725

👷 Internal Improvements

📖 Documentations

v2.10.3

03 Jul 12:21
Compare
Choose a tag to compare

🐛 Bugs

  • Fixed async stream output update issues: #1687
  • ⚠️ Revert the "output-wrapping" setting introduced in v2.10.0, and instead introduce the config setting for it: #1688
    • If you like the wrapping setting between v2.10.0 and v2.10.2, please check Enable Soft Wrap for Output in Hydrogen's settings