Skip to content

5.8.0

Compare
Choose a tag to compare
@rjaros rjaros released this 30 Jan 13:06
· 711 commits to master since this release
  • Upgraded dependencies (Jooby 2.13.0, Spring Boot 2.6.3, Vert.x 4.2.4, Micronaut 3.3.0, Guice 5.1.0, kotlin-wrappers 292, npm-publish 2.1.2, kotest 5.1.0)
  • Upgraded some npm packages to fix vulnerable dependencies
  • Major refactoring of serialization in the fullstack interfaces including removal of old workarounds and legacy code
    Note: You might need to add @Serializable annotation to your enum classes in the common module
  • Support custom serialization modules for the fullstack interfaces (#342)
  • Fixed Tabulator error with empty data (#339)
  • Added new generateKVisionSources task to the Gradle plugin
  • Added missing responsiveCollapse formatter for Tabulator component