Skip to content

Commit

Permalink
docs(updating): add 1.4.0 recommended changes (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Dec 12, 2019
1 parent af306ff commit 849eb8f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions site/docs-md/android/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@ To update the base structure of your Android project, view the [android-template
### From 1.0.0 to 1.1.0

Recommended change:

* Update `.gitignore` file inside `android` folder with [this changes](https://github.com/ionic-team/capacitor/commit/e27586780baed231c09f2737bb94a9338aab5a03#diff-15c65f143d85c95277307da1bdd0528e)

### From <= 1.3.0 to 1.4.0

Recommended change:

* Update `strings.xml` file inside `android/app/src/main/res/values/` folder with [this change](https://github.com/ionic-team/capacitor/commit/ed6647b35a8da08d26a7ff13cc9f4fd918b923a0#diff-15c65f143d85c95277307da1bdd0528e)
7 changes: 7 additions & 0 deletions site/docs-md/electron/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@ Recommended changes:
* Update `index.js` to not use `injectCapacitor` function as it's now deprecated and will be removed on 2.0.0. It also fixes problems when using electron 5. [See example](https://github.com/ionic-team/capacitor/commit/5d244a196e429d19f33bae5fc1fad6f1e9205168#diff-bae4e5cfce4de49634ffd504a19c8311)
* Create a `.gitignore` file inside `electron` folder with [this content](https://github.com/ionic-team/capacitor/blob/7c1cf397ba7e113429ef89da0f198ffc206b69f0/electron-template/gitignore)
* Update `electron-is-dev` dependency to `^1.1.0` as on the [template](https://github.com/ionic-team/capacitor/blob/cf09bb42fe4bf39b3064b7bc38de04e681d6fab3/electron-template/package.json#L10)

### From <= 1.3.0 to 1.4.0

Recommended changes:

* Update electron to ^7.0.0
* Update `index.js` file inside `electron` folder to call `configCapacitor(mainWindow);` [like this](https://github.com/ionic-team/capacitor/commit/8952ed1157f1b480ecdd8cca5babcd6604ff3771#diff-0c827191c5f6b198e9b675fc7e4a324fR43) to be able to configure the userAgent from [this feature](https://github.com/ionic-team/capacitor/pull/2140)
1 change: 1 addition & 0 deletions site/docs-md/ios/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ In particular, [AppDelegate.swift](https://github.com/ionic-team/capacitor/blob/
### From 1.0.0 to 1.1.0

Recommended change:

* Update `.gitignore` file inside `ios` folder with [this changes](https://github.com/ionic-team/capacitor/commit/91941975ea5fe5389e0b09bb8331d5cb16ea6a78#diff-ea346566a7f09b5e88ed28d3d6362ec3)

0 comments on commit 849eb8f

Please sign in to comment.