Skip to content

3.4.0

Compare
Choose a tag to compare
@torleifhalseth torleifhalseth released this 31 Aug 07:17
· 95 commits to master since this release
  • 🎉 Enhancement Handle the style changes manually when React can just do this as part of its rendering. Moved the style properties to the state and just uses setState to update them. Changed the test so the actual component styles are checked when they are updated.
  • 🎉 Enhancement PureComponent is more efficient than Component so changed it to that
  • 🎉 Enhancement Added a default className — would be nice not to have to pass one if you just want to use the default
  • 🐛 Bugfix All Component constructors should pass the props through to the super