Skip to content

Releases: observablehq/stdlib

v3.22.2

13 Oct 23:17
d5753d0
Compare
Choose a tag to compare
  • Remove use of optional chaining to restore ES 2018 compatibility.

v3.22.1

13 Oct 23:08
65353e9
Compare
Choose a tag to compare
  • Inline d3-array dependency to avoid ES module dependency.

v3.22.0

13 Oct 23:08
5855eb5
Compare
Choose a tag to compare
  • Add arrayIsPrimitive function to support data table cells.
  • Fix internal __table function to correctly handle primitive data arrays.

v3.21.0

13 Oct 22:47
3a957d0
Compare
Choose a tag to compare
  • 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

07 Sep 17:45
7f5e009
Compare
Choose a tag to compare
  • Update Observable Plot to 0.6.0.
  • Update Vega-Lite to 5.5.0.
  • Update Mermaid to 9.1.6.

v3.19.8

06 Jul 15:04
Compare
Choose a tag to compare
  • Fix Node 12 compatibility issues with makeQueryTemplate

v3.19.7

05 Jul 14:51
Compare
Choose a tag to compare
  • Add __query function to Library and export makeQueryTemplate function #296

v3.19.6

04 Jul 18:12
ea95f4d
Compare
Choose a tag to compare
  • Update D3 to 7.6.1.
  • Update Observable Plot to 0.5.2.

v3.19.5

28 Jun 11:26
1f19ea7
Compare
Choose a tag to compare
  • Update D3 to 7.5.0.
  • Update Observable Plot to 0.5.1.

v3.19.4

15 Jun 04:07
ac4dfe2
Compare
Choose a tag to compare
  • The SQLiteDatabaseClient now considers the “main” schema to be the default. #291