@nextcloud/dialogs
Advanced tools
Comparing version 1.3.1 to 1.4.0
@@ -5,2 +5,8 @@ # Changelog | ||
## 1.4.0 - 2020-06-05 | ||
### Added | ||
- Nextcloud 19 typings | ||
### Changed | ||
- Dependency updates | ||
## 1.3.1 - 2020-05-27 | ||
@@ -7,0 +13,0 @@ ### Changed |
/// <reference types="@nextcloud/typings" /> | ||
declare var OC: Nextcloud.v16.OC | Nextcloud.v17.OC | Nextcloud.v18.OC; | ||
declare var OC: Nextcloud.v16.OC | Nextcloud.v17.OC | Nextcloud.v18.OC | Nextcloud.v19.OC; | ||
@@ -5,0 +5,0 @@ export enum FilePickerType { |
{ | ||
"name": "@nextcloud/dialogs", | ||
"version": "1.3.1", | ||
"version": "1.4.0", | ||
"description": "", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.js", | ||
"@nextcloud/browserslist-config": "^1.0.0", | ||
"@nextcloud/typings": "^0.1.4", | ||
"@nextcloud/typings": "^0.2.2", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
@@ -37,0 +37,0 @@ "typedoc": "^0.17.3", |
Sorry, the diff of this file is not supported yet
609564