v1.11.0
New features
- Parameterized routes for dynamic routing! 🎉 #245 #1523
- Page loaders for server-side rendering! 🚀 #931 #1216 #1523
- TypeScript fenced code blocks and modules! 🤓 #79 #129 #1632
FileAttachment
now exposes afile.size
property. #1608- The new globalStylesheets config option gives more control over styling. #1597
Bug fixes and other improvements
- The
build
command now empties the output root before building. #1568 - The
convert
command now outputs to the source root by default. #1579 - Fix rendering of command-line select prompts with many choices. #1618
Inputs.file
now supports thefile.href
property. #1608- Pages now include a
<meta name="generator">
tag. #1609 - Use
CREATE TABLE
for small Parquet files withDuckDBClient.of
. #1617 - Fix building when SQL front matter refers to a remote file. #1635 #1636
New examples and documentation
- New guide on converting notebooks and the
convert
command! #1576 #1580 loader-bigquery
- Load data from Google BigQuery (Thanks, @dirkbosman!) #1581datawrapper-api
- Embed a Datawrapper chart (Thanks, @palewire!) #1585 #1611
New contributors
- @vorburger made their first contribution in #1572
- @CobusT made their first contribution in #1576
Full Changelog: v1.10.1...v1.11.0