Releases: nextcloud-libraries/nextcloud-password-confirmation
v5.3.2
v6.0.2
What's Changed
🐛 Fixed bugs
- fix: add check for validatePromise for passwordless environments by @benjaminfrueh in #1209
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
- @benjaminfrueh made their first contribution in #1209
Full Changelog: v6.0.1...v6.0.2
v6.0.1
v6.0.0
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.cssentry 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
v6.0.0-rc.0
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
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
v5.3.0
v5.2.0
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...
v5.1.1
v5.1.0
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/vueto allow stable version by @susnux in #693