Skip to content

Releases: xmartlabs/react-native-line

v5.2.0

13 May 20:37
372b2d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.2.0

v5.1.0

02 Apr 15:08
a47b9c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0 🎉

27 Mar 21:33
b257ea2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v5.0.0

v4.1.0

20 Feb 21:00
c0bf21d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0 🎉

04 Feb 21:33
b7807d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v4.0.0

v3.1.0

28 Jan 21:22
a4130cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0 🎉

27 Jan 18:31
07163fd
Compare
Choose a tag to compare

This version introduces Expo support.

What's Changed

New Contributors

Full Changelog: v2.2.1...v3.0.0

v2.2.1

06 Dec 18:07
e65b1a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...v2.2.1

v2.2.0

23 May 17:03
bc75133
Compare
Choose a tag to compare

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

Full Changelog: 2.1.0...2.2.0

v2.1.0

09 Jul 17:29
325ab50
Compare
Choose a tag to compare

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