Releases: xmartlabs/react-native-line
Releases · xmartlabs/react-native-line
v5.2.0
What's Changed
- [Feature] Added support for Expo v53 by @Joaguirrem in #171
Full Changelog: v5.1.0...v5.2.0
v5.1.0
What's Changed
- [Feature] Bumped iOS Line SDK to v5.12.0 by @Joaguirrem in #164
Full Changelog: v5.0.0...v5.1.0
v5.0.0 🎉
What's Changed
- [Chore] Enabled New Architecture in the Example App by @Joaguirrem in #151
- [Feature] Added support for the New Architecture by @Joaguirrem in #159
New Contributors
Full Changelog: v4.1.0...v5.0.0
v4.1.0
What's Changed
- [Chore] Updated dependencies by @Joaguirrem in #144
- [Fix] Restored Expo plugin by @Joaguirrem in #148
Full Changelog: v4.0.0...v4.1.0
v4.0.0 🎉
What's Changed
- [Feature] Added setup function and API change by @Joaguirrem in #138
Full Changelog: v3.1.0...v4.0.0
v3.1.0
What's Changed
- [Chore] Bumped Line SDK to v5.11.0 by @Joaguirrem in #135
- [Chore] Added new Example App by @Joaguirrem in #134
Full Changelog: v3.0.0...v3.1.0
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