Skip to content

Releases: nteract/hydrogen

v1.14.0

22 May 23:45
Compare
Choose a tag to compare

Features

Rewrite result view

PRs: #772, #800, #806

  • Correctly determine if outputs fits inline: Fixes #744
    fit
  • Support carriage return symbol: Fixes #466
    progress
  • Highlight stderr output: Fixes #46
  • Cleanup CSS: Fixes #252
  • Add button to expand result: Fixes #632

Rewrite watch views #794

v1.13.0 v1.14.0
1 13 0 pr

Bugfixes

  • Fix watches scrollbar #779

Documentation

  • Add example on how to render matplotlib interactively with plotly #804
  • Add link to required language-r package #803
  • Add style customization docs page #799
  • Add link to examples #805
  • Add path argument to atom --dev . example #775
  • Add instructions on how to build docs #788

Internal improvements

  • Add flow to watch-sidebar.js #798
  • Add flow to plugin-api/ #790
  • Simplify variable assignment of kernel start direcotry #773
  • CI: Switch to trusty dist to fix Atom 1.18 builds #784

v1.13.0

13 May 14:17
Compare
Choose a tag to compare

Features:

  • New options for kernel start directory (#771)
    • The new default is for a kernel to start in the project root instead of the just the open file's directory
    • You can also choose to start the kernel:
      • in the project directory relative to the file
      • in the current file's directory (the previous default)
    • See Directory to start kernel in under atom package settings > Hydrogen

Internals:

v1.12.1

28 Apr 13:51
Compare
Choose a tag to compare

Bugfixes:

  • ResultView: Guard against undefined mimeType (#746)

Documentation:

  • Add ability to link to chapter (#755)

Internals:

  • Refactor kernel picker to remove atom-space-pen-views (#749)

v1.12.0

25 Apr 16:17
Compare
Choose a tag to compare

Bugfixes:

  • Fix issue with multiple language mappings (#722, #739, #740)
  • Fix kernel picker issue with multiple languages (#722)
  • Fix status bar not displaying idle message on startup (#722)
  • Don't allow language mappings change while kernels are running (#732)

Documentation:

Internal Improvement:

  • Include stack trace in logs (#741)
  • Refactor watch sidebar to remove space pen views (#742)

v1.11.2

15 Apr 10:32
Compare
Choose a tag to compare

Bugfixes:

  • Fix inline output detection (#676, #716)
  • Unmount React if result bubble is destroyed (#717)

v1.11.1

13 Apr 15:36
Compare
Choose a tag to compare

Bugfixes:

  • Sequential output was not displayed (#708, #709)

v1.11.0

12 Apr 20:02
Compare
Choose a tag to compare

Features:

transforms

plotly-transform

Documentation:

  • Add table of contents (#703)

v1.10.1

05 Apr 14:33
Compare
Choose a tag to compare

Bugfixes:

  • Fix language detection for upper case languages (#696, #698)

v1.10.0

04 Apr 00:18
Compare
Choose a tag to compare

Features:

Docs

  • Better documentation for language mappings

Bugfixes:

  • Fix deprecation warnings (#688, #685 )

Developer

  • Add types to input-view (#690)
  • Add mobx-react-devtools (#693)
  • Refactor code-manager functions (#672, #686)

v1.9.0

31 Mar 23:55
Compare
Choose a tag to compare

Features:

Bugfixes:

  • Fix startup issues with IJavascript (#591)
  • Fix high CPU usage (#646)