Minor release with important bug fixes 🎉
🐛 Bug fixes
- Apply spotless conditionally (#1119) by @kacperkapusciak
- Context is never null (#1127) by @cruzach
- Enable desugaring of java 8 bytecode (#1135) by @kacperkapusciak
- Downgrade kotlin & take kotlinVersion from ext (#1130) by @kacperkapusciak
- Remove adding to back stack logic on Android (#1148) by @WoLewicki
- Canceled swipe gesture on iOS 12 when direction hasn't changed (#1150) by @kacperkapusciak
- Add hasTwoStates iOS check (#1151) by @burakgormek
🔢 Miscellaneous
- Add supported platforms info (#1117) by @kacperkapusciak
- Add simple e2e tests (#1106) by @Ubax
- Add e2e github action (#1107) by @Ubax
- Change concurrency group name (#1128) by @Ubax
- Change concurency group name for tv os (#1129) by @Ubax
- Add e2e testing on GitHub action for Android (#1126) by @Ubax
- Add screenshot artifact to iOS e2e (#1139) by @Ubax
- Make method for checking if trait is set (#1155) by @WoLewicki
For library authors, #1148 may be considered a BREAKING CHANGE. From now on you'll need to implement your own logic for the hardware back button on Android same as it is done in react-navigation
.
🙌 Thank you for your contributions!