Releases: observablehq/inputs
Releases · observablehq/inputs
v0.9.6
v0.9.5
v0.9.4
v0.9.3
- Add Inputs.date. #172
- Add Inputs.number. #39
- Add header option to Inputs.table for custom column headers. #103
- Allow data to be a promise with Inputs.table for lazy rendering. #174
- Fix a bug in Inputs.table where dates in heterogenous columns were not formatted correctly. #173
- Fix a bug in Inputs.table when the specified align or width was exactly null.
- Use border-collapse: separate instead of box-shadow for Inputs.table’s sticky header row.
v0.9.2
v0.9.1
v0.9.0
v0.8.0
v0.7.22
- Textarea supports a resize option to disable resizing. #107
- Textarea supports a monospace option for monospace font. #108
- Textarea can now be slightly taller.
- Table is now wrapped in a form to allow multiple single-selection tables. #138
- Table no longer dispatches a duplicate input event on interaction. #140
- Table automatically detects column names for Apache Arrow. #137 Thanks, @domoritz!
- Update dependencies.