github varabyte/kobweb v0.11.12

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

A bunch of miscellaneous changes in this one.

Frontend

  • Add hsl factory methods for Color
  • Add argb factory methods for Color.
    • Before, there were rgba methods, which is very web, but Android developers are more familiar with the opposite order.
  • Add fallback routing behavior for missing / extra slashes.
    • i.e. if you register slug and the user visits slug/, or you register slug/ and the user visits slug, Kobweb will now send you to the right destination instead of giving you a 404 error.
  • Add Router.addRouteInterceptor, in case you need to add special case handling for one-off URL redirects, for example maybe an old page was renamed due a spelling error, or a legacy path has been migrated to a new location.

Silk

Don't miss a new kobweb release

NewReleases is sending notifications on new releases.