Skip to content

Releases: observablehq/stdlib

v5.5.1

09 Mar 22:16

Choose a tag to compare

  • Fix bug with the duckdb-wasm@1.24 upgrade in the previous release by upgrading to arrow11

v5.5.0

08 Mar 22:04

Choose a tag to compare

  • Add separate path for loading chart data sources
  • Export inferSchema
  • Upgrade @duckdb/duckdb-wasm to v1.24

v5.4.4

03 Mar 01:39
5b13dcd

Choose a tag to compare

  • Upgrade Observable Plot to 0.6.4.
  • Fix a silent error parsing CSV or TSV files with DuckDB. #354

v5.4.3

14 Feb 16:48

Choose a tag to compare

  • Increase accumulateQuery debounce to 150ms

v5.4.2

08 Feb 16:22

Choose a tag to compare

  • Rename operation.type to operation.types

v5.4.1

07 Feb 16:01
7969a16

Choose a tag to compare

  • Upgrade Observable Plot to 0.6.3
  • Infer schemas and coerce data for table cells #346
  • Add validity check for integers #348

v5.4.0

01 Feb 20:15

Choose a tag to compare

  • Handle column renaming in makeQueryTemplate and __table

v5.3.2

18 Jan 18:58
c835e3b

Choose a tag to compare

  • DuckDBClient now falls back to strings when TSV/CSV import fails. #341
  • d3 7.8.2, @observablehq/plot 0.6.2 #342

v5.3.1

16 Dec 19:25

Choose a tag to compare

  • Fix bug with v and nv filters in makeQueryTemplate

v5.3.0

13 Dec 20:42

Choose a tag to compare

  • Add support for v (valid) and nv (not valid) filters in Data Table cells
  • Export getTypeValidator
  • Modify sorting in Data Table cells to sort null, undefined, and NaN at the end