Browse Source

chore(release): 3.0.0 [skip ci]

# [3.0.0](https://github.com/react-native-community/react-native-webview/compare/v2.15.0...v3.0.0) (2019-01-07)

### Features

* **WKWebview:** Add shared process pool so cookies and localStorage are shared across webviews in iOS ([#138](https://github.com/react-native-community/react-native-webview/issues/138)) ([afadc62](https://github.com/react-native-community/react-native-webview/commit/afadc62)), closes [#68](https://github.com/react-native-community/react-native-webview/issues/68)

### BREAKING CHANGES

* **WKWebview:** useSharedProcessPool prop is set to true by default. If you want the old behavior, please use useSharedProcessPool={false}
semantic-release-bot 5 years ago
parent
commit
f64f526376
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -8,7 +8,7 @@
8 8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9 9
   ],
10 10
   "license": "MIT",
11
-  "version": "2.15.0",
11
+  "version": "3.0.0",
12 12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13 13
   "scripts": {
14 14
     "test:ios:flow": "flow check",