Skip to content

chore(main): release packages-js 0.3.0 - #505

Merged
Ryan-Millard merged 1 commit into
devfrom
release-please--branches--main--components--packages-js
Aug 3, 2026
Merged

chore(main): release packages-js 0.3.0#505
Ryan-Millard merged 1 commit into
devfrom
release-please--branches--main--components--packages-js

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.3.0 (2026-07-31)

⚠ BREAKING CHANGES

  • js: img2num no longer offloads WASM execution to a background thread automatically. Heavy operations (gaussianBlur, bilateralFilter, kmeans, imageToSvg) now run on whichever thread calls them. This can block the calling thread (browser main thread/UI or the Node event loop during processing. Consumers who need non-blocking behavior must now wrap calls in their own Worker or worker_thread.

✨ Features

  • example app: add html-js example app to demo basic library usage (72c4669)

📚 Documentation

  • CSS: fix table of contents styling and layout (72c4669)
  • README.md: add alt attributes to language icons and badges (#498) (21cf395), closes #492
  • update JSDoc comments and break up website docs (72c4669)
  • website: update documentation based on refactor in #510 (72c4669)

♻️ Refactoring

  • js: run WASM calls on the caller's thread instead of a Worker (#510) (72c4669)

This PR was generated with Release Please. See documentation.

@github-actions
github-actions Bot requested a review from Ryan-Millard as a code owner July 8, 2026 21:31
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--packages-js branch 4 times, most recently from 53480db to c7240d9 Compare July 16, 2026 11:52
@github-actions github-actions Bot changed the title chore(main): release packages-js 0.2.2 chore(main): release packages-js 0.3.0 Jul 20, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--packages-js branch 2 times, most recently from c126f62 to 42c41ec Compare July 25, 2026 19:51
@Ryan-Millard

Ryan-Millard commented Jul 25, 2026

Copy link
Copy Markdown
Owner

This release is waiting for other changes beforehand. More specifically, #483 is the fix required to enable cross-target support. We need proper support for JavaScript, so it is better to wait for this change. Additionally, it is a breaking change, too, so waiting allows us to avoid too many separate breaking changes in quick succession.

@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--packages-js branch from 42c41ec to ed397c7 Compare July 30, 2026 12:38
@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--packages-js branch from ed397c7 to 2c89af7 Compare July 31, 2026 16:35
Ryan-Millard
Ryan-Millard previously approved these changes Jul 31, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

❌ This PR targets main directly — please retarget it to dev

Direct merges into main are not permitted. Please update the base branch of this PR to dev.

Warning

This comment will reappear on every push until the base branch is changed.

We block direct merges to main to ensure the quality of production code.

@Ryan-Millard
Ryan-Millard changed the base branch from main to dev July 31, 2026 17:26
@Ryan-Millard
Ryan-Millard dismissed their stale review July 31, 2026 17:26

The base branch was changed.

@Ryan-Millard
Ryan-Millard merged commit fcb1c4c into dev Aug 3, 2026
12 of 13 checks passed
@Ryan-Millard
Ryan-Millard deleted the release-please--branches--main--components--packages-js branch August 3, 2026 20:25
@Ryan-Millard
Ryan-Millard restored the release-please--branches--main--components--packages-js branch August 3, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(packages/js): add alt text to package badge images in README.md

1 participant