Parcourir la source

chore(docs): Add 8.0.0 to Breaking History on README (#1085)

Jason Safaiyeh il y a 4 ans
Parent
révision
8a9836c703
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      README.md

+ 2
- 0
README.md Voir le fichier

@@ -34,6 +34,8 @@ This project follows [semantic versioning](https://semver.org/). We do not hesit
34 34
 
35 35
 Current Version: ![version](https://img.shields.io/npm/v/react-native-webview.svg)
36 36
 
37
+- [8.0.0](https://github.com/react-native-community/react-native-webview/releases/tag/v8.0.0) - onNavigationStateChange now triggers with hash url changes
38
+
37 39
 - [7.0.1](https://github.com/react-native-community/react-native-webview/releases/tag/v7.0.1) - Removed UIWebView
38 40
 
39 41
 - [6.0.**2**](https://github.com/react-native-community/react-native-webview/releases/tag/v6.0.2) - Update to AndroidX. Make sure to enable it in your project's `android/gradle.properties`. See [Getting Started Guide](docs/Getting-Started.md).