All release notes

v1.113.1

1 feature, 1 fix

Refine space route handling in navigation logic

  • Updated fallback logic to ensure that the navigation's data-space-id is only used when on a space route, preventing incorrect space context from being applied on thread or note pages.
  • Added a check for the current pathname to enhance the reliability of space context management during navigation transitions.

Improve navigation space handling with URL integration

  • Enhanced MobileNavigation and PersistentNavigation components to utilize the current URL's ?space= parameter, ensuring navigation links open in the correct space context.
  • Updated NavigationColumn to prioritize URL-derived space data over stored values, improving user experience during navigation.
  • Adjusted synchronization logic to account for changes in pathname and search parameters, ensuring consistent space selection across navigation transitions.