v1.10.0
New features
- Add
FileAttachment.arquero
for loading an Arrow, Parquet, CSV, TSV, or JSON file as an Arquero table. #1509 Inputs.table
now supports the select option to suppress user selection (checkboxes). #1541- In narrow windows, you can now close the floating sidebar with Escape. #1526
- The inspector now preserves the deep expanded state for dynamic values. #1458 #1475
Bug fixes and other improvements
- Fix a bug where expanded inspected values would not be cleaned up on invalidation. #1456 #1457
- Fix a crash when expanding inspected values while certain text is selected. #1475
- Fix a spurious error when using Control-C to terminate the preview server. #1459 #1460
- Fix
modulepreload
for local components during preview. #1537 - Optimize imports of
npm:react-dom
. #1467 - Tweak format of project identifiers in prompts during deploy. #1451
- Fix spinner rendering when not in a TTY. #1446 #1447 #1473
New examples
New showcase examples:
hotel-bookings
- Resort hotel bookings #1337us-dams
- U.S. dam conditions #1350
New technique examples:
loader-rust-to-json
- Generate JSON from Rust #1452loader-python-to-csv
- Generate CSV from Python #1461 #1466loader-airtable
- Load data from Airtable #1477loader-elasticsearch
- Load data from Elasticsearch #1490loader-census
- Load and transform shapefiles from the U.S. Census Bureau #1496loader-canvas-to-png
- Generate PNG using node-canvas #1514loader-python-to-parquet
- Generate Apache Parquet from Python #1422loader-r-to-zip
- Generate ZIP from R #1423
New contributors
- @walterra made their first contribution in #1490
- @taniki made their first contribution in #1505
- @palewire made their first contribution in #1516
- @gvanhorne made their first contribution in #1513
- @juba made their first contribution in #1530
Full Changelog: v1.9.0...v1.10.0