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
| Version | Date | Highlights |
|---|---|---|
| 1.14.1 | 2026-05-28 | Patch: motion prefersReducedMotion / reducedMotionSignal refresh stale media-query cache on matchMedia change. |
| 1.14.0 | 2026-05-26 | media, plugin, devtools, testing graduate into batteries-included tiers; additive expansions across router, view, a11y, i18n, dnd, storybook, concurrency, ssr, server. |
| 1.13.0 | 2026-05-21 | Forms / component / motion / core-utils baseline expansion. See CHANGELOG. |
| 1.12.0 | 2026-05-16 | unregisterPlugin, clearPlugins, WebSocketSendData public type, /full bundle type-export drift coverage. |
| 1.11.x | 2026-04-30 / 2026-05-12 | SSR / server runtime: createServer, renderToStringAsync, renderToStream, renderToResponse, runtime-agnostic WebSocket sessions. |
| 1.10.0 | 2026-04-15 | Concurrency module additions. |
| 1.9.0 | 2026-04-05 | Watcher / view / media APIs. |
| earlier | see CHANGELOG | Full history in CHANGELOG.md. |
How to read these notes
Each per-version page is organized by:
- Headlines — the main story of the release.
- Added / Changed / Fixed — the structured CHANGELOG sections.
- Migration notes — anything you need to do to upgrade from the previous minor.
- 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.