You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2018/12/17 07:35:18 UTC

[incubator-weex] annotated tag 0.20.3.0-beta updated (45b860e -> f2e7f41)

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

kyork pushed a change to annotated tag 0.20.3.0-beta
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git.


*** WARNING: tag 0.20.3.0-beta was modified! ***

    from 45b860e  (commit)
      to f2e7f41  (tag)
 tagging 45b860ea61b3cdd6e7acc4b97db25d6ac885a95c (commit)
 replaces 0.19.0.2
      by YorkShen
      on Mon Dec 17 15:33:06 2018 +0800

- Log -----------------------------------------------------------------
# ChangeLog
## Android
### Feature
* Support direction:rtl
	* For international useage, support [direction:rtl](https://developer.mozilla.org/en-US/docs/Web/CSS/direction)
	* Pull Request: https://github.com/apache/incubator-weex/pull/1664
* Support richtext component
	* Support richtext component [richtext](http://weex-project.io/cn/references/components/richtext.html)
	* Pull Request: https://github.com/apache/incubator-weex/pull/1796
*  Performance optimization(init)
	* rm useless log && reduce reflection
	* Pull Request:  https://github.com/apache/incubator-weex/pull/1844
* rm useless code of `WXInstanceExceptionRecord`
	* Pull Request:https://github.com/apache/incubator-weex/pull/1606
### Bugfix
*  Emoji not show on Android 9.0(init)
	* Emoji not show on Android 9.0(init)
	* Pull Request:  https://github.com/apache/incubator-weex/pull/1804/files
* Support ontouch event on scroller component
	* Pull Request: https://github.com/apache/incubator-weex/pull/1896
* Fix NPE && No such Element Exception
	* Pull Request: https://github.com/apache/incubator-weex/pull/1896
* ignore fixed element for interactionTime
	* Pull Request:https://github.com/apache/incubator-weex/pull/1900

## iOS
## Bugfix
* Forbid adjustment of safeArea by system for cycle slider component.
    * https://github.com/apache/incubator-weex/pull/1780
* Fix dead-lock if subclass of WXListComponent is registered to WeexSDK.
    * https://github.com/apache/incubator-weex/pull/1790
* Podspec use libc++ by default.
* Release jscontext in bridge thread to avoid main thread deadlock.
    * https://github.com/apache/incubator-weex/pull/1822
* Fix multicontext recreate.
    * https://github.com/apache/incubator-weex/pull/1818
* Fix image load
    * https://github.com/apache/incubator-weex/pull/1795
* Fix crash when multithread accessing setCustomEnvironment and customEnvironment of WXSDKEngine.
    * https://github.com/apache/incubator-weex/pull/1875
* Fix remove active pseudo class doesn't work.
    * https://github.com/apache/incubator-weex/pull/1854
* Fix css style width & height set to 0, but doesn't relayout.
    * https://github.com/apache/incubator-weex/pull/1848
* When navigation ishidden, the weexinstance will relayout, it should modify WXRootView's frame, in same case it does't not work because of the execute sequence.
    * Pull Reuqest:https://github.com/apache/incubator-weex/pull/1901
## Features
* Support RTL layout direction.
    * Pull Request: https://github.com/apache/incubator-weex/pull/1664
* Add completion callback for registerService.
    * Pull Request: https://github.com/apache/incubator-weex/pull/1776
* Support richtext component
    * Support richtext component. <richtext>
    * Pull Request: https://github.com/apache/incubator-weex/pull/1799
* Add a feature to control the offset of list attach to bottom.
    * Pull Request:https://github.com/apache/incubator-weex/pull/1813
* supprot devtool show the new performance info
    * Pull Request : https://github.com/apache/incubator-weex/pull/1751
* Add script section in opcode file
    * Pull Request:https://github.com/apache/incubator-weex/pull/1827
* Animation of slider on iOS can be forbidden
    * Pull Request: https://github.com/apache/incubator-weex/pull/1849
* Add upriseOffset attribute for edit component to control uprise offset triggered by keyboard.
    * Pull Request: https://github.com/apache/incubator-weex/pull/1893
-----------------------------------------------------------------------


No new revisions were added by this update.

Summary of changes: