Skip to content

Releases: observablehq/inputs

v0.7.0

06 Feb 05:42
c4a9af6
Compare
Choose a tag to compare
  • Add Toggle!
  • Add Text required and validate options.
  • Fix labels to be bound to the primary input, as appropriate, to improve usability.
  • Fix Text to not report values when input is invalid.
  • Fix Table when data.columns is not an array. #59
  • Fix Table padding to be consistent.
  • Fix bind to dispatch a source-appropriate event. #61
  • Improve the performance of Table for large iterables (and especially Arquero tables).
  • Add links to examples from the README. #60

v0.6.0

04 Feb 04:57
f72d22b
Compare
Choose a tag to compare
  • Input is now a function that returns an EventTarget, not a subclass of EventTarget.

v0.5.0

04 Feb 01:33
f2a75b6
Compare
Choose a tag to compare
  • Remove input.bind method; use bind instead.

v0.4.1

03 Feb 22:23
fde5d88
Compare
Choose a tag to compare
  • Don’t remove the target input listener on invalidation after bind.

v0.4.0

03 Feb 20:27
a42b330
Compare
Choose a tag to compare
  • Add Checkbox.
  • Remove Radio’s multiple option.
  • Select now defaults to a fixed width instead of adjusting to fit content.

v0.3.0

03 Feb 15:13
0406dbc
Compare
Choose a tag to compare
  • Invert the meaning of Range’s transform option.
  • Fix the initial default value when a Range has a transform.

v0.2.2

03 Feb 03:22
cd95195
Compare
Choose a tag to compare
  • Add white-space: pre to Search’s output.

v0.2.1

03 Feb 03:22
6e0bb42
Compare
Choose a tag to compare
  • Fix bugs Select and Radio’s sort and unique options.

v0.2.0

03 Feb 00:55
e66c912
Compare
Choose a tag to compare
  • Radio and Select’s format option now is passed data instead of keys.

v0.1.1

02 Feb 20:04
1c996d2
Compare
Choose a tag to compare
  • Add jsdelivr package.json entry.