Skip to content

Releases: nextcloud-libraries/nextcloud-password-confirmation

v5.3.2

07 Nov 12:29
932dfab

Choose a tag to compare

5.3.2 - 2025-11-07

Fixed

v6.0.2

06 Nov 16:14
6ed1a65

Choose a tag to compare

What's Changed

🐛 Fixed bugs

Other Changes

  • docs: adjust supported versions by @susnux in #1176
  • refactor: use css modules and script-setup by @susnux in #1174
  • ci: update workflows from organization by @susnux in #1211
  • Updates for project Nextcloud password confirmation library by @transifex-integration[bot] in #1187
  • chore: prepare v6.0.2 by @benjaminfrueh in #1210

New Contributors

Full Changelog: v6.0.1...v6.0.2

v6.0.1

16 Oct 16:04
484342a

Choose a tag to compare

6.0.1 - 2025-10-16

Fixed

  • fix: ensure password is used for axios request #1172 (susnux)

Changed

  • ci: add workflow to block unconventional commits #1175 (susnux)
  • Updated translations

v6.0.0

28 Sep 15:30
2c9b0a5

Choose a tag to compare

6.0.0 - 2025-09-28

Notes

This package now builds on top of @nextcloud/vue version 9 using Vue 3.
While this package uses Vue 3 it is also possible to use it within a Vue 2 project,
in this case the Vue dependency will not be shared as the dependency was moved from a peer dependency to a plain dependency.
This also means that if you are using Vue 2 you have to ensure you do not use bundler
configurations that enforce resolving Vue to the same version as this will fail now,
instead let the bundler choose the matching Vue version.

For example if using Webpack this will no longer work in Vue 2 apps:

  resolve: {
                alias: {
                        vue$: path.resolve('./node_modules/vue'),
                },
  }

For Vue 3 apps nothing changed, meaning the app and this library will share the same Vue dependency as long as the versions are compatible.

Breaking

  • This package now uses Vue 3 internally.
  • The legacy common js entry point is removed.
  • The legacy, deprecated, dist/style.css entry point was removed. If you still use it please adjust as following:
- import '@nextcloud/password-confirmation/dist/style.css'
+ import '@nextcloud/password-confirmation/style.css'

Added

Fixed

Changed

  • chore: drop unneeded TS declarations by @susnux in #1020
  • Updated translations

v6.0.0-rc.0

12 May 11:58
0447d86

Choose a tag to compare

v6.0.0-rc.0 Pre-release
Pre-release

What's Changed

🚀 Enhancements

  • feat!: migrate to vue 3 by @st3iny in #967
  • chore: move vue dependencies to plain dependencies by @susnux in #1000

🐛 Fixed bugs

  • chore: rephrase dialog text to make it more clear by @susnux in #982

Other Changes

  • Updates for project Nextcloud password confirmation library by @transifex-integration in #916
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #921
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #922
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #928
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #938
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #942
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #947
  • chore: Document axios interceptor and PwdConfirmationMode by @artonge in #948
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #949
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #957
  • chore: prepare for Vue 3 by @ShGKme in #960
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #964
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #965
  • chore: add .editorconfig file by @st3iny in #976
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #983
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #984
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #985
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #986
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #987
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #989
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #990
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #991
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #995
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #996
  • chore: update workflows from organization by @susnux in #998
  • chore: adjust documentation by @susnux in #997
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #1002
  • chore: also update dependencies on maintained stable branch by @susnux in #999
  • chore: migrate to ESLint v9 by @susnux in #1001
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #1003
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #1004
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #1006
  • test: add tests for l10n by @susnux in #1013
  • add more unit tests by @susnux in #1014
  • chore!: drop legacy style entry point by @susnux in #1016
  • chore!: drop the common js entry point by @susnux in #1015
  • chore: migrate to nextcloud-logger to respect logging level by @susnux in #1017
  • docs: add documentation page by @susnux in #1018
  • chore: allow Typescript to import paths with .ts extension by @susnux in #1021
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #1022
  • chore: prepare v6.0.0-rc.0 by @susnux in #1019

New Contributors

Full Changelog: v.5.3.1...v6.0.0-rc.0

v.5.3.1

17 Dec 13:42
c58449f

Choose a tag to compare

What's Changed

  • fix: Improve pwd confirmation condition by @artonge in #906

Full Changelog: v5.3.0...v.5.3.1

v5.3.0

28 Nov 09:59
e42445d

Choose a tag to compare

What's Changed

Full Changelog: v5.2.0...v5.3.0

v5.2.0

26 Nov 16:46
aff8b3c

Choose a tag to compare

What's Changed

  • chore: Add SPDX license headers by @susnux in #805
  • chore(deps): Bump skjnldsv/read-package-engines-version-actions from 2.2 to 3 by @dependabot in #806
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #807
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #808
  • chore(deps-dev): Bump @types/node from 20.14.8 to 20.14.9 by @dependabot in #810
  • chore(deps-dev): Bump vite from 5.3.1 to 5.3.2 by @dependabot in #809
  • chore(deps-dev): Bump typescript from 5.5.2 to 5.5.3 by @dependabot in #811
  • chore(deps-dev): Bump vite from 5.3.2 to 5.3.3 by @dependabot in #813
  • chore(deps-dev): Bump @types/node from 20.14.9 to 20.14.10 by @dependabot in #812
  • Migrate REUSE to TOML by @AndyScherzinger in #815
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #816
  • chore(deps-dev): Bump sass from 1.77.6 to 1.77.8 by @dependabot in #817
  • chore(deps): Bump actions/setup-node from 4.0.2 to 4.0.3 by @dependabot in #818
  • chore(deps-dev): Bump vite from 5.3.3 to 5.3.4 by @dependabot in #821
  • chore(deps-dev): Bump @types/node from 20.14.10 to 20.14.11 by @dependabot in #820
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #822
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #823
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #824
  • chore(deps-dev): Bump @types/node from 20.14.11 to 20.14.12 by @dependabot in #825
  • chore(deps-dev): Bump vite from 5.3.4 to 5.3.5 by @dependabot in #827
  • chore(deps-dev): Bump typescript from 5.5.3 to 5.5.4 by @dependabot in #826
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #828
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #830
  • chore(deps-dev): Bump vite from 5.3.5 to 5.4.0 by @dependabot in #831
  • chore(deps-dev): Bump @nextcloud/vite-config from 1.3.0 to 1.4.2 by @dependabot in #832
  • chore(deps-dev): Bump vite from 5.4.0 to 5.4.1 by @dependabot in #835
  • chore(deps-dev): Bump elliptic from 6.5.5 to 6.5.7 by @dependabot in #837
  • chore(deps): Bump axios from 1.6.8 to 1.7.4 by @dependabot in #836
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #838
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #839
  • chore(deps-dev): Bump vite from 5.4.1 to 5.4.2 by @dependabot in #841
  • CI. Update dependabot-approve-merge.yml by @AndyScherzinger in #843
  • chore(deps-dev): Bump vite from 5.4.2 to 5.4.3 by @dependabot in #844
  • chore(deps-dev): Bump sass from 1.77.8 to 1.78.0 by @dependabot in #846
  • chore(deps-dev): Bump vite from 5.4.3 to 5.4.5 by @dependabot in #847
  • chore(deps-dev): Bump typescript from 5.5.4 to 5.6.2 by @dependabot in #849
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #850
  • chore(deps-dev): Bump vite from 5.4.5 to 5.4.6 by @dependabot in #851
  • chore(deps-dev): Bump sass from 1.78.0 to 1.79.3 by @dependabot in #853
  • chore(deps): Bump @nextcloud/axios from 2.5.0 to 2.5.1 by @dependabot in #854
  • chore(deps-dev): Bump vite from 5.4.6 to 5.4.7 by @dependabot in #852
  • chore(deps): Bump pascalgn/automerge-action from 0.16.3 to 0.16.4 by @dependabot in #856
  • chore(deps): Bump actions/setup-node from 4.0.3 to 4.0.4 by @dependabot in #855
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #857
  • chore(deps): Bump rollup from 4.21.0 to 4.22.4 by @dependabot in #858
  • chore(deps-dev): Bump vite from 5.4.7 to 5.4.8 by @dependabot in #859
  • chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #861
  • chore(deps-dev): Bump sass from 1.79.3 to 1.79.4 by @dependabot in #862
  • chore(deps): Bump dompurify from 3.1.2 to 3.1.7 by @dependabot in #863
  • chore(deps-dev): Bump typescript from 5.6.2 to 5.6.3 by @dependabot in #865
  • chore(deps-dev): Bump sass from 1.79.4 to 1.79.5 by @dependabot in #866
  • chore(deps): Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #867
  • chore(deps-dev): Bump vite from 5.4.8 to 5.4.9 by @dependabot in #868
  • chore(deps-dev): Bump sass from 1.79.5 to 1.80.3 by @dependabot in #869
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #871
  • chore(deps-dev): Bump vite from 5.4.9 to 5.4.10 by @dependabot in #873
  • chore(deps-dev): Bump sass from 1.80.3 to 1.80.4 by @dependabot in #874
  • chore(deps): Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #876
  • chore(deps): Bump actions/setup-node from 4.0.4 to 4.1.0 by @dependabot in #875
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #877
  • chore(deps-dev): Bump elliptic from 6.5.7 to 6.6.0 by @dependabot in #878
  • chore(deps-dev): Bump sass from 1.80.4 to 1.80.6 by @dependabot in #879
  • Updates for project Nextcloud password confirmation library by @transifex-integration in #882
  • chore(deps-dev): Bump sass from 1.80.6 to 1.81.0 by @dependabot in https://github.com/nextcloud-libraries/n...
Read more

v5.1.1

25 Jun 12:32
f55eb2b

Choose a tag to compare

5.1.1 - 2024-06-25

Full Changelog

Fixed

  • fix: Correctly export Typescript types in exports #795

Changed

  • Updated translations
  • chore(deps): Bump @nextcloud/router to 3.0.1
  • chore(deps): Bump @nextcloud/axios to 2.5.0
  • chore(deps): Bump @nextcloud/l10n to 3.1.0
  • chore(dev-deps): Update development dependencies #794
  • chore: Update workflows from organization #797

v5.1.0

02 Apr 11:51
466d7c6

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