Skip to content

Latest commit

 

History

History
94 lines (54 loc) · 5.96 KB

CHANGELOG.md

File metadata and controls

94 lines (54 loc) · 5.96 KB

Changelog

2.14.0 (2024-11-15)

Features

  • replace resend with brevo (edfc57e)
  • update env list to include kv and brevo (877c3e1)

Bug Fixes

  • react controlled input by fill useForm defaultValues (702acbb)
  • update ThemeProviderProps import path (22dd529)

2.13.0 (2024-10-28)

Features

  • update shadcn ui component (1db7b90)
  • update trpc setup more stable app rsc (d2bc85d)
  • upgrade next-15 (637aa8f)

Bug Fixes

  • do route redirect after performing mutation in client (6958f20)
  • rechart in react 19 (43f4401)

2.12.0 (2024-08-17)

Features

  • remove read schedule status from edge config (ffa01b8)

2.11.1 (2024-08-09)

Bug Fixes

  • revert to vercel public domain (7c72c82)

2.11.0 (2024-08-04)

Features

  • project maintenance status (8d2b4e7)

Bug Fixes

  • remove maintainer warning (33dc82c)
  • replace TRPCClientError with TRPCError (9ff2810)
  • reset password error (01f127b)

2.10.0 (2024-08-01)

Features

  • project maintenance status (85ae28a)

2.9.0 (2024-06-12)

Features

  • add global-error page (d8aae0b)
  • add show password button (def8ae4)
  • adjust ui for larger screen (8d148f2)
  • better error handling for login (074ee8c)
  • remove BASE_URL env (1f2adb5)
  • show password in register and reset password form (1aacbfc)
  • unused middleware route config (75789ba)
  • update next-auth to v5 (5f9aa87)
  • upgrade trcp to v11 (4693a3b)
  • use base url to retrive main url (3cc0ce1)

Bug Fixes

  • api endpoint url (4ee7f3d)
  • ci: remove version spec when setup pnpm (1f9de69)
  • handle error thrown by authorize() (5ff1915)
  • parse semester from string to int (8ddf188)
  • prisma tidb adapter name (38de16f)
  • reduce grid cols size for large screen (eb401ee)
  • trpc type error session user id (42aa204)
  • type import for RouterInputs and RouterOutputs (da22a80)
  • typo page function name (01b8943)