From 8c17ee56db222ae60e58d4edd93dbc15eaad93e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Mon, 17 Jun 2024 23:01:55 +0700 Subject: [PATCH] Release v0.1.20 --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- guides/components.livemd | 2 +- mix.exs | 4 ++-- mix.lock | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6fa30..04f4ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.1.20](https://github.com/livebook-dev/kino_explorer/tree/v0.1.20) (2024-06-17) + +### Added + +- Made multi-select fields draggable ([#161](https://github.com/livebook-dev/kino_explorer/pull/161)) +- Support for relocating columns ([#163](https://github.com/livebook-dev/kino_explorer/pull/163)) +- Added `Kino.Explorer.update/2` for updating table contents programmatically ([#164](https://github.com/livebook-dev/kino_explorer/pull/164)) + +### Changed + +- Export to respect rows order ([#162](https://github.com/livebook-dev/kino_explorer/pull/162)) + ## [v0.1.19](https://github.com/livebook-dev/kino_explorer/tree/v0.1.19) (2024-04-09) ### Fixed diff --git a/README.md b/README.md index 085124b..cda92ba 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To bring KinoExplorer to Livebook all you need to do is Mix.install/2: ```elixir Mix.install([ - {:kino_explorer, "~> 0.1.19"} + {:kino_explorer, "~> 0.1.20"} ]) ``` diff --git a/guides/components.livemd b/guides/components.livemd index def1355..cbba7ba 100644 --- a/guides/components.livemd +++ b/guides/components.livemd @@ -2,7 +2,7 @@ ```elixir Mix.install([ - {:kino_explorer, "~> 0.1.19"} + {:kino_explorer, "~> 0.1.20"} ]) ``` diff --git a/mix.exs b/mix.exs index 47a42f3..16ef17f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule KinoExplorer.MixProject do use Mix.Project - @version "0.1.19" + @version "0.1.20" @description "Explorer integration with Livebook" def project do @@ -27,7 +27,7 @@ defmodule KinoExplorer.MixProject do defp deps do [ - {:kino, github: "livebook-dev/kino"}, + {:kino, "~> 0.13.0"}, {:explorer, "~> 0.8.1"}, {:ex_doc, "~> 0.31.0", only: :dev, runtime: false} ] diff --git a/mix.lock b/mix.lock index 69ff48e..829d035 100644 --- a/mix.lock +++ b/mix.lock @@ -5,7 +5,7 @@ "ex_doc": {:hex, :ex_doc, "0.31.0", "06eb1dfd787445d9cab9a45088405593dd3bb7fe99e097eaa71f37ba80c7a676", [:mix], [{:earmark_parser, "~> 1.4.39", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_c, ">= 0.1.1", [hex: :makeup_c, repo: "hexpm", optional: true]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "5350cafa6b7f77bdd107aa2199fe277acf29d739aba5aee7e865fc680c62a110"}, "explorer": {:hex, :explorer, "0.8.1", "0b7300030407a1d9c90096205395f112daa078148f9fc0b5616df30469b4e080", [:mix], [{:adbc, "~> 0.1", [hex: :adbc, repo: "hexpm", optional: true]}, {:aws_signature, "~> 0.3", [hex: :aws_signature, repo: "hexpm", optional: false]}, {:castore, "~> 1.0", [hex: :castore, repo: "hexpm", optional: false]}, {:fss, "~> 0.1", [hex: :fss, repo: "hexpm", optional: false]}, {:nx, "~> 0.4", [hex: :nx, repo: "hexpm", optional: true]}, {:rustler, "~> 0.31.0", [hex: :rustler, repo: "hexpm", optional: true]}, {:rustler_precompiled, "~> 0.7", [hex: :rustler_precompiled, repo: "hexpm", optional: false]}, {:table, "~> 0.1.2", [hex: :table, repo: "hexpm", optional: false]}, {:table_rex, "~> 3.1.1 or ~> 4.0.0", [hex: :table_rex, repo: "hexpm", optional: false]}], "hexpm", "4982756e2d1a1ee52a4acc913800a522b7b14ccb43801ed05d839e531724b798"}, "fss": {:hex, :fss, "0.1.1", "9db2344dbbb5d555ce442ac7c2f82dd975b605b50d169314a20f08ed21e08642", [:mix], [], "hexpm", "78ad5955c7919c3764065b21144913df7515d52e228c09427a004afe9c1a16b0"}, - "kino": {:git, "https://github.com/livebook-dev/kino.git", "df73bed09b3363c40e35a47c8272c8d1e7642f2f", []}, + "kino": {:hex, :kino, "0.13.0", "76d2be3fb2b50226c12cd7d4ba4d8c3b91fb017c776fcb2cdc222d58726a50a6", [:mix], [{:fss, "~> 0.1.0", [hex: :fss, repo: "hexpm", optional: false]}, {:nx, "~> 0.1", [hex: :nx, repo: "hexpm", optional: true]}, {:plug, "~> 1.0", [hex: :plug, repo: "hexpm", optional: true]}, {:table, "~> 0.1.2", [hex: :table, repo: "hexpm", optional: false]}], "hexpm", "902bfe9124e51bd6f18ffa89d7683f6c1df067eb9d3ba5a65f36358d599039c4"}, "makeup": {:hex, :makeup, "1.1.1", "fa0bc768698053b2b3869fa8a62616501ff9d11a562f3ce39580d60860c3a55e", [:mix], [{:nimble_parsec, "~> 1.2.2 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "5dc62fbdd0de44de194898b6710692490be74baa02d9d108bc29f007783b0b48"}, "makeup_elixir": {:hex, :makeup_elixir, "0.16.2", "627e84b8e8bf22e60a2579dad15067c755531fea049ae26ef1020cad58fe9578", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "41193978704763f6bbe6cc2758b84909e62984c7752b3784bd3c218bb341706b"}, "makeup_erlang": {:hex, :makeup_erlang, "0.1.5", "e0ff5a7c708dda34311f7522a8758e23bfcd7d8d8068dc312b5eb41c6fd76eba", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "94d2e986428585a21516d7d7149781480013c56e30c6a233534bedf38867a59a"},