Skip to content

Releases: ajyey/masked-email-manager

v1.0.0-beta.30

27 Jun 00:12
Compare
Choose a tag to compare
v1.0.0-beta.30 Pre-release
Pre-release

1.0.0-beta.30 (2023-06-27)

Bug Fixes

  • add text size for createdAt, lastMessageAt, and createdBy (70fad7a)

Features

  • add better tailwind css for Top (649b32e)
  • automatically scroll to the selected email when the user switches between filters (2a58d6d)

v1.0.0-beta.29

26 Jun 22:54
Compare
Choose a tag to compare
v1.0.0-beta.29 Pre-release
Pre-release

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

  • add createdBy component (5dee734)
  • only show copy button for domain and description if they are set (d658a6b)
  • show copy button for email address and id even in editing mode since they cannot be edited (1731d09)

v1.0.0-beta.28

26 Jun 06:16
Compare
Choose a tag to compare
v1.0.0-beta.28 Pre-release
Pre-release

1.0.0-beta.28 (2023-06-26)

Features

  • add function for clearing browser sync storage (aec2d92)
  • allow for saving empty domain and description when editing (63ac38e)
  • only allow the user to enter new description up to 127 chars (bacad1d)
  • update layout so that last message at and created at are underneath eachother (26510de)

v1.0.0-beta.27

26 Jun 05:28
Compare
Choose a tag to compare
v1.0.0-beta.27 Pre-release
Pre-release

1.0.0-beta.27 (2023-06-26)

Bug Fixes

  • add foxed height to email details pane (685c13a)
  • description and domain width (3ce7260)

Features

  • add better handling for length of email description (c829954)
  • add toast for clipboard copy notification (d98b783)
  • align created and last message at components to bottom of email details pane (c9194b2)
  • truncate long domains in email details pane (0d9f1f5)

v1.0.0-beta.26

26 Jun 03:20
Compare
Choose a tag to compare
v1.0.0-beta.26 Pre-release
Pre-release

1.0.0-beta.26 (2023-06-26)

Bug Fixes

  • add fixed width for email items (d467f92)

Features

  • add a no email selected component that shows in the detail pane (7bf520e)
  • add components for lastMessageAt and createdAt (b1e3ce7)

v1.0.0-beta.25

24 Jun 19:02
Compare
Choose a tag to compare
v1.0.0-beta.25 Pre-release
Pre-release

1.0.0-beta.25 (2023-06-24)

Features

  • add email enable/disable functionality (0410a6e)
  • add support for setting the toggle based on the email state (048cd0b)
  • update effect deps so unfavorited emails are removed (1c6aa4f)

v1.0.0-beta.24

24 Jun 07:44
Compare
Choose a tag to compare
v1.0.0-beta.24 Pre-release
Pre-release

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

24 Jun 04:10
Compare
Choose a tag to compare
v1.0.0-beta.23 Pre-release
Pre-release

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)

v1.0.0-beta.22

23 Jun 07:20
Compare
Choose a tag to compare
v1.0.0-beta.22 Pre-release
Pre-release

1.0.0-beta.22 (2023-06-23)

Features

  • add bottom margin to each detail value (84afd78)
  • add initial editing functionality to email details (73f62fc)

v1.0.0-beta.21

23 Jun 06:14
Compare
Choose a tag to compare
v1.0.0-beta.21 Pre-release
Pre-release

1.0.0-beta.21 (2023-06-23)

Features

  • add EmailAddress, EmailDescription, EmailDomain and EmailId components for email detail (4c00994)
  • add zip command to build script for testing in firefox (20d19ef)