Skip to content

Bump @takumi-rs/core from 2.0.1 to 2.1.1#10

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/takumi-rs/core-2.0.2
Closed

Bump @takumi-rs/core from 2.0.1 to 2.1.1#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/takumi-rs/core-2.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown

Bumps @takumi-rs/core from 2.0.1 to 2.0.2.

Release notes

Sourced from @​takumi-rs/core's releases.

takumi@2.0.2

  • @​takumi-rs/core@​2.0.2
  • @​takumi-rs/image-response@​2.0.2
  • @​takumi-rs/wasm@​2.0.2
  • takumi-js@2.0.2
  • @​takumi-rs/helpers@​2.0.2
  • takumi@2.0.2

Accept a promise in the fonts option

fonts now takes Promise<FontLoader[]> as well as the plain list, so googleFonts results pass straight through without await.

Extend the embedded font weight axis to 800

The embedded last-resort Geist subset now covers weights 400 to 800.

Accept a families array in googleFonts

Pass the families directly instead of wrapping them in an options object: googleFonts(["Inter", "Noto Sans JP"]). The object form stays for text, display, and the other options.

Changelog

Sourced from @​takumi-rs/core's changelog.

@​takumi-rs/core@​2.0.2

Accept a promise in the fonts option

fonts now takes Promise<FontLoader[]> as well as the plain list, so googleFonts results pass straight through without await.

Extend the embedded font weight axis to 800

The embedded last-resort Geist subset now covers weights 400 to 800.

@​takumi-rs/core@​2.0.0

Make the embedded font a true last resort

Both bindings now embed one font: a Latin Geist subset with a 400 to 700 weight axis (Geist Mono and Manrope are gone). It no longer claims the sans-serif generic family and always sorts after registered fonts in fallback selection, so generic families and unstyled text resolve to the fonts you load. The new FontResource::last_resort marks a font's families to sort after every normal registration.

Cap animation frame rate per format

Browsers clamp any animation frame of 10ms or less to 100ms, so a high frame rate stalls instead of playing fast. write_animation now rejects a frame rate above AnimationFormat::max_fps with the new AnimationFrameRateTooHigh error: 90 fps for WebP and APNG, 50 fps for GIF (centisecond delays). The napi and WASM renderAnimation bindings surface the error.

Apply structured keyframes in renderAnimation

renderAnimation accepted a keyframes option but never registered it, so structured keyframes animated with render yet stayed static in animations. It now extends the stylesheet with them like the other entry points.

Fix buffer pool bucket capacity invariant

Release now buckets a buffer by the floor power of two its capacity guarantees, and acquire_dirty reserves before set_len. A pooled buffer can no longer be lengthened past its allocation.

Skip mask copies and per-pixel mask lookups in canvas fast paths

Borrow the combined constraint mask directly when it already matches the canvas viewport instead of copying it per draw, and hoist mask lookups out of the per-pixel blit loops. Output is unchanged.

Make subset-group font selection deterministic

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 11, 2026
---
updated-dependencies:
- dependency-name: "@takumi-rs/core"
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump @takumi-rs/core from 2.0.1 to 2.0.2 Bump @takumi-rs/core from 2.0.1 to 2.1.1 Jul 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/takumi-rs/core-2.0.2 branch from 9aac8c8 to 7aff61d Compare July 13, 2026 06:00
@dependabot @github

dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Author

Superseded by #16.

@dependabot dependabot Bot closed this Jul 18, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/takumi-rs/core-2.0.2 branch July 18, 2026 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants