Skip to content

Commit

Permalink
What's New and Upgrade Steps for 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bhariharan committed Jun 26, 2018
1 parent 461910b commit 2e8ba05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Upgrade steps from v. 6.0.x to v. 6.1 for native/hybrid/React Native apps
## Upgrade steps from v. 6.1.x to v. 6.2 for native/hybrid/React Native apps

- To upgrade native apps, we strongly recommend creating a new app from the app templates in [the forceios npm package](https://npmjs.org/package/forceios), then migrating the artifacts specific to your app into the new template.
- To upgrade hybrid apps, we strongly recommend creating a new app from the app templates in [the forcehybrid npm package](https://npmjs.org/package/forcehybrid), then migrating the artifacts specific to your app into the new template.
Expand Down
22 changes: 9 additions & 13 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,21 @@ If you have problems building any of the projects, take a look at the online [FA
Introduction
==

### What's New in 6.1
### What's New in 6.2

**Library Upgrades**
- We've updated React Native to version 0.53.3.
- We've updated React Native to version 0.55.4.

**Login Enhancements**
- Starting with Mobile SDK 6.1, fingerprint authentication can be used instead of the app passcode on devices that support this feature.
- Developers can now customize `SFLoginViewController` in many ways that weren't possible before, such as adding a back button for navigation.
**Tool Version Upgrades**
- Cordova CLI 8.0.0 is now supported.

**SmartSync Enhancements**
- We have addressed an issue in Mobile SDK 6.1 where `cleanResyncGhosts` was operating incorrectly.

**SalesforceSwiftSDK Enhancements**
- We have added new promise APIs based on `PromiseKit` for existing `SmartStore` and `SmartSync` APIs.

**Test Framework Enhancements**
- We have added an entire suite of tests for `SalesforceReact` in Mobile SDK 6.1.
**SmartSync Data Framework Enhancements**
- Starting with Mobile SDK 6.2, the `SmartSync` data framework now returns detailed information about the error, if an error occurs during a sync operation.
- We have added a new utility called `SFMetadataSyncManager` that allows apps to sync metadata using the power of the existing `SmartSync` data framework.
- We have added a new utility called `SFLayoutSyncManager` that allows apps to sync layout data using the power of the existing `SmartSync` data framework.

**Other Technical Improvements**
- The user account switcher screen has been updated to comply with the latest UX standards.
- Improvements to sample apps.
- Various bug fixes.

Expand Down

0 comments on commit 2e8ba05

Please sign in to comment.