File tree Expand file tree Collapse file tree
src/EasyAppDev.Blazor.Store Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 <PropertyGroup >
1919 <!-- NuGet Package Metadata -->
2020 <PackageId >EasyAppDev.Blazor.Store</PackageId >
21- <Version >2.0.6 </Version >
21+ <Version >2.0.7 </Version >
2222 <Authors >Mashrul Haque</Authors >
2323 <Company >EasyAppDev</Company >
2424 <Product >EasyAppDev.Blazor.Store</Product >
3131 <PackageReadmeFile >README.md</PackageReadmeFile >
3232 <PackageIcon >icon.png</PackageIcon >
3333 <PackageReleaseNotes >
34+ v2.0.7 - URL Sync (Experimental)
35+
36+ New Features:
37+ - UrlSyncStoreComponent< T> base class for bidirectional URL-state synchronization
38+ - [AutoSyncWithQuery] attribute for zero-boilerplate query parameter binding
39+ - Fluent IUrlSyncBuilder API for manual configuration
40+ - 3-layer circular update prevention
41+ - Configurable debounce and navigation modes (Replace/Push)
42+ - Convention-based auto-discovery of URL mappings
43+
3444v2.0.6 - Cache Invalidation Convenience Methods
3545
3646New Features:
You can’t perform that action at this time.
0 commit comments