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 76a7c1e commit e79eb90
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions README.md
Expand Up @@ -23,23 +23,23 @@ This pulls submodule dependencies from github.
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**
- Mobile SDK 6.1 introduces the ability to configure your app remotely through MDM or MyDomain. With these options, your customers can now use Chrome custom tabs for authentication instead of the system WebView.
- Starting with Mobile SDK 6.1, fingerprint authentication can be used instead of the app passcode on devices that support this feature.
**Tool Version Upgrades**
- Cordova CLI 8.0.0 is now supported.
- Android Studio 3.1 and Gradle 4.4 are now supported.

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

**Test Framework Enhancements**
- We have added an entire suite of tests for `SalesforceReact` in Mobile SDK 6.1.
- Our unit tests now use `Android Test Library` and `Espresso`, based on Google's recommendations.
- 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 `MetadataSyncManager` that allows apps to sync metadata using the power of the existing `SmartSync` data framework.
- We have added a new utility called `LayoutSyncManager` that allows apps to sync layout data using the power of the existing `SmartSync` data framework.

**Other Technical Improvements**
- Replaced `IntentService` with `JobService` for more optimal background execution of tasks, especially on newer Android versions.
- The user account switcher screen has been updated to comply with the latest UX standards.
- Improvements to sample apps.
- Various bug fixes.

Expand Down
2 changes: 1 addition & 1 deletion UPGRADE.md
@@ -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 forcedroid npm package](https://npmjs.org/package/forcedroid), 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

0 comments on commit e79eb90

Please sign in to comment.