Skip to content

Conversation

@star-e
Copy link
Contributor

@star-e star-e commented Dec 31, 2025

Re: #

Changelog


Continuous Integration

This pull request:

  • needs automatic test cases check.

    Manual trigger with @cocos-robot run test cases afterward.

  • does not change any runtime related code or build configuration

    If any reviewer thinks the CI checks are needed, please uncheck this option, then close and reopen the issue.


Compatibility Check

This pull request:

  • changes public API, and have ensured backward compatibility with deprecated features.
  • affects platform compatibility, e.g. system version, browser version, platform sdk version, platform toolchain, language version, hardware compatibility etc.
  • affects file structure of the build package or build configuration which requires user project upgrade.
  • introduces breaking changes, please list all changes, affected features and the scope of violation.

star-e and others added 30 commits September 11, 2025 16:56
* Add NODEJS environment variables

* Format the code
* Fix the error running game.init.

* Fix the error running game.init.
* update engine version

* update version
* rename default asset template

* update
* Add NODEJS macro to check if there are identical components

* Add NODEJS macro to check if there are identical components
2、Fix file:/// URL processing issues on macOS
knoxHuang and others added 26 commits November 11, 2025 17:26
* Fix support for Node's built-in interfaces

* Optimize the implementation

* Adjust the code formatting
…restoration (#51)

* Browser offline loading fails to return correctly even after network restoration

* follow the eslint rules
* Fix build error for ios

* revert

* Support base64 for HtmlImageElement
* add interface of notifyMiniProgramPlayableStatus, setEnableDebug

* fix eslint error
@github-actions
Copy link

Code Size Check Report

Wechat (WASM) Before After Diff
2D Empty (legacy pipeline) 1009738 bytes 1010278 bytes ⚠️ +540 bytes
2D All (legacy pipeline) 2675347 bytes 2675898 bytes ⚠️ +551 bytes
2D All (new pipeline) 2767083 bytes 2767635 bytes ⚠️ +552 bytes
(2D + 3D) All 10024081 bytes 10024632 bytes ⚠️ +551 bytes
Web (WASM + ASMJS) Before After Diff
(2D + 3D) All 16843143 bytes 16843694 bytes ⚠️ +551 bytes

Interface Check Report

! WARNING this pull request has changed these public interfaces:

@@ -19896,9 +19896,9 @@
         export class frustum extends Frustum {
             constructor();
         }
     }
-    export const VERSION = "3.8.8";
+    export const VERSION = "4.0.0";
     /**
      * @en
      * The main namespace of Cocos engine, all engine core classes, functions, properties and constants are defined in this namespace.
      * @zh
@@ -27423,8 +27423,13 @@
     export class PrefabLink extends Component {
         prefab: Prefab | null;
         constructor();
     }
+    export class FeedStatusController extends Component {
+        protected start(): void;
+        protected feedStatusChangeCallBack(type: any): void;
+        protected onDestroy(): void;
+    }
     export enum DirectorEvent {
         /**
          * @en The event which will be triggered when the singleton of Director initialized.
          * @zh Director 单例初始化时触发的事件
@@ -66054,8 +66059,9 @@
         export enum _pal_system_info_enum_type_platform__Platform {
             UNKNOWN = "UNKNOWN",
             EDITOR_PAGE = "EDITOR_PAGE",
             EDITOR_CORE = "EDITOR_CORE",
+            NODEJS_PAGE = "NODEJS_PAGE",
             MOBILE_BROWSER = "MOBILE_BROWSER",
             DESKTOP_BROWSER = "DESKTOP_BROWSER",
             WIN32 = "WIN32",
             ANDROID = "ANDROID",
@@ -66073,9 +66079,10 @@
             OPPO_MINI_GAME = "OPPO_MINI_GAME",
             VIVO_MINI_GAME = "VIVO_MINI_GAME",
             HUAWEI_QUICK_GAME = "HUAWEI_QUICK_GAME",
             MIGU_MINI_GAME = "MIGU_MINI_GAME",
-            HONOR_MINI_GAME = "HONOR_MINI_GAME"
+            HONOR_MINI_GAME = "HONOR_MINI_GAME",
+            SUD_MINI_GAME = "SUD_MINI_GAME"
         }
         export enum _pal_system_info_enum_type_browser_type__BrowserType {
             /**
              * @en Browser Type - Unknown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants