Releases: observablehq/stdlib
Releases · observablehq/stdlib
v3.22.2
- Remove use of optional chaining to restore ES 2018 compatibility.
v3.22.1
- Inline d3-array dependency to avoid ES module dependency.
v3.22.0
- Add
arrayIsPrimitive
function to support data table cells.
- Fix internal
__table
function to correctly handle primitive data arrays.
v3.21.0
- Add internal
__table
function to support data table cells.
- Add
isDataArray
function to support data table and SQL cells.
- Add
isDatabaseClient
function to support data table and SQL cells.
v3.20.0
- Update Observable Plot to 0.6.0.
- Update Vega-Lite to 5.5.0.
- Update Mermaid to 9.1.6.
v3.19.8
- Fix Node 12 compatibility issues with
makeQueryTemplate
v3.19.7
- Add __query function to Library and export makeQueryTemplate function #296
v3.19.6
- Update D3 to 7.6.1.
- Update Observable Plot to 0.5.2.
v3.19.5
- Update D3 to 7.5.0.
- Update Observable Plot to 0.5.1.
v3.19.4
- The SQLiteDatabaseClient now considers the “main” schema to be the default. #291