Releases: CropperBlazor/Cropper.Blazor
Releases · CropperBlazor/Cropper.Blazor
Cropper.Blazor v1.3.2
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
New Features
- Update NuGet packages (#297) by @MaxymGorn
- Included DataUrlDecoder.Decode extension to library (#297) by @MaxymGorn
Other Changes
- Docs: Demo site UI/UX improvements (#285, #286, #291, #293) by @ColdForeign
Cropper.Blazor v1.3.0
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
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
- Docs: Fix loader styles (#243) by @ColdForeign
- Docs: Support and create cropper examples by @ColdForeign, @MaxymGorn
Cropper.Blazor v1.2.6
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
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
- Docs: Demo site fix event settings, bug fixes (#189) by @ColdForeign
Cropper.Blazor v1.2.4
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
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
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
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