Releases: sussol/sussol-react-table
Releases · sussol/sussol-react-table
Release list
v0.1.17
Updates
cellAutoHeight: Auto-resize cell via its contents. Useful for responsive designs, and columns where you don't know the content length.- Use this in combination with
wrapText: trueinside thecoreCellPropsprop
- Use this in combination with
- Adds a
coreCellPropsprop to pass Blueprint cell props
v0.1.13
v0.1.12
Version 0.1.11
Version 0.1.10
Version 0.1.9
Features
- Add prop API option for
cellDataKey(#9)
Fixes
- Remove unused state,
searchTerm - Adds
material-uitodevDependenciesfor testing - Fixes Material UI testing bug where theme context isn't added to
FlatButton(adds wrapping helper) - Removes
{ "testEnvironment": "node" }from jest config inpackage.jsonso we can mount a full component (node does not have access to a browser DOM, natively)
Version 0.1.8
Features
- Adds basic sorting to table columns
Fixes
- Cleans package deps a bit. Notably, moves
reactandreact-domintopeerDependenciesso multiple copies of React are not loaded.
Updates
- Package now includes perf updates from
@blueprintjs/coreand/table
Version 0.1.7
Fixes:
- PropTypes now imported from npm module 'prop-types'. Wow so modern.
- PropTypes for table also includes the blueprint table props.