Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
f75f4d9
#213 update packages
ienaga Oct 16, 2025
973ee16
#213 tsconfigの記述を変更
ienaga Oct 16, 2025
8ecaeab
#213 バージョン情報を更新
ienaga Oct 16, 2025
05801cd
#213 コメント修正
ienaga Oct 16, 2025
4dcf040
#213 初回起動時のフラグの更新タイミングを変更
ienaga Oct 16, 2025
677e28d
#213 ColorTransformのoffsetAlphaは0なので、判定しない
ienaga Oct 16, 2025
91a2493
#213 ブレンドの分割処理を統合
ienaga Oct 16, 2025
59362de
#213 PremultipliedAlphaで乗算されたpixelsの補正処理を追加
ienaga Oct 17, 2025
6537e46
#213 テストケースを追加
ienaga Oct 17, 2025
f642999
#213 Lint対応
ienaga Oct 17, 2025
75dfcf1
#213 テストケースを追加
ienaga Oct 17, 2025
9ef63bd
#213 テストケースを追加
ienaga Oct 17, 2025
02e492d
#213 テストケースを追加
ienaga Oct 17, 2025
6c0b091
#213 ImageBitmapの生成をImageDataに変更
ienaga Oct 17, 2025
f1a2003
#213 チャプチャー描画の背景色と透明度の設定オプションを追加
ienaga Oct 17, 2025
9cd47aa
#213 テストケースを追加
ienaga Oct 17, 2025
9d153c5
#213 指定描画の関数の背景と透明度の設定を追加
ienaga Oct 19, 2025
60aad65
#213 update packages
ienaga Oct 20, 2025
44faa76
#213 update packages
ienaga Oct 21, 2025
7680636
#213 vitest4のエラーを解消(UnitTest)
ienaga Oct 25, 2025
eba8004
#213 update packages、影響範囲を修正
ienaga Oct 31, 2025
ff67dbc
#213 テストケースを追加(WIP)、相互参照箇所を修正
ienaga Oct 31, 2025
1ff5ca3
#213 テストケースを追加(WIP)
ienaga Oct 31, 2025
21a4296
#213 ユニットテストを追加
ienaga Oct 31, 2025
283fcc2
#213 update github/actions
ienaga Oct 31, 2025
fad7507
#213 update package-lock.json
ienaga Oct 31, 2025
b003a9a
#213 update packages
ienaga Oct 31, 2025
846becc
#213 update github/actions
ienaga Oct 31, 2025
9adbfa4
#213 update github/actions
ienaga Oct 31, 2025
6559f67
#213 update github/actions
ienaga Oct 31, 2025
2b33e29
Initial plan
Copilot Oct 31, 2025
9924755
Update packages/core/src/Next2D/usecase/CaptureToCanvasUseCase.test.ts
ienaga Oct 31, 2025
796fe21
Update packages/core/src/Next2D/usecase/CaptureToCanvasUseCase.test.ts
ienaga Oct 31, 2025
fee509b
Update packages/core/src/Next2D/usecase/CreateRootMovieClipUseCase.te…
ienaga Oct 31, 2025
91d6eb8
Initial plan
Copilot Oct 31, 2025
b435b44
Initial plan
Copilot Oct 31, 2025
ce80eef
Initial plan
Copilot Oct 31, 2025
55ffb0c
Initial plan
Copilot Oct 31, 2025
39b0218
Fix gl.pixelStorei parameter: change true to 1
Copilot Oct 31, 2025
ec302dc
Fix test that incorrectly captures void function return value
Copilot Oct 31, 2025
1a50259
Fix test case6 to not capture return value from void function
Copilot Oct 31, 2025
323cd6d
Remove meaningless test case checking void function return value
Copilot Oct 31, 2025
1dd9d65
Remove test case that captures return value of void function
Copilot Oct 31, 2025
01aff01
Initial plan
Copilot Oct 31, 2025
331d0d6
Remove redundant test case7 that captured void function return value
Copilot Oct 31, 2025
627e9d6
Merge pull request #215 from Next2D/copilot/sub-pr-214
ienaga Oct 31, 2025
c0ca9e8
Merge pull request #216 from Next2D/copilot/sub-pr-214-again
ienaga Oct 31, 2025
bfe4326
Merge pull request #217 from Next2D/copilot/sub-pr-214-another-one
ienaga Oct 31, 2025
0348a9d
Merge pull request #218 from Next2D/copilot/sub-pr-214-yet-again
ienaga Oct 31, 2025
b8d5bd5
Merge pull request #219 from Next2D/copilot/sub-pr-214-one-more-time
ienaga Oct 31, 2025
4e64173
Merge pull request #220 from Next2D/copilot/sub-pr-214-please-work
ienaga Oct 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 0 additions & 73 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
- run: npm install
- run: npm run test

Expand All @@ -28,7 +28,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
- run: npm install
- run: npm run test
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
- run: npm install
- run: npm run lint

Expand All @@ -28,7 +28,7 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
- run: npm install
- run: npm run lint
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: "22.x"
registry-url: "https://registry.npmjs.org"
Expand Down
Loading