Releases: observablehq/inputs
Releases · observablehq/inputs
v0.7.0
- 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
- Input is now a function that returns an EventTarget, not a subclass of EventTarget.
v0.5.0
- Remove input.bind method; use bind instead.
v0.4.1
- Don’t remove the target input listener on invalidation after bind.
v0.4.0
- Add Checkbox.
- Remove Radio’s multiple option.
- Select now defaults to a fixed width instead of adjusting to fit content.
v0.3.0
- Invert the meaning of Range’s transform option.
- Fix the initial default value when a Range has a transform.
v0.2.2
- Add white-space: pre to Search’s output.
v0.2.1
- Fix bugs Select and Radio’s sort and unique options.
v0.2.0
- Radio and Select’s format option now is passed data instead of keys.
v0.1.1
- Add
jsdelivr
package.json entry.