Skip to content

v0.9.3

Choose a tag to compare

@mbostock mbostock released this 19 Sep 18:08
· 57 commits to main since this release
542e4ca
  • Add Inputs.date. #172
  • Add Inputs.number. #39
  • Add header option to Inputs.table for custom column headers. #103
  • Allow data to be a promise with Inputs.table for lazy rendering. #174
  • Fix a bug in Inputs.table where dates in heterogenous columns were not formatted correctly. #173
  • Fix a bug in Inputs.table when the specified align or width was exactly null.
  • Use border-collapse: separate instead of box-shadow for Inputs.table’s sticky header row.