Skip to content

Releases: observablehq/inputs

v0.7.10

09 Feb 19:16
cc5f9d1
Compare
Choose a tag to compare
  • Fix lazy-loading in a Table with more than the default rows. #86

v0.7.9

09 Feb 17:58
ed09150
Compare
Choose a tag to compare
  • 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
2df2054
Compare
Choose a tag to compare
  • Allow wrapped radios and checkboxes to go wider.

v0.7.7

08 Feb 18:31
9d2720e
Compare
Choose a tag to compare
  • 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
eadf62b
Compare
Choose a tag to compare
  • Fix off-by-two in table column styles. 😳

v0.7.5

07 Feb 22:44
c83a8c0
Compare
Choose a tag to compare
  • Fix off-by-one in table column styles.

v0.7.4

07 Feb 22:41
835ff34
Compare
Choose a tag to compare
  • 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
532b2cd
Compare
Choose a tag to compare
  • Fix unintended horizontal scroll when sorting wide Tables.

v0.7.2

06 Feb 18:36
28ac404
Compare
Choose a tag to compare
  • 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
bf8125c
Compare
Choose a tag to compare
  • Fix Toggle with custom values.