- rename CreateMailboxForm into ModalCreateMailbox, and useCreateMailDomain into useAddMailDomain - use useAPIError hook in ModalCreateMailbox.tsx and ModalAddMailDomain - update translations and tests (include removal of e2e test able to be asserted by component tests)
1.4 KiB
1.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- 📈(monitoring) configure sentry monitoring #378
- 🥅(frontend) improve api error handling #355
Fixed
- 🐛(dimail) improve handling of dimail errors on failed mailbox creation #377
- 💬(frontend) fix group member removal text #382
- 💬(frontend) fix add mail domain text #382
- 🐛(frontend) fix keyboard navigation #379
- 🐛(frontend) fix add mail domain form submission #355
1.0.2 - 2024-08-30
Added
- 🔧Runtime config for the frontend (#345)
- 🔧(helm) configure resource server in staging
Fixed
- 👽️(mailboxes) fix mailbox creation after dimail api improvement (#360)
1.0.1 - 2024-08-19
Fixed
- ✨(frontend) user can add mail domains
1.0.0 - 2024-08-09
Added
- ✨(domains) create and manage domains on admin + API
- ✨(domains) mailbox creation + link to email provisioning API