Skip to content

Version 1.0-RC15

Compare
Choose a tag to compare
@Lysander Lysander released this 10 Jan 14:22

Improvements

The most important change for the project is the upgrade to the latest Kotlin version, that is 1.9.22 at the time of this release and gradle 8.5.

  • PR #789: Kotlin 1.9.20 & refreshVersions plugin
  • PR #841: Refresh Versions for upcoming RC13 Release (Kotlin 1.9.22 for example)
  • PR #845: Update Gradle to v8.5
  • PR #811: Move docs for new serialization module to docs sites
  • PR #817: Update the headless documentation of portalling
  • PR #819: Make RootStore.runWithJob public
  • PR #822: Improves PopUpPanel Rendering
  • PR #823: Improves and enhances the reactive styling
  • PR #824: Improve event handling in dataCollection
  • PR #826: Improves the validation message filtering and resets the default behaviour
  • PR #829: Add Scope handling for Portal Containers
  • PR #830, #834: Avoid events in flatMapLatest
  • PR #835: Improves PopUpPanel
  • PR #836: Improves TicTacToe example
  • PR #838: Add UI-Tests to GitHub Build-Process
  • PR #839: Add documentation for Stores current property

Fixed Bugs

  • PR #847: Fix implicit dependency error in Gradle for publishing
  • PR #843: Fix javadoc jar publication for publishing to MavenCentral
  • PR #842: Fix Selection Behaviour of ListBox
  • PR #812: Fixes WebComponent example
  • PR #833: Fix nested Portals
  • PR #837: Fix Mountpoint in Portals
  • PR #838: Fix some regression in DataCollection

Credits

Special thanks to @jillesvangurp for his amazing work on #789!