Hippy Versions Save

Hippy is designed to easily build cross-platform dynamic apps. 👏

3.2.0

2 weeks ago

Bug Fixes

  • android: add bridge destroy state (8776d38)

  • android: add onScroll event for list over pull (b0dec7b)

  • android: add shouldNotifyNonBatchingChange for render node (2e48ffe)

  • android: add thread check before argumentToBytes (b3f3de0)

  • android: compatible HashMap and ArrayList for ArgumentUtils (496020c)

  • android: compatible HippyArray for dispatchFunction (e03270d)

  • android: compatible with the HippyModulePromise type (60c4215)

  • android: component may not update with lazy node (3d5b2fd)

  • android: concat log msg only in debug mode (f6bfa4c)

  • android: crash when rotating screen in dev mode (611fd58)

  • android: delete virtual node exception (3a9e211)

  • android: dimensions api compatibility with lower version (f4fcc99)

  • android: fix bounce can't cancel the system effect (63c75d7)

  • android: fix ListView may throw ClassCastException (f54c035)

  • android: fix compile issue in AS release mode (f2ba451)

  • android: fix nested list issues (795aff4)

  • android: fix premature text truncation (#3609) (89ce3d7)

  • android: fix serialization hash function (a82a4c3)

  • android: fix transform order and convert perspective same as iOS (#3562) (d48ebcc)

  • android: isScraped not check image type (15b16a8)

  • android: move node incorrect in ViewPager (2cf6dd4)

  • android: optimize fetch promise callback impl (#3674) (b93618e)

  • android: reduce duplicate textchange event (44475c4)

  • android: remove debugBundleName final constraint (#3647) (ce582b4)

  • android: remove extra logs (f197876)

  • android: remove ImageDataHolder recycle (3a4fe64)

  • android: remove override getOverScrollMode (a6b0e04)

  • android: revert sInForeground impl (ce62a52)

  • android: send onSizeChanged message to js (0f51c5d)

  • android: sendComponentEvent with view==null crash (d73dc28)

  • android: setItemPrefetchEnabled to false for recycler view (658c893)

  • android: should create view if has custom props (b93d175)

  • android: should hide soft input even input not focus (c9a7f0b)

  • android: support host override notifyInitialListReady (b6b22bb)

  • android: support webp (615f229)

  • android: text node add gesture span with gesture events (e24cc61)

  • android: update drawing order in add child (1bec309)

  • android: update layout for first child of DialogRootView (0f6a9a9)

  • android: update proguard-rules (770702c)

  • android: update props reuse null view object (a45eda0)

  • android: use promise.reject when fetch res failed (9d006bc)

  • core: crash protect for worker on ios (5ead86c)

  • core: fix GetInternalField animation 0x241d000023a1 crash (79ed489)

  • core: fix performance for dom node (7da2c69)

  • core: fix performance for node eliminated (208ba93)

  • core: fix std hash for xcode15 (28a0e36)

  • core: JSCCtx CreateObject crash protect (d4026a2)

  • core: JSCCtx CreateObject crash protect (73abae9)

  • core: support onerror for js (#3471) (9399e28)

  • devtools: fix dom box size return (0,0,0,0) (9f5e50b)

  • doc: remove unused animated property definition from docs (00f54e8)

  • dom: add deserializer log (418afed)

  • dom: add log for deserializer crash (37f8721)

  • dom: convert layout result nan to 0 (5b94924)

  • dom: fix docallback multi thread conflict (e383127)

  • dom: fix dom diff algorithm (637d5e9)

  • dom: fix dom memory leak (#3628) (117e087)

  • dom: fix layout event trigger condition (a2d7214)

  • dom: fix multi-thread access event_options conflict (abf6f1d)

  • dom: fix skip style diff update style map null (f672a44)

  • dom: fix thread conflict on measure function (18409bb)

  • dom: get scope return nullptr (54753a2)

  • dom: handle event by platform (3523c95)

  • dom: layout width and height result great than 0 (9a41ae9)

  • dom: remove some redunant log (e799c47)

  • driver: fix destroy driver before scope initialization (9c64bb7)

  • driver: fix multi thead conflict when destroy engine (0658dc3)

  • ios: add a simple reusable cache for list and waterfall (316ba74)

  • ios: add caretColor property support (46b4e77)

  • ios: add default sandbox directory for compatibility (a2a2a05)

  • ios: add local html, request body support to WebView (dac1069)

  • ios: add missing alwaysBounceVertical for ListView (e121aed)

  • ios: add missing error log and suppress some warning (e3b2171)

  • ios: add missing notification and remove unused variables (9c5d0fc)

  • ios: add protection to prevent crashes caused by negative sizes (dd2320d)

  • ios: add type exist check and fix bugs (f989e1c)

  • ios: add user agent and method support (6c7e5fa)

  • ios: backgroundImage may not update in time when reusing hippyView (#3736) (db99542)

  • ios: cellView detach bug of listview and waterfall (4753e3b)

  • ios: change sdkVersion variable name , keep compatible with hippy2 (54e9a86)

  • ios: crash of NSError out param inside autorelease pool (0bc3f09)

  • ios: dead loops generated by nested text layouts (14da8fe)

  • ios: delete the old useless cache logic for list and waterfall (e831f31)

  • ios: determines if node is null (8560a25)

  • ios: dirty text need to propagand to super (638ed17)

  • ios: disable view animation only when batch actions exists (1e1af4c)

  • ios: ensure insertHippySubview is called sequentially (6ce3776)

  • ios: final onScroll may be dropped for listview, scrollview and waterfall (#3624) (8e420c4)

  • ios: Fine-tune callback timing to stay compatible with hippy2 (538aa1c)

  • ios: fix an endless loop when updating rootView's frame (1855da6)

  • ios: fix component reference issue on old system versions (4d904b0)

  • ios: fix conversion crash from oc object to CtxValue (11ebce7)

  • ios: fix create node crash in main thread when releasing vc (fb3bb12)

  • ios: fix device orientation change event (bf0548a)

  • ios: fix HippyDisplayLink leak (0807923)

  • ios: fix image animation stop issue after setting tintColor (a84c3e0)

  • ios: fix lazy views may not get rendered due to timing issue (40e884f)

  • ios: fix memory issue when calling JSTurboObjectWithName (e2e79ac)

  • ios: fix missing updateLayout operation (d7aef60)

  • ios: fix modal view display issue in landscape mode (2edbab2)

  • ios: fix modal view layout issue (7b088a7)

  • ios: fix module provider not working and code refactor (af5dcb1)

  • ios: fix text rendering issue (a968697)

  • ios: fix timing issue of backgroundImage prop (e841936)

  • ios: fix UICollectionView exception caused by incremental diff (d073aa9)

  • ios: fix uimanager and bundle operation queue's crash (61c41d8)

  • ios: fix view background image frame bug (ca3807a)

  • ios: fix view creation bug on release mode (ee057dc)

  • ios: fix weak ref issue in closure (182ce4e)

  • ios: fixed an error when getBoundingClientRect's options was null (d03bef0)

  • ios: fixed an issue where some part of devtools were not available (276d26e)

  • ios: Fixed an issue where the redbox cannot be used (f285fc7)

  • ios: implementation issue with defaultSource prop of Image (94e27be)

  • ios: improve image rendering performance in main thread (dc78bf9)

  • ios: increase code robustness and compatibility for HippyRootView (ace5988)

  • ios: listview performance optimization and bug fix (#3572) (d8653ca)

  • ios: make use of darkStatusBarText property in modal controller (7aedc7c)

  • ios: NativeRenderView leak (6ba3474)

  • ios: nested list may not get reload (80d68c9)

  • ios: onChange event not triggered when typing Chinese Pinyin (f37d667)

  • ios: optimize cell creation time of listview and waterfall (2a4533c)

  • ios: optimize creation time of lazy-load list items (f7b019f)

  • ios: optimize perf of ComponentMap and support multi-rootView (61c52e9)

  • ios: optimize performance of getting components from viewRegistry (5863fe7)

  • ios: podspec use_framework support bug (#3558) (848ef40)

  • ios: prevent crash even logger cbset multiple times (7ba9be3)

  • ios: prevent crashes due to nan values when doing hippySetFrame (e98897b)

  • ios: reaload textfield after changing keyboardType (5b203a4)

  • ios: refactor & fix listview and waterfall's data loading procedure (38662ab)

  • ios: refactor iOS gesture system to fix bugs (941eec7)

  • ios: relayout dom when rootView frame change (e7820f9)

  • ios: reload textfield to take effect after altering returnKeyType (35587da)

  • ios: remove highly frequent logs (3963f68)

  • ios: remove the diff-update code of waterfall and listview (944e737)

  • ios: return weight of zero for invalid font (5328610)

  • ios: revert rename hippy prefix for compatibility (a1cba87)

  • ios: revert rename hippy prefix for compatibility part2 (e377647)

  • ios: revert rename in hippy3 and fix modal view gesture bug (bad8e37)

  • ios: revert rename symbol Prefix and fix compatibility issues (4a3952d)

  • ios: scrollToIndex not working for horizontal list (94b4c54)

  • ios: set logging delegate (85b7853)

  • ios: showScrollIndicator not working on horizontal list (6893636)

  • ios: showsXXXScrollIndicator property of scrollview not working (8ad0c88)

  • ios: solve some problems of podspec (#3789) (caa5393)

  • ios: sticky list cell not showing after reloading (d520921)

  • ios: text will be clipped when exceeds lineHeight (750e88a)

  • ios: thread race of componentDataByName in UIManager (#3801) (88152db)

  • jsc: fix gc finalize bug and performance (9a78a1b)

  • js: skip css preudo class check (e88b67f)

  • layout: fix layout border default css direction (c035630)

  • perf: enable perflog output in debug mode only (57628bf)

  • perf: fix performance api dom time bug (3206035)

  • perf: fix resource entry nullptr crash (be822e3)

  • renderer: update tdfcore d47969ec25d4f403595f06219ea43b202de9af74 (3a2e85d)

  • v8: fix v8 code cache for hippy3.0 (6091dc1)

  • vfs: fix VFSUriLoader crash (f6a3f7d)

  • vfs: OnJniDelegateInvokeSync call after OnDestroyVfs (03148e0)

  • voltron: resolve remoteServerUrl parse version id failed (#3720) (57face5)

  • vue-next: compatible vue patchProp parameter type change (9a48613)

  • vue-next: fix js release bundle size too big issue (#3779) (70fd38b)

  • vue-next: remove vue prod devtools global sign for ios&android (a4262e4)

  • vue3: delete source prop for img (20f3e66)

  • vue3: skip patch style for same props (ba5635b)

  • vue3: update patch style isStyleExisted function comment (1102c02)

  • vue: fix not update style diff crash (ecf6c8a)

  • fix(android)!: change Image getSize failure parameter type (4dbb0fe)

Features

  • android,doc: returnKeyType,keyboardType not change singleLine (#3601) (fc6976c)
  • android: add BaseEngineContext interface (cc2e02b)
  • android: add bugly app id register (c518dd1)
  • android: add disallowInterceptTouchEvent for hippy view group (7bf7ac7)
  • android: add ENABLE_BUGLY_REPORT config (ed7c8df)
  • android: add enableScrollDirectionFix for recycler view (6889560)
  • android: add modal features (#3680) (98df553)
  • android: capInsets and tintColor support for each image types (#3461) (95ebc78)
  • android: complex border styles support (5440642)
  • android: deprecate underlineColorAndroid prop (acce0e6)
  • android: fontWeight support number value (#3570) (bb9b7db)
  • android: Image load events (#3621) (be23474)
  • android: make TextInput default color same as iOS (#3613) (24d11f9)
  • android: onKeyboardWillShow only triggers on focused component (49d8a58)
  • android: optimize addUpdateNodeIfNeeded time cost (b0a48ce)
  • android: reduce layout event when size not change (a28fb76)
  • android: refactoring WaterfallView (#3809) (8dad9f2)
  • android: support appear events for ListView (2726c93)
  • android: support fakeBold for text node (e7b8241)
  • android: support fcp monitor (#3796) (b38e990)
  • android: support get custom type face (c609991)
  • android: support opacity for rich text (#3615) (fe9feda)
  • android: support output render log to host (8c13d04)
  • android: support padding for TextInput (1d82566)
  • android: support text decoration features (c379fc3)
  • doc: 3.0 performance api doc update (fc24bfd)
  • doc: fix docs markdown lint (8f33db7)
  • doc: update main branch homepage url (252fb51)
  • dom: add copyright header (d2efeda)
  • dom: add statistic info for dom size (219e4a4)
  • dom: fix trigger error on layout event (3624aa4)
  • dom: remove dom value (59fb750)
  • dom: set dom thread priority (2fbb558)
  • ios: add description for componentmap (cb186d8)
  • ios: add fcp monitor support (#3803) (7d29a3c)
  • ios: add param for image onLoadEnd on iOS (5ae7d67)
  • ios: add rootViewRunApplicationFinished delegate method (2400602)
  • ios: improve text layout performance (051da17)
  • ios: optimize cell reuse processes (57ff9f9)
  • ios: optimize cell reuse processes 2 (ebbb3f7)
  • ios: print hippy core module logs (#3783) (9a76f96)
  • ios: reload list on changed index, not all indices (22e1f8f)
  • js: open js profiler (#3489) (890400a)
  • js: remove demo clipboard (f141cc0)
  • perf: add logs to pinpoint performance issues (ed206ed)
  • voltron: add voltron_screen_info to make flutter_module faster (#3541) (5abd5ad)
  • voltron: update voltron to 0.0.34 (4d640a6)
  • vue-loader: css scoped compile to class selector (#3679) (e9198be)
  • vue-next: compatible vue2 component tag name format (b550202)
  • vue-next: fix hippytext setText (#3790) (5a7434d)
  • vue-next: fix image url style parse (#3791) (e82fe27)
  • vue: add style diff perf (#3553) (4e61294)
  • vue: hippy vue css style refactor (#3671) (38ff0dd)
  • vue: not update node when add/remove listener (#3520) (19b99ac)
  • vue: remove updateEvent params (86a1aff)
  • vue: revert css match (#3528) (c797576)
  • vue: update postcss dependencies (#3723) (9e150d6)
  • vue: vue component support beforeLoadStyle disabled (1bb582b)

Performance Improvements

  • ios: add dirty property to indicate if list needs to reload (1303783)
  • ios: check whether the dirtyText behavior requires layout (114d0d7)
  • ios: no need to cancel gesture if gesture exists (6f2893f)
  • ios: reduce reload block for list view (36aaa91)

BREAKING CHANGES

  • failure parameter on Android used to be a String, now is an object

2.17.2

6 months ago

Bug Fixes

  • android: fix npe when preload (bdc3fa4)
  • core: fix console module log encode (bf266b9)
  • hippy-react-web: HippyTypes.Style for web (#3468) (2220cda)
  • ios: animation module multi-instance support (8ca6754)
  • ios: animation module multi-instance support 2 (5fad881)
  • ios: fix context leak when using shared engine (#3451) (66d516b)
  • ios: onChange event not triggered when typing Chinese Pinyin (6b57bed)
  • js: remove virtual for animation (#3467) (021a204)
  • v8: v8 code cache file broken protect (f9b468e)
  • v8: v8 code cache file broken protect (d39881c)

Features

2.17.1

8 months ago

Features

  • hippy-react: modal visible default true and optional props (#3446) (26f04c2)

3.1.0-beta

8 months ago

Bug Fixes

  • android: add removeSnapshotView interface (418c55e)
  • android: adjust image caching strategy (dd05ee5)
  • android: check overflow visible before setClipChildren (f0727cc)
  • android: expand cache hit range (12368f2)
  • android: open image holder recycle (eb3e56f)
  • android: should call native renderer destroy (d8a0402)
  • android: supplementary node snapshot usage examples (77a949a)
  • android: support empty HashMap serialization (44fe614)
  • android: support focusTextInput event without params (e92100f)
  • android: update integration.md (ff5fd6a)
  • android: update NativeRenderer log (e55641e)
  • layout: fix layout changed error (42493ec)
  • perf: fix performance api for ios params (b3b7df6)
  • vue: fix node not mounted when move (51a59e8)

Features

  • android: nested rich text support vertical alignment setting (#3402) (22607ed)
  • android: scroll features and fixes (#3401) (3c10220)
  • voltron: fix navigation bar color error after modal show (6b5a9f5)
  • voltron: update voltron to 0.0.33 (c88fbb6)

2.17.0

8 months ago

Bug Fixes

  • @hippy/react-web: fix Image repeatedly triggering onError (fb6efb3)
  • android: animation may cause IllegalStateException after destroy (e30d2a1)
  • android: animationModule memory leak (55c38b9)
  • android: check imageAdapter result before use (c8c16c2)
  • android: correct default value type for StyleNode (dfe30bf)
  • android: initialContentOffset not working (a51fdc0)
  • android: memory leak in WebSocketModule (4136f5a)
  • android: prevent unnecessary requestLayout (1c7d630)
  • android: textNode memory leak (4f8c340)
  • core: fix std hash for xcode15 (6607478)
  • hippy-react-web: fix multiple react in dev (d1b313c)
  • ios: fix initialContentOffset bug for listview (702e4a6)
  • ios: fix potential bug and analyzer issues in HippyGradientObject (8fad0f3)
  • ios: key commands for dev menu not working (0cba450)
  • ios: network session not being reused (46c5a52)
  • ios: use auto release pool for cpp thread (2afda7f)
  • jsc: fix jsc crash on ios12 (4f3f5d8)
  • release: fix js release action install error (5ba3bc1)
  • test: fix front build test failed (30f21f7)
  • vue-next: fix element do not use beforeLoadStyle hooks issue (#3339) (2d63fa5)

Features

  • @hippy/react-web: remove font default style for Text (cf1209a)
  • android: image add param to onError (6dc4461)
  • devtools: add rendererType and componentCount report (#3322) (fc66d48)
  • hippy-react: fix declaration and export it (#3414) (4e49d4f)
  • ios: add NightMode & improve method of getting UI state (#3411) (4a6d4de)
  • ios: add NightMode change event (9dc8caf)
  • ios: delete items in a range off screen in list component (285e3ba)

3.0.1

8 months ago

Bug Fixes

  • action: fix 3.0 release and compare action (8b3f572)
  • android: add call function log (5fc52e4)
  • android: event to lower case (e368ad5)
  • android: fix incremental build (06c22c2)
  • android: initialContentOffset not working (3e3b5a8)
  • android: issues of ScrollEvent (#3362) (733f303)
  • android: non flattened elements background color (#3352) (2a7402a)
  • android: recycle view event use low case name (a4f4cde)
  • android: sticky header not deleted from ControllerManager (#3356) (797eadd)
  • android: supply some layout style for filter (6ff2398)
  • android: support sparse array for call ui function (0b06be7)
  • android: window and screen size use float (6402189)
  • devtools: fix location double for all (fb1be52)
  • dom: filter nodes with same style (82a0792)
  • dom: fix dom ext style diff error (e3351e6)
  • dom: fix event empty pointer (c690f86)
  • dom: fix modifying event by multi hippy engine (4a731a2)
  • dom: fix vue diff style alogrithm (3463362)
  • ios: add semaphore to make sure scope is created (f27c513)
  • ios: fix crash caused by null pointer (15e2bc5)
  • ios: fix gradient color drawing bug (a0e11c4)
  • ios: fix ios event capture and bubbling process (1d05545)
  • ios: remove the semicolon after namespace syntax (a132dea)
  • ios: support intercept touche event (a85040d)
  • jsc: fix jsc crash on ios12 (d78bb47)
  • jsc: fix JSCCtxValue crash after destroy engine (a166fe3)
  • jsc: temporarily used for testing jsc crash (a053f1a)
  • voltron: fix crash when dom value type error (ffbab34)
  • voltron: fix voltron android scope not erase when destroy (eebd7a1)
  • vue-next: fix element do not use beforeLoadStyle hooks issue (604a231)
  • vue: fix rootview conditional statement (#3355) (5364548)

Features

  • android: add filter for css style to native renderer (#3405) (c459934)
  • dom: fix empty dom event function crash (388beef)
  • dom: measure textinput node (c9cedd1)
  • dom: remove DCHECK for taitank node (c779738)
  • ios: add 'SetRootOrigin' function for root node (ef7d9ce)
  • ios: strip hippyconvenientbridge from bridge module to host module (3f28b9e)
  • voltron: publish voltron 0.0.31 (#3375) (f02c1a7)
  • voltron: update workflow xcode version (2fcd955)

2.16.5

9 months ago

Features

  • hippy-react: Text component add forbidUnicodeToChar (#3380) (979faf7)

3.0.0

9 months ago

2.16.4

11 months ago

Bug Fixes

  • android: color value in animation lose precision (afff2a3)
  • Android: Demo uses NoSnapshot by default (1afa9d0)
  • android: memory leak of RecyclerViewEventHelper (144524f)
  • android: reset backgroundImage doesn't work (71b3569)
  • android: text default color (40f3ff4)
  • android: waterfall scrolling error with small content height (36ea10d)
  • core: fix multithreading bug (be8b6f9)
  • core: fix promise crash (a4a000f)
  • core: fix snapshot bug when using dynamicLoad (7e907cd)
  • ios: animation module multi-thread crash (cb50109)
  • ios: fix rounding error using double instead of float (20ee3b8)
  • ios: strange shaped character rendering bug (cc966f7)
  • vue: remove redundant props & perf cache logic (d635977)
  • vue: support static style diff in updateNode (1f4abfd)

Features

  • core: add readme for snapshot (f8910b3)
  • ios, js: remove clipboard module (fb29d4b)
  • ios: add inspectable for jscontext (e651e1b)
  • ios: support skipping inner decoding when use custom image loader (7770385)
  • ios: support skipping inner decoding when use custom image loader (1ca0777)
  • java: add default method for moduleListener interface (37ea414)
  • react,vue: show nodeId in debug mode (68f9c02)

2.16.3

1 year ago

Bug Fixes

  • android: color value in animation lose precision (afff2a3)
  • android: memory leak of RecyclerViewEventHelper (144524f)
  • android: reset backgroundImage doesn't work (71b3569)
  • android: text default color (40f3ff4)
  • core: fix promise crash (a4a000f)
  • ios: animation module multi-thread crash (cb50109)
  • ios: strange shaped character rendering bug (cc966f7)
  • vue: support static style diff in updateNode (1f4abfd)