Version
1.3.2
Released on March 31, 2024
New Features
  • Update NuGet packages PR#317 by @MaxymGorn
  • Add triggers on load image event (OnLoadImageEvent) when replace image with 'IsAvailableInitCropper' is false parameter of cropper component, previously it only worked when 'IsAvailableInitCropper' is true PR#317 by @MaxymGorn
  • Version
    1.3.1
    Released on February 02, 2024
    New Features
    • Update NuGet packages PR#297 by @MaxymGorn
    • Included DataUrlDecoder.Decode extension to library PR#297 by @MaxymGorn
    • Other Changes
      • Docs: Demo site UI/UX improvements PR#285, PR#286, PR#291, PR#293 by @ColdForeign
      • Version
        1.3.0
        Released on November 17, 2023
        New Features
        • Added support dotnet 8 version for NuGet Cropper.Blazor package PR#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 PR#263 by @MaxymGorn
        • Version
          1.2.7
          Released on November 14, 2023
          What's Changed
            New Features
            • Fix default values cropper component, options and GetCroppedCanvasOptions PR#256 by @MaxymGorn
            • Rename "IsAvaibleInitCropper" to "IsAvailableInitCropper" parameter cropper component
            • Increase coverage in unit tests PR#239 by @MaxymGorn
            • Other changes
              • Docs: Fix loader styles PR#243 by @ColdForeign
              • Docs: Support and create cropper examples by @ColdForeign, @MaxymGorn
              • Version
                1.2.6
                Released on October 09, 2023
                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 PR#235 by @MaxymGorn
                  • Other changes
                    • Docs: added comprehensive documentation and practical examples PR#225 by @ColdForeign
                    • Docs: added API documentation for library by @MaxymGorn
                    • Version
                      1.2.5
                      Released on September 12, 2023
                      What's Changed
                        New Features
                        • Updated cropper.js library version to 1.6.0 and include a rounded option to the GetCroppedCanvas method PR#212 by @MaxymGorn
                        • Other Changes
                          • Docs: Demo site fix event settings, bug fixes PR#189 by @ColdForeign
                          • Version
                            1.2.4
                            Released on July 29, 2023
                            What's Changed
                              Bug Fixes
                              • Fixed multiple croppers are not isolated Issue#168 by @MaxymGorn
                              • Reset the image preview programmatically when image is removed for multiple croppers Issue#177 by @MaxymGorn
                              • Other Changes
                                • Docs: Demo site UI/UX improvements, bug fixes PR#181 by @ColdForeign
                                • Docs: Fixed caching of the demo site in the worker service PR#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 PR#181 by @MaxymGorn
                                • Version
                                  1.2.3
                                  Released on July 29, 2023
                                  What's Changed
                                    Features
                                    • Extended "GetCroppedCanvasDataURLAsync" method in CropperComponent by additional parameters, namely image format and quality PR#175 by @MaxymGorn
                                    • Extended "Preview" option with string selector (already existed before this version), ElementReference or list ElementReference PR#175 by @MaxymGorn
                                    • Updated webcompiler PR#175 by @ColdForeign
                                    • Other Changes
                                      • Docs: Adding cropper view figures for demo site PR#175 by @MaxymGorn
                                      • Version
                                        1.2.2
                                        Released on July 29, 2023
                                        What's Changed
                                          Bug Fixes
                                          • Fixed "OnLoadImage" callback for replaced image with "IsAvaibleInitCropper" parameter for cropper component Issue#150 by @MaxymGorn
                                          • Version
                                            1.2.1
                                            Released on July 29, 2023
                                            What's Changed
                                              Features
                                              • Added replace image functionality PR#152 by @MaxymGorn
                                              • Added overriding local/global path as options for CropperJSInterop.min.js module PR#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 PR#152 by @MaxymGorn
                                                • Version
                                                  1.2.0
                                                  Released on July 29, 2023
                                                  What's Changed
                                                    Features
                                                    • Incorporate JavaScript information into OnReadyEvent, OnCropStartEvent, OnCropEndEvent, OnCropEvent, OnZoomEvent, OnCropMoveEvent events for cropper component PR#128 by @MaxymGorn
                                                    • Added overriding custom cropper events PR#128 by @MaxymGorn
                                                    • Added dependabot pipeline into project PR#128 by @ColdForeign
                                                    • Added CancellationToken for each demand on methods cropper component PR#128 by @MaxymGorn
                                                    • Added "GetCroppedCanvasAsync" method for cropper component PR#121 by @MaxymGorn
                                                    • Bug Fixes
                                                      • Fix destroy method of Cropper is invoked even on pages where we do not use Cropper.Blazor Issue#113 by @MaxymGorn
                                                      • Other Changes
                                                        • Docs: Adding cropper platform example projects PR#128 by @MaxymGorn
                                                        • Code refactoring PR#128 by @ColdForeign
                                                        • Version
                                                          1.1.4
                                                          Released on July 29, 2023
                                                          What's Changed
                                                            Features
                                                            • Update NuGet packages. Update web-compiler PR#112 by @ColdForeign
                                                            • Bug Fixes
                                                              • Changed default value for "FillColor" option in GetCroppedCanvasOptions as transparent Issue#118 by @MaxymGorn
                                                              • Clear redundant resources on "DisposeAsync" method cropper component PR#117 by @MaxymGorn
                                                              • Version
                                                                1.1.3
                                                                Released on July 29, 2023
                                                                What's Changed
                                                                  Bug Fixes
                                                                  • Failed to fetch dynamically imported cropper module Issue#114
                                                                  • Other Changes
                                                                    • Docs: Adding cropper platform example projects PR#115 by @MaxymGorn
                                                                    • Version
                                                                      1.1.2
                                                                      Released on July 29, 2023
                                                                      What's Changed
                                                                        Features
                                                                        • Аdd XML comments for library files PR#108 by @ColdForeign, @MaxymGorn
                                                                        • Other Changes
                                                                          • Docs: Demo site UI/UX improvements, bug fixes PR#109 by @ColdForeign
                                                                          • Version
                                                                            1.1.1
                                                                            Released on July 29, 2023
                                                                            What's Changed
                                                                              Features
                                                                              • Update Cropper.js to v1.5.13 PR#103 by @MaxymGorn
                                                                              • Extend options properties for cropper with nullable flags PR#103 by @MaxymGorn
                                                                              • Version
                                                                                1.1.0
                                                                                Released on November 20, 2023
                                                                                What's Changed
                                                                                  New Features
                                                                                  • Added support dotnet 7 version for NuGet Cropper.Blazor package PR#97 by @MaxymGorn
                                                                                  • Setups CI/CD for .NET 7 PR#97 by @MaxymGorn
                                                                                  • Other Changes
                                                                                    • GitHub: Attached PR template PR#95 by @MaxymGorn
                                                                                    • Version
                                                                                      1.0.2
                                                                                      Released on July 29, 2023
                                                                                      What's Changed
                                                                                        New Features
                                                                                        • Added support list input attributes for cropper by PR#91 @MaxymGorn
                                                                                        • Added additional setups CI/CD PR#91, PR#88 by @ColdForeign, @MaxymGorn
                                                                                        • Other Changes
                                                                                          • Supported docs PR#90 by @MaxymGorn
                                                                                          • Version
                                                                                            1.0.1
                                                                                            Released on July 27, 2023
                                                                                            Tuning and fixing Nuget package packaging PR#86 by @ColdForeign, @MaxymGorn
                                                                                            Version
                                                                                            1.0.0
                                                                                            Released on July 27, 2023
                                                                                            First Release of Cropper.Blazor by @MaxymGorn, @ColdForeign
                                                                                            New Contributors
                                                                                            • @MaxymGorn made their first contribution in e8a1039061a2171bb6fd67933704f28a235c572f
                                                                                            • @ColdForeign made their first contribution in 78c50bcf2f551983f0579da58d586f8e2891e908
                                                                                            • An unhandled error has occurred. Reload 🗙