Socket
Socket
Sign inDemoInstall

@mescius/dsimageviewer

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.2 to 7.0.3

9

CHANGELOG.md

@@ -7,2 +7,11 @@ # Changelog

## [7.0.3] - 19-Feb-2024
### Fixed
- After using the removePlugins API an exception is thrown if an image filter is used. (DOC-6043)
- The paint tools display is incorrect after the image is rotated. (DOC-5603)
- In image filters preview mode, the display is incorrect after zooming the image in and out by mouse. (DOC-5627)
- The default value of 100% for clone stamp opacity does not take effect. (DOC-5625)
- After using the removePlugins API the paint tools icon is still displayed. (DOC-5648)
- [iOS] There are some issues with the horizontal scrollbar. (DOC-4868)
## [7.0.2] - 25-Jan-2024

@@ -9,0 +18,0 @@ ### Fixed

2

package.json
{
"name": "@mescius/dsimageviewer",
"version": "7.0.2",
"version": "7.0.3",
"description": "Document Solutions Image Viewer",

@@ -5,0 +5,0 @@ "author": "Mescius, inc",

@@ -41,2 +41,11 @@ # Document Solutions Image Viewer

## [7.0.3] - 19-Feb-2024
### Fixed
- After using the removePlugins API an exception is thrown if an image filter is used. (DOC-6043)
- The paint tools display is incorrect after the image is rotated. (DOC-5603)
- In image filters preview mode, the display is incorrect after zooming the image in and out by mouse. (DOC-5627)
- The default value of 100% for clone stamp opacity does not take effect. (DOC-5625)
- After using the removePlugins API the paint tools icon is still displayed. (DOC-5648)
- [iOS] There are some issues with the horizontal scrollbar. (DOC-4868)
## [7.0.2] - 25-Jan-2024

@@ -43,0 +52,0 @@ ### Fixed

@@ -193,3 +193,3 @@ import { GcImageFormat, GcImageFormatName, LogLevel, OpenParameters } from './Models/Types';

showSecondToolbar(toolbarKey: SecondToolbarType): Promise<void>;
hideSecondToolbar(): Promise<void>;
hideSecondToolbar(toolbarKey?: SecondToolbarType): Promise<void>;
activateEditorMode(caller: "SecondBar" | "FormEditor" | "AnnotationEdtor"): void;

@@ -196,0 +196,0 @@ deactivateEditorMode(caller: "SecondBar" | "ViewerLayout"): void;

@@ -84,3 +84,3 @@ //@ts-ignore

getType(typeName: string): any;
hideSecondToolbar(): Promise<void>;
hideSecondToolbar(toolbarKey?: SecondToolbarType): Promise<void>;
invalidate(): any;

@@ -87,0 +87,0 @@ raiseStateChanged(): any;

@@ -27,3 +27,3 @@ //@ts-ignore

private _resizedCanvasAspectRatio;
constructor(props: FiltersPreviewPanelProps, context: any);
constructor(props: FiltersPreviewPanelProps);
get isMounted(): boolean;

@@ -30,0 +30,0 @@ get filters(): {

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc