- Delete old Vite+Svelte frontend - Initialize new SvelteKit project with TypeScript - Configure Tailwind CSS v4 + DaisyUI - Implement JWT authentication with auto-refresh - Create login page with form validation (Zod) - Add protected route guards - Update Docker configuration for single-stage build - Add E2E tests with Playwright (6/11 passing) - Fix Svelte 5 reactivity with $state() runes Known issues: - 5 E2E tests failing (timing/async issues) - Token refresh implementation needs debugging - Validation error display timing
609 B
609 B
is-reference changelog
1.2.1
- Relax version range for
@types/estree
1.2.0
- Handle class fields (#)
1.1.4
- Disregarded imported specifiers if they differ from local specifiers
1.1.3
- Handle expressions without a Program
1.1.2
- Ignore labels in break/continue statements (#4)
1.1.1
- Prevent false positives with labeled statements
1.1.0
- Rewrite in TypeScript, add declarations
1.0.1
- Ensure
isReferencereturns a boolean
1.0.0
- First release