Skip to content

Releases: zxyao145/BQuery

v4.0.0

08 Apr 06:06
3758863

Choose a tag to compare

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

11 Mar 10:52

Choose a tag to compare

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

3.1.0

07 Feb 15:26

Choose a tag to compare

v3.1.0

v3.0.3

04 Oct 11:27

Choose a tag to compare

update packages

v3.0.2

12 Jul 11:07

Choose a tag to compare

v3.0.2

chore: code clean
upgrade: base package to 6.0.6