Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.

0.18.0

Compare
Choose a tag to compare
@grabbou grabbou released this 11 Jan 10:52
· 79 commits to master since this release

Hey!

Thanks to @Kureev, @grabbou, @BasitAli we are presenting next version of side menu - 0.18.

Features

There were a couple of people complaining that menu can be dragged more than allowed sideMenuOffset. We now made this behaviour configurable - if you don't like it - simply set bounceBackOnOverdraw to false.

We now also align better with the rest of existing ecosystem by not restricting react-native version inside peerDependencies.

Note to developers: Our examples now run master version directly instead of getting it from npm which speeds up development significantly as we always get latest preview of menu. We hope this will make you even more excited about contributing!

Fixes

There were a couple of complaints about scrollsToTop behaviour on ScrollViews not working properly when using SideMenu. This is due to iOS implementation detail that we have described in our FAQ section.

Upgrading notes

No actions need to be taken when upgrading from previous release (0.17.2). Component has been tested in production applications with latest React Native version (0.17) and no issues were found.