✨ 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
ButtonSizeinbuttons.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
- @dgaszewski made their first contribution in #1147
Full Changelog: v3.4.0...v3.5.0