Releases: xmartlabs/react-native-line
Releases · xmartlabs/react-native-line
v3.0.0 🎉
This version introduces Expo support.
What's Changed
- [Feature] Added support for Expo by @ardasatata in #126
- [Chore] Updated React Native to v0.76.3 by @carozo in #127
- [Chore] Updated dependencies by @Joaguirrem in #129
- [Chore] Updated README by @Joaguirrem in #133
New Contributors
- @carozo made their first contribution in #128
- @ardasatata made their first contribution in #126
- @Joaguirrem made their first contribution in #129
Full Changelog: v2.2.1...v3.0.0
v2.2.1
What's Changed
- [Chore] Updated README by @manikandanb24 in #110
- [Fix] Removed unsupported plugin 'kotlin-android-extensions' by @JeffGuKang in #115
New Contributors
- @manikandanb24 made their first contribution in #110
- @JeffGuKang made their first contribution in #115
Full Changelog: 2.2.0...v2.2.1
v2.2.0
What's Changed
- [Chore] Bumped iOS Line SDK to v5.8.1 and Android Line SDK to v5.7.0 by @blackbing in #90
- [Fix] Corrected typo in bot prompt string: "aggresive" → "aggressive" by @jeong-sik in #94
- [Feature] Upgraded 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
getUserProfilemethod from login process on iOS
v1.2.0
- Update iOS LineSDK to 5.0.0
- Fixes
getUserProfilenot 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)