From a617b6380cc57ef8fde91f41e8f496b51f582ac4 Mon Sep 17 00:00:00 2001 From: zealotchen Date: Thu, 24 Aug 2023 16:51:41 +0800 Subject: [PATCH] chore(js): update change log --- PUBLISH.md | 6 +- driver/js/CHANGELOG.md | 1734 +++++++++++++++++ driver/js/lerna.json | 2 +- .../js/packages/hippy-react-web/CHANGELOG.md | 46 +- driver/js/packages/hippy-react/CHANGELOG.md | 60 +- .../hippy-vue-css-loader/CHANGELOG.md | 41 +- .../js/packages/hippy-vue-loader/CHANGELOG.md | 34 + .../hippy-vue-native-components/CHANGELOG.md | 37 +- .../hippy-vue-next-style-parser/CHANGELOG.md | 27 + .../js/packages/hippy-vue-next/CHANGELOG.md | 38 + .../js/packages/hippy-vue-router/CHANGELOG.md | 29 +- driver/js/packages/hippy-vue/CHANGELOG.md | 84 +- 12 files changed, 2128 insertions(+), 10 deletions(-) create mode 100644 driver/js/CHANGELOG.md create mode 100644 driver/js/packages/hippy-vue-loader/CHANGELOG.md create mode 100644 driver/js/packages/hippy-vue-next-style-parser/CHANGELOG.md create mode 100644 driver/js/packages/hippy-vue-next/CHANGELOG.md diff --git a/PUBLISH.md b/PUBLISH.md index 24a55a3a206..4b0071c8fa0 100644 --- a/PUBLISH.md +++ b/PUBLISH.md @@ -9,7 +9,7 @@ The front-end Uses [lerna](https://lerna.js.org/) for versioning and CHANGELOG g Update version and CHANGELOG usage: ```bash -npx lerna version [VERSION] --conventional-commits --tag-version-prefix='' --no-push +npx lerna version [VERSION] --force-publish --conventional-commits --tag-version-prefix='' --no-push ``` * `[version]` - The version number to be released, such as 2.1.0. @@ -84,10 +84,10 @@ Enter a commit message that conforms to [Convention Commit](https://conventional git commit -m 'chore(release): released [VERSION]' ``` -tag +tag (如果是大版本, 在主干打tag, 如果是hotfix,在hotfix分支打tag,然后把changelog合回主干) ```bash -git tag [VERSION] +git tag -a [VERSION] -m "version release xxx" ``` Commit the code and prepare to publish the PR merge into the master branch. diff --git a/driver/js/CHANGELOG.md b/driver/js/CHANGELOG.md new file mode 100644 index 00000000000..1b32e3a3df0 --- /dev/null +++ b/driver/js/CHANGELOG.md @@ -0,0 +1,1734 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22) + + +### Bug Fixes + +* **vue:** fix node not mounted when move ([74d6444](https://github.com/Tencent/Hippy/commit/74d6444f63adaa92faed306f5997bc8447a28101)) + + +### Features + +* **layout:** update layout engine version to 1.0.5 ([#3434](https://github.com/Tencent/Hippy/issues/3434)) ([c6abd8e](https://github.com/Tencent/Hippy/commit/c6abd8ec5d0547f6df30b30bc248ba9c201c21cd)) + + + + + +## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07) + + +### Bug Fixes + +* **action:** fix 3.0 release and compare action ([8b3f572](https://github.com/Tencent/Hippy/commit/8b3f572cc94fe2759ad23950cbcfe15b5b269fa6)) +* **android:** add call function log ([5fc52e4](https://github.com/Tencent/Hippy/commit/5fc52e4312cb6237d8d94cda96792aa8d578f58c)) +* **android:** event to lower case ([e368ad5](https://github.com/Tencent/Hippy/commit/e368ad584540c3ee07ce0891a6d7b8eb8bb793f9)) +* **android:** fix incremental build ([06c22c2](https://github.com/Tencent/Hippy/commit/06c22c270e05fbc1ca40c95e834bcf9ffc6136a4)) +* **android:** initialContentOffset not working ([3e3b5a8](https://github.com/Tencent/Hippy/commit/3e3b5a868ed78188812927ef724cd692c7aef2ad)) +* **android:** issues of ScrollEvent ([#3362](https://github.com/Tencent/Hippy/issues/3362)) ([733f303](https://github.com/Tencent/Hippy/commit/733f303a4fd1cac5a7bc0d8a57742d4d008834ce)) +* **android:** non flattened elements background color ([#3352](https://github.com/Tencent/Hippy/issues/3352)) ([2a7402a](https://github.com/Tencent/Hippy/commit/2a7402a52be698f2df15b2ee604217807c973804)) +* **android:** recycle view event use low case name ([a4f4cde](https://github.com/Tencent/Hippy/commit/a4f4cde9a1d45bb556ec3390eaa99a28de503d46)) +* **android:** sticky header not deleted from ControllerManager ([#3356](https://github.com/Tencent/Hippy/issues/3356)) ([797eadd](https://github.com/Tencent/Hippy/commit/797eaddbf034ac5d95e3a5f73547a904df2671ce)) +* **android:** supply some layout style for filter ([6ff2398](https://github.com/Tencent/Hippy/commit/6ff239840299bbd89827e8f33f791f743b3a566d)) +* **android:** support sparse array for call ui function ([0b06be7](https://github.com/Tencent/Hippy/commit/0b06be7810e7f12cae064050b1f67a7504167fc5)) +* **android:** window and screen size use float ([6402189](https://github.com/Tencent/Hippy/commit/640218905b33fb39f51a482ab2846f50517f6d9f)) +* **devtools:** fix location double for all ([fb1be52](https://github.com/Tencent/Hippy/commit/fb1be5210d677b4ec246e714667f0077b9405787)) +* **dom:** filter nodes with same style ([82a0792](https://github.com/Tencent/Hippy/commit/82a079231e8d18d6873f34dadab81b46ab9bb351)) +* **dom:** fix dom ext style diff error ([e3351e6](https://github.com/Tencent/Hippy/commit/e3351e66c79c82faa5088db089d486084d78a04f)) +* **dom:** fix event empty pointer ([c690f86](https://github.com/Tencent/Hippy/commit/c690f8645bf722e6db933d4b363b30b1506780a3)) +* **dom:** fix modifying event by multi hippy engine ([4a731a2](https://github.com/Tencent/Hippy/commit/4a731a2f658f14fcf1f11936a0405f77c3f79344)) +* **dom:** fix vue diff style alogrithm ([3463362](https://github.com/Tencent/Hippy/commit/346336231078ff88a9459c6651fe6202923a20f1)) +* **ios:** add semaphore to make sure scope is created ([f27c513](https://github.com/Tencent/Hippy/commit/f27c51327fbfb810a11970b54e89bd07b2c76339)) +* **ios:** fix crash caused by null pointer ([15e2bc5](https://github.com/Tencent/Hippy/commit/15e2bc5c3b414633df189de43e1030b27cf45468)) +* **ios:** fix gradient color drawing bug ([a0e11c4](https://github.com/Tencent/Hippy/commit/a0e11c496b4c32787cafcc6d08fd9cd11fc9530b)) +* **ios:** fix ios event capture and bubbling process ([1d05545](https://github.com/Tencent/Hippy/commit/1d05545d7b9c53b7cfeb7a2c0d975d18a517b49d)) +* **ios:** remove the semicolon after namespace syntax ([a132dea](https://github.com/Tencent/Hippy/commit/a132dea5f8079dcea31f15d6f7ef4dab82db39b9)) +* **ios:** support intercept touche event ([a85040d](https://github.com/Tencent/Hippy/commit/a85040d4515b21d08aee53df8311c65591befeea)) +* **jsc:** fix jsc crash on ios12 ([d78bb47](https://github.com/Tencent/Hippy/commit/d78bb47e0083ce96b3c92ab717ba9bde027ec067)) +* **jsc:** fix JSCCtxValue crash after destroy engine ([a166fe3](https://github.com/Tencent/Hippy/commit/a166fe347cc461fcbaec15ba93b08da17461e37e)) +* **jsc:** temporarily used for testing jsc crash ([a053f1a](https://github.com/Tencent/Hippy/commit/a053f1a68438d4eceb3e052ee8a75d6a178b8b51)) +* **voltron:** fix crash when dom value type error ([ffbab34](https://github.com/Tencent/Hippy/commit/ffbab348fcf1638b484c3a105608d8f385741d68)) +* **voltron:** fix voltron android scope not erase when destroy ([eebd7a1](https://github.com/Tencent/Hippy/commit/eebd7a1d437e73c117f1a642e628f969f8f5fc37)) +* **vue-next:** fix element do not use beforeLoadStyle hooks issue ([604a231](https://github.com/Tencent/Hippy/commit/604a23193f032e7911c4168ee0e3203efcbb33e4)) +* **vue:** fix rootview conditional statement ([#3355](https://github.com/Tencent/Hippy/issues/3355)) ([5364548](https://github.com/Tencent/Hippy/commit/5364548e5f3cb11d501b79989419e3608c2562da)) + + +### Features + +* **android:** add filter for css style to native renderer ([#3405](https://github.com/Tencent/Hippy/issues/3405)) ([c459934](https://github.com/Tencent/Hippy/commit/c45993435633b938587d1a29196fe4a26d489326)) +* **dom:** fix empty dom event function crash ([388beef](https://github.com/Tencent/Hippy/commit/388beef1fb648b66b903b02d25c94a5c90ed62b2)) +* **dom:** measure textinput node ([c9cedd1](https://github.com/Tencent/Hippy/commit/c9cedd14adcff622dbdca75bb2d7f5f9d77b33f9)) +* **dom:** remove DCHECK for taitank node ([c779738](https://github.com/Tencent/Hippy/commit/c779738d5dddb9f8bd116a8e2cc8f252805149ab)) +* **ios:** add 'SetRootOrigin' function for root node ([ef7d9ce](https://github.com/Tencent/Hippy/commit/ef7d9ce506feb073d72164c99a77830e7a462679)) +* **ios:** strip hippyconvenientbridge from bridge module to host module ([3f28b9e](https://github.com/Tencent/Hippy/commit/3f28b9e6fd47ac9a6b4af4bc59dc791ae7f6b1a2)) +* **voltron:** publish voltron 0.0.31 ([#3375](https://github.com/Tencent/Hippy/issues/3375)) ([f02c1a7](https://github.com/Tencent/Hippy/commit/f02c1a7830b0e860ed6203e3cdaab633eaf80606)) +* **voltron:** update workflow xcode version ([2fcd955](https://github.com/Tencent/Hippy/commit/2fcd9559a192ab2c48709f7c5c04c76c04b3bf59)) + + + + + +# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29) + + +### Bug Fixes + +* **@hippy/react-web:** fix text default value and ellipsis not work ([780b1f3](https://github.com/Tencent/Hippy/commit/780b1f3f8d423d2e6ee1a1380e4f1b541a370cde)) +* **@hippy/react-web:** fixed style when numberofLines > 1 ([cf078c6](https://github.com/Tencent/Hippy/commit/cf078c6dc4ac5b41963693c45ed36cd47cc6f5fb)) +* **android:** remove add 0.5 from px2dp ([8f0254a](https://github.com/Tencent/Hippy/commit/8f0254a688d7cbae3aef8bda55ea434a73feff5a)) +* **android:** some image view default source display issues ([80013ba](https://github.com/Tencent/Hippy/commit/80013ba6e1fceed669e892ac7cc8c03e2af606a7)) +* **android:** v3.0 correct update layout int to float ([ceea947](https://github.com/Tencent/Hippy/commit/ceea9478a8ad278cd06d4d02fef6b78325336408)) +* **android,doc:** fix turbo object reference and update doc, example ([faf5090](https://github.com/Tencent/Hippy/commit/faf509026b2acbf3ddcc3fc3f81b37b853e032ea)) +* **android:** `initialContentOffset` takes effect too late ([acb7d02](https://github.com/Tencent/Hippy/commit/acb7d02af215d9631f103d525ccf5e6d80fd814a)) +* **android:** `Serializer` call `reset` first to reset the writer ([0c16ff8](https://github.com/Tencent/Hippy/commit/0c16ff8ff1fd9b00c333a49cd4ff9ecdfcc0a47e)) +* **android:** adapter android 11 get status bar height ([d9b12c2](https://github.com/Tencent/Hippy/commit/d9b12c23d3a96bad295a07a93a9212f309b61cbb)) +* **android:** add buildViewPager ([14ae6c2](https://github.com/Tencent/Hippy/commit/14ae6c2ba142ba3a465e775db39ea03248eee8e2)) +* **android:** add ClipChildrenView interface to mark clip child ([05dc551](https://github.com/Tencent/Hippy/commit/05dc551c329b5560d1c2087c0233273e71cd7875)) +* **android:** add copyright header for MyActivity ([0b1482b](https://github.com/Tencent/Hippy/commit/0b1482be23a3b70280b0c096a0988ec803c69674)) +* **android:** add d8 setting for qq ([8c620e9](https://github.com/Tencent/Hippy/commit/8c620e9aad10e36b17a95068dffa826b46acd694)) +* **android:** add dealAfterStripSymbols in driver gradle ([201132d](https://github.com/Tencent/Hippy/commit/201132dd33882e03477b12a7bbc5503c6c841e08)) +* **android:** add debug and release argument for cmake ([10b83c9](https://github.com/Tencent/Hippy/commit/10b83c9f81ade35b06ed62d80f473172a00a500f)) +* **android:** add get engine id for native renderer ([fac3965](https://github.com/Tencent/Hippy/commit/fac396504ee7ec1701b8bcf3443c06d159444bf7)) +* **android:** add get root view with root id ([dac1592](https://github.com/Tencent/Hippy/commit/dac15926cc400ac6a4f4e47e757141ab138d8bba)) +* **android:** add getComponentName to engine context interface ([1829b99](https://github.com/Tencent/Hippy/commit/1829b999b1d299351d3f8713c738a8bf84a66d3d)) +* **android:** add gradle features setting, remove PRODUCT_FLAVORS ([74db47c](https://github.com/Tencent/Hippy/commit/74db47c838e057b00883831c717e2c8ea7b4a243)) +* **android:** add HippyDrawable get gif width and height ([60bcafb](https://github.com/Tencent/Hippy/commit/60bcafb42f48b1c0e72c28f82bb35659a751941d)) +* **android:** add image data key ([c979c37](https://github.com/Tencent/Hippy/commit/c979c37548411cd86a77175cb19d74b20aa0d406)) +* **android:** add image holder redf count ([64f9710](https://github.com/Tencent/Hippy/commit/64f97108388767f8a9e8eef47e9469a4a6a2956f)) +* **android:** add License header for MyCustomViewController ([f2cf27e](https://github.com/Tencent/Hippy/commit/f2cf27ebecc08123b38e9cb425467d00a2fa3867)) +* **android:** add log message for NativeRenderer ([deecf13](https://github.com/Tencent/Hippy/commit/deecf136e667d2c6c1c85103bdad43be7d80cdc9)) +* **android:** add maven publish ([dd0320d](https://github.com/Tencent/Hippy/commit/dd0320d5d05f46e9e3cbc95d9dba187ed568f377)) +* **android:** add Nullable for destroyModule ([8a0bec8](https://github.com/Tencent/Hippy/commit/8a0bec8d06d80ad4bc51dc62d5a31c0fb9d2a7e6)) +* **android:** add onPreload for preloadItemNumber ([2826605](https://github.com/Tencent/Hippy/commit/282660594107bcb0bcd85921a436792fcc2afdc3)) +* **android:** add set host pager for ViewPagerPageChangeListener ([1be77d8](https://github.com/Tencent/Hippy/commit/1be77d8f53416661725ac5d1bf191d454ebc5f73)) +* **android:** add skipCmakeAndNinja ([887a556](https://github.com/Tencent/Hippy/commit/887a556498a7e9226f9bb842c672eac52c031f5d)) +* **android:** add support-annotations:28.0.0 ([cfb77a3](https://github.com/Tencent/Hippy/commit/cfb77a3df900eabed5fce54ebffbb16a0034d2dd)) +* **android:** add thread number for BackgroundTaskExecutor ([41d5096](https://github.com/Tencent/Hippy/commit/41d50965b4a8e1aca7e3765ee96d0aeeb9d58c70)) +* **android:** add tips for new demo ([6598c8b](https://github.com/Tencent/Hippy/commit/6598c8b472c0e050587b96d8275ead4181e58b62)) +* **android:** add useAndroidX to sdk gradle properties ([113c095](https://github.com/Tencent/Hippy/commit/113c095d0cf794108df96ec265a25c814d015a84)) +* **android:** add usesCleartextTraffic=true ([7d64727](https://github.com/Tencent/Hippy/commit/7d6472796a542f67a589c199c0e6679cb358deec)) +* **android:** adjust dispatchExposureEvent call of list view ([e4835e4](https://github.com/Tencent/Hippy/commit/e4835e422ac4f86a7a70ff66f0ca3ad772f50eaa)) +* **android:** adjust the call order for delete root node ([19579bb](https://github.com/Tencent/Hippy/commit/19579bbbb5139dc00ab01f1520e1c3fa445dcdfb)) +* **android:** as inspect code ([650d226](https://github.com/Tencent/Hippy/commit/650d226c0abbbc014f7c5fdbfc4be4c3e2053d90)) +* **android:** attachToRoot use root view object ([#2791](https://github.com/Tencent/Hippy/issues/2791)) ([68f2e05](https://github.com/Tencent/Hippy/commit/68f2e058e685fceb4995d71c9c75c06aff3bb9a9)) +* **android:** call load module in bridge thread ([1c9eec2](https://github.com/Tencent/Hippy/commit/1c9eec24f1fc66c1b75d3d2a8ddd28ff221993fd)) +* **android:** call onBindViewHolder when list item moved ([cce91ea](https://github.com/Tencent/Hippy/commit/cce91eac9165c9336d1cd4e0863abec6a219dd99)) +* **android:** call onDestroy in main thread ([1b64862](https://github.com/Tencent/Hippy/commit/1b64862ef1ac88bdbf53a8965c73ef98cfab22e0)) +* **android:** call super.onDestroy() ([79de6b8](https://github.com/Tencent/Hippy/commit/79de6b8a93dc162f438e6def6797fee5be81e117)) +* **android:** call update root size when reload in debug mode ([d4c6257](https://github.com/Tencent/Hippy/commit/d4c6257408d42e71865d8accde334c0f337d44fc)) +* **android:** can not find cmake path ([e6cb2e0](https://github.com/Tencent/Hippy/commit/e6cb2e0adad7fc22a0afed84b2a1f4539a586789)) +* **android:** cancel image holder recycle ([00b5762](https://github.com/Tencent/Hippy/commit/00b57620f194d3cd20ff36d5564cadd91c0c0226)) +* **android:** cancel support of AnimatedImageDrawable ([f981bdf](https://github.com/Tencent/Hippy/commit/f981bdfab1325b4bc9064acd9efa76285eed598c)) +* **android:** checkNodeFlag with single FLAG ([388dba8](https://github.com/Tencent/Hippy/commit/388dba8876d36456223d6062e5c2a4588deb470a)) +* **android:** code inspector warning ([bd65be7](https://github.com/Tencent/Hippy/commit/bd65be70729b05e23b6e3354a43c9579f4178368)) +* **android:** code style of HippyListAdapter ([c9a6fa5](https://github.com/Tencent/Hippy/commit/c9a6fa5f79aee6c9539ca37873353d7bc0f7d467)) +* **android:** cookies must be set for each request ([247f776](https://github.com/Tencent/Hippy/commit/247f776b3ee16ff4e9cbb490b9824d4e047e70a0)) +* **android:** correct recycler list pull header height ([473d6e2](https://github.com/Tencent/Hippy/commit/473d6e26bea624acd71c514876ef7f2b47f7b1e8)) +* **android:** correct view pager onPageScroll event params ([e14dbdd](https://github.com/Tencent/Hippy/commit/e14dbddfd383b7b753b78abebd2461ddffd4e964)) +* **android:** crash from RDM ([ce41ef7](https://github.com/Tencent/Hippy/commit/ce41ef74cda260807b0870d819db664cfebf5746)) +* **android:** crash of sticky item view ([42de76a](https://github.com/Tencent/Hippy/commit/42de76a758e394fe14e3d6a513590bf7eeb01ef5)) +* **android:** custom font style support ([1591ac3](https://github.com/Tencent/Hippy/commit/1591ac30846bbc84de1624a94b9efe18c11fc86e)) +* **android:** debug reload not destroy dom manager ([#2825](https://github.com/Tencent/Hippy/issues/2825)) ([62a2f89](https://github.com/Tencent/Hippy/commit/62a2f891f732b5481ebe8ded31176826ef730c72)) +* **android:** demo add onResume and onStop ([3464b7e](https://github.com/Tencent/Hippy/commit/3464b7e1d4a4d08880ced386476699b109bc7689)) +* **android:** diff_utils remove insert nullptr ([91f9f70](https://github.com/Tencent/Hippy/commit/91f9f7036d81387596945fac1d889c6639533012)) +* **android:** do not cache web image ([0bd46cb](https://github.com/Tencent/Hippy/commit/0bd46cbe69a5291c5ff33ba4948fff7fd7c00099)) +* **android:** do not destroy WorkerManager on reload ([264164c](https://github.com/Tencent/Hippy/commit/264164c5e730a718bf1209ac9a860de86c8cfd18)) +* **android:** do not onRestoreInstanceState for sub views ([3536d51](https://github.com/Tencent/Hippy/commit/3536d516e592cc9a6b3c316889fe97312b0f8a3e)) +* **android:** do not recycle bitmap from remote ([d3fa73e](https://github.com/Tencent/Hippy/commit/d3fa73ea0c8bf3dbc7ab62eab3e61d52c9af6377)) +* **android:** do not restrict text nesting levels ([3e61528](https://github.com/Tencent/Hippy/commit/3e61528431d5cbdd360282ccb847b3e93b0be903)) +* **android:** do not use JAVA 8 lambda temporary ([c94df18](https://github.com/Tencent/Hippy/commit/c94df18c73f2cb5e5015029f90ea64d8d6437bbf)) +* **android:** element refresh bug ([d98dc4b](https://github.com/Tencent/Hippy/commit/d98dc4b6a264c8fc7efa4059fce1aff7a00ce880)) +* **android:** element y position use root view location ([2e8f8cb](https://github.com/Tencent/Hippy/commit/2e8f8cb15b01b645ce5c07e6807e4f9a217df851)) +* **android:** end reached and load more for recycle view ([4cc15f2](https://github.com/Tencent/Hippy/commit/4cc15f286864515503662f21a2a80ac0832bd0fe)) +* **android:** enlarge DEFAULT_MAX_SCRAP to 10 ([011a43f](https://github.com/Tencent/Hippy/commit/011a43ff2552d12f07b81d9fdfcc77d8b310641a)) +* **android:** fetch resource with https:// ([48c00cb](https://github.com/Tencent/Hippy/commit/48c00cbc93a9847fc05cd2f1feb2e1c58711fb20)) +* **android:** fix `hippy` library build script exception ([6e884ea](https://github.com/Tencent/Hippy/commit/6e884ea5596eb52b0f081354bb709503299c8acc)) +* **android:** fix `java.lang.Long` cast to `java.lang.Double` exception ([c0a3de1](https://github.com/Tencent/Hippy/commit/c0a3de196c362dd77fcb7ccca686595bfdb97de9)) +* **android:** fix `v8` crash caused by multiple initialize ([7d77e1d](https://github.com/Tencent/Hippy/commit/7d77e1d74a48d51a202b09348443949e892784c6)) +* **android:** fix code lint warnings ([ea2b120](https://github.com/Tencent/Hippy/commit/ea2b12041de00b18bd150196674cbcf72a833dfb)) +* **android:** fix exception caused by multiple instances ([c22b0aa](https://github.com/Tencent/Hippy/commit/c22b0aa7390077023d7288e60d91315d23d2b1cd)) +* **android:** fix HippyImageSpan align problems ([7ae3ee5](https://github.com/Tencent/Hippy/commit/7ae3ee529a473010747e34f010690aa0704b04c9)) +* **android:** fix incremental build ([522084a](https://github.com/Tencent/Hippy/commit/522084ac8ae2cfbf69333d3d2abd6b4a723edd62)) +* **android:** fix JSI cause JNI local reference table overflow ([eb861d9](https://github.com/Tencent/Hippy/commit/eb861d9a3ae50c5aca158dc09cf5f804da7e07b1)) +* **android:** fix LLVM linker version script not taking effect ([e239aec](https://github.com/Tencent/Hippy/commit/e239aecd087e5dfbfaa4fa76317d1044af4ee787)) +* **android:** fix memory leak ([69a85e9](https://github.com/Tencent/Hippy/commit/69a85e9cd14e697c4accdc2fc49758060d1d4e3f)) +* **android:** fix occasional crash when jsi convert ([b8fcfb8](https://github.com/Tencent/Hippy/commit/b8fcfb8259c50af89da18040d30e241aedc99b7a)) +* **android:** fix setRenderToHardwareTexture ([8bce608](https://github.com/Tencent/Hippy/commit/8bce608c522e97a24c4ad15b1fa0a0e22fdbd463)) +* **android:** fix setTextColor not working ([dde5298](https://github.com/Tencent/Hippy/commit/dde52984c469ccc242790aac9779252bcfe99705)) +* **android:** fix text gesture area ([1168771](https://github.com/Tencent/Hippy/commit/1168771c50da51a92a5f0c36e61ba6bcf7e7e0be)) +* **android:** fix TextNode width when do StaticLayout ([b682cab](https://github.com/Tencent/Hippy/commit/b682caba6fa406f67c3a714a034f6ca041a724ca)) +* **android:** fix the `skipCmakeAndNinja` flag does not take effect ([8894651](https://github.com/Tencent/Hippy/commit/88946511990769b81413f8dfb9c0eadf8ba44f56)) +* **android:** fix v8 build script for `latest` TAG ([#975](https://github.com/Tencent/Hippy/issues/975)) ([fe88605](https://github.com/Tencent/Hippy/commit/fe88605fef16df1727345937a38ac97bdf22ad3f)) +* **android:** fix ViewPager setScrollEnabled not works ([c83f6cc](https://github.com/Tencent/Hippy/commit/c83f6cc2abfebc28c614fbc1546d37af6f083dcc)) +* **android:** fixed gradle config ([61ccc9f](https://github.com/Tencent/Hippy/commit/61ccc9f21eb845f383702f4e9eabe5038a866517)) +* **android:** flattened node not response gesture and not update ([e4266c0](https://github.com/Tencent/Hippy/commit/e4266c07d554877ff4ee270f698f3c87be94186e)) +* **android:** for compilation problem ([ff7f797](https://github.com/Tencent/Hippy/commit/ff7f797b2d9899d9471154c3c5aa59e8e8a461b9)) +* **android:** gesture event not need to check register ([8a2dbbe](https://github.com/Tencent/Hippy/commit/8a2dbbe81f77325bd93a92c653048363a638d195)) +* **android:** get thirdParty packageName first ([ef9748d](https://github.com/Tencent/Hippy/commit/ef9748da09a2acf4252a674e5f19c4ac2b436938)) +* **android:** getRenderNodeHeight headerEventHelper null crash ([f2c2a6c](https://github.com/Tencent/Hippy/commit/f2c2a6cc844921d76a762b56c7194579b71aacc0)) +* **android:** horizontal scroll view smoothScrollToPage crash ([24e8e87](https://github.com/Tencent/Hippy/commit/24e8e87dfd24961f6264c624751a5b42ed6d5871)) +* **android:** ignore ClassNotFoundException for add video controller ([9f67f1f](https://github.com/Tencent/Hippy/commit/9f67f1f72d8080016eba10786cb8206cd6a5b23b)) +* **android:** image load state ([d96f476](https://github.com/Tencent/Hippy/commit/d96f476538a9d53af48ced0d50c6c696bd9dee7a)) +* **android:** implicit narrowing conversion in compound assignment ([5cd805e](https://github.com/Tencent/Hippy/commit/5cd805e1635e5091b172ca5f7646fa500d40938a)) +* **android:** implicit narrowing conversion in compound assignment ([d6a05d3](https://github.com/Tencent/Hippy/commit/d6a05d355be9103cc1eca635f6e9f3ce194bd6c8)) +* **android:** keep setCustomProp handle ([7e1dd3e](https://github.com/Tencent/Hippy/commit/7e1dd3e98fd7855fd0b44aeefb6da6ae5c9378fa)) +* **android:** layer drawable not set null element ([b61c42e](https://github.com/Tencent/Hippy/commit/b61c42e531ca98873eceae15d26ddbfe809634d3)) +* **android:** linearGradient needs >= 2 number of colors ([72e49ed](https://github.com/Tencent/Hippy/commit/72e49edd53830d430f1e9eaba423927c32327c18)) +* **android:** listview not update when delete invisible items ([3eca8da](https://github.com/Tencent/Hippy/commit/3eca8da5a868d79189cd3c50c6344f3701633816)) +* **android:** load module error ([d487e46](https://github.com/Tencent/Hippy/commit/d487e4657211ac255c3ea208797273fcaa82c1f3)) +* **android:** make a distinction JNI in different ui event ([f8a2dd5](https://github.com/Tencent/Hippy/commit/f8a2dd56731e5ea81baa736822e2599f7abfe3f8)) +* **android:** memory leak of `RecyclerViewEventHelper` ([04f0c89](https://github.com/Tencent/Hippy/commit/04f0c89a5231f49762ec7419e6f5cc76340f1493)) +* **android:** merge some bug fix from QB branch ([8a2bca6](https://github.com/Tencent/Hippy/commit/8a2bca69c79e52e0c145232f8d91fcfee80b190c)) +* **android:** merge some bug fix from QQ branch ([5dd796f](https://github.com/Tencent/Hippy/commit/5dd796fbeb8ead2988a8db13aa23850ce44fc1d8)) +* **android:** minisdk=14 and release minifyEnabled=false ([61c0059](https://github.com/Tencent/Hippy/commit/61c005980a3ce5fe371d7f2c3a072e3c8579bd9e)) +* **android:** mListScrollListeners ConcurrentModificationException ([c77d26d](https://github.com/Tencent/Hippy/commit/c77d26d4cc01b3173c7a3ccebdca6020a21b0375)) +* **android:** modal may not be fullscreen ([9b37238](https://github.com/Tencent/Hippy/commit/9b37238c5b19317137db06bc514f5b23e0bb1763)) +* **android:** native_render_manager code style ([a4b2264](https://github.com/Tencent/Hippy/commit/a4b22642025d9fa8b5c8ac2440f85f9eb5b737d7)) +* **android:** not support recycle image holder temporary ([6d3d1f0](https://github.com/Tencent/Hippy/commit/6d3d1f0a393f8224e24402bb58d9f6059088ca0d)) +* **android:** onCreateSuspendViewHolderWithPos should return null ([b7b2b0b](https://github.com/Tencent/Hippy/commit/b7b2b0b10b0be81ddb39ec299ba100493670083a)) +* **android:** promise leak after engine destroy ([11f3dac](https://github.com/Tencent/Hippy/commit/11f3dac6a24cae653aa3d11460a3d15c91a94b73)) +* **android:** pull foot and header can exist at same time ([d58f929](https://github.com/Tencent/Hippy/commit/d58f92975d9746c2fd06d7c8f445195d61d5f35c)) +* **android:** pull header problem ([b89af0a](https://github.com/Tencent/Hippy/commit/b89af0a212edabd1d1d23e7b61041e7ccf7c59eb)) +* **android:** rdm exception bug reports ([0787551](https://github.com/Tencent/Hippy/commit/0787551726994a30c7f16a28590cacad08689b80)) +* **android:** recycler view pull header ([3d92609](https://github.com/Tencent/Hippy/commit/3d9260960ead1e0d3ed07f2050ce008b97d96266)) +* **android:** recyclerview pullheader without collapsePullHeader ([c6062d2](https://github.com/Tencent/Hippy/commit/c6062d2b6fc01bcd8e9cb1a9db3626efd541b7f5)) +* **android:** release engine context when destroy ([a1a4098](https://github.com/Tencent/Hippy/commit/a1a4098bc3994882fb174db83c20a6a5883da881)) +* **android:** remove build modal from user agent ([5ec2652](https://github.com/Tencent/Hippy/commit/5ec2652b8511ae1b7640ca5188e6912caaa4b303)) +* **android:** remove ClipboardModule module ([1aa2b27](https://github.com/Tencent/Hippy/commit/1aa2b27d61285f850e54d889afc7b8cfc6581cc2)) +* **android:** remove deprecated JNI ([b6a46f1](https://github.com/Tencent/Hippy/commit/b6a46f16ba2a9542cc4184b666c4b519fe06569f)) +* **android:** remove dev button in non-debugging mode ([eb172b3](https://github.com/Tencent/Hippy/commit/eb172b3f8d2567c6cd747b5cdaee7730ef1dde7a)) +* **android:** remove dispatch layout in onLayout for RecyclerViewBase ([e3a72cd](https://github.com/Tencent/Hippy/commit/e3a72cdaac8e102bb2ed1bce2e063957efafd6ad)) +* **android:** remove hasNavigationBar from DimensionsUtil ([5d48309](https://github.com/Tencent/Hippy/commit/5d48309d76d6d44f1b65b1683393f1d272a87883)) +* **android:** remove HippyDtAdapter ([1c10572](https://github.com/Tencent/Hippy/commit/1c10572b60f46ab8d0700a73d05fb189c31be97d)) +* **android:** remove image view reset background color ([bb19cc1](https://github.com/Tencent/Hippy/commit/bb19cc192db7f8716210136c432ce6c7e88531e9)) +* **android:** remove local properties in example gradle ([ee9ea96](https://github.com/Tencent/Hippy/commit/ee9ea965f4581ce67cdfd10b1c4e8082674e3639)) +* **android:** remove on create node call update modal size ([6a0cb5e](https://github.com/Tencent/Hippy/commit/6a0cb5e76b95b1dfc78d9c9f6119ef72959b96ee)) +* **android:** remove so copy task from gradle ([31bc9d8](https://github.com/Tencent/Hippy/commit/31bc9d82d8d78eb9bdbf9b6996e6dc0b578e8e9f)) +* **android:** remove some unused code from HippyBridgeImpl ([75d9704](https://github.com/Tencent/Hippy/commit/75d97041ab8bbcfc71eb59d25747af3c8e6660a6)) +* **android:** reset another enable buffer setting in HippyEngineManager ([a2ece8f](https://github.com/Tencent/Hippy/commit/a2ece8fc1e8099493696e4cd9cd5e8ed211789f4)) +* **android:** reset backgroundImage doesn't work ([de14d9f](https://github.com/Tencent/Hippy/commit/de14d9f630179dfcfe2dd2639b5d7b01968e1184)) +* **android:** resolve [#1104](https://github.com/Tencent/Hippy/issues/1104) commit crash ([86273fc](https://github.com/Tencent/Hippy/commit/86273fc4704adb1155fb8e2d0872e2f6ce32ec3e)) +* **android:** resolve touch conflict for nested ViewPager ([48f006e](https://github.com/Tencent/Hippy/commit/48f006ede7335b1a8d2bc0017cb99294c7d842c8)) +* **android:** revert jks to old demo version ([b914cb8](https://github.com/Tencent/Hippy/commit/b914cb843b1c29c4917077ea1827938df6159b52)) +* **android:** revert RecyclerViewBase onTouchMove call ([2519564](https://github.com/Tencent/Hippy/commit/2519564d16854d396489b09ba9f05cf729da33f0)) +* **android:** revised naming of onInterceptTouchEvent ([905a82d](https://github.com/Tencent/Hippy/commit/905a82ddb710a999f3f425ef770799a3cb017cd7)) +* **android:** rotate animation deg value type ([279970b](https://github.com/Tencent/Hippy/commit/279970b209655b240fed75d594ee3682e8e07b88)) +* **android:** rtl text direction for ARABIC ([3301b6c](https://github.com/Tencent/Hippy/commit/3301b6caa95e8c85fea2841f10947d11baa3aed2)) +* **android:** run fetch image on main thread ([d2846c1](https://github.com/Tencent/Hippy/commit/d2846c13d2f6c0e62dd1a799f0b765ae57413024)) +* **android:** scroll view onScroll event ([e05e4e9](https://github.com/Tencent/Hippy/commit/e05e4e99b6cd110c51c2d05d8c1008279d6831c6)) +* **android:** scroll view page scroll problem ([a0a4a71](https://github.com/Tencent/Hippy/commit/a0a4a71b0ab23539a0829322d534f0946cea7b51)) +* **android:** send exposure event when listview first show ([ebbe3b4](https://github.com/Tencent/Hippy/commit/ebbe3b4c0065f44109802c12615f3344e1a9f988)) +* **android:** set defatult border color to TRANSPARENT ([c7e184d](https://github.com/Tencent/Hippy/commit/c7e184dd82fda8400e4ae21c031790627d535ba2)) +* **android:** set mGestureEnable to component ([1d2780c](https://github.com/Tencent/Hippy/commit/1d2780cd15e366eb1c6995919a2124940db45583)) +* **android:** set StableIds default to false ([e37a2cd](https://github.com/Tencent/Hippy/commit/e37a2cdb66ef80c1fb68743f1314b577f6508cf6)) +* **android:** set text cursor of input for android 12 ([8a0d9f2](https://github.com/Tencent/Hippy/commit/8a0d9f2ed15ccc9d8774f5233f7e73db285adf42)) +* **android:** set text input default GravityVertical to center ([434d806](https://github.com/Tencent/Hippy/commit/434d8063439d22bc115af282aad0e377ee9a6a02)) +* **android:** should catch exception from CookieManager.getInstance() ([1d6906d](https://github.com/Tencent/Hippy/commit/1d6906d3cc400e9c197e971ccaf5dc27bb07f9ed)) +* **android:** should catch resource NotFoundException ([fe3b2c1](https://github.com/Tencent/Hippy/commit/fe3b2c1ebde7d0fba7260897a37ef3083892af33)) +* **android:** should catch UnsatisfiedLinkError for runScriptFromUri ([e7229f6](https://github.com/Tencent/Hippy/commit/e7229f67e998f833762a7bd34f29214c6ba869fe)) +* **android:** should clear component when delete node ([3c33535](https://github.com/Tencent/Hippy/commit/3c335359be58e033f1fca8dff5b7fce5cfc862ac)) +* **android:** should clip bounds when draw image ([11d5ca3](https://github.com/Tencent/Hippy/commit/11d5ca39424982432db01eebef81ca2be4f24dcb)) +* **android:** should draw image border ([84cbe79](https://github.com/Tencent/Hippy/commit/84cbe790dca4bc1f4f510dd4c2ae6ed13c19c209)) +* **android:** should remove to node sub view in onBindViewHolder ([ced70d4](https://github.com/Tencent/Hippy/commit/ced70d4dad6fe6eda13dfc3c824f72feeb0c6821)) +* **android:** should set FLAG_UPDATE_TOTAL_PROPS in create node ([ab564cb](https://github.com/Tencent/Hippy/commit/ab564cb4963746ca8f29f3c509aee8a8521e8c45)) +* **android:** shuold call invalidate after reset props ([27af908](https://github.com/Tencent/Hippy/commit/27af908fcd626f0cf0e8733110f6e39551c54758)) +* **android:** solve ChoreographerUtilsTest problem ([ecfc5a1](https://github.com/Tencent/Hippy/commit/ecfc5a1694179379f77ec0fa53498928aa560fd2)) +* **android:** some code style problem ([5ac28dd](https://github.com/Tencent/Hippy/commit/5ac28dd3844e13c6a65c103712bfb57e9d13707b)) +* **android:** statusLine cannot be null ([8803ff6](https://github.com/Tencent/Hippy/commit/8803ff6b4d4304d2cbf19db4c8f842aba44049dc)) +* **android:** suport find view by id for engine context ([b351cfe](https://github.com/Tencent/Hippy/commit/b351cfeed01898deda3637fc35c7c2da9f86df36)) +* **android:** support add view with z index ([bce9b99](https://github.com/Tencent/Hippy/commit/bce9b99a879cfbdcb6027bc41b1c4ed131651c9e)) +* **android:** support engine status enum to int ([22030e5](https://github.com/Tencent/Hippy/commit/22030e5706007b45419f2c76261d2727b2fd54fa)) +* **android:** support HippyMap nest HashMap ([cdbf458](https://github.com/Tencent/Hippy/commit/cdbf45826057fc4dafa76ce81adaf790d75a7784)) +* **android:** support horizontal scrollView offset x reuse ([001f3ce](https://github.com/Tencent/Hippy/commit/001f3ce2ac607879c385214e76a8cdc4025a0f6b)) +* **android:** support ImageDataHolder recycle ([8680033](https://github.com/Tencent/Hippy/commit/8680033d9cb6ee5e1340645d4049a3e8f934b24e)) +* **android:** support new demo debug mode ([486e541](https://github.com/Tencent/Hippy/commit/486e541782fc421100ca7a97de8df65bb891f700)) +* **android:** support null key in v8 serialization ([0967e74](https://github.com/Tencent/Hippy/commit/0967e7431eba1100759b3c391edfa9c91182766f)) +* **android:** support only include armeabi ([483fabb](https://github.com/Tencent/Hippy/commit/483fabb2422355811077e1918265e04b78194a88)) +* **android:** support read custom local file path ([1b6a50f](https://github.com/Tencent/Hippy/commit/1b6a50f9eeb5a293d6ee562a76d3125047d0b479)) +* **android:** text align center ([af86a38](https://github.com/Tencent/Hippy/commit/af86a38e846417e51cd579f0820e332e709e6791)) +* **android:** text default color ([d94f80f](https://github.com/Tencent/Hippy/commit/d94f80ffe29d8d0dfc1c61ec7f759a18855870f5)) +* **android:** text input setUnderlineColor exception ([f65d7db](https://github.com/Tencent/Hippy/commit/f65d7db20f11bd24eb17a0c961dbab463740faae)) +* **android:** text with negative letterSpacing wraps at wrong position ([8210bbc](https://github.com/Tencent/Hippy/commit/8210bbc7d4f79690c52e49d91d677df41d3fd004)) +* **android:** textAlign should not affect vertically ([b18bb81](https://github.com/Tencent/Hippy/commit/b18bb8167d9922f8dab8dff1829c434cf6545f5d)) +* **android:** textInput may throw IllegalStateException ([#2958](https://github.com/Tencent/Hippy/issues/2958)) ([e52ff40](https://github.com/Tencent/Hippy/commit/e52ff40198a81046bdf3ee8ce859ceb102d39650)) +* **android:** update integration.md ([e447216](https://github.com/Tencent/Hippy/commit/e447216992177266d83db71e9a2ee560f6dcdf5c)) +* **android:** update scroll position when scrollView's content changes ([#3295](https://github.com/Tencent/Hippy/issues/3295)) ([259a3b5](https://github.com/Tencent/Hippy/commit/259a3b52fd9e1d82966db5e8a7e2b2c8250711a4)) +* **android:** update v8 77 so ([b524884](https://github.com/Tencent/Hippy/commit/b52488415a1c5102a78b38b5d0da828f70a7ab11)) +* **android:** updateEventListener for root node ([572bf52](https://github.com/Tencent/Hippy/commit/572bf52a0b3dac53ef649ca3affbc4d56473239f)) +* **android:** use ByteBuffer for onResourceReady ([1ae7484](https://github.com/Tencent/Hippy/commit/1ae74840a6b1ef0960e5f2e6af8909dbd49dafce)) +* **android:** use EventUtils definition ([ed8224e](https://github.com/Tencent/Hippy/commit/ed8224e5eb017db26649fea0ddf471cdccfb3d80)) +* **android:** use LogUtils replace Log ([1a852ca](https://github.com/Tencent/Hippy/commit/1a852caad6cfd0ed886d9a313368026cb43b16f9)) +* **android:** use Map type in HippyMap internal ([954758d](https://github.com/Tencent/Hippy/commit/954758da04bbe605beb9d6d8119826fc19fa8b3d)) +* **android:** use Number do type conversion ([f9e8cf8](https://github.com/Tencent/Hippy/commit/f9e8cf887481e98258381c9f835231be118024df)) +* **android:** use renderProxy to init ([c19a184](https://github.com/Tencent/Hippy/commit/c19a1841c95ed01ad78b989724f30f00ee6c6960)) +* **android:** v3.0 iterator remove ([fe344a5](https://github.com/Tencent/Hippy/commit/fe344a5a2cfbaae74e2794b0535ea7662ad3bdf2)) +* **android:** v3.0 onEnginePause and onEngineResume ([f82b052](https://github.com/Tencent/Hippy/commit/f82b052fe81c4af0acb5f61129c682c01078a25e)) +* **android:** v3.0 read assets file error ([06bb4b3](https://github.com/Tencent/Hippy/commit/06bb4b34edd6acdc63e9b9c2d9104bde0b5f97c7)) +* **android:** v3.0 support debug reload ([2a6bfc1](https://github.com/Tencent/Hippy/commit/2a6bfc14b2bc0b1eca74881b8682dd7f59c5e7f1)) +* **android:** v3.0 text layout width=0 ([78e44a7](https://github.com/Tencent/Hippy/commit/78e44a7840a9163f5892cc2ffc64ace49e887d08)) +* **android:** view pager use Number cast obj to int ([1cfeeba](https://github.com/Tencent/Hippy/commit/1cfeeba2817f1e8f44b84cb12c03281c2560b09c)) +* **android:** warnings for minSdkVersion 19 ([01e1d5d](https://github.com/Tencent/Hippy/commit/01e1d5d6b20c90ffa9690e6592876361e7de1543)) +* **android:** water fall view getItemNode exception ([5649cca](https://github.com/Tencent/Hippy/commit/5649cca5666854550f5dbef82330da77ddd4e4c8)) +* **android:** WebView backgroundColor not working ([cd422d1](https://github.com/Tencent/Hippy/commit/cd422d1182fec98889fecfd530c12c17c660d629)) +* **android:** webview set allow content access to false ([4b8b7a1](https://github.com/Tencent/Hippy/commit/4b8b7a13b0360989efad094f906791e7ffb6cc52)) +* **android:** worker manager id should > 0 ([ca80f29](https://github.com/Tencent/Hippy/commit/ca80f292cdc6b21f1e7eb59e072d5c8e712c478f)) +* **android:** writeJSArray should use length to iterates array ([dfa42d1](https://github.com/Tencent/Hippy/commit/dfa42d134890e1f766c77212525588b68b8ea0b5)) +* **animation:** add protection logic ([ca5313d](https://github.com/Tencent/Hippy/commit/ca5313da62b430292dcebd111c899ad383ebadea)) +* **animation:** fix animation diff error ([22af406](https://github.com/Tencent/Hippy/commit/22af406c3333c1554b8a3d0828d232a0ee9dbdef)) +* **animation:** fix animation error ([#2823](https://github.com/Tencent/Hippy/issues/2823)) ([d2c4dc8](https://github.com/Tencent/Hippy/commit/d2c4dc8d095ba593d366dc30c5d44b1a02ab25f5)) +* **animation:** fix animation shaking problem on hippy-vue ([83f75e2](https://github.com/Tencent/Hippy/commit/83f75e2cc0cca3e50aef523e00b7167103456f42)) +* **animation:** fix property diff bug when animation is updating ([3b14fa9](https://github.com/Tencent/Hippy/commit/3b14fa9bdee70c0a354be673b9ed73f3ca75ca3e)) +* **animation:** fx delayed animation bug ([debedb0](https://github.com/Tencent/Hippy/commit/debedb0e0e7de7602cc07deec530af9712b32809)) +* **base:** fix reload crash ([f3344c9](https://github.com/Tencent/Hippy/commit/f3344c954082be6936f82f888ae0cadbaf66fe19)) +* **base:** fix std::result_of warning on c++17 ([7aa436f](https://github.com/Tencent/Hippy/commit/7aa436f2229d662db8cffaf473deb11bfaa78387)) +* **base:** fix tdf log bug ([c9888c5](https://github.com/Tencent/Hippy/commit/c9888c54e54ec14d1f2b54946a9e875fcc764e48)) +* **base:** fix timer bug ([6473fda](https://github.com/Tencent/Hippy/commit/6473fda065981192f3d2ba363b93a372fc4a4047)) +* **build script:** fix debug-server build script ([9ccae26](https://github.com/Tencent/Hippy/commit/9ccae26701596bc0597ffb778175171281f02210)) +* **buildcore:** fix buildcore script ([87e6797](https://github.com/Tencent/Hippy/commit/87e6797ed98d850f0ce6b9a34be5b720bbec0894)) +* **ci:** add packages npm install ([e6e66b5](https://github.com/Tencent/Hippy/commit/e6e66b5730affbb4532a9560e77f336f91603cd1)) +* **cmake:** disable outline atomics on android ([784624a](https://github.com/Tencent/Hippy/commit/784624a670962b4a24ad65ea6f25582c238fc02a)) +* **cmake:** fix typo problems ([d57bfcc](https://github.com/Tencent/Hippy/commit/d57bfcc83a90068f4654a83659e3e5d8433d79cb)) +* **commit:** fix husky commit issue ([af56720](https://github.com/Tencent/Hippy/commit/af5672025ad43c4f9cca902abe0f5ebbb1f8849d)) +* **connector:** adjust copyright header ([96a651a](https://github.com/Tencent/Hippy/commit/96a651a7e000ba3b919b2679fd5b9b276b855477)) +* **connector:** adjust destroy order ([cef136d](https://github.com/Tencent/Hippy/commit/cef136d83defda371f99e449590a51c873f54a75)) +* **connector:** develop mode reload crash ([73e199c](https://github.com/Tencent/Hippy/commit/73e199c16a20c29abb50994a37ef205109999509)) +* **connector:** domManager calls terminate when it is destroyed ([c7fcbdf](https://github.com/Tencent/Hippy/commit/c7fcbdf1e15b23e7cec574c47384b948cfe600e7)) +* **connector:** temporarily compatible with devtools ([9e1d75d](https://github.com/Tencent/Hippy/commit/9e1d75d8362cc6d997815851f3b2ed3d6677306e)) +* **core:** add android native2js promsie reject condition ([b27bace](https://github.com/Tencent/Hippy/commit/b27baceef1f9a58ab9a6bd4ed9e9eff7d46caeb8)) +* **core:** add explicit ([e778cc3](https://github.com/Tencent/Hippy/commit/e778cc39183fb414766b53588e9558d1ec4c43a9)) +* **core:** add global_inspector mutex ([876ec0f](https://github.com/Tencent/Hippy/commit/876ec0f384a6ee73afc55c827af01c5e9a39a0f8)) +* **core:** add HandleUncaughtException and refactor ThrowException ([ba9c527](https://github.com/Tencent/Hippy/commit/ba9c527e11ab8b3739596deb34e13456427535bf)) +* **core:** add ios dimensions getter & setter and combine logic ([f0fded2](https://github.com/Tencent/Hippy/commit/f0fded2ce4d017d8a26ceb42f42e4fb885d27eb7)) +* **core:** add jsvalue cycle check ([d14add0](https://github.com/Tencent/Hippy/commit/d14add027e960de5a50fb7f0d65f0206989b1b0c)) +* **core:** add static cast for nullptr in tuple ([036ff19](https://github.com/Tencent/Hippy/commit/036ff1907e2c586782024d3127faf7b5519ef2e8)) +* **core:** avoid iOS map crash ([873b312](https://github.com/Tencent/Hippy/commit/873b312efa87174b1c0e8e7fb839e0d07fda9d1f)) +* **core:** change callbacks to object to fix memory leak ([a274fb5](https://github.com/Tencent/Hippy/commit/a274fb5cf485a26ff285352405af97f785f96b77)) +* **core:** disable rtti and c++ exception ([487be7a](https://github.com/Tencent/Hippy/commit/487be7ae5b221f58a2078bea175353d9a2a074ec)) +* **core:** fix animation crash in hippy-vue-demo ([1adb762](https://github.com/Tencent/Hippy/commit/1adb7620c96cd1376913ac1b9226091d44f225b6)) +* **core:** fix call function bug ([3912087](https://github.com/Tencent/Hippy/commit/3912087c32a15958b29df92ab164f2a35bb166af)) +* **core:** fix call ui function error ([69bff93](https://github.com/Tencent/Hippy/commit/69bff9308bad675c55d07fd6b6c50eca857d6b2c)) +* **core:** fix callUIFunction ([0209ee8](https://github.com/Tencent/Hippy/commit/0209ee86789a591dc7b088bdd87d0d143dd92f73)) +* **core:** fix code cache bug ([35544b9](https://github.com/Tencent/Hippy/commit/35544b9bfd8346306a3862be94fbd36f01f5e303)) +* **core:** fix code cache crash ([#817](https://github.com/Tencent/Hippy/issues/817)) ([9d8de52](https://github.com/Tencent/Hippy/commit/9d8de521dcda1cdf57b3d9e0be6cea92460d5c7b)) +* **core:** fix codecc ([9cd4478](https://github.com/Tencent/Hippy/commit/9cd44782ba1704f6b343b3fc8c98e229c30e53b9)) +* **core:** fix codecc warning ([845046a](https://github.com/Tencent/Hippy/commit/845046a7ac2ffa3de2b3bd90eda1007d64e53b70)) +* **core:** fix codecc warning ([#608](https://github.com/Tencent/Hippy/issues/608)) ([9bf1565](https://github.com/Tencent/Hippy/commit/9bf1565f60a4dadf733ae89d29d36c6ac2c11a66)) +* **core:** fix conflict resolve error ([82225e1](https://github.com/Tencent/Hippy/commit/82225e1a1c6e1d22e40a44611fcaa829a5a611bd)) +* **core:** fix convert bug ([76c4540](https://github.com/Tencent/Hippy/commit/76c4540358cdff203bdc3f829efcbc2a7b75777d)) +* **core:** fix convert crash ([eede65f](https://github.com/Tencent/Hippy/commit/eede65f7cdaaac9aac06ae129ed9a940d6078113)) +* **core:** fix corejs bug ([ec8e9a9](https://github.com/Tencent/Hippy/commit/ec8e9a9e9d6644d6b23a695736429338951fb3f6)) +* **core:** fix create ctx value crash ([#820](https://github.com/Tencent/Hippy/issues/820)) ([7e6831a](https://github.com/Tencent/Hippy/commit/7e6831ade8c78bbf5f2c213a1ab2adae11c8e8dc)) +* **core:** fix debug crash ([c0f863f](https://github.com/Tencent/Hippy/commit/c0f863f8836024dee4a0903916cd33dac1c3cb0a)) +* **core:** fix debug mode uncaught exception bug ([#1058](https://github.com/Tencent/Hippy/issues/1058)) ([9c2c279](https://github.com/Tencent/Hippy/commit/9c2c2798b1c3b5a70304678557a76da037afa6ab)) +* **core:** fix delete nodes bug ([b9cdefe](https://github.com/Tencent/Hippy/commit/b9cdefe49796ecabbe1961b2a8f138aaada59624)) +* **core:** fix destroy callback bug ([bb57754](https://github.com/Tencent/Hippy/commit/bb5775442bfc6fcd93fbde76e20ec3770f5ee097)) +* **core:** fix DLOG macro ([1ad9b53](https://github.com/Tencent/Hippy/commit/1ad9b5354c23594506a31a12bd1d5b621c576ef7)) +* **core:** fix dynamic load crash ([f507eae](https://github.com/Tencent/Hippy/commit/f507eaec1f50a8780cce4ca83a6cfa1097b6c065)) +* **core:** fix dynamicLoad bug ([8ebbb3a](https://github.com/Tencent/Hippy/commit/8ebbb3a4c4ab481a93dd09b03ce8f713ba27614d)) +* **core:** fix event bug ([158b654](https://github.com/Tencent/Hippy/commit/158b654a62c36de67f6e26d80dac82970f1a7e8c)) +* **core:** fix exception rethrow bug ([65f649c](https://github.com/Tencent/Hippy/commit/65f649c6fecc272d988591cf3da333941855f1aa)) +* **core:** fix inspector bug ([744bdf8](https://github.com/Tencent/Hippy/commit/744bdf85f66a7ed0c2d6a6cd926b6ecdc09c415b)) +* **core:** fix inspector crash ([785d84d](https://github.com/Tencent/Hippy/commit/785d84d4aad165b88de53584fc158fa0d6409156)) +* **core:** fix iOS CreateJsError function error ([9057c12](https://github.com/Tencent/Hippy/commit/9057c1219f1588229d3e7601dd0a57fbf20d12cb)) +* **core:** fix jni crash ([f9b119f](https://github.com/Tencent/Hippy/commit/f9b119f7ce9f947cf3be17182e6d3ba5c613fd1b)) +* **core:** fix jni crash ([#651](https://github.com/Tencent/Hippy/issues/651)) ([976fa62](https://github.com/Tencent/Hippy/commit/976fa62203883d39b5e80cbc2b285126afd7f8d5)) +* **core:** fix jni crash ([#803](https://github.com/Tencent/Hippy/issues/803)) ([0089478](https://github.com/Tencent/Hippy/commit/00894785f3eeff24a208b4d27e45ccd76f5ed5c8)) +* **core:** fix jni detach crash ([a958f67](https://github.com/Tencent/Hippy/commit/a958f67b6843a41a1a9b5508d40586eec4b49bb0)) +* **core:** fix jni dynamic register crash ([6b16ae5](https://github.com/Tencent/Hippy/commit/6b16ae5264cd8461e56ce16dd19817cf0309dc02)) +* **core:** fix jni pending exception crash ([9e18f2c](https://github.com/Tencent/Hippy/commit/9e18f2c0b2cf358a3c0d224ebc74bebb9b70ca81)) +* **core:** fix js delegate bug ([53b7cb8](https://github.com/Tencent/Hippy/commit/53b7cb866cd47c76ba98a541cf58f8df8de47f4d)) +* **core:** fix js exception report bug ([48997cb](https://github.com/Tencent/Hippy/commit/48997cbf1162316baf0817dbf9517541a7cefbce)) +* **core:** fix js func life cycle bug ([6a0bcf7](https://github.com/Tencent/Hippy/commit/6a0bcf7b1257fb71394e03f19788cdc8f083724b)) +* **core:** fix jsi crash ([dc4226a](https://github.com/Tencent/Hippy/commit/dc4226a05cbaf1fc47cfeadcaa806ad3461ba7f5)) +* **core:** fix lint ([b3de034](https://github.com/Tencent/Hippy/commit/b3de0349445656de4bccfdb405891ca33524bf03)) +* **core:** fix lint warning ([3349e7e](https://github.com/Tencent/Hippy/commit/3349e7e520d461c8bb7779dff9dbba364325ee5d)) +* **core:** fix LoadUntrustedContent crash ([c8c5cb0](https://github.com/Tencent/Hippy/commit/c8c5cb0fe55ba635d9ae693dc31ea8f48fbf0fe3)) +* **core:** fix log bug ([7e1841d](https://github.com/Tencent/Hippy/commit/7e1841dd117e37eacccbf1001255c5dea0ed5657)) +* **core:** fix measureInWindow compatible issue ([edfeb79](https://github.com/Tencent/Hippy/commit/edfeb797c8fda3fb51fe44f31746d6d435e44d5f)) +* **core:** fix memory leak in multi-context mode ([f1b2cd1](https://github.com/Tencent/Hippy/commit/f1b2cd1c5d57f5a85cb50cff0a4543b00b17a90d)) +* **core:** fix mutex crash ([4c2a8cd](https://github.com/Tencent/Hippy/commit/4c2a8cd52ebf9fd874655e44dcf9da5a0b6fdd47)) +* **core:** fix onlayout ([134bd74](https://github.com/Tencent/Hippy/commit/134bd747fc40d3723b90112ae833ca89ba8e41a3)) +* **core:** fix parse uri crash ([1ecd92e](https://github.com/Tencent/Hippy/commit/1ecd92e857cc368489e30670abb330c39e0380f6)) +* **core:** fix scope nullptr bug ([9aea506](https://github.com/Tencent/Hippy/commit/9aea506730d990b136c230dd12bfb787c2eef8cb)) +* **core:** fix turbomodule crash ([7312ca5](https://github.com/Tencent/Hippy/commit/7312ca583adab622c2ceab54b429ed243d9b75a4)) +* **core:** fix unicode_string_view null pointer bug ([#787](https://github.com/Tencent/Hippy/issues/787)) ([5e2d75e](https://github.com/Tencent/Hippy/commit/5e2d75ea5c9d2773b7dc8d8671aee8a1fefebb21)) +* **core:** fix unused warning ([3eeeb94](https://github.com/Tencent/Hippy/commit/3eeeb94974b76e98d581052c2522e867365a6b3e)) +* **core:** fix uri crash ([fbb4ee0](https://github.com/Tencent/Hippy/commit/fbb4ee063cce57e7a6a9e9ce9c26075ff4f28d57)) +* **core:** fix v8 breakpoint ([47bf4d4](https://github.com/Tencent/Hippy/commit/47bf4d42c8d81144a83b0782f891b66a05e728d1)) +* **core:** fix v8 local string crash ([f30fe88](https://github.com/Tencent/Hippy/commit/f30fe8815e67f4878feab1f5791ea9a0cc8ff5a8)) +* **core:** fix v8 scope bug ([7787a97](https://github.com/Tencent/Hippy/commit/7787a97eac7c41c5b1bd3e781c7d8553e1ac7ef8)) +* **core:** fix v8::maybelocal crash, remove TO_LOCAL_UNCHECKED macro ([5ae6423](https://github.com/Tencent/Hippy/commit/5ae64235d6554747856ece74ee05358d7ca5a5f7)) +* **core:** fix vue callUIFunction ([2b1d985](https://github.com/Tencent/Hippy/commit/2b1d9859db27a914a3029dfa926b0dab0df41cd0)) +* **core:** fixed nativeFlushQueueImmediate callID issue ([fcb4b16](https://github.com/Tencent/Hippy/commit/fcb4b16f509b4177eb673bb277c0c74d1719c699)) +* **core:** format ([0c15580](https://github.com/Tencent/Hippy/commit/0c1558094f99de988c2b14725aad11c278c5fb72)) +* **core:** jsi ([705a257](https://github.com/Tencent/Hippy/commit/705a25745adc7d263ce0ccac33d691eb467be5ca)) +* **core:** measureInAppWindow and measure call UIManagerModule function ([f4286f2](https://github.com/Tencent/Hippy/commit/f4286f2a97b51d0c1f15eb550026d5dbcfeda0bb)) +* **core:** merge master ([89d7dc3](https://github.com/Tencent/Hippy/commit/89d7dc3645d81a7c65e875ae5f3da511e3e7deac)) +* **core:** move serializer.cc and remove redundant header ([0c8fa95](https://github.com/Tencent/Hippy/commit/0c8fa95ef9cfa540b32ea46407e607b4eab68bd8)) +* **core:** remove dynamic_pointer_cast and try catch ([f7bf424](https://github.com/Tencent/Hippy/commit/f7bf424e4a515f264a99c85dbee06c458c612605)) +* **core:** remove runtime exception ([e7a97bb](https://github.com/Tencent/Hippy/commit/e7a97bb778f51e894d7f16aa5659c9edc130a679)) +* **core:** revert v8 refactor ([5171be9](https://github.com/Tencent/Hippy/commit/5171be9f995b5c09e1de7b1080b89dc085acecaf)) +* **core:** rm jscore promise ([2d8ec77](https://github.com/Tencent/Hippy/commit/2d8ec77fb7972700ae43b258516b991eba5f1ef4)) +* **core:** setTimeout and setInterval of TimerModule support ...args ([#733](https://github.com/Tencent/Hippy/issues/733)) ([8e823d5](https://github.com/Tencent/Hippy/commit/8e823d5eaed94c9f6ad950729c5a4b9d189acbfb)) +* **core:** uniform type ([e61c0bb](https://github.com/Tencent/Hippy/commit/e61c0bbc4f071323f77c9f72478ee8d01a0e6027)) +* **core:** update 77 v8 ([9d6ad04](https://github.com/Tencent/Hippy/commit/9d6ad046c59c3dc7536406a1e03b4e5c0429a6e7)) +* **core:** update so ([c66f6c3](https://github.com/Tencent/Hippy/commit/c66f6c397267b45ef349a17b2166b5e785291ed8)) +* **core:** use internal promise for iOS ([4f16383](https://github.com/Tencent/Hippy/commit/4f163836cfba1c3169740e14f3c5cb00704e493e)) +* **css-loader:** collapsable transfer to boolean ([a4ba450](https://github.com/Tencent/Hippy/commit/a4ba4502e5d3af9d891ac2db1a58a983df4add30)) +* **debug-server:** fix webpack-dev-server compile callback ([fe778e4](https://github.com/Tencent/Hippy/commit/fe778e484c2d4b398961866500324a89e766b9cb)) +* **debug-server:** fix wepback & node md4 hash not campatible ([2f60d94](https://github.com/Tencent/Hippy/commit/2f60d94d2dfe6d4c8674ae7f52dbc0272199ed62)) +* **debug-server:** update vulerable pacakage ([7648bf0](https://github.com/Tencent/Hippy/commit/7648bf0c7c461e854541771ac24b75ff342a8d7b)) +* **debug-server:** webpack dev callback ([b1f25aa](https://github.com/Tencent/Hippy/commit/b1f25aa418490bd5aa4142add150bc1687c210e1)) +* **demo:** fix cross-env script error ([b0580a0](https://github.com/Tencent/Hippy/commit/b0580a02920a637c0da587011930fb3844847bde)) +* **devtools:** add cmake dependence for ios ([00a96b5](https://github.com/Tencent/Hippy/commit/00a96b5223e101143a912ffa569f6f663e7904cd)) +* **devtools:** add devtools annotaion ([2bfb5ab](https://github.com/Tencent/Hippy/commit/2bfb5ab84656f8a217d70d62bc584c91643552e9)) +* **devtools:** add empty line for end ([13522f2](https://github.com/Tencent/Hippy/commit/13522f2ef92ebf630b8779f455284382d1da7c6d)) +* **devtools:** add enable_inspector ([93989f2](https://github.com/Tencent/Hippy/commit/93989f2b6c7a8da982b94ceb31f24393c47dc677)) +* **devtools:** change log level ([fd18f2d](https://github.com/Tencent/Hippy/commit/fd18f2d7b2992b28309e0e47f86f3280213d3e6d)) +* **devtools:** chore devtools data source ([4d4cf1d](https://github.com/Tencent/Hippy/commit/4d4cf1d6347eb6fecb27c425f1c73df8482dc8f2)) +* **devtools:** chore devtools handler ([aa20b90](https://github.com/Tencent/Hippy/commit/aa20b90e840736ebac4e4470b5d77cfe4ddace95)) +* **devtools:** fix android devtools jni not found ([7d9d28a](https://github.com/Tencent/Hippy/commit/7d9d28a6986ab7dd35d9dc067c2e1fe58b0efffa)) +* **devtools:** fix compile issue when inspector does not exist in V8 ([fec2f4a](https://github.com/Tencent/Hippy/commit/fec2f4a9d9083aa8eca24561f600adf5c57311cf)) +* **devtools:** fix crash in flatviewgroup hardware bitmaps ([c11b3e8](https://github.com/Tencent/Hippy/commit/c11b3e8dc3255e6dc062c60cb78a91df71a2e65f)) +* **devtools:** fix crash when open devtools frontend and reload ([07e7c70](https://github.com/Tencent/Hippy/commit/07e7c70a1f446f0e849d66529c3328ba76595b04)) +* **devtools:** fix ios devtools show ([56ff321](https://github.com/Tencent/Hippy/commit/56ff321e47ecc31b9c7341c9afcab76af09baeb8)) +* **devtools:** fix reload v8 reset not include devtools ([c52773d](https://github.com/Tencent/Hippy/commit/c52773d2cce4d597c80da199f09421e291ab1b94)) +* **devtools:** fix simulator arm64 compile ([d876a7b](https://github.com/Tencent/Hippy/commit/d876a7be57aa98e9e4567de2b5aedd402c44ef42)) +* **devtools:** ios devtools leak ([503d1ca](https://github.com/Tencent/Hippy/commit/503d1cab344f8f120b720eb2c98386d60f62c99a)) +* **devtools:** move devtools-integration project to xcproject ([4d669f6](https://github.com/Tencent/Hippy/commit/4d669f6492c8f7fd00b3767c36967ce689564039)) +* **devtools:** remove empty line ([b979562](https://github.com/Tencent/Hippy/commit/b979562ecc66463d9511c1c1cf51e5e1cdae42a1)) +* **devtools:** remove unuse annotation ([7d0f4ae](https://github.com/Tencent/Hippy/commit/7d0f4ae4b5e360f1c7cc8fab883497d2b4ae12ca)) +* **devtools:** remove unuse line ([268b01c](https://github.com/Tencent/Hippy/commit/268b01c5234aa9caa0738b475fac1e5d791c7415)) +* **devtools:** remove v8 for devtools-jni ([b82e310](https://github.com/Tencent/Hippy/commit/b82e310d15f857cabf1a836eb6113282ccd4799a)) +* **devtools:** reuse inspector client in the same engine ([72a7186](https://github.com/Tencent/Hippy/commit/72a7186d3df87ff3e58ad70fc2584775bc419cdb)) +* **devtools:** support node 17 for md4 hash ([75ccc8c](https://github.com/Tencent/Hippy/commit/75ccc8c7002d02f75d30b8b29c97ce41feec7de5)) +* **devtools:** voltron compile ([#2629](https://github.com/Tencent/Hippy/issues/2629)) ([0f178cc](https://github.com/Tencent/Hippy/commit/0f178ccc513e38627fba5714835c76e4c5b73234)) +* **devtools:** voltron devtools include ([575370f](https://github.com/Tencent/Hippy/commit/575370fa46e9850b80ea151bd76d48ed69da2c88)) +* **docker:** fix docker image build script error ([bdbbb40](https://github.com/Tencent/Hippy/commit/bdbbb4070302669445908c528a6cda6fff84de04)) +* **docs:** add debug access introduction ([ad58965](https://github.com/Tencent/Hippy/commit/ad589655d6f3e196da24bade975b18a25c09b52d)) +* **docs:** fix dynamic import docs ([9f60071](https://github.com/Tencent/Hippy/commit/9f60071413879024c720c91619638ef0c4065cd9)) +* **docs:** update debug for android debug mode ([18fa3a1](https://github.com/Tencent/Hippy/commit/18fa3a1275893020e56d1ec018899e22c772fdd8)) +* **dom:** add child crash ([c9e0fef](https://github.com/Tencent/Hippy/commit/c9e0fef68ffeeb61f6639f78b982300d42fc5390)) +* **dom:** add copyright header ([4d1b03c](https://github.com/Tencent/Hippy/commit/4d1b03c130d228b54f406eb67db626bc89cef575)) +* **dom:** add delete props when diff node ([f2def10](https://github.com/Tencent/Hippy/commit/f2def103bd2464e60f17f621e6f12d43f4dd6209)) +* **dom:** add getLayoutInfoFromRoot method ([0c1fd2c](https://github.com/Tencent/Hippy/commit/0c1fd2ccdb655cb8b50146974ba01ef344ab4197)) +* **dom:** add hippy_render_manager layout data ([a91576b](https://github.com/Tencent/Hippy/commit/a91576bd085684fb04679548b7dd48522778c99a)) +* **dom:** add License Head ([75d6823](https://github.com/Tencent/Hippy/commit/75d68237289718ddaf0074386f3fdcb83d84bda3)) +* **dom:** add startBatch ([7cddce7](https://github.com/Tencent/Hippy/commit/7cddce7c5c1ba1be6998510ec8b266dda919e03b)) +* **dom:** add startBatch ([e560eb4](https://github.com/Tencent/Hippy/commit/e560eb4fb7a0d9e1293bc4fea61e610dbe5e23e7)) +* **dom:** AddEventListener/RemoveEventListener run in dom_task_runner ([1542883](https://github.com/Tencent/Hippy/commit/1542883a52bb8a54633435e89ec01189e1d00ea2)) +* **dom:** build tree infinite loop ([a5d69ff](https://github.com/Tencent/Hippy/commit/a5d69ffe2f5595f79a06dee6b7bd629a150c5f98)) +* **dom:** change js map to js object ([9abe023](https://github.com/Tencent/Hippy/commit/9abe02313e95368a6f15610410c135933091c138)) +* **dom:** change rendermanager to weakptr ([16b9dca](https://github.com/Tencent/Hippy/commit/16b9dcafa572a439e5854a6d4f4173ae0ae3bd28)) +* **dom:** change style/ext_map to shard_ptr ([61244e0](https://github.com/Tencent/Hippy/commit/61244e0c24808fd5a60163441e9b18fc8f6f0f13)) +* **dom:** change writeJSMap to writeJSObject ([a8c600a](https://github.com/Tencent/Hippy/commit/a8c600acfdc19a580ec6989c682138f834aa5901)) +* **dom:** clear code warning ([#1115](https://github.com/Tencent/Hippy/issues/1115)) ([13d153a](https://github.com/Tencent/Hippy/commit/13d153a88953bf46cbb282efa98ffa5f0b4822bc)) +* **dom:** const string to constexpr ([2814924](https://github.com/Tencent/Hippy/commit/281492458df1bac93987e6413438fe39ab97927d)) +* **dom:** delay add listener operation ([21cd694](https://github.com/Tencent/Hippy/commit/21cd694f459578be025ceba81a69ebb7b77b3d71)) +* **dom:** delay layout time ([4f372e8](https://github.com/Tencent/Hippy/commit/4f372e8a2736eb8db04f6dc2e2d539a4f89853fa)) +* **dom:** delete domManager js runner; ([dc4c7d6](https://github.com/Tencent/Hippy/commit/dc4c7d6dc79d0688c8a5df48f3263b46e33e33c5)) +* **dom:** delete duplicate method & add nullptr check ([b715106](https://github.com/Tencent/Hippy/commit/b7151067887151a3a3c646d7720dbe696a4fd53b)) +* **dom:** delete node ([0c14bef](https://github.com/Tencent/Hippy/commit/0c14bef0247b3858890ccf15cb7e54ed392e317a)) +* **dom:** delete SetRootNode ([4077370](https://github.com/Tencent/Hippy/commit/407737097c311362dcd0b96bd4224d85cea4d637)) +* **dom:** diff add undefined type ([e42a09a](https://github.com/Tencent/Hippy/commit/e42a09a2fb21d145d89250aff3f6337208d9ea29)) +* **dom:** diff_props handle null case ([1dc63dc](https://github.com/Tencent/Hippy/commit/1dc63dc044a591d33a39455f03216c47ddead72f)) +* **dom:** fix add event listener ([a04f011](https://github.com/Tencent/Hippy/commit/a04f0119062fcd256455f28694eec5066e0ef5ef)) +* **dom:** fix addEventListener crash error ([f9584ce](https://github.com/Tencent/Hippy/commit/f9584ce4f6ae43cc5481d1a28bd281b420fe1564)) +* **dom:** fix animation bug ([0c1b79b](https://github.com/Tencent/Hippy/commit/0c1b79b122119cd08feba1195d608cd211c82760)) +* **dom:** fix animation cb crash ([3026cc9](https://github.com/Tencent/Hippy/commit/3026cc92075e19d8da26ecb7ac8501612f30014d)) +* **dom:** fix animation check crash ([87a0fd8](https://github.com/Tencent/Hippy/commit/87a0fd85540532a42eb1d1568feb83ed2db99cdd)) +* **dom:** fix animation crash ([6e24c45](https://github.com/Tencent/Hippy/commit/6e24c4522b4ea3af4752c47c637b90d054ac13d9)) +* **dom:** fix bug for layer optimize ([#3316](https://github.com/Tencent/Hippy/issues/3316)) ([308ef12](https://github.com/Tencent/Hippy/commit/308ef12a351b969062b508e05db8b3391b3e4dca)), closes [#2](https://github.com/Tencent/Hippy/issues/2) +* **dom:** fix call function error ([#2802](https://github.com/Tencent/Hippy/issues/2802)) ([27c7f1a](https://github.com/Tencent/Hippy/commit/27c7f1a7b9721bc944c6c94958f192253a9b716b)) +* **dom:** fix CallFunction bug ([d1d34da](https://github.com/Tencent/Hippy/commit/d1d34da094327065e3cbe49e369e3d58d146626a)) +* **dom:** fix compilation problems ([d043621](https://github.com/Tencent/Hippy/commit/d043621b53a34d5921512508687cb20600778822)) +* **dom:** fix complier error ([f7137c9](https://github.com/Tencent/Hippy/commit/f7137c9c1b0023499923d3517ee1a3ce12975fd6)) +* **dom:** fix crash on worker manager destroy ([#2792](https://github.com/Tencent/Hippy/issues/2792)) ([46b244f](https://github.com/Tencent/Hippy/commit/46b244f6cf5338b31f478b5d808e5b3ba04321dd)) +* **dom:** fix defalut value of layoutnode ([b54880b](https://github.com/Tencent/Hippy/commit/b54880b97d2e36d990365b2a41759cbae9179188)) +* **dom:** fix delay bug for animation ([53020aa](https://github.com/Tencent/Hippy/commit/53020aa221bb9732c41fc78cdb08f29fef8e26dd)) +* **dom:** fix delete parent node cause child node nullptr ([4986b5e](https://github.com/Tencent/Hippy/commit/4986b5e5846d774cb08afe8a89580912c8d02040)) +* **dom:** fix deserialzier read object error ([cd534df](https://github.com/Tencent/Hippy/commit/cd534dfc9f168ac441784de7c91ce2ad8c67a695)) +* **dom:** fix dom argument deserializer error ([430cad0](https://github.com/Tencent/Hippy/commit/430cad072b42eb7b56dc633af9672c280adfdebc)) +* **dom:** fix dom argument to object crash ([d468769](https://github.com/Tencent/Hippy/commit/d4687697c44011f31e9a16cd344668323a5b6823)) +* **dom:** fix dom event ([6944ce9](https://github.com/Tencent/Hippy/commit/6944ce93440f9aba7e20f4ad92d39481141a5be9)) +* **dom:** fix error logic in HippyRenderManager::HandleListenerOps() ([f2f506d](https://github.com/Tencent/Hippy/commit/f2f506dde022e192d679aa58c95fa0e30c44c116)) +* **dom:** fix event ([b6e0922](https://github.com/Tencent/Hippy/commit/b6e09226164395c2ffcb0e0fae245ae3ede53296)) +* **dom:** fix event listener deconstructor error ([fad4325](https://github.com/Tencent/Hippy/commit/fad43255f53950750751dfe62da146b1c57083c4)) +* **dom:** fix event name ([ef0e7bd](https://github.com/Tencent/Hippy/commit/ef0e7bdfe6d1e8eb0ba4af0c334a61a33c5e1177)) +* **dom:** fix event name bug for js delegate ([fe9ed55](https://github.com/Tencent/Hippy/commit/fe9ed55c7b93327d02608cf37da3ba2ce327fc52)) +* **dom:** fix hippy render manager ([b5b1125](https://github.com/Tencent/Hippy/commit/b5b1125de16e9fa8266e03d6ab4422a6806bb4d6)) +* **dom:** fix hippy render manager complier error ([fd6f241](https://github.com/Tencent/Hippy/commit/fd6f241da6146f007900b29cefdadade92b15732)) +* **dom:** fix js delegate ([dcd1d5d](https://github.com/Tencent/Hippy/commit/dcd1d5d44a18e678b15ac423b7170d5698ee4a6f)) +* **dom:** fix layout event ([f7a6bbd](https://github.com/Tencent/Hippy/commit/f7a6bbd3e7cd15fba81e21ddbf20e18e54a36c33)) +* **dom:** fix layout node parser error ([1d2e75d](https://github.com/Tencent/Hippy/commit/1d2e75da64febf2c25c3b854217855076473e1a7)) +* **dom:** fix layout padding margin error ([78ffc2e](https://github.com/Tencent/Hippy/commit/78ffc2ef46b7826568da8ccb4df613b12f84aff1)) +* **dom:** fix MarkLayoutNodeDirty bug ([cd7d1a1](https://github.com/Tencent/Hippy/commit/cd7d1a1ee02b2cf996a4f80eb9fcfb8dd4b35eb5)) +* **dom:** fix measure text ([9583dc6](https://github.com/Tencent/Hippy/commit/9583dc692cd02e7034cbfa0f6662733081ad80b1)) +* **dom:** fix modal crash ([1c96d65](https://github.com/Tencent/Hippy/commit/1c96d657579118fa38a9d23473e28f5bcbe520c3)) +* **dom:** fix on layout event execution time ([2c977d6](https://github.com/Tencent/Hippy/commit/2c977d6219fceb31501836e0bd27e4a7b8035213)) +* **dom:** fix post task ([89c6ab4](https://github.com/Tencent/Hippy/commit/89c6ab4267f72e37e13e795e10157ff90258566c)) +* **dom:** fix problem of early return ([84d7844](https://github.com/Tencent/Hippy/commit/84d7844531d502c5344a6f716ca0ada633181cdb)) +* **dom:** fix render manager ([398d63e](https://github.com/Tencent/Hippy/commit/398d63edc8dc513412de6143db0fec992bc9dd9e)) +* **dom:** fix render manager proxy ([b358eb8](https://github.com/Tencent/Hippy/commit/b358eb87508d982af32f7d279feeef56ee43735c)) +* **dom:** fix serializer two byte string ([e5f01c3](https://github.com/Tencent/Hippy/commit/e5f01c3b13e89d1429ddc3c25957704bebf2383a)) +* **dom:** fix simultaneous delete and update animation casue nullptr ([f84c72c](https://github.com/Tencent/Hippy/commit/f84c72ca0a133cc43f989d9d20ab1c7898c5106b)) +* **dom:** fix the condition for weather the layout change ([da6c80a](https://github.com/Tencent/Hippy/commit/da6c80a2ee12325c9e1df10d7725321da89d86bc)) +* **dom:** fix the wrong param passed to GetDirection in YogaLayoutNode ([#1649](https://github.com/Tencent/Hippy/issues/1649)) ([867acc3](https://github.com/Tencent/Hippy/commit/867acc3b5e85cc734e24532384606bac960c1741)) +* **dom:** fix update node not change layout ([e3897d8](https://github.com/Tencent/Hippy/commit/e3897d80b218fda746cd5c1cd6f3ce5627172795)) +* **dom:** fix yoga dom_value ([156c899](https://github.com/Tencent/Hippy/commit/156c899afdde36c39a50fe0d2cbfcacd40f57abc)) +* **dom:** implement event and render listeners ([70d636d](https://github.com/Tencent/Hippy/commit/70d636d20b82c3829ea27f3b8623ca2d328f7754)) +* **dom:** implement the MoveRenderNode interface ([#3070](https://github.com/Tencent/Hippy/issues/3070)) ([fce92a2](https://github.com/Tencent/Hippy/commit/fce92a2dc8bf484c0c463d814e5e11cd196c99be)) +* **dom:** layout check input number ([70fcfdc](https://github.com/Tencent/Hippy/commit/70fcfdcb0736caa6c70aef65e6eb3a7c5dd3dc33)) +* **dom:** mark dirty when text child node changes ([8f3ab7d](https://github.com/Tencent/Hippy/commit/8f3ab7dfa6dca5abb206e5dfd313130b808d9ce8)) +* **dom:** Modify the dom event module to comply with W3C standards ([91343fd](https://github.com/Tencent/Hippy/commit/91343fd7437ce65e22fc6faa3200dfaad5f98187)) +* **dom:** modify width and height unit size ([d357a3b](https://github.com/Tencent/Hippy/commit/d357a3bc7224881f03eaa860f5bc5e232f1dc110)) +* **dom:** notify layout change ([6cd5474](https://github.com/Tencent/Hippy/commit/6cd5474b350ee0ace4d2bd5b4ceb2f9b4404f7cc)) +* **dom:** parse overflow error ([42d2af3](https://github.com/Tencent/Hippy/commit/42d2af3c6e3e9963d231bcfc5db29c354ee2396b)) +* **dom:** put dom operation to dom task runner; ([e9bfbea](https://github.com/Tencent/Hippy/commit/e9bfbea134f1bcff11c1367fa880c0cba157a751)) +* **dom:** refactor file and fix margin top set error ([c243cd7](https://github.com/Tencent/Hippy/commit/c243cd7714950a3797c4360eb766f83bea1e08fd)) +* **dom:** refactor render_manager ([0466ff0](https://github.com/Tencent/Hippy/commit/0466ff07b03103534786d170af7f8bec560ea474)) +* **dom:** rename RenderManagerProxy to LayerOptimizedRenderManager ([6f3bfdd](https://github.com/Tencent/Hippy/commit/6f3bfdda792d4df36eba6304aefd3ca99b4941bb)) +* **dom:** set default value to layout node ([4285e2a](https://github.com/Tencent/Hippy/commit/4285e2ac22ba6c763adf934ac24983df98b0c683)) +* **dom:** start and terminate dom task runner ([037c5a2](https://github.com/Tencent/Hippy/commit/037c5a2b2fe88b241c8bef1efe9177e555c97cdb)) +* **dom:** support space evenly ([b98175c](https://github.com/Tencent/Hippy/commit/b98175c3e34159a47e19b228b30adb147e3a5bac)) +* **dom:** update and delete node set renderInfo ([9546330](https://github.com/Tencent/Hippy/commit/954633049e7bf46a44ce2276375eea12b7ad999a)) +* **dom:** update and delete node use old date ([b4617f2](https://github.com/Tencent/Hippy/commit/b4617f27542279cabd621f77752323bdd652bc66)) +* **dom:** update domNode crash ([6361def](https://github.com/Tencent/Hippy/commit/6361def983f4422ef88b77461de56b089dd4d157)) +* **dom:** update local domNode ([115465b](https://github.com/Tencent/Hippy/commit/115465bc02fb139339149c2dd3910136823617c4)) +* **dom:** update nodes use temp data ([0e1a9e1](https://github.com/Tencent/Hippy/commit/0e1a9e144b6b29ec4f977adcd04ec9b608fc5a26)) +* **driver:** compatile with single callback in native2js ([186cc8d](https://github.com/Tencent/Hippy/commit/186cc8d760d0570f8092c35a8f9f43fbe669c688)) +* **driver:** fix breakpoint bug ([427f26f](https://github.com/Tencent/Hippy/commit/427f26f9652ec6dc2759be36dd4c6a97db9cbe7f)) +* **driver:** fix calluifunction holder bug ([2904cae](https://github.com/Tencent/Hippy/commit/2904cae2e1a82358915da1eb72ef0321c0ea7d55)) +* **driver:** fix createObject bug ([c4f03bf](https://github.com/Tencent/Hippy/commit/c4f03bf81ca0b0437f093630c064ce243c773499)) +* **driver:** fix debug error when exiting and re-entering ([54f6661](https://github.com/Tencent/Hippy/commit/54f6661a01dc6f46f643fdfca283faf20e5110f5)) +* **driver:** fix finalize crash ([63ed88d](https://github.com/Tencent/Hippy/commit/63ed88d2a14c5e5ce36eff009b42b16cff22e0df)) +* **driver:** fix finish crash ([4914e53](https://github.com/Tencent/Hippy/commit/4914e5352c146b912d8808df01d1d7ca08925f19)) +* **driver:** fix group id bug ([52868b8](https://github.com/Tencent/Hippy/commit/52868b80d2ff54acee457bbb9d5c0300424d7281)) +* **driver:** fix hippy vue bug ([af86d02](https://github.com/Tencent/Hippy/commit/af86d0253a72be9495ac6622935fa4a0b029c735)) +* **driver:** fix hippy-vue animation bug ([cc4c039](https://github.com/Tencent/Hippy/commit/cc4c039eefd223254af8d1421cdc2cda05e35a4f)) +* **driver:** fix inspector reload crash ([d87e173](https://github.com/Tencent/Hippy/commit/d87e173dbe78344ea73c97bcae0f83dae30767d8)) +* **driver:** fix iOS release context crash ([426c027](https://github.com/Tencent/Hippy/commit/426c027b962a33bb81fbc6109e8f0125e61f9a56)) +* **driver:** fix iOS reload crash ([9233da8](https://github.com/Tencent/Hippy/commit/9233da8c5c4953a1a1839089d42184e59927dd19)) +* **driver:** fix memory leak ([f76c379](https://github.com/Tencent/Hippy/commit/f76c379cba1f726938bc81c333891858e2424b60)) +* **driver:** fix reload crash ([d8197d1](https://github.com/Tencent/Hippy/commit/d8197d1554664b70f079d4a888324290e7776e64)) +* **driver:** fix reuse bug for debug mode ([55b5924](https://github.com/Tencent/Hippy/commit/55b5924eeb2a15f3b366751499aada8872b60310)) +* **driver:** fix scope release bug ([a5b10b7](https://github.com/Tencent/Hippy/commit/a5b10b704563e0947b9203fe7147521e8cd7d0b4)) +* **driver:** fix the problem of multi-threading at startup time ([7c37402](https://github.com/Tencent/Hippy/commit/7c37402f62e78b829b26bfa6fe68080f1e06fcd1)) +* **driver:** fix the remote path of `V8` components is incorrect ([c0192d7](https://github.com/Tencent/Hippy/commit/c0192d774b9ea7aa67d53d75f2a4082832253603)) +* **driver:** fix ui_manager_module bug ([549ac67](https://github.com/Tencent/Hippy/commit/549ac6749a557f8bcc7d5719dc704971bac005f6)) +* **example:** add copyright header ([52ac5ec](https://github.com/Tencent/Hippy/commit/52ac5ecfa80cf27c3aebd3a9ec6072d585aa5e30)) +* **examples:** compatible with legacy openssl when running webpack ([0142790](https://github.com/Tencent/Hippy/commit/0142790ecf80e3e31bbda47b99864662327fb45c)) +* **feat:** change build-core script ([953cd69](https://github.com/Tencent/Hippy/commit/953cd6975af2b0151df2ea99ddbfb8132dd6f3c3)) +* **footstone:** fix infinite loop bug for iOS looper ([7a17eb3](https://github.com/Tencent/Hippy/commit/7a17eb34ac0c9456f27ac5cb6f40e9fe15994852)) +* **footstone:** fix looper driver bug ([aac0438](https://github.com/Tencent/Hippy/commit/aac0438b7076040ff6d1b50fc8364c5515040a61)) +* **footstone:** fix specific map iterator destroy error ([0b2c89a](https://github.com/Tencent/Hippy/commit/0b2c89a4f2cfa69f77a7a2b3fbe0ad9f16da6c8f)) +* **footstone:** fix terminate bug when the thread is waiting for wake-up ([0058bd2](https://github.com/Tencent/Hippy/commit/0058bd2d9b4e89e345fa90f8c7b485027f84dbe8)) +* **footstone:** fix terminate crash ([6f9414c](https://github.com/Tencent/Hippy/commit/6f9414ce118f6174644733c8bdcda27693b48756)) +* **hippy-core:** remove getOwnPropertyDescriptors ([4d6dd44](https://github.com/Tencent/Hippy/commit/4d6dd4425b8c359825bee792381d0dbf0206fcbe)) +* **hippy-debug-server:** change child_process to cross-spawn ([806ccfa](https://github.com/Tencent/Hippy/commit/806ccfa148f3efb729510c4a5b7cbad07ede64d9)) +* **hippy-react-demo:** fix backAndroid routes error ([21a866c](https://github.com/Tencent/Hippy/commit/21a866c765da0c5630dfd6f9dc36aa2d09cdf161)) +* **hippy-react-demo:** perf tabhost demo ([7ad7bae](https://github.com/Tencent/Hippy/commit/7ad7baeb5b3dff702a4cccfa27a2b1c375be3577)) +* **hippy-react-web:** fix hippy-react-web some issues ([#1850](https://github.com/Tencent/Hippy/issues/1850)) ([7a44339](https://github.com/Tencent/Hippy/commit/7a44339edcc7e396351f29e507e6fbabaa4676a1)) +* **hippy-react-web:** add unhandleRejection event handler ([bed4551](https://github.com/Tencent/Hippy/commit/bed4551c6fe00b67d68fd6e57b04625484cf5917)) +* **hippy-react-web:** change rmc-list-view to hippy domain ([401de8c](https://github.com/Tencent/Hippy/commit/401de8c9e7886cb01af3adcb5e887acbb189bff6)) +* **hippy-react-web:** correct lineHeight style values ([#901](https://github.com/Tencent/Hippy/issues/901)) ([3500234](https://github.com/Tencent/Hippy/commit/350023484462abcf4289cefb7bd91796484bc629)) +* **hippy-react-web:** correct margin and padding style values ([#543](https://github.com/Tencent/Hippy/issues/543)) ([3d70e43](https://github.com/Tencent/Hippy/commit/3d70e43fdfbf15907cb3563a1982d0e6e3902a19)) +* **hippy-react-web:** correctly add px to number style values ([64719ac](https://github.com/Tencent/Hippy/commit/64719ac117b6c2dd835b828ac380ecbd2a4514f0)) +* **hippy-react-web:** event.path is not supported for safari ([67b81b0](https://github.com/Tencent/Hippy/commit/67b81b01e91f9467bf4a4c5bd0e90bc43b43699b)) +* **hippy-react-web:** fix borwser does not support addRule ([1593538](https://github.com/Tencent/Hippy/commit/159353859c0ae7b2eed72d6e58b9993ca30f8511)) +* **hippy-react-web:** fix error handler ([ac32a1a](https://github.com/Tencent/Hippy/commit/ac32a1aacc9e457d205afd73bea1aa61105154a9)) +* **hippy-react-web:** fix img onClick envet does not emit ([d4b0180](https://github.com/Tencent/Hippy/commit/d4b0180642b509bcf21f0a40926f2efe5489b78d)) +* **hippy-react-web:** fixed image newProps src unRendered problem ([#472](https://github.com/Tencent/Hippy/issues/472)) ([bfc657a](https://github.com/Tencent/Hippy/commit/bfc657a7951f3bd1b828fa1e2d7b52f8528b466a)) +* **hippy-react-web:** support ListView renderPullFooter ([#2166](https://github.com/Tencent/Hippy/issues/2166)) ([f8548ab](https://github.com/Tencent/Hippy/commit/f8548ab5eaa2dd46f03c7b97d7fd13aa42d814c9)) +* **hippy-react,hippy-vue:** add examples webpack sourcetype ([bb6c91f](https://github.com/Tencent/Hippy/commit/bb6c91f983cc7f8ccd827ab79b56b57ebabfc9e5)) +* **hippy-react:** add callUIFunction default options ([f6717be](https://github.com/Tencent/Hippy/commit/f6717be35c5d42d27bfaea0b41f7795efbf14f22)) +* **hippy-react:** add overflow scroll to fix listview unable to scroll ([41beca2](https://github.com/Tencent/Hippy/commit/41beca2c353c31c3258fef17b1be1c357e3e8e70)) +* **hippy-react:** change dev condition judge ([a7717aa](https://github.com/Tencent/Hippy/commit/a7717aa42f916d4c21292a5594f68dcf25a76dd3)) +* **hippy-react:** demo rm ios color anim ([33ec7a6](https://github.com/Tencent/Hippy/commit/33ec7a62ca8c5709d687958ab14684212d096f1f)) +* **hippy-react:** don't update node on event handler changed ([588c7fd](https://github.com/Tencent/Hippy/commit/588c7fdfbe5474b783a98d0968ba8989d77d8618)) +* **hippy-react:** fix appendChild error in react16 by key diff ([6b6a34a](https://github.com/Tencent/Hippy/commit/6b6a34aa24fc77a3c76c60bcd8179761af655829)) +* **hippy-react:** fix react demo listview style ([3ef1aad](https://github.com/Tencent/Hippy/commit/3ef1aad58dc1e66cd31c13b776d8e3efa7157663)) +* **hippy-react:** fixed cached fiberNode event handler problem ([ffac5e4](https://github.com/Tencent/Hippy/commit/ffac5e4ec00a8a1108f1acc0f8a05fc961713ec0)) +* **hippy-react:** fixed getting appear event name for anonymous function ([9d66b37](https://github.com/Tencent/Hippy/commit/9d66b37ef9d9e5678719eca1b49f2ed2b72545fe)) +* **hippy-react:** fixed insertBefore moveChild condition ([27766bd](https://github.com/Tencent/Hippy/commit/27766bd5db25a576e94393f8aab960387250d9a0)) +* **hippy-react:** fixed network-info wrong stored listener ([ec5075a](https://github.com/Tencent/Hippy/commit/ec5075a8c9b2c334af65915d0e3807dfc83e814a)) +* **hippy-react:** remove NetInfo duplicated EventEmitter creating ([6393dc3](https://github.com/Tencent/Hippy/commit/6393dc3cea6af87fe022398994baa6719601daea)) +* **hippy-react:** support to emit multi parameters for HippyEvent ([ddfbf75](https://github.com/Tencent/Hippy/commit/ddfbf75a1eef98834978c2d2a278802fede82f65)) +* **hippy-vue-css-loader:** support to parse letter-spacing ([f6fd081](https://github.com/Tencent/Hippy/commit/f6fd081005c796f595888a3a087c1f598fd26089)) +* **hippy-vue-demo:** fix scroll height bug ([6337b8d](https://github.com/Tencent/Hippy/commit/6337b8d21691781884d45cb922d4dcd62d1774ac)) +* **hippy-vue-demo:** update http module ([4f4d46a](https://github.com/Tencent/Hippy/commit/4f4d46a93dd0a3b60409cb6974c87b81b02f3098)) +* **hippy-vue,hippy-react:** add task polyfill for batch render ([9ab9e6b](https://github.com/Tencent/Hippy/commit/9ab9e6b224bdf48e14a5f7c0edd6d5b380d9a1b5)) +* **hippy-vue,hippy-react:** added example babel plugins ([d25767f](https://github.com/Tencent/Hippy/commit/d25767f36d3acd2622573dd2d8a2495a6cd41f3b)) +* **hippy-vue,hippy-react:** change webpack vendor script ([40d08ec](https://github.com/Tencent/Hippy/commit/40d08ec425fcad2a41de3720ce00ba0eb23f1bba)) +* **hippy-vue,hippy-react:** fixed listview appear & disappear event ([774238c](https://github.com/Tencent/Hippy/commit/774238cb95c9b172cd74fbc12a63a80561b0c222)) +* **hippy-vue:** add child animation destroy logic ([13e4f16](https://github.com/Tencent/Hippy/commit/13e4f16320ecc005da52c1c7c3741ee4aa93f11f)) +* **hippy-vue:** add empty array for eventNodes ([fc0b372](https://github.com/Tencent/Hippy/commit/fc0b37288e31d16d506f5661763619aa9807b957)) +* **hippy-vue:** add onScrollBeginDrag & onScrollEndDrag param ([d4a3960](https://github.com/Tencent/Hippy/commit/d4a3960b6b814004334d010a00eedf34278af8fc)) +* **hippy-vue:** fix css rulesets concat error ([647300f](https://github.com/Tencent/Hippy/commit/647300f0b49d6cf8f73bf5bc831a9e350f118dcb)) +* **hippy-vue:** fix dialog default style not take effect ([195a06b](https://github.com/Tencent/Hippy/commit/195a06bbb027473cf72374895c99b0b9d098ff4f)) +* **hippy-vue:** fix hmr for root App component ([5c0e69f](https://github.com/Tencent/Hippy/commit/5c0e69fa9c4993925290de5bf3e9b5405e865980)) +* **hippy-vue:** fix measureInWindowByMethod return value ([b7b65a1](https://github.com/Tencent/Hippy/commit/b7b65a15e9284de3b7454c251ee00f0df762af51)) +* **hippy-vue:** fix referendeNode not found error ([4c52546](https://github.com/Tencent/Hippy/commit/4c52546474190cec9d29ead5b7cafb35f9ce2bb2)) +* **hippy-vue:** fix registerElement elem name and comp name problem ([0eb6491](https://github.com/Tencent/Hippy/commit/0eb649178963070c4a2ca76bd424739982a1f336)) +* **hippy-vue:** fix vue webpack dll problem ([37346f1](https://github.com/Tencent/Hippy/commit/37346f16aafb6234b6ce5a0d18dfc81e484f637a)) +* **hippy-vue:** fixed measureInAppWindow issue ([43582d1](https://github.com/Tencent/Hippy/commit/43582d1cf1b40a7e0f4674be96e35573f59fa81c)) +* **hippy-vue:** fixed repeatCount error in animationSet ([c6955d0](https://github.com/Tencent/Hippy/commit/c6955d04f751a1b1483f6364ff572d6682dac618)) +* **hippy-vue:** fixed vue text update filter ([3a7c95d](https://github.com/Tencent/Hippy/commit/3a7c95de815a059638d71d2671e0f7052169eb8a)) +* **hippy-vue:** fixed vue-css-loader path option for building demo ([f017798](https://github.com/Tencent/Hippy/commit/f017798eccc2d38d87e2fe810083ef042387869e)) +* **hippy-vue:** remove unused code ([3977dd4](https://github.com/Tencent/Hippy/commit/3977dd46567f0a7dbcb19314ae228650b24a91a6)) +* **hippy-vue:** remove vue other attributes converted to number ([cd9fbd7](https://github.com/Tencent/Hippy/commit/cd9fbd76fc1f944c13c32cc62728c3ee2882803e)) +* **hippy-vue:** update ava package to safe ver ([b66e9d8](https://github.com/Tencent/Hippy/commit/b66e9d8e20a17ed452920156edaf8dddb33f8c5a)) +* **hippy-vue:** update hippy-vue node test ([9a813e6](https://github.com/Tencent/Hippy/commit/9a813e69bb1ae5d5ac0a5fb1deeca16611f9ce55)) +* **hippy-vue:** update package to safe version ([1d31509](https://github.com/Tencent/Hippy/commit/1d315094a8341ab2c3bdcef4c9cfd384742f7af7)) +* **hippy-vue:** update y18n to safe ver ([7a2b395](https://github.com/Tencent/Hippy/commit/7a2b3951f4d6fb3420049c9617d06ae17cb5a36d)) +* **hippy-vue:** use non-skipAddToDom node for referencen node ([04db6e0](https://github.com/Tencent/Hippy/commit/04db6e0ad3c947ebbacae5c231d33cad134018ce)) +* **hippy-vue:** websocket $on event could not receive ([77e35dc](https://github.com/Tencent/Hippy/commit/77e35dc4864fddfb52dbb7ec13a6bf7fda2d9a2a)) +* **homepage:** fix Bad HTML filtering regexp ([57684fa](https://github.com/Tencent/Hippy/commit/57684fa6b37a42248b0bb8d847e32b7c67748db7)) +* **iOS:** 3.0 bool value cast to int ([1c20967](https://github.com/Tencent/Hippy/commit/1c2096761826d7714cca0fa2df68c7ac4301e06c)) +* **ios:** a placeholder of text attachment for all system version ([c20468f](https://github.com/Tencent/Hippy/commit/c20468f3bdc5501c2823649b997ef8470527f096)) +* **ios:** add [@autoreleasepool](https://github.com/autoreleasepool) in hippy custom js thread callback block ([bb926fd](https://github.com/Tencent/Hippy/commit/bb926fdec8ad6b271bf04a8717e7c58948c9eeb4)) +* **ios:** add header search path config ([ee71479](https://github.com/Tencent/Hippy/commit/ee71479f911c4399d56bb72bb245c4fb91694a47)) +* **ios:** add image component touches event handler ([f2b0610](https://github.com/Tencent/Hippy/commit/f2b0610ee95b4e5df9093d0f1ca25120c5dd84c0)) +* **ios:** add synthesize for bridge in HippyExceptionModule ([540e586](https://github.com/Tencent/Hippy/commit/540e586523ff5a312c3e7316074d2d2f51487415)) +* **ios:** add turbo demo ([5136572](https://github.com/Tencent/Hippy/commit/513657220c00927f708f976ae5057e38a56e2b3e)) +* **ios:** add ui task listener for set native props bug ([a8f3cbd](https://github.com/Tencent/Hippy/commit/a8f3cbde74b59b3a7397b95b601fc2cbc521750c)) +* **ios:** adjust text layout ([619a1c0](https://github.com/Tencent/Hippy/commit/619a1c0a93b1e6cd570a920db410ab8b27301087)) +* **ios:** allocation method should call super ([45ef96d](https://github.com/Tencent/Hippy/commit/45ef96ddf409d71bb8e9f83ef74274f39de92a38)) +* **ios:** also check root tag for touch handler ([0cbe048](https://github.com/Tencent/Hippy/commit/0cbe048d11088f0217f4cb94617b350a7f5fc766)) +* **ios:** animation must be removed from view even it is not finished ([7022247](https://github.com/Tencent/Hippy/commit/702224799695c4270562519058aa0333d9301f2c)) +* **ios:** avoid CTTelephony's occasional crash ([ed86866](https://github.com/Tencent/Hippy/commit/ed86866cf684b922446dce3e2571c707a103f26f)) +* **ios:** block ui actions when bridge is invalide ([8531d57](https://github.com/Tencent/Hippy/commit/8531d570fedf837a4d00f90405bd216f57a492c2)) +* **ios:** ceil width and height that text layout needs ([1d9dbc7](https://github.com/Tencent/Hippy/commit/1d9dbc7f4da7956a339075c83f8e9c39eefc9435)) +* **ios:** change engine dealloc thread from main thread to js thread ([e5c6ae7](https://github.com/Tencent/Hippy/commit/e5c6ae7da56da9c5530b108aae56c0a2143bb4f6)) +* **iOS:** change plugin implement and remove useless plugin ([0bc55e0](https://github.com/Tencent/Hippy/commit/0bc55e07f6a2ea64e61e95df2a6ac6f74643c899)) +* **ios:** change plugins from Swift to Objective-C ([f33fa54](https://github.com/Tencent/Hippy/commit/f33fa542490e99c017f8157833ba4f23c7c938db)) +* **ios:** change the unit from double to int ([7739a03](https://github.com/Tencent/Hippy/commit/7739a038ca06e4eb36c678bc8e5b6d76f55f0ec0)) +* **ios:** check cookie availabity before commit ([b4f4958](https://github.com/Tencent/Hippy/commit/b4f4958d0828cfa57b95da031cb96d6dd60869f7)) +* **ios:** check current image url before display ([4aadfc3](https://github.com/Tencent/Hippy/commit/4aadfc316f3d44b5f9c57e4e310b52595f9b3ea1)) +* **ios:** check if null pointer before setting __hippycurdir__ ([0c33d3b](https://github.com/Tencent/Hippy/commit/0c33d3b48b3b960aec79e06aa5e2d78831f8095b)) +* **ios:** check image url length before use it ([05f8334](https://github.com/Tencent/Hippy/commit/05f8334e72438ea6f28e393c53602998ff8e03f7)) +* **ios:** check null before remove shadow view from registry ([d1f4d3b](https://github.com/Tencent/Hippy/commit/d1f4d3b4eed1b7982e7852f4e7331fe5ff366f52)) +* **ios:** check response charactset ([a4f4c5c](https://github.com/Tencent/Hippy/commit/a4f4c5cc4f728cb8917b6ea7195a211058be4a94)) +* **ios:** check weak self status ([6a18053](https://github.com/Tencent/Hippy/commit/6a180535555deeaedbf122c2c352d650e0ee2a4e)) +* **ios:** child component nested in text should not dirty propagation ([3ffb886](https://github.com/Tencent/Hippy/commit/3ffb8864dfb258ce3279bd213e46fdefe46469e8)) +* **ios:** close web socket when dev manager release ([132894c](https://github.com/Tencent/Hippy/commit/132894c877d630782d7b52a1bf963ac7f5b0eb59)) +* **ios:** compatible with x5 & lower version of v8 api ([32a5e41](https://github.com/Tencent/Hippy/commit/32a5e41d29e37774c710e2b22bb03f72abbd10b9)) +* **ios:** crash fixed,improve stability ([#1042](https://github.com/Tencent/Hippy/issues/1042)) ([395803b](https://github.com/Tencent/Hippy/commit/395803bfcff36cd228dc8aa2e2d37fb2a219030a)) +* **ios:** devtools debug fix ([c1a3c66](https://github.com/Tencent/Hippy/commit/c1a3c666893397369eaf2865f25fff045ff21fa7)) +* **ios:** fix a bug about touch handler ([4b9be69](https://github.com/Tencent/Hippy/commit/4b9be6911faad16b0c8bfa3e35d00aa4b0836799)) +* **ios:** fix a bug caused by the timestamp returning the same value ([44da928](https://github.com/Tencent/Hippy/commit/44da9289cc9d3f22301b6bdba3f10267165e8c41)) +* **ios:** fix a bug that a wrong zposition for section view ([#983](https://github.com/Tencent/Hippy/issues/983)) ([f6ba621](https://github.com/Tencent/Hippy/commit/f6ba62114e968926b3d74ebf80fabc5a13a59f01)) +* **ios:** fix a bug that fetch a wrong frame due to transform ([b1a89d1](https://github.com/Tencent/Hippy/commit/b1a89d1514854d86090360f5579f1a3168b9d405)) +* **ios:** fix a deadlock issue for module data ([6bcfaa2](https://github.com/Tencent/Hippy/commit/6bcfaa257cd1a1327939a9399a5e47da1da015ec)) +* **ios:** fix a notification error with wrong object ([082f5a7](https://github.com/Tencent/Hippy/commit/082f5a7fc4a91032419cd9e1eb83a4492827cc4c)) +* **ios:** fix a potential crash due to null pointer ([#985](https://github.com/Tencent/Hippy/issues/985)) ([fd6bb1a](https://github.com/Tencent/Hippy/commit/fd6bb1a2e6ded1d32995f98bb5014cd1287f9fc0)) +* **ios:** fix an animation group error ([ea839bf](https://github.com/Tencent/Hippy/commit/ea839bf82cb77f45bd70cecf0434baa2bbd5e109)) +* **ios:** fix animation bug due to incorrect parameter ([f75a31e](https://github.com/Tencent/Hippy/commit/f75a31ee6d0724dd9b0e2310ae9785bb3430b6c8)) +* **ios:** fix animation modules memory leaks ([a6bddfa](https://github.com/Tencent/Hippy/commit/a6bddfae2349a70ce797e69f03c6ff3ed6af0f30)) +* **ios:** fix animation params parse error ([d823376](https://github.com/Tencent/Hippy/commit/d8233764c3b603a26a2777f92091c2343e72226d)) +* **ios:** fix animation pause & resume error ([d9c4866](https://github.com/Tencent/Hippy/commit/d9c4866c047b234283c30b20f7bfbdbfa81d135a)) +* **ios:** fix animation style bug ([0d4ef45](https://github.com/Tencent/Hippy/commit/0d4ef45328d215c5402ed004792360d005e64f16)) +* **ios:** fix animation timing function type error ([4193db3](https://github.com/Tencent/Hippy/commit/4193db342179b54b6f1b57f1b64d42ce8a07b369)) +* **ios:** fix apng image delay time error ([afcd8b8](https://github.com/Tencent/Hippy/commit/afcd8b85d638ebd4776eb45a712cd5a2f2b617d1)) +* **ios:** fix array buffer data owner error ([d30ee95](https://github.com/Tencent/Hippy/commit/d30ee95fa909fbcbd8b7fed7bba141b45d3ccbd8)) +* **ios:** fix array insertion exceeds range ([e05d473](https://github.com/Tencent/Hippy/commit/e05d473111d072e3a9ca4b2458a00bf7fe7296bb)) +* **ios:** fix attached to window and did mount event ([1b7546e](https://github.com/Tencent/Hippy/commit/1b7546e0d6cbceee6448f677241eb1a59eff7f1b)) +* **ios:** fix backgroundimage update error ([9545b5c](https://github.com/Tencent/Hippy/commit/9545b5c3b669968171bbbb5def82edab8ec23907)) +* **ios:** fix backgroundSize property of View component ([0dd319a](https://github.com/Tencent/Hippy/commit/0dd319addc6963336e95b5971e6664263fe3450b)) +* **ios:** fix border bottom color display error ([8749079](https://github.com/Tencent/Hippy/commit/87490795d515bcdbf1d0c7f676ca720eca8df3a7)) +* **ios:** fix bug for touch handler ([eaf6461](https://github.com/Tencent/Hippy/commit/eaf6461f90545d08d9d103f2fda23514177fc49a)) +* **ios:** fix bug that onPageScroll and onPageSelected invoke incorrect ([9aa7e81](https://github.com/Tencent/Hippy/commit/9aa7e8130d4a8e289b614a3167b1f702de69bcc5)) +* **ios:** fix bug when hippyview uses local image ([09c1d3a](https://github.com/Tencent/Hippy/commit/09c1d3a1163225aabc113c939d0c3e82dba09042)) +* **ios:** fix click error ([4e9f378](https://github.com/Tencent/Hippy/commit/4e9f3781a3e2ca9aac98d10d719c64adcc0414c6)) +* **ios:** fix clipboard module error ([fcec753](https://github.com/Tencent/Hippy/commit/fcec75386307b03f2b9eea10e4b72952d8bb4b33)) +* **ios:** fix compile-time error on Xcode 12 and previous versions ([fd91412](https://github.com/Tencent/Hippy/commit/fd914129c9a1a83897b56de48b85d33d81c9bcc2)) +* **ios:** fix component function invoked error ([530f273](https://github.com/Tencent/Hippy/commit/530f273b1f123c50ec46af2dd00b7a1e5e8cdffe)) +* **ios:** fix component method invoke param type check ([1fc5eb9](https://github.com/Tencent/Hippy/commit/1fc5eb92b8c8c7f50974ffabc4c5198861bc0b06)) +* **ios:** fix component method parameter type error ([a7dd09c](https://github.com/Tencent/Hippy/commit/a7dd09cd0f9851805e6a8eaaa581041d80d8fa64)) +* **ios:** fix component selector parse error ([f857856](https://github.com/Tencent/Hippy/commit/f8578563211461a886cb12440009b986622a0376)) +* **ios:** fix ConsoleModule.log not working ([#2812](https://github.com/Tencent/Hippy/issues/2812)) ([9fbaf31](https://github.com/Tencent/Hippy/commit/9fbaf31746538e367f4b2a194435cfccbef6ae24)) +* **ios:** fix contentoffset property error ([#834](https://github.com/Tencent/Hippy/issues/834)) ([d126541](https://github.com/Tencent/Hippy/commit/d12654158c7dbbd4b428edfc39fdc46ec4708170)) +* **ios:** fix crash at hippybridge dealloc ([816de08](https://github.com/Tencent/Hippy/commit/816de0867fb6f7610472d6069fc6bb11d4f9d210)) +* **ios:** fix crash due to a nil pointer of JSGlobalContextRef ([4756a6d](https://github.com/Tencent/Hippy/commit/4756a6d9d05a6f48daeab60eb3e3328540fda824)) +* **ios:** fix crash due to null pointer ([ec4a915](https://github.com/Tencent/Hippy/commit/ec4a9154b475205b66b18e532e27a03112cdb2c4)) +* **ios:** fix crash when hippy reload on debug mode ([#2197](https://github.com/Tencent/Hippy/issues/2197)) ([47a128b](https://github.com/Tencent/Hippy/commit/47a128bf43621f4ea41e4bef8a135adbafaf632f)) +* **ios:** fix crash when list children nodes size is zero ([1fa745c](https://github.com/Tencent/Hippy/commit/1fa745cb2eec483c673735b244f1f3bcc28a7dad)) +* **ios:** fix currentRadioAccessTechnology unavailable in ios14.2 ([963c183](https://github.com/Tencent/Hippy/commit/963c18330c0b27888e1e7163a0c9a0b5f2294206)) +* **ios:** fix data race if multiple hippy instances created ([72c7221](https://github.com/Tencent/Hippy/commit/72c7221ab379efaa1025e06023ab8446f177c356)) +* **ios:** fix data race in batched bridge ([730daa3](https://github.com/Tencent/Hippy/commit/730daa37e57f5793b6d464a535d2daf8f50611f1)) +* **ios:** fix degree rotation bug ([b677796](https://github.com/Tencent/Hippy/commit/b677796961dec446048a7cd72fc2e4ba691a4c90)) +* **ios:** fix demo memory leaks issue ([7fed863](https://github.com/Tencent/Hippy/commit/7fed86313782de883bf3acde9b2f271e65c7c80c)) +* **ios:** fix device orientation change event bug ([6405fbd](https://github.com/Tencent/Hippy/commit/6405fbdc02878d369a44300d28b41fdaa66034c1)) +* **ios:** fix dirty descendant propagation error ([acccb6b](https://github.com/Tencent/Hippy/commit/acccb6b5c1d996e5b157c1176a1a420102cf8ed1)) +* **ios:** fix dispatch crash ([c776ec9](https://github.com/Tencent/Hippy/commit/c776ec9297c09a77c6c55ab0e05953ede2845812)) +* **ios:** fix dynamic load error ([39cc6f5](https://github.com/Tencent/Hippy/commit/39cc6f5a2762e02db5b3e8b2a9bbd7cc838c4a9f)) +* **ios:** fix dynamic load for local file ([5c4b26b](https://github.com/Tencent/Hippy/commit/5c4b26b8301e345e843df45caf1945db6888fc9c)) +* **ios:** fix elements bug ([3f0fac9](https://github.com/Tencent/Hippy/commit/3f0fac92b01407ff3389eddb00ad22f5c38361e0)) +* **ios:** fix enum name ([7a58bdb](https://github.com/Tencent/Hippy/commit/7a58bdb98d4ac1d1a6441d6a832d3ff7587175d3)) +* **ios:** fix error on drawing image with backgroundPositionX/Y ([7d098fa](https://github.com/Tencent/Hippy/commit/7d098fa990a52f7aa31ef77857788c979ebf3619)) +* **ios:** fix error to parse log message ([0593d20](https://github.com/Tencent/Hippy/commit/0593d201674626224cf9e74f108dacf8652aa286)) +* **ios:** fix event binding and callback function ([36b2ae7](https://github.com/Tencent/Hippy/commit/36b2ae718421df5f7e0db5f6949829ad73e66fc1)) +* **ios:** fix event property bug ([591ffb5](https://github.com/Tencent/Hippy/commit/591ffb5cce3ce9cdc00a14b54586a145747797cf)) +* **ios:** fix function params type error ([0e5c7d4](https://github.com/Tencent/Hippy/commit/0e5c7d4c5b252019764e14c64a3977be7a17c7bc)) +* **ios:** fix gain moduleName error for jsi ([3bbdbcc](https://github.com/Tencent/Hippy/commit/3bbdbcc83f8b467db7fc6c5280f577029b3bde87)) +* **ios:** fix gif play error when using gif cache data ([c671f1d](https://github.com/Tencent/Hippy/commit/c671f1dac7443ca5abfd79417ec097d898ad2189)) +* **ios:** fix gradient backgroundcolor update error ([347d52f](https://github.com/Tencent/Hippy/commit/347d52f5924f438c90a71e9c7144d9d3b6409ad1)) +* **ios:** fix header file include error ([d97e5b4](https://github.com/Tencent/Hippy/commit/d97e5b442d5cac8124ad127bf18ce0c3be7d8076)) +* **ios:** fix hippy projects ([8d54b00](https://github.com/Tencent/Hippy/commit/8d54b00be286cf61e6af89d5870f34325438c179)) +* **ios:** fix hippybaselistview crash when hippyfooterfresh exists ([36a9450](https://github.com/Tencent/Hippy/commit/36a94501617ad48764026adece5be93406cc9356)) +* **ios:** fix HippyRootView did load finish callback ([d1ff725](https://github.com/Tencent/Hippy/commit/d1ff725c550226f54842efa6a1c64b91ffcdfc34)) +* **ios:** fix hippytext reuse bug ([0805e62](https://github.com/Tencent/Hippy/commit/0805e620124130c3667c4b5a48ecde26f64ad78a)) +* **ios:** fix image blurry error ([459451b](https://github.com/Tencent/Hippy/commit/459451b42ab5de4d5f556e60fefbb8485009aa42)) +* **ios:** fix image display crash ([#1694](https://github.com/Tencent/Hippy/issues/1694)) ([db876ba](https://github.com/Tencent/Hippy/commit/db876bafa648c1b246a9c882a18443e9156d1088)) +* **ios:** fix image down sample error ([6fe09a6](https://github.com/Tencent/Hippy/commit/6fe09a6fbd2afacecabada342990afd2198948e7)) +* **ios:** fix image insets error ([f379973](https://github.com/Tencent/Hippy/commit/f3799738a0f0b4eee3341a6ddca25f508e7aaa66)) +* **ios:** fix image load error event ([01bdf95](https://github.com/Tencent/Hippy/commit/01bdf95315ceda27b20ae05a381a162871ece27a)) +* **ios:** fix image show when image source did not change ([20ce338](https://github.com/Tencent/Hippy/commit/20ce338d27bbfe9ce0dac7cc51e60dab7ba736c0)) +* **ios:** fix image tint color bug ([2d83422](https://github.com/Tencent/Hippy/commit/2d8342249f054a71ce83b46a4b046d1332fb8927)) +* **ios:** fix index exceed range of array ([253d302](https://github.com/Tencent/Hippy/commit/253d3022fb878aa1b6ecc8819d3fab7da1ca4432)) +* **ios:** fix infinite recursion error ([2405f68](https://github.com/Tencent/Hippy/commit/2405f6884f83071c7baec7bc8b809d593083c64a)) +* **ios:** fix initial contentoffset bug for listview ([c8630b5](https://github.com/Tencent/Hippy/commit/c8630b547314618c18c03c5ea5c2a4b40cc2ebc7)) +* **ios:** fix ios demo file structure issues ([ff2c897](https://github.com/Tencent/Hippy/commit/ff2c897648c6f23c52677cfb62ac5b32c0ea4efc)) +* **ios:** fix jsi crash on some devices ([42af5a1](https://github.com/Tencent/Hippy/commit/42af5a162433bc420aa4107e4323d7f88089d0ab)) +* **ios:** fix layout issues ([eeaa547](https://github.com/Tencent/Hippy/commit/eeaa547389f336126a71b04ea1e44073dfa1e126)) +* **ios:** fix layout nan value ([2d07d28](https://github.com/Tencent/Hippy/commit/2d07d2823b9ca64fc1d3a4d771bb6f30dade2c98)) +* **ios:** fix lazy loading view display issues ([cf39d52](https://github.com/Tencent/Hippy/commit/cf39d524b5aa799d8a3f3d748c00f6a6ae3d1a88)) +* **ios:** fix list & waterfall cell display error ([8e11c13](https://github.com/Tencent/Hippy/commit/8e11c1376fbe201f7fa16f6c2831230ef55f7b97)) +* **ios:** fix list horizantal scroll bug ([fd6bd75](https://github.com/Tencent/Hippy/commit/fd6bd753772295755f501c4e7524cf4d2338e97b)) +* **ios:** fix list item appear event callback ([ff773aa](https://github.com/Tencent/Hippy/commit/ff773aa8add8d096a977fe1ef648164602b9185e)) +* **ios:** fix list scroll event throttle bug ([c543eaa](https://github.com/Tencent/Hippy/commit/c543eaad20d527fb1903a94b7ef2353078c230f7)) +* **ios:** fix memory leaks ([419e483](https://github.com/Tencent/Hippy/commit/419e483a95b34376743b740bf8b5d41706a0fd50)) +* **ios:** fix memory leaks ([21efdad](https://github.com/Tencent/Hippy/commit/21efdad807cce7fb050721deb982bff84cbc5b64)) +* **ios:** fix memory leaks due to lack of autoreleasepool ([eaf8147](https://github.com/Tencent/Hippy/commit/eaf8147d122bcd8be996752dc3cb422878d7764f)) +* **ios:** fix memory leaks for block usage ([822e7ee](https://github.com/Tencent/Hippy/commit/822e7eec1b73aaa1daf93443b92eef422736aa23)) +* **ios:** fix memory leaks in network module ([e3df64e](https://github.com/Tencent/Hippy/commit/e3df64e74f8ff675cd777466ca3fdc41b8523469)) +* **ios:** fix memory leaks when deleting nodes ([6a8a96d](https://github.com/Tencent/Hippy/commit/6a8a96d900ade3da630944afdee9f9d1aba5afab)) +* **ios:** fix mixed type text word order bug ([007be4a](https://github.com/Tencent/Hippy/commit/007be4a6fae8cea8011b7831378d18303f9f434e)) +* **ios:** fix nested text display issuse ([#1827](https://github.com/Tencent/Hippy/issues/1827)) ([b541210](https://github.com/Tencent/Hippy/commit/b54121072b99220f21c087ceed652d48ce5100a4)) +* **ios:** fix nested text layout error ([#929](https://github.com/Tencent/Hippy/issues/929)) ([d17e80a](https://github.com/Tencent/Hippy/commit/d17e80afa066ec8ba6a40eb90c4912c15b6633c8)) +* **ios:** fix network type judgment method ([#517](https://github.com/Tencent/Hippy/issues/517)) ([edef41c](https://github.com/Tencent/Hippy/commit/edef41cda8f5432d27a8b056353d963a2798ef03)) +* **ios:** fix nil object to domargument error ([e0fdee5](https://github.com/Tencent/Hippy/commit/e0fdee5cad73fd75b30daba3310b37f2ce08da84)) +* **ios:** fix node data race and shadow views dont hold dom node ([ae3d939](https://github.com/Tencent/Hippy/commit/ae3d939b973ad79a876e41625fc14292233dd386)) +* **ios:** fix nodes deletion action ([1581106](https://github.com/Tencent/Hippy/commit/1581106e877cb7e440170f500259b44c9104db8c)) +* **ios:** fix potential crash because of a nil context pointer ([8337d05](https://github.com/Tencent/Hippy/commit/8337d0550a096f2e290cb11cb7d5c4f80c958cec)) +* **ios:** fix potential crash due to dangling pointer ([8abccdb](https://github.com/Tencent/Hippy/commit/8abccdb09219c34e666e01dc5e71bc631d82abb9)) +* **ios:** fix potential multi-thread crash ([71b3be1](https://github.com/Tencent/Hippy/commit/71b3be1193332940fefe4df036f3f4bfb2d1b165)) +* **ios:** fix potentian crash due to dangling pointer ([#2110](https://github.com/Tencent/Hippy/issues/2110)) ([725a70d](https://github.com/Tencent/Hippy/commit/725a70dfcee614bcb7fd480a351ccb9520b993af)) +* **ios:** fix press event callback ([593426d](https://github.com/Tencent/Hippy/commit/593426dafac972f9a70cc89dbfe949b20f8147fb)) +* **ios:** fix pressin and pressout bugs ([6ae1e8b](https://github.com/Tencent/Hippy/commit/6ae1e8ba04ea335ce979df99f36b217042c8fac5)) +* **ios:** fix protential crash when AppDelegate.window called ([ee99112](https://github.com/Tencent/Hippy/commit/ee991127238f7a384d2ec60ae65c7a9799ddab0a)) +* **ios:** fix reference capture error ([470d14f](https://github.com/Tencent/Hippy/commit/470d14fc381555233cf42c5eae8c14ec13d90920)) +* **ios:** fix reference cycle in block ([f1ed68d](https://github.com/Tencent/Hippy/commit/f1ed68d366eb450111438b950d47e6b3c9aa88d4)) +* **ios:** fix refresh component bug ([59419c3](https://github.com/Tencent/Hippy/commit/59419c397e85c115fdf5adfa779aa377042109c8)) +* **ios:** fix refresh component delay reset bug ([b621818](https://github.com/Tencent/Hippy/commit/b62181827acd787e798c79eefef2a1464870da59)) +* **ios:** fix reload crash bug ([06c3d53](https://github.com/Tencent/Hippy/commit/06c3d533bc73a50e56fad8245892722ce5452bbb)) +* **ios:** fix reload crash bug ([f8b5365](https://github.com/Tencent/Hippy/commit/f8b53659a03809ef9f816c4a37edad07c0531c65)) +* **ios:** fix render event handler bug ([#1356](https://github.com/Tencent/Hippy/issues/1356)) ([a22090d](https://github.com/Tencent/Hippy/commit/a22090d5a213155992082d768e1da8a8d9786ea9)) +* **ios:** fix resize mode center error ([cd8699c](https://github.com/Tencent/Hippy/commit/cd8699ca8db4fede12790c79df167a70ab5c88c5)) +* **ios:** fix resize mode center error ([#708](https://github.com/Tencent/Hippy/issues/708)) ([5002b17](https://github.com/Tencent/Hippy/commit/5002b1703c089ce1edcfdf4d3391601baa89f261)) +* **ios:** fix rich text layout error ([589b931](https://github.com/Tencent/Hippy/commit/589b9319658a30df5edfb1678b243fdb7334ed71)) +* **ios:** fix rtl language support ([02a1e84](https://github.com/Tencent/Hippy/commit/02a1e840e48cbe848a2e097ee02d3ef8d86f1885)) +* **ios:** fix RTL layout error ([#1652](https://github.com/Tencent/Hippy/issues/1652)) ([acbac8f](https://github.com/Tencent/Hippy/commit/acbac8fed46bbeb1c66b62d20308dc80b9211447)) +* **ios:** fix sandbox directory set error ([f52c2b7](https://github.com/Tencent/Hippy/commit/f52c2b7b898ca6930fbdebb960fb80c6fe653c20)) +* **ios:** fix scroll animation in ios15 ([ab2f2d3](https://github.com/Tencent/Hippy/commit/ab2f2d3ecd8be3f9cdcb483655e15cd6148a21ea)) +* **ios:** fix scroll content offset caculate error ([9160d63](https://github.com/Tencent/Hippy/commit/9160d6351591435ea490f22b20934dae71f8701c)) +* **ios:** fix scroll content view rtl ([2ccbd9c](https://github.com/Tencent/Hippy/commit/2ccbd9c2454503ce1bbbb9a94e491246ba46d29a)) +* **ios:** fix scroll parameter of scrollto method ([63aa02d](https://github.com/Tencent/Hippy/commit/63aa02df13ac8309ab4603b3716fc14220530ed0)) +* **ios:** fix scroll rtl error ([1ef5eee](https://github.com/Tencent/Hippy/commit/1ef5eeeac6e3a91e61a8f8e50dc350537259ba5d)) +* **ios:** fix scroll view error when same subview inserted ([b2c7b4c](https://github.com/Tencent/Hippy/commit/b2c7b4c72828ce135ba37449ac51841b286c0dc7)) +* **ios:** fix scrollview direction change bug ([1cc23a8](https://github.com/Tencent/Hippy/commit/1cc23a8d3cc10122717ae4dfeef074572f046d0a)) +* **ios:** fix scrollview padding error ([1da5c15](https://github.com/Tencent/Hippy/commit/1da5c15af6f184e8202556edd7b444c3608cabb9)) +* **ios:** fix shadowview set layout frame bug ([c43e0f0](https://github.com/Tencent/Hippy/commit/c43e0f033aab406a0566cabd87b4523e6687d490)) +* **ios:** fix smart view pager subviews insertion error ([b32a4c4](https://github.com/Tencent/Hippy/commit/b32a4c42c50c349b8ebe831a5a318ee22267bf2d)) +* **ios:** fix some properties setting error for view ([72fb247](https://github.com/Tencent/Hippy/commit/72fb247d72b197c4fc2091cd944961d67a6498cc)) +* **ios:** fix string block capture error ([e2d3d64](https://github.com/Tencent/Hippy/commit/e2d3d6428605bd8ab5cae584fdc898bf747427f6)) +* **ios:** fix subview index exceeds range of count ([229d6db](https://github.com/Tencent/Hippy/commit/229d6dbf4c3184fc16de892a867770a27c202702)) +* **ios:** fix subviews insertion ([e1d6ee3](https://github.com/Tencent/Hippy/commit/e1d6ee3f8e19a2e41290ccad95fb3900483a599b)) +* **ios:** fix support for translateZ ([bbd4d94](https://github.com/Tencent/Hippy/commit/bbd4d941f26842522ef9872888a7d26effe5cf14)) +* **ios:** fix synax error ([8314919](https://github.com/Tencent/Hippy/commit/8314919afdfc6a77463ff2c266c7b08d68f8dd97)) +* **ios:** fix text align error on RTL layout ([4dcf40e](https://github.com/Tencent/Hippy/commit/4dcf40e0afd285751979d7d52d36a4d4fe4fdbab)) +* **ios:** fix text dirty bug ([b21fcde](https://github.com/Tencent/Hippy/commit/b21fcded0d2fa8855135618b4f3982014f0211cd)) +* **ios:** fix text input placeholder error ([08e126f](https://github.com/Tencent/Hippy/commit/08e126f04db331859bf6abea5fc6fdd6dd20d2bf)) +* **ios:** fix text-image mixed content layout error ([aca765b](https://github.com/Tencent/Hippy/commit/aca765b35f49eec87e50ea83148a83493376741a)) +* **ios:** fix timing sequence error ([59d339b](https://github.com/Tencent/Hippy/commit/59d339b2945e9318c68a5bd83aca1c6dd101e972)) +* **ios:** fix timing sequence for image load ([20b423d](https://github.com/Tencent/Hippy/commit/20b423d627311e2a67da8e4cde537210386eee71)) +* **ios:** fix touch bug ([0730e4d](https://github.com/Tencent/Hippy/commit/0730e4ddfea8f60b308ea9db104464d5db921f1a)) +* **ios:** fix touch event key name ([342a1f4](https://github.com/Tencent/Hippy/commit/342a1f44afdd511aee904cee122c2cac60427024)) +* **ios:** fix touchmove event ([b74693a](https://github.com/Tencent/Hippy/commit/b74693ad2e4cb22a02359688c0810a3a14228edf)) +* **ios:** fix ui callback bug ([#1279](https://github.com/Tencent/Hippy/issues/1279)) ([9099c29](https://github.com/Tencent/Hippy/commit/9099c29095597b38e30af7c87e23fffe1f89a8a6)) +* **ios:** fix ui function callback error ([a41da38](https://github.com/Tencent/Hippy/commit/a41da38daa3998d12a8f73bde459fdff55e0b18b)) +* **ios:** fix undo crash for uitextfiled component ([3f9a790](https://github.com/Tencent/Hippy/commit/3f9a79002d076d372ce74428204d07b2da40b834)) +* **ios:** fix vfs callback error ([1636895](https://github.com/Tencent/Hippy/commit/163689582886b1ae0b6656e07eb5de25e00e79dc)) +* **ios:** fix view creation missing if view is created lazily ([a5c58e7](https://github.com/Tencent/Hippy/commit/a5c58e73ec750ae01acbfab2cc666498ffaf7d2e)) +* **ios:** fix view event ([46b235a](https://github.com/Tencent/Hippy/commit/46b235a9bba785324ee4d30815bc13d022ea8500)) +* **ios:** fix view hierarchy bugs ([c82ba43](https://github.com/Tencent/Hippy/commit/c82ba43fcc054969f89f0e4d328668db3f4456c8)) +* **ios:** fix view pager item frame error ([5754d4c](https://github.com/Tencent/Hippy/commit/5754d4ca98ff56a62893db667b00b3082a86cd76)) +* **ios:** fix view pager item frame error ([b4efa66](https://github.com/Tencent/Hippy/commit/b4efa66fec4b612940fec79b40bfd80958551624)) +* **ios:** fix view pager item index error ([0db25ee](https://github.com/Tencent/Hippy/commit/0db25ee0f104f29834f37a66a5a6c03d23969dae)) +* **ios:** fix view render event handler ([300aa16](https://github.com/Tencent/Hippy/commit/300aa16170c24fea565ac80828fa2cdb32ab21ca)) +* **ios:** fix viewpager bug ([4fdc72e](https://github.com/Tencent/Hippy/commit/4fdc72e7879f41ced5155857dd5356bc87d6bf58)) +* **ios:** fix viewpager component bug ([#564](https://github.com/Tencent/Hippy/issues/564)) ([0d896f6](https://github.com/Tencent/Hippy/commit/0d896f6ec1236d5de9e75da889f392f830457119)) +* **ios:** fix viewpager onpagescroll and onpageselected event ([#761](https://github.com/Tencent/Hippy/issues/761)) ([ddfd63e](https://github.com/Tencent/Hippy/commit/ddfd63e57039d5e3871a5cc9aaa5d89c31f593a5)) +* **ios:** fix viewpageritem frame set error ([7a67572](https://github.com/Tencent/Hippy/commit/7a675725fdc9209bcc9d6cb9354918ee868cbe21)) +* **ios:** fix vue demo bug ([9dbeb60](https://github.com/Tencent/Hippy/commit/9dbeb60163d8736b62f3cb6b9978d660c3fad268)) +* **ios:** fix websocket params error and remove assert ([e9438ec](https://github.com/Tencent/Hippy/commit/e9438ec99f378c95e8b7e933f634820e792c0b5d)) +* **ios:** fix wrap-reverse layout ([67a6fd7](https://github.com/Tencent/Hippy/commit/67a6fd714148af80e0df0b629533603160a4346b)) +* **ios:** fixed a bug where the extracomponents did not take effect ([9500609](https://github.com/Tencent/Hippy/commit/950060994ce394569e427b917210c1bea2c751ba)) +* **ios:** get node from dom manager ([72c7be9](https://github.com/Tencent/Hippy/commit/72c7be96103560ac5a75879f7cd040acd7db9de3)) +* **iOS:** gif is play fast at high fresh rate device ([a3b50b2](https://github.com/Tencent/Hippy/commit/a3b50b2a57a31a1cd8086a436c570d162815c094)) +* **ios:** hippy-vue textInput isFocused not working ([a3a5759](https://github.com/Tencent/Hippy/commit/a3a5759a7d55c3a374aab27298d016ed8f0fa835)) +* **ios:** hippysubviews should be removed when reuse ([f2d62f8](https://github.com/Tencent/Hippy/commit/f2d62f801deaefac2586d926d5067f7e3a0f6227)) +* **ios:** ignore multiline property for password type textinput ([f41a836](https://github.com/Tencent/Hippy/commit/f41a836efaceaa4a161e2e7eef99fa1b499cd63f)) +* **ios:** image processed by operation should set needblur yes ([1113e6c](https://github.com/Tencent/Hippy/commit/1113e6c32be6cc378b3837f3863e84c3633e5807)) +* **ios:** implement backgroundSize setter for HippyImageView ([b11eec8](https://github.com/Tencent/Hippy/commit/b11eec8cc9a145cd0278b2f5ca484b8f20e1f243)) +* **ios:** implement startbatch function ([5901976](https://github.com/Tencent/Hippy/commit/59019765b71941d20c58ecb968ca3c9149e57a01)) +* **ios:** improve stability ([acdc64f](https://github.com/Tencent/Hippy/commit/acdc64f5b9d1d310e3767e0bc959f2b4aae5d15a)) +* **ios:** improve stability ([ce8809e](https://github.com/Tencent/Hippy/commit/ce8809e73b05ea28573209cba321ddc54a8bc2f8)) +* **ios:** improve stability for vfs module ([fe2ed71](https://github.com/Tencent/Hippy/commit/fe2ed7108e063977a10eae5a681927e99ac01da5)) +* **ios:** improve stability for websocket module ([0b04739](https://github.com/Tencent/Hippy/commit/0b0473927ec71ef508e7bfd764712a24a413ede1)) +* **ios:** invoke jscexecutor.invalide on js queue ([91b87d5](https://github.com/Tencent/Hippy/commit/91b87d5ec625a23813314cb1c365e372afb546e4)) +* **ios:** jsc stringRef bad access ([621ee7e](https://github.com/Tencent/Hippy/commit/621ee7e2f39633c2b9a6bc6a100aec8c30af0f8c)) +* **iOS:** jsi convert Chinese string error ([d45eead](https://github.com/Tencent/Hippy/commit/d45eead0cb1ece7a6d1d19b00f6436c2e2f0648c)) +* **ios:** list node should set dirty when loads lazily ([1bcf9ca](https://github.com/Tencent/Hippy/commit/1bcf9ca5a968172169fef14bda862f560397e8b9)) +* **ios:** make DomManager.SetRootSize called in dom thread ([#1971](https://github.com/Tencent/Hippy/issues/1971)) ([2238c8c](https://github.com/Tencent/Hippy/commit/2238c8c151895000464703e0ca8aa39f756aa551)) +* **ios:** make ios project better again ([31c0de0](https://github.com/Tencent/Hippy/commit/31c0de0d3fe3aca376559d079eabc7926525559d)) +* **ios:** make list show full contents ([78180d6](https://github.com/Tencent/Hippy/commit/78180d69973d2761c238fb54e4d75cd4ccc5cd99)) +* **ios:** make sure calayer.setneedsdisplay will trigger displaylayer ([39a008e](https://github.com/Tencent/Hippy/commit/39a008ebd2b2d49d74e72f4a532750d18bed38fc)) +* **ios:** make waterfall executable ([efad585](https://github.com/Tencent/Hippy/commit/efad5855713608271a3c3c87fcef13ed5a7fee7a)) +* **ios:** maxlength property not working in hippy-vue ([850af69](https://github.com/Tencent/Hippy/commit/850af6975c1d9a4205166b3d3d6f693ab04a415c)) +* **ios:** modify cookie setting logic ([d3ce7ca](https://github.com/Tencent/Hippy/commit/d3ce7cabee46feaa1e1dbe51b242f8b84fedf96e)) +* **ios:** move hippy default file scheme handler to hippyfilehandler ([990a90d](https://github.com/Tencent/Hippy/commit/990a90d299e51a2079331c813aa43a491f610b6c)) +* **ios:** move module init from asynchronization to synchronization ([8dbd8ce](https://github.com/Tencent/Hippy/commit/8dbd8ce7d2df3459430a118c9030b94dff962e5c)) +* **ios:** need to dirty shadowviews when creating view from shadowview ([49b742a](https://github.com/Tencent/Hippy/commit/49b742a70e5ff4b8ba7212acc16c21e5d9ed07af)) +* **ios:** needs to reset showing state when cell prepares for reusing ([24032da](https://github.com/Tencent/Hippy/commit/24032dae28ec8643c79aee0a872c98cf6fac5800)) +* **ios:** no animation for frame reset ([8951de9](https://github.com/Tencent/Hippy/commit/8951de9ad8da553218bfe02d87684f47f0938bb9)) +* **ios:** no more tracking safa area for tableview ([4ea24ae](https://github.com/Tencent/Hippy/commit/4ea24ae8edd317bf563be2847764975459457d0c)) +* **ios:** no setting CAAnimation.beginTime as far as possible ([c5ea6ec](https://github.com/Tencent/Hippy/commit/c5ea6ec01f0f44ce68a077b0b32117285d0d7043)) +* **ios:** onPulling will occur on right number ([6f0aa6c](https://github.com/Tencent/Hippy/commit/6f0aa6c30d16976a8cf39c3df394210f98f79d2f)) +* **ios:** optimize process when reset scrollview's subview ([bca5dd0](https://github.com/Tencent/Hippy/commit/bca5dd00edb78c08a93a0d90ddc2daf532521054)) +* **ios:** optimize process when reset scrollview's subview ([00e7384](https://github.com/Tencent/Hippy/commit/00e7384f472ce0496ade9b82e39cd4b823f862d4)) +* **ios:** optimize process when reset scrollview's subview ([57cce60](https://github.com/Tencent/Hippy/commit/57cce605d7e48a517a7e58308ee19f15e79d1233)) +* **ios:** optimizing hippy view creation ([2b4da63](https://github.com/Tencent/Hippy/commit/2b4da63a4f4f3e5248399694ef5212cd9dc1a11f)) +* **ios:** padding not working on text's subview ([96cb82f](https://github.com/Tencent/Hippy/commit/96cb82f360d41ad078f146abe5bfb63ba0ee2e15)) +* **ios:** padding result needs to set to render object ([255a7d3](https://github.com/Tencent/Hippy/commit/255a7d30e8ca3e9f368850db218157517d574621)) +* **ios:** pending calls should be invoked after scope initialized ([958feea](https://github.com/Tencent/Hippy/commit/958feead2ec1df9142c5dfa0c5ae7d72e1608401)) +* **ios:** place an empty image for placeholder ([1335dde](https://github.com/Tencent/Hippy/commit/1335dde775beb6d72ebe4492d2822356321d6542)) +* **ios:** properties define in uiview's designated initializer ([d13bad2](https://github.com/Tencent/Hippy/commit/d13bad229bacfb0e3a623e129cc8c8e6ef6d0de1)) +* **ios:** radius must be smaller than half of component's length ([8441928](https://github.com/Tencent/Hippy/commit/84419283edc62eba43876508108e6468257770dc)) +* **ios:** reduce GPU usage by reducing off-screen rendering ([#1902](https://github.com/Tencent/Hippy/issues/1902)) ([4046bbb](https://github.com/Tencent/Hippy/commit/4046bbbe8de2e35204b96ca3e3851f2fd772878d)) +* **iOS:** refresh header not rebound automatically ([b4f9207](https://github.com/Tencent/Hippy/commit/b4f92079ed703b55ea06a163e1e16ec66bc7d520)) +* **ios:** remove add ui task event ([2762d6c](https://github.com/Tencent/Hippy/commit/2762d6ce9f218b354f9d0a7314efc40d42cfb7f1)) +* **ios:** remove an unused gesture ([211402c](https://github.com/Tencent/Hippy/commit/211402cff95b64e94ddc376f3da7db90b45145e6)) +* **ios:** remove check numberOfRows property ([277044c](https://github.com/Tencent/Hippy/commit/277044c4e12f95fbe4a2708831cb96c362116a0e)) +* **ios:** remove deleted enum ([112cd95](https://github.com/Tencent/Hippy/commit/112cd95bfae20cc120b14f1f8e36b39cc7ea92fc)) +* **ios:** remove error codes ([4b3a77c](https://github.com/Tencent/Hippy/commit/4b3a77c72843d5ae4162459752ebd772b08d308a)) +* **ios:** remove test code ([ab96cb3](https://github.com/Tencent/Hippy/commit/ab96cb3fceebeb29c1219f671db6266b76741845)) +* **ios:** repath vue2 demo folder ([8ef1e78](https://github.com/Tencent/Hippy/commit/8ef1e786788ba451e3adcb4f6e2e644205b26104)) +* **ios:** reset tableview top padding to zero in ios15 ([#1000](https://github.com/Tencent/Hippy/issues/1000)) ([6ca0f7a](https://github.com/Tencent/Hippy/commit/6ca0f7a3a3153282810f72fd45ffc9c9b1c5294c)) +* **iOS:** retain cycle with vc and bridge ([13bb034](https://github.com/Tencent/Hippy/commit/13bb0349b208ddf8a93bf46922d119dcc02a8d38)) +* **ios:** revert scroll animation fix for ios15 ([c138dfd](https://github.com/Tencent/Hippy/commit/c138dfd377e728082ee33d22d8fdf354dfe1c002)) +* **ios:** roottag property should not be updated ([a36c7c7](https://github.com/Tencent/Hippy/commit/a36c7c7008a59ba1b1dfb44a7060febfa495b41d)) +* **ios:** RTL layout fix ([#1670](https://github.com/Tencent/Hippy/issues/1670)) ([a5768f8](https://github.com/Tencent/Hippy/commit/a5768f898119b1f5845f2129a0123922ef9916af)) +* **ios:** save scroll's contentoffset for reusing in cell ([f22f23d](https://github.com/Tencent/Hippy/commit/f22f23d15eec327a705f85809b02f390837679a5)) +* **ios:** scope shouldn't be null before set name ([fd762c4](https://github.com/Tencent/Hippy/commit/fd762c42b9957482b5069c09fa069cb5a8db8750)) +* **ios:** scrollview: scrollToWithDuration not trigger OnScroll ([cec1e26](https://github.com/Tencent/Hippy/commit/cec1e2697ac53b034b60fe8093930eae37dc1072)) +* **ios:** set right zPosition for listview cell ([#928](https://github.com/Tencent/Hippy/issues/928)) ([042b5f9](https://github.com/Tencent/Hippy/commit/042b5f98b87bac6603534863be441d9db84fb732)) +* **ios:** show secondary page ([9897f3d](https://github.com/Tencent/Hippy/commit/9897f3d7a0baee0dbe64a20ad0548f9a01d450aa)) +* **ios:** text layout measure function modify ([4df7d11](https://github.com/Tencent/Hippy/commit/4df7d1147959a3fdffbcd801bd50ff27f0c2e832)) +* **ios:** text need to do layout after marking dirty ([b7ddd91](https://github.com/Tencent/Hippy/commit/b7ddd913040f356154cea9953e7ec7752b470cb7)) +* **ios:** text should not be available for view cache ([4a76a94](https://github.com/Tencent/Hippy/commit/4a76a94074a8818407be838f5686ce22cec1da32)) +* **ios:** try catch malloc exception when make image blurred ([#603](https://github.com/Tencent/Hippy/issues/603)) ([dc6d394](https://github.com/Tencent/Hippy/commit/dc6d394a41c41e104e8a5398012440357371222b)) +* **ios:** try to avoid cases where result is NAN ([786578e](https://github.com/Tencent/Hippy/commit/786578eab1c62a3e014209aac8467ee3804ae605)) +* **ios:** try to fix data race and apply layout recursively ([6524bdf](https://github.com/Tencent/Hippy/commit/6524bdf46e3f581d603950e40c00bc8d36f8aa4a)) +* **ios:** turbo runtime must release in js thread ([3258e55](https://github.com/Tencent/Hippy/commit/3258e553e915163a3023853db4955794e0f9cd4a)) +* **ios:** update v3.0 build script for ios ([369090d](https://github.com/Tencent/Hippy/commit/369090d5942f5da899116cc4478735d3977af633)) +* **ios:** update visibility available now ([8ed429d](https://github.com/Tencent/Hippy/commit/8ed429d11f880eda8a719e79aa2aab0d2d85d6b0)) +* **ios:** update vue example ([f9134fb](https://github.com/Tencent/Hippy/commit/f9134fb99e395e81844eb4d8a9d7eadcee134337)) +* **ios:** use auto release pool for cpp thread ([3a5d69a](https://github.com/Tencent/Hippy/commit/3a5d69a8368f41805f5b8d1dff76a8ce6240da13)) +* **ios:** use shadow view to create views ([6fcb6a7](https://github.com/Tencent/Hippy/commit/6fcb6a7d4b0547ad266d87a6f6e7b1b1c17da5a9)) +* **ios:** use smart pointer instead of non-smart pointer ([6934fe8](https://github.com/Tencent/Hippy/commit/6934fe8adf4e0abd78fec6d4f5bdea4043257f23)) +* **ios:** use weak self for lambda to capture oc object ([0682b96](https://github.com/Tencent/Hippy/commit/0682b9656a7a954fe3167aeceb7579b9563026bc)) +* **ios:** ViewPager onPageScrollStateChange missing settling/dragging ([970cea1](https://github.com/Tencent/Hippy/commit/970cea15cadfe734971d98e02a26414b9cd27342)) +* **ios:** vsync must be forwarded to dom in dom thread ([febb670](https://github.com/Tencent/Hippy/commit/febb670e6b221830a697607e2c2035d69496949f)) +* **js:** update ts version and ts declaration issues ([64e9bc7](https://github.com/Tencent/Hippy/commit/64e9bc738a793928608cac564e0353b5c14132f2)) +* **layout:** fix fractional width compute ([6a83464](https://github.com/Tencent/Hippy/commit/6a834642bb33a8f0a76e718cb6ea5394949539b7)) +* **layout:** fix layout cache error ([206f458](https://github.com/Tencent/Hippy/commit/206f458174a630269d9ecd607b40428724d155af)) +* **layout:** fix layout convert error ([8c72298](https://github.com/Tencent/Hippy/commit/8c722988ef3c53e463a65b3c6415c8dccdf2f6f6)) +* **layout:** fix missing scale factor value ([c34cb12](https://github.com/Tencent/Hippy/commit/c34cb12e1623bdbf3f6a71d58663bfff9b3ff6c5)) +* **layout:** fix yoga build failed ([#1593](https://github.com/Tencent/Hippy/issues/1593)) ([a1c376d](https://github.com/Tencent/Hippy/commit/a1c376d5d40972d380730479d0a45440b28163f7)) +* **layout:** get default correct value when delete some properties ([cbb9770](https://github.com/Tencent/Hippy/commit/cbb977034edfbed3edfc6110b6ecc7f4e264faec)) +* **layout:** improve the accuracy of the layout engine ([c54facc](https://github.com/Tencent/Hippy/commit/c54faccb0d046af1ff6ced6cb434f605b8d8ac43)) +* **layout:** increase delta for double data comparisons ([e2fa297](https://github.com/Tencent/Hippy/commit/e2fa297b75b4e3fedebeb1fb1039bf6b306beb12)) +* **layout:** remove value checked function ([147e773](https://github.com/Tencent/Hippy/commit/147e77337eb207351cd9961dad212b422fd892a2)) +* **lerna:** change lerna execute path ([97b52e8](https://github.com/Tencent/Hippy/commit/97b52e86e1c61dd2e307e1a279f70da226b4758b)) +* **native_render:** fix the bug that ImageView can't set event callbacks ([7b03fbf](https://github.com/Tencent/Hippy/commit/7b03fbf44fa09de8ad4d6d1efd93c5ce4566e034)) +* **npm:** update got from vulnerable to safe version ([93cf4d8](https://github.com/Tencent/Hippy/commit/93cf4d8e3752143c62dae49c3318ef6316abf134)) +* **npm:** update lerna to fix vulernable npm package ([22ae601](https://github.com/Tencent/Hippy/commit/22ae601e50e7070b6290170938b984c85dac4940)) +* **npm:** update vulnerable npm packages ([a5897fa](https://github.com/Tencent/Hippy/commit/a5897fafea94d9fd25977bb4c30db55704a10903)) +* **performance:** fix performance bug ([#3236](https://github.com/Tencent/Hippy/issues/3236)) ([2cb7506](https://github.com/Tencent/Hippy/commit/2cb750615bd8cf2d852e39fffe2cf3ffb6a45905)) +* **performance:** fix performance crash ([#3237](https://github.com/Tencent/Hippy/issues/3237)) ([eb77c15](https://github.com/Tencent/Hippy/commit/eb77c15fdbcb1d7077784072ad55d5170dbfcb87)) +* **react-demo,vue-demo:** local-debug script ([419888e](https://github.com/Tencent/Hippy/commit/419888e6d1ebf8e25f1eab8b5c701c3dd608d5c3)) +* **react-demo:** fix some animations not destroy ([28b7171](https://github.com/Tencent/Hippy/commit/28b7171f369b1089f0ec2a8519407219be754cac)) +* **react,vue:** add TextInput color parser ([5363b7c](https://github.com/Tencent/Hippy/commit/5363b7c2eb3195e2245ef08cefe63118baa4b81d)) +* **react,vue:** fix event register error ([67e92cf](https://github.com/Tencent/Hippy/commit/67e92cf572587a3092900a5bc8a46c7a098fe899)) +* **react,vue:** fix rgb format for linear-gradient parser ([96e27f3](https://github.com/Tencent/Hippy/commit/96e27f3394a5da230ef38b2f68b7ca4b2de5ba31)) +* **react,vue:** fixed timeRemaining judge ([c2deb26](https://github.com/Tencent/Hippy/commit/c2deb26de376044df1f5fd2a9376a2cac42af4e0)) +* **react:** add ref null judgement for getElementFromFiberRef ([96b6640](https://github.com/Tencent/Hippy/commit/96b6640e69a76a1ada5ddcf67444e59cc92c814c)) +* **react:** change dev attribute to deep copy ([40e15b6](https://github.com/Tencent/Hippy/commit/40e15b6b3f59aec4094ee27b0b06ff477a87e026)) +* **react:** change isEventAttribute logic ([472c9f5](https://github.com/Tencent/Hippy/commit/472c9f53b22a0fe73f6a9cb2d4ad76453111b701)) +* **react:** fix animation repeat event error ([407855b](https://github.com/Tencent/Hippy/commit/407855b09404b09951dc8f6db1789906590bb83b)) +* **react:** fixed custom style for scrollview not work ([21f11a6](https://github.com/Tencent/Hippy/commit/21f11a6fd3bd59834304864f180c70ff9eef9cd2)) +* **react:** fixed focusable component child displayName ([7cec386](https://github.com/Tencent/Hippy/commit/7cec386e80d0b24b68808887877e7230d53c86e7)) +* **react:** fixed linearGradient update not work ([753f386](https://github.com/Tencent/Hippy/commit/753f386dd017d804aa0ecde94a3d6f63bb02704e)) +* **react:** listview initialListSize default value set to 15 ([a87b037](https://github.com/Tencent/Hippy/commit/a87b0378a51b541e486ba819614b2c62d75e7645)) +* **render_manager:** fix render manager measure function error ([1d6641d](https://github.com/Tencent/Hippy/commit/1d6641dd2c11ef5d785fcea3d49d4219526e679d)) +* **renderer:** add document for tdf render ([2a36160](https://github.com/Tencent/Hippy/commit/2a36160c9436b6d10bae1df7caad19630aa50617)) +* **renderer:** add document for tdf render ([1804de4](https://github.com/Tencent/Hippy/commit/1804de425a88220131df41ad4a73f0ad8e6434e5)) +* **renderer:** add document for tdf render ([69742a1](https://github.com/Tencent/Hippy/commit/69742a15344d131e4cb642ef2e7930d6ff843de3)) +* **renderer:** check view type when attach to node ([daeec57](https://github.com/Tencent/Hippy/commit/daeec57e420553f1b61708904c1feb370f380e07)) +* **renderer:** check view type when attach to node ([7a27c73](https://github.com/Tencent/Hippy/commit/7a27c739f76c5d8bf5aaee756b4608d5f865ff9f)) +* **renderer:** fix EmbeddedView props ([4d094ec](https://github.com/Tencent/Hippy/commit/4d094ec9053203bc08f82ed93a1b3a1464710abb)) +* **renderer:** fix EmbeddedViewNode display bug ([62b0e74](https://github.com/Tencent/Hippy/commit/62b0e74f50fb411aae5609e66e9dc8b47011478d)) +* **renderer:** fix EmbeddedViewNode event callback ([3b771aa](https://github.com/Tencent/Hippy/commit/3b771aa9ce70a19a3dd0a94224525bcfb8fe8ebc)) +* **renderer:** fix EmbeddedViewNode gestures ([09b72c0](https://github.com/Tencent/Hippy/commit/09b72c0f01b60a6182e115894a5dc8d85ca8723b)) +* **renderer:** fix gesture bug for ListView reload ([6907511](https://github.com/Tencent/Hippy/commit/6907511bf98dadc9de47f2b63ce80e56839f6bc6)) +* **renderer:** fix ImageViewNode bug when view changed ([3291381](https://github.com/Tencent/Hippy/commit/3291381845b519a8e98f691a74eef9e009282ca1)) +* **renderer:** fix ImageViewNode event callback ([3af140e](https://github.com/Tencent/Hippy/commit/3af140efe97c174515aa6ada14bbd535b3455608)) +* **renderer:** fix ImageViewNode param error crash ([c521fa3](https://github.com/Tencent/Hippy/commit/c521fa3562e2a40e2f0a97404ad748f319f500e2)) +* **renderer:** fix ImageViewNode param type ([4ce0ad5](https://github.com/Tencent/Hippy/commit/4ce0ad535b0334de2655b4c17ba2a0e94d99cd35)) +* **renderer:** fix ListViewNode bug when dom delete item DomNode ([cd3361f](https://github.com/Tencent/Hippy/commit/cd3361f426ba6d1ce4a6ec851a75300695904169)) +* **renderer:** fix ListViewNode crash ([645e496](https://github.com/Tencent/Hippy/commit/645e4960f4a54d0baadda5cc2366101315c7229b)) +* **renderer:** fix ListViewNode crash when dom node changed ([e8cbfb4](https://github.com/Tencent/Hippy/commit/e8cbfb460bf7f3a41dfa7d7effc5df515e785009)) +* **renderer:** fix ListViewNode crash when itemViewType error ([3b8ce29](https://github.com/Tencent/Hippy/commit/3b8ce29aee71741d1c29744f72040603a1416577)) +* **renderer:** fix ListViewNode crash when no itemViewType ([d54efda](https://github.com/Tencent/Hippy/commit/d54efdae12368f854681f38778a29540c7a759a1)) +* **renderer:** fix ListViewNode crash when remove event ([df8cc6f](https://github.com/Tencent/Hippy/commit/df8cc6f3b7ea37d42eee746cb6373a4dd30abb83)) +* **renderer:** fix ListViewNode layout bug when scroll reverse ([589b149](https://github.com/Tencent/Hippy/commit/589b1492214e1ce6163df5d99a7aae7c185d6f99)) +* **renderer:** fix ListViewNode reload bug when cell height changed ([856c7ac](https://github.com/Tencent/Hippy/commit/856c7ac80fe2bf6c6f8c6c0aace9b49c89b943d2)) +* **renderer:** fix null style value crash ([33d946e](https://github.com/Tencent/Hippy/commit/33d946e1ce799d8a3dc3996ce12d52e1d9d1416d)) +* **renderer:** fix tdf renderer bug ([#2552](https://github.com/Tencent/Hippy/issues/2552)) ([9a6402e](https://github.com/Tencent/Hippy/commit/9a6402e50689575357c197c59caad17a6a5502bb)) +* **renderer:** fix tdf renderer bug ([#3153](https://github.com/Tencent/Hippy/issues/3153)) ([4fdb14a](https://github.com/Tencent/Hippy/commit/4fdb14adf1a8ccd7a906919743f2b8f3dbcbc5d5)) +* **renderer:** fix tdfcore view crash when layout result width < 0 ([f089b9d](https://github.com/Tencent/Hippy/commit/f089b9d2a8eb4a232071c6cc2cf124c423bb05ba)) +* **renderer:** fix TDFRender compilation problems ([06630be](https://github.com/Tencent/Hippy/commit/06630be450b8b2cfd4d0022404d299719e36a57f)) +* **renderer:** fix text not center bug ([06377d1](https://github.com/Tencent/Hippy/commit/06377d19692a862406fe03dca5203c5c1059e064)) +* **renderer:** fix TextInputNode bug ([e0278ed](https://github.com/Tencent/Hippy/commit/e0278ededc266f93036b007e371ae9e53613ab9d)) +* **renderer:** fix TextInputNode vertical align ([d620b22](https://github.com/Tencent/Hippy/commit/d620b22dca943351af6afb3e7fbd5ff9286a0301)) +* **renderer:** fix TextViewNode bug when delete root node ([2278f32](https://github.com/Tencent/Hippy/commit/2278f327e751787df8d2fa116fddeb2ba9d50507)) +* **renderer:** fix TextViewNode default vertical align ([2b6a5cb](https://github.com/Tencent/Hippy/commit/2b6a5cbff776ad4c6609d318cba9a09d588cb382)) +* **renderer:** fix TextViewNode/TextInputNode numberOfLines ([3a8631a](https://github.com/Tencent/Hippy/commit/3a8631a70d275aedeb0fee16075684d71827f06a)) +* **renderer:** fix the crash of calling the rootview OnDelete function ([b14679f](https://github.com/Tencent/Hippy/commit/b14679f5b25a40b9f79d1de84084636818841731)) +* **renderer:** fix touch and click conflict bug ([9394b4c](https://github.com/Tencent/Hippy/commit/9394b4c5227f082e8b5064dba2ae80fb81b42626)) +* **renderer:** fix touch two times bug ([d0c7ead](https://github.com/Tencent/Hippy/commit/d0c7eadd919f622b2ea5216fa28aacf8ede4b8a6)) +* **renderer:** fix unsuitable type conversion ([253f203](https://github.com/Tencent/Hippy/commit/253f203614e20cd988aff6a1b6ce484ae49e9115)) +* **renderer:** fix view backgroundColor bug for switch component ([1e4491f](https://github.com/Tencent/Hippy/commit/1e4491fe4f37c3697649cb190b4ee3f8051fdd91)) +* **renderer:** fix view clip bug ([55b133f](https://github.com/Tencent/Hippy/commit/55b133f0926341b72667da295b1e96050ed589bc)) +* **renderer:** fix ViewNode attach bug when subview type not match ([e1d0a48](https://github.com/Tencent/Hippy/commit/e1d0a48a5cbee2d4bb8dece3bac39c3c9ca46c5d)) +* **renderer:** fix ViewNode nullptr crash ([23cc462](https://github.com/Tencent/Hippy/commit/23cc462a0faef673bd97f9771e863ce73eae3791)) +* **renderer:** fix ViewNode style deleted props ([4b3bc50](https://github.com/Tencent/Hippy/commit/4b3bc50636b4623c7d004815bdcf0c7366537eaa)) +* **renderer:** fix ViewPagerNode gesture bug ([6a1e171](https://github.com/Tencent/Hippy/commit/6a1e1719b36b3a7b8ecc1dca008c7692332bf0c8)) +* **renderer:** fix ViewPagerNode layout bug ([5888745](https://github.com/Tencent/Hippy/commit/5888745c44c665d2ceb158a077b1208a5612e25e)) +* **renderer:** fix ViewPagerNode layout bug when layout size == 0 ([fb577aa](https://github.com/Tencent/Hippy/commit/fb577aa89825be6c8b92800e151868bf0a1dccce)) +* **renderer:** fix ViewPagerNode switch tab bug ([30af1f8](https://github.com/Tencent/Hippy/commit/30af1f8029128757b9f6522e71fdfeb9487e22ce)) +* **renderer:** fix Worker error ([ba86070](https://github.com/Tencent/Hippy/commit/ba86070ec8638817a63858841a53da96214762c9)) +* **renderer:** fix Worker thread crash ([0faf732](https://github.com/Tencent/Hippy/commit/0faf7321e90c26b80be60cd9e6d4d13055bc56d7)) +* **renderer:** solve the leak of scope when the engine is destroyed ([dad6f4b](https://github.com/Tencent/Hippy/commit/dad6f4bad8aac8bc95ac4238d581cbf5e23297b7)) +* **renderer:** support backgroundImage for every ViewNode ([8d3d6c8](https://github.com/Tencent/Hippy/commit/8d3d6c8bb2f32e628ae70b2ddd45557a7a814c90)) +* **renderer:** support double to int32 ([948fffc](https://github.com/Tencent/Hippy/commit/948fffcec211bae06804ed6f43a42055eb5ae3bc)) +* **renderer:** tdfrender compile fix ([0b81629](https://github.com/Tencent/Hippy/commit/0b81629011e3ac6d6a097e712fef5946ad6ae626)) +* **renderer:** TextViewNode enableScale is not supported ([4713a4f](https://github.com/Tencent/Hippy/commit/4713a4fb9ba29d44b406319df96199c4956d3466)) +* **renderer:** update binary tdfcore and compile fix ([5312eb0](https://github.com/Tencent/Hippy/commit/5312eb0c913f15c60ae09cb5fff7012cd3e31bda)) +* **renderer:** update tdfcore - 1ee710607e1df6305d5fb63b1e1dbe25cfe9bb65 ([f597844](https://github.com/Tencent/Hippy/commit/f5978442f4f9bd0670b68f2dd7257c51f1fd0daa)) +* **renderer:** update tdfcore - f259cb69e107548b2bd23aaff85aca77abaf752d ([9f8e63a](https://github.com/Tencent/Hippy/commit/9f8e63a95f536a4a0e39d41871718c9f51661ad3)) +* **script:** fix build script error ([9c9ab61](https://github.com/Tencent/Hippy/commit/9c9ab6152868e8a00e58f7635a535fdaf2de311e)) +* **vfs:** -1 mark as invalid progress callback id ([0eab24e](https://github.com/Tencent/Hippy/commit/0eab24e2ed626593487d47689925adf5de4bcdb0)) +* **vfs:** fix context error when activity is destroyed ([30e4001](https://github.com/Tencent/Hippy/commit/30e4001fa07ab581a85c0a1dfc67cdc339dd6e1f)) +* **vfs:** fix infinite recursion bug for vfs ([8a11f97](https://github.com/Tencent/Hippy/commit/8a11f970abe5c426971a2271a3b4c4661c7c0d6b)) +* **vfs:** fix interceptor for vfs ([67fa893](https://github.com/Tencent/Hippy/commit/67fa8936c5f155d5e11434042670ad78c747b29a)) +* **vfs:** fix vfs crash ([63a3da9](https://github.com/Tencent/Hippy/commit/63a3da9846bb339eff9e382a66cf0b1c83871cea)) +* **vfs:** fix vfs error ([8f618ec](https://github.com/Tencent/Hippy/commit/8f618ec968a85cf82057514db1f92484f68f6722)) +* **vfs:** fix weak_from_this error ([6108758](https://github.com/Tencent/Hippy/commit/61087588518dd9079429390467a6261648cda222)) +* **voltron:** add code owner ([abc39fe](https://github.com/Tencent/Hippy/commit/abc39fefff90d056198e0ab117e97d70c1bec990)) +* **voltron:** add copyright header ([21dc2a7](https://github.com/Tencent/Hippy/commit/21dc2a7b13b29611d8e4d3a35ec3339c6db9603d)) +* **voltron:** add license in plugin impl ([156e227](https://github.com/Tencent/Hippy/commit/156e227eb4e0c7ec1ccb00ba17e3115b994d46a1)) +* **voltron:** add origin cookie support and fix network rsp json data encode ([#2572](https://github.com/Tencent/Hippy/issues/2572)) ([6757e3d](https://github.com/Tencent/Hippy/commit/6757e3d921f84da9d55e5dbd52fb33efbde7c876)) +* **voltron:** catch voltron image base64 decode error ([#2822](https://github.com/Tencent/Hippy/issues/2822)) ([b56e850](https://github.com/Tencent/Hippy/commit/b56e850bfb1c2b29f85cafa2e4aab27c22e50164)) +* **voltron:** code error ([b30c51f](https://github.com/Tencent/Hippy/commit/b30c51f901db871eb58b0e7d5b1fec25db5a1d4e)) +* **voltron:** delete podfile.lock ([060113a](https://github.com/Tencent/Hippy/commit/060113aaca1cd0ed98f6808b6e126c1717cfb4c9)) +* **voltron:** dom manager vfs change ([81e7ad6](https://github.com/Tencent/Hippy/commit/81e7ad6960ead729f35f5ce959369f4f4bda6374)) +* **voltron:** fix cache engine mode ui size error ([3a4c086](https://github.com/Tencent/Hippy/commit/3a4c0862433442e9da94fd23abae406c15017260)) +* **voltron:** fix css property display and box-sizing ([16d4c76](https://github.com/Tencent/Hippy/commit/16d4c761c15d786c553ddb180170f55b19488733)) +* **voltron:** fix diff property value nullptr ([10c1ef2](https://github.com/Tencent/Hippy/commit/10c1ef2b1d4c785ca910e4ca25166d2ec4a71998)) +* **voltron:** fix find call func failed log ([fd66dd1](https://github.com/Tencent/Hippy/commit/fd66dd1f64e32a53c938e215ce36b1fc7a12987f)) +* **voltron:** fix global config json parse error ([b18084f](https://github.com/Tencent/Hippy/commit/b18084f98cdd5033397414c2f17e7c66ade6d34f)) +* **voltron:** fix jni import error ([2c398c1](https://github.com/Tencent/Hippy/commit/2c398c1d3b6f2a983c4968a66d29f2b4c2e1637b)) +* **voltron:** fix scrollView UI error with TextInput component ([06597a2](https://github.com/Tencent/Hippy/commit/06597a2199934eb8ab2be888127e70241b40b073)) +* **voltron:** fix voltron android class miss ([441bc82](https://github.com/Tencent/Hippy/commit/441bc82932ea96ffa4a8978a5cd15049a8b054c5)) +* **voltron:** fix voltron build error ([#3042](https://github.com/Tencent/Hippy/issues/3042)) ([ad154f7](https://github.com/Tencent/Hippy/commit/ad154f7be545f9813d81efcdb552049d914625c6)) +* **voltron:** fix voltron compile error ([244da45](https://github.com/Tencent/Hippy/commit/244da45b624e2a40214cb46cf2b86de0afc6c3b8)) +* **voltron:** fix voltron crash on retry dev mode ([dae0527](https://github.com/Tencent/Hippy/commit/dae0527992a6fb58ce495847959c26dc0766d59c)) +* **voltron:** fix voltron debug mode crash ([#3124](https://github.com/Tencent/Hippy/issues/3124)) ([8f71247](https://github.com/Tencent/Hippy/commit/8f712476d246015bf0f9db34ceda1072c7f42cb1)) +* **voltron:** fix voltron ios bitcode config ([#2999](https://github.com/Tencent/Hippy/issues/2999)) ([62476db](https://github.com/Tencent/Hippy/commit/62476dba6da1523f4bf6507b02d2d42463e19fea)) +* **voltron:** fix voltron iOS callback failed ([4ae7439](https://github.com/Tencent/Hippy/commit/4ae7439be2df6af7eb7ea53f5ef9a04542b0c00e)) +* **voltron:** fix voltron ios core compile error ([#2588](https://github.com/Tencent/Hippy/issues/2588)) ([500b2cb](https://github.com/Tencent/Hippy/commit/500b2cbcaf307273c5e06b9586f7df31a06546fa)) +* **voltron:** fix voltron ios encode error ([#3223](https://github.com/Tencent/Hippy/issues/3223)) ([235c135](https://github.com/Tencent/Hippy/commit/235c135d097c041b10460ba2e88ad7ebf7c98296)) +* **voltron:** fix voltron iOS run error ([c2432c1](https://github.com/Tencent/Hippy/commit/c2432c162bf1739c0c766dd1499f82b4840cdddf)) +* **voltron:** fix voltron long string encode failed ([bd3016e](https://github.com/Tencent/Hippy/commit/bd3016e6446eef4743f9b2058e4418d1edc7687f)) +* **voltron:** fix voltron page load failed ([#2690](https://github.com/Tencent/Hippy/issues/2690)) ([ae4680a](https://github.com/Tencent/Hippy/commit/ae4680a564a1ad427b18e3567228b96922595948)) +* **voltron:** fix voltron render failed on flutter multi engint ([502af32](https://github.com/Tencent/Hippy/commit/502af3298d75131d752e9a41ff47961b80bd23a9)) +* **voltron:** fix voltron scene builder support ([8707222](https://github.com/Tencent/Hippy/commit/87072220848bc477385a74d0ca9e65f19de99316)) +* **voltron:** fix voltron two byte string encode error ([f52a1d8](https://github.com/Tencent/Hippy/commit/f52a1d88c310a079975999f85fed576bbb8f3886)) +* **voltron:** fix voltron vfs load utf16 string ([#2794](https://github.com/Tencent/Hippy/issues/2794)) ([33c94a8](https://github.com/Tencent/Hippy/commit/33c94a84a79fc7a40acffb665793e2522afab2cf)) +* **voltron:** remove unused import ([13addd7](https://github.com/Tencent/Hippy/commit/13addd7714cecab9e04ac0227ab92708f0920b3a)) +* **voltron:** remove useless override ([8ab7167](https://github.com/Tencent/Hippy/commit/8ab71671d9c32ef52ec1df75ea3113d0ce7ba4c2)) +* **voltron:** voltron test and analyze fix ([c167492](https://github.com/Tencent/Hippy/commit/c167492f7a4be03193cdf105ffdae3bfc657f66a)) +* **vue-css-loader:** fixed collapsable boolean convert error ([c096c0d](https://github.com/Tencent/Hippy/commit/c096c0db0c4bec002639bfb065dbba7608f30de7)) +* **vue-css-loader:** update loader-utils to safe version ([1a088ab](https://github.com/Tencent/Hippy/commit/1a088ab330f3e57654612ccaa26f2d2015360a63)) +* **vue-demo:** add deleted file ([b957208](https://github.com/Tencent/Hippy/commit/b9572082cb2b5d8903c0a8084f646b71a9d233e7)) +* **vue-demo:** fix waterfall Platform judgement ([4e371c6](https://github.com/Tencent/Hippy/commit/4e371c6229ed9b34017a43b16d4d9edbeda3674b)) +* **vue-demo:** remove redundant demo class file ([797a7d4](https://github.com/Tencent/Hippy/commit/797a7d4c61bdf38c66654abbd8e6dffb5c052a27)) +* **vue-example:** fix loop animation height ([40fa29e](https://github.com/Tencent/Hippy/commit/40fa29e3ea59a8ce8cbe8d6050017c56233f21d3)) +* **vue-next:** fix debug mode do not display ui issue ([8b830b9](https://github.com/Tencent/Hippy/commit/8b830b9d7d9a51c4184e3257af605d055db3d802)) +* **vue-next:** remove unused comment ([4e6c7a9](https://github.com/Tencent/Hippy/commit/4e6c7a9a70c0fe323d4dd560ad43a2b7f58d4eeb)) +* **vue3:** fix listViewItem disappear event not triggered ([b14d4c4](https://github.com/Tencent/Hippy/commit/b14d4c485659bf90ec714df979f797bad19ce730)) +* **vue:** fix regular expressions catastrophic backtracking ([1fe30ed](https://github.com/Tencent/Hippy/commit/1fe30eda6cf05e46bb929da53194cdba265c8887)) +* **vue:** fix static style not updated in some case ([68be47a](https://github.com/Tencent/Hippy/commit/68be47acf6499bc55eabc4669ea0704fc3edfb7f)) +* **vue:** fix vNode element empty error ([de7dc93](https://github.com/Tencent/Hippy/commit/de7dc93b7785ed8cac780758d69199fa41aacfd8)) +* **vue:** fix vue node sequence error ([27a3124](https://github.com/Tencent/Hippy/commit/27a312419c72a2a2742ba7f4264f610c96540f6f)) +* **vue:** fix vue style diff error ([6e067d3](https://github.com/Tencent/Hippy/commit/6e067d3550b837ecfd43a34085b0f682b56cd182)) +* **vue:** fix vue3 demo iframe bug ([0abc466](https://github.com/Tencent/Hippy/commit/0abc46658db590f9c52bbca8c680329ef2c26cbb)) +* **vue:** fix web-renderer script ([d5577ee](https://github.com/Tencent/Hippy/commit/d5577ee8b8c92e80ed5574bf1d7187ec9117882f)) +* **vue:** make sure start animation after node created ([478307f](https://github.com/Tencent/Hippy/commit/478307f94322d2af0af15fbd5c88cb2189d3fbcd)) +* **vue:** not to move node when refNode is same as newNode ([4b718fe](https://github.com/Tencent/Hippy/commit/4b718feafd70cd936062194a107beef309c47fd3)) +* **vue:** perf style diff ([8fc1a5e](https://github.com/Tencent/Hippy/commit/8fc1a5ec47e0ed1ddfd0b04749596a3c625d4211)) +* **vue:** revert a catastrophic backtracking fix ([8c1ab54](https://github.com/Tencent/Hippy/commit/8c1ab544bc006fb822c8eba47d60e41bc09b1dbb)) +* **vue:** set id for root view to fix style missed ([8c38d29](https://github.com/Tencent/Hippy/commit/8c38d2921125a81b497e5445d5528aa87763033a)) +* **vue:** support static style diff in updateNode ([dd32e19](https://github.com/Tencent/Hippy/commit/dd32e19d5359e5c264703e90a87a0f069eecf892)) +* **vue:** update vulerable packages ([b7560af](https://github.com/Tencent/Hippy/commit/b7560af3ffb8ae96db028b5bf40c6b8d07944731)) +* **web:** fix turbo demo bugs ([a01fd64](https://github.com/Tencent/Hippy/commit/a01fd647b4c9e8fecc98e5cf9f1409fc8d3a7ae6)) +* **web:** fix turbo demo bugs ([d89d5d5](https://github.com/Tencent/Hippy/commit/d89d5d5d60e556d35af53ca2dfda6615a00d8f4b)) +* **workflow:** fix CodeQL exception when default run ([6705805](https://github.com/Tencent/Hippy/commit/670580537837421456ed6ad9cf8ed99e712e5c56)) +* **workflow:** fix workflow yml file syntax error ([218ef4c](https://github.com/Tencent/Hippy/commit/218ef4c46795c04af2f648812e90e581fc0c3bc0)) +* **workflows:** add accessible permission to avoid error ([36d6412](https://github.com/Tencent/Hippy/commit/36d6412f39ebc1470c4549772de0877d23ddf889)) +* **workflows:** add missing colon in PR path labeler configuration ([f54acae](https://github.com/Tencent/Hippy/commit/f54acae6245909c76d14a3cafdab3161e8cdf701)) +* **workflows:** add missing repository checkpoint within PR labeler ([d6be923](https://github.com/Tencent/Hippy/commit/d6be923abf51dda1aebaf057e5e08055544b39c1)) +* **workflows:** change `pull_request_help_needed` label name ([2a702dd](https://github.com/Tencent/Hippy/commit/2a702dda14d0f27c872c5f379c13d2762e32f259)) +* **workflows:** change auto_merger comment message ([c4dcd5a](https://github.com/Tencent/Hippy/commit/c4dcd5a1bc8727d0a12d06d6c7dd8b5a42b8e9d9)) +* **workflows:** change mentioned user in the PR review notification ([#2803](https://github.com/Tencent/Hippy/issues/2803)) ([e9903c4](https://github.com/Tencent/Hippy/commit/e9903c44db0b6bf0309b79bac353d09c0bcd2e92)) +* **workflows:** change workflows bot app key and id ([e883a20](https://github.com/Tencent/Hippy/commit/e883a20657ec704af759d2e6994051e042792843)) +* **workflows:** CodeQL analysis checkout using LFS ([3f8a477](https://github.com/Tencent/Hippy/commit/3f8a477637a064fa7bb9e8492b338f491a78365e)) +* **workflows:** each head SHA will only trigger one merge action ([b5525a7](https://github.com/Tencent/Hippy/commit/b5525a71ca1dc29570bfd07f83a91175a0a7933b)) +* **workflows:** fix `iOS` build tests failed with missing dependencies ([5d415a7](https://github.com/Tencent/Hippy/commit/5d415a7c857cac85ddfa0258de7091892cf55562)) +* **workflows:** fix backtrace parsing incorrect problem in crash report ([71d9f65](https://github.com/Tencent/Hippy/commit/71d9f657b19e3da1599fbaa1135286a6075a3fcc)) +* **workflows:** fix CodeQL languages detection bug on PR request ([9f92d2e](https://github.com/Tencent/Hippy/commit/9f92d2ee00a42d11c145dad27d3d7dfa7766dc68)) +* **workflows:** fix merge guard not running after updating branch ([5f8401e](https://github.com/Tencent/Hippy/commit/5f8401e3266aee5689be28caf8a16d72a61a8137)) +* **workflows:** fix rebase-merge label name ([4e014de](https://github.com/Tencent/Hippy/commit/4e014ded7a8d0d7049b632cfa8ffd5d4cd56385b)) +* **workflows:** fix the tips content incompletely generated problem ([462dc73](https://github.com/Tencent/Hippy/commit/462dc73e1f718fe602dbf07313263adf0b8c0693)) +* **workflows:** fix the workflow exception caused by cancel status ([6f05089](https://github.com/Tencent/Hippy/commit/6f05089f0ebf97616087dd4d1ea76acd4bc51105)) +* **workflows:** fix triage outputs incorrect problem in crash report ([e6e154b](https://github.com/Tencent/Hippy/commit/e6e154b683fe043cfa0e306de1b48bef67e32b89)) +* **workflows:** fix unexpected passing when synchronize action occurs ([94cb4ec](https://github.com/Tencent/Hippy/commit/94cb4ecf032018249bdb64020d1a8e78075a9344)) +* **workflows:** fix workflow file syntax exception ([32e7acc](https://github.com/Tencent/Hippy/commit/32e7acc54734f3ed998cae3fa1091e139a28e7b7)) +* **workflows:** update Github bot app key and id configuration ([#2811](https://github.com/Tencent/Hippy/issues/2811)) ([e3c828c](https://github.com/Tencent/Hippy/commit/e3c828c226a60302817210936aef4b27b8549558)) +* **workflows:** using stdlibc++ on the windows platform ([2c6ed49](https://github.com/Tencent/Hippy/commit/2c6ed494b004b03b48d04ccb5b02c97f3a65eb09)) + + +### Features + +* **@hippy/react-web:** add build config for the declaration ([1a0e12c](https://github.com/Tencent/Hippy/commit/1a0e12cf5b3a19f3caf0ee305aa6925f03051b40)) +* **android,ios,js:** add getBoundingClientRect api ([#2914](https://github.com/Tencent/Hippy/issues/2914)) ([60f71e9](https://github.com/Tencent/Hippy/commit/60f71e9459b77b2f0a4cb39bcf3585ebd20a2640)) +* **android,ios:** add jsi document & demo ([#1508](https://github.com/Tencent/Hippy/issues/1508)) ([cba49e3](https://github.com/Tencent/Hippy/commit/cba49e3789e4e48656a4086a0f88716f4fab4b8a)) +* **android,react,vue:** support RTL layout ([#893](https://github.com/Tencent/Hippy/issues/893)) ([e15753d](https://github.com/Tencent/Hippy/commit/e15753de8941fccd06def4736544002bf3ecfffd)) +* **android:** add `@NonNull` annotation to serialization package method ([7009ed2](https://github.com/Tencent/Hippy/commit/7009ed23edf1913c1428467d6df0963eccc4cb34)) +* **android:** add `Text` and `TextInput` features from 2.0 ([#2526](https://github.com/Tencent/Hippy/issues/2526)) ([fea9add](https://github.com/Tencent/Hippy/commit/fea9add52e65e0992d229d1cf4b6caefab557273)) +* **android:** add ability to disable the inspector ([f37bc68](https://github.com/Tencent/Hippy/commit/f37bc684c2c3f9d6f9b6a6f1d5161ac4e415766a)) +* **android:** add call native and promise callback monitor ([e9db62a](https://github.com/Tencent/Hippy/commit/e9db62a755175822ffe97cd88370bf8dabdee497)) +* **android:** add componentName to EngineContext ([84c4abb](https://github.com/Tencent/Hippy/commit/84c4abb02ce67113cc71611f97a91575ef1cdccf)) +* **android:** add destroy instance jni and call back ([a1099ee](https://github.com/Tencent/Hippy/commit/a1099ee3b4cdd8ad9017172b55b5fbf3d8f19560)) +* **android:** add DevMemu module for reload ([6cdab71](https://github.com/Tencent/Hippy/commit/6cdab717d75b4a8029f02c0ba7921e3012aeb687)) +* **android:** add gaussian blur property to image ([2f5d566](https://github.com/Tencent/Hippy/commit/2f5d5668cae297ce7420b4b2b6b47dab844c4cd9)) +* **android:** add getWorkerManagerId interface ([cd6d94a](https://github.com/Tencent/Hippy/commit/cd6d94adf378761f700b58efdf1dbbdab61f7df3)) +* **android:** add HippyRecyclerView extends from androidx recyclerview ([ffc222e](https://github.com/Tencent/Hippy/commit/ffc222e02727e036009861b4369761301c8b68ea)) +* **android:** add image type to HippyDrawable ([cfe76c6](https://github.com/Tencent/Hippy/commit/cfe76c61ff3fd0999a904a905dc2319f6b2a2177)) +* **android:** add ImageDataUtils for parse image type ([a011744](https://github.com/Tencent/Hippy/commit/a0117449eaf7933cbdb9364e860eb8dc646abb1a)) +* **android:** add interceptHorizontalTouch prop for listView ([a5dcbda](https://github.com/Tencent/Hippy/commit/a5dcbdae9c7f36a3ce12d6c3a7fc2e4127375eaf)) +* **android:** add isRecyclable for HippyViewController ([670c24a](https://github.com/Tencent/Hippy/commit/670c24a613750daac1704be7b19990ef45b4278d)) +* **android:** add local aar dependencies in demo ([265b9c9](https://github.com/Tencent/Hippy/commit/265b9c95730013368b9db076a502c0280ef03db4)) +* **android:** add navigation bar height to global dimension ([9be8bc6](https://github.com/Tencent/Hippy/commit/9be8bc6cdfc56e5890fe1450249163dca9f0e3f6)) +* **android:** add new example project ([#3229](https://github.com/Tencent/Hippy/issues/3229)) ([fd11863](https://github.com/Tencent/Hippy/commit/fd118636ace3a00d0bca44eac67539b0e3f18f92)) +* **android:** add onTopReached event for RecyclerView ([53dc4a5](https://github.com/Tencent/Hippy/commit/53dc4a543bffb2187b855f01f6b5cabc50d3872d)) +* **android:** add recycle object pool ([67c60a0](https://github.com/Tencent/Hippy/commit/67c60a071618301a343987e46ca9901248e13a60)) +* **android:** add two properties for TextVirtualNode ([36fe1b4](https://github.com/Tencent/Hippy/commit/36fe1b480ed73fb774168e5a8ce46b86d8d5309f)) +* **android:** add unit test for native renderer ([c0df252](https://github.com/Tencent/Hippy/commit/c0df2528844ac6017fc3df0d44b50972595e2978)) +* **android:** add UnloadInstance jni C impl ([cc04797](https://github.com/Tencent/Hippy/commit/cc047973be14110ba3b5761fc3173829e2536d42)) +* **android:** add v8 init param ([6d3232d](https://github.com/Tencent/Hippy/commit/6d3232d8ad5719247cf4d1f3e5cf12a9511dca2a)) +* **android:** add visibility style ([dc60621](https://github.com/Tencent/Hippy/commit/dc606216c4996858ce09373c3b0eb14529dbd057)) +* **android:** adjust for wormhole ([4b99e28](https://github.com/Tencent/Hippy/commit/4b99e28f1976987aaef1ac5c0d89bdb64f73fb9b)) +* **android:** animation refactor ([6404964](https://github.com/Tencent/Hippy/commit/640496427916ae59b5a1dbe215da334d6ee22141)) +* **android:** callNative remove init flag limit ([9941bb4](https://github.com/Tencent/Hippy/commit/9941bb4c26e9ad131086c5c37371b1ec8ee71f28)) +* **android:** change compiler options based on LLVM 12 ([6abf2b5](https://github.com/Tencent/Hippy/commit/6abf2b56e264d1741c16bbd1aa2ebbeeb8f4c97b)) +* **android:** change gaussian blur property type ([ad69a3e](https://github.com/Tencent/Hippy/commit/ad69a3e5c825e90793be1af63c385ef789848871)) +* **android:** change one byte string encoding ([566a2fd](https://github.com/Tencent/Hippy/commit/566a2fdbd378f66cac8100896c120c5ddccba536)) +* **android:** compatible with some usage methods of version 2.0 ([b7660b2](https://github.com/Tencent/Hippy/commit/b7660b28efeaddb37091fbdf18b0b3a7669bcc0a)) +* **android:** decouple connector and its associated modules ([cd08c44](https://github.com/Tencent/Hippy/commit/cd08c44e722cce0419aafa96b9ad2110def29090)) +* **android:** enable Safe ICF to optimize binary size ([#2858](https://github.com/Tencent/Hippy/issues/2858)) ([31e62ec](https://github.com/Tencent/Hippy/commit/31e62ece7deb6dfede870aabd126a2d74c9aba6e)) +* **android:** fix cookie sync, no need to call removeSessionCookie ([69c7d6f](https://github.com/Tencent/Hippy/commit/69c7d6fc42fd8a14a78809554cd0b7ada894498d)) +* **android:** image span support onLoad event ([b0a07c2](https://github.com/Tencent/Hippy/commit/b0a07c2084f5c7bb3a5ac49c81d0c05f59e27535)) +* **android:** import junit + powermock + robolectric ([547734b](https://github.com/Tencent/Hippy/commit/547734bfb048e2b32d8162b784014672e63784b5)) +* **android:** interface `BinaryWriter` add `reset` method ([55a45c8](https://github.com/Tencent/Hippy/commit/55a45c86b194dfb777706f6cf94229b1cf99d926)) +* **android:** jsi ([12429c2](https://github.com/Tencent/Hippy/commit/12429c283d4235f0658f03eebec5da7397e7f45f)) +* **android:** keep some classes for wormhole ([0a81012](https://github.com/Tencent/Hippy/commit/0a81012ee6ec96985e46d1b2ffc49b49718d0754)) +* **android:** listview add props : overScrollEnabled ([8378a0a](https://github.com/Tencent/Hippy/commit/8378a0a0835ecb0162422b3c9a104c9c0b7f4a58)) +* **android:** make animator work on both enter and exit ([#3287](https://github.com/Tencent/Hippy/issues/3287)) ([4d1cd4e](https://github.com/Tencent/Hippy/commit/4d1cd4e54efb20d4375853686b1068f24945e6d6)) +* **android:** modify git ignore ([4d18a28](https://github.com/Tencent/Hippy/commit/4d18a28eedb95d5e4006543b5c3eef238e0ad840)) +* **android:** modify the `V8_COMPONENT` to specify the `V8` version ([477b963](https://github.com/Tencent/Hippy/commit/477b963b4a9c007d7e87bd3d73f251a7856c8b10)) +* **android:** modify the V8 inspector macro definition ([#1889](https://github.com/Tencent/Hippy/issues/1889)) ([f78f2ca](https://github.com/Tencent/Hippy/commit/f78f2ca2f2ac65b42435aa6c7f95a1cce1e6f528)) +* **android:** native render provider to c dom ([a7da8ec](https://github.com/Tencent/Hippy/commit/a7da8ecba52f06b8397c77d0082500059112fc83)) +* **android:** network module use vfs to fetch resource ([9c16a48](https://github.com/Tencent/Hippy/commit/9c16a4855ed25b780aa2ef46a670e785c4e10689)) +* **android:** night mode support ([594ac24](https://github.com/Tencent/Hippy/commit/594ac2486ee759b9c93eb6f2c5cdf6f90c1f5386)) +* **android:** optimize sdk build scripts ([d629605](https://github.com/Tencent/Hippy/commit/d62960538746898708aec3eea5f8a0373049ebab)) +* **android:** print log with log level ([3a71ca6](https://github.com/Tencent/Hippy/commit/3a71ca6f76639a8ea7f6821edb291aaebb5c41bb)) +* **android:** provide sdk version information ([3f56119](https://github.com/Tencent/Hippy/commit/3f561193b5aab1aedd0f83b79fb89a163c455aaa)) +* **android:** recycler view set stable ids default true ([#2853](https://github.com/Tencent/Hippy/issues/2853)) ([dc4bf3c](https://github.com/Tencent/Hippy/commit/dc4bf3c3288d19a2c1ee7b8b3d0286826bd6ae45)) +* **android:** remove ControllerProvider ([1a26c56](https://github.com/Tencent/Hippy/commit/1a26c563be9f199358a9676b951b63a7f86ade56)) +* **android:** remove unused `gradle-wrapper.jar` ([c62c49a](https://github.com/Tencent/Hippy/commit/c62c49a24162bd0d801336fa58c2cf48f90253f9)) +* **android:** remove useless jni third_party ([572a65e](https://github.com/Tencent/Hippy/commit/572a65e8aa48e602f8a45ee3b6f497c86f2b2a53)) +* **android:** rename tkd to HostConfig ([2d36d51](https://github.com/Tencent/Hippy/commit/2d36d5165d1a79227dfa3069d0569c1b378957a5)) +* **android:** restructure pull header and footer ([b55013b](https://github.com/Tencent/Hippy/commit/b55013b552a0b1f79b79e6466f41100c8ffa532c)) +* **android:** serialization support version 15 data ([2986115](https://github.com/Tencent/Hippy/commit/2986115fce09e582c67813552a85f5ff1d60607a)) +* **android:** set hippy view group clip children to false ([57a07ef](https://github.com/Tencent/Hippy/commit/57a07ef1638f23c1b9b833cd6a2893d5aaebf41a)) +* **android:** specify the `V8` version used ([75d7dd2](https://github.com/Tencent/Hippy/commit/75d7dd2e85bcdad7abfdbc3a682f908245772bff)) +* **android:** support 302 redirect for default http adapter ([#2816](https://github.com/Tencent/Hippy/issues/2816)) ([76e963e](https://github.com/Tencent/Hippy/commit/76e963eb441c67f26993ebceb300ba34055517ff)) +* **android:** support abi and v8 gradle setting ([3efe5f1](https://github.com/Tencent/Hippy/commit/3efe5f1d336ea68a0210365bc9b46aa0b00afff8)) +* **android:** support add native module after init engine ([139e08e](https://github.com/Tencent/Hippy/commit/139e08eb5c456e47e0c61a6f8367dce8d8c630a4)) +* **android:** support AnimatedImageDrawable draw gif ([3ce06f2](https://github.com/Tencent/Hippy/commit/3ce06f2c8474ef321c890a7bfe7b91b91b87ad4d)) +* **android:** support assemble by product flavors ([33d5d68](https://github.com/Tencent/Hippy/commit/33d5d683c4cad7d44fc03dcfc6c433b307693d2f)) +* **android:** support border style none ([af3a882](https://github.com/Tencent/Hippy/commit/af3a8829b8d55e5cdb0dccfcfbce9724bb815a35)) +* **android:** support color animation ([8dee882](https://github.com/Tencent/Hippy/commit/8dee88217621d573598d41534c8df9ad1a5f861d)) +* **android:** support create font from custom file path ([4c1210e](https://github.com/Tencent/Hippy/commit/4c1210e99d0d85551c6f1de02d9641ab07b3f1f2)) +* **android:** support dispatch function to custom controller ([94e2a40](https://github.com/Tencent/Hippy/commit/94e2a407e6b5a9381ad92ec803725a870ad0455a)) +* **android:** support do frame listener ([296a1bc](https://github.com/Tencent/Hippy/commit/296a1bcc5acb7b8d86931af88d95929f55497876)) +* **android:** support draw border with dash effect ([67aa7aa](https://github.com/Tencent/Hippy/commit/67aa7aa87b7421178e0a5ead59490b7bb112e912)) +* **android:** support flatten zindex draw ([6f16bf4](https://github.com/Tencent/Hippy/commit/6f16bf4371d47d1891c0a17c84bc7e3ccc627046)) +* **android:** support gradient paint in BackgroundDrawable ([71b7bfd](https://github.com/Tencent/Hippy/commit/71b7bfd73275a9e31e41859b3796da1d10b4581e)) +* **android:** support horizontal scrollToContentOffset event ([1795c80](https://github.com/Tencent/Hippy/commit/1795c8076aef2d567f23862cc567297f8cfbe854)) +* **android:** support hpfile use in backgroundImage ([83c8a01](https://github.com/Tencent/Hippy/commit/83c8a01e94d0a5346ffe806c7532d894ebc9b89e)) +* **android:** support initialContentOffset props for listView ([754d31a](https://github.com/Tencent/Hippy/commit/754d31a99ea96c45016a9f3432632498c94e834e)) +* **android:** support initialContentOffset props for ScrollView ([68f247f](https://github.com/Tencent/Hippy/commit/68f247f148710c6747bf47a31c8782464b4b1377)) +* **android:** support listView HORIZONTAL on scroll event ([4e0ca67](https://github.com/Tencent/Hippy/commit/4e0ca679830c0f3f8c08dc2aa92701ee2d39e169)) +* **android:** support register multi module name ([7d824f6](https://github.com/Tencent/Hippy/commit/7d824f6e3febbe5dff0447f015dd3acf0d10863e)) +* **android:** support render node snapshot ([a143935](https://github.com/Tencent/Hippy/commit/a143935c96efe82753f1e79fb0897e0908b017aa)) +* **android:** support renderToHardwareTextureAndroid ([08598d2](https://github.com/Tencent/Hippy/commit/08598d2a60d301259c733c0c0f961f0ed89f4918)) +* **android:** support set custom C log handler ([5e2a168](https://github.com/Tencent/Hippy/commit/5e2a168d2c93a84e9e4238ca61a7834d5cc9d1a0)) +* **android:** support set custom ViewPagerPageChangeListener ([4fa5f9d](https://github.com/Tencent/Hippy/commit/4fa5f9d9798e8fdff85db7f7cc4e5a103adf7f7a)) +* **android:** support text and image flatten render ([171e475](https://github.com/Tencent/Hippy/commit/171e4756f70177d189eea659dc4f22621217f5ba)) +* **android:** support time monitor add point ([b8ba7f2](https://github.com/Tencent/Hippy/commit/b8ba7f23904f53a760c7c2b51198ec12ac258d48)) +* **android:** support ui element module for devtools ([cc550f7](https://github.com/Tencent/Hippy/commit/cc550f7e92418045af86d4099e7988935312a437)) +* **android:** support use default source in image span ([0022110](https://github.com/Tencent/Hippy/commit/002211068c0c7b328eaea86ac42469fb6339ae9a)) +* **android:** support use host ImageDecoderAdapter ([fe72cce](https://github.com/Tencent/Hippy/commit/fe72cce2892b1bf979aced594760e8d90cc09930)) +* **android:** support v8 serialization ([3367bb1](https://github.com/Tencent/Hippy/commit/3367bb1e7feb63978d7f41369916439e223910c4)) +* **android:** support v8 version to 10.6.194 ([9c12470](https://github.com/Tencent/Hippy/commit/9c12470cb7b84e5d5d82e0e57b83627d9e7a8431)) +* **android:** turn off view node flattening ([242eb23](https://github.com/Tencent/Hippy/commit/242eb232a086e8e5df646e4762f34bdfa2313293)) +* **android:** update `x5-lite` definitions ([c0b3ae4](https://github.com/Tencent/Hippy/commit/c0b3ae4031179eb1e9a967d8285b800522cf3129)) +* **android:** update AGP to 7.3.1 ([3a8bb54](https://github.com/Tencent/Hippy/commit/3a8bb54fd8d3cd0509a275cff5423a5b41a25a51)) +* **android:** update AGP version to 7.2.2 ([b6cc2c4](https://github.com/Tencent/Hippy/commit/b6cc2c48a7ac8c87679e534f0eeb6c68920bb56b)) +* **android:** update NDK and CMake versions ([72b7143](https://github.com/Tencent/Hippy/commit/72b7143db7711a477bcd2a155c3114959b22dd2d)) +* **android:** update node support diff props ([0693e41](https://github.com/Tencent/Hippy/commit/0693e41466ab4ef37fd72b946bcac14926f2619d)) +* **android:** update v8 build script ([7b6ab11](https://github.com/Tencent/Hippy/commit/7b6ab11a02ed8fa5cc8099bd1487d3886ef4541e)) +* **android:** upgrade recommend `v8` version to 9.8-lkgr ([4f3217f](https://github.com/Tencent/Hippy/commit/4f3217f4e533382d877f57c2982d160e8cba69eb)) +* **android:** use FlatViewGroup replace supportui ([2a90b8a](https://github.com/Tencent/Hippy/commit/2a90b8aa54cc3be4d20cde69d836801a0db6b271)) +* **android:** use HIP(hippy-infa-packages) to replace local `v8` ([0c192b4](https://github.com/Tencent/Hippy/commit/0c192b4b6d306ce5d568364a44efe93b18300e50)) +* **android:** use implicit loading for java useless library ([548be91](https://github.com/Tencent/Hippy/commit/548be915195f31f878996642695c1795a71df1ef)) +* **android:** v3.0 add link supplier ([ad03864](https://github.com/Tencent/Hippy/commit/ad03864c5a74c3bfd8c7d5a1d1e695f4f4acdf2b)) +* **android:** v3.0 add render delegate and serialization ([3852428](https://github.com/Tencent/Hippy/commit/3852428de2d06a21a475b51048869ee89a50f258)) +* **android:** v3.0 add setTintColorBlendMode ([34becb1](https://github.com/Tencent/Hippy/commit/34becb1a97618edc80ec7d4c682e75e46361432c)) +* **android:** v3.0 make hippy framework submodule ([5d971f9](https://github.com/Tencent/Hippy/commit/5d971f996d2a35a39ac4fab5b10c743a25344daa)) +* **android:** v3.0 make native renderer and hippy support submodule ([bf04ed8](https://github.com/Tencent/Hippy/commit/bf04ed8b5ba28de03c074a70c1895e88d6d6a23d)) +* **android:** vfs support sync http ([2d5bc3e](https://github.com/Tencent/Hippy/commit/2d5bc3e72fb4e9c9d03cf94c144cca91c4a90b01)) +* **android:** view adds touch ripple feature ([#989](https://github.com/Tencent/Hippy/issues/989)) ([d68a26a](https://github.com/Tencent/Hippy/commit/d68a26a33ed4da84526227880302f0fe772976c0)) +* **animation:** add releaseRootResources for rootNode ([0dad7cc](https://github.com/Tencent/Hippy/commit/0dad7cc6964255ef476c822744ba7aeb51d99ee4)) +* **animation:** animation cubic-bezier timingFunction ([#785](https://github.com/Tencent/Hippy/issues/785)) ([ee210f3](https://github.com/Tencent/Hippy/commit/ee210f3cd1cb894a65b92f33eb72b86d8485b248)) +* **animation:** remove eventListener when animationManager is destroyed ([96c9cb3](https://github.com/Tencent/Hippy/commit/96c9cb3375e07888d30350bebacd995313181036)) +* **base:** add driver for worker and export header files ([#2259](https://github.com/Tencent/Hippy/issues/2259)) ([4b50c68](https://github.com/Tencent/Hippy/commit/4b50c685c8091f416daa665f646303865d45372c)) +* **base:** Replace base library with footstone ([c29334d](https://github.com/Tencent/Hippy/commit/c29334d1b4243469b6d3902f8bef0847976898b0)) +* **base:** Replace the DISALLOW_COPY_AND_ASSIGN macro with explicit deleted copy and assign constructors ([2a03e6b](https://github.com/Tencent/Hippy/commit/2a03e6bfac9c90e39ff178f31ef14fc2d9280e2a)) +* **cmake:** add unified compiler toolchain ([bd668d2](https://github.com/Tencent/Hippy/commit/bd668d2ddb4acd0bce71771b575cd2a34850a6c1)) +* **cmake:** do not overwrite original value ([e41baf2](https://github.com/Tencent/Hippy/commit/e41baf24f33a359bd81bc0431be4abe3ae818803)) +* **cmake:** remove Android system library in js driver ([8475d4c](https://github.com/Tencent/Hippy/commit/8475d4cecf29fdf8a92154029b1edd016d1e7be3)) +* **connector:** adapt devtools ([6eb9d37](https://github.com/Tencent/Hippy/commit/6eb9d37cd651722cc371ffdbc9f2e37e6a0f306b)) +* **connector:** add connector for java ([d7b665f](https://github.com/Tencent/Hippy/commit/d7b665fc08b5fad30441d7569157016684c0a782)) +* **connector:** add connector support ([141a8b4](https://github.com/Tencent/Hippy/commit/141a8b472a5540799fa88b71b1881c61f5855b3e)) +* **connector:** add dom jsdriver renderer connector ([82524c9](https://github.com/Tencent/Hippy/commit/82524c9eaccefebf16f5c9491280aaad7e1a2003)) +* **connector:** add license ([9146f9c](https://github.com/Tencent/Hippy/commit/9146f9ca762a0525a03d2306d8cd285c30805248)) +* **connector:** add tdf renderer connector ([#2842](https://github.com/Tencent/Hippy/issues/2842)) ([c973443](https://github.com/Tencent/Hippy/commit/c973443f5797e6af143f9bb2b2fcf23d0ae65869)) +* **connector:** adjust entry dependency ([4ea2ee4](https://github.com/Tencent/Hippy/commit/4ea2ee4549b4a24860ebea54968feaf29083ff25)) +* **connector:** refactor entry ([9e71a8e](https://github.com/Tencent/Hippy/commit/9e71a8ed191a79c0fcf81c0fa79f4cfade2fcbc9)) +* **connector:** refactor invocation ([574356e](https://github.com/Tencent/Hippy/commit/574356e38d697f9cd1999b01a9789d932bc57819)) +* **connector:** remove gitignore ([d6cf8cb](https://github.com/Tencent/Hippy/commit/d6cf8cb434416911fc20ae15e104fcbb395dcfcb)) +* **connector:** remove link_supplier ([32a4843](https://github.com/Tencent/Hippy/commit/32a4843f42785c1782e123be847e21677f9fe163)) +* **connector:** remove unused header ([73c9636](https://github.com/Tencent/Hippy/commit/73c96366f8021aa0b4add59c0730e1e94b42d828)) +* **core:** 1. add dom tree event 2. modify dom event name ([3474c25](https://github.com/Tencent/Hippy/commit/3474c2548c6d9bb3c09e3f1269825e7e2109d330)) +* **core:** ability to breakpoint when v8 is running long js code ([446b6c4](https://github.com/Tencent/Hippy/commit/446b6c4b226f63ba63e84e386458510cdced6d0f)) +* **core:** adapt to official release version v8 ([21a5ff6](https://github.com/Tencent/Hippy/commit/21a5ff60ac8ef40b98f73ad0bbba559acc7f5c00)) +* **core:** adapter 89 chrome dev tools ([#626](https://github.com/Tencent/Hippy/issues/626)) ([488e886](https://github.com/Tencent/Hippy/commit/488e88622d7d853d73ef0a922f9323df641d7836)) +* **core:** adapter new Serializer ([2b95906](https://github.com/Tencent/Hippy/commit/2b9590620aaa89ff8967d3638a1562ce7742fdd9)) +* **core:** add Apache License ([65379a7](https://github.com/Tencent/Hippy/commit/65379a79f1bc2e91b0f43e83d9ab6bd5740c2486)) +* **core:** add DeleteProperty func ([2bfea39](https://github.com/Tencent/Hippy/commit/2bfea39f7a1d268f6eebdbb731365c4aa664c913)) +* **core:** add delloc event ([5466a1b](https://github.com/Tencent/Hippy/commit/5466a1b5d90a6ce9c7e8cacf4fe6ed94a960f956)) +* **core:** add dynamic jni ([384ac29](https://github.com/Tencent/Hippy/commit/384ac29f77aa42079a122ded21d8498f44e61f52)) +* **core:** add jni static method register macro ([d95068b](https://github.com/Tencent/Hippy/commit/d95068b1f7328384c699b87ecb1d5d27684c46cf)) +* **core:** add SceneBuilder ([c3def43](https://github.com/Tencent/Hippy/commit/c3def4368c1d5917ff23efc9a7aee91e5f0fe8de)) +* **core:** add ToDomValue and CreateCtxValue function ([c94b9e7](https://github.com/Tencent/Hippy/commit/c94b9e7bcc9028cd1186cd52a6fd5c7f91bc3663)) +* **core:** add unicode_string_view and js_value_wrapper ([#782](https://github.com/Tencent/Hippy/issues/782)) ([4783390](https://github.com/Tencent/Hippy/commit/4783390b12a208c8128476932a0ff6e062f2aa36)) +* **core:** add unloadInstance callback ([d622103](https://github.com/Tencent/Hippy/commit/d622103476c2fa8b931fa04be29781b3a69595e4)) +* **core:** add v8 init param ([9fd3187](https://github.com/Tencent/Hippy/commit/9fd3187b30b52c772ac7118d971d0b3641c9e8b1)) +* **core:** added destroyInstance event ([3c58ccc](https://github.com/Tencent/Hippy/commit/3c58ccc7728d26225ac44c71a77eb9723f681a6d)) +* **core:** allow all schemas to dynamic load ([#2829](https://github.com/Tencent/Hippy/issues/2829)) ([b849b7e](https://github.com/Tencent/Hippy/commit/b849b7eafcad6bf40942b31ec48165d19910b402)) +* **core:** avoid crash when the jni method does not exist ([119ffca](https://github.com/Tencent/Hippy/commit/119ffcac962b113a93670c7399ab12fa25f1f243)) +* **core:** change buildcore output directory for iOS ([a10196e](https://github.com/Tencent/Hippy/commit/a10196e88ec0a39e279c5da4c47556e4fa0b47a8)) +* **core:** change func apply to spread ([51796a2](https://github.com/Tencent/Hippy/commit/51796a2738ed8e293fd45777e1ae2844e9d9a407)) +* **core:** change removeRootView modulename to RootViewManager ([f99677c](https://github.com/Tencent/Hippy/commit/f99677c9376252b654c751991ce34e7903134215)) +* **core:** complete RemoveEventListener ([c3abc45](https://github.com/Tencent/Hippy/commit/c3abc454150524696c80bb16b502bb8c40fe3f61)) +* **core:** daymiacLoad support http req ([#640](https://github.com/Tencent/Hippy/issues/640)) ([60b7358](https://github.com/Tencent/Hippy/commit/60b7358a76104360822b4acac0ebae270c384d25)) +* **core:** fix lint warning and fix iOS demo bug ([cac1718](https://github.com/Tencent/Hippy/commit/cac1718d3959355338cba0c43b9572ae065b67ea)) +* **core:** js delegate addEventListener use capture ([42b8db3](https://github.com/Tencent/Hippy/commit/42b8db36961b31d67144b42071d6391567efc372)) +* **core:** modify console module log level ([afcdeb1](https://github.com/Tencent/Hippy/commit/afcdeb1ec44f20cf93efa96079cb3a5cf217ddc4)) +* **core:** move DetachThread ([8204624](https://github.com/Tencent/Hippy/commit/8204624c9385c7ad0aa40800a3f186041430ed26)) +* **core:** move serializer.h ([772b48d](https://github.com/Tencent/Hippy/commit/772b48ddc9a5f85eb659eaa9767e64ec8b942307)) +* **core:** reduce the coupling between render and driver ([147fcb9](https://github.com/Tencent/Hippy/commit/147fcb9ac8da4c59dffe1fb8730621076662090d)) +* **core:** refactor corejs code ([bbf496a](https://github.com/Tencent/Hippy/commit/bbf496a03fdc6f43b61e7256e67100cf6eb7cc80)) +* **core:** refactor ctx value ([eb745be](https://github.com/Tencent/Hippy/commit/eb745be9bab38eedf29fd05384d1599f6cef2ded)) +* **core:** refactor dom event ([1e2d55d](https://github.com/Tencent/Hippy/commit/1e2d55dcafaaa77fd43fefd5836dad592c1b69c6)) +* **core:** refactor dynamic jni ([24d10af](https://github.com/Tencent/Hippy/commit/24d10af3389e7537f518dad2b3eeb2e1b07713fd)) +* **core:** refactor loadInstance ([d5058bb](https://github.com/Tencent/Hippy/commit/d5058bbb10e6def97bc1fa5160b3002283d0fa40)) +* **core:** refactor log ([2fc22fb](https://github.com/Tencent/Hippy/commit/2fc22fbaa067ee28f7c5c9ddf0aa12171937c3ca)) +* **core:** refactor logger ([4a50aad](https://github.com/Tencent/Hippy/commit/4a50aadd941c4110426d6cd585bf85415e816188)) +* **core:** refactor NAPI and rename macros ([04d8369](https://github.com/Tencent/Hippy/commit/04d8369652ad13200d606ba6d305c21cd0074aac)) +* **core:** refactor v8 runtime ([6d774f6](https://github.com/Tencent/Hippy/commit/6d774f660eff115a5e0e9c331d3b7a5b9f0fa40b)) +* **core:** remove platform compatibility ([ec615a7](https://github.com/Tencent/Hippy/commit/ec615a74b3b7c45e3c7140eee3a5a0733f0a7445)) +* **core:** remove ThrowException func and move native_source_code ([81a5d75](https://github.com/Tencent/Hippy/commit/81a5d7599231b89fac4a4595ce2d17d5a7a90826)) +* **core:** remove useless override method ([8aa097b](https://github.com/Tencent/Hippy/commit/8aa097b249058268b2f4552a51cc2f714f8386c6)) +* **core:** replacing manually managed GlobalRef with JavaRef ([17d1a1d](https://github.com/Tencent/Hippy/commit/17d1a1d74a4caeeaf9a31b6d6d7041e682265efa)) +* **core:** seperate console & ConsoleModule ([190012e](https://github.com/Tencent/Hippy/commit/190012e0895ae84870b8920b9f46b44cabc3c012)) +* **core:** support multi scheme dynamic load ([c47995b](https://github.com/Tencent/Hippy/commit/c47995b63cc6ac3b30f6703f605b0398e0868ab2)) +* **core:** support other options for fetch request ([0f765a8](https://github.com/Tencent/Hippy/commit/0f765a812587906f33e66ce2fc59a015562709e3)) +* **core:** throw jni exception to java ([00c7d83](https://github.com/Tencent/Hippy/commit/00c7d8395fe45c81e11c0242fda134ac3470a907)) +* **core:** uiManagerModule change event key to __bind__ ([fd18784](https://github.com/Tencent/Hippy/commit/fd1878485b38bcdd142efe8fae63515c0f8e8df8)) +* **debug-server:** add cli API ([6bb7039](https://github.com/Tencent/Hippy/commit/6bb7039682d3449bad9bf7aea1c14b9916d83e23)) +* **debug-server:** change chrome dev protocal for Elements tab ([202b55b](https://github.com/Tencent/Hippy/commit/202b55b6d8f437641862282b9c00341beb663c04)) +* **devtools:** adapter to connector ([#2788](https://github.com/Tencent/Hippy/issues/2788)) ([b3e7dce](https://github.com/Tencent/Hippy/commit/b3e7dce89c337b942a04e0659fd0b3405f4ce695)) +* **devtools:** add __HIPPYNATIVEGLOBAL__.Debug ([cb2dd6d](https://github.com/Tencent/Hippy/commit/cb2dd6d5a5127acc493a0470618ccc4a39a45b6a)) +* **devtools:** add comments for cmake, revert tests and flutter cmake ([5490fd6](https://github.com/Tencent/Hippy/commit/5490fd602fc1242ca609f14180d93eb2da2ac9c1)) +* **devtools:** add Devtools Module ([0182882](https://github.com/Tencent/Hippy/commit/018288224f66f5c5e52fe22ef1939c203aba9710)), closes [#1716](https://github.com/Tencent/Hippy/issues/1716) +* **devtools:** add elements protocol and dom update listen ([#2102](https://github.com/Tencent/Hippy/issues/2102)) ([ac7460e](https://github.com/Tencent/Hippy/commit/ac7460e8d6f443dae2f8173df959aff8694fee91)) +* **devtools:** add enable_inspector for hippy devtools ([85a768c](https://github.com/Tencent/Hippy/commit/85a768c29c6b29e22f25a0872139ece08ca9d452)) +* **devtools:** add prefix for context name ([67f2656](https://github.com/Tencent/Hippy/commit/67f2656f3bada9394d5e130a1f2bd7ba84f16ed1)) +* **devtools:** add tdfcore renderer elements debug ([2357f69](https://github.com/Tencent/Hippy/commit/2357f69c8bd1a8cda5123250a5d3b2c4e572dcd8)) +* **devtools:** add vfs network debugging ([#2600](https://github.com/Tencent/Hippy/issues/2600)) ([4b70dc8](https://github.com/Tencent/Hippy/commit/4b70dc8a3d039d54eafe80c394a92263080c29e0)) +* **devtools:** bind dom manager not dom id ([e0127a2](https://github.com/Tencent/Hippy/commit/e0127a2c12031b909ceb0fa3be9545a483ecea1a)) +* **devtools:** change to debug-server-next ([bae90f0](https://github.com/Tencent/Hippy/commit/bae90f0e2b56281d741d8c2321eda94040c74b44)) +* **devtools:** fix enable_inspector=false build fail ([b478ce0](https://github.com/Tencent/Hippy/commit/b478ce0f1e7657fcbdebe44854ab3c815f6758fb)) +* **devtools:** fix error invalidate reason ([36c3196](https://github.com/Tencent/Hippy/commit/36c319691284c39d760521d946bed8c1bdbb3e44)) +* **devtools:** fix ios client id inconsistency ([db711b9](https://github.com/Tencent/Hippy/commit/db711b9b31905a15069521c99174fb3d29f12811)) +* **devtools:** fix ios profile error and update ENABLE_INSPECTOR ([#2030](https://github.com/Tencent/Hippy/issues/2030)) ([4c4b7c7](https://github.com/Tencent/Hippy/commit/4c4b7c734efe563d22be554e2d492ac4f876cf64)) +* **devtools:** obtain location for screen ([5425170](https://github.com/Tencent/Hippy/commit/542517048860a325fe84386e073eeab71010b293)) +* **devtools:** refactor devtools vfs ([db5f56f](https://github.com/Tencent/Hippy/commit/db5f56f575601e6c392f8188174b7ddad65f1872)) +* **devtools:** remove base lib and adopt footstone ([#2177](https://github.com/Tencent/Hippy/issues/2177)) ([88e8a3a](https://github.com/Tencent/Hippy/commit/88e8a3ab72053a96605c8f31240c8381211b3633)) +* **devtools:** standardize build script ([c5ec899](https://github.com/Tencent/Hippy/commit/c5ec8990d1bbfbc41c019d37007b9b7f9350b217)) +* **devtools:** support multi instance ([207c92a](https://github.com/Tencent/Hippy/commit/207c92aa56a2f4a3fb2c8a295045298ab296bc1e)) +* **devtools:** support multi root view ([#2086](https://github.com/Tencent/Hippy/issues/2086)) ([1c7180b](https://github.com/Tencent/Hippy/commit/1c7180b3c403b96f455e14858d5425bb27c82de2)) +* **devtools:** support performance tab for tracing protocol ([#2290](https://github.com/Tencent/Hippy/issues/2290)) ([c11061b](https://github.com/Tencent/Hippy/commit/c11061b226a00fa736b9ec8b523740379aee4872)) +* **devtools:** support remote debug ([90f994d](https://github.com/Tencent/Hippy/commit/90f994da91f9c4212a3ea0e48595a0376c9b5f21)) +* **devtools:** support vue-devtools ([b00bef4](https://github.com/Tencent/Hippy/commit/b00bef47a7c8184b3fe25589070c60d0ce592b24)) +* **devtools:** update context name to frontend ([4d057d5](https://github.com/Tencent/Hippy/commit/4d057d54e58c8e896bd774da27a057fe28c4548d)) +* **devtools:** update Podfile and .gitignore ([#1945](https://github.com/Tencent/Hippy/issues/1945)) ([dd40f80](https://github.com/Tencent/Hippy/commit/dd40f80b0c3016bc6c2b62463620a6a276e322bc)) +* **devtoos:** add devtools-integration ([#2688](https://github.com/Tencent/Hippy/issues/2688)) ([a8ed2b8](https://github.com/Tencent/Hippy/commit/a8ed2b8f930fe51d348015b194ed1a1c21118a47)) +* **docs:** add vue-next integration doc ([aa2dbe9](https://github.com/Tencent/Hippy/commit/aa2dbe96e6cbb0597c596a48d3ab6e5ea9740010)) +* **docs:** update vue-next integration doc ([ce7f830](https://github.com/Tencent/Hippy/commit/ce7f830f53981c16345b71b84c80631ba8150125)) +* **dom:** add click,touch,show interface ([#1139](https://github.com/Tencent/Hippy/issues/1139)) ([b0114d4](https://github.com/Tencent/Hippy/commit/b0114d4de95fd6762457027e505deefdc26d31fb)) +* **dom:** add CMakeList and change directory structure ([f8d5e91](https://github.com/Tencent/Hippy/commit/f8d5e917179d51b6e9aeccdcd1f767b2d21ab099)) +* **dom:** add const member function ([abae187](https://github.com/Tencent/Hippy/commit/abae187aaf2f7617691add824f0f05fb2bf8a914)) +* **dom:** add custom event ([2899872](https://github.com/Tencent/Hippy/commit/289987238ed9a8bd4b27599b5b67768a252261e2)) +* **dom:** add disable copy and assign constructor ([2ac54c8](https://github.com/Tencent/Hippy/commit/2ac54c80798c7731912a88017ab13477175cbd18)) +* **dom:** add dom header ([45c1710](https://github.com/Tencent/Hippy/commit/45c1710371d8eaf69f3df7333433a1bd45204fc2)) +* **dom:** add dom manager ut file ([c766321](https://github.com/Tencent/Hippy/commit/c76632196c808072e8f9d9980a19db0d87bcaa93)) +* **dom:** add dom value ([1e5c60c](https://github.com/Tencent/Hippy/commit/1e5c60cb1c3960d4567c5ee67df8c5a1d74f20b3)) +* **dom:** add dom value gtest ([d7ddc56](https://github.com/Tencent/Hippy/commit/d7ddc561fbdfb81c2dd0c854e003ec3792891b74)) +* **dom:** add function notes ([e959f32](https://github.com/Tencent/Hippy/commit/e959f320eb4c3fef6cf15e3555c8d32b0f819ae1)) +* **dom:** add Gesture and UIComponentEvent ([99e4aca](https://github.com/Tencent/Hippy/commit/99e4aca544539bc5935b88a428ba85a528e38701)) +* **dom:** add iOS js delegate ([8a86662](https://github.com/Tencent/Hippy/commit/8a86662d54cb48ab33d41372308d60299f53d3ae)) +* **dom:** add js delegate for ADR ([c410fea](https://github.com/Tencent/Hippy/commit/c410fea2ef0b78cb6a0d8fb076a35a694093017b)) +* **dom:** add json lib ([bafa0d6](https://github.com/Tencent/Hippy/commit/bafa0d6ab1c5c92adeb2611c5e28b7012f34069a)) +* **dom:** add layout .h file ([#7](https://github.com/Tencent/Hippy/issues/7)) ([dc5511c](https://github.com/Tencent/Hippy/commit/dc5511c76ad1c77cb0057b217854426c31c9dba6)) +* **dom:** add layout batch update ([d70358a](https://github.com/Tencent/Hippy/commit/d70358a53d0ace77db5dd8d53474a4e38ba79dee)) +* **dom:** add layout func ([41a8043](https://github.com/Tencent/Hippy/commit/41a804315fa9b04e98cbc9b04bda01d8dca334d8)) +* **dom:** add license head for diff utils ([3914582](https://github.com/Tencent/Hippy/commit/3914582ba9d547f00c9a967fcec18e370296c8d9)) +* **dom:** add modal adapter ([dcd43d8](https://github.com/Tencent/Hippy/commit/dcd43d8d0539f716d95e2316bd015eb12f8ef9cc)) +* **dom:** add operator<< for dom value ([0674d9f](https://github.com/Tencent/Hippy/commit/0674d9fb5b03c0c68c67b7906f9bff5008b8401e)) +* **dom:** add render listener ([9011934](https://github.com/Tencent/Hippy/commit/9011934a0f7dbe3f0b906113fbb5e0a9646ed707)) +* **dom:** add snapshot ([8ec58c8](https://github.com/Tencent/Hippy/commit/8ec58c860a92f941a1eba5b44e85260531d28af9)) +* **dom:** add tools for log dominfo ([a1421e8](https://github.com/Tencent/Hippy/commit/a1421e86e987ad131d0f9ef1e7e2c6ae55b01ac8)) +* **dom:** add unit test ([54368aa](https://github.com/Tencent/Hippy/commit/54368aa449218a63e95144412104ac0fc24f3171)) +* **dom:** add updateRootSize ([10a17f2](https://github.com/Tencent/Hippy/commit/10a17f2ee72d9d680e70996c8a804815aa0a6eea)) +* **dom:** add vsync singal ([fe68c86](https://github.com/Tencent/Hippy/commit/fe68c86f16be62ec3ffabac2bf5067ab8472c9ff)) +* **dom:** add willchange attribute to dom node ([3eca16b](https://github.com/Tencent/Hippy/commit/3eca16b16bbdcdc827b16fee1956101ef079e3cd)) +* **dom:** adjust dom event bubble order ([8ca8cc7](https://github.com/Tencent/Hippy/commit/8ca8cc776cc9bf8a9a3d40e7aaeb37aa9e6453e8)) +* **dom:** adjust static render manager map to presistent object map ([8f313ef](https://github.com/Tencent/Hippy/commit/8f313efdb4d7eb6b0011a39aebac0444a43dcac7)) +* **dom:** adjust the parameter format of callUIFunction ([05d4088](https://github.com/Tencent/Hippy/commit/05d408861c65af5145e0fcf26133f3e5df5427b6)) +* **dom:** adjust UpdateRenderNode() to use RenderInfo ([5c8976f](https://github.com/Tencent/Hippy/commit/5c8976ff3f7eb5affffba3a39453f3d45639f1b6)) +* **dom:** atomic function interface ([b1d6c58](https://github.com/Tencent/Hippy/commit/b1d6c58c03703053fb4e1a51b233371d40f9e134)) +* **dom:** callUIFunction takes an extra callback_id ([2b08b51](https://github.com/Tencent/Hippy/commit/2b08b51e4d8a0f9aa1370b1c97b98b64bcc0770f)) +* **dom:** change assert to TDF CHECK ([28b57dd](https://github.com/Tencent/Hippy/commit/28b57dd157cd4acd17c2d26684ebd223390b9956)) +* **dom:** change cmake dependence ([2fdc898](https://github.com/Tencent/Hippy/commit/2fdc898e2e39972f382a44fe7d85486bac78f7ae)) +* **dom:** change DomValue to DomArgument ([689bdbd](https://github.com/Tencent/Hippy/commit/689bdbd66aace4194e3ac91dd99eaed8312fb04d)) +* **dom:** change id from int32_t to uint32_t and fix clang-tidy warning ([45fd192](https://github.com/Tencent/Hippy/commit/45fd192eb480053d9f2f3c3993bca8a07092ce1f)) +* **dom:** change layout measure function type ([77b826b](https://github.com/Tencent/Hippy/commit/77b826b6164f07ffbfa25be65bc4a5793ab65ea7)) +* **dom:** change some functions to excute under dom thread ([31fffc4](https://github.com/Tencent/Hippy/commit/31fffc4bd3cb365f5e6e032612ac158a1eb4d03b)) +* **dom:** clean up clang warning ([e4ffe4f](https://github.com/Tencent/Hippy/commit/e4ffe4f954549934b95a92e1a11558fdeab1a0b6)) +* **dom:** clean up merge dom event conflict ([3ee1f67](https://github.com/Tencent/Hippy/commit/3ee1f67bd6f94051294c2e920d37ae60eac3f72b)) +* **dom:** complete domNode callback ([c44acef](https://github.com/Tencent/Hippy/commit/c44acef90884ec55e9d6a9b4d6c2c03a6180cc3b)) +* **dom:** complete layout and event process ([2022e16](https://github.com/Tencent/Hippy/commit/2022e16c05eb7b723d5821fbbb9e37070bf6d4b9)) +* **dom:** convert a DomValue to Double if it's a number ([cadcd4b](https://github.com/Tencent/Hippy/commit/cadcd4b6ab9317090d87e42b272dfb6a48c92183)) +* **dom:** decoupling SceneBuilder from Scope which is private for hippy ([3c0f527](https://github.com/Tencent/Hippy/commit/3c0f5273a2c54ea7a05b58a762addce6eb96828e)) +* **dom:** delete render manager ([f2741ac](https://github.com/Tencent/Hippy/commit/f2741ac96e1d441859e7799dd54081464a07938e)) +* **dom:** dom props diff ([b3c83f3](https://github.com/Tencent/Hippy/commit/b3c83f3d18e26477803a3e2770b34d23c2722a61)) +* **dom:** domManager test ([7b06a0c](https://github.com/Tencent/Hippy/commit/7b06a0c4ed49708f05b0c4f4d8656882e027db5d)) +* **dom:** enable calling NativeRenderProvider.updateRenderEventListener ([2099761](https://github.com/Tencent/Hippy/commit/20997614be5c811b43a8a3d3f1dd65fead5fb711)) +* **dom:** fix children empty unhandled in AddChildByRefInfo function ([037a08a](https://github.com/Tencent/Hippy/commit/037a08ae6d02ea8a6734063e70269398061b617c)) +* **dom:** fix compile warning ([03dcd17](https://github.com/Tencent/Hippy/commit/03dcd17f707e7836fed3ee9fd35d6b7d81ee307d)) +* **dom:** fix defalut value of layoutnode ([1a0acd3](https://github.com/Tencent/Hippy/commit/1a0acd312d585d51728fe67fc8a1dae99a60a6d6)) +* **dom:** fix dom import error ([4b0178e](https://github.com/Tencent/Hippy/commit/4b0178e92f2e0c280ffb49693876d099062dda66)) +* **dom:** fix iOS compile error for RootNode ([c534d55](https://github.com/Tencent/Hippy/commit/c534d55f8e38a206eab039a7052a0f9737f5d0af)) +* **dom:** fix layout add node crash ([c1e1d91](https://github.com/Tencent/Hippy/commit/c1e1d913a7f32b9412afcc9f82c89e3cd8c67861)) +* **dom:** fix layout add node crash ([379679c](https://github.com/Tencent/Hippy/commit/379679ca0f65000ba11ecc05a3259cf0c6791261)) +* **dom:** fix layout crash ([d25dc71](https://github.com/Tencent/Hippy/commit/d25dc713f17b6e7f0ecbbc990f0e1ce00e1e2d2a)) +* **dom:** fix the error logic of UpdateNodeSize() about RootNode ([37b781b](https://github.com/Tencent/Hippy/commit/37b781bec271b4410f5d6f63c77e10a79151867f)) +* **dom:** fix the logic of handling event listeners ([18fd02f](https://github.com/Tencent/Hippy/commit/18fd02fab3fffef128c528033bbc1b5b95d56dab)) +* **dom:** fix yoga layout position ([f7973b9](https://github.com/Tencent/Hippy/commit/f7973b97444392ca719bded29afb547d2ad0627c)) +* **dom:** hippy render manager update layout and end batch ([e1efed5](https://github.com/Tencent/Hippy/commit/e1efed5c517ca73ae75b0c59a66cbd96a2802826)) +* **dom:** implement BeginBatch and EndBatch ([5e18153](https://github.com/Tencent/Hippy/commit/5e18153c0ce9f8c0dce639ab9f7599ebb3f78e51)) +* **dom:** implement event listeners ([2bf259f](https://github.com/Tencent/Hippy/commit/2bf259f4cb0827f1fe9b06357456b4e5c8b1d7fd)) +* **dom:** implement LayerOptimizedRenderManager ([6775e33](https://github.com/Tencent/Hippy/commit/6775e33d4a867c22680cb3022a5678114db94d06)) +* **dom:** implement operator<< function to DomNode ([c405a95](https://github.com/Tencent/Hippy/commit/c405a95e01abef7aa4f27bfbe36a9c7563f4719e)) +* **dom:** implement optimization of render tree ([2ffad89](https://github.com/Tencent/Hippy/commit/2ffad8923252ae2cc8359b9b0be19612869ce67b)) +* **dom:** implement RootNode ([d1da973](https://github.com/Tencent/Hippy/commit/d1da973e587c991efc854b356a9408a7abe028c8)) +* **dom:** ios native render manager add function ([0d80cfe](https://github.com/Tencent/Hippy/commit/0d80cfe0fdd79100caa27581208ffe0a4c32c847)) +* **dom:** jenv exception ([94131cd](https://github.com/Tencent/Hippy/commit/94131cde6c2c0f2bec0dafd2d69a7f8ec3d885c4)) +* **dom:** lazy layout ([d9dc87f](https://github.com/Tencent/Hippy/commit/d9dc87f45cfcef61582f5e758820df2e90dc2368)) +* **dom:** measure text ([42f6f94](https://github.com/Tencent/Hippy/commit/42f6f948f567cbcffcaec316158e820372b9ebbf)) +* **dom:** merge js thread and dom thread ([c9cbf98](https://github.com/Tencent/Hippy/commit/c9cbf98c1a2c72cdbb80e97f458cb69056051291)) +* **dom:** modfiy shared_ptr to weak_ptr ([6810d57](https://github.com/Tencent/Hippy/commit/6810d57f532bcf7d4bb9a49b164b4862019477f9)) +* **dom:** modify call function use dom_argument as argument ([2ac3aff](https://github.com/Tencent/Hippy/commit/2ac3affcee77990ee3318abad7e947ef411c3bc5)) +* **dom:** modify dom add unimplemented functions ([41670ab](https://github.com/Tencent/Hippy/commit/41670abe96d0ab6181d828baa2bd658587932fc9)) +* **dom:** modify event-related logic ([ac7590f](https://github.com/Tencent/Hippy/commit/ac7590fbde2bdfc2e46f5217d6027bc2341a876f)) +* **dom:** modify ToDomArgument function ([5ccb0e2](https://github.com/Tencent/Hippy/commit/5ccb0e2a4350d0e70ff09cc4ae86338482aed26b)) +* **dom:** move .h files to include directory ([d29efa6](https://github.com/Tencent/Hippy/commit/d29efa6586f1d7d8cfbcb7d4331644c21586d2dc)) +* **dom:** move SetEventCallbackRunner to scope.cc ([32b76b3](https://github.com/Tencent/Hippy/commit/32b76b39c53ff76090a89a78e7e1b22bb11bfb7c)) +* **dom:** move test directory and change unittests file name ([2d8e49b](https://github.com/Tencent/Hippy/commit/2d8e49bd6965bb9052144db6645401cb0bb3238e)) +* **dom:** move unit test files to dom directory ([c6c821f](https://github.com/Tencent/Hippy/commit/c6c821f6badae85ec7ba10da46bd7f75342090c8)) +* **dom:** optimize some codes ([23c1749](https://github.com/Tencent/Hippy/commit/23c1749b5e12be8082b040353ad037a79f37cde4)) +* **dom:** optimize the operation of handling event listeners ([b5234c9](https://github.com/Tencent/Hippy/commit/b5234c95fd10be29792568987f0c3b3997404bf1)) +* **dom:** parser style to dom value ([553bff9](https://github.com/Tencent/Hippy/commit/553bff99ebef9249cdba6c08023df1de2ad84c91)) +* **dom:** pass DomManager to RootNode in DomManager::SetRenderManager() ([6c158a4](https://github.com/Tencent/Hippy/commit/6c158a403b8dae06891578acef395053f53b1445)) +* **dom:** pass DomManager to RootNode when initializing it ([1970e18](https://github.com/Tencent/Hippy/commit/1970e18715e2b2ed113a0956ba9c0673b70944cd)) +* **dom:** refactor animation ([7e5045d](https://github.com/Tencent/Hippy/commit/7e5045d7429e0e4c2f775e0ebad76cf0e41e1ecb)) +* **dom:** refactor animation ([289c995](https://github.com/Tencent/Hippy/commit/289c995fba3b256452250a9ba775229713eedfc4)) +* **dom:** refactor CallFunction ([d502e53](https://github.com/Tencent/Hippy/commit/d502e530c59c2e93d491275b07ca13ecd5fa50e8)) +* **dom:** refactor code ([f023b1c](https://github.com/Tencent/Hippy/commit/f023b1ced5bb6f3954202a57b7e206769585ceaa)) +* **dom:** refactor deserializer api ([84fffb0](https://github.com/Tencent/Hippy/commit/84fffb0f35896c2c382b58246f05f4f21eedc1ab)) +* **dom:** refactor diff utils ([30e804b](https://github.com/Tencent/Hippy/commit/30e804b9f68bad0919ee1f2d0667b88611bc568e)) +* **dom:** refactor dom event ([bd6b5dd](https://github.com/Tencent/Hippy/commit/bd6b5dd712659d347a9e7e5a80345aa577f23ae1)) +* **dom:** refactor dom event ([6ecd701](https://github.com/Tencent/Hippy/commit/6ecd7016712c6a892060cb3e1a126ffe0fe85a8d)) +* **dom:** refactor dom event related codes ([f743c3e](https://github.com/Tencent/Hippy/commit/f743c3e38fb430ed4951f9385a28b25bf4d8afa7)) +* **dom:** refactor dom value ([27cc950](https://github.com/Tencent/Hippy/commit/27cc95041b42e4da418fac6cdb1111e5321743c6)) +* **dom:** refactor dom value file ([e8d3cd7](https://github.com/Tencent/Hippy/commit/e8d3cd7048b59b46473a985c976db7a57df143b9)) +* **dom:** refactor event ([2e72a60](https://github.com/Tencent/Hippy/commit/2e72a607190089440307a7c5607c1797df667409)) +* **dom:** refactor event ([a6d5dda](https://github.com/Tencent/Hippy/commit/a6d5ddabbd857cbd9f8ad1cc94964ffc3aef5b0c)) +* **dom:** refactor init hippy instance ([b5fbf49](https://github.com/Tencent/Hippy/commit/b5fbf49b959e4ff947491a2008eb58438da55cda)) +* **dom:** refactor layout interface ([7e505d8](https://github.com/Tencent/Hippy/commit/7e505d8919f9b80f15be080f54baff2273c87b5d)) +* **dom:** refactor layout interface ([e2d3757](https://github.com/Tencent/Hippy/commit/e2d375721a03152d8e26269323ee37292a16e0ea)) +* **dom:** refactor layout node ([7f19167](https://github.com/Tencent/Hippy/commit/7f19167d0701c5294adc7c53e8df640b74802203)) +* **dom:** refactor layout node ([87588de](https://github.com/Tencent/Hippy/commit/87588dee2f69d2b941a8ea05c38f744553d6c5b9)) +* **dom:** refactor layout node measure function ([056054f](https://github.com/Tencent/Hippy/commit/056054f4b54fa2ad6cb38b59e853e8a47ee2bf2b)) +* **dom:** refactor post task ([b176621](https://github.com/Tencent/Hippy/commit/b176621372372a91b1d72bffbf1a228514c287d6)) +* **dom:** refactor register event runner ([13ed452](https://github.com/Tencent/Hippy/commit/13ed45223a730b922646db48e2429a75559893c4)) +* **dom:** refactor registerDomEvent ([8453d6c](https://github.com/Tencent/Hippy/commit/8453d6c00482565ce9fab672174f37c103237554)) +* **dom:** remove BeginBatch ([5a6e8d4](https://github.com/Tencent/Hippy/commit/5a6e8d4550cbe53b38bcf94a41475e14744e5a45)) +* **dom:** remove demo for vl ([b311f94](https://github.com/Tencent/Hippy/commit/b311f94ef6f98e8d9280a6904ab8e03d24c5e991)) +* **dom:** remove dom/render manager in runtime ([a2968d3](https://github.com/Tencent/Hippy/commit/a2968d39d010133e0c6d6f5ad9e39d3917d03037)) +* **dom:** remove event node ([debda05](https://github.com/Tencent/Hippy/commit/debda0571904bd58f074badff3e0091ffb1ed4e6)) +* **dom:** remove redundant code ([e9b0798](https://github.com/Tencent/Hippy/commit/e9b079849f23ffd9f3df8b84e3f6290f53b54bc8)) +* **dom:** remove redundant code ([c4e7518](https://github.com/Tencent/Hippy/commit/c4e7518283614ec5ef83723cd54b9af487377d93)) +* **dom:** remove root_node_reop class ([c6c8efc](https://github.com/Tencent/Hippy/commit/c6c8efc081d8c552f3e8151eb2646f311770df38)) +* **dom:** rename and move native_render_provider.cc to render directory ([fb49f51](https://github.com/Tencent/Hippy/commit/fb49f51023e15c04c2f0493e792df2492bcea986)) +* **dom:** render manager and deserializer value ([777573b](https://github.com/Tencent/Hippy/commit/777573bc54ad4f37bd8e2850252570b44b0b0b42)) +* **dom:** RenderManager add RemoveEventListener ([f1fe4b7](https://github.com/Tencent/Hippy/commit/f1fe4b7d19c424801ff45f6c9384d285c8dfa5d3)) +* **dom:** standardize build script and fix lint problem ([05a9cc3](https://github.com/Tencent/Hippy/commit/05a9cc357fb49bd84205a88198e34b60719debd5)) +* **dom:** support add multiple events ([5aff209](https://github.com/Tencent/Hippy/commit/5aff20926eb5f3ef89228e8357ae18b372646aba)) +* **dom:** support capture parameter in addEventListener function ([1199945](https://github.com/Tencent/Hippy/commit/119994517af700949797095219b80461997afe65)) +* **dom:** support dom event in multi thread ([e4e3963](https://github.com/Tencent/Hippy/commit/e4e3963355715478b9bbac37542d723e5827c387)) +* **dom:** support dom event phase ([924320c](https://github.com/Tencent/Hippy/commit/924320cdcf01ea5559d693503fa45ca92d846f47)) +* **dom:** support FetchAddUniqueRenderManagerId function to all render ([c2cb3ab](https://github.com/Tencent/Hippy/commit/c2cb3abbe89f014f609cef62a956a1454818091c)) +* **dom:** support HIP in dom unit test ([96200b1](https://github.com/Tencent/Hippy/commit/96200b1560c8661399cea531c65e1925eb4e1419)) +* **dom:** support layout density ([45b9318](https://github.com/Tencent/Hippy/commit/45b9318a3341fe1684bb59ad5ea053f187e3c81b)) +* **dom:** support multiple RootNodes ([#2075](https://github.com/Tencent/Hippy/issues/2075)) ([84fc205](https://github.com/Tencent/Hippy/commit/84fc2058bf6bcd0565558d344997f57df97ca702)) +* **dom:** support onlayout event ([bff3c0a](https://github.com/Tencent/Hippy/commit/bff3c0a4b19210bee57ea9e869b75ac4bf81f7e2)) +* **dom:** support std::any_cast in version below ios 11 ([16799c1](https://github.com/Tencent/Hippy/commit/16799c1b6582327fac304597b7477f4e5e113f3c)) +* **dom:** support vl and js event travserse ([b647356](https://github.com/Tencent/Hippy/commit/b6473565356ffc7876ecb7fffb4c464a92812983)) +* **dom:** support yoga layout ([7c2d7da](https://github.com/Tencent/Hippy/commit/7c2d7da2297838b20614abef2be6c335c01ad68a)) +* **dom:** support yoga layout measrue text ([0613224](https://github.com/Tencent/Hippy/commit/0613224de8dbf29597f1eab0671cce6387362bed)) +* **dom:** text layout jni ([c7b391f](https://github.com/Tencent/Hippy/commit/c7b391f85bf72e041db687d408afceb46d11e4e6)) +* **dom:** text mark dirty ([d9a2068](https://github.com/Tencent/Hippy/commit/d9a2068290a66e768772f0355250d5e6f25eb049)) +* **dom:** update animation ([cb55b5c](https://github.com/Tencent/Hippy/commit/cb55b5c0710218f34004cbd5cf694616cf633729)) +* **dom:** update clang format ([9fce1f1](https://github.com/Tencent/Hippy/commit/9fce1f15a9e2a3cc2f8519fff19a0f8fd8ca1c8c)) +* **dom:** update dom_node style ([a42120c](https://github.com/Tencent/Hippy/commit/a42120c55d03252b6bdd59ef4fa03d8c34ea21b6)) +* **dom:** update node size ([4381663](https://github.com/Tencent/Hippy/commit/4381663e81ef642c2c917a0403a9d7c5c6bc26fa)) +* **dom:** update render manager with full props ([7a0f19e](https://github.com/Tencent/Hippy/commit/7a0f19e700194139309afe20dcd9357d4b28aadd)) +* **dom:** update render node info ([b1545d4](https://github.com/Tencent/Hippy/commit/b1545d48227730b8b723630051449e75904d1034)) +* **dom:** update style diff ([49a495c](https://github.com/Tencent/Hippy/commit/49a495c3ed9e4df975091ce8c620a1ce651ea9e4)) +* **dom:** use fetch content to complier yoga ([bcc3bde](https://github.com/Tencent/Hippy/commit/bcc3bde5b310a60bb5dc8d3d7bb3872ee7714062)) +* **dom:** use registered DomNodes when updating and deleting them ([b23c5fe](https://github.com/Tencent/Hippy/commit/b23c5fe53c73739e6ad715977b2da75322253800)) +* **driver:** add performance for js ([d89f2b0](https://github.com/Tencent/Hippy/commit/d89f2b0c49948f5c509dbee72f33a42c7b9a121a)) +* **driver:** add RequestIdleCallback ([04cf85d](https://github.com/Tencent/Hippy/commit/04cf85dba39af23a8ce8c6c91e891391e0bba7e5)) +* **driver:** add will_exit_cbs and remove redundant code ([2090d62](https://github.com/Tencent/Hippy/commit/2090d6276530ce25466d6ac0b1074afdba3c43fc)) +* **driver:** adjust the namespace ([#2400](https://github.com/Tencent/Hippy/issues/2400)) ([1d4cc70](https://github.com/Tencent/Hippy/commit/1d4cc704d5ec996a01a82e2e23679ee880b5e568)) +* **driver:** modify the release order of scope and engine ([5fd6d24](https://github.com/Tencent/Hippy/commit/5fd6d244fc8a6a3c0dcf8c7afe082a92f879fb86)) +* **driver:** refactor napi and jsi ([#3033](https://github.com/Tencent/Hippy/issues/3033)) ([0df056b](https://github.com/Tencent/Hippy/commit/0df056b08f36ecd814b347aee94dc70b0ffed6d7)) +* **driver:** refactor string_view_util ([e53c80c](https://github.com/Tencent/Hippy/commit/e53c80c6bb028cbdc5006e7a69ef12d9c61b9dbe)) +* **driver:** refactor vm and fix engine erase crash ([fe8e355](https://github.com/Tencent/Hippy/commit/fe8e355725fb523b440276a47c23cb64f6c43e5a)) +* **driver:** remove global_external_data ([9b6905f](https://github.com/Tencent/Hippy/commit/9b6905fb21fb0886a3185506799bcd1665259cdd)) +* **driver:** remove jni target_include_directories ([ebe11b2](https://github.com/Tencent/Hippy/commit/ebe11b2db768bc04ff59f03e6fdea6549cdccc29)) +* **driver:** remove redundant code ([7b42b16](https://github.com/Tencent/Hippy/commit/7b42b165b18438878fbd1bc5c44b48e6f7fd86c2)) +* **example:** add native exception alert show ([af427f8](https://github.com/Tencent/Hippy/commit/af427f81927a5bb6f00b5003ac65ad836be50376)) +* **fix:** fix style update nullptr error ([58eb99a](https://github.com/Tencent/Hippy/commit/58eb99a888020175a4507a9d8df849cc340aa84d)) +* **footstone:** refactor driver ([a0be5bd](https://github.com/Tencent/Hippy/commit/a0be5bdce5adf824aaeaac92a18dea9e6e6b0f2b)) +* **footstone:** refactor ReadObjectProperties function ([918fc09](https://github.com/Tencent/Hippy/commit/918fc0964e023eb7291af18c177b95de225b54cb)) +* **footstone:** refactor ReadObjectProperties function signature ([8efccb4](https://github.com/Tencent/Hippy/commit/8efccb4a553ba96d0d80f7afec710aec62cb2f71)) +* **footstone:** rename unicode string_view to string_view ([b547cb3](https://github.com/Tencent/Hippy/commit/b547cb304f05aebd166f18dfbc90eab3e8281fb5)) +* **framework:** adjust the directory structure for the framework ([#2349](https://github.com/Tencent/Hippy/issues/2349)) ([fdcce58](https://github.com/Tencent/Hippy/commit/fdcce587af6aac0788432031789c07309fbb480f)) +* **framework:** adjust the framework module namespace ([3f8a85d](https://github.com/Tencent/Hippy/commit/3f8a85d95a90bb31083f92b9ed563878fcd933dd)) +* **framework:** adjust the jni module namespace ([2a91e94](https://github.com/Tencent/Hippy/commit/2a91e9416cf46f9cbcac67fa55afafb478f7430d)) +* **hippy-core:** add navigatorBarHeight ([4024d87](https://github.com/Tencent/Hippy/commit/4024d87f31af0cdd6036c6ff7ec5d632ab14f44d)) +* **hippy-core:** add original console api ([25f7033](https://github.com/Tencent/Hippy/commit/25f7033a58ef360865588841c77a9e758c856eba)) +* **hippy-debug-server:** extend MIME ([1984e31](https://github.com/Tencent/Hippy/commit/1984e3166125bdc96401ffcd57b1f102d646f195)) +* **hippy-debug-server:** update websocket version ([fa2deaf](https://github.com/Tencent/Hippy/commit/fa2deaf5b29afd6e55889e0395eda6bae280a13c)) +* **hippy-react-web:** add cjs formatted output ([86c6b50](https://github.com/Tencent/Hippy/commit/86c6b50199afc11524b43f55c10aa448c651ccd2)) +* **hippy-react-web:** added ScrollView scrollEnabled attribute ([4f16dcd](https://github.com/Tencent/Hippy/commit/4f16dcdc85c77bb3b695d7841ab4bb4dbe15ab43)) +* **hippy-react-web:** fix web style issues ([#2087](https://github.com/Tencent/Hippy/issues/2087)) ([ffe715d](https://github.com/Tencent/Hippy/commit/ffe715d50aed02017e1ea4d5592ed2fa7ce57eba)) +* **hippy-react-web:** perfect hippy-react-web components ([3492612](https://github.com/Tencent/Hippy/commit/349261249821f7b22f559f9d267613f829e2ced6)) +* **hippy-react-web:** support tree-sharking & fix issues ([d8b2617](https://github.com/Tencent/Hippy/commit/d8b261740f61180ca3042e04c0ac82bee610cc31)) +* **hippy-react-web:** update swiper ([8ed5e22](https://github.com/Tencent/Hippy/commit/8ed5e22ada22faa77485422165725088ff4e1ad2)) +* **hippy-react,hippy-vue:** add linear-gradient ([e722f69](https://github.com/Tencent/Hippy/commit/e722f696cc935508027cef3958a12676f832e8f9)) +* **hippy-react,hippy-vue:** perf shadow demo ([14a5ddf](https://github.com/Tencent/Hippy/commit/14a5ddf8c9e7e4e6b0d476a4e0ad7042badd0de6)) +* **hippy-react,hippy-vue:** support color animation ([172112e](https://github.com/Tencent/Hippy/commit/172112e0f4e9e13c6421682fea3a37a4c9646504)) +* **hippy-react,hippy-vue:** support to load local img ([80549d0](https://github.com/Tencent/Hippy/commit/80549d01a79f1315d14195e39a94f6abf29257cc)) +* **hippy-react:** add bind_event boolean value ([8944bae](https://github.com/Tencent/Hippy/commit/8944baef20a50817c5bbfb4a374bbbe2c25b47b8)) +* **hippy-react:** add bind_event boolean value ([f1ddffa](https://github.com/Tencent/Hippy/commit/f1ddffa3c23a72516de288aae64ef7b85482ac3d)) +* **hippy-react:** add global bubbles config ([802f924](https://github.com/Tencent/Hippy/commit/802f92443d64e047c41456f6611d563de7e7f2e9)) +* **hippy-react:** add HippyEvent to listen global events ([4f88ad2](https://github.com/Tencent/Hippy/commit/4f88ad20f7953ff192cf67d22105235bf24b5b13)) +* **hippy-react:** add nativeNode attributes info for debugging ([#923](https://github.com/Tencent/Hippy/issues/923)) ([58827d6](https://github.com/Tencent/Hippy/commit/58827d68b48dcc384e2410e5f9776d3ed46a5f9a)) +* **hippy-react:** add system event instance ([195ffc4](https://github.com/Tencent/Hippy/commit/195ffc490acea86bd0428d5edc4ee0df52cb1277)) +* **hippy-react:** add text-nested example ([#510](https://github.com/Tencent/Hippy/issues/510)) ([47c5440](https://github.com/Tencent/Hippy/commit/47c544038a9189e7a376531fe2ce95550d1548dd)) +* **hippy-react:** add unhideInstance api in hostconfig ([6a19e99](https://github.com/Tencent/Hippy/commit/6a19e99690b639d90dc2c4eb627c46a87d787588)) +* **hippy-react:** added demo key ([3711ff0](https://github.com/Tencent/Hippy/commit/3711ff03c7a0c748206a1997f96997352afaafb8)) +* **hippy-react:** added Text displayName ([376b075](https://github.com/Tencent/Hippy/commit/376b0753cb0ce1a07a9c6b6c477af0762b20c97a)) +* **hippy-react:** avoid adding or removing eventlistener twice ([3a68b4e](https://github.com/Tencent/Hippy/commit/3a68b4ef744b1e0f343d86b581e1ee693b8d34b7)) +* **hippy-react:** change event capture handle ([2825983](https://github.com/Tencent/Hippy/commit/2825983f8961948ddaa1108b147590ac5cf81064)) +* **hippy-react:** compatible for react 17 ([029f41d](https://github.com/Tencent/Hippy/commit/029f41d464c02a0cf7a6dbd4dbdb9161eecd7803)) +* **hippy-react:** compatible for react18 ([980eec9](https://github.com/Tencent/Hippy/commit/980eec91bbfc818555d043ec1e72256891e3ec77)) +* **hippy-react:** forward Text ref ([01ac3df](https://github.com/Tencent/Hippy/commit/01ac3dfe9e526cd2079ecab0c3c3f3d2edb5f072)) +* **hippy-react:** perf pullHeader example ([3cfc9dc](https://github.com/Tencent/Hippy/commit/3cfc9dc1a58b0e93f008ae72dd37078231880ccc)) +* **hippy-react:** support horizontal PullHeader & PullFooter ([983d098](https://github.com/Tencent/Hippy/commit/983d09821d11254494edebe6ef88be253c2cca9e)) +* **hippy-react:** update react 17 ([c6f40b4](https://github.com/Tencent/Hippy/commit/c6f40b47b26c99a660c5b425c3e1c1ae0030522a)) +* **hippy-react:** update react-reconciler dependency ([d6d675f](https://github.com/Tencent/Hippy/commit/d6d675f32d0efaaa0edbfb7636f4114685a161e3)) +* **hippy-vue-demo,hippy-react-demo:** add dynamic import demo ([3d7854c](https://github.com/Tencent/Hippy/commit/3d7854c2e1eaf272987251072af51c473ce3498e)) +* **hippy-vue,hippy-react:** add http dynamic import demo ([77b050f](https://github.com/Tencent/Hippy/commit/77b050f91c071d6d40c7b9f83d89188284d1ed91)) +* **hippy-vue,hippy-react:** add text shadow ([f5654cf](https://github.com/Tencent/Hippy/commit/f5654cf5b9e500fb43c1aea227e35a2a635b7adb)) +* **hippy-vue,hippy-react:** added willAppear & willDisappear event ([91385a0](https://github.com/Tencent/Hippy/commit/91385a0d946df84aa22f32ac90d20ba4fc37e0d4)) +* **hippy-vue:** add animaiton actionsDidUpdate hook ([24fea20](https://github.com/Tencent/Hippy/commit/24fea20394d2b4d370d86ac40000424458883930)) +* **hippy-vue:** add animation event & method ([8516f4b](https://github.com/Tencent/Hippy/commit/8516f4b4c3b7329aff7e325d02d0cca24a4e068a)) +* **hippy-vue:** add event listener for hippy-vue ([07830fc](https://github.com/Tencent/Hippy/commit/07830fc1fcc0ebefb0fadb2fc9112a68edc3306c)) +* **hippy-vue:** add getElemCss function ([09ca37c](https://github.com/Tencent/Hippy/commit/09ca37c658b05bf55d4514f60aff02012b61941a)) +* **hippy-vue:** add local path support for placeholder & bgImg ([23ad146](https://github.com/Tencent/Hippy/commit/23ad1469e7e925ba12ece14ca833b29cd0239b17)) +* **hippy-vue:** add nativeNode attributes info for debugging ([#869](https://github.com/Tencent/Hippy/issues/869)) ([816beeb](https://github.com/Tencent/Hippy/commit/816beeba28d792056da3e09f5f4f26907478368b)) +* **hippy-vue:** add some native modules ([c38c1c5](https://github.com/Tencent/Hippy/commit/c38c1c5c74dc70c40b5a34562b06bda9790fc053)) +* **hippy-vue:** add txt/span/img/a/label/p touch event ([66ded5f](https://github.com/Tencent/Hippy/commit/66ded5f6fda204eebaa5de92610519c6d5cef376)) +* **hippy-vue:** change animation module ([1e3cd60](https://github.com/Tencent/Hippy/commit/1e3cd60b4b8f63c95a5f5a0c5bd6072f89bf8269)) +* **hippy-vue:** change node api to lowercase ([42f06c5](https://github.com/Tencent/Hippy/commit/42f06c5a1d83fadf58e3bea67c7791e735a233cc)) +* **hippy-vue:** merge vue updating attriute operation ([b6210ef](https://github.com/Tencent/Hippy/commit/b6210ef34fec6f0e91d57cca01133a3b219c132e)) +* **hippy-vue:** perf attribute & style update performance ([e7272ef](https://github.com/Tencent/Hippy/commit/e7272efec40a55f3b4036c221d40ad0346b10b71)) +* **hippy-vue:** perf attribute update ([55174ed](https://github.com/Tencent/Hippy/commit/55174ed47208d6aac65adc9fd8066941509b54a9)) +* **hippy-vue:** remove disAppear name compatibility ([8a77675](https://github.com/Tencent/Hippy/commit/8a77675fc891ede92779a707ccfc48a90fb5296b)) +* **hippy-vue:** rm compatible process for endReached & loadMore event ([fbffb5e](https://github.com/Tencent/Hippy/commit/fbffb5ec8d66a7b9933e69dcddbfd892debcf488)) +* **hippy-vue:** support value for anim repeatCount ([2b56568](https://github.com/Tencent/Hippy/commit/2b5656894f76de9d9d2fc3c22ef8cca7c296d126)) +* **hippy-vue:** support breakStrategy ([348183c](https://github.com/Tencent/Hippy/commit/348183cea800e267f999f765a08c39abb2c6e67c)) +* **hippy-vue:** support once modifier ([04a5e8a](https://github.com/Tencent/Hippy/commit/04a5e8acafcbf13afa0672ba1ca771d3da8a6818)) +* **hippy-vue:** support to remove event & merge alias event registered ([de23708](https://github.com/Tencent/Hippy/commit/de23708d145e9b58466bfea0b48526faf93ae1c8)) +* **ios,android,vue:** add load result param for webView's onLoadEnd api ([#2668](https://github.com/Tencent/Hippy/issues/2668)) ([e9eb76e](https://github.com/Tencent/Hippy/commit/e9eb76e45ce78ef288af01be90680662bb2b4ac7)) +* **ios:** 1.default enable turbo, 2.fix package jsi error ([00e7b7e](https://github.com/Tencent/Hippy/commit/00e7b7eedbe701c1e781c86157a8caf529d29d50)) +* **ios:** adapter dynamic load ([c6c4169](https://github.com/Tencent/Hippy/commit/c6c4169b5375aec1fe8fc069633047129400803a)) +* **ios:** add a break case ([042aac1](https://github.com/Tencent/Hippy/commit/042aac128aa9db0946c96d7ab2d9ad80130b3967)) +* **ios:** add appear event for cell in list view ([#496](https://github.com/Tencent/Hippy/issues/496)) ([46daf3c](https://github.com/Tencent/Hippy/commit/46daf3c9ea95695a816eb8a04a440f8bef8b2982)) +* **ios:** add connector for convenient interface ([#3020](https://github.com/Tencent/Hippy/issues/3020)) ([dfe436c](https://github.com/Tencent/Hippy/commit/dfe436ce11e93c587cb7fbaea229a3c4b8c14f22)) +* **ios:** add debugurl into launch options of HippyBridge ([90e4abc](https://github.com/Tencent/Hippy/commit/90e4abc0b3ddd96a00da0e5a1f17f742b2a4bb1b)) +* **ios:** add devtools targets to hippysdk workspace ([c60a486](https://github.com/Tencent/Hippy/commit/c60a486224428f4f720826eca5e8306f84d3f9c5)) +* **ios:** add example for removing hippy root view ([cec977c](https://github.com/Tencent/Hippy/commit/cec977ce584fabaaf1a14b93a211685cb30f8e7a)) +* **ios:** add hippy log handler ([10c41a7](https://github.com/Tencent/Hippy/commit/10c41a750d88289eb0bf879af6919a2c99321695)) +* **ios:** add interface and demo to third party ([#1377](https://github.com/Tencent/Hippy/issues/1377)) ([a9bc741](https://github.com/Tencent/Hippy/commit/a9bc741a3341f0aef401587f8a68df7c74cf9dea)) +* **ios:** add interface for setting custom component ([65a3548](https://github.com/Tencent/Hippy/commit/65a3548415405438ebdfc722bfc186533b886111)) +* **ios:** add ios bundle load operation queue ([5d05b0d](https://github.com/Tencent/Hippy/commit/5d05b0d6d342abbb48613f408f9b86eae093493c)) +* **ios:** add ios chrome dev debug ability ([#1094](https://github.com/Tencent/Hippy/issues/1094)) ([441ab8a](https://github.com/Tencent/Hippy/commit/441ab8acee88ad2144ea2b5b942d40c06e680753)) +* **ios:** add ios hippy3.0 demo ([513f52f](https://github.com/Tencent/Hippy/commit/513f52fceb8a716ce57caac144dbc28f41991800)) +* **ios:** add layout animation for animation module ([#1816](https://github.com/Tencent/Hippy/issues/1816)) ([07e8219](https://github.com/Tencent/Hippy/commit/07e821962fcd864d2d148b9bff9183dffec0ba26)) +* **ios:** add line height multiple for text component ([#1732](https://github.com/Tencent/Hippy/issues/1732)) ([0b38cf3](https://github.com/Tencent/Hippy/commit/0b38cf317972f8885cbfe50124fe1441671265f2)) +* **ios:** add linear gradient for view component ([#828](https://github.com/Tencent/Hippy/issues/828)) ([b5a0df5](https://github.com/Tencent/Hippy/commit/b5a0df51b8e66d39ab5ebb241c0717cd858aae0c)) +* **ios:** add load debug bundle interface ([cdfed4d](https://github.com/Tencent/Hippy/commit/cdfed4d1d61fdf2c208dcf2c678dda631fa865ce)) +* **ios:** add localization infomations in deviceinfo object ([a0a79c9](https://github.com/Tencent/Hippy/commit/a0a79c9a07b780553c6d296881801c2917032cde)) +* **ios:** add log handler ([473d0b9](https://github.com/Tencent/Hippy/commit/473d0b93ab9400469bb6a8ccbb6295769d428386)) +* **ios:** add method to create custom scrollview ([#2841](https://github.com/Tencent/Hippy/issues/2841)) ([b8a4586](https://github.com/Tencent/Hippy/commit/b8a4586ed2d0d1bdc8b83ca10626f4d9f1ad2b6a)) +* **ios:** add method to get key window in ios13 ([35c6d66](https://github.com/Tencent/Hippy/commit/35c6d66c6a7317bc039b086449492619dad19d8c)) +* **ios:** add multiple image providers ([eb112e5](https://github.com/Tencent/Hippy/commit/eb112e577cb7d1415d2245a8b32de8557f12075b)) +* **ios:** add onInterceptPullUpEvent propery ([4e1b471](https://github.com/Tencent/Hippy/commit/4e1b471dc59ee809e0919b8f877e3fe416a93f78)) +* **ios:** add onKeyboardWillHide callback for iOS ([092a893](https://github.com/Tencent/Hippy/commit/092a893067917df124a72ad3f6e6494efcf31b93)) +* **ios:** add onsizechanged event ([9a0adce](https://github.com/Tencent/Hippy/commit/9a0adcec01ba797bd801d9fa7b02c3601ceb7281)) +* **ios:** add performance log enumation options ([1782578](https://github.com/Tencent/Hippy/commit/1782578cec42816d9cb52bd0de95a3b8ba54ccfa)) +* **ios:** add render_manager implementation ([df3030f](https://github.com/Tencent/Hippy/commit/df3030fa9c173688ee93d6a4765729431cf4663f)) +* **ios:** add render_manager implementation ([2f213ef](https://github.com/Tencent/Hippy/commit/2f213eff2deaa78edfae502e316fd62a3ebb3467)) +* **ios:** add reset size method for root node ([c50ba30](https://github.com/Tencent/Hippy/commit/c50ba30b1f0226308449f7a9e75a08e30c1a0de1)) +* **ios:** add sand box directory property for bridge ([4ba53b9](https://github.com/Tencent/Hippy/commit/4ba53b97010f2e3d6dfad63a3cea8e7e074827da)) +* **ios:** add shape attribute for imageView ([ed8234d](https://github.com/Tencent/Hippy/commit/ed8234d1cccf3d2c611593a9ac0dc88366a3845c)) +* **ios:** add smart view pager component ([5bc9335](https://github.com/Tencent/Hippy/commit/5bc9335da0d667b94ddb8eb70c4466344a5c4ec3)) +* **ios:** add snap shot data interface ([ac5018c](https://github.com/Tencent/Hippy/commit/ac5018cb6e60862b8e1608b3040cbf6104f7bab8)) +* **ios:** add thread check for component map ([174b22a](https://github.com/Tencent/Hippy/commit/174b22a949e5d1c17967c6fc953e3ca9f75be844)) +* **ios:** add try catch block for js execution ([e763bf3](https://github.com/Tencent/Hippy/commit/e763bf3a79bbf243c72729440c95d55d2943886a)) +* **ios:** add visibility property for view ([4da3e89](https://github.com/Tencent/Hippy/commit/4da3e89fb01ce193b4f6f5bbdead3f771f657684)) +* **ios:** adjust borderColor display conditions ([4abf2a9](https://github.com/Tencent/Hippy/commit/4abf2a9badb7cb2372342e0b9cc6b92f24fc53ca)) +* **ios:** adjust codes to support LayerOptimizedRenderManager ([6e895dc](https://github.com/Tencent/Hippy/commit/6e895dc0297fc8d78bf9162d5a81341f67f201d8)) +* **ios:** adjust performancelogger interface for future data report ([ee44ff8](https://github.com/Tencent/Hippy/commit/ee44ff8bf756029d7cddd06b067f6d29711acde7)) +* **ios:** allows the access party to customize filter attributes ([50ed212](https://github.com/Tencent/Hippy/commit/50ed212c26afd95f9db14d0295ee8e1497cf73d3)) +* **ios:** animating view can trigger touch event ([70ef5e9](https://github.com/Tencent/Hippy/commit/70ef5e92a5a70cb143fc8f7f9d6650a26a5b47ec)) +* **ios:** apply reuse feature to list and waterfall components ([#1943](https://github.com/Tencent/Hippy/issues/1943)) ([9ae13aa](https://github.com/Tencent/Hippy/commit/9ae13aa9e78652ff02facab250313acabc567dc9)) +* **ios:** apply vfs on image loading and bundles loading ([2e22c9b](https://github.com/Tencent/Hippy/commit/2e22c9b6c42d9b9f8148e40340dca765b571e4a0)) +* **ios:** change cpp excetion enable to false ([95361e3](https://github.com/Tencent/Hippy/commit/95361e358554524adf06fe23dcf603c955a5561a)) +* **ios:** custom properies can be set before seconary bundle loaded ([6fe5102](https://github.com/Tencent/Hippy/commit/6fe51029a5ba459d78e19d277e8c4fab4c975250)) +* **ios:** defaultimage & backgroundimage now support local file path ([#811](https://github.com/Tencent/Hippy/issues/811)) ([dd4b1fd](https://github.com/Tencent/Hippy/commit/dd4b1fdc4e0589541217f4a21e933fc789dfeae6)) +* **ios:** delete video compnent ([6ebc1d0](https://github.com/Tencent/Hippy/commit/6ebc1d03389f13caab04ae49c980af91a27935fe)) +* **ios:** devtools modify debugURL key ([a7d2c30](https://github.com/Tencent/Hippy/commit/a7d2c30f60c94d5e43946976befbdc7fe98cb757)) +* **ios:** enable swipe to delete in UITableView ([#935](https://github.com/Tencent/Hippy/issues/935)) ([37795d3](https://github.com/Tencent/Hippy/commit/37795d3cec15b552a8feec2dec27a70f0d73a01d)) +* **ios:** export vsync interface to abstract class ([93518b1](https://github.com/Tencent/Hippy/commit/93518b1ce2c53fbf2a6b84574a24ea78b61fbd50)) +* **ios:** fix animation bugs ([#1773](https://github.com/Tencent/Hippy/issues/1773)) ([748995b](https://github.com/Tencent/Hippy/commit/748995b27fb1ed795c789d16537901d7120b952c)) +* **ios:** hippy now will send ‘destroyInstance’ event to JS ([3856aa3](https://github.com/Tencent/Hippy/commit/3856aa3b9a8021ca3043bf0f28eda2f39f86e056)) +* **ios:** jsi ([df7fe66](https://github.com/Tencent/Hippy/commit/df7fe660cc0572d2462ba4ca86f67be2cd52473c)) +* **ios:** jsi switch ([a28dffe](https://github.com/Tencent/Hippy/commit/a28dffe1cd55404eef70395b29d8daf5928aebda)) +* **ios:** layout updated, RTL supported ([#873](https://github.com/Tencent/Hippy/issues/873)) ([da964b9](https://github.com/Tencent/Hippy/commit/da964b92c3c9c83423faa6c95523b76408864ea4)) +* **ios:** list view can scroll horizontally ([#1574](https://github.com/Tencent/Hippy/issues/1574)) ([4fc44f7](https://github.com/Tencent/Hippy/commit/4fc44f7c0bb18d7decf817e44bd425ca8f6321a1)) +* **ios:** listview stick cell wrong offset while refreshing ([299de73](https://github.com/Tencent/Hippy/commit/299de73e82cb1385acca3802daf416cfb2692cb6)) +* **ios:** make item view be a subclass of hippyview ([25cdd13](https://github.com/Tencent/Hippy/commit/25cdd13ae75180a7225991ca0840bae09fea77d9)) +* **ios:** modify websocket url symbol ([59aa80b](https://github.com/Tencent/Hippy/commit/59aa80bc06eb50e4b727f851c91dbfda9ea59030)) +* **ios:** mount & unmount event handler ([#1735](https://github.com/Tencent/Hippy/issues/1735)) ([1202581](https://github.com/Tencent/Hippy/commit/1202581ec6188ae2bd5eacd9b61ef677cc617ddb)) +* **ios:** nested rich text support vertical alignment setting ([#2521](https://github.com/Tencent/Hippy/issues/2521)) ([5f21c83](https://github.com/Tencent/Hippy/commit/5f21c839f48a14b2aa87214b057d7f220a5f9da1)) +* **ios:** no return when methods get unexpected arguments ([9c03381](https://github.com/Tencent/Hippy/commit/9c03381bfce42ff628f939c8c0f6df2444023092)) +* **ios:** non rich text display ([#1178](https://github.com/Tencent/Hippy/issues/1178)) ([a10ed27](https://github.com/Tencent/Hippy/commit/a10ed272495cbdf38404ecd90fac4c3623474e5b)) +* **ios:** optimize image load error message ([c1552d5](https://github.com/Tencent/Hippy/commit/c1552d518940e142aec030ead0d84e1b60ba7565)) +* **ios:** optimize performance ,memory usage and interface ([97a28d2](https://github.com/Tencent/Hippy/commit/97a28d235bcc603ab48bdeec280960bd78d84e13)) +* **ios:** optimize performance ,memory usage and interface ([#3036](https://github.com/Tencent/Hippy/issues/3036)) ([2b157f5](https://github.com/Tencent/Hippy/commit/2b157f5ff3d396f3f571d0704edd98161deb67c8)) +* **ios:** optimize scale factor and demo ([d2cc5f9](https://github.com/Tencent/Hippy/commit/d2cc5f9fd0247d6e89dd1012ca91d5c1849377f2)) +* **ios:** optmize dirty text performance ([edbb0aa](https://github.com/Tencent/Hippy/commit/edbb0aacda995dab81e4560d5ef4a979a9f0ec01)) +* **ios:** optmize text render ([68f6445](https://github.com/Tencent/Hippy/commit/68f6445f316b4eb470867f3b11c7e31ad82c8652)) +* **ios:** parse websocket url from bundle url ([#1474](https://github.com/Tencent/Hippy/issues/1474)) ([6c2cf68](https://github.com/Tencent/Hippy/commit/6c2cf688425582cca4c74dde615d75f2608f78bd)) +* **ios:** pull header feature to set refresh time ([#695](https://github.com/Tencent/Hippy/issues/695)) ([ea4fb6d](https://github.com/Tencent/Hippy/commit/ea4fb6db138713d31a8bd31ab58075d0ad92d9d0)) +* **ios:** reduce data conversion when use js oc context wrapper ([b79f6e0](https://github.com/Tencent/Hippy/commit/b79f6e05cf455a5ce58b180a7fe4649856594c37)) +* **ios:** refactor createJSEngine method ([ca08a6a](https://github.com/Tencent/Hippy/commit/ca08a6a4fa377722e0492eb78a165748864e7e8a)) +* **ios:** remove clipboard api for ios ([0f426cd](https://github.com/Tencent/Hippy/commit/0f426cdb67cc1bdfba4514e0c125bf6d2fdaee5b)) +* **ios:** remove uncall codes ([e158694](https://github.com/Tencent/Hippy/commit/e1586942f4fee4f1614a95fb9ca38233e682cfae)) +* **ios:** renderer can create views lazily ([bc05e4c](https://github.com/Tencent/Hippy/commit/bc05e4c9d03c63c397ca40514874356e536f796d)) +* **ios:** repair ios project file ([#1125](https://github.com/Tencent/Hippy/issues/1125)) ([55be3df](https://github.com/Tencent/Hippy/commit/55be3df8cb27c5c1edb5a141a4c45a3a4c035418)) +* **ios:** reset hippy log and text system ([c7ef906](https://github.com/Tencent/Hippy/commit/c7ef906c3dc10b4b63df04fb1dd42610deba481f)) +* **ios:** sdk will send error code if image load failure ([8895e0b](https://github.com/Tencent/Hippy/commit/8895e0bb434a2b75aed81563948e3616165098a9)) +* **ios:** set a switch for red box show ([51b4190](https://github.com/Tencent/Hippy/commit/51b41909ec1ad059e5da23563174e9356389e880)) +* **ios:** set default font size to 14 ([011fcc8](https://github.com/Tencent/Hippy/commit/011fcc854e559508777bff72ebf5576b7e3a4295)) +* **ios:** set magnificationFilter as kCAFilterNearest by default ([777b877](https://github.com/Tencent/Hippy/commit/777b8771c26c4c5511f05e5b51234c49ee9f338a)) +* **ios:** set object waterfall for waterfall component ([86363a7](https://github.com/Tencent/Hippy/commit/86363a7cd5fb446a668a276ac94c5532ebc2c6f1)) +* **ios:** smart view pager add to hippyDemo ([920768d](https://github.com/Tencent/Hippy/commit/920768dc5d70dbcd913c7b2fc92faeee9054e86d)) +* **ios:** support background animation ([#686](https://github.com/Tencent/Hippy/issues/686)) ([eebe2aa](https://github.com/Tencent/Hippy/commit/eebe2aae33e62f3b29456f6e7691c61e1c223dc1)) +* **ios:** support bytes buffer transfer ([c0a04e6](https://github.com/Tencent/Hippy/commit/c0a04e6988ee30460f957594dcc2af6fa327b04e)) +* **ios:** support hippy.podspec for framework project ([9a29020](https://github.com/Tencent/Hippy/commit/9a2902002e6d9f37eb38068da3669c8be9673d29)) +* **ios:** support inspect ability for ios system above 16.4 ([8558a28](https://github.com/Tencent/Hippy/commit/8558a28c56e92d4746f9fb7b7e166a754bf52171)) +* **ios:** support register custom view as root view ([c41843b](https://github.com/Tencent/Hippy/commit/c41843b2ed5eba5fb4f300e7b61f65be53b98589)) +* **ios:** support v8 for ios ([94eeaae](https://github.com/Tencent/Hippy/commit/94eeaae7a33d2954184b222c7f527a1e384be097)) +* **ios:** support vfs dual-links ([df58e04](https://github.com/Tencent/Hippy/commit/df58e04662d5fa54ee15c3439f4063b7bf7d6ee3)) +* **ios:** support yoga layout ([b393546](https://github.com/Tencent/Hippy/commit/b39354607a6c35bbc651f2724f6a5cabcc95b48b)) +* **ios:** use hippylog instead nativerenderlog ([4ea38bc](https://github.com/Tencent/Hippy/commit/4ea38bc25b1044a2c31ca2d3b6b566da637a0fd4)) +* **ios:** use napi for jsi module ([db3085b](https://github.com/Tencent/Hippy/commit/db3085b7260c718c7aa16c61939c7cef06fa3465)) +* **ios:** users can get cell type from hippynetinfo module ([bd271bb](https://github.com/Tencent/Hippy/commit/bd271bbf70e95397e098ede172424bd042e2e304)) +* **ios:** v3.0 feature for ios ([#1175](https://github.com/Tencent/Hippy/issues/1175)) ([6ac86bd](https://github.com/Tencent/Hippy/commit/6ac86bd41ce3f2fb5299dd105a4fda639808109a)) +* **ios:** view can decide that if event can be prevented ([9020280](https://github.com/Tencent/Hippy/commit/9020280f687407a35d664fafcc56f007c0bcb466)) +* **ios:** websocket url add hash and close with code and reason ([#1447](https://github.com/Tencent/Hippy/issues/1447)) ([0aea441](https://github.com/Tencent/Hippy/commit/0aea44145d622afddd31577f184733d3eb2d0ddf)) +* **jni:** use the project root as the include headers search path ([4f36844](https://github.com/Tencent/Hippy/commit/4f36844278526455d8c8d889ef1fc17cf732e22d)) +* **js:** add iOS promise unhandledrejection ([98b41b4](https://github.com/Tencent/Hippy/commit/98b41b45401a7f02b0b1d304e3a5f8e7dfd84765)) +* **layout:** format files ([eba94eb](https://github.com/Tencent/Hippy/commit/eba94ebd3f9322ee487d3d1dc33d8855c63d97bd)) +* **layout:** layout engine add HasParentEngineNode ([#3078](https://github.com/Tencent/Hippy/issues/3078)) ([3aab4a4](https://github.com/Tencent/Hippy/commit/3aab4a433ede67cc348102f91d210331b85ad64c)) +* **layout:** refactor layout parser function ([a638acd](https://github.com/Tencent/Hippy/commit/a638acdcb4840ac2667715c4733086ec83ac15ac)) +* **layout:** replace taitank layout and remove layout directory ([#2850](https://github.com/Tencent/Hippy/issues/2850)) ([18dc843](https://github.com/Tencent/Hippy/commit/18dc843fb6ea88e1f8aa950a3ceff167098978a4)) +* **layout:** update layout build script ([c4f9c0c](https://github.com/Tencent/Hippy/commit/c4f9c0cfd1a03b525599a0759f431a413b99d0e4)) +* **modules:** remove JNI_PATH in cmakelists ([1f2b0e0](https://github.com/Tencent/Hippy/commit/1f2b0e0faeadb013238daa4a75524b00f1b823c7)) +* **native_render:** add license header ([dce0fff](https://github.com/Tencent/Hippy/commit/dce0fff0d4cea44573e52fc6f07fdc9e30e72b7f)) +* **native_render:** add namespace for native render ([c997125](https://github.com/Tencent/Hippy/commit/c997125cebf88bfbf1f338fe1e9aa30d34560767)) +* **native_renderer:** standardize build script ([1971f88](https://github.com/Tencent/Hippy/commit/1971f882363167effdf6aaed8a0430a6d9d89383)) +* **native_render:** rename native render ([94575b6](https://github.com/Tencent/Hippy/commit/94575b6019cf079274d50016b4a89e18eaa900dc)) +* **publish:** use fat-aar-android to build aar ([#2813](https://github.com/Tencent/Hippy/issues/2813)) ([dae789f](https://github.com/Tencent/Hippy/commit/dae789fb967ce7651334768b7ef4fa028036d65c)) +* **react,vue,android:** add live reload ([7c25771](https://github.com/Tencent/Hippy/commit/7c257719e8f5ab66f6a43459aab3c5093c10c599)) +* **react,vue,ios,android:** add waterfall component for hippy ([#933](https://github.com/Tencent/Hippy/issues/933)) ([41c9622](https://github.com/Tencent/Hippy/commit/41c96226a86c7cee51d389c90ab6a7191a89113f)), closes [#1](https://github.com/Tencent/Hippy/issues/1) +* **react,vue:** add caret color parser ([0145498](https://github.com/Tencent/Hippy/commit/0145498df8bba3896909bf423e55d03753d955f8)) +* **react,vue:** add collapsePullHeaderWithOptions api ([0b82e18](https://github.com/Tencent/Hippy/commit/0b82e18d20ebbb6370143fc590bd04340b39e7e4)) +* **react,vue:** add isFoucus function ([b365a97](https://github.com/Tencent/Hippy/commit/b365a97a536e33318061b00cdece5ab7835c135d)) +* **react,vue:** add js node cache to improve event performance ([ef58d9d](https://github.com/Tencent/Hippy/commit/ef58d9df486c7303e1d32b45870dad00fb966fd4)) +* **react,vue:** add tagName attribute to production mode ([bc67c5d](https://github.com/Tencent/Hippy/commit/bc67c5dec12e40c548c29de4dcfadf9a2c47dfc8)) +* **react,vue:** improve managing node performance ([d7ad056](https://github.com/Tencent/Hippy/commit/d7ad056e7421f6704d6f353039b55151d781fe1b)) +* **react,vue:** perf node traversing process ([dbd6dd2](https://github.com/Tencent/Hippy/commit/dbd6dd2705e2b07d02cc7f557119e5da0e252b5a)) +* **react,vue:** perf print log logic & remove event attribute in props ([f1fbbf1](https://github.com/Tencent/Hippy/commit/f1fbbf198bbc5c2abc70379307f752ce70b7ee24)) +* **react,vue:** perf startBatch ([2c61603](https://github.com/Tencent/Hippy/commit/2c61603ad7104188625987f5a97c46c375f2cf0b)) +* **react,vue:** remove ios for cycle for node operations ([605ed35](https://github.com/Tencent/Hippy/commit/605ed35c3c7267f5fe443e1707d43227c91964ca)) +* **react,vue:** remove modal redundant child and do somthing compatible ([78cd20b](https://github.com/Tencent/Hippy/commit/78cd20bb76dd9873facec406272c48d0817a2329)) +* **react,vue:** remove original event key ([17fc4a1](https://github.com/Tencent/Hippy/commit/17fc4a18902ff796e1568f2c87acadc6910d8645)) +* **react,vue:** remove platform compatibility ([e446ba3](https://github.com/Tencent/Hippy/commit/e446ba3e20b79397bf7f54261e13280dda9dc3af)) +* **react,vue:** remove platform compatibility ([90c97ab](https://github.com/Tencent/Hippy/commit/90c97ab54782f1ed431cd0ba8dc689901d809526)) +* **react,vue:** remove startBatch ([40c2f9a](https://github.com/Tencent/Hippy/commit/40c2f9a3a53c69427c40b61c869a231b0c4b1836)) +* **react,vue:** support event capture & bubbling ([4b498d4](https://github.com/Tencent/Hippy/commit/4b498d46a5b481270588020f02eb71e080ccab7c)) +* **react,vue:** use callUIFunction to call measureInWindow ([04468e0](https://github.com/Tencent/Hippy/commit/04468e0f55ffdfc241444e9f4ce98d3ce3b5dd8e)) +* **react:** add commitEffects hook to change batch update synchronously ([c0d524e](https://github.com/Tencent/Hippy/commit/c0d524e99713278a13612e65b29bf091a66d7ed9)) +* **react:** add hippy3.0 new demo ([9830921](https://github.com/Tencent/Hippy/commit/98309213f8e8d4648e74ed6b9a8c5cc7e34c6f4a)) +* **react:** add local img ([3a5ee98](https://github.com/Tencent/Hippy/commit/3a5ee98ac10144e7c90f491c2140646d7a55870c)) +* **react:** change updateNode to batch operation & perf event binding ([a621cb0](https://github.com/Tencent/Hippy/commit/a621cb0441b99f340c7f9c3504b1837e29dc89a0)) +* **react:** support event capture phase ([0b8f148](https://github.com/Tencent/Hippy/commit/0b8f148188645e7b38454f5534db0f8d707ce4d5)) +* **react:** support fontWeight in number ([2ee66be](https://github.com/Tencent/Hippy/commit/2ee66bef7ce688659ecfa6155bad66890a973e60)) +* **render:** add license head ([9ec7c29](https://github.com/Tencent/Hippy/commit/9ec7c294934e9140ba87844c7a812b8c8d1ca786)) +* **render:** add render manager name ([4b54c34](https://github.com/Tencent/Hippy/commit/4b54c341e14422de3b5c2b4e66e056d303829da2)) +* **render:** change type bytes to byte_string ([f25bedf](https://github.com/Tencent/Hippy/commit/f25bedf833310a136d1fc1ab77daaa79d98c9835)) +* **renderer:** modify the creation TDFEngine process to synchronous ([bf33624](https://github.com/Tencent/Hippy/commit/bf3362449437cc509fa3b4d9640fb7076a37d3bf)) +* **renderer:** remove rootView when hippy engine is destroyed ([1984a62](https://github.com/Tencent/Hippy/commit/1984a6234c8aca4e42fd27724a098c665495942c)) +* **renderer:** TDF render init commit ([#2224](https://github.com/Tencent/Hippy/issues/2224)) ([065c26d](https://github.com/Tencent/Hippy/commit/065c26d2671f246cf308b53fee7da4040becdfe8)) +* **renderer:** update tdfcore to 0.0.5 ([30eaa14](https://github.com/Tencent/Hippy/commit/30eaa143070e5710e00c67e6e2cc49e40e9cdf25)) +* **render:** reduce dependencies between driver and render ([f652d11](https://github.com/Tencent/Hippy/commit/f652d11d9460cc2e9bf67f3b089e5220a0f083ae)) +* **text_input:** enable event callbacks of TextInput ([6c8884d](https://github.com/Tencent/Hippy/commit/6c8884dda424365644bcdacdc538c69b569557d3)) +* **vfs:** adapt to multi-activity environment ([cfa1d2f](https://github.com/Tencent/Hippy/commit/cfa1d2f252b2358a6e6a43a8d38f95b5ff351894)) +* **vfs:** add interceptor for vfs ([fbaab99](https://github.com/Tencent/Hippy/commit/fbaab993fb846743a28e9abb6e5165eef4330266)) +* **vfs:** add job for vfs ([#2820](https://github.com/Tencent/Hippy/issues/2820)) ([d15c1d7](https://github.com/Tencent/Hippy/commit/d15c1d7ab5290f1a471a1122f99f1615193acb0a)) +* **vfs:** add loading progress callback ([cb140b7](https://github.com/Tencent/Hippy/commit/cb140b7d37a0e8463ca706bf55dd3f4d32d3329a)) +* **vfs:** add vfs check ([4eeb9d1](https://github.com/Tencent/Hippy/commit/4eeb9d188007a63c228d4bb9d6b90338a1438077)) +* **vfs:** add vfs module ([8fa613d](https://github.com/Tencent/Hippy/commit/8fa613d87a922199155b9d725d01485aa5086be2)) +* **vfs:** image request to vfs ([2837294](https://github.com/Tencent/Hippy/commit/28372941ad0214134ded3476bd2b70474091330e)) +* **vfs:** text image span request to vfs ([301f720](https://github.com/Tencent/Hippy/commit/301f720f146924122e26bfa1e70d2bfef605c164)) +* **vfs:** vfs handler add workerManager ([785fae3](https://github.com/Tencent/Hippy/commit/785fae3db535a04964277648b9f2bab6b2d35516)) +* **voltron:** add 3.0 voltron measure func and fix modal size error ([#2930](https://github.com/Tencent/Hippy/issues/2930)) ([3b60b39](https://github.com/Tencent/Hippy/commit/3b60b3921d74dac6070367f92cda18e84a554300)) +* **voltron:** add DevSupportManager ([6a25c69](https://github.com/Tencent/Hippy/commit/6a25c69f3bccc4618e3a5211a7ea966539098504)) +* **voltron:** add lock for deps ([198c28d](https://github.com/Tencent/Hippy/commit/198c28dbba3d5e71612b8e7596d9ae52d7dc188b)) +* **voltron:** add pull-header pull-footer waterfall component ([44aa396](https://github.com/Tencent/Hippy/commit/44aa396d69ca0dc8395b2d905d394081a8d331e4)) +* **voltron:** add voltron density ([96810b4](https://github.com/Tencent/Hippy/commit/96810b4064274171cb92d2af6d87d1d33de50f8e)) +* **voltron:** add voltron doc ([#2604](https://github.com/Tencent/Hippy/issues/2604)) ([0d41e04](https://github.com/Tencent/Hippy/commit/0d41e048be4ad5cf376cdeb314c82491f6460571)) +* **voltron:** add voltron js error dialog for demo ([2120de5](https://github.com/Tencent/Hippy/commit/2120de5d1bc5d0d83df8d3984775777df20c102d)) +* **voltron:** close part of log ([7256061](https://github.com/Tencent/Hippy/commit/7256061f0087b1fd04682fbbc74c0000a0f2054f)) +* **voltron:** complete dart null safe and rename voltron framework ([#2541](https://github.com/Tencent/Hippy/issues/2541)) ([faf6631](https://github.com/Tencent/Hippy/commit/faf6631e2d833b70cf8eeb0648af332e8ec1fd46)) +* **voltron:** devtools ([#2798](https://github.com/Tencent/Hippy/issues/2798)) ([8644424](https://github.com/Tencent/Hippy/commit/86444245fae24c4294dc35a9296b9e2d4082a12c)) +* **voltron:** disable local cmake and update voltron version ([6ccc9f2](https://github.com/Tencent/Hippy/commit/6ccc9f2161fc88452f2141bde3be04a109a35e4c)) +* **voltron:** fix android so ([#2790](https://github.com/Tencent/Hippy/issues/2790)) ([7ff57dd](https://github.com/Tencent/Hippy/commit/7ff57dd56f7e47664c391d1358c16ab347dacc54)) +* **voltron:** fix event bubble error and fix Dimension error ([25ee4ce](https://github.com/Tencent/Hippy/commit/25ee4ce7f00e0c059ac9bb319c6234f47a32fc86)) +* **voltron:** fix first debug error ([66c591b](https://github.com/Tencent/Hippy/commit/66c591b64a603735767d09e820cb42898c3992c8)) +* **voltron:** fix infinite loop problem ([#2687](https://github.com/Tencent/Hippy/issues/2687)) ([ff63e8d](https://github.com/Tencent/Hippy/commit/ff63e8de4cb3e18dce73ae28efa417489d2a178e)) +* **voltron:** fix voltron events binding ([#2828](https://github.com/Tencent/Hippy/issues/2828)) ([911cedc](https://github.com/Tencent/Hippy/commit/911cedcc295024586010708a9e1026efaec62454)) +* **voltron:** fix voltron reload ([#2666](https://github.com/Tencent/Hippy/issues/2666)) ([0b61e0d](https://github.com/Tencent/Hippy/commit/0b61e0de1960b2896e206ea04f2c344a4967f97d)) +* **voltron:** format voltron code ([#2598](https://github.com/Tencent/Hippy/issues/2598)) ([cd633a4](https://github.com/Tencent/Hippy/commit/cd633a4d04fba79780484309e4547db1e37899e2)) +* **voltron:** improve animation ([f277eb1](https://github.com/Tencent/Hippy/commit/f277eb12fa1c1ad5b4e5b4cb6483663b4b167876)) +* **voltron:** improve animation ([52de342](https://github.com/Tencent/Hippy/commit/52de3426ea9c5c241161ddec53ea3b5b62b1908c)) +* **voltron:** improve animation ([80196ab](https://github.com/Tencent/Hippy/commit/80196abd43d1950c03c91dae00993f9258f1261d)) +* **voltron:** improve animation ([ab2d0d9](https://github.com/Tencent/Hippy/commit/ab2d0d9bf183b704a31225aa31002726c95f3ec7)) +* **voltron:** optimize remove event ([da8ff47](https://github.com/Tencent/Hippy/commit/da8ff476c64f70207404b561cd6e7e59de6fa78f)) +* **voltron:** optimize voltron animation ([#2649](https://github.com/Tencent/Hippy/issues/2649)) ([3558527](https://github.com/Tencent/Hippy/commit/35585278b9c276865a3a91e6c2cea61993b27440)) +* **voltron:** optimize voltron demo and add voltron architecture ([48582b3](https://github.com/Tencent/Hippy/commit/48582b342d1d214e98440dca95cd24b9adc7bbe3)) +* **voltron:** perfect voltron user agent ([#2582](https://github.com/Tencent/Hippy/issues/2582)) ([797846c](https://github.com/Tencent/Hippy/commit/797846c6ca2948e376108a40fba5917aa72aef11)) +* **voltron:** support animation ([9d07dc5](https://github.com/Tencent/Hippy/commit/9d07dc518a0c9bd251b75a8d2d85ecd901a7535d)) +* **voltron:** support both xcode 14.2 and 14.3 ([a59d183](https://github.com/Tencent/Hippy/commit/a59d18389f562b83a980309641722996bd8ac305)) +* **voltron:** support flutter 3.3 ([#2655](https://github.com/Tencent/Hippy/issues/2655)) ([b9c5ae2](https://github.com/Tencent/Hippy/commit/b9c5ae2d01992e1ee0afa7eddb6f2ec85b63f1d6)) +* **voltron:** support multi flutter engine ([#3021](https://github.com/Tencent/Hippy/issues/3021)) ([d60c249](https://github.com/Tencent/Hippy/commit/d60c249e4bd3299f5f370eaa234bc59c214db38d)) +* **voltron:** support voltron render ([10cefad](https://github.com/Tencent/Hippy/commit/10cefadae4c149b8a1aeeec54b9eaaa8e97625ef)) +* **voltron:** update base flutter version to 3.3.8 ([403fbce](https://github.com/Tencent/Hippy/commit/403fbce98bc49a08b31e4a1bf07d0c6f41ef3bd5)) +* **voltron:** update voltron github actions ([#2602](https://github.com/Tencent/Hippy/issues/2602)) ([16ba1ea](https://github.com/Tencent/Hippy/commit/16ba1ea7f13513f54eabc52b46f7b37c898da23d)) +* **voltron:** update voltron render version ([#2859](https://github.com/Tencent/Hippy/issues/2859)) ([e98a31a](https://github.com/Tencent/Hippy/commit/e98a31ad85b5c76ea4942b57f8dac2b63d3a96ff)) +* **voltron:** update voltron to 0.0.19 ([1679d49](https://github.com/Tencent/Hippy/commit/1679d49fcdbae34e7e4757bda7a058f24e1aaf8f)) +* **voltron:** update voltron version to 0.0.21 ([ec11413](https://github.com/Tencent/Hippy/commit/ec1141325046edd5307a739f712d8522c4d78bdd)) +* **voltron:** update voltron version to 0.0.22 ([d2c4644](https://github.com/Tencent/Hippy/commit/d2c4644b103c02ddaff63b0a2b29065dfa3326fb)) +* **voltron:** update voltron version to 0.0.25 ([64e35fc](https://github.com/Tencent/Hippy/commit/64e35fc60f0b309f6f53fe5679bff7e8d4cfdfee)) +* **voltron:** voltron data holder ([ca89609](https://github.com/Tencent/Hippy/commit/ca89609df5d586ea3c501d0c943631363658301b)) +* **voltron:** voltron support dynamic v8 import ([437c95c](https://github.com/Tencent/Hippy/commit/437c95c5937d65e4708bcb41d2b913168b244486)), closes [#1944](https://github.com/Tencent/Hippy/issues/1944) +* **voltron:** voltron vfs compat for compile ([#2555](https://github.com/Tencent/Hippy/issues/2555)) ([b208cb5](https://github.com/Tencent/Hippy/commit/b208cb57aedf542c4643da3ecc26a81b3401c055)) +* **voltron:** voltron worker manager ([18f25fd](https://github.com/Tencent/Hippy/commit/18f25fd51d176419c29b7e7db8c851fa0d0ecbae)) +* **vue-css-loader:** change dist file name to be parsed by vue-loader ([7b829e0](https://github.com/Tencent/Hippy/commit/7b829e0efb825acefe51d8edcc109fc3fca6b588)) +* **vue-demo, react-demo:** remote debug, load remote bundle ([4a05883](https://github.com/Tencent/Hippy/commit/4a0588373896fd0e5d41fde416ea7d69c73abbc0)) +* **vue, react, debug-server, vue-loader, vue-css-loader:** support HMR ([26e6434](https://github.com/Tencent/Hippy/commit/26e6434b755001314935e6d89c1fafdc7d768268)) +* **vue3.0:** change unit test for hippy3.0 ([53ed799](https://github.com/Tencent/Hippy/commit/53ed7999cdc7820e652bf09252ea173bac696cd6)) +* **vue3:** support vue3 for hippy3.0 ([5923ea8](https://github.com/Tencent/Hippy/commit/5923ea80778a6ef5eecf49a3dd8de80f42266663)) +* **vue:** add beforeRenderToNative hook to support computed style ([0220dc4](https://github.com/Tencent/Hippy/commit/0220dc4f815b94730da587d0ba3987fbf14b21af)) +* **vue:** add getElemCss scoped judgement ([46d30f3](https://github.com/Tencent/Hippy/commit/46d30f3e6023864681a2d8fd219f80af3ddd8faf)) +* **vue:** add native event parameters ([72fc39c](https://github.com/Tencent/Hippy/commit/72fc39c5fdb1c892e8ec978ed9b18885091b7064)) +* **vue:** add whitespace handler config ([9ed39d7](https://github.com/Tencent/Hippy/commit/9ed39d704ca6fc66f704898f4c5265756550675b)) +* **vue:** fix attribute selector & support deep selector ([875d8ee](https://github.com/Tencent/Hippy/commit/875d8eea849cbd03b566aed18e5b159f27a0b6bb)) +* **vue:** jsi ([f721994](https://github.com/Tencent/Hippy/commit/f721994fd285bd3fe14956ae15d576d0b79457ab)) +* **vue:** perf first screen attributes node update ([53919fa](https://github.com/Tencent/Hippy/commit/53919fa97ff1a01a6ab58cab48b2cdcf91373dc5)) +* **vue:** support scoped & attribute selector ([d72d9f8](https://github.com/Tencent/Hippy/commit/d72d9f8486d5f5c93ee09b26f641c48c8f1a7d5a)) +* **vue:** support ScrollView & ListView scroll related event params ([4b8bcd9](https://github.com/Tencent/Hippy/commit/4b8bcd9473995429dd809004f2fe117fa2fe9f85)) +* **vue:** support to merge styles on root element of child component ([a9c4f37](https://github.com/Tencent/Hippy/commit/a9c4f37c5d24b889ebda553d97b7bc012cd068f7)) +* **web-renderer:** add web-renderer demo & docs ([#2234](https://github.com/Tencent/Hippy/issues/2234)) ([43b78b0](https://github.com/Tencent/Hippy/commit/43b78b00b08b15aec235b364a19d9beaa79f10c5)) +* **workflows:** `XCode` project adaptation ([ccebf5a](https://github.com/Tencent/Hippy/commit/ccebf5aa9ca22b9a9487556e8938fa7551787558)) +* **workflows:** add auto-merge labeler in PR ([d03bd4f](https://github.com/Tencent/Hippy/commit/d03bd4fdb61c5e28e48dad7ab2b83cbee1950ee9)) +* **workflows:** add Hippy Infra Packages(HIP) related workflows ([b4fbe8b](https://github.com/Tencent/Hippy/commit/b4fbe8b5aed76b1e0524771622acdd49673ba0ec)) +* **workflows:** add PR review notification ([5902f73](https://github.com/Tencent/Hippy/commit/5902f7315c4106186046fe80d3ff27ce00ab96b6)) +* **workflows:** add pull request merge guard and update it's action ([a2c4668](https://github.com/Tencent/Hippy/commit/a2c466881f0db6cf958dec7720c2ce47ea7364e9)) +* **workflows:** add pull requests auto merger ([#2863](https://github.com/Tencent/Hippy/issues/2863)) ([ad66f67](https://github.com/Tencent/Hippy/commit/ad66f673f7933cb87ea4dbbed30b3679f7ee05d7)) +* **workflows:** add pull requests auto updater ([#2855](https://github.com/Tencent/Hippy/issues/2855)) ([3cc03d6](https://github.com/Tencent/Hippy/commit/3cc03d62c0a61ba29fe429d085f6d8f42c1c5855)) +* **workflows:** add regular requested reviewers notification ([483efbf](https://github.com/Tencent/Hippy/commit/483efbfddd1fa8d3e9beae6f27b7bf24beabac9f)) +* **workflows:** add self-hosted runners monitor ([724989a](https://github.com/Tencent/Hippy/commit/724989acdd5a4fd52ba1d4cdc27576dd80621b9a)) +* **workflows:** add webhook retrier ([fda0064](https://github.com/Tencent/Hippy/commit/fda00649abf30b3f26a08bdc48e43f7206514256)) +* **workflows:** change license check configuration file path ([8120e5d](https://github.com/Tencent/Hippy/commit/8120e5d1169cd4858405ebe68e7539f00454dcd4)) +* **workflows:** change review notification schedule ([777933a](https://github.com/Tencent/Hippy/commit/777933a8371366958235e18d4dd7fc1a1cf9fd0c)) +* **workflows:** change stale label name ([654ea82](https://github.com/Tencent/Hippy/commit/654ea82c8025750dbc9983c78ce5021bdf1c0b49)) +* **workflows:** CodeQL analysis runs at every night ([fb8cec3](https://github.com/Tencent/Hippy/commit/fb8cec3afd89a75714e4b20ef87fab0e20e92385)) +* **workflows:** differentiate between release and debug build type ([6cdd2b3](https://github.com/Tencent/Hippy/commit/6cdd2b3b5a4a61761eee69f91175a09c635f4083)) +* **workflows:** enable iterator debugging on windows platform ([570aa50](https://github.com/Tencent/Hippy/commit/570aa50c4e409d37a1e22bc8b3c6d1883663ff7c)) +* **workflows:** install ninja via chocolatey pkg ([4e535a5](https://github.com/Tencent/Hippy/commit/4e535a5c4e72d672399c3b826055fa4f1135e4ff)) +* **workflows:** integrate `squash-merge` and `rebase-merge` action ([a594d8c](https://github.com/Tencent/Hippy/commit/a594d8ce3c687ee3b24b5668461876b6e21f14ac)) +* **workflows:** limit workflow concurrency to save resources ([b449c94](https://github.com/Tencent/Hippy/commit/b449c947e8bf025c21be6e289f487e9438945943)) +* **workflows:** only uses non-merge commits as valid commits ([#2862](https://github.com/Tencent/Hippy/issues/2862)) ([06d7704](https://github.com/Tencent/Hippy/commit/06d770487ad0057de404fd41ab6d40d19a02644b)) +* **workflows:** optimize logic to reduce misjudgment ([23d7447](https://github.com/Tencent/Hippy/commit/23d7447d717b27f3db84ac236281b2143c966dcf)) +* **workflows:** optimize self-hosted runner alarm strategy ([899aa9f](https://github.com/Tencent/Hippy/commit/899aa9fe88e98cfa3756539ae9273791ef1424e4)) +* **workflows:** optimizing pull request greeting message ([3a52eba](https://github.com/Tencent/Hippy/commit/3a52ebacfd47393ac05b660616d0103ff354e360)) +* **workflows:** PR review notification add mention user ([4bb0c3d](https://github.com/Tencent/Hippy/commit/4bb0c3deaffba0aa954242ac713f8ec325f9b03b)) +* **workflows:** PR review notification filter draft PR ([#2854](https://github.com/Tencent/Hippy/issues/2854)) ([f712a76](https://github.com/Tencent/Hippy/commit/f712a7621e8e158cea7df53a6fcbc1c9991bb51b)) +* **workflows:** skip privilege escalation when conditions are met ([526ba6d](https://github.com/Tencent/Hippy/commit/526ba6d649783390fe9c05f736367186dfc5a2a7)) +* **workflows:** support for getting artifact tags ([d1274f8](https://github.com/Tencent/Hippy/commit/d1274f83e7b9d59807206d53725c8269e15c7ff9)) +* **workflows:** use `Hippy Action Bot` as action executor ([3a81d61](https://github.com/Tencent/Hippy/commit/3a81d61d1adcaabbf71ddc43de7adc8804f61cdd)) +* **workflows:** use classic PAT instead of Github App Token ([40f3ffc](https://github.com/Tencent/Hippy/commit/40f3ffced89d439ab0dd7bd77f5837eeae2be05c)) +* **workflows:** use variables that only exist in pull requests event ([c201e81](https://github.com/Tencent/Hippy/commit/c201e814ac53d6a265638181ad4e7e2fd4c49bc7)) +* **workflows:** users cannot perform merge action on their own PRs ([#2805](https://github.com/Tencent/Hippy/issues/2805)) ([88334f1](https://github.com/Tencent/Hippy/commit/88334f1ab3e4d828a050bfbb020cb32fcf162e89)) +* **workflows:** workflow add `squash-merge` action ([1d84c55](https://github.com/Tencent/Hippy/commit/1d84c5517821405759385633421ebe334a203700)) + + +### Performance Improvements + +* **ios:** reduce call of waterfall reload method frequency ([e6cb2cc](https://github.com/Tencent/Hippy/commit/e6cb2cc61fb56c6e9bceb71ede85424f744aae2c)) +* **react:** assign initialListSize if not undefined ([e1d1507](https://github.com/Tencent/Hippy/commit/e1d15070d656455f89399b826fa0c952dabac0ac)) +* **vue:** ignore to append existed node to improve router performance ([5c3a7ef](https://github.com/Tencent/Hippy/commit/5c3a7efc0fd3be8b19af4a1559d851fc73563e52)) +* **vue:** refer native script source code to reduce number of loops ([c09818b](https://github.com/Tencent/Hippy/commit/c09818baefc8a947451fedcc8354d3e2fba819c2)) +* **workflows:** parallelize sdk and demo build script to improve perf ([621eff8](https://github.com/Tencent/Hippy/commit/621eff865d36d6a66af14fadcba4af4f8843c6d9)) +* **workflows:** use ubuntu replace macos in order to improve efficiency ([8dfc7d9](https://github.com/Tencent/Hippy/commit/8dfc7d93c1d293f4fc0536bb538d010c6f67d9a4)) + + +### Reverts + +* Revert "feat(dom): refactor update animation" ([e12ec8c](https://github.com/Tencent/Hippy/commit/e12ec8cdaacd5d0360f336b27a04c9051dbdf760)) +* Revert "feat(dom): support add multi event" ([2ac23f8](https://github.com/Tencent/Hippy/commit/2ac23f8d3863fbee7c2e990be8bed304d59fc5bd)) +* Revert "feat(hippy-react): remove modal view layer" ([91d1625](https://github.com/Tencent/Hippy/commit/91d162579509f641d3a488019f5423e02c64c5aa)) +* Revert "feat(dom): add event listener and remove listener" ([e2d3728](https://github.com/Tencent/Hippy/commit/e2d3728d818929527e5d19246634b55fbd6f4ba3)) +* Revert "ci(commitlint): update commitlint version" ([a921e76](https://github.com/Tencent/Hippy/commit/a921e7647e462fc30711ab72b249ad2f8811dfab)) +* Revert "refactor(android): set default false to view group clip children" ([59b9c3b](https://github.com/Tencent/Hippy/commit/59b9c3b084d8aae0de7fd19bfa6aea4e8efdeb25)) +* Revert "fix(ios): fix combined animation error (#941)" ([74e35e6](https://github.com/Tencent/Hippy/commit/74e35e60d8a327c961c1ad5610a6eba8a7def32a)), closes [#941](https://github.com/Tencent/Hippy/issues/941) \ No newline at end of file diff --git a/driver/js/lerna.json b/driver/js/lerna.json index 8dc9ae1bff4..4b8913ddf1c 100644 --- a/driver/js/lerna.json +++ b/driver/js/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "tagVersionPrefix": "", - "version": "2.2.1" + "version": "3.0.1" } diff --git a/driver/js/packages/hippy-react-web/CHANGELOG.md b/driver/js/packages/hippy-react-web/CHANGELOG.md index 1651c95adfc..b9eb9ebc2ba 100644 --- a/driver/js/packages/hippy-react-web/CHANGELOG.md +++ b/driver/js/packages/hippy-react-web/CHANGELOG.md @@ -3,6 +3,50 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22) + +**Note:** Version bump only for package @hippy/react-web + + + + + +## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07) + +**Note:** Version bump only for package @hippy/react-web + + + + + +# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29) + + +### Bug Fixes + +* **@hippy/react-web:** fix text default value and ellipsis not work ([780b1f3](https://github.com/Tencent/Hippy/commit/780b1f3f8d423d2e6ee1a1380e4f1b541a370cde)) +* **@hippy/react-web:** fixed style when numberofLines > 1 ([cf078c6](https://github.com/Tencent/Hippy/commit/cf078c6dc4ac5b41963693c45ed36cd47cc6f5fb)) +* **hippy-react-web:** fix hippy-react-web some issues ([#1850](https://github.com/Tencent/Hippy/issues/1850)) ([7a44339](https://github.com/Tencent/Hippy/commit/7a44339edcc7e396351f29e507e6fbabaa4676a1)) +* **hippy-react-web:** add unhandleRejection event handler ([bed4551](https://github.com/Tencent/Hippy/commit/bed4551c6fe00b67d68fd6e57b04625484cf5917)) +* **hippy-react-web:** change rmc-list-view to hippy domain ([401de8c](https://github.com/Tencent/Hippy/commit/401de8c9e7886cb01af3adcb5e887acbb189bff6)) +* **hippy-react-web:** fix borwser does not support addRule ([1593538](https://github.com/Tencent/Hippy/commit/159353859c0ae7b2eed72d6e58b9993ca30f8511)) +* **hippy-react-web:** fix error handler ([ac32a1a](https://github.com/Tencent/Hippy/commit/ac32a1aacc9e457d205afd73bea1aa61105154a9)) +* **hippy-react-web:** fix img onClick envet does not emit ([d4b0180](https://github.com/Tencent/Hippy/commit/d4b0180642b509bcf21f0a40926f2efe5489b78d)) +* **hippy-react-web:** support ListView renderPullFooter ([#2166](https://github.com/Tencent/Hippy/issues/2166)) ([f8548ab](https://github.com/Tencent/Hippy/commit/f8548ab5eaa2dd46f03c7b97d7fd13aa42d814c9)) +* **npm:** update lerna to fix vulernable npm package ([22ae601](https://github.com/Tencent/Hippy/commit/22ae601e50e7070b6290170938b984c85dac4940)) + + +### Features + +* **@hippy/react-web:** add build config for the declaration ([1a0e12c](https://github.com/Tencent/Hippy/commit/1a0e12cf5b3a19f3caf0ee305aa6925f03051b40)) +* **hippy-react-web:** add cjs formatted output ([86c6b50](https://github.com/Tencent/Hippy/commit/86c6b50199afc11524b43f55c10aa448c651ccd2)) +* **hippy-react-web:** fix web style issues ([#2087](https://github.com/Tencent/Hippy/issues/2087)) ([ffe715d](https://github.com/Tencent/Hippy/commit/ffe715d50aed02017e1ea4d5592ed2fa7ce57eba)) +* **hippy-react-web:** support tree-sharking & fix issues ([d8b2617](https://github.com/Tencent/Hippy/commit/d8b261740f61180ca3042e04c0ac82bee610cc31)) + + + + + ## [2.2.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.2.0...2.2.1) (2020-12-28) @@ -183,4 +227,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Added -* Initial commit, based on saizhao and rickiezheng's working. +* Initial commit, based on saizhao and rickiezheng's working. \ No newline at end of file diff --git a/driver/js/packages/hippy-react/CHANGELOG.md b/driver/js/packages/hippy-react/CHANGELOG.md index ddaef3905c9..04fef24aa4e 100644 --- a/driver/js/packages/hippy-react/CHANGELOG.md +++ b/driver/js/packages/hippy-react/CHANGELOG.md @@ -3,6 +3,64 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22) + +**Note:** Version bump only for package @hippy/react + + + + + +## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07) + +**Note:** Version bump only for package @hippy/react + + + + + +# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29) + + +### Bug Fixes + +* **hippy-react-web:** fix hippy-react-web some issues ([#1850](https://github.com/Tencent/Hippy/issues/1850)) ([7a44339](https://github.com/Tencent/Hippy/commit/7a44339edcc7e396351f29e507e6fbabaa4676a1)) +* **hippy-react:** add overflow scroll to fix listview unable to scroll ([41beca2](https://github.com/Tencent/Hippy/commit/41beca2c353c31c3258fef17b1be1c357e3e8e70)) +* **hippy-react:** remove NetInfo duplicated EventEmitter creating ([6393dc3](https://github.com/Tencent/Hippy/commit/6393dc3cea6af87fe022398994baa6719601daea)) +* **hippy-react:** support to emit multi parameters for HippyEvent ([ddfbf75](https://github.com/Tencent/Hippy/commit/ddfbf75a1eef98834978c2d2a278802fede82f65)) +* **npm:** update lerna to fix vulernable npm package ([22ae601](https://github.com/Tencent/Hippy/commit/22ae601e50e7070b6290170938b984c85dac4940)) +* **react,vue:** fix event register error ([67e92cf](https://github.com/Tencent/Hippy/commit/67e92cf572587a3092900a5bc8a46c7a098fe899)) +* **react:** add ref null judgement for getElementFromFiberRef ([96b6640](https://github.com/Tencent/Hippy/commit/96b6640e69a76a1ada5ddcf67444e59cc92c814c)) +* **react:** fix animation repeat event error ([407855b](https://github.com/Tencent/Hippy/commit/407855b09404b09951dc8f6db1789906590bb83b)) +* **react:** listview initialListSize default value set to 15 ([a87b037](https://github.com/Tencent/Hippy/commit/a87b0378a51b541e486ba819614b2c62d75e7645)) +* **vue:** fix regular expressions catastrophic backtracking ([1fe30ed](https://github.com/Tencent/Hippy/commit/1fe30eda6cf05e46bb929da53194cdba265c8887)) +* **vue:** fix vue node sequence error ([27a3124](https://github.com/Tencent/Hippy/commit/27a312419c72a2a2742ba7f4264f610c96540f6f)) + + +### Features + +* **android,ios,js:** add getBoundingClientRect api ([#2914](https://github.com/Tencent/Hippy/issues/2914)) ([60f71e9](https://github.com/Tencent/Hippy/commit/60f71e9459b77b2f0a4cb39bcf3585ebd20a2640)) +* **devtools:** change to debug-server-next ([bae90f0](https://github.com/Tencent/Hippy/commit/bae90f0e2b56281d741d8c2321eda94040c74b44)) +* **hippy-react:** add HippyEvent to listen global events ([4f88ad2](https://github.com/Tencent/Hippy/commit/4f88ad20f7953ff192cf67d22105235bf24b5b13)) +* **hippy-react:** support horizontal PullHeader & PullFooter ([983d098](https://github.com/Tencent/Hippy/commit/983d09821d11254494edebe6ef88be253c2cca9e)) +* **hippy-vue:** support breakStrategy ([348183c](https://github.com/Tencent/Hippy/commit/348183cea800e267f999f765a08c39abb2c6e67c)) +* **react,vue:** add collapsePullHeaderWithOptions api ([0b82e18](https://github.com/Tencent/Hippy/commit/0b82e18d20ebbb6370143fc590bd04340b39e7e4)) +* **react,vue:** add isFoucus function ([b365a97](https://github.com/Tencent/Hippy/commit/b365a97a536e33318061b00cdece5ab7835c135d)) +* **react,vue:** add tagName attribute to production mode ([bc67c5d](https://github.com/Tencent/Hippy/commit/bc67c5dec12e40c548c29de4dcfadf9a2c47dfc8)) +* **react,vue:** perf print log logic & remove event attribute in props ([f1fbbf1](https://github.com/Tencent/Hippy/commit/f1fbbf198bbc5c2abc70379307f752ce70b7ee24)) +* **react,vue:** support event capture & bubbling ([4b498d4](https://github.com/Tencent/Hippy/commit/4b498d46a5b481270588020f02eb71e080ccab7c)) +* **react,vue:** use callUIFunction to call measureInWindow ([04468e0](https://github.com/Tencent/Hippy/commit/04468e0f55ffdfc241444e9f4ce98d3ce3b5dd8e)) +* **react:** support fontWeight in number ([2ee66be](https://github.com/Tencent/Hippy/commit/2ee66bef7ce688659ecfa6155bad66890a973e60)) + + +### Performance Improvements + +* **react:** assign initialListSize if not undefined ([e1d1507](https://github.com/Tencent/Hippy/commit/e1d15070d656455f89399b826fa0c952dabac0ac)) + + + + + ## [2.2.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/compare/2.2.0...2.2.1) (2020-12-28) **Note:** Version bump only for package @hippy/react @@ -314,4 +372,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Changed -* Removed web adapter +* Removed web adapter \ No newline at end of file diff --git a/driver/js/packages/hippy-vue-css-loader/CHANGELOG.md b/driver/js/packages/hippy-vue-css-loader/CHANGELOG.md index a2c04d4477b..3cee68cb24b 100644 --- a/driver/js/packages/hippy-vue-css-loader/CHANGELOG.md +++ b/driver/js/packages/hippy-vue-css-loader/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22) + +**Note:** Version bump only for package @hippy/vue-css-loader + + + + + +## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07) + +**Note:** Version bump only for package @hippy/vue-css-loader + + + + + +# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29) + + +### Bug Fixes + +* **hippy-vue-css-loader:** support to parse letter-spacing ([f6fd081](https://github.com/Tencent/Hippy/commit/f6fd081005c796f595888a3a087c1f598fd26089)) +* **npm:** update got from vulnerable to safe version ([93cf4d8](https://github.com/Tencent/Hippy/commit/93cf4d8e3752143c62dae49c3318ef6316abf134)) +* **npm:** update vulnerable npm packages ([a5897fa](https://github.com/Tencent/Hippy/commit/a5897fafea94d9fd25977bb4c30db55704a10903)) +* **vue-css-loader:** fixed collapsable boolean convert error ([c096c0d](https://github.com/Tencent/Hippy/commit/c096c0db0c4bec002639bfb065dbba7608f30de7)) +* **vue-css-loader:** update loader-utils to safe version ([1a088ab](https://github.com/Tencent/Hippy/commit/1a088ab330f3e57654612ccaa26f2d2015360a63)) +* **vue:** fix regular expressions catastrophic backtracking ([1fe30ed](https://github.com/Tencent/Hippy/commit/1fe30eda6cf05e46bb929da53194cdba265c8887)) +* **vue:** revert a catastrophic backtracking fix ([8c1ab54](https://github.com/Tencent/Hippy/commit/8c1ab544bc006fb822c8eba47d60e41bc09b1dbb)) + + +### Features + +* **vue-css-loader:** change dist file name to be parsed by vue-loader ([7b829e0](https://github.com/Tencent/Hippy/commit/7b829e0efb825acefe51d8edcc109fc3fca6b588)) +* **vue:** add beforeRenderToNative hook to support computed style ([0220dc4](https://github.com/Tencent/Hippy/commit/0220dc4f815b94730da587d0ba3987fbf14b21af)) + + + + + ## [2.2.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-css-loader/compare/2.2.0...2.2.1) (2020-12-28) **Note:** Version bump only for package @hippy/vue-css-loader @@ -97,4 +136,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Added -* Added CSS3 transform conversion. +* Added CSS3 transform conversion. \ No newline at end of file diff --git a/driver/js/packages/hippy-vue-loader/CHANGELOG.md b/driver/js/packages/hippy-vue-loader/CHANGELOG.md new file mode 100644 index 00000000000..5331370dfbc --- /dev/null +++ b/driver/js/packages/hippy-vue-loader/CHANGELOG.md @@ -0,0 +1,34 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22) + +**Note:** Version bump only for package @hippy/vue-loader + + + + + +## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07) + +**Note:** Version bump only for package @hippy/vue-loader + + + + + +# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29) + + +### Bug Fixes + +* **npm:** update lerna to fix vulernable npm package ([22ae601](https://github.com/Tencent/Hippy/commit/22ae601e50e7070b6290170938b984c85dac4940)) +* **npm:** update vulnerable npm packages ([a5897fa](https://github.com/Tencent/Hippy/commit/a5897fafea94d9fd25977bb4c30db55704a10903)) + + +### Features + +* **vue-css-loader:** change dist file name to be parsed by vue-loader ([7b829e0](https://github.com/Tencent/Hippy/commit/7b829e0efb825acefe51d8edcc109fc3fca6b588)) +* **vue:** support scoped & attribute selector ([d72d9f8](https://github.com/Tencent/Hippy/commit/d72d9f8486d5f5c93ee09b26f641c48c8f1a7d5a)) \ No newline at end of file diff --git a/driver/js/packages/hippy-vue-native-components/CHANGELOG.md b/driver/js/packages/hippy-vue-native-components/CHANGELOG.md index 72778cc4b8f..4b741bba8dd 100644 --- a/driver/js/packages/hippy-vue-native-components/CHANGELOG.md +++ b/driver/js/packages/hippy-vue-native-components/CHANGELOG.md @@ -3,6 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22) + +**Note:** Version bump only for package @hippy/vue-native-components + + + + + +## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07) + +**Note:** Version bump only for package @hippy/vue-native-components + + + + + +# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29) + + +### Bug Fixes + +* **hippy-vue:** fix dialog default style not take effect ([195a06b](https://github.com/Tencent/Hippy/commit/195a06bbb027473cf72374895c99b0b9d098ff4f)) +* **vue:** make sure start animation after node created ([478307f](https://github.com/Tencent/Hippy/commit/478307f94322d2af0af15fbd5c88cb2189d3fbcd)) + + +### Features + +* **hippy-vue:** add animaiton actionsDidUpdate hook ([24fea20](https://github.com/Tencent/Hippy/commit/24fea20394d2b4d370d86ac40000424458883930)) +* **hippy-vue:** change animation module ([1e3cd60](https://github.com/Tencent/Hippy/commit/1e3cd60b4b8f63c95a5f5a0c5bd6072f89bf8269)) +* **react,vue:** add collapsePullHeaderWithOptions api ([0b82e18](https://github.com/Tencent/Hippy/commit/0b82e18d20ebbb6370143fc590bd04340b39e7e4)) + + + + + ## [2.1.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/compare/2.1.1...2.1.2) (2020-11-23) **Note:** Version bump only for package @hippy/vue-native-components @@ -85,4 +120,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Added -* Added transparent props to module to fit iOS to Android. +* Added transparent props to module to fit iOS to Android. \ No newline at end of file diff --git a/driver/js/packages/hippy-vue-next-style-parser/CHANGELOG.md b/driver/js/packages/hippy-vue-next-style-parser/CHANGELOG.md new file mode 100644 index 00000000000..9291f83a08b --- /dev/null +++ b/driver/js/packages/hippy-vue-next-style-parser/CHANGELOG.md @@ -0,0 +1,27 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22) + +**Note:** Version bump only for package @hippy/hippy-vue-next-style-parser + + + + + +## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07) + +**Note:** Version bump only for package @hippy/hippy-vue-next-style-parser + + + + + +# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29) + + +### Features + +* **vue3:** support vue3 for hippy3.0 ([5923ea8](https://github.com/Tencent/Hippy/commit/5923ea80778a6ef5eecf49a3dd8de80f42266663)) \ No newline at end of file diff --git a/driver/js/packages/hippy-vue-next/CHANGELOG.md b/driver/js/packages/hippy-vue-next/CHANGELOG.md new file mode 100644 index 00000000000..37b14076c2f --- /dev/null +++ b/driver/js/packages/hippy-vue-next/CHANGELOG.md @@ -0,0 +1,38 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22) + +**Note:** Version bump only for package @hippy/vue-next + + + + + +## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07) + + +### Bug Fixes + +* **vue-next:** fix element do not use beforeLoadStyle hooks issue ([604a231](https://github.com/Tencent/Hippy/commit/604a23193f032e7911c4168ee0e3203efcbb33e4)) + + + + + +# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29) + + +### Bug Fixes + +* **vue-next:** fix debug mode do not display ui issue ([8b830b9](https://github.com/Tencent/Hippy/commit/8b830b9d7d9a51c4184e3257af605d055db3d802)) +* **vue-next:** remove unused comment ([4e6c7a9](https://github.com/Tencent/Hippy/commit/4e6c7a9a70c0fe323d4dd560ad43a2b7f58d4eeb)) +* **vue:** not to move node when refNode is same as newNode ([4b718fe](https://github.com/Tencent/Hippy/commit/4b718feafd70cd936062194a107beef309c47fd3)) + + +### Features + +* **vue3.0:** change unit test for hippy3.0 ([53ed799](https://github.com/Tencent/Hippy/commit/53ed7999cdc7820e652bf09252ea173bac696cd6)) +* **vue3:** support vue3 for hippy3.0 ([5923ea8](https://github.com/Tencent/Hippy/commit/5923ea80778a6ef5eecf49a3dd8de80f42266663)) \ No newline at end of file diff --git a/driver/js/packages/hippy-vue-router/CHANGELOG.md b/driver/js/packages/hippy-vue-router/CHANGELOG.md index 371c9c1485f..e63b83ca137 100644 --- a/driver/js/packages/hippy-vue-router/CHANGELOG.md +++ b/driver/js/packages/hippy-vue-router/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22) + +**Note:** Version bump only for package @hippy/vue-router + + + + + +## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07) + +**Note:** Version bump only for package @hippy/vue-router + + + + + +# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29) + + +### Bug Fixes + +* **npm:** update lerna to fix vulernable npm package ([22ae601](https://github.com/Tencent/Hippy/commit/22ae601e50e7070b6290170938b984c85dac4940)) + + + + + ## [2.1.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-router/compare/2.1.1...2.1.2) (2020-11-23) **Note:** Version bump only for package @hippy/vue-router @@ -81,4 +108,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Added * Based on vue-router 3.0.1. * Initial completed hippy integration. -* Initial android hardware back button integration. +* Initial android hardware back button integration. \ No newline at end of file diff --git a/driver/js/packages/hippy-vue/CHANGELOG.md b/driver/js/packages/hippy-vue/CHANGELOG.md index 27bfde9a9d7..10ec4621fc0 100644 --- a/driver/js/packages/hippy-vue/CHANGELOG.md +++ b/driver/js/packages/hippy-vue/CHANGELOG.md @@ -3,6 +3,88 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22) + + +### Bug Fixes + +* **vue:** fix node not mounted when move ([74d6444](https://github.com/Tencent/Hippy/commit/74d6444f63adaa92faed306f5997bc8447a28101)) + + + + + +## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07) + + +### Bug Fixes + +* **vue:** fix rootview conditional statement ([#3355](https://github.com/Tencent/Hippy/issues/3355)) ([5364548](https://github.com/Tencent/Hippy/commit/5364548e5f3cb11d501b79989419e3608c2562da)) + + + + + +# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29) + + +### Bug Fixes + +* **hippy-vue:** fix referendeNode not found error ([4c52546](https://github.com/Tencent/Hippy/commit/4c52546474190cec9d29ead5b7cafb35f9ce2bb2)) +* **hippy-vue:** remove unused code ([3977dd4](https://github.com/Tencent/Hippy/commit/3977dd46567f0a7dbcb19314ae228650b24a91a6)) +* **hippy-vue:** use non-skipAddToDom node for referencen node ([04db6e0](https://github.com/Tencent/Hippy/commit/04db6e0ad3c947ebbacae5c231d33cad134018ce)) +* **npm:** update got from vulnerable to safe version ([93cf4d8](https://github.com/Tencent/Hippy/commit/93cf4d8e3752143c62dae49c3318ef6316abf134)) +* **npm:** update vulnerable npm packages ([a5897fa](https://github.com/Tencent/Hippy/commit/a5897fafea94d9fd25977bb4c30db55704a10903)) +* **react,vue:** fix event register error ([67e92cf](https://github.com/Tencent/Hippy/commit/67e92cf572587a3092900a5bc8a46c7a098fe899)) +* **vue3:** fix listViewItem disappear event not triggered ([b14d4c4](https://github.com/Tencent/Hippy/commit/b14d4c485659bf90ec714df979f797bad19ce730)) +* **vue:** fix regular expressions catastrophic backtracking ([1fe30ed](https://github.com/Tencent/Hippy/commit/1fe30eda6cf05e46bb929da53194cdba265c8887)) +* **vue:** fix static style not updated in some case ([68be47a](https://github.com/Tencent/Hippy/commit/68be47acf6499bc55eabc4669ea0704fc3edfb7f)) +* **vue:** fix vNode element empty error ([de7dc93](https://github.com/Tencent/Hippy/commit/de7dc93b7785ed8cac780758d69199fa41aacfd8)) +* **vue:** fix vue node sequence error ([27a3124](https://github.com/Tencent/Hippy/commit/27a312419c72a2a2742ba7f4264f610c96540f6f)) +* **vue:** fix vue style diff error ([6e067d3](https://github.com/Tencent/Hippy/commit/6e067d3550b837ecfd43a34085b0f682b56cd182)) +* **vue:** fix web-renderer script ([d5577ee](https://github.com/Tencent/Hippy/commit/d5577ee8b8c92e80ed5574bf1d7187ec9117882f)) +* **vue:** not to move node when refNode is same as newNode ([4b718fe](https://github.com/Tencent/Hippy/commit/4b718feafd70cd936062194a107beef309c47fd3)) +* **vue:** perf style diff ([8fc1a5e](https://github.com/Tencent/Hippy/commit/8fc1a5ec47e0ed1ddfd0b04749596a3c625d4211)) +* **vue:** set id for root view to fix style missed ([8c38d29](https://github.com/Tencent/Hippy/commit/8c38d2921125a81b497e5445d5528aa87763033a)) +* **vue:** support static style diff in updateNode ([dd32e19](https://github.com/Tencent/Hippy/commit/dd32e19d5359e5c264703e90a87a0f069eecf892)) + + +### Features + +* **android,ios,js:** add getBoundingClientRect api ([#2914](https://github.com/Tencent/Hippy/issues/2914)) ([60f71e9](https://github.com/Tencent/Hippy/commit/60f71e9459b77b2f0a4cb39bcf3585ebd20a2640)) +* **hippy-vue:** change node api to lowercase ([42f06c5](https://github.com/Tencent/Hippy/commit/42f06c5a1d83fadf58e3bea67c7791e735a233cc)) +* **hippy-vue:** perf attribute & style update performance ([e7272ef](https://github.com/Tencent/Hippy/commit/e7272efec40a55f3b4036c221d40ad0346b10b71)) +* **hippy-vue:** perf attribute update ([55174ed](https://github.com/Tencent/Hippy/commit/55174ed47208d6aac65adc9fd8066941509b54a9)) +* **hippy-vue:** support breakStrategy ([348183c](https://github.com/Tencent/Hippy/commit/348183cea800e267f999f765a08c39abb2c6e67c)) +* **hippy-vue:** support once modifier ([04a5e8a](https://github.com/Tencent/Hippy/commit/04a5e8acafcbf13afa0672ba1ca771d3da8a6818)) +* **ios,android,vue:** add load result param for webView's onLoadEnd api ([#2668](https://github.com/Tencent/Hippy/issues/2668)) ([e9eb76e](https://github.com/Tencent/Hippy/commit/e9eb76e45ce78ef288af01be90680662bb2b4ac7)) +* **react,vue:** add isFoucus function ([b365a97](https://github.com/Tencent/Hippy/commit/b365a97a536e33318061b00cdece5ab7835c135d)) +* **react,vue:** add tagName attribute to production mode ([bc67c5d](https://github.com/Tencent/Hippy/commit/bc67c5dec12e40c548c29de4dcfadf9a2c47dfc8)) +* **react,vue:** perf print log logic & remove event attribute in props ([f1fbbf1](https://github.com/Tencent/Hippy/commit/f1fbbf198bbc5c2abc70379307f752ce70b7ee24)) +* **react,vue:** support event capture & bubbling ([4b498d4](https://github.com/Tencent/Hippy/commit/4b498d46a5b481270588020f02eb71e080ccab7c)) +* **react,vue:** use callUIFunction to call measureInWindow ([04468e0](https://github.com/Tencent/Hippy/commit/04468e0f55ffdfc241444e9f4ce98d3ce3b5dd8e)) +* **vue3.0:** change unit test for hippy3.0 ([53ed799](https://github.com/Tencent/Hippy/commit/53ed7999cdc7820e652bf09252ea173bac696cd6)) +* **vue3:** support vue3 for hippy3.0 ([5923ea8](https://github.com/Tencent/Hippy/commit/5923ea80778a6ef5eecf49a3dd8de80f42266663)) +* **vue:** add beforeRenderToNative hook to support computed style ([0220dc4](https://github.com/Tencent/Hippy/commit/0220dc4f815b94730da587d0ba3987fbf14b21af)) +* **vue:** add getElemCss scoped judgement ([46d30f3](https://github.com/Tencent/Hippy/commit/46d30f3e6023864681a2d8fd219f80af3ddd8faf)) +* **vue:** add native event parameters ([72fc39c](https://github.com/Tencent/Hippy/commit/72fc39c5fdb1c892e8ec978ed9b18885091b7064)) +* **vue:** add whitespace handler config ([9ed39d7](https://github.com/Tencent/Hippy/commit/9ed39d704ca6fc66f704898f4c5265756550675b)) +* **vue:** fix attribute selector & support deep selector ([875d8ee](https://github.com/Tencent/Hippy/commit/875d8eea849cbd03b566aed18e5b159f27a0b6bb)) +* **vue:** perf first screen attributes node update ([53919fa](https://github.com/Tencent/Hippy/commit/53919fa97ff1a01a6ab58cab48b2cdcf91373dc5)) +* **vue:** support scoped & attribute selector ([d72d9f8](https://github.com/Tencent/Hippy/commit/d72d9f8486d5f5c93ee09b26f641c48c8f1a7d5a)) +* **vue:** support ScrollView & ListView scroll related event params ([4b8bcd9](https://github.com/Tencent/Hippy/commit/4b8bcd9473995429dd809004f2fe117fa2fe9f85)) +* **vue:** support to merge styles on root element of child component ([a9c4f37](https://github.com/Tencent/Hippy/commit/a9c4f37c5d24b889ebda553d97b7bc012cd068f7)) + + +### Performance Improvements + +* **vue:** ignore to append existed node to improve router performance ([5c3a7ef](https://github.com/Tencent/Hippy/commit/5c3a7efc0fd3be8b19af4a1559d851fc73563e52)) +* **vue:** refer native script source code to reduce number of loops ([c09818b](https://github.com/Tencent/Hippy/commit/c09818baefc8a947451fedcc8354d3e2fba819c2)) + + + + + ## [2.2.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/compare/2.2.0...2.2.1) (2020-12-28) **Note:** Version bump only for package @hippy/vue @@ -557,4 +639,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Added -* v-model support +* v-model support \ No newline at end of file