All release notes

v1.28.5

1 feature, 1 fix

Update text wrapping style in MyDataPanel component

  • Modified the informational text in MyDataPanel to include 'textWrap: balance' for improved text presentation. This change enhances readability and user experience.

Implement major version update detection in service worker

  • Added functionality to extract version from cache names and determine if a major version update has occurred.
  • Enhanced service worker's controller change listener to handle major updates differently, skipping automatic reloads for major updates while providing user notifications for minor/patch updates.
  • Improved error handling during version checks to ensure smooth updates.