You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ji...@apache.org on 2019/12/04 12:48:50 UTC

[incubator-weex] branch master updated (aa93abc -> 1bbd833)

This is an automated email from the ASF dual-hosted git repository.

jianhan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git.


    from aa93abc  Merge pull request #3051 from wqyfavor/dark-scheme-module-unreg-method
     new 8d8751b  [iOS] Optimize dark scheme logic.
     new d893d61  [iOS] Fix problem that richtext background color is not correctly inverted.
     new 1bbd833  Merge pull request #3054 from wqyfavor/dark-env-fix

The 11925 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ios/sdk/WeexSDK/Sources/Bridge/WXJSCoreBridge.mm    |  2 +-
 ios/sdk/WeexSDK/Sources/Component/WXRichText.mm     |  4 ++--
 ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m       |  6 ++++++
 ios/sdk/WeexSDK/Sources/Module/WXDarkSchemeModule.m |  6 +++---
 ios/sdk/WeexSDK/Sources/Utility/WXUtility.h         |  2 ++
 ios/sdk/WeexSDK/Sources/Utility/WXUtility.m         | 14 ++++++++++++++
 ios/sdk/WeexSDK/Sources/View/WXRootView.m           | 16 ++++++++++++++++
 7 files changed, 44 insertions(+), 6 deletions(-)