github varabyte/kobweb v0.12.3

latest releases: v0.24.0, v0.23.3, v0.23.2...
pre-release3 years ago

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.

Don't miss a new kobweb release

NewReleases is sending notifications on new releases.