@syncfusion/ej2-vue-popups
Advanced tools
Comparing version 17.4.51 to 18.1.36-beta
@@ -9,2 +9,10 @@ # Changelog | ||
- `#262998` - The issue with Tooltip element not removed properly from DOM in certain cases has been resolved. | ||
## 17.4.51 (2020-02-25) | ||
### Tooltip | ||
#### Bug Fixes | ||
- `#151574` - The issue with adding custom classes using the `cssClass` property has been resolved. | ||
@@ -11,0 +19,0 @@ |
/*! | ||
* filename: ej2-vue-popups.umd.min.js | ||
* version : 17.4.51 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
* version : 18.1.36-beta | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
* Use of this code is subject to the terms of our license. | ||
@@ -6,0 +6,0 @@ * A copy of the current license can be obtained at any time by e-mailing |
{ | ||
"_from": "@syncfusion/ej2-vue-popups@*", | ||
"_id": "@syncfusion/ej2-vue-popups@17.4.49", | ||
"_id": "@syncfusion/ej2-vue-popups@17.2.48", | ||
"_inBundle": false, | ||
"_integrity": "sha512-r4UQdaPsnoN9vucEJHM/PFfGRBdCeCQxUUsg+UkBwxQ1zMfIN9ka3j27744rEWsYu2fzbiy3JCClyP1V+QOkQg==", | ||
"_integrity": "sha512-wzWWJJ2du1z91X1UCLZJwWrV4xWwr2Srovfuc0J02pFI8PSscKBWx9XdrcxKkoZkinT1kWINNYZE5E2RBKJs5A==", | ||
"_location": "/@syncfusion/ej2-vue-popups", | ||
@@ -22,6 +22,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-popups/-/ej2-vue-popups-17.4.49.tgz", | ||
"_shasum": "aecc45d71d9a85e3b45707aa95a8587cffdc1ec9", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-popups/-/ej2-vue-popups-17.2.48.tgz", | ||
"_shasum": "fb681a0db4eb44cf60b31e1af31398dfb23b01a8", | ||
"_spec": "@syncfusion/ej2-vue-popups@*", | ||
"_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included", | ||
"_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included", | ||
"author": { | ||
@@ -35,5 +35,5 @@ "name": "Syncfusion Inc." | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.4.51", | ||
"@syncfusion/ej2-popups": "17.4.51", | ||
"@syncfusion/ej2-vue-base": "~17.4.51" | ||
"@syncfusion/ej2-base": "~18.1.36-beta", | ||
"@syncfusion/ej2-popups": "18.1.36-beta", | ||
"@syncfusion/ej2-vue-base": "~18.1.36-beta" | ||
}, | ||
@@ -91,4 +91,4 @@ "deprecated": false, | ||
}, | ||
"version": "17.4.51", | ||
"version": "18.1.36-beta", | ||
"sideEffects": false | ||
} |
@@ -23,4 +23,4 @@ import { ComponentBase } from '@syncfusion/ej2-vue-base'; | ||
render(createElement: any): any; | ||
close(animation: Object): void; | ||
open(element: Object, animation: Object): void; | ||
close(animation?: Object): void; | ||
open(element?: Object, animation?: Object): void; | ||
refresh(target?: Object): void; | ||
@@ -27,0 +27,0 @@ } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
426549
2
+ Added@syncfusion/ej2-base@18.1.57(transitive)
+ Added@syncfusion/ej2-buttons@18.1.56(transitive)
+ Added@syncfusion/ej2-icons@18.1.52(transitive)
+ Added@syncfusion/ej2-popups@18.1.36-beta(transitive)
+ Added@syncfusion/ej2-vue-base@18.1.56(transitive)
- Removed@syncfusion/ej2-base@17.4.51(transitive)
- Removed@syncfusion/ej2-buttons@17.4.51(transitive)
- Removed@syncfusion/ej2-icons@17.4.51(transitive)
- Removed@syncfusion/ej2-popups@17.4.51(transitive)
- Removed@syncfusion/ej2-vue-base@17.4.51(transitive)