v0.12.3
Pre-release
Pre-release
A relatively small but solid update -- and critical if your project used the routePrefix
feature.
Frontend
- Fixed an issue that broke the
routePrefix
feature.- Most users probably aren't using it, but if you are, this is a critical fix. See this blog post and search "routePrefix" for more information.
- Simplified the API around the
OpenLinkStrategy
enumeration.- Before, several options were actually useless, essentially ignored by browsers. They have been removed.
- Added the ability to configure default open link strategies for internal and external links (currently, internal site links are opened in place by default, while external site links are opened in a new tab). This could be potentially useful if you don't like Kobweb's external link default strategy and found yourself overloading it in every call to
Link
orAnchor
.
Backend
- Fixed Kobweb servers so they can now find resources.
- For example, this is particularly helpful if you are using a library that uses
ServiceLoader
under the hood, which needs to findMETA-INF
resources to work. Before, Kobweb would fail to load any such services.
- For example, this is particularly helpful if you are using a library that uses