Skip to content

2.0.2

Compare
Choose a tag to compare
@alexreardon alexreardon released this 01 Sep 00:17
· 783 commits to master since this release

Fixes

  • Dragging will now play nicely with force presses mouse inputs in Safari #62. Keep in mind that if you are within an iframe - due to a bug in Safari you will need to do a little extra work. Thanks @v0lkan for raising the issue

Improvements

  • Server side rendering is now supported 🎉. Huge kudos to @romellogood who raised the issue #65 and the fix #66! We also added some tests to ensure that server side rendering works going forward #69. It is border line whether this needed to be a minor or patch release. I have taken the view that server side rendering for react applications should be a given - so this more closely falls into the fix category.
  • Improving internal flowtypes #56. We Hope to expose flow types as part of the public api soon #63