Packages
livebook
0.2.1
0.19.8
0.19.7
0.19.6
0.19.5
0.19.4
0.19.3
0.19.2
0.19.1
0.19.0
0.18.6
0.18.5
0.18.4
0.18.3
0.18.2
0.18.1
0.18.0
0.17.3
0.17.2
0.17.1
0.17.0
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.7
0.14.6
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.14.0-rc.1
0.14.0-rc.0
0.13.3
0.13.2
0.13.1
0.13.0
0.12.1
0.12.0
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Automate code & data workflows with interactive notebooks
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## v0.2.1 (2021-06-24)
* Add copy to clipboard button to virtualized output ([#393](https://github.com/elixir-nx/livebook/pull/393))
* Implement reactive input ([#389](https://github.com/elixir-nx/livebook/pull/389))
* Add support for image output ([#380](https://github.com/elixir-nx/livebook/pull/380))
* Add section on evaluation vs compilation on Elixir notebook ([#376](https://github.com/elixir-nx/livebook/pull/376))
* Show ticking timer while cell is evaluating ([#374](https://github.com/elixir-nx/livebook/pull/374))
* Show the evaluation time next to the cell indicator ([#366](https://github.com/elixir-nx/livebook/pull/366))
## v0.2.0 (2021-06-17)
* Add Kino introductory notebook ([#364](https://github.com/elixir-nx/livebook/pull/364))
* Add password input ([#357](https://github.com/elixir-nx/livebook/pull/357))
* Add dynamic table output ([#356](https://github.com/elixir-nx/livebook/pull/356))
* Add numeric input ([#352](https://github.com/elixir-nx/livebook/pull/352))
* Add notebook on VM introspection ([#346](https://github.com/elixir-nx/livebook/pull/346))
* Add VegaLite intro notebook to the explore section ([#335](https://github.com/elixir-nx/livebook/pull/335))
* Add support for Mix runtime as the default one ([#334](https://github.com/elixir-nx/livebook/pull/334))
* Portal guide ([#328](https://github.com/elixir-nx/livebook/pull/318))
* Support inputs ([#328](https://github.com/elixir-nx/livebook/pull/328))
* Show an informative message on completion when there is no runtime ([#316](https://github.com/elixir-nx/livebook/pull/316))
* Add a notebook about the unique features behind Elixir and Livebook ([#314](https://github.com/elixir-nx/livebook/pull/314))
* Introduce an Explore section ([#310](https://github.com/elixir-nx/livebook/pull/310))
## v0.1.2 (2021-06-01)
* Support dynamic Vega-Lite graphics ([#306](https://github.com/elixir-nx/livebook/pull/306) and [#309](https://github.com/elixir-nx/livebook/pull/309))
* Capture and show logger output ([#298](https://github.com/elixir-nx/livebook/pull/298))
## v0.1.1 (2021-05-24)
* Support for plots rendering via [`VegaLite`](https://github.com/elixir-nx/vega_lite) ([#287](https://github.com/elixir-nx/livebook/pull/287))
* Deterministic section anchor links ([#288](https://github.com/elixir-nx/livebook/pull/288))
* Improved path selector to properly handle text editing in the middle ([#283](https://github.com/elixir-nx/livebook/pull/283))
## v0.1.0 (2021-05-19)
* Initial release