Releases: Tencent/Hippy
Releases · Tencent/Hippy
2020-10-30, Version 2.1.0(LTS)
Bug Fixes
- android: avoid null pointer before bouncing RefreshWrapper (43c2fb5)
- android: change hippy.jar storage path (161cb38)
- android: change style of font size invalid (a0b534f)
- android: checkUpdateDimension window height==width problem for QB (1011371)
- android: compile problem (631c9d3)
- android: context holder memory leak (b810bc1)
- android: correct list view onEndReached to onLoadMore (eaa7e5f)
- android: dispatchFunction with promise for textinput getValue (f886e0b)
- android: fetchImage param should support different type (497ba71)
- android: fix support-ui code style (04c9959)
- android: get listView frame size function (74e2769)
- android: imageview will flash when list loadmore (#228) (366247a)
- android: list view flash when exceed 7 item in screen (0109fe5)
- android: list view init position incorrect when contain pull header (c6eb90d)
- android: list view item reuse tintcolor invalid problem (7270141)
- android: make ListViewItem as same type props with iOS (1ae5b54)
- android: memory leak suspect (a9ef48d)
- android: modal view crash when activity destroyed (e73b656)
- android: module load listener memory leak (55a084f)
- android: optimize view hippmap tag impl (f433ec4)
- android: pic not display when adapter call back file path (7620d7a)
- android: revert build gradle publish config (b2c67e3)
- android: revert fetch image optimize in support ui (416a6e2)
- android: set engine context null may case crash (10146f0)
- android: support ui fetch image and react bug fix (d829ed4)
- android: temporary remove example third party adapter (6d148ec)
- android: tkd list view loadMoreFinish incorrect (6659a07)
- android-viola: modify maven configuration (7558e6a)
- android-viola: modify maven configuration for 0.1.2 (b7da1f0)
- doc: add a new attribute to listView (8232db6)
- hippy-react: fix hippy-react animationSet destroy problem (#382) (3c66ca6)
- hippy-react: removed unncessary Object.values() (8a68d44)
- hippy-react: restore the ListView type props be number (#367) (231ec5a), closes /github.com/Tencent/Hippy/commit/9de74e331b797c2137b1d0e3d08cd0dde0ee821a#diff-ccaf44058906717491bd079958ea5684a93acaa5d726e22cb34c0a6c82c79
- hippy-vue: fix hippy-vue transform multi-animation not working (84bd58b)
- ios: cancel previous custom image loading when a new request come (3aef246)
- ios: clear resources before Engine destroy (fe6e080)
- ios: code format, add a break to match static analysis (61a43db)
- ios: fix a potential crash (6239592)
- ios: fix animated image refresh bug (8d5e306)
- ios: fix animated images check (eb85032)
- ios: fix border radius bug (bbb971f)
- ios: fix box shadow propery (e816c31)
- ios: fix bugs that onInterceptTouchEvent not work (d615374)
- ios: fix dev window height on iphoneX (7e5df6e)
- ios: fix footer pull method name (bef9a19)
- ios: fix HippyTiming crash (08fae32)
- ios: fix imageload failed message (6dfe123)
- ios: fix list item view type and onEndReach event not trigger (46bad5d)
- ios: fix measureInWindow bug (fceb0e7)
- ios: fix measureInWindow method,add measureInAppWindow (e66cab1)
- ios: fix touch handler bugs (d706657)
- ios: fix UIFont constructor crash on iOS14 (be1ce5d)
- ios: fix websocket bug (f45a9bb)
- ios: fix websocket function (987b08c)
- ios: fix websocket module function.remove debug code (8bb3b37)
- ios: set default image need not update imageview (53a1eb2)
- ios: support default font family name (b97ca96)
- ios: update props without shadowview (52f8295)
- swiper: fixed props passing (3081d69)
- vue: fixed remove style issue (#329) (33f2f7d)
Features
2020-04-23, Version 2.0.3(LTS)
Bug Fixes
- android: change style of font size invalid (a538c24)
- android: input can not auto scroll when reach max length (a9f2355)
- android: input can not auto scroll when reach max length (8b25757)
- android: update arm64 so and should compile alone (ee65c8e)
- core: drop Object.entries() for lower iOS compatible (a3aa0b8)
- hippy-react: drop Object.entries() for lower iOS compatible (d76b074)
- hippy-react-web: scroll-view style should be called by formatWebS… (#233) (9db12a4)
- ios: fix bug that textinput does not support chinese input (230c6a6)
- ios: fix extra modules provider bug (9ba10c9)
- ios: fix some bugs (ce76475)
- ios: fixed TextInput blur and focus event trigger when click (61045d8)
- ios: fixed the value of _JSMethodName in HippyModuleMethod (4d5fde8)
- ios: reset animated image when reset image source (9060cfc)
- react-web: annimation-set support opacity (b29e92c)
Features
- hippy-react: merge createNode operation (#200) (04d77a0)
- hippy-react-web: added default export for hippy-react web (62cbdb0)
- hippy-vue: make beforeStyleLoad hooks applied in runtime (2fc49cf)
- ios: mount all custom objects at HIPPYNATIVEGLOBAL (9430138)
- ios: update the way custom objects before execute JS (e2ee31c)
- ios: user can mount custom objects before execute JS (0df5b43)
- react-demo: add router (c759cbe)
- react-web: support layout event (fafa65c)
2020-03-18, Version 2.0.2(LTS)
Bug Fixes
- android: compile problem (df4398d)
- android: fix keyboard hiding when blur in endEditing after focus (22e8602)
- android: textinput focus and blur problem (#161) (44daa93)
- android: treat Parcelable[] as Bundle[] (a2ffb28)
- example: split js bundle with webpack dllplugin (c8ac36d)
- hippy-react: callUIFunction supports passing as targetNode (f7c8391)
- hippy-react: change the NODE_ENV to 'development' (2585bc5)
- hippy-react: text component text repeated rendering (96e278d)
- hippy-react: text nest (da5ca3b)
- hippy-react: text-input style (a9fa8d1)
- hippy-react: ui operation merge (9b4f77d)
- hippy-vue: add TypeSelector test (38f08ef)
- hippy-vue: fix css selectors TypeSelector match (de98e8a)
- hippy-vue: fix wrong preSibling of childNode's nexSibling (6e76d5e)
- hippy-vue: fixed css selectors TypeSelector match (adddcea)
- ios: fix crash caused by incorrect creation of UIFont (0764fdc)
- ios: fix issue of invalidation of customized font (3c632dc)
- ios: fix return type of TextInput.getValue method (5db3dac)
- ios: fix some bugs (a329d40)
- react-web: image callback error (1776634)
- react-web: listView not work in dev mode (44a539f)
- react-web: updateAnimation support zero (0ec1dc8)
- hippy-vue: setStyle px unit determine (8379d53)
Features
- android: add bintray jcenter upload support (11900b0)
- ios: add shadow feature for HippyView (f111951)
- hippy-react-web: support multiple instance (c5fb93b)
- hippy-react-web: text support clip mode (516fa98)
- hippy-vue: added disabled props to input tag (47facd4)
- hippy-vue-native-components: added stateChanged event handler to swiper (71760cc)