Releases: xmartlabs/react-native-line
Releases · xmartlabs/react-native-line
v2.2.0
What's Changed
- upgrade ios sdk to 5.8.1/android sdk to 5.7.0 by @blackbing in #90
- fix: bot prompt string. aggresive -> aggressive by @jeong-sik in #94
- [Feature] Upgrade native SDKs by @emibotti in #106
New Contributors
- @blackbing made their first contribution in #90
- @jeong-sik made their first contribution in #94
- Special thanks to @mirland
Full Changelog: 2.1.0...2.2.0
v2.1.0
Major changes from previous version
🐛 Bugfixes
- 'RNLine-Swift.h' file not found reported by @Duya3fithou (#47)
- Error onlyWebLogin cannot be cast from Boolean to String reported by @star4680 (#46)
💪 Improvements
- Rewrite the wrapper in Typescript
- Android wrapper improvements
- iOS wrapper improvements, remove deprecation warnings of LineSDK.
- Improve steps in README
- Unify interface for iOS & Android
- Example app improvements
v2.0.1
- New version compatible with React native >=0.61.1
- LINE SDK v5 for iOS Swift, wrapped with Swift.
- LINE SDK v5 for Android, wrapped with Kotlin.
v1.3.0
- Isolate
getUserProfile
method from login process on iOS
v1.2.0
- Update iOS LineSDK to 5.0.0
- Fixes
getUserProfile
not recognized issue on iOS
v1.1.0
- Updated to latest LineSDK versions
Logout fix
Fixed an issue where the login task on Android was calling getProfile
instead of logout
v1.0.0
Added readme and licence files (#3)