v2.12.0
wadethestealth
released this
30 Aug 19:27
·
383 commits
to master
since this release
🎉 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
⚠️ 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 than1
. Setting the number higher will show Hydrogen results higher up in the suggestion list.
- If you had this box unchecked in 2.10.0 or lower, then you may want to set the config setting
🐛 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
- Add documentation for "Cell": #1745
- Fix Dockerfile Example: #1717
- Added Cell Seperator Plugin