Skip to content

Update README.md - #115

Merged
JosunLP merged 1 commit into
mainfrom
JosunLP-patch-1
May 26, 2026
Merged

Update README.md#115
JosunLP merged 1 commit into
mainfrom
JosunLP-patch-1

Conversation

@JosunLP

@JosunLP JosunLP commented May 26, 2026

Copy link
Copy Markdown
Collaborator

This pull request updates the README.md to clarify the release notes by explicitly stating that all existing APIs from version 1.12.x and earlier remain unchanged after the 1.13.0 release. This helps users understand backward compatibility when upgrading.

Signed-off-by: Jonas Pfalzgraf <[email protected]>
@JosunLP JosunLP self-assigned this May 26, 2026
Copilot AI review requested due to automatic review settings May 26, 2026 14:53
@coderabbitai

coderabbitai Bot commented May 26, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@JosunLP, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 46 minutes and 22 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4e2378dc-6d51-4681-9371-f31f86d6967d

📥 Commits

Reviewing files that changed from the base of the PR and between a1909eb and 87e98c0.

📒 Files selected for processing (1)
  • README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch JosunLP-patch-1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@JosunLP
JosunLP merged commit 829dc2f into main May 26, 2026
14 of 15 checks passed
@github-actions github-actions Bot added the docs Changes to the documentation label May 26, 2026
@JosunLP
JosunLP deleted the JosunLP-patch-1 branch May 26, 2026 14:53

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the README.md release highlight section to adjust the messaging around backward compatibility by adding an “unchanged APIs” statement and removing the separate 1.13.0 highlight block.

Changes:

  • Appends “All 1.13.x and earlier APIs remain unchanged.” to the existing 1.14.0 highlight.
  • Removes the “New in 1.13.0” highlight block.
  • Removes an extra blank line before “## Highlights”.

Comment thread README.md
@@ -18,8 +18,6 @@

> **New in 1.14.0:** `@bquery/bquery/media`, `@bquery/bquery/plugin`, `@bquery/bquery/devtools`, and `@bquery/bquery/testing` all graduate into the batteries-included tier. Media ships 25+ new reactive composables — preference signals (`usePreferredColorScheme`, `usePreferredContrast`, `usePreferredReducedTransparency`, `usePreferredLanguage`/`usePreferredLanguages`), page state (`useOnlineStatus`, `usePageVisibility`, `useDocumentFocus`, `useWindowFocus`, `useIdle`), element observers (`useElementSize`, `useElementBounding`, `useElementVisibility`, `useHover`, `useFocus`, `useFocusWithin`, `useActiveElement`), pointer/scroll (`usePointer`, `useScroll`), platform integrations (`usePermission`, `useWakeLock`, `useShare`/`useShareSupported`, `useBroadcastChannel`, `useEventListener`, `useMediaDevices`, `useStorage`), and clipboard upgrades (`clipboard.isSupported`/`clipboard.isImageSupported`/`clipboard.readImage()`/`clipboard.writeImage()`/`clipboardText()`) — every composable accepts an optional `{ signal: AbortSignal }` for auto-teardown. Plugin gains a hook bus (`addFilter`/`applyFilters`, `addAction`/`doAction`), container DI (`createInjectionKey`/`provide`/`inject`), `unuse`/`uninstall` lifecycle, async install, plugin metadata + dependencies (`getPluginInfo`, `getInstalledPlugins`), and namespaced directives with `{ mounted, unmounted }`. Devtools adds a ring-buffered timeline (`maxTimelineEntries`, default 1000) with richer `TimelineEntry`, `filterTimeline`/`subscribeTimeline`, privacy-aware `inspectSignals`, structural `diffSignals`/`diffStores`, `traceSignal`/`untraceSignal`, `inspectEffects`, snapshot import/export, `installBrowserBridge()`, and perf helpers `time`/`measureRender`/`getPerformanceSummary`. Testing adds auto cleanup, `fireEvent.*` shortcuts, a `userEvent` namespace, shadow-DOM-aware `screen`/`within` queries, reactive harnesses (`mockComputed`/`mockEffect`/`tick`/`flushPromises`), module mocks (`mockStore`/`mockI18n`/`mockForm`/`mockFetch`/`mockWebSocket`), and a11y helpers (`prettyDOM`/`getReactiveSummary`/`expectAccessible`). Additive 1.14.0 expansions also land across `router` (`NavigationResult`, `pushResult`/`replaceResult`, `beforeResolve`, `resolveRoute`, dynamic `addRoute`/`removeRoute`/`hasRoute`, `isReady`, `lastNavigation`, `useNavigation`), `view` (`parseDirective`, new `bq-once`/`bq-init`/`bq-pre`/`bq-cloak`/`bq-html-safe`/`bq-memo`, full `bq-on` modifier system), `a11y` (`createLiveRegion`, `keyboardUserSignal`, `focusVisible`, `prefersReducedTransparency`/`prefersReducedData`/`forcedColors`, `inert`/`scrollLock`/`autoFocus`), `i18n` (`negotiateLocale`, `detectLocale`, `isRTL`, `formatRelativeTime`/`formatList`/`formatDisplayName`/`segment`), `dnd` (programmatic handles, `grid`/`delay`/`touchStartThreshold`/`keyboard`/`keyboardStep`, `'viewport'` bounds, reactive `useDraggable`/`useDroppable`/`useSortable`), `storybook` (`classMap`/`styleMap`/`ifDefined`/`repeat`/`storyText`/`unsafeHtml`/`storySvg`), `concurrency` (`withTransferables`, `createSharedBuffer`, RPC `maxInFlight`, pool priorities, `pause`/`resume`/`onIdle`, rolling reactive metrics), `ssr` (`flushBoundary`, `createSSRCache`, `createSSRMetrics`, `createEdgeHandler`, cache-aware `renderToResponse`, multi-chunk `renderToStream`), and `server` (`ServerHttpError`, `ctx.body`/`ctx.cookies`/`ctx.setCookie`/`ctx.accepts`/`ctx.stream`/`ctx.sse`/`ctx.renderStream`/`ctx.renderResponse`, `app.listen()`). All 1.13.x and earlier APIs remain unchanged.
Comment thread README.md
Comment on lines 19 to 21
> **New in 1.14.0:** `@bquery/bquery/media`, `@bquery/bquery/plugin`, `@bquery/bquery/devtools`, and `@bquery/bquery/testing` all graduate into the batteries-included tier. Media ships 25+ new reactive composables — preference signals (`usePreferredColorScheme`, `usePreferredContrast`, `usePreferredReducedTransparency`, `usePreferredLanguage`/`usePreferredLanguages`), page state (`useOnlineStatus`, `usePageVisibility`, `useDocumentFocus`, `useWindowFocus`, `useIdle`), element observers (`useElementSize`, `useElementBounding`, `useElementVisibility`, `useHover`, `useFocus`, `useFocusWithin`, `useActiveElement`), pointer/scroll (`usePointer`, `useScroll`), platform integrations (`usePermission`, `useWakeLock`, `useShare`/`useShareSupported`, `useBroadcastChannel`, `useEventListener`, `useMediaDevices`, `useStorage`), and clipboard upgrades (`clipboard.isSupported`/`clipboard.isImageSupported`/`clipboard.readImage()`/`clipboard.writeImage()`/`clipboardText()`) — every composable accepts an optional `{ signal: AbortSignal }` for auto-teardown. Plugin gains a hook bus (`addFilter`/`applyFilters`, `addAction`/`doAction`), container DI (`createInjectionKey`/`provide`/`inject`), `unuse`/`uninstall` lifecycle, async install, plugin metadata + dependencies (`getPluginInfo`, `getInstalledPlugins`), and namespaced directives with `{ mounted, unmounted }`. Devtools adds a ring-buffered timeline (`maxTimelineEntries`, default 1000) with richer `TimelineEntry`, `filterTimeline`/`subscribeTimeline`, privacy-aware `inspectSignals`, structural `diffSignals`/`diffStores`, `traceSignal`/`untraceSignal`, `inspectEffects`, snapshot import/export, `installBrowserBridge()`, and perf helpers `time`/`measureRender`/`getPerformanceSummary`. Testing adds auto cleanup, `fireEvent.*` shortcuts, a `userEvent` namespace, shadow-DOM-aware `screen`/`within` queries, reactive harnesses (`mockComputed`/`mockEffect`/`tick`/`flushPromises`), module mocks (`mockStore`/`mockI18n`/`mockForm`/`mockFetch`/`mockWebSocket`), and a11y helpers (`prettyDOM`/`getReactiveSummary`/`expectAccessible`). Additive 1.14.0 expansions also land across `router` (`NavigationResult`, `pushResult`/`replaceResult`, `beforeResolve`, `resolveRoute`, dynamic `addRoute`/`removeRoute`/`hasRoute`, `isReady`, `lastNavigation`, `useNavigation`), `view` (`parseDirective`, new `bq-once`/`bq-init`/`bq-pre`/`bq-cloak`/`bq-html-safe`/`bq-memo`, full `bq-on` modifier system), `a11y` (`createLiveRegion`, `keyboardUserSignal`, `focusVisible`, `prefersReducedTransparency`/`prefersReducedData`/`forcedColors`, `inert`/`scrollLock`/`autoFocus`), `i18n` (`negotiateLocale`, `detectLocale`, `isRTL`, `formatRelativeTime`/`formatList`/`formatDisplayName`/`segment`), `dnd` (programmatic handles, `grid`/`delay`/`touchStartThreshold`/`keyboard`/`keyboardStep`, `'viewport'` bounds, reactive `useDraggable`/`useDroppable`/`useSortable`), `storybook` (`classMap`/`styleMap`/`ifDefined`/`repeat`/`storyText`/`unsafeHtml`/`storySvg`), `concurrency` (`withTransferables`, `createSharedBuffer`, RPC `maxInFlight`, pool priorities, `pause`/`resume`/`onIdle`, rolling reactive metrics), `ssr` (`flushBoundary`, `createSSRCache`, `createSSRMetrics`, `createEdgeHandler`, cache-aware `renderToResponse`, multi-chunk `renderToStream`), and `server` (`ServerHttpError`, `ctx.body`/`ctx.cookies`/`ctx.setCookie`/`ctx.accepts`/`ctx.stream`/`ctx.sse`/`ctx.renderStream`/`ctx.renderResponse`, `app.listen()`). All 1.13.x and earlier APIs remain unchanged.

> **New in 1.13.0:** `@bquery/bquery/forms` graduates into a true batteries-included tier with many new validators (`integer`, `between`, `oneOf`, `arrayOf`, `requiredIf`, `dateAfter`, `fileSize`, …), combinators (`compose`, `all`, `not`, `withMessage`), dynamic field arrays (`createFieldArray`), a fluent `schema()` builder, two-way DOM bindings (`bindForm`, `bindField`), scope-aware composables (`useForm`, `useField`, `useFieldArray`), and SSR resumability. `@bquery/bquery/component` adds slot/ref helpers (`useSlot`, `useRef`), DI (`provide`/`inject`), `beforeUnmount` and `errorBoundary` hooks, `useAsync`/`whenIdle`, sanitizer-safe delegated events (`on`/`onClick`/…), a `css` tagged template with adoptable stylesheets, and keyed list rendering. `@bquery/bquery/motion` ships a major expansion: the full Penner easing family with `cubicBezier`/`steps`/`mix`/`chain`, `tween()` with `pause`/`resume`/`reverse`/`seek`/`stop`/`progress` controls plus Promise-based `animateValue()`, `animateTo()`, `springVector()`, label-aware timelines (`reverse`, `repeat`, `yoyo`, `progress`, `onUpdate`), and new primitives `scrollProgress`/`inView`/`magnetic`/`tilt`/`shake`/`pulse`/`countUp`. `@bquery/bquery/core` adds a deep utilities expansion across arrays, functions, objects, strings, numbers, misc helpers, and type guards (`groupBy`, `memoize`, deep `get`/`set`, `formatBytes`, `uuid`, `retry`, …). All existing APIs from 1.12.x and earlier remain unchanged.

## Highlights
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Changes to the documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants