Skip to content

FletNavigator V3.10.8 [MINOR]

Choose a tag to compare

@xzripper xzripper released this 09 Jun 20:19
· 15 commits to main since this release
79b6335

⚓📦 FletNavigator v3.10.8

Minor update for FletNavigator fixing a bug that was detected a long time ago, with a lot of other improvements/changes.

Key Changes:

  • Implemented properties mapping, allowing individual routes to have distinct properties without impacting others (see #23).
  • Extracted route ID calculation into a separate function (AbstractFletNavigator).
  • Renamed PageData to ContextRoute.
  • New global function: fn_process.
  • Now RouteChangeCallback accepts ContextRoute as a control flow making implementation of guards for routes more possible.
  • New alias: RouteProperties.
  • Updated logging messages.
  • Updated docstrings.
  • Other minor improvements and changes.
  • Moved documentation to another site: Click Me!
  • Updated ReadMe.
  • New release.