Skip to content

Latest commit

 

History

History
110 lines (57 loc) · 3.47 KB

CHANGELOG.md

File metadata and controls

110 lines (57 loc) · 3.47 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.1.13 (2024-06-27)

Added

  • Actions for viewing the Vega-Lite source to the chart menu (#57)

v0.1.12 (2024-06-27)

Added

  • Configuration option for disabling the default theme (#56)

v0.1.11 (2023-11-15)

Added

  • Add Kino.VegaLite.render/1 (#52)

Changed

  • Deprecate Kino.VegaLite.periodically/4 (#52)

v0.1.10 (2023-09-25)

Added

  • Fix Kino export deprecations (#45)

v0.1.9 (2023-05-28)

Added

  • Support for programmatic parameter updates in Kino.VegaLite (#45)

Changed

  • Updated Vega and Vega-Lite versions (#46)

v0.1.8 (2023-03-17)

Added

  • Chart Cell - move and toggle layers (#43)

v0.1.7 (2022-12-05)

Changed

  • Relaxed requirement on Kino to ~> 0.7

v0.1.6 (2022-10-27)

Added

  • Small adjustments to styling

v0.1.5 (2022-10-27)

Added

  • Bin option to Chart Cell (#22)
  • Scale types to Chart Cell (#24)

Fixed

  • Datetime inference (#21)

v0.1.4 (2022-10-07)

Changed

  • Updated Kino requirement

Fixed

  • Chart cell to handle empty data sets (#20)

v0.1.3 (2022-08-04)

Added

  • Column type inference in the Chart cell (#15)

v0.1.2 (2022-06-22)

Added

  • Boxplot to Chart cell (#6)
  • Layers to Chart cell (#9)

Changed

  • Changed default Chart cell mark to point (#7)

v0.1.1 (2022-05-03)

Fixed

  • Smart cells source synchronization before evaluation (#5)

v0.1.0 (2022-04-28)

Initial release.