What's New
Mobile PWA Support
- Full Progressive Web App support for mobile devices
- Separate mobile and desktop product architectures
- Platform-specific UI components optimized for each experience
Official WorkOS Integration
- Migrated to official
@workos-inc/authkit-tanstack-startpackage - Improved authentication flow and stability
Vercel Deployment
- Added Vercel configuration with Cape Town region (cpt1) for South Africa
- Optimized deployment settings
Improvements
Massive Codebase Simplification (~2000+ lines removed)
- Centralized Convex validators in
lib/validators.ts- single source of truth - Consolidated preferences mutations into single
updateendpoint - Renamed user-scoped APIs:
getMine→get,listMine→list - Removed unused hooks:
useDialog,useDebouncedCallback,usePaginatedTable - Removed unused utilities: email validation, date utilities, Zod schemas
- Fixed barrel exports for better tree shaking
- Cleaned up obsolete documentation and empty directories
Bug Fixes
- Fixed mobile dashboard stats card styling
- Fixed settings profile navigation
- Fixed stale-while-revalidate caching
- Fixed Vercel configuration patterns
Breaking Changes
api.preferences.updateAppearance→api.preferences.updateapi.preferences.updateNotifications→api.preferences.updateapi.preferences.getMine→api.preferences.getapi.todos.listMine→api.todos.list
Full Changelog: v1.0.0...v1.1.0