Releases: crossplatformkorea/react-native-naver-login
Releases · crossplatformkorea/react-native-naver-login
4.0.4
What's Changed
- RN 0.76.0 안드로이드 빌드 에러 by @ChanghyeonYoon in #205
New Contributors
- @ChanghyeonYoon made their first contribution in #205
Full Changelog: 4.0.3...4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
What's Changed
- Bump tough-cookie from 4.1.2 to 4.1.3 in /NaverLoginExample by @dependabot in #181
- Android PromiseUtil Log name 변경 by @mym0404 in #183
- Project Renewal by @mym0404 in #184
- Bump Native SDK, Support Gradle 8.x, New arch inteop layer by @mym0404 in #185
- initialize추가, login에서 parameter삭제 by @mym0404 in #186
- Bump Android, iOS SDK(including privacy manifest) by @mym0404 in #187
- Change example project as new architecture bridgeless by @mym0404 in #188
Full Changelog: 3.0.0...4.0.0
3.0.0
What's Changed
- [3.x, Android] Gradle settings & Kotlin migration by @mym0404 in #146
- [3.x] Bump JS dev packages by @mym0404 in #149
- [3.x] Implementation by @mym0404 in #148
- 📌 3.0.0 Major Update by @mym0404 in #147
- style: apply new lint rules from @dooboo/* pkg by @hyochan in #151
- Apply Lint rule for Example project by @mym0404 in #152
- Add android sdk native method call guard logic by @mym0404 in #155
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /NaverLoginExample by @dependabot in #157
- [Bump, Refactoring] Android SDK 5.3.0 by @mym0404 in #159
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #160
- Bump json5 from 2.2.1 to 2.2.3 in /NaverLoginExample by @dependabot in #161
- Bump @sideway/formula from 3.0.0 to 3.0.1 in /NaverLoginExample by @dependabot in #165
- feat: expo config plugin by @kkiriky in #169
- Update README.md by @Hwi9yeom in #172
- Bump word-wrap from 1.2.3 to 1.2.5 in /NaverLoginExample by @dependabot in #175
- Bump semver from 5.7.1 to 5.7.2 in /NaverLoginExample by @dependabot in #177
- Bump @babel/traverse from 7.19.4 to 7.23.2 in /NaverLoginExample by @dependabot in #178
- Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #179
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #180
- Bump @babel/traverse from 7.19.4 to 7.23.2 by @dependabot in #176
New Contributors
Full Changelog: 2.3.1...3.0.0
3.0.0-rc.2
What's Changed
- style: apply new lint rules from @dooboo/* pkg by @hyochan in #151
- Apply Lint rule for Example project by @mym0404 in #152
- Add android sdk native method call guard logic by @mym0404 in #155
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /NaverLoginExample by @dependabot in #157
- [Bump, Refactoring] Android SDK 5.3.0 by @mym0404 in #159
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #160
- Bump json5 from 2.2.1 to 2.2.3 in /NaverLoginExample by @dependabot in #161
Full Changelog: 3.0.0-rc.1...3.0.0-rc.2
3.0.0-rc.1
What's Changed
Breaking Change
1. MainActivity에 initialize
코드 추가
onCreate
가 없다면 추가해주세요.
react-native-screens
패키지를 쓴다면 super.onCreate
에 null
을 전달하라고 할 수도 있습니다.
Java
public class MainActivity extends ReactActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
RNNaverLoginModule.initialize(this);
...
}
Kotlin
class MainActivity : ReactActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
RNNaverLoginModule.initialize(this)
...
}
2. API 들 Request, Response 변경 및 기능 추가
Common
- 예제 최신 버전의 RN 프로젝트로 변경
- 예제 프로젝트 코드 및 UI 개선
- README.md 수정 및 설치 단계 개선 (RN 0.60 미만의 Manual link는 따로 문서를 파서 관리하여 README.md 를 깔끔하게 관리)
README.md 작업해두었으나 리뷰 및 개선 필요합니다.
JS
-
Promise
를 이용하는 API 형태들로 변경 close #63 -
deleteToken
API 추가 -
login
인자에disableNaverAppAuth
추가 - 타입스크립트 타입 개선
- Bump Node dependencies & Resolve npm warnings
- Match Android and iOS Native module name as
RNNaverLogin
Android
- Android Project gradle related setting
- Migrate Native code with Kotlin
- 네이티브 SDK
5.2.0
로 업그레이드 close #145
iOS
- Migrate Native code with Swift
- Oauth callback을 제대로 처리하지 못하고 있던 코드들 수정
PRs
- [3.x, Android] Gradle settings & Kotlin migration by @mym0404 in #146
- [3.x] Bump JS dev packages by @mym0404 in #149
- [3.x] Implementation by @mym0404 in #148
- 📌 3.0.0 Major Update by @mym0404 in #147
Full Changelog: 2.3.1...3.0.0-rc.1
2.3.1
What's Changed
- Bump simple-plist from 1.1.0 to 1.3.1 in /NaverLoginExample by @dependabot in #126
- 안드로이드 빌드 에러 해결 by @SeunghyunWoo99 in #129
- 로그아웃 후 재로그인 시 발생되는 에러 수정 by @l2hyunwoo in #130
- 네이버 로그인 중 유저가 취소한 경우에 대한 처리 추가 (iOS) by @utae in #138
- 안드로이드 에러 타입을 String에서 JS객체로 변경 by @utae in #139
- Update naveridlogin-sdk-ios 4.1 to 4.1.5 by @WoonHaKim in #141
New Contributors
- @SeunghyunWoo99 made their first contribution in #129
- @l2hyunwoo made their first contribution in #130
- @utae made their first contribution in #138
- @hyochan
Full Changelog: 2.2.0...2.3.1
2.2.0
What's Changed
- chore: README more prettier by @nnnnnoel in #50
- Update README.md by @JeffGuKang in #51
- Bump acorn from 7.1.0 to 7.1.1 by @dependabot in #53
- Bump acorn from 5.7.3 to 5.7.4 in /NaverLoginExample by @dependabot in #54
- call requestThirdPartyLogin in mainThread by @lizhming in #56
- Update README.md by @hsh2001 in #61
- [fix] Update README by @blackstar0223 in #90
- Bump Android build tool version, naverlogin-android-sdk by @mym0404 in #72
- Add mobile, mobile_e164 field into GetProfileResponse interface by @rideddy84 in #91
- Add missing info in GetProfileResponse interface by @swkang0513 in #95
- Bump path-parse from 1.0.6 to 1.0.7 in /NaverLoginExample by @dependabot in #93
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #94
- Bump tar from 4.4.13 to 4.4.19 in /NaverLoginExample by @dependabot in #96
- Bump tmpl from 1.0.4 to 1.0.5 in /NaverLoginExample by @dependabot in #98
- issue by @kanei0415 in #106
- Add OAuthCustomTabActivity in AndroidManirest.xml by @WoonHaKim in #109
- Bump shelljs from 0.8.3 to 0.8.5 by @dependabot in #110
- Bump ajv from 6.10.2 to 6.12.6 in /NaverLoginExample by @dependabot in #113
- Bump ajv from 6.10.2 to 6.12.6 by @dependabot in #114
- Bump async from 2.6.3 to 2.6.4 in /NaverLoginExample by @dependabot in #118
- Bump plist from 3.0.1 to 3.0.5 in /NaverLoginExample by @dependabot in #122
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #123
- Naver login android sdk upgrade 5.1.0 by @kentakang in #121
New Contributors
- @dependabot made their first contribution in #53
- @lizhming made their first contribution in #56
- @hsh2001 made their first contribution in #61
- @blackstar0223 made their first contribution in #90
- @mym0404 made their first contribution in #72
- @rideddy84 made their first contribution in #91
- @swkang0513 made their first contribution in #95
- @kanei0415 made their first contribution in #106
- @WoonHaKim made their first contribution in #109
- @kentakang made their first contribution in #121
Full Changelog: v2.1.0...2.2.0