New features
- DuckDB 1.1.1 and DuckDB-Wasm 1.29.0! 🐤 #1734
- Support for, and self-hosting of, DuckDB extensions! 🐤 #1734
- Observable Runtime 6.0.0 for faster async (e.g., DuckDB) reactivity 🏃💨 #1748
- Support secure sharing of private exported modules on Observable Cloud 🔒 #1731
- Support analytics of parameterized routes & exported modules on Observable Cloud 📊 #1776
- Deprecate cleanUrls in favor of preserveIndex and preserveExtension to support S3-like hosting #1784
Bug fixes and other improvements
- Fix automatic cleaning of
dist
when building on Windows #1792 #1804 - Add explicit
<html>
,<head>
, and<body>
tags to generated HTML #1656 #1732 - Suppress checkboxes on tables in SQL code blocks #1740
- Fix resolution of absolute paths in SQL front matter #1796 #1797
- Avoid a top-level await bug on Safari in SQLite #1750 #1759
- Fix importing of
npm:sql.js
by adding an ES module export shim #1759 - Fix resolution of absolute global imports #1755 #1758
- Fix deduplication of resolved imports #1718 #1719
- Fix parameterized routing when a parameter value is its name in brackets #1760 #1767
- Support the
NO_COLOR
environment variable (via picocolors) #1769 - Remove automatic redirect to strip basic authentication #1733
- Fix updating the app title when deploying to Observable Cloud #1715
- Various documentation improvements #1765 #1722 #1729 #1738 #1736 #1803 #1783 #1785
New Contributors
- @angrytongan made their first contribution in #1750
Full Changelog: v1.12.0...v1.13.0