Skip to content

Version 0.1.9

Choose a tag to compare

@jtrein jtrein released this 03 Nov 11:51
· 44 commits to master since this release

Features

  • Add prop API option for cellDataKey (#9)

Fixes

  • Remove unused state, searchTerm
  • Adds material-ui to devDependencies for testing
  • Fixes Material UI testing bug where theme context isn't added to FlatButton (adds wrapping helper)
  • Removes { "testEnvironment": "node" } from jest config in package.json so we can mount a full component (node does not have access to a browser DOM, natively)