Releases: observablehq/inputs
Releases · observablehq/inputs
v0.9.6
24 Sep 14:40
Compare
Sorry, something went wrong.
No results found
Add Inputs.number(options ) shorthand for unbounded number inputs. #177
Fix overly-strict range input validation; coerce invalid input to the nearest valid value. #176
Fix internal string coercion for objects that implement object .valueOf. #178
Adopt isoformat for date formatting and parsing. #182
v0.9.5
19 Sep 23:05
Compare
Sorry, something went wrong.
No results found
Fix invalid range input due to floating point error in inverse transform. #121
v0.9.4
19 Sep 22:30
Compare
Sorry, something went wrong.
No results found
Fix Inputs.number.
Add validate option to Inputs.number and Inputs.range.
v0.9.3
19 Sep 18:08
Compare
Sorry, something went wrong.
No results found
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
15 Sep 17:09
Compare
Sorry, something went wrong.
No results found
Table now handles nullish and sparse rows. #169
v0.9.1
22 Aug 16:00
Compare
Sorry, something went wrong.
No results found
Fix the path to the generated UMD bundle.
v0.9.0
21 Aug 15:59
Compare
Sorry, something went wrong.
No results found
[breaking] Inputs is now published as an ES module. For more, please read Sindre Sorhus’s FAQ .
Expose the current version. #146
Fix checkbox overflow in Chrome. #155
The text input now supports min and max options. #162
v0.8.0
12 May 19:21
Compare
Sorry, something went wrong.
No results found
Downcase all exported symbols (e.g. , Inputs.Range is now Inputs.range). #142
Fix misleading truncation of Range’s number input. #113 #145
v0.7.22
06 May 00:39
Compare
Sorry, something went wrong.
No results found
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.
v0.7.21
15 Apr 15:02
Compare
Sorry, something went wrong.
No results found
Remove the left margin of the first (or solitary) Button.