Skip to content

Commit c332baa

Browse files
committed
Update CHANGELOG.md
1 parent 1f04b9c commit c332baa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,19 @@
1515
- Add new API `EventKeyboard::isRepeat` by @halx99 in [#2735](https://github.com/axmolengine/axmol/pull/2735)
1616
- Add new API `ZipFile::createWithData` and mark `ZipFile::createWithBuffer` as deprecated by @halx99
1717
- Enhance Base64 decoder to skip whitespace/newlines and prevent premature termination by @halx99
18+
- Add Device::resolveOrientation and compact resolution logic by @halx99 in [#2792](https://github.com/axmolengine/axmol/pull/2792)
1819

1920
## Bug fixes
2021

2122
- Fix `ui::MediaPlayer` may crash on Apple platforms by @halx99 in [#2704](https://github.com/axmolengine/axmol/pull/2704)
2223
- Fix occasional missing Android assets in AAB build by @paulocoutinhox in [#2713](https://github.com/axmolengine/axmol/pull/2713)
2324
- Fix format specifiers in logging calls by @rh101 in [#2749](https://github.com/axmolengine/axmol/pull/2749)
2425

26+
2527
## Improvements
2628

29+
- Improve ios EditBox orientation handling with keyboard by @halx99 in [#2791](https://github.com/axmolengine/axmol/pull/2791) and [#2795](https://github.com/axmolengine/axmol/pull/2795)
30+
- Add support for extracting the previous scene from the scene stack by @rh101 in [#2793](https://github.com/axmolengine/axmol/pull/2793)
2731
- Destroy `ScriptEngine` instance before `_scheduler` to respect dependency by @halx99
2832
- Fix SpineTest aim y-axis by @halx99
2933
- Replace deprecated calls with new API in engine by @halx99
@@ -32,6 +36,7 @@
3236
- Remove non-existent yaml-cpp from template cmake modules by @halx99
3337
- Remove CI pull-request trigger event: `ready_for_review` by @halx99
3438
- Update kcp to resolve cmake error by @halx99
39+
- Dispatch applicationScreenSizeChanged when layoutSubviews on ios by @halx99
3540

3641
## SDK & Tools updates
3742

0 commit comments

Comments
 (0)