Skip to content

Releases: florian03-1/BlazorSvgEditor

BlazorSvgEditor v1.6.2

07 Apr 18:44
Compare
Choose a tag to compare

Add an public method for canceling the add shape mode

BlazorSvgEditor v1.6.1

30 Mar 13:26
Compare
Choose a tag to compare

Add an event callback, when an image is loaded completely via. the ImageLoadingFunc

BlazorSvgEditor v1.6.0

08 Mar 10:56
Compare
Choose a tag to compare

You can now zoom to a specified shape (also with a specified margin)

BlazorSvgEditor v1.5.1

22 Dec 19:36
Compare
Choose a tag to compare

Stable Release from v1.5.0
Include Method to get current translation and scale

BlazorSvgEditor v1.5.0

22 Dec 15:40
Compare
Choose a tag to compare
Pre-release

New feature:

Start implementing to set panning and zooming from outside and watch changing zooming and panning from editor

BlazorSvgEditor v1.4.0

05 Jun 15:16
7798587
Compare
Choose a tag to compare

Changes:

  • You can now close an polygon via right click
  • The control supports an readonly mode where you cannot move or select any existing shape
  • A shape can have a custom color

BlazorSvgEditor v1.3.0

21 Mar 09:39
Compare
Choose a tag to compare

New features:

  • Implement panning and zooming on touch devices (zoom+pan with two fingers, only pan with three fingers)

Bugfixes:

  • Allow any values for Min-/Max-Scale

BlazorSvgEditor v1.2.5

03 Mar 08:03
Compare
Choose a tag to compare

add remove shape (with specified id) method added

BlazorSvgEditor 1.2.4

03 Mar 07:51
Compare
Choose a tag to compare

Remove console output and fix a bug

BlazorSvgEditor v1.2.3

02 Mar 20:22
Compare
Choose a tag to compare

Improve fired events for shape-added and shape-moved