All release notes

v1.137.2

1 feature, 2 fixes

Enhance service worker cache management and reload behavior

  • Updated service worker fetch requests to use 'no-cache' policy for fresh responses.
  • Implemented a new function to clear caches and reload the page, improving update handling and user experience.
  • Adjusted toast notification logic to utilize the new cache clearing function for consistency.

Update service worker fetch requests to bypass cache

  • Modified fetch requests in the service worker to use 'no-cache' policy, ensuring fresh responses for index and online pages.
  • Improved overflow handling in CardFullEditable component by utilizing ResizeObserver for better performance and responsiveness.

Enhance section header rendering in OrganizedContentList and SpaceContentList

  • Updated section header components to include animation effects with dynamic delays based on their index.
  • Refactored SpaceContentList to improve rendering logic for section headers and items, ensuring a smoother user experience.