Skip to content

Commit

Permalink
Merge pull request #618 from nextcloud-libraries/release/v5.0.0
Browse files Browse the repository at this point in the history
Release v5.0.0
  • Loading branch information
ShGKme committed Oct 11, 2023
2 parents 695dc89 + 8805793 commit 1229a71
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

All notable changes to this project will be documented in this file.

## 5.0.0 - 2023-10-09

### Fixed

- Improve password confirmation dialog design and accessibility

### Changed

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

## 4.1.0 - 2023-10-09

### 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

## 4.0.4 - 2023-02-15

### Fixed
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Promise-based password confirmation for Nextcloud.

This library exports a function that displays a password confirmation dialog when called and returns a promise. This makes it easier to integrate with other asynchronous operations.

## Versions compatibility

Nextcloud | @nextcloud/vue | @nextcloud/password-confirmation
------------|----------------|---------------------------------
28.x | 8.x | 5.x
25.x - 27.x | 7.x | 2.x - 4.x
< 25.x | - | 1.x


## Installation
```sh
npm add @nextcloud/password-confirmation
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/password-confirmation",
"version": "4.0.4",
"version": "5.0.0",
"description": "Password confirmation for Nextcloud",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 1229a71

Please sign in to comment.