All release notes

v1.116.1

1 feature, 1 fix

Improve form rehydration logic in NewNotePanel

  • Updated the rehydration logic to ensure that the form is rehydrated from localStorage on every open when not in the mobile bottom sheet, enhancing data consistency.
  • Added comments for clarity on the rehydration behavior for both mobile and desktop contexts.

Improve URL space handling in NavigationColumn

  • Introduced urlSpaceId state to capture the space parameter from the URL on page load, enhancing the add-to-space prompt visibility after client navigation.
  • Updated logic to prefer urlSpaceId for space selection, ensuring accurate context when navigating threads in spaces.
  • Enhanced useEffect to synchronize selected space and urlSpaceId, improving consistency during navigation transitions.