Releases: observablehq/inputs
Releases · observablehq/inputs
v0.7.10
09 Feb 19:16
Compare
Sorry, something went wrong.
No results found
Fix lazy-loading in a Table with more than the default rows . #86
v0.7.9
09 Feb 17:58
Compare
Sorry, something went wrong.
No results found
Fix layout of radios and checkboxes on mobile.
Improve layout of toggles on mobile. #74
Allow overall table width to be specified. #81
v0.7.8
08 Feb 19:56
Compare
Sorry, something went wrong.
No results found
Allow wrapped radios and checkboxes to go wider.
v0.7.7
08 Feb 18:31
Compare
Sorry, something went wrong.
No results found
When a custom width is set, still limit the overall width to 100%.
The table font size now matches inputs (13px instead of 14px).
Fix vertical alignment inputs without labels on narrow screens.
v0.7.6
07 Feb 22:48
Compare
Sorry, something went wrong.
No results found
Fix off-by-two in table column styles. 😳
v0.7.5
07 Feb 22:44
Compare
Sorry, something went wrong.
No results found
Fix off-by-one in table column styles.
v0.7.4
07 Feb 22:41
Compare
Sorry, something went wrong.
No results found
Inputs now use Event instead of CustomEvent for input events. #72
Table now passes the row index and input data to format functions. #78
The default number format now formats negative zero as “0”. #71
If a Range’s extent is inverted, transform now defaults to value => -value. #70
Clicking a Table header now toggles between ascending and descending; command-click to clear. #77
Option-clicking a Table header that is not already the sort column will now sort descending. #76
Table align and width are now applied as stylesheets instead of inline styles.
v0.7.3
07 Feb 15:45
Compare
Sorry, something went wrong.
No results found
Fix unintended horizontal scroll when sorting wide Tables.
v0.7.2
06 Feb 18:36
Compare
Sorry, something went wrong.
No results found
Adopt CSS custom properties for input and label width, and tidy internal styles.
Upgrade htl to 0.2.5.
v0.7.1
06 Feb 06:25
Compare
Sorry, something went wrong.
No results found
Fix Toggle with custom values .