Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-image-editor

Package Overview
Dependencies
Maintainers
3
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-image-editor - npm Package Compare versions

Comparing version 24.2.3 to 24.2.4

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Changelog

### Image Editor
#### Bug Fixes
- The issue with "Undo redo not proper with annotations and frame" has been resolved.
- The issue with "Toolbar updating event argument values are not updated properly" has been resolved.
- The issue with "Text area is unable to deselect while placing an external text area with Image Editor" has been resolved.
## 24.1.46 (2024-01-17)

@@ -7,0 +17,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 24.2.3
* version : 24.2.4
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-image-editor@*",
"_id": "@syncfusion/ej2-image-editor@24.1.46",
"_id": "@syncfusion/ej2-image-editor@24.2.3",
"_inBundle": false,
"_integrity": "sha512-9/5hBBSb3R+8NFqnUbJWiPyEKPjsvYL4JjtWl3Bf8qZqL7S87Do5qyBGdVB1/wayxOCVaBm8VZXeSf6acDwe6w==",
"_integrity": "sha512-x7X5T7QWtkwuBvlw/q4onn7aeCQicWEgLU1fPCIGcP0vYnhVMjHPBmY9kPgQK8N/pjElzq5eUC+p3p/Jz1BM4A==",
"_location": "/@syncfusion/ej2-image-editor",

@@ -26,4 +26,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-image-editor/-/ej2-image-editor-24.1.46.tgz",
"_shasum": "b5346abb18e906d54d931cf017b6efed5449024c",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-image-editor/-/ej2-image-editor-24.2.3.tgz",
"_shasum": "6e263c7f3a9becf2f533dddbaf18e4d26cd2dac0",
"_spec": "@syncfusion/ej2-image-editor@*",

@@ -38,4 +38,4 @@ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",

"@syncfusion/ej2-buttons": "~24.2.3",
"@syncfusion/ej2-inputs": "~24.2.3",
"@syncfusion/ej2-navigations": "~24.2.3",
"@syncfusion/ej2-inputs": "~24.2.4",
"@syncfusion/ej2-navigations": "~24.2.4",
"@syncfusion/ej2-popups": "~24.2.3",

@@ -72,5 +72,5 @@ "@syncfusion/ej2-splitbuttons": "~24.2.3"

"typings": "index.d.ts",
"version": "24.2.3",
"version": "24.2.4",
"sideEffects": false,
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
}

@@ -46,2 +46,3 @@ import { ImageEditor } from '../index';

private isSliding;
private mouseDown;
constructor(parent: ImageEditor);

@@ -48,0 +49,0 @@ destroy(): void;

@@ -270,2 +270,3 @@ import { isNullOrUndefined, extend, isBlazor } from '@syncfusion/ej2-base';

this.cancelCropSelection();
parent.notify('draw', { prop: 'resetFrameZoom', onPropertyChange: false, value: { isOk: false } });
if (!parent.disabled && parent.isImageLoaded) {

@@ -409,2 +410,3 @@ if (this.undoRedoStep > 0) {

this.cancelCropSelection();
parent.notify('draw', { prop: 'resetFrameZoom', onPropertyChange: false, value: { isOk: false } });
if (!parent.disabled && parent.isImageLoaded) {

@@ -411,0 +413,0 @@ if (this.undoRedoStep < this.appliedUndoRedoColl.length) {

@@ -139,3 +139,7 @@ import { ImageEditor } from '../index';

private setInitialShapeSettings;
private isToolbarString;
private excludeItems;
private isSameIndex;
private getIndex;
getModuleName(): string;
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc