Skip to content

Releases: observablehq/inputs

v0.9.6

24 Sep 14:40
e9d4952
Compare
Choose a tag to compare
  • 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
ae1f0d2
Compare
Choose a tag to compare
  • Fix invalid range input due to floating point error in inverse transform. #121

v0.9.4

19 Sep 22:30
e4ca5a4
Compare
Choose a tag to compare
  • Fix Inputs.number.
  • Add validate option to Inputs.number and Inputs.range.

v0.9.3

19 Sep 18:08
542e4ca
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Table now handles nullish and sparse rows. #169

v0.9.1

22 Aug 16:00
b09cbc1
Compare
Choose a tag to compare
  • Fix the path to the generated UMD bundle.

v0.9.0

21 Aug 15:59
878bbba
Compare
Choose a tag to compare
  • [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
c868be9
Compare
Choose a tag to compare
  • 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
44f8870
Compare
Choose a tag to compare
  • 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
853b17d
Compare
Choose a tag to compare
  • Remove the left margin of the first (or solitary) Button.