Bladeren bron

chore(release): 9.0.0 [skip ci]

# [9.0.0](https://github.com/react-native-community/react-native-webview/compare/v8.2.1...v9.0.0) (2020-03-17)

### Features

* **iOS:** WKUserScripts (e.g. injectedJavaScript) can now update upon props change; and can be configured to inject into all frames. ([#1119](https://github.com/react-native-community/react-native-webview/issues/1119)) ([9cb2f6e](https://github.com/react-native-community/react-native-webview/commit/9cb2f6e)), closes [/github.com/react-native-community/react-native-webview/pull/1119#issuecomment-574919464](https://github.com//github.com/react-native-community/react-native-webview/pull/1119/issues/issuecomment-574919464)

### BREAKING CHANGES

* **iOS:** • Props updates to `injectedJavaScript` are no longer immutable.
semantic-release-bot 4 jaren geleden
bovenliggende
commit
bff88f8281
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      package.json

+ 1
- 1
package.json Bestand weergeven

@@ -8,7 +8,7 @@
8 8
     "Thibault Malbranche <malbranche.thibault@gmail.com>"
9 9
   ],
10 10
   "license": "MIT",
11
-  "version": "8.2.1",
11
+  "version": "9.0.0",
12 12
   "homepage": "https://github.com/react-native-community/react-native-webview#readme",
13 13
   "scripts": {
14 14
     "start": "node node_modules/react-native/local-cli/cli.js start",