Skip to content

v0.12.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@bitspittle bitspittle released this 24 Mar 17:56
· 1543 commits to main since this 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 or Anchor.

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 find META-INF resources to work. Before, Kobweb would fail to load any such services.