Releases: observablehq/inputs
Releases · observablehq/inputs
v0.7.10
- Fix lazy-loading in a Table with more than the default rows. #86
v0.7.9
- 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
- Allow wrapped radios and checkboxes to go wider.
v0.7.7
- 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
- Fix off-by-two in table column styles. 😳
v0.7.5
- Fix off-by-one in table column styles.
v0.7.4
- 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
- Fix unintended horizontal scroll when sorting wide Tables.
v0.7.2
- Adopt CSS custom properties for input and label width, and tidy internal styles.
- Upgrade htl to 0.2.5.
v0.7.1
- Fix Toggle with custom values.