Skip to content

Commit

Permalink
Merge pull request #891 from nextcloud-libraries/docs/version-compati…
Browse files Browse the repository at this point in the history
…bility

docs(README): Add version compatibility section
  • Loading branch information
susnux authored Aug 15, 2023
2 parents 508fcea + d8931e4 commit 6e7f832
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Nextcloud dialog helpers
npm i -S @nextcloud/dialogs
```

### Version compatibility
Since version 4.2 this package provides a Vue.js based file picker, so this package depends on `@nextcloud/vue`. So to not introduce style collisions stick with the supported versions:

`@nextcloud/dialogs` | `@nextcloud/vue` | Nextcloud server version
---|---|---
4.1 | *any* | *any*
4.2+ | 7.12 | Nextcloud 25, 26, 27, 27.1
5.x | 8.x | Nextcloud 28 and newer

## Usage

### Toasts
Expand Down

0 comments on commit 6e7f832

Please sign in to comment.