Skip to content

Tags: thumbmarkjs/thumbmarkjs

Tags

v1.9.0

Toggle v1.9.0's commit message
Merge pull request #131 from thumbmarkjs/perf/dispatch-and-getcommonp…

…ixels

perf: 4-5× faster fingerprint() via component optimizations and WebGL context caching

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #129 from thumbmarkjs/feat/signals

better typing of the API response

v1.7.7

Toggle v1.7.7's commit message
chore: bump version to 1.7.7

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v1.7.6

Toggle v1.7.6's commit message
chore: bump version to 1.7.6

v1.7.5

Toggle v1.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #126 from eyupcanakman/fix/custom-components-insta…

…nce-scope

fix: scope custom components to Thumbmark instances

v1.7.4

Toggle v1.7.4's commit message
filtering before component execution

v1.7.2

Toggle v1.7.2's commit message
include errors in sampled logs

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: prevent single component rejection from failing full resolution (#…

…125)

* fix: raceAllPerformance 컴포넌트 reject 전파 방지

- 개별 컴포넌트 Promise reject 시 timeout fallback으로 처리

- raceAllPerformance 동작 회귀 테스트 3건 추가

테스트: pnpm test -- src/utils/raceAll.test.ts 통과, pnpm exec jest --selectProjects dom 통과

* test: resolveClientComponents reject 회귀 테스트 추가

- 컴포넌트 1개 reject 시 전체가 실패하지 않는 동작 검증

- timeout fallback({timeout:'true'}) 포함 여부 검증

테스트: pnpm test -- src/utils/raceAll.test.ts src/functions/functions.test.ts 통과, pnpm exec jest --selectProjects dom 통과

* same fix for raceAll, version batch bump

---------

Co-authored-by: Dooyong KIM <dooyongkim@MacBook-Pro.local>
Co-authored-by: Ilkka Peltola <ilkkape@gmail.com>

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add metadata, release two new components (#124)

Co-authored-by: Ilkka Peltola <ilkkape@gmail.com>

v1.6.4

Toggle v1.6.4's commit message
vid caching, types and env testing