Skip to content

2025-10-06 Release

Choose a tag to compare

@vannizhang vannizhang released this 07 Oct 01:37
· 377 commits to master since this release
fbdd736

Added

  • Added a User Profile dialog that allows signed-in users to view and manage their account details.
  • Introduced an IndexedDBLogger to store log messages in IndexedDB for improved debugging and error tracking.

Changed

  • Updated the App UI to always display the left-side gutter with action buttons, allowing users to easily switch modes and access the User Profile dialog.
  • Optimized Updates Mode performance through improved data fetching and caching strategies.
  • Enhanced the sign-in experience by providing sign-in links instead of automatically prompting users to sign in.
  • Improved configuration management by loading settings from the .env file instead of hardcoding them in the source code.
  • Migrated wayback-core to use the new @esri/wayback-core package, replacing the deprecated @vannizhang/wayback-core.
  • Enhanced accessibility with ARIA labels, keyboard navigation support, and more semantic HTML elements.