Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Releases: kwebio/kweb-core

1.4.13 - update fomantic to 2.9.3

26 Jun 16:52
79a0c8c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog:1.4.12...1.4.13

1.4.12 - Fomantic plugin improvements and dependency updates

05 Apr 16:07
3ca33e9
Compare
Choose a tag to compare

What's Changed

Full Changelog:1.4.11...1.4.12

1.4.11 Dependency updates, correct transitive Ktor vulnerability

01 Feb 23:12
d7bddc2
Compare
Choose a tag to compare

What's Changed

  • Bump org.apache mons:commons-text from 1.10.0 to 1.11.0 by@dependabotin#575
  • Bump org.seleniumhq.selenium:selenium-chrome-driver from 4.15.0 to 4.16.1 by@dependabotin#576
  • Bump io.ktor:ktor-server-caching-headers from 2.3.5 to 2.3.7 by@dependabotin#577
  • Bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 by@dependabotin#578
  • Bump io.kotest:kotest-bom from 5.7.2 to 5.8.0 by@dependabotin#579
  • Bump org.jetbrains.kotlin:kotlin-serialization from 1.9.21 to 1.9.22 by@dependabotin#580
  • Bump io.ktor:ktor-server-compression from 2.3.5 to 2.3.7 by@dependabotin#581
  • Bump com.codeborne:selenide from 7.0.3 to 7.0.4 by@dependabotin#582
  • Bump io.ktor:ktor-server-jetty from 2.3.5 to 2.3.7 by@dependabotin#583
  • Bump org.jetbrains.kotlinx.kover from 0.7.4 to 0.7.5 by@dependabotin#584
  • Bump org.seleniumhq.selenium:selenium-http-jdk-client from 4.12.1 to 4.13.0 by@dependabotin#585
  • Bump org.jetbrains.dokka from 1.8.20 to 1.9.10 by@dependabotin#586
  • Bump io.ktor:ktor-network-tls-certificates from 2.3.5 to 2.3.7 by@dependabotin#587

Full Changelog:1.4.10...1.4.11

1.4.10 BufferedImage improvements and dependency updates

11 Jan 17:04
Compare
Choose a tag to compare

What's Changed

  • Removed BufferedImage assumption and provided parameters to ByteArray… by@toddharrisonin#564
  • Bump io.ktor:ktor-server-default-headers from 2.3.5 to 2.3.7 by@dependabotin#566
  • Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.21 to 1.9.22 by@dependabotin#570
  • Bump com.google.guava:guava from 32.1.1-jre to 33.0.0-jre by@dependabotin#571
  • Bump io.github.bonigarcia:selenium-jupiter from 4.3.7 to 5.0.1 by@dependabotin#572
  • Bump dev.forkhandles:result4k from 2.7.1.0 to 2.12.2.0 by@dependabotin#574

Full Changelog:1.4.9...1.4.10

1.4.9 MouseEvent improvements and dependency updates

02 Dec 18:22
Compare
Choose a tag to compare

Overview

Mostly dependency updates and fi xing related breakages, along with@toddharrison'simprovementsto MouseEvent, many thanks for the contribution.

What's Changed

  • Bump io.ktor:ktor-server-caching-headers from 2.3.0 to 2.3.2 by@dependabotin#509
  • Bump org.seleniumhq.selenium:selenium-http-jdk-client from 4.9.1 to 4.10.0 by@dependabotin#511
  • Bump io.ktor:ktor-network-tls-certificates from 2.3.0 to 2.3.2 by@dependabotin#512
  • Bump com.google.guava:guava from 32.0.1-jre to 32.1.1-jre by@dependabotin#513
  • Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.5.0 to 1.5.1 by@dependabotin#514
  • Bump org.jetbrains.dokka from 1.8.10 to 1.8.20 by@dependabotin#517
  • Bump io.ktor:ktor-server-default-headers from 2.3.0 to 2.3.3 by@dependabotin#522
  • Bump ch.qos.logback:logback-classic from 1.4.7 to 1.4.9 by@dependabotin#523
  • Bump io.ktor:ktor-server-compression from 2.3.2 to 2.3.4 by@dependabotin#532
  • Bump dev.forkhandles:result4k from 2.5.0.0 to 2.7.1.0 by@dependabotin#530
  • Bump org.seleniumhq.selenium:selenium-http-jdk-client from 4.10.0 to 4.12.1 by@dependabotin#534
  • Bump com.github.ben-manes.versions from 0.46.0 to 0.48.0 by@dependabotin#535
  • Bump io.github.bonigarcia:selenium-jupiter from 4.3.5 to 4.3.7 by@dependabotin#537
  • Bump io.kotest:kotest-bom from 5.6.2 to 5.7.2 by@dependabotin#538
  • Bump io.ktor:ktor-network-tls-certificates from 2.3.2 to 2.3.5 by@dependabotin#541
  • Bump io.ktor:ktor-server-caching-headers from 2.3.2 to 2.3.5 by@dependabotin#542
  • Bump org.jetbrains.kotlinx.kover from 0.7.2 to 0.7.4 by@dependabotin#543
  • Bump io.ktor:ktor-server-jetty from 2.3.0 to 2.3.5 by@dependabotin#544
  • Bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 by@dependabotin#545
  • Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 by@dependabotin#546
  • Bump io.ktor:ktor-server-compression from 2.3.4 to 2.3.5 by@dependabotin#547
  • Bump io.ktor:ktor-server-default-headers from 2.3.3 to 2.3.5 by@dependabotin#548
  • Added missing MouseEvent coordinates by@toddharrisonin#560
  • Bump com.codeborne:selenide from 6.13.1 to 7.0.3 by@dependabotin#561
  • Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.0-RC to 1.6.2 by@dependabotin#562
  • Bump ch.qos.logback:logback-classic from 1.4.9 to 1.4.14 by@dependabotin#563
  • Bump org.jetbrains.kotlin:kotlin-serialization from 1.8.21 to 1.9.21 by@dependabotin#559
  • Bump org.seleniumhq.selenium:selenium-chrome-driver from 4.10.0 to 4.15.0 by@dependabotin#554

New Contributors

Full Changelog:1.4.8...1.4.9

Cleanup from previous release

10 Jul 19:06
e43fce0
Compare
Choose a tag to compare

Removes log statement accidentally leftover from 1.4.7 release

Add Functionality to send websocket messages from client to server without JS Events mechanism

05 Jul 16:08
fef1fc7
Compare
Choose a tag to compare

Hopefully correct a very weird CSS regression in 1.4.5

28 May 15:52
Compare
Choose a tag to compare

Memory usage and selenium testing improvements

27 May 18:32
Compare
Choose a tag to compare

Shouldn't use weak references for listeners in KVal

26 May 22:32
Compare
Choose a tag to compare