QRN v3.7.0

2018.08.21 RN 0.48.1

对应大客户端版本

iOS: 80011161
Android: 60001224

iOS

New feature and enhancements

  • 1.MeasureText 增加 js 端封装;

Bugfixes

  • 1.解决在非QRCTViewController上设置右滑返回功能出现crash的问题

Android

独立客户端要升级到该版本时,必须将 qrn_independent 一并进行升级,否则将产生状态栏不匹配的问题

compile ('com.qunar.spider:qrn_lib:3.7.0.0@aar') {
        transitive=true
    }
compile ('com.qunar.spider:yrn_core:3.7.0.0@aar') {
    transitive=true
    exclude group: 'com.google.code.findbugs', module: 'jsr305'
}
compile 'com.qunar.spider:qrn_independent:3.7.0.0@aar'

New feature and enhancements

  • 1.MeasureText 增加 js 端封装;
  • 2.StatusBar 支持 setStyle 接口,用于设置状态栏颜色(API >= 23);

Bugfixes

  • 1.解决了预加载框架 JS 有可能失败的问题。

JS

Bugfixes

  • 1.修复了 LoadControlstyle 项不起作用的问题。

New feature and enhancements

  • 1.Ext 添加状态栏显示开关,通过配置 navBar.isImmersive (默认为false) 参数可以控制占位状态栏的显示;