Skip to content

v1.1.0

Choose a tag to compare

@mbostock mbostock released this 27 Aug 02:32
· 37 commits to main since this release
97ace9c
  • Add database connectors.
  • Add DuckDB database connector.
  • Add Snowflake database connector.
  • Add Postgres database connector.
  • Add SQLite database connector.
  • Add support for database and output properties on SQL cells.
  • Add support for query caching to SQL cells.
  • Add DatabaseClient to the standard library.
  • Add notebooks query command.
  • Add transformTemplate hook to the observable Vite plugin. Thanks, @rreusser!
  • Add transformNotebook hook to the observable Vite plugin. Thanks, @rreusser!
  • Add document option to serialize, allowing e.g. JSDOM to be supplied. Thanks, @GordonSmith.
  • Add 16px bottom margin to the root element in the default styles for symmetry.
  • Add NotebookRuntime constructor to support concurrent runtime notebooks. #49 Thanks, @GordonSmith!
  • Add --no-minify to notebooks build command. #48 Thanks, @GordonSmith!
  • Fix syntax error when importing viewof and mutable in Observable JavaScript cells. Thanks, @rreusser.
  • Fix DuckDB-Wasm to version 1.29.0 by default.
  • Fix Apache Arrow to version 17 by default for compatibility with DuckDB-Wasm (1.29.0).
  • Fix stale display when cells have conditional display, but don’t display anything. #43
  • Fix HTML serialization. #44