@syncfusion/ej2-layouts
Advanced tools
Comparing version 20.3.58 to 20.4.38
@@ -9,3 +9,4 @@ { | ||
"plugin:@typescript-eslint/recommended", | ||
"plugin:jsdoc/recommended" | ||
"plugin:jsdoc/recommended", | ||
"plugin:security/recommended" | ||
], | ||
@@ -22,2 +23,3 @@ "parser": "@typescript-eslint/parser", | ||
"@typescript-eslint/tslint", | ||
"eslint-plugin-security", | ||
"jsdoc" | ||
@@ -27,2 +29,15 @@ ], | ||
"use-isnan": "error", | ||
"security/detect-unsafe-regex":"error", | ||
"security/detect-buffer-noassert":"error", | ||
"security/detect-child-process":"error", | ||
"security/detect-disable-mustache-escape":"error", | ||
"security/detect-eval-with-expression":"error", | ||
"security/detect-no-csrf-before-method-override":"error", | ||
"security/detect-non-literal-fs-filename":"error", | ||
"security/detect-non-literal-regexp":"error", | ||
"security/detect-non-literal-require":"error", | ||
"security/detect-object-injection":"error", | ||
"security/detect-possible-timing-attacks":"error", | ||
"security/detect-pseudoRandomBytes":"error", | ||
"security/detect-new-buffer":"error", | ||
"@typescript-eslint/no-inferrable-types": "off", | ||
@@ -29,0 +44,0 @@ "@typescript-eslint/ban-types": ["warn", { |
@@ -5,16 +5,2 @@ # Changelog | ||
### DashboardLayout | ||
#### Bug Fixes | ||
- `#I417930` - The panel exceeding the parent container while dragging or resizing in the DashboardLayout component has been resolved. | ||
### Splitter | ||
#### Bug Fixes | ||
- `#I413810` - The issue with the custom component does not get unmounted with the property update, when placed inside the content template has been resolved. | ||
## 20.3.57 (2022-11-15) | ||
### Dashboard Layout | ||
@@ -24,10 +10,2 @@ | ||
- `#F178215` - In the Dashboard Layout component, the panel template does not work while using the v-slot issue has been resolved. | ||
## 20.3.48 (2022-10-05) | ||
### Dashboard Layout | ||
#### Bug Fixes | ||
- `#I395833` - The issue with the "Facing accessibility testing failure in the Dashboard Layout component" has been resolved. | ||
@@ -34,0 +12,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 20.3.58 | ||
* version : 20.4.38 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-layouts@*", | ||
"_id": "@syncfusion/ej2-layouts@20.3.57", | ||
"_id": "@syncfusion/ej2-layouts@19.9.10", | ||
"_inBundle": false, | ||
"_integrity": "sha512-Two7Z8n8/p2BiIxVO4cbgi/Cd35E4i3eJRcYqjIdVI1LWpoldBAHN0SYOoD+1dOVtMdyb+c6aYYFs1oJ8NrmTA==", | ||
"_integrity": "sha512-jYbKZvwoXqfKIa4IHaLThdZ7R/ueD7KmfqOl993d2OWKf3VnAv+dNfZyxCyThm08XQFdW49eIdWSFq7h1GmSvA==", | ||
"_location": "/@syncfusion/ej2-layouts", | ||
@@ -30,4 +30,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-20.3.57.tgz", | ||
"_shasum": "9c5c343bf3efce05613807a577b02459ab499ff3", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-layouts/-/ej2-layouts-19.9.10.tgz", | ||
"_shasum": "b50cd2037d395d2024faac0076b7123031d59540", | ||
"_spec": "@syncfusion/ej2-layouts@*", | ||
@@ -40,3 +40,3 @@ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~20.3.56" | ||
"@syncfusion/ej2-base": "~20.4.38" | ||
}, | ||
@@ -81,4 +81,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "20.3.58", | ||
"version": "20.4.38", | ||
"sideEffects": false | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4473260
59333
+ Added@syncfusion/ej2-base@20.4.51(transitive)
+ Added@syncfusion/ej2-icons@20.4.48(transitive)
- Removed@syncfusion/ej2-base@20.3.56(transitive)
- Removed@syncfusion/ej2-icons@20.3.56(transitive)