|
| 1 | +--- |
| 2 | +title: Blazor Bootstrap v3.5.0 |
| 3 | +authors: |
| 4 | + name: Vikram Reddy |
| 5 | + title: Creator |
| 6 | + url: https://github.com/gvreddy04 |
| 7 | + image_url: https://avatars.githubusercontent.com/u/2337067 |
| 8 | +tags: [v3.5.0, blazor, bootstrap, blazorbootstrap, enum, enuminput, pdf, pdfviewer] |
| 9 | +--- |
| 10 | + |
| 11 | +We're excited to release version **3.5.0**. This update introduces new input and viewing capabilities (Enum Input, password‑protected PDF viewing), improves developer ergonomics, upgrades framework targeting to .NET 10, and includes documentation and UX refinements. |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | +<!--truncate--> |
| 16 | + |
| 17 | +### ✨ New Features & Enhancements |
| 18 | + |
| 19 | +- PdfViewer: Added support for password‑protected PDFs (Issue [#1184](https://github.com/vikramlearning/blazorbootstrap/issues/1184), PR [#1185](https://github.com/vikramlearning/blazorbootstrap/pull/1185)). When a PDF requires a password, the viewer now prompts the user instead of failing silently. |
| 20 | +- Enum Input Component (Issue [#1196](https://github.com/vikramlearning/blazorbootstrap/issues/1196)). Introduces a strongly-typed input for enum values, simplifying binding and reducing boilerplate select markup. |
| 21 | +- Documentation: Added Blazor Express sections and updated chart documentation (PR [#1169](https://github.com/vikramlearning/blazorbootstrap/pull/1169)) to clarify usage patterns and configuration options. |
| 22 | + |
| 23 | +### 🐞 Bug Fixes |
| 24 | + |
| 25 | +- SortableList: Grabcursor not showing (PR [#1152](https://github.com/vikramlearning/blazorbootstrap/pull/1152)). Corrected CSS so the expected drag cursor appears, improving usability for sortable interactions. |
| 26 | +- Buttons Docs: Corrected the name of enum `ButtonSize` in `buttons.mdx` (PR [#1147](https://github.com/vikramlearning/blazorbootstrap/pull/1147)) ensuring accuracy for developers referencing the docs. |
| 27 | + |
| 28 | +### ⬆️ Upgrades |
| 29 | + |
| 30 | +- Target Frameworks: Added / upgraded multi-targeting to include **.NET 10.0** (PR [#1201](https://github.com/vikramlearning/blazorbootstrap/pull/1201)). Ensures forward compatibility and access to latest runtime features. |
| 31 | +- Configuration: Google Map key handling updates (PR [#1165](https://github.com/vikramlearning/blazorbootstrap/pull/1165)) to streamline external service setup. |
| 32 | + |
| 33 | +Special thanks to the community for continued feedback and adoption. |
| 34 | + |
| 35 | +### Links |
| 36 | +- [Docs Website - Blazor Bootstrap](https://docs.blazorbootstrap.com/) |
| 37 | +- [Demos Website - Blazor Bootstrap](https://demos.blazorbootstrap.com/) |
0 commit comments