Skip to content

v7.0.7

Latest

Choose a tag to compare

@aoda-zhang aoda-zhang released this 16 Jun 13:38
Immutable release. Only release title and notes can be modified.
9fda6ad

What's Changed

  • feat: add React Doctor workflow for code quality scanning
  • refactor(ui): update global style
  • refactor(ui): remove React.FC type annotations and unused imports
  • feat: add prettier plugin for tailwindcss and update dependencies
  • refactor(theme): update rescue status color variable naming convention
  • refactor(theme): update color tokens and theme variables
  • refactor(design-system): remove oklch wrapper from border color tokens
  • refactor: replace design-tokens with design-system package
  • feat: add i18n support for report stray success/error messages
  • refactor(frontend): remove unnecessary useCallback hooks
  • feat(document-service): add rescue guide PDF generation with i18n support
  • feat(bootstrap): optimize route depth calculation by filtering active routes
  • refactor(router): rename requiresAuth to isRequireUserLogin for better clarity
  • docs(README): add route-level authentication documentation link
  • feat(auth): add user authentication and authorization system