v2.1.0
Jan 23, 2024
- Update app/.../ui/form/SelectField.tsx
- Update app/data/address.ts
- Update app/entry.server.tsx
- Update app/routes/_auth/join/_route.tsx
- Update app/.../order.$id.details/_route.tsx
- Update app/.../components/NavBar.tsx
- Update app/routes/resources/seed/_route.tsx
- Update cypress/support/create-user.ts
- Update mocks/index.js
- Update prisma/seed.ts
- Fix command palette hydration error
- Update dependencies
v2.0.0
Sep 19, 2023
- NEW Support Remix v2
- NEW Support Prisma v5
- NEW Form validation with Conform and Zod
- NEW Add Global search
- NEW Add Google Analytics
- Add app/.../useHydrated.tsx
- Add app/.../gtags.client.ts
- Add app/.../ClientOnly.tsx
- Add app/.../user/user.utils.ts
- Add app/.../kanban/.../constants.ts
- Add app/.../useCommandPaletteShortcut.tsx
- Update Dockerfile
- Update remix.config.js
- Update prisma/seed.ts
- Update tsconfig.json
- Update app/root.tsx
- Update app/utils.ts
- Update cypress/tsconfig.json
- Update app/.../ui/form/Radio.tsx
- Update app/.../ui/form/TextArea.tsx
- Update app/.../ui/form/TextField
- Update app/.../_auth/join/_route.tsx
- Update app/.../_auth/login/_route.tsx
- Update app/.../FullCalendar.Client.tsx
- Update app/.../calendar/new/_route.tsx
- Update app/.../kanban/_layout.tsx
- Update app/.../kanban/.../KanbanColumn.tsx
- Update app/.../kanban/.../NewTaskDialog.tsx
- Update app/.../user/$userId.edit/_route.tsx
- Update app/.../user/new/_route.tsx
- Update app/routes/dashboard/_layout.tsx
v1.1.0
May 26, 2023
- Add account creation
- Update remix.config.js
- Update Dockerfile
- Update .github/workflows/deploy.yml
- Update app/components/ui/ScrollBar.tsx
- Update app/.../calendar/components/_route.tsx
- Update app/.../kanban/details/_route.tsx
- Update app/.../mail/$folder/$mailId/_route.tsx
- Update app/.../e-commerce/product.$slug/_route.tsx
- Update app/routes/_auth/join/_route.tsx
- Update app/.../UploadMultiFile.tsx
- Upgrade dependencies to the latest versions
- Fix ApexOptions Typescript error
- Clean code
v1.0.0
Mar 27, 2023
- Initial release