Skip to content

Commit f30c5fb

Browse files
committed
feat: update version to 2.0.7 and add new features for URL synchronization
1 parent db525b0 commit f30c5fb

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/EasyAppDev.Blazor.Store/EasyAppDev.Blazor.Store.csproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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>
@@ -31,6 +31,16 @@
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&lt;T&gt; 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+
3444
v2.0.6 - Cache Invalidation Convenience Methods
3545

3646
New Features:

0 commit comments

Comments
 (0)