Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 5.24 KB

CHANGELOG.md

File metadata and controls

60 lines (35 loc) · 5.24 KB

Changelog

0.4.2 (2025-02-24)

Bug Fixes

  • deps: cves everywhere all at once pt 4 (#73) HERO-10791 (01f0a53)
  • deps: resolves on tar@^6.2.0 to mitigate CVE-2021-37701, CVE-2021-37712, CVE-2021-37713, CVE-2021-32803, CVE-2021-32804, CVE-2024-28863. (#71) (1b37d31)
  • deps: resolves on tar@6.2.0 to mitigate CVE-2021-37701, CVE-2021-37712, CVE-2021-37713, CVE-2021-32803, CVE-2021-32804, CVE-2024-28863. (1ccb1bb)
  • upgrade semver to ^5.7.2 to fix CVE. (fdd8e13)
  • upgrade trim-newlines to 3.0.1 to fix CVE. (1b9b8dc)

0.4.1 (2025-02-20)

Bug Fixes

  • deps: mitigates against CVE-2023-45133 and GHSA-vjh7-7g9h-fjfh. (#67) (0c2111f)

0.4.0 (2024-10-09)

Features

Bug Fixes

  • addon/components/paper-password: fixes use of undeclared dependencies in computed properties. (41d25fa)

0.3.0 (2024-10-09)

Features

  • .github: adds codeowners. (c53ea48)
  • .github: adds codeowners. (#37) (d79d64d)
  • addon/components/paper-password: migrates to native zxcvbn via ember-auto-import. (83ebfdb)
  • deps: migrates to yarn for dependency management. (07c7ba2)
  • deps: migrates to yarn for dependency management. (#27) (9f6c143)
  • initial ember@3.12.0 upgrade. (55d366d)
  • initial ember@3.16.2 upgrade. (e6ba2fa)
  • initial ember@3.8.3 upgrade. (c8be5bd)

Bug Fixes

  • addon/components/paper-password: fixes ember/avoid-leaking-state-in-ember-objects lint. (b1f7e1d)
  • addon/templates/components/paper-password: fixes lint (no-implicit-this). (b5dedad)
  • deps: adds missing dependency ember-source-channel-url@^3.0.0. (f86c3b6)
  • tests/dummy/app/app: remove usage of Ember global. (dfe24c1)
  • tests/dummy/app/templates/application: fixes lint (no-implicit-this). (77918c8)

Miscellaneous Chores