Dev Log
Week of August 16, 2026
D20Tek.Blazor.BrowserStorage
- Added two sample projects to show easy and complex usage of the BrowserStorage Api.
- Added documentation for introduction, getting started, api reference, and migrating from Blazored.LocalStorage.
- Updated readme with more project details.
- Release initial nuget package version on Nuget.org
- Added Blazor.BrowserStorage.Testing package with in-memory storage services and test registration for bUnit and other frameworks.
- Added unit tests to cover the new Testing package.
- Added documentation for testing and the full api reference for that package.
- Added unit test sample that shows usage for the Testing package with bUnit to test the components in the PreferenceDashboard sample.
HomePage
- Added Project DocSets with TOC links section to be able to publish a set of docs around a project.
- Added docset for the BrowserStorage project.
- Fixed up linking within docset and linking to bookmarks within a page.
- Added CTA at top of home page to highlight new content.
- Updated BrowserStorage docset with latest changes and new testing related docs.