42 minutes ago
embed-pdf-viewer

Release Next v3.0.0-next.7

@embedpdf/core-geometry@3.0.0-next.7

Minor Changes

  • #776 by @bobsingor – Add textQuadEdge and textQuadEquals helpers for orientation-aware glyph edges and corner-wise text-quad change detection.

@embedpdf/core@3.0.0-next.7

Minor Changes

  • #775 by @bobsingor – Add optional hints to capability tokens so missing-dependency errors can tell integrators which plugin to register.

@embedpdf/angular@3.0.0-next.7

Minor Changes

  • #775 by @bobsingor – Move Angular Stage input handling to the shared web surface controller, with lens-scoped interaction and native touch pan, pinch, fling, double-tap, and long-press gestures. Interaction now defaults on when the hub is present and can be disabled for secondary lenses.

@embedpdf/react@3.0.0-next.7

Minor Changes

  • #775 by @bobsingor – Move React Stage input handling to the shared web surface controller, key page surfaces by durable page identity, and add draggable touch selection handles. Interaction now defaults on when the hub is present and can be disabled for secondary lenses.

Patch Changes

  • #776 by @bobsingor – Refactor SelectionHandles to use the shared selection and web primitives so handles align correctly with rotated text and rotated pages.

  • #777 by @bobsingor – Give every Stage lens and standalone PageView a stable view identity and use its scoped tile handle. Thumbnail and secondary views can no longer clear the main view's high-resolution tiles.

@embedpdf/web@3.0.0-next.7

Minor Changes

  • #775 by @bobsingor – Add shared browser Stage surface and touch gesture controllers with lens-scoped input, pan, pinch, fling, double-tap, long-press, and wheel handling. Export vibration and native-shell feedback providers.

  • #776 by @bobsingor – Add a shared native DOM binding for selection-handle drags that shields Stage gestures and handles pointer capture and client-delta tracking.

@embedpdf/plugin-annotation@3.0.0-next.7

Minor Changes

  • #775 by @bobsingor – Add touch-aware tool consent, hit targets, drag handling, and cancellation so annotation editing cooperates with navigation gestures. Text-edit operations now report whether they handled a gesture, and the annotation capability token includes a missing-plugin hint.

@embedpdf/plugin-interaction@3.0.0-next.7

Minor Changes

  • #775 by @bobsingor – Add pointer modality, cancellation, long-press, source metadata, touch-claim preflight, and source-scoped handlers to interaction routing. Introduce the PlatformFeedback capability and feedback plugin, and add a missing-plugin hint to the interaction capability token.

@embedpdf/plugin-render@3.0.0-next.7

Minor Changes

  • #777 by @bobsingor – Scope tile state by view and page so multiple views of the same page can plan rasters independently without invalidating each other. Replace the flat tile methods with a reference-stable render.tilesFor(view) handle that binds the view identity for planning, paint reporting, and release.

@embedpdf/plugin-selection@3.0.0-next.7

Minor Changes

  • #776 by @bobsingor – Add framework-independent selection-handle geometry and drag policies that follow rotated text, rotated pages, and RTL selection boundaries.

Patch Changes

  • #775 by @bobsingor – Route touch long-press selection through explicit gesture metadata, report whether word and line selection succeeded, and support optional selection feedback without swallowing unhandled gestures.

@embedpdf/plugin-stage@3.0.0-next.7

Minor Changes

  • #775 by @bobsingor – Add responsive container-query settings and named active rules. Add gesture lifecycle, elastic overscroll, fling, anchored double-tap zoom, and lens identity APIs, while removing the deprecated interaction settings and moving wheel classification to @embedpdf/web.

Patch Changes

  • #777 by @bobsingor – Double-tap from a pinched-in zoom returns to fit-width instead of climbing (the iOS rule). The zoom ladder previously picked "the first posture meaningfully above the current zoom," so a pinch to a level between fit-width and detail made a double-tap zoom IN further. The rule is now: the ladder ascends only from ON a rung (within ±10% of a posture) — a tap at a posture moves to the next, wrapping past the top — while a pinch to any other level is leaving the ladder, and a double-tap there RESETS to the base fit ("take me back to reading"), never a further zoom-in. Everything that already felt right is unchanged: zoomed-out → fit-width, fit-width → detail, detail → fit-width.

@embedpdf/viewer-chrome@3.0.0-next.7

Minor Changes

  • #775 by @bobsingor – Enable draggable touch selection handles and register vibration feedback by default when the platform supports it.

@cloudpdf/server@3.0.0-next.7

Patch Changes

  • #771 by @bobsingor – Accepts bodyless requests that carry Content-Type: application/json instead of failing them with an unhandled 500.
    • An empty JSON body now parses as no body rather than FST_ERR_CTP_EMPTY_JSON_BODY — the shape the generated PHP, Go, and Ruby SDKs (and clients with default JSON headers) send for bodyless calls such as document delete. Non-empty bodies still go through Fastify's default parser, keeping its prototype-poisoning protection, and routes that require a body still reject its absence with a 400.
    • The error handler now honors Fastify's statusCode on framework errors, so parser and payload rejections (empty or malformed JSON, body limits) surface as the 4xx client errors they are instead of being logged and returned as "unhandled error" 500s.

@embedpdf/engine@3.0.0-next.7

Patch Changes

  • #775 by @bobsingor – Update the generated default WASM URL to use the current engine runtime release instead of the previous prerelease.

@cloudpdf/contract@3.0.0-next.7

@cloudpdf/engine@3.0.0-next.7

@cloudpdf/sdk@3.0.0-next.7

@cloudpdf/viewer@3.0.0-next.7

@cloudpdf/viewer-react@3.0.0-next.7

@embedpdf/core-acrojs@3.0.0-next.7

@embedpdf/core-annotation@3.0.0-next.7

@embedpdf/core-js-sandbox@3.0.0-next.7

@embedpdf/core-stage@3.0.0-next.7

@embedpdf/core-ui@3.0.0-next.7

@embedpdf/engine-core@3.0.0-next.7

@embedpdf/engine-runtime@3.0.0-next.7

@embedpdf/engine-runtime-darwin-arm64@3.0.0-next.7

@embedpdf/engine-runtime-darwin-x64@3.0.0-next.7

@embedpdf/engine-runtime-linux-arm64@3.0.0-next.7

@embedpdf/engine-runtime-linux-x64@3.0.0-next.7

@embedpdf/engine-runtime-linuxmusl-arm64@3.0.0-next.7

@embedpdf/engine-runtime-linuxmusl-x64@3.0.0-next.7

@embedpdf/engine-runtime-wasm32@3.0.0-next.7

@embedpdf/engine-runtime-win32-arm64@3.0.0-next.7

@embedpdf/engine-runtime-win32-x64@3.0.0-next.7

@embedpdf/engine-services@3.0.0-next.7

@embedpdf/plugin-commands@3.0.0-next.7

@embedpdf/plugin-form@3.0.0-next.7

@embedpdf/plugin-i18n@3.0.0-next.7

@embedpdf/plugin-link@3.0.0-next.7

@embedpdf/plugin-metadata@3.0.0-next.7

@embedpdf/plugin-page-edit@3.0.0-next.7

@embedpdf/plugin-redaction@3.0.0-next.7

@embedpdf/plugin-search@3.0.0-next.7

@embedpdf/plugin-shell@3.0.0-next.7

@embedpdf/plugin-stamp@3.0.0-next.7

@embedpdf/plugin-view-manager@3.0.0-next.7

@embedpdf/viewer@3.0.0-next.7

@embedpdf/viewer-react@3.0.0-next.7

4 hours ago
react-query

Release 2026-08-23 18:00

Release 2026-08-23 18:00

Changes

Features

  • query-core: export cache config types (#11263) (80fbf73e7) by @spaansba

Chore

  • update knip (#11262) (f2a5da27f) by @TkDodo

Packages

  • @tanstack/angular-query-experimental@5.102.2
  • @tanstack/eslint-plugin-query@5.102.2
  • @tanstack/lit-query@0.2.14
  • @tanstack/preact-query@5.102.2
  • @tanstack/preact-query-devtools@5.102.2
  • @tanstack/preact-query-persist-client@5.102.2
  • @tanstack/query-async-storage-persister@5.102.2
  • @tanstack/query-broadcast-client-experimental@5.102.2
  • @tanstack/query-core@5.102.2
  • @tanstack/query-devtools@5.102.2
  • @tanstack/query-persist-client-core@5.102.2
  • @tanstack/query-sync-storage-persister@5.102.2
  • @tanstack/react-query@5.102.2
  • @tanstack/react-query-devtools@5.102.2
  • @tanstack/react-query-next-experimental@5.102.2
  • @tanstack/react-query-persist-client@5.102.2
  • @tanstack/solid-query@5.102.2
  • @tanstack/solid-query-devtools@5.102.2
  • @tanstack/solid-query-persist-client@5.102.2
  • @tanstack/svelte-query@6.1.41
  • @tanstack/svelte-query-devtools@6.1.41
  • @tanstack/svelte-query-persist-client@6.1.41
  • @tanstack/vue-query@5.102.2
  • @tanstack/vue-query-devtools@6.1.41
4 hours ago
query

Release 2026-08-23 18:00

Release 2026-08-23 18:00

Changes

Features

  • query-core: export cache config types (#11263) (80fbf73e7) by @spaansba

Chore

  • update knip (#11262) (f2a5da27f) by @TkDodo

Packages

  • @tanstack/angular-query-experimental@5.102.2
  • @tanstack/eslint-plugin-query@5.102.2
  • @tanstack/lit-query@0.2.14
  • @tanstack/preact-query@5.102.2
  • @tanstack/preact-query-devtools@5.102.2
  • @tanstack/preact-query-persist-client@5.102.2
  • @tanstack/query-async-storage-persister@5.102.2
  • @tanstack/query-broadcast-client-experimental@5.102.2
  • @tanstack/query-core@5.102.2
  • @tanstack/query-devtools@5.102.2
  • @tanstack/query-persist-client-core@5.102.2
  • @tanstack/query-sync-storage-persister@5.102.2
  • @tanstack/react-query@5.102.2
  • @tanstack/react-query-devtools@5.102.2
  • @tanstack/react-query-next-experimental@5.102.2
  • @tanstack/react-query-persist-client@5.102.2
  • @tanstack/solid-query@5.102.2
  • @tanstack/solid-query-devtools@5.102.2
  • @tanstack/solid-query-persist-client@5.102.2
  • @tanstack/svelte-query@6.1.41
  • @tanstack/svelte-query-devtools@6.1.41
  • @tanstack/svelte-query-persist-client@6.1.41
  • @tanstack/vue-query@5.102.2
  • @tanstack/vue-query-devtools@6.1.41
4 hours ago
react-query

@tanstack/solid-query-devtools@5.102.2

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-devtools@5.102.2
    • @tanstack/solid-query@5.102.2
4 hours ago
react-query

@tanstack/solid-query-persist-client@5.102.2

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-persist-client-core@5.102.2
    • @tanstack/solid-query@5.102.2
4 hours ago
react-query

@tanstack/vue-query@5.102.2

Patch Changes

  • Updated dependencies [80fbf73]:
    • @tanstack/query-core@5.102.2
4 hours ago
react-query

@tanstack/solid-query@5.102.2

Patch Changes

  • Updated dependencies [80fbf73]:
    • @tanstack/query-core@5.102.2
4 hours ago
react-query

@tanstack/vue-query-devtools@6.1.41

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-devtools@5.102.2
    • @tanstack/vue-query@5.102.2
4 hours ago
react-query

@tanstack/svelte-query-persist-client@6.1.41

Patch Changes

  • Updated dependencies []:
    • @tanstack/query-persist-client-core@5.102.2
    • @tanstack/svelte-query@6.1.41
4 hours ago
react-query

@tanstack/svelte-query@6.1.41

Patch Changes

  • Updated dependencies [80fbf73]:
    • @tanstack/query-core@5.102.2