livebook/CHANGELOG.md
Jonatan Kłosko 48b4938408 Release 0.2.2
2021-07-01 16:46:09 +02:00

55 lines
3.6 KiB
Markdown

# Changelog
## v0.2.2 (2021-07-01)
* Highlight matching brackets only in insert mode ([#421](https://github.com/elixir-nx/livebook/pull/421))
* Document editor shortcuts and add basic view ([#419](https://github.com/elixir-nx/livebook/pull/419))
* Suggest restarting runtime on Mix.install error and add restart shortcut ([#418](https://github.com/elixir-nx/livebook/pull/418))
* livebook server: Add --open flag ([#417](https://github.com/elixir-nx/livebook/pull/417))
* Add code formatting integration to Elixir cells ([#416](https://github.com/elixir-nx/livebook/pull/416))
* Implement cells bin ([#414](https://github.com/elixir-nx/livebook/pull/414))
* Improve section management ([#411](https://github.com/elixir-nx/livebook/pull/411))
* Add support for a color input type ([#410](https://github.com/elixir-nx/livebook/pull/410))
* Add support for markdown output ([#404](https://github.com/elixir-nx/livebook/pull/404))
* Add support for a textarea input type ([#382](https://github.com/elixir-nx/livebook/pull/382))
* Support configuring Attached as the default runtime ([#397](https://github.com/elixir-nx/livebook/pull/397))
## 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