We just learned our last release broke base paths, which is an important feature for anyone using GHP to host their Kobweb sites, so we're pushing this release out a little early.
Important
Planning to upgrade? Review instructions in the README.
Changes
Frontend
- Fixed breakages introduced to sites that use the base path feature.
- Fixed routing logic to avoid a potential infinite loop if you visit an invalid route, depending on how the host server was configured to handle fallbacks.
Silk
- Added
loading,decoding, andfetchPriorityparameters to theImagecomposable
Markdown
- Fixed an issue where quotes in frontmatter values were not escaped correctly
Gradle
- Improvements around property resolution logic in preparation for Gradle 9.1 which can take advantage of it.
Thanks!
- @DatL4g made their first contribution, adding useful parameters to the
Imagecomposable.
Full Changelog: v0.23.1...v0.23.2