livebook/CHANGELOG.md
Jonatan Kłosko 04e702d77c Release 0.2.1
2021-06-24 13:03:48 +02:00

2.5 KiB

Changelog

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)

  • Support dynamic Vega-Lite graphics (#306 and #309)
  • Capture and show logger output (#298)

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