Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-03 | 1.4 kB | |
v0.23.2 source code.tar.gz | 2025-09-03 | 654.2 kB | |
v0.23.2 source code.zip | 2025-09-03 | 1.1 MB | |
Totals: 3 Items | 1.7 MB | 0 |
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
, andfetchPriority
parameters to theImage
composable
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
Image
composable.
Full Changelog: https://github.com/varabyte/kobweb/compare/v0.23.1...v0.23.2