mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-30 18:58:45 +08:00
parent
e965ad1392
commit
ec2d24c5b3
3 changed files with 21 additions and 5 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,5 +1,23 @@
|
|||
# Changelog
|
||||
|
||||
## v0.2.3 (2021-08-12)
|
||||
|
||||
* Add option to export and persist Live Markdown with output ([#483](https://github.com/elixir-nx/livebook/pull/483) and [#485](https://github.com/elixir-nx/livebook/pull/485))
|
||||
* Add Elixir source export ([#476](https://github.com/elixir-nx/livebook/pull/476))
|
||||
* Add support for checkbox input type ([#461](https://github.com/elixir-nx/livebook/pull/461))
|
||||
* Add notebook source preview and export ([#457](https://github.com/elixir-nx/livebook/pull/457))
|
||||
* Show full documentation when hovering over an identifier ([#453](https://github.com/elixir-nx/livebook/pull/453))
|
||||
* Add support for select input type ([#448](https://github.com/elixir-nx/livebook/pull/448))
|
||||
* Introduce branching sections ([#449](https://github.com/elixir-nx/livebook/pull/449))
|
||||
* Implement relative navigation between notebooks ([#441](https://github.com/elixir-nx/livebook/pull/441) and [#445](https://github.com/elixir-nx/livebook/pull/445))
|
||||
* Add support for a range (slider) input type ([#435](https://github.com/elixir-nx/livebook/pull/435) and [#440](https://github.com/elixir-nx/livebook/pull/440))
|
||||
* Restructure remote node processes and allow for multiple connections ([#434](https://github.com/elixir-nx/livebook/pull/434))
|
||||
* Merge undo stack for collaborative editing ([#433](https://github.com/elixir-nx/livebook/pull/433))
|
||||
* List livebook version on dashboard home
|
||||
* Add UI for file deletion and renaming ([#426](https://github.com/elixir-nx/livebook/pull/426))
|
||||
* Fix editor font size for MacOS
|
||||
* Add UI for directory creation ([#424](https://github.com/elixir-nx/livebook/pull/424))
|
||||
|
||||
## v0.2.2 (2021-07-01)
|
||||
|
||||
* Highlight matching brackets only in insert mode ([#421](https://github.com/elixir-nx/livebook/pull/421))
|
||||
|
|
6
mix.exs
6
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule Livebook.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "0.2.2"
|
||||
@version "0.2.3"
|
||||
@description "Interactive and collaborative code notebooks - made with Phoenix LiveView"
|
||||
|
||||
def project do
|
||||
|
@ -51,9 +51,7 @@ defmodule Livebook.MixProject do
|
|||
{:telemetry_poller, "~> 0.4"},
|
||||
{:jason, "~> 1.0"},
|
||||
{:plug_cowboy, "~> 2.0"},
|
||||
# {:earmark_parser, "~> 1.4"},
|
||||
{:earmark_parser, "~> 1.4",
|
||||
github: "jonatanklosko/earmark_parser", branch: "jk-optional-inline"},
|
||||
{:earmark_parser, "~> 1.4"},
|
||||
{:bypass, "~> 2.1", only: :test},
|
||||
{:castore, "~> 0.1.0"}
|
||||
]
|
||||
|
|
2
mix.lock
2
mix.lock
|
@ -4,7 +4,7 @@
|
|||
"cowboy": {:hex, :cowboy, "2.9.0", "865dd8b6607e14cf03282e10e934023a1bd8be6f6bacf921a7e2a96d800cd452", [:make, :rebar3], [{:cowlib, "2.11.0", [hex: :cowlib, repo: "hexpm", optional: false]}, {:ranch, "1.8.0", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm", "2c729f934b4e1aa149aff882f57c6372c15399a20d54f65c8d67bef583021bde"},
|
||||
"cowboy_telemetry": {:hex, :cowboy_telemetry, "0.3.1", "ebd1a1d7aff97f27c66654e78ece187abdc646992714164380d8a041eda16754", [:rebar3], [{:cowboy, "~> 2.7", [hex: :cowboy, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "3a6efd3366130eab84ca372cbd4a7d3c3a97bdfcfb4911233b035d117063f0af"},
|
||||
"cowlib": {:hex, :cowlib, "2.11.0", "0b9ff9c346629256c42ebe1eeb769a83c6cb771a6ee5960bd110ab0b9b872063", [:make, :rebar3], [], "hexpm", "2b3e9da0b21c4565751a6d4901c20d1b4cc25cbb7fd50d91d2ab6dd287bc86a9"},
|
||||
"earmark_parser": {:git, "https://github.com/jonatanklosko/earmark_parser.git", "288ed586d45825a28b824d1cfd42fcd0959cd628", [branch: "jk-optional-inline"]},
|
||||
"earmark_parser": {:hex, :earmark_parser, "1.4.15", "b29e8e729f4aa4a00436580dcc2c9c5c51890613457c193cc8525c388ccb2f06", [:mix], [], "hexpm", "044523d6438ea19c1b8ec877ec221b008661d3c27e3b848f4c879f500421ca5c"},
|
||||
"file_system": {:hex, :file_system, "0.2.10", "fb082005a9cd1711c05b5248710f8826b02d7d1784e7c3451f9c1231d4fc162d", [:mix], [], "hexpm", "41195edbfb562a593726eda3b3e8b103a309b733ad25f3d642ba49696bf715dc"},
|
||||
"floki": {:hex, :floki, "0.31.0", "f05ee8a8e6a3ced4e62beeb2c79a63bc8e12ab98fbaaf6e6a3d9b76b1278e23f", [:mix], [{:html_entities, "~> 0.5.0", [hex: :html_entities, repo: "hexpm", optional: false]}], "hexpm", "b05afa372f5c345a5bf240ac25ea1f0f3d5fcfd7490ac0beeb4a203f9444891e"},
|
||||
"html_entities": {:hex, :html_entities, "0.5.2", "9e47e70598da7de2a9ff6af8758399251db6dbb7eebe2b013f2bbd2515895c3c", [:mix], [], "hexpm", "c53ba390403485615623b9531e97696f076ed415e8d8058b1dbaa28181f4fdcc"},
|
||||
|
|
Loading…
Reference in a new issue