You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,19 @@
15
15
- Add new API `EventKeyboard::isRepeat` by @halx99 in [#2735](https://github.com/axmolengine/axmol/pull/2735)
16
16
- Add new API `ZipFile::createWithData` and mark `ZipFile::createWithBuffer` as deprecated by @halx99
17
17
- 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)
18
19
19
20
## Bug fixes
20
21
21
22
- Fix `ui::MediaPlayer` may crash on Apple platforms by @halx99 in [#2704](https://github.com/axmolengine/axmol/pull/2704)
22
23
- Fix occasional missing Android assets in AAB build by @paulocoutinhox in [#2713](https://github.com/axmolengine/axmol/pull/2713)
23
24
- Fix format specifiers in logging calls by @rh101 in [#2749](https://github.com/axmolengine/axmol/pull/2749)
24
25
26
+
25
27
## Improvements
26
28
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)
27
31
- Destroy `ScriptEngine` instance before `_scheduler` to respect dependency by @halx99
28
32
- Fix SpineTest aim y-axis by @halx99
29
33
- Replace deprecated calls with new API in engine by @halx99
@@ -32,6 +36,7 @@
32
36
- Remove non-existent yaml-cpp from template cmake modules by @halx99
33
37
- Remove CI pull-request trigger event: `ready_for_review` by @halx99
34
38
- Update kcp to resolve cmake error by @halx99
39
+
- Dispatch applicationScreenSizeChanged when layoutSubviews on ios by @halx99
0 commit comments