v0.20.3 #653
bitspittle
announced in
Announcements
v0.20.3
#653
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release includes several miscellaneous bug fixes and features.
This release also updates the Kotlin target to 2.1.10.
Perhaps the feature most people will be interested in is official support for sibling static and dynamic routes.
There was also a bug fix for the backend for an NPE that should not have been thrown. This was caused by any codebase calling
ClassLoader.findResource(...)
looking for an optional resource when it does not exist. Your own codebase might not do it, but a library you call might! For example, a user trying to use the SQL library jOOQ experienced this.Important
Planning to upgrade? Review instructions in the README.
Changes
Frontend
CssStyle
:((SM..MD) + hover) { ... }
.tryRoutingTo
that could in a rare case open up infinite tabs in production mode.RawHtml("<div>Example</div>")
Backend
ClassLoader.findResource(...)
on a non-existant resource would crash.Full Changelog: v0.20.2...v0.20.3
This discussion was created from the release v0.20.3.
Beta Was this translation helpful? Give feedback.
All reactions