All release notes

v1.129.1

1 feature, 1 fix

Update theme color and service worker cache name

  • Changed theme color from #F7F7F6 to #F3F2EC in index.html and manifest.json for a cohesive design.
  • Updated service worker cache name to 'harvous-cache-v1-129-0' to reflect the new version.
  • Removed deprecated assets to streamline the project structure.

Enhance mobile interaction and update service worker

  • Improved mobile interaction responsiveness by implementing pull-down-to-dismiss functionality in BottomSheet and MobileNavigation components.
  • Updated haptic feedback handling for interactive elements to ensure consistent user experience across devices.
  • Revised service worker cache name to reflect the new version.
  • Removed deprecated assets and optimized CSS for better performance.
  • Enhanced touch response in tab-interaction-handler to utilize requestAnimationFrame for minimal delay.