Releases: observablehq/inputs
Releases · observablehq/inputs
v0.12.0
v0.11.0
- Add the select option to
Inputs.table
to suppress row selection checkboxes. #136 #220 #262 - Fix date field detection in Apache Arrow tables with
Inputs.table
. #263 - Fix
file.type
andfile.lastModified
inInputs.file
. #265 - Fix the
+esm
entry point to use theinputs-3a86ea
CSS namespace instead of__ns__
. #262 - Publish the stylesheet to
dist/index.css
. #262
Full Changelog: v0.10.6...v0.11.0
v0.10.6
v0.10.5
- Inputs.search now supports non-ASCII characters like Кириллица, thanks to @oluckyman. #216
- Inputs.select’s keyof option now composes with its format option, thanks to @curiouserrandy’s reporting. Also, inputs internally use addEventListener("input") instead of setting oninput so that consumers can add their own listeners. #212
- Inputs.datetime correctly handles timezone offsets, so a time passed in as the value will match the value you get out, thanks to @cdaringe’s reporting. #244
- Fix typo in documentation thanks to @lindsayevanslee. #239