Releases: ajyey/masked-email-manager
Releases · ajyey/masked-email-manager
v1.0.0-beta.30
1.0.0-beta.30 (2023-06-27)
Bug Fixes
- add text size for createdAt, lastMessageAt, and createdBy (70fad7a)
Features
v1.0.0-beta.29
1.0.0-beta.29 (2023-06-26)
Bug Fixes
- add truncating for masked email address (9f0e3d4)
- bug where an edited description would persist even after the user clicked cancel (3b13410)
- bug where an edited domain would persist even after clicking cancel button (1a1412b)
- lift isEditing state to home component so selecting email sets isEditing to false (3219767)
Features
v1.0.0-beta.28
1.0.0-beta.28 (2023-06-26)
Features
v1.0.0-beta.27
v1.0.0-beta.26
v1.0.0-beta.25
1.0.0-beta.25 (2023-06-24)
Features
v1.0.0-beta.24
1.0.0-beta.24 (2023-06-24)
Features
- add cancel button to exit editing mode (806bd7e)
- add initial email state toggle (c121cca)
- add support for copying each email item detail to the clipboard (09a4751)
- only show the enable/disable toggle if the user is not editing (a710943)
- only update email on save after editing if the user made changes (89d8900)
v1.0.0-beta.23
1.0.0-beta.23 (2023-06-24)
Features
- add support for saving changes to an email's domain and description (b15433d)
- dynamically add edit icon next to editable fields when the user is editing (68bd194)
- only select the first email by default in certain situations (fef3bfc)
- remove outline when input is active for domain and description (cd9f36f)
- show loading component in details section while isLoading (75488ba)
- update outline of email details when the user is editing (8225fdc)