Skip to content

Release Notes

Structured release notes for bQuery.js. Each minor version has its own page; older minors live in the CHANGELOG.

The library follows Semantic Versioning. The Stability matrix lists which modules are stable, beta, or experimental.

Versions

VersionDateHighlights
1.14.12026-05-28Patch: motion prefersReducedMotion / reducedMotionSignal refresh stale media-query cache on matchMedia change.
1.14.02026-05-26media, plugin, devtools, testing graduate into batteries-included tiers; additive expansions across router, view, a11y, i18n, dnd, storybook, concurrency, ssr, server.
1.13.02026-05-21Forms / component / motion / core-utils baseline expansion. See CHANGELOG.
1.12.02026-05-16unregisterPlugin, clearPlugins, WebSocketSendData public type, /full bundle type-export drift coverage.
1.11.x2026-04-30 / 2026-05-12SSR / server runtime: createServer, renderToStringAsync, renderToStream, renderToResponse, runtime-agnostic WebSocket sessions.
1.10.02026-04-15Concurrency module additions.
1.9.02026-04-05Watcher / view / media APIs.
earliersee CHANGELOGFull history in CHANGELOG.md.

How to read these notes

Each per-version page is organized by:

  1. Headlines — the main story of the release.
  2. Added / Changed / Fixed — the structured CHANGELOG sections.
  3. Migration notes — anything you need to do to upgrade from the previous minor.
  4. Links — to the module guides that document the new surface.

Deprecation policy

  • Stable modules: deprecations are flagged at least one minor before removal.
  • Beta modules: deprecations may be flagged in the same minor that removes them; an upgrade path is always documented.
  • Experimental modules: APIs may change between minors without prior deprecation.

See Contributing — Release Process for the contributor view.

Released under the MIT License.