Releases: observablehq/stdlib
Releases · observablehq/stdlib
v5.5.1
- Fix bug with the
[email protected]
upgrade in the previous release by upgrading to arrow11
v5.5.0
- Add separate path for loading chart data sources
- Export
inferSchema
- Upgrade
@duckdb/duckdb-wasm
to v1.24
v5.4.4
- Upgrade Observable Plot to 0.6.4.
- Fix a silent error parsing CSV or TSV files with DuckDB. #354
v5.4.3
- Increase accumulateQuery debounce to 150ms
v5.4.2
- Rename
operation.type
to operation.types
v5.4.1
- 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
- Handle column renaming in makeQueryTemplate and __table
v5.3.2
- 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
- Fix bug with
v
and nv
filters in makeQueryTemplate
v5.3.0
- 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