Releases: observablehq/inputs
Releases · observablehq/inputs
v0.7.20
v0.7.19
v0.7.18
- Table iterates over as few rows as possible, improving performance. Thanks, @domoritz! #123
- Table cells are again 22px tall, as intended. #126
- Table’s scrollbar is attached to narrow tables and only appears when needed. #125
- Table supports a fixed height option and a maxWidth option. #96 #85
- Table supports a multiple option, which if false uses radio elements to select one row. #129
- Range autocorrects invalid values; the validate option is now ignored.
- Range correctly handles the step and transform options, avoiding floating point madness. #120 #121
- Range’s format defaults to formatTrim instead of formatNumber to avoid loss of precision.
- Text validates the value on initialization and set. #111
- Button supports a required option, allowing the initial value to be undefined. #112
- Search supports a required option; if true, the value is empty array when empty. #130
v0.7.17
v0.7.16
v0.7.15
v0.7.14
v0.7.13
v0.7.12
v0.7.11
- Table now uses an indeterminate “all” checkbox when only some rows are selected.
- Table now correctly initializes the “all” checkbox when an initial value is specified. #91
- Range now respects the format option when its value is set. #87
- Range now correctly handles the step option when a transform is present. #95
- Select, Radio, and Checkbox now have a smarter default format. #93
- Add formatAuto.