All release notes

v1.175.0

1 feature

Enhance navigation history management and synchronization

  • Updated the addToNavigationHistory function to merge existing items, preserving first and last accessed timestamps.
  • Implemented a custom event dispatch to notify React components of navigation history updates.
  • Added a useEffect hook in NavigationContext to synchronize localStorage updates with the navigation history state.