Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs(README): Add version compatibility section
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Aug 15, 2023
commit d8931e42307489be8878008f90c07b6807a4d99f
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