Skip to content

3.5.0

Latest

Choose a tag to compare

@gvreddy04 gvreddy04 released this 23 Nov 18:51
· 10 commits to main since this release
6cfb2ee

✨ New Features & Enhancements

  • PdfViewer: Added support for password‑protected PDFs (Issue #1184, PR #1185). When a PDF requires a password, the viewer now prompts the user instead of failing silently.
  • Enum Input Component (Issue #1196). Introduces a strongly-typed input for enum values, simplifying binding and reducing boilerplate select markup.
  • Documentation: Added Blazor Express sections and updated chart documentation (PR #1169) to clarify usage patterns and configuration options.

🐞 Bug Fixes

  • SortableList: Grabcursor not showing (PR #1152). Corrected CSS so the expected drag cursor appears, improving usability for sortable interactions.
  • Buttons Docs: Corrected the name of enum ButtonSize in buttons.mdx (PR #1147) ensuring accuracy for developers referencing the docs.

⬆️ Upgrades

  • Target Frameworks: Added / upgraded multi-targeting to include .NET 10.0 (PR #1201). Ensures forward compatibility and access to latest runtime features.
  • Configuration: Google Map key handling updates (PR #1165) to streamline external service setup.

New Contributors

Full Changelog: v3.4.0...v3.5.0