From d8931e42307489be8878008f90c07b6807a4d99f Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 15 Aug 2023 16:22:14 +0200 Subject: [PATCH] docs(README): Add version compatibility section Signed-off-by: Ferdinand Thiessen --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f000f1816..2c97a8a5d 100644 --- a/README.md +++ b/README.md @@ -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