A relatively small but solid update -- and critical if your project used the routePrefix feature.
Frontend
- Fixed an issue that broke the
routePrefixfeature.- 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
OpenLinkStrategyenumeration.- 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
LinkorAnchor.
Backend
- Fixed Kobweb servers so they can now find resources.
- For example, this is particularly helpful if you are using a library that uses
ServiceLoaderunder the hood, which needs to findMETA-INFresources 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