Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

38 lines (28 loc) · 2.46 KB

1.0.5 (2018-01-02)

Fix package.json issue

1.0.4 (2018-01-01)

  • accessibility fixes + live announce area added to handle announcement of sorting columns and other f (8dba3f7)
  • added jsx-a11y to eslint. material-ui upgraded to 1.0.0.beta.26. now injecting MUIPopover with conta (533a818)
  • added updatePosition to Popover after table row content updates (baceb9f)

1.0.3 (2017-12-30)

  • additional code coverage. more clean up work (e857b3f)
  • code coverage now at 91%. ready for first publish (aedfdba)
  • created a better dataset for example demo. updated README (edf4ce1)
  • fix responsive 'stacked' view styling issues (0debb9b)

1.0.2 (2017-12-27)

  • fix rollup issue. move version to 1.0.2 (880983e)
  • Initial commit (e09d24f)
  • keypress document listen event for ESCAPE on toolbar search (bc6fc8d)
  • more unit test coverage. additional code cleanup (94cad45)
  • move to version 1.0.1 (70b14c4)
  • ran prettier for cleanup (f6ba65e)
  • removed withDataStyles. replaced it with a new implementation: (b08a20b)
  • set prettier on test/ (7799301)
  • swap SVG arrows for header columns. aria-labels for pagination (128d4b3)
  • update codesandbox link (fa8d33d)
  • update README. add issue template (cb7689b)
  • update unit tests to reflect changed caused by withDataStyles removal (e60a00d)