Skip to content

Commit a1e2ccf

Browse files
obiotclaude
andcommitted
Update 18.3.0 CHANGELOG with full list of chores
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9d3a18b commit a1e2ccf

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

packages/melonjs/CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44

55
### Chore
66
- Minimum Node.js version is now 24.0.0 (Node 18/20 EOL, Node 22 in maintenance)
7-
- CI: upgrade to pnpm/action-setup v5 (Node.js 24 runtime)
8-
9-
### Fixed
10-
- Chore: fix missing README on the npm release
7+
- CI: upgrade to Node.js 24 and pnpm/action-setup v5
8+
- TypeScript: 5.9 → 6.0 (added explicit `rootDir` to all tsconfig.build.json)
9+
- ESLint: 9.x → 10.x (fixed all `no-useless-assignment` errors across the codebase)
10+
- Biome: 2.3 → 2.4
11+
- Updated vitest, turbo, eslint-plugin-jsdoc, typescript-eslint, typedoc, type-fest, vite, react-router-dom to latest versions
12+
- Examples: lazy-load all example components via React.lazy() for code splitting (main bundle 1286 KB → 427 KB)
13+
- Examples: fix ace editor loading order and initial content display in "Show Code" panel
14+
- Fix missing README on the npm release (copy root README during `pnpm dist`)
15+
- Add VertexArrayBuffer unit tests for `push()` and `pushFloats()`
1116

1217
## [18.2.1] (melonJS 2)
1318

0 commit comments

Comments
 (0)