|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -### 1.0.0-rc.0 (April 3, 2021) |
| 3 | +### 2.0.0 (February 8, 2024) |
4 | 4 |
|
5 | | -- Initial version |
| 5 | +- Enhanced the App to App OAuth Flow with the newly added `redirectUrl` parameter in the Connect React Native SDK. This enhancement supports universal links for iOS, app links for Android, and deep links for navigation between mobile apps. For more details on App to App, refer to the [documentation](https://developer.mastercard.com/open-banking-us/documentation/connect/mobile-sdks/). |
| 6 | +- The support for the `linkingUri` property in the Connect React Native SDK has been deprecated. |
6 | 7 |
|
7 | | -### 1.0.0-rc.1 (April 8, 2021) |
| 8 | +### 1.0.0-rc10 (September 6, 2023) |
8 | 9 |
|
9 | | -- Include /dist for GitHub repo |
| 10 | +- Fixed issue in iOS when OAuth popup is closed, dismissing Connect and making the application unresponsive |
10 | 11 |
|
11 | | -### 1.0.0-rc.2 (April 8, 2021) |
| 12 | +### 1.0.0-rc9 (August 1, 2023) |
12 | 13 |
|
13 | | -- Send data object in user and route events |
14 | | -- Added event interfaces |
| 14 | +- Fixed issue in Android with OAuth popup being dismissed on Android when navigating away from app |
15 | 15 |
|
16 | | -### 1.0.0-rc3 (April 15, 2021) |
| 16 | +### 1.0.0-rc8 (December 8, 2022) |
17 | 17 |
|
18 | | -- Added MIT license |
19 | | -- Fixed README example |
20 | | -- Fixed payload in `onDone`, `onCancel` and `onExit` events |
| 18 | +- Fixed dependencies version mismatch |
| 19 | +- Remove any references to External sources |
21 | 20 |
|
22 | | -### 1.0.0-rc4 (April 21, 2021) |
| 21 | +### 1.0.0-rc7 (August 3, 2022) |
23 | 22 |
|
24 | | -- Fixed dependencies |
25 | | -- Ignore /dist |
26 | | -- Remove app.json |
| 23 | +- Mastercard rebranding |
| 24 | +- Updated dependencies |
| 25 | + |
| 26 | +### 1.0.0-rc6 (March 22, 2022) |
| 27 | + |
| 28 | +- Updated dependencies and README |
27 | 29 |
|
28 | 30 | ### 1.0.0-rc5 (May 11, 2021) |
29 | 31 |
|
30 | 32 | - Moved `react` and `react-native` to `devDependencies` and `peerDependencies` |
31 | 33 |
|
32 | | -### 1.0.0-rc6 (March 22, 2022) |
| 34 | +### 1.0.0-rc4 (April 21, 2021) |
33 | 35 |
|
34 | | -- Updated dependencies and README |
| 36 | +- Fixed dependencies |
| 37 | +- Ignore /dist |
| 38 | +- Remove app.json |
35 | 39 |
|
36 | | -### 1.0.0-rc7 (August 3, 2022) |
| 40 | +### 1.0.0-rc3 (April 15, 2021) |
37 | 41 |
|
38 | | -- Mastercard rebranding |
39 | | -- Updated dependencies |
| 42 | +- Added MIT license |
| 43 | +- Fixed README example |
| 44 | +- Fixed payload in `onDone`, `onCancel` and `onExit` events |
40 | 45 |
|
41 | | -### 1.0.0-rc8 (December 8, 2022) |
| 46 | +### 1.0.0-rc.2 (April 8, 2021) |
42 | 47 |
|
43 | | -- Fixed dependencies version mismatch |
44 | | -- Remove any references to Finicity |
| 48 | +- Send data object in user and route events |
| 49 | +- Added event interfaces |
45 | 50 |
|
46 | | -### 1.0.0-rc9 (August 1, 2023) |
| 51 | +### 1.0.0-rc.1 (April 8, 2021) |
47 | 52 |
|
48 | | -- Fixed issue in Android with OAuth popup being dismissed on Android when navigating away from app |
| 53 | +- Include /dist for GitHub repo |
49 | 54 |
|
50 | | -### 1.0.0-rc10 (September 6, 2023) |
| 55 | +### 1.0.0-rc.0 (April 3, 2021) |
51 | 56 |
|
52 | | -- Fixed issue in iOS when OAuth popup is closed, dismissing Connect and making the application unresponsive |
| 57 | +- Initial version |
0 commit comments