Releases: zxyao145/BQuery
Releases · zxyao145/BQuery
v4.0.0
What's Changed
- Fix Vite build config, correct import casing, and update build script/deps by @zxyao145 in #31
- Refactor/module 4.0.0 by @zxyao145 in #36
Breaking changes
- Target frameworks changed: BQuery 4.x targets .NET 8.0 and .NET 10.0 only. .NET 6 is no longer supported.
- Startup extensions removed: the old AspNetExtensions package surface (for example UseBQuery(...)) was removed. Use DI registration with AddBQuery() and load the static asset from _content/BQuery/dist/....
- Resize callback payload changed: resize handlers now use ResizeEventArgs (with named properties like width/height) instead of positional payload patterns.
Full Changelog: 3.1.0...v4.0.0
v4.0.0-preview.260311.1
What's Changed
- Fix Vite build config, correct import casing, and update build script/deps by @zxyao145 in #31
- Refactor/module 4.0.0 by @zxyao145 in #36
Breaking changes
- Target frameworks changed: BQuery 4.x targets .NET 8.0 and .NET 10.0 only. .NET 6 is no longer supported.
- Startup extensions removed: the old AspNetExtensions package surface (for example UseBQuery(...)) was removed. Use DI registration with AddBQuery() and load the static asset from _content/BQuery/dist/....
- Resize callback payload changed: resize handlers now use ResizeEventArgs (with named properties like width/height) instead of positional payload patterns.
Full Changelog: 3.1.0...v4.0.0-preview.260311.1