New:
- Added io.display.grid method for visually focused collections of data, usually with an emphasis on images.
- Added
isFilterable
andisSortable
props to io.display.table and io.select.table for disabling filtering and sorting if desired — this can be useful for tables with asynchronous data. - Added quiet logging level to the Interval client to reduce terminal console logging, enable by adding
logLevel: "quiet"
property to theInterval
constructor. - The string shorthand for
columns
andaccessorKey
values in io.display.table and io.select.table are now type checked against your input data. Rest assured knowing that your columns are defined in your data!
Fixed:
- Errors in asynchronous method state change handlers like io.display.table's
getData
function are now properly displayed in both the host terminal console and the web dashboard (#19).