1. 13 Jul, 2022 5 commits
  2. 11 Jul, 2022 8 commits
  3. 07 Jul, 2022 2 commits
  4. 04 Jul, 2022 11 commits
  5. 01 Jul, 2022 1 commit
  6. 29 Jun, 2022 1 commit
  7. 28 Jun, 2022 2 commits
  8. 27 Jun, 2022 8 commits
  9. 22 Jun, 2022 2 commits
    • Lyza Danger Gardner's avatar
      Remove unneeded `normalizeKeyName` utility use · e09ff8c6
      Lyza Danger Gardner authored
      `normalizeKeyName` provided normalization of `event.key` names for
      key* events for legacy browsers. We no longer support those legacy
      browsers (IE11, Legacy Edge), so this utility is no longer necessary.
      e09ff8c6
    • Lyza Danger Gardner's avatar
      Refactor author display name and link logic · a5ece40a
      Lyza Danger Gardner authored
      Refactor the way that annotation author display names and links to author pages are determined to avoid memoization bugs. This means, unfortunately, that less of the logic can be encapsulated, as callers need to pass the arguments that are pertinent to memoization.
      
      Fixes #4536
      a5ece40a