Refactor vst-ui-base and test-app: remove inline CSS definitions in Kotlin, migrate styles to external vst-ui-base.css. Add WebResourceHandler for serving CSS. Enhance KeyboardComponent with keyboard event mapping. Increment version to 2.2.4.
This commit is contained in:
@@ -2,7 +2,7 @@ project.extra.set("devMode", true)
|
||||
project.extra.set("enabledSourceMaps", true)
|
||||
|
||||
group = "nl.astraeus"
|
||||
version = "2.2.3"
|
||||
version = "2.2.4"
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user