mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-21 14:28:19 +08:00
ec2d24c5b3
* Update earmark_parser * Release 0.2.3
5.2 KiB
5.2 KiB
Changelog
v0.2.3 (2021-08-12)
- Add option to export and persist Live Markdown with output (#483 and #485)
- Add Elixir source export (#476)
- Add support for checkbox input type (#461)
- Add notebook source preview and export (#457)
- Show full documentation when hovering over an identifier (#453)
- Add support for select input type (#448)
- Introduce branching sections (#449)
- Implement relative navigation between notebooks (#441 and #445)
- Add support for a range (slider) input type (#435 and #440)
- Restructure remote node processes and allow for multiple connections (#434)
- Merge undo stack for collaborative editing (#433)
- List livebook version on dashboard home
- Add UI for file deletion and renaming (#426)
- Fix editor font size for MacOS
- Add UI for directory creation (#424)
v0.2.2 (2021-07-01)
- Highlight matching brackets only in insert mode (#421)
- Document editor shortcuts and add basic view (#419)
- Suggest restarting runtime on Mix.install error and add restart shortcut (#418)
- livebook server: Add --open flag (#417)
- Add code formatting integration to Elixir cells (#416)
- Implement cells bin (#414)
- Improve section management (#411)
- Add support for a color input type (#410)
- Add support for markdown output (#404)
- Add support for a textarea input type (#382)
- Support configuring Attached as the default runtime (#397)
v0.2.1 (2021-06-24)
- Add copy to clipboard button to virtualized output (#393)
- Implement reactive input (#389)
- Add support for image output (#380)
- Add section on evaluation vs compilation on Elixir notebook (#376)
- Show ticking timer while cell is evaluating (#374)
- Show the evaluation time next to the cell indicator (#366)
v0.2.0 (2021-06-17)
- Add Kino introductory notebook (#364)
- Add password input (#357)
- Add dynamic table output (#356)
- Add numeric input (#352)
- Add notebook on VM introspection (#346)
- Add VegaLite intro notebook to the explore section (#335)
- Add support for Mix runtime as the default one (#334)
- Portal guide (#328)
- Support inputs (#328)
- Show an informative message on completion when there is no runtime (#316)
- Add a notebook about the unique features behind Elixir and Livebook (#314)
- Introduce an Explore section (#310)
v0.1.2 (2021-06-01)
v0.1.1 (2021-05-24)
- Support for plots rendering via
VegaLite
(#287) - Deterministic section anchor links (#288)
- Improved path selector to properly handle text editing in the middle (#283)
v0.1.0 (2021-05-19)
- Initial release