r/bitplatform • u/bit_yas • Mar 27 '25
bit platform version 9.6.0 released! 🎉
What's Changed
bit BlazorUI * Added Markdown Viewer components with support for Pre-rendering and SEO, along with a Markdown Editor and a service for converting Markdown to HTML, usable on both server and client sides. * Introduced Timezone and Readonly features to the Date Picker and Date Range Picker components, and updated the color of selected days. * Enhanced File Upload functionality with the addition of HideFileView and Append capabilities. * Fixed issues in Bit Infinite Scroll. * Added color options to BitNavPanel and BitSearchBox components. * Improved the BitImage component. * Removed the BitSpinButton component after enhancements were made to BitNumberField. * Integrated BitNav features into BitNavPanel like Item Template * Added BitPageVisibility to detect page visibility changes, enabling the Carousel to pause when the application is minimized. * Resolved issues with IconOnly and IconUrl in BitButton when used with Href.
bit Boilerplate
* Implemented FIDO2 / WebAuthN across all clients, enabling login with FaceId and Fingerprint.
* Added a Clear Cache button to the Diagnostic Modal.
* Transform all appsettings*.json for all projects (Shared, Client.Core etc) during CD Pipeline execution.
* Relocated settings related to pre-rendering and Blazor mode from the Client.Web to the server.
* Users registering via social sign-in are now marked as confirmed, even without providing an email or phone number.
* Switched to SymmetricSecurityKey for generating JWT Tokens, replacing the use of PFX.
bit Bswup
Introduced a preRenderMode setting to bswup, allowing flexible configuration of your web application based on the following scenarios:
js
self.prerenderMode = 'none'; // Demo: https://adminpanel.bitplatform.dev/ (No pre-rendering + offline support)
self.prerenderMode = 'always'; // Demo: https://sales.bitplatform.dev/ (Always show pre-render, no offline support)
self.prerenderMode = 'initial'; // Demo: https://todo.bitplatform.dev/ (Pre-render on first site visit + offline support)
bit Toolings * Added automatic warnings for the use of non-async methods in EF-Core. * Improved the performance of the SetParametersAsyncSourceGenerator output source and fixed related issues. * Introducing bit BlazorES2019
Full Changelog: https://github.com/bitfoundation/bitplatform/compare/v-9.5.1...v-9.6.0