Skip to content

Commit 03c40cb

Browse files
committed
Release v0.15.3
1 parent 43d6fdc commit 03c40cb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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

0 commit comments

Comments
 (0)