Skip to content

Cropper.Blazor v1.5.1

Latest

Choose a tag to compare

@MaxymGorn MaxymGorn released this 06 Feb 15:57
· 63 commits to dev since this release
366f3e1
  • Migrated JavaScript codebase to TypeScript with strict type checking
    and namespace organization (#449) by @MaxymGorn
  • Replaced Excubo.WebCompiler with Webpack build system including source
    maps, code splitting, and TypeScript declaration generation (#449) by @MaxymGorn
  • Integrated Vitest for JavaScript / TypeScript testing, ESLint for
    linting, included Codecov coverage report by separate flag for TypeScript tests, and Prettier for code formatting (#449) by @MaxymGorn
  • Enhanced XML documentation for CropperComponent events with detailed
    parameter descriptions (#453) by @MaxymGorn
  • Fix error during blazor server prerendering in dispose methods (#453) by @MaxymGorn
  • Update NuGet packages (#453) by @MaxymGorn

Other changes

  • Docs: improved the Demo site’s UI/UX and added additional SEO tags to enhance discoverability (#453) by @MaxymGorn