Skip to content

Releases: nextcloud-libraries/nextcloud-password-confirmation

v5.1.0

02 Apr 11:51
466d7c6
Compare
Choose a tag to compare

5.1.0 - 2024-03-22

Full Changelog: v5.0.1...v5.1.0

Added

  • enh: Migrate to NcDialog by @susnux in #697
  • enh: Compress translations to reduce bundle size by @susnux in #698

Fixed

  • fix: Adjust code indention to be consistent (tabs) by @susnux in #692
  • fix: Do not translate Exception error message by @susnux in #691
  • fix: Adjust peer dependency on @nextcloud/vue to allow stable version by @susnux in #693

Changed

  • Updated translations
  • Updated @nextcloud/router to 3.0.0
  • Updated development dependencies
  • Update NPM to v10 to align with the version provided by LTS Node 20
  • Make package ESM by default by @susnux in #696

v5.0.1

28 Nov 17:39
5ad3e2e
Compare
Choose a tag to compare

5.0.1 - 2023-11-28

Fixed

  • fix: do not mount to hidden modal by @ShGKme in #666
  • build: fix dev and watch build by specifying CSS chunk path by @ShGKme in #667

Changed

  • Setup for Transifex by @ShGKme in #634
  • Dependency updates

v5.0.0 - Nextcloud 28 - @nextcloud/vue 8

11 Oct 14:07
1229a71
Compare
Choose a tag to compare

Fixed

  • Improve password confirmation dialog design and accessibility

Changed

  • Major update @nextcloud/vue to v8.0.0-beta.7

What's Changed

New Contributors

Full Changelog: v4.1.0...v5.0.0

v4.1.0

11 Oct 00:22
3306776
Compare
Choose a tag to compare

Added

  • isPasswordConfirmationRequired(): boolean function to replace deprecated OC.PasswordConfirmation.requiresPasswordConfirmation()

Fixed

  • Fix compatibility with @nextcloud/l10n@^2

Changed

  • Add package.json/exports
  • Move to nextcloud-libraries organization
  • Add ESLint for linting files
  • Dependency updates

What's Changed

Read more

v4.0.4

16 Feb 00:28
7f8d91e
Compare
Choose a tag to compare

4.0.4 - 2023-02-15

Fixed

  • Do not import the entire vue library to fix package resolution errors

Changed

  • Dependency updates

v4.0.3

14 Dec 08:17
34f6243
Compare
Choose a tag to compare

4.0.3 - 2022-12-14

Fixed

  • Bump @nextcloud/vue to fix focus trap