Skip to content

v0.7.5

Compare
Choose a tag to compare
@mmrtnz mmrtnz released this 27 Apr 19:18
· 23422 commits to master since this release
General
  • Removed deprecation warnings by replacing this.getDOMNode() with React.findDOMNode() (#558)
  • Replaced process.NODE_ENV with process.env.NODE_ENV (#573)
Components
  • DropDownMenu
    • Fixed props is not defined error when onChange is invoked (#556)
  • Floating Action Button
    • Fixed alignment bug on Chrome when using FAB as a link (#574)