File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v0.15.3] ( https://github.com/livebook-dev/kino/tree/v0.15.3 ) (2025-03-05)
9+
10+ ### Fixed
11+
12+ * ` Kino.HTML ` to wait for external scripts to load before executing inline ones
13+ * Fixed menu opening in table with summary
14+ * Improved UX for initial table load ([ #497 ] ( https://github.com/livebook-dev/kino/pull/497 ) , [ #499 ] ( https://github.com/livebook-dev/kino/pull/499 ) )
15+
816## [ v0.15.2] ( https://github.com/livebook-dev/kino/tree/v0.15.2 ) (2025-02-27)
917
1018### Fixed
1119
12- * ` Kino.JS.new/3 ` to ignore ` :export_key ` , instead of raising (#495 )
20+ * ` Kino.JS.new/3 ` to ignore ` :export_key ` , instead of raising ([ #495 ] ( https://github.com/livebook-dev/kino/pull/495 ) )
1321
1422## [ v0.15.1] ( https://github.com/livebook-dev/kino/tree/v0.15.1 ) (2025-02-26)
1523
Original file line number Diff line number Diff line change 11defmodule Kino.MixProject do
22 use Mix.Project
33
4- @ version "0.15.2 "
4+ @ version "0.15.3 "
55 @ description "Interactive widgets for Livebook"
66
77 def project do
You can’t perform that action at this time.
0 commit comments