Commit Graph

447 Commits

Author SHA1 Message Date
GuoLei1990
2d315f8b19 chore: release v1.6.0-alpha.1 2025-09-15 11:58:33 +08:00
GuoLei1990
b8c6013496 chore: release v1.6.0-alpha.0 2025-09-08 10:49:22 +08:00
AZhan
bf7da35945 Add relative layout to UITransform (#2760)
* feat: add relative layout to `UITransform`
2025-09-05 15:32:29 +08:00
luzhuang
ba37dd4a9d Physics support sweep and overlap (#2776)
* feat: support sweep and overlap
2025-09-03 19:42:34 +08:00
GuoLei1990
f9f00cdec1 Merge branch 'main' into dev/1.6 2025-08-19 11:40:46 +08:00
AZhan
f10b07fa36 fix: particle set tiling (#2789) 2025-08-06 17:26:16 +08:00
Hu Song
2d0ecc3e77 feat: support ktx2 hdr(BC6H) (#2784) 2025-08-04 11:44:19 +08:00
hhhhkrx
6f3b755f5c metallic roughness workflow support specular (#2756)
* feat: metallic roughness workflow support specular
2025-07-25 11:15:36 +08:00
zhuxudong
d273e48c98 Fixed KTX2 transcoder compatibility issue (#2778)
* feat: KTX2 transcoder compatibility issue
2025-07-24 16:37:12 +08:00
AZhan
ba6fcc734c Fix audio clone bug (#2767)
* fix: clone bug
2025-07-21 21:38:04 +08:00
zhuxudong
4da2c723fd Merge branch 'main' into chore/merge-main
# Conflicts:
#	pnpm-lock.yaml
2025-07-18 15:44:32 +08:00
cptbtptpbcptdtptp
5a047e20c1 chore: release v1.5.12 2025-07-15 15:45:24 +08:00
cptbtptpbcptdtptp
7c489dd12c chore: release v1.5.11 2025-07-11 16:04:56 +08:00
AZhan
d814019d8b Fix ui clone bug (#2765)
* fix: ui clone bug
2025-07-11 16:01:58 +08:00
luzhuang
c50e4f2a18 Migrate e2e testing from Cypress to Playwright (#2746)
* refactor: migrate e2e testing from Cypress to Playwright
2025-07-08 14:38:49 +08:00
GuoLei1990
8a28389d8b chore: release v1.5.10 2025-07-02 15:18:08 +08:00
cptbtptpbcptdtptp
62256b7011 chore: release v1.5.9 2025-06-24 18:28:20 +08:00
luzhuang
266168e987 Fix resolve hanging when component references are deleted in PrefabLoader (#2755)
* fix: prefabLoader when componentRef be deleted
2025-06-24 18:23:21 +08:00
AZhan
8f59562599 Fix ui button clone bug (#2752)
* fix: ui button clone
2025-06-24 16:37:56 +08:00
luzhuang
430eacdf76 Fix box shape CharacterController size setting error (#2716)
* fix: box shape CharacterController size setting error and add warning for upAxis and rotation change
2025-06-19 15:11:13 +08:00
cptbtptpbcptdtptp
faf5ab76a2 chore: release v1.5.8 2025-06-18 10:44:20 +08:00
AZhan
46b6a3cda0 Fixed UITransform cloning missing some properties (#2722)
* fix: ui transform clone
2025-06-18 10:37:13 +08:00
GuoLei1990
5bf2155fc6 chore: release v1.5.7 2025-05-29 11:22:02 +08:00
GuoLei1990
e5b7ccec04 chore: release v1.5.6 2025-05-28 22:27:12 +08:00
GuoLei1990
7f02c912df chore: release v1.5.5 2025-05-28 20:33:14 +08:00
GuoLei1990
67939c5793 chore: release v1.5.4 2025-05-28 11:24:18 +08:00
luzhuang
d124d25677 Fix Physics release error (#2698)
* fix: charactor manager release error
2025-05-28 10:41:02 +08:00
GuoLei1990
2193e982a9 chore: release v1.5.3 2025-05-27 20:00:58 +08:00
feyabibi
74f771ab8c test: add polyfill tests for AudioContext and String.prototype.matchAll (#2697)
* fix: handle AudioContext and GainNode initialization errors
2025-05-27 15:22:13 +08:00
singlecoder
4c74d51b5d Fix TextMetrics undefined error (#2683)
* fix: fix TextMetrics undefined error
2025-05-26 21:22:10 +08:00
GuoLei1990
d8d065e344 chore: release v1.5.2 2025-05-26 16:58:05 +08:00
GuoLei1990
0433470ec8 chore: release v1.5.1 2025-05-26 10:43:38 +08:00
GuoLei1990
f628b84b9e chore: release v1.5.0 2025-05-22 14:36:58 +08:00
AZhan
6fd9683da8 test: add bounding box unit test (#2668) 2025-05-21 13:36:38 +08:00
GuoLei1990
e04d41618d chore: release v1.5.0-beta.0 2025-05-20 17:42:43 +08:00
cptbtptpbcptdtptp
84c5da9658 chore: release v1.5.0-alpha.2 2025-05-20 14:19:23 +08:00
ChenMo
425ee3552c Refactor all color properties to linear space (#2656)
* refactor: use linear color space
2025-05-16 16:25:26 +08:00
AZhan
62be516b8b fix: unit test error (#2664) 2025-05-15 18:20:05 +08:00
GuoLei1990
8ffafa60c7 Merge branch 'main' into dev/1.5 2025-05-15 17:40:35 +08:00
luzhuang
ea51cf33e0 Support collision group and fix the position of characterController synchronization late issue (#2614)
* feat: support collision group
---------

Co-authored-by: GuoLei1990 <gl3336563@163.com>
2025-05-14 20:09:40 +08:00
cptbtptpbcptdtptp
05820e5e8f chore: release v1.4.16 2025-05-14 18:05:39 +08:00
AZhan
1049b4b364 Fix context lost without recovery (#2642)
* fix: context lost without recovery
2025-05-13 15:53:27 +08:00
feyabibi
12ac822d88 Fixed Audio compatibility issues in iOS 12 (#2641)
* fix: audio compatibility issues in iOS 12
2025-05-07 17:50:25 +08:00
GuoLei1990
eca741e8c8 chore: release v1.5.0-alpha.1 2025-04-28 15:54:59 +08:00
ChenMo
3f316a6528 Merge pull request #2639 from GuoLei1990/pr/msaa-opt
refactor: Opt MSAA config, comments and memory
2025-04-28 15:17:26 +08:00
GuoLei1990
1692c5e4a4 chore: release v1.5.0-alpha.0 2025-04-28 13:57:52 +08:00
GuoLei1990
2d71dc95a3 Merge branch 'main' into dev/1.5 2025-04-28 11:27:22 +08:00
hhhhkrx
d15d085f0b Support fxaa (#2605)
* feat: support fxaa
2025-04-24 23:02:54 +08:00
GuoLei1990
5c732088e4 chore: release v1.4.15 2025-04-23 11:57:26 +08:00
AZhan
e237fc43b6 Fix error when set UICanvas.renderCamera to null (#2630)
* fix: error when set renderCamera to null
2025-04-22 19:35:14 +08:00