Skip to content

v2.10.0

Compare
Choose a tag to compare
@aviatesk aviatesk released this 22 Jun 20:09
· 572 commits to master since this release

🎉 Features and Enhancements

  • Thanks to @wadethestealth, Hydrogen:Run-Cell now can render markdown texts !: #1628
    • Since this feature is still in early stage, you might come across some issues (there are known issues like #1633, #1669, #1672). If you find the other issues, please report them to us ! 🙏
  • Kernel-Monitor got enhanced so much !: #1601
    • Within the Kernel-Monitor, you can:
      • manage kernels: Interrupt / Restart / Shutdown
      • monitor various information about kernels: Kernel spec / Status / Execution count / Last execution time
      • jump to files connected to a kernel on click

Example: Putting them together

ezgif com-video-to-gif

  • Kernel-Monitor is not focused after toggling by Hydrogen:Toggle-Kernel-Monitor: #1661
  • Selection-based copying is enabled within results: #1652
  • You can now make jump-click within sliders: #1616
  • Output Area and Watches panes are now automatically shown if it's not activated: #1615

🐛 Bugs

  • Hydrogen:Fold-Current-Cell now works correctly when the next cell marker is on the following line without an empty line: #1659
  • Cursor positions for non-BMP characters got fixed: #1658
  • Fixed Horizontal scrolling within result views: #1647
  • Long results are now correctly wrapped: #1594

👷 Internal Improvements

  • A callback for file deletion event is added to clean up related information in store: #1662
  • 🆙 Update output components to @nteract/outputs: #1663
  • Hydrogen:Export-Notebook is registered as activation command: #1657
  • Update flow type definition of lodash: #1657
  • Fixed package spec on Windows: #1626
  • Regex for cell detection is now more forgiving: #1621
  • Fixed npm run prettier command on Windows: #1614

📖 Documentation

  • Fixed dead links in the contributions and installation guides: #1627, #1624
  • Typo in style customization documentation is fixed: #1593

🔥 Dropped support

  • Hydrogen:Restart-Kernel-And-Re-Evaluate-Bubbles is removed:
    • Please refer to #1642 for the rationale
    • If you want to recover this feature, please volunteer to maintain it