Skip to content

Comments

develop#233

Merged
ienaga merged 5 commits intomainfrom
develop
Nov 19, 2025
Merged

develop#233
ienaga merged 5 commits intomainfrom
develop

Conversation

@ienaga
Copy link
Member

@ienaga ienaga commented Nov 18, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 18, 2025 23:34
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR bumps the Next2D Player version to 2.10.0, fixes an alpha channel overflow issue in gradient fills, and updates development dependencies.

  • Version updated from 2.9.0 to 2.10.0
  • Fixed potential alpha value overflow in GraphicsGradientFill by adding bit masking
  • Updated TypeScript ESLint and Vitest dependencies to latest minor versions

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
src/index.ts Updated console log version string to 2.10.0
packages/display/src/GraphicsGradientFill.ts Added & 0xff bit mask to alpha calculation to prevent overflow beyond byte range
package.json Version bump to 2.10.0 and minor dependency updates for eslint plugins and vitest
package-lock.json Synchronized lockfile with package.json dependency updates

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ienaga ienaga merged commit 649e106 into main Nov 19, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant