Skip to content

Releases: CropperBlazor/Cropper.Blazor

Cropper.Blazor v1.3.2

31 Mar 21:31
faea1ec
Compare
Choose a tag to compare

New Features

  • Update NuGet packages (#317) by @MaxymGorn
  • Add triggers on load image event (OnLoadImageEvent) when replace (ReplaceAsync method) image with 'IsAvailableInitCropper' is false parameter of cropper component, previously it only worked when 'IsAvailableInitCropper' is true (#317) by @MaxymGorn

Cropper.Blazor v1.3.1

02 Feb 18:33
68dfc6d
Compare
Choose a tag to compare

New Features

Other Changes

Cropper.Blazor v1.3.0

17 Nov 23:08
307becb
Compare
Choose a tag to compare

New Features

  • Added support dotnet 8 version for NuGet Cropper.Blazor package (#266) by @MaxymGorn
  • When an image replacement (ReplaceAsync method) is done in the cropper component, this change can now be retrieved via Src, previously it was unchanged in this case (#263) by @MaxymGorn

Cropper.Blazor v1.2.7

14 Nov 11:10
307becb
Compare
Choose a tag to compare

What's Changed

New Features

  • Fix default values cropper component, options and GetCroppedCanvasOptions (#256) by @MaxymGorn
  • Rename "IsAvaibleInitCropper" to "IsAvailableInitCropper" parameter cropper component
  • Increase coverage in unit tests (#239) by @MaxymGorn

Other changes

Cropper.Blazor v1.2.6

09 Oct 12:39
5505a93
Compare
Choose a tag to compare

What's Changed

New Features

  • Updated cropper.js library version to 1.6.1 and fix an issue where some CSS styles were incompatible with old browsers; updated NuGet package dependencies (#235) by @MaxymGorn

Other changes

  • Docs: added comprehensive documentation and practical examples (#225) by @ColdForeign
  • Docs: added API documentation for library by @MaxymGorn

Cropper.Blazor v1.2.5

12 Sep 14:05
45bcfff
Compare
Choose a tag to compare

What's Changed

New Features

  • Updated cropper.js library version to 1.6.0 and include a rounded option to the GetCroppedCanvas method (#212) by @MaxymGorn

Other Changes

Cropper.Blazor v1.2.4

29 Jul 13:48
962175f
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fixed multiple croppers are not isolated (#168) by @MaxymGorn
  • Reset the image preview programmatically when image is removed for multiple croppers (#177) by @MaxymGorn

Other Changes

  • Docs: Demo site UI/UX improvements, bug fixes (#181) by @ColdForeign
  • Docs: Fixed caching of the demo site in the worker service (#181) by @MaxymGorn
  • Docs: Added API for cropper component in demo site by @MaxymGorn
  • Docs/SEO: add indexing demo site in Google search by @MaxymGorn
  • GitHub: Attached issue template, releases for library (#181) by @MaxymGorn

Cropper.Blazor v1.2.3

29 Jul 10:28
dbd7c43
Compare
Choose a tag to compare

What's Changed

Features

  • Extended "GetCroppedCanvasDataURLAsync" method in CropperComponent by additional parameters, namely image format and quality (#175) by @MaxymGorn
  • Extended "Preview" option with string selector (already existed before this version), ElementReference or list ElementReference (#175) by @MaxymGorn
  • Updated webcompiler (#175) by @ColdForeign

Other Changes

  • Docs: Adding cropper view figures for demo site (#175) by @MaxymGorn

Cropper.Blazor v1.2.2

29 Jul 10:28
e8b6668
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fixed "OnLoadImage" callback for replaced image with "IsAvaibleInitCropper" parameter for cropper component (#150) by @MaxymGorn

Cropper.Blazor v1.2.1

29 Jul 10:28
7149a28
Compare
Choose a tag to compare

What's Changed

Features

  • Added replace image functionality (#152) by @MaxymGorn
  • Added overriding local/global path as options for CropperJSInterop.min.js module (#152) by @MaxymGorn

Other Changes

  • Docs: Adding cropper capabilities to the demo site, including dimensions settings, aspect ratio settings, zoom ratio settings, downloading a cropped image for demo site (#152) by @MaxymGorn