From 963e934953f3f3eb0030a89871100343d51fb2ff Mon Sep 17 00:00:00 2001 From: rnentjes Date: Thu, 19 Aug 2021 09:53:16 +0200 Subject: [PATCH] Fix svg/unsafe, add onBeforeUpdate, v. 0.5.6 --- build.gradle.kts | 2 +- komp.commonMain.iml | 2 +- komp.commonTest.iml | 2 +- komp.iml | 2 +- komp.ipr | 7 ++++++- komp.jsMain.iml | 2 +- komp.jsTest.iml | 2 +- src/jsMain/kotlin/nl/astraeus/komp/HtmlBuilder.kt | 9 ++++++++- src/jsMain/kotlin/nl/astraeus/komp/Komponent.kt | 10 ++++++++++ src/jsTest/kotlin/nl/astraeus/komp/TestUpdate.kt | 6 ++++++ 10 files changed, 36 insertions(+), 8 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 366bd0a..84492cc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "nl.astraeus" -version = "0.5.5" +version = "0.5.7-SNAPSHOT" repositories { mavenCentral() diff --git a/komp.commonMain.iml b/komp.commonMain.iml index 72b6087..be266c6 100644 --- a/komp.commonMain.iml +++ b/komp.commonMain.iml @@ -1,5 +1,5 @@ - + diff --git a/komp.commonTest.iml b/komp.commonTest.iml index a1fa3f2..b17b328 100644 --- a/komp.commonTest.iml +++ b/komp.commonTest.iml @@ -1,5 +1,5 @@ - + diff --git a/komp.iml b/komp.iml index 964f4ea..a9e480b 100644 --- a/komp.iml +++ b/komp.iml @@ -1,5 +1,5 @@ - + diff --git a/komp.ipr b/komp.ipr index c6bc0cf..625537b 100644 --- a/komp.ipr +++ b/komp.ipr @@ -97,6 +97,12 @@ + + $PROJECT_DIR$/build/libs + + + + -