Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](react-native-webview/react-native-webview@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](react-native-webview/react-native-webview#138)) ([afadc62](react-native-webview/react-native-webview@afadc62)), closes [#68](react-native-webview/react-native-webview#68)

### BREAKING CHANGES

* **WKWebview:** useSharedProcessPool prop is set to true by default. If you want the old behavior, please use useSharedProcessPool={false}
  • Loading branch information
noproblem23 committed Jan 7, 2019
1 parent 5bfe3f4 commit d593841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Thibault Malbranche <malbranche.thibault@gmail.com>"
],
"license": "MIT",
"version": "2.15.0",
"version": "3.0.0",
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
"scripts": {
"test:ios:flow": "flow check",
Expand Down

0 comments on commit d593841

Please sign in to comment.