Skip to content

Releases: alibaba/flutter_boost

4.5.7

11 May 06:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.5.6...4.5.7

4.5.6

30 Apr 08:44
Compare
Choose a tag to compare

What's Changed

  • [ohos]接管FlutterView绑定引擎的时机,解决Tab场景显示异常的问题,避免冗余的attach/detach by @0xZOne in #2030
  • [ohos]解决从透明弹窗返回后页面假死的问题 by @0xZOne in #2033

Full Changelog: 4.5.5...4.5.6

4.5.5

28 Apr 04:11
Compare
Choose a tag to compare

What's Changed

  • [ohos]使用Navigation,解决半透明弹窗不透底的问题 by @0xZOne in #2017
  • [ohos]修复使用Navigation后页面后退异常的问题 by @0xZOne in #2019
  • [ohos]默认显式使用surface模式 by @0xZOne in #2023
  • 添加SafeArea测试案例 by @0xZOne in #2024
  • [ohos]添加PlatformView测试案例 by @0xZOne in #2026
  • [ohos]更新插件的import方式 by @0xZOne in #2027

Full Changelog: 4.5.4...4.5.5

4.5.4

10 Apr 01:35
Compare
Choose a tag to compare

What's Changed

  • [ohos]支持传入启动参数和dart入口参数 by @0xZOne in #2007
  • [ohos]更新plugin注册逻辑 by @0xZOne in #2010

Full Changelog: 4.5.3...4.5.4

4.5.3

03 Apr 07:47
Compare
Choose a tag to compare

What's Changed

  • [ohos]修复getStackFromHost/saveStackToHost相关的message channel代码错误 by @0xZOne in #2000
  • [ohos]example增加打开鸿蒙原生页面的逻辑 by @0xZOne in #2001
  • [ohos]修复hot restart白屏的问题 by @0xZOne in #2005

Full Changelog: 4.5.2...4.5.3

4.5.2

26 Mar 09:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.5.0...4.5.2

4.5.0

14 Mar 08:07
Compare
Choose a tag to compare

What's Changed

  • 适配鸿蒙

Full Changelog: 4.4.2...4.5.0

5.0.1

31 Dec 16:43
Compare
Choose a tag to compare

What's Changed

  • Add mixin modifier to avoid breaking user codes. by @0xZOne in #1949
  • 修复当同一个PageContainer存在多个相同路由名字的Page时,popUntil无法指定uniqueId by @youyi-sizuru in #1946

New Contributors

Full Changelog: 5.0.0...5.0.1

5.0.0

28 Dec 12:16
Compare
Choose a tag to compare

What's Changed

  • Fix the sample code's compilation errors on Flutter 3.16.x by @0xZOne in #1940
  • Fix NPE when platform plugin delegate is null by @0xZOne in #1941
  • Avoid unnecessary attach/detach operations of the engine. by @0xZOne in #1942
  • Release 5.0.0 (flutter: ">=3.16.0") by @0xZOne in #1943

Full Changelog: 4.4.2...5.0.0

4.4.2

22 Dec 03:00
Compare
Choose a tag to compare

What's Changed

  • 将AGP的版本从7.0.4降回3.3.0,以兼容更多的应用 by @0xZOne in #1937

Full Changelog: 4.4.0...4.4.2