Skip to content

Commit

Permalink
feat:Release Version 1.6.0. Support local HTML file loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinnZou committed Oct 25, 2023
1 parent f6aa609 commit e55676e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ kotlin {
commonMain {
dependencies {
// use api since the desktop app need to access the Cef to initialize it.
api("io.github.kevinnzou:compose-webview-multiplatform:1.5.0")
api("io.github.kevinnzou:compose-webview-multiplatform:1.6.0")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ compose.version=1.5.1

GROUP=io.github.kevinnzou
POM_ARTIFACT_ID=compose-webview-multiplatform
VERSION_NAME=1.5.0
VERSION_NAME=1.6.0

POM_NAME=Compose WebView Multiplatform
POM_INCEPTION_YEAR=2023
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ fun rememberWebViewStateWithHTMLData(
*
* @param fileName The file to load in the WebView
* Please note that the file should be placed in the commonMain/resources/assets folder.
* The fileName just need to be the relative path to the assets folder.
*/
@Composable
fun rememberWebViewStateWithHTMLFile(
Expand Down

0 comments on commit e55676e

Please sign in to comment.