Skip to content

v7.26.0

Choose a tag to compare

@julianguyen julianguyen released this 23 Oct 19:45
· 592 commits to main since this release
d21cee7
  • Migrate CarePlanContacts tests from Enzyme to RTL by @eric199wen
  • Password management changes: runs migration to drop password histories, removes password history and all of its references, deletes password validator, tests devise password 8 character rules, updates locales for password errors, removes update password modal, and comments out update_password_modal with TODO by @bennpham
  • Migrate Logo tests from Enzyme to RTL by @eric199wen
  • Migrate Header tests from Enzyme to RTL by @eric199wen
  • Refactor care plan contacts controller spec to request spec by @camilacampos
  • Fix devise deprecation warnings by @meanmachin3
  • API for user data to CSV by @akp2603
  • Devise configuration for locking an account after failed attempts by @camilacampos