Added
- Add custom size option to iOS formSheet Modal by @ShaneMckenna23 (#331).
- Add
warmup
andmayLaunchUrl
functions for optimization in Android by @vincent-paing (#341). - Add
includeReferrer
to allow adding android package name as referrer for website to track by @vincent-paing (#342).
Changed
- Export options types by @rrebase (#324).
- Upgrade build configuration to use sdk 31 instead by @vincent-paing (#340).
- Upgraded dependency
org.greenrobot:eventbus
to 3.1.0 due to build issue by @chrismerino (#347).
Fixed
- Avoid stringifying null redirect url by @rmartin48 (#286).
- Replaced jCenter with Maven by @matteodanelli (#320).
- Fix StatusBar prop name in README example @rrebase (#322).
- Fix redirection logic and update example project by @jdnichollsc (#371).
Removed
- Remove deprecated
removeEventListener()
calls with backward compatibility by @TheWirv (#297). - Remove
QUERY_ALL_PACKAGES
permission by @androideveloper (#335).