Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 1.43 KB

CHANGELOG

3.1.0

2023-05-01

Add the plotObservable function as a shorthand for using Observablehq/plot charts.

3.0.0

2023-04-07

Breaking change. Set view to true by default. Adds the plotVega export as a convenient and simpler API for plotting Vega-Lite specs and Vega-Lite-API charts.

2.0.2

2023-03-25

Update to @mhkeller/notify for security fixes.

2.0.0

2023-03-16

Adds support for Vega-Lite-API and simplifies the API for it and for Vega-Lite whereby you an simply return the spec, or spec-producing function instead of calling vegaEmbed. Updates Playwright dependency to fix #9.

1.1.0

2022-12-09

Initial release