kweb-core
kweb-core copied to clipboard
A Kotlin web framework
[APIDiff](https://github.com/aserg-ufmg/apidiff) can apparently detect breaking API changes in Java (and, I hope, Kotlin) libraries. While it may be premature right now, at some point it would be nice to integrate...
I have some issues with Element.text or Element.text(""). My snippet is like ``` new { div(attributes = mapOf("id" to "main-stats")).new { div().classes("row", "stats-row").new { div().classes("col-md-12", "col-sm-12", "stat").new { div().classes("data").new {...
Just as we've created a DSL for HTML (or started to) we're going to need a DSL for CSS. This should be usable both for adding to the document ,...
Currently `SemanticUIClasses` is mutable, this is lazy and can lead to problems if a SemanticUIClasses instance is accidentally reused. Its structure should be changed to make it an immutable object.
#### Configuration: Chrome: Version 56.0.2924.87 (64-bit) Linux (Ubuntu 16.04) Kweb version 0.2.2 When running the example from [your-first-kwebsite](http://kweb.io/use/your-first-kwebsite.html), using the "reopen the last closed tab" shortcut (Ctrl+Shift+T) causes various issues....
Bumps [kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.7.10. Release notes Sourced from kotlin-stdlib-jdk8's releases. Kotlin 1.7.10 Changelog Compiler KT-52702 Invalid locals information when compiling kotlinx.collections.immutable with Kotlin 1.7.0-RC2 KT-52892 Disappeared specific builder...
Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.3.0-alpha13 to 1.4.1. Commits a432a55 removed Automatic-Module-Name manifest entry which prevents javadoc deployment ec06e72 prepare release 1.4.1 a17f298 added a new tests case, bump to SLF4J 2.0.1,...
Bumps gradle-versions-plugin from 0.36.0 to v0.42.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [selenium-jupiter](https://github.com/bonigarcia/selenium-jupiter) from 3.3.5 to 4.3.1. Changelog Sourced from selenium-jupiter's changelog. [4.3.1] - 2022-08-13 Changed Bump to WebDriverManager 5.3.0 (avoids 403 error and enhance log gathering in Firefox) [4.3.0] -...