Release 20.4.0 - #1657
Merged
Merged
Conversation
Stamp the release date on the changelog. `packages/melonjs/package.json` is already at 20.4.0, so this is the only change the release itself needs. Verified with a full `pnpm dist`: clean, lint (0 errors), 276 test files / 6742 passing, build, types, and docs — check-doc-readme passed, typedoc reported 0 errors, and llms.txt regenerated over 445 pages. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012Aa37KGXZcnVrbn1yG4j1N
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The changelog date is set to a future date relative to the PR’s provided timestamp and should be confirmed/corrected before release.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the melonJS package changelog to mark the 20.4.0 entry as released by replacing the “unreleased” marker with a date.
Changes:
- Stamp a release date for
20.4.0in the changelog.
File summaries
| File | Description |
|---|---|
| packages/melonjs/CHANGELOG.md | Replaces the 20.4.0 “unreleased” label with a concrete release date. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stamps the release date on the changelog.
packages/melonjs/package.jsonis already at20.4.0, so this is the only change the release itself needs.What 20.4.0 contains
Added — an
asyncoption onlevel.load()/reload()/next()/previous()(#1646); soft transparency for the 3D tier (#1516); distance fog (#1622) with height falloff (#1633); per-vertex mesh colours (#1624); generated normals forlitmeshes built without them; the API reference's own visual identity plus a Copy-page control.Performance — the light block's
getUniformBlockIndexmemoized per program on WebGL (about 50% less engine CPU per frame), and the 1×1 filler texture no longer re-created every frame on WebGPU (about 17%).Fixed — 14 entries, including specular highlights under a scaled ancestor (#1636), specular and alpha-map cutouts on whichever tier drew second, ground shadows lost to a batcher switch,
floatingchildren ordered by screen position, alpha-cutout meshes vanishing when faded,alpha = 0painting opaque black,Color.toUint32()returning negative values, four ways a preloaded sound could hang the loading screen, and engine internals leaking into the published types and reference (#1637).Verification
Full
pnpm dist— clean, lint (0 errors, 174 pre-existing warnings), 276 test files / 6742 passing / 9 skipped, build, types, and docs:check-doc-readmepassed, typedoc reported 0 errors, andllms.txtregenerated across 445 pages.After merge
20.4.0(novprefix) and push itpublish.ymlwithpackage=melonjs—pnpm publish-melonjs(tag push alone does not trigger it)scripts/release.tscreates the GitHub release and titles itv20.4.0itself. Docs redeploy from the push to master viadocs.yml.🤖 Generated with Claude Code
https://claude.ai/code/session_012Aa37KGXZcnVrbn1yG4j1N