Skip to content

Releases: lynx-family/lynx

3.2.0-rc.1

21 Mar 08:24
Compare
Choose a tag to compare

Lynx 3.2.0-rc.1 (March 21, 2025)

🚀 Features

  • [Feature] Add push css defines file to workflow (34dd381) by (zhongyr)
  • [Feature] Add the definition of lynx_value and related interfaces (65e40a7) by (FrendyChen)
  • [Feature] Add a switch for the background layout experiment (58c1b03) by (cddcoding)
  • [Feature][Refactor][Android] Complete the missing Array and Map operation methods in Android Pub::Value (e7aa834) by (WindRunner)
  • [Feature][Refactor][Android] Added logic for converting basic types to Java types in C++ JavaValue (15b0e9d) by (WindRunner)
  • [Feature] Add lynx_value_api implementation with PrimJS Value. (4069a3e) by (FrendyChen)
  • [Feature] support console series api (4bd9ce5) by (lybvinci)
  • [Feature][Refactor][Android] Support parsing piperData in pubValue and JavaValue (5905760) by (WindRunner)

🚜 Refactor

🐛 Bug Fixes

  • [BugFix][Element] Fix the issue where element-binary does not support piper events. (0fc2a5b) by (lidadating)
  • [BugFix][Layout] Enable Line-Based Placement Properties for Absolutely-Positioned Boxes in Grid Layout (84897d0) by (givemefive9)
  • [BugFix][iOS] Fix image animation problem (0700a70) by (cjnhust)
  • [BugFix] Fix the issue where prepare_android_build.sh doesn't support ANDROID_HOME paths starting with ~ (4baf23a) by (yongjieTang)
  • [BugFix][Android] Fix the incorrect ellipsis count in the overwritten text shadow node. (1d4ed1a) by (Randycn)
  • [BugFix] file typo for css_generator package.json (256f0b9) by (zhongyr)
  • [BugFix] When executing FiberUpdateListCallbacks, call the set_tasm of List Element to avoid null pointer access that could lead to a crash. (f7286f5) by (ShouruiSong)
  • [BugFix] Fix share context napi API is mounted to globalThis unexpected (85f9ec1) by (lybvinci)
  • [BugFix][Input] Fix the problem that pseudo-elements do not support font-style (8fa9ec4) by (MoonfaceX)
  • [BugFix][Timing] Some Pipelines do not have the correct PipelineOrigin marked (2f5346c) by (partholon)
  • [BugFix] Fix the issue where the internal vsync message loop global switch is being covered by the user (cf133eb) by (cddcoding)
  • [BugFix]Fix the issue where MessageHandler could not obtain right message due to parameter passing errors (0f2f084) by (RovicnowYoyi)
  • [BugFix][Android][Event] Fix the leak of listener in ViewTreeObserver. (3209573) by (rAY-ooo)
  • [BugFix][DevTool] fix JNI DETECTED ERROR when GetLynxScreenShot (9bbb47d) by (yuweizheng)
  • [BugFix] Correct the prefix for mts error message (ebfafd6) by (PineconeSquirrel)
  • [BugFix][Android] When prop is null or empty, do not exectue update related methods of LynxUI (1d09161) by (ShouruiSong)
  • [BugFix] Update css-defines-publish.yml (54badb6) by (Zhongyue)
  • [BugFix] Fix share context napi API is mounted to globalThis unexpected (b5405d8) by (lybvinci)
  • [BugFix][iOS] mask layer should apply transform (cb7feed) by (zhongyr)
  • [BugFix] Nil Checker For ValueConverter (c942aa7) by (nihao.royal)
  • [BugFix][iOS] filters effect not work on background image (e32a8d9) by (zhongyr)
  • [BugFix][TestBench] Use thread_local to avoid multi-threading race conditions (9b3a3bc) by (ZhaoSongGOO)
  • [BugFix][Homepage] Resolve the issue of input content and cursor misalignment on the homepage. (3f27b42) by (Moonface)
  • [BugFix] Set VSyncMonitor to base namespace. (e573f27) by (Yellow5A5)
  • [BugFix] Fix share context napi API is mounted to globalThis unexpected (cd91cbf) by (lybvinci)
  • [BugFix][iOS][Event] Add iOSEnableAnimationProps for boundingClientRect. (4eed41a) by (rAY-ooo)
  • [BugFix][Android] Make translateZ reorder stable (6129518) by (zhongyr)
  • [BugFix] Flush layout task queue in LayoutImmediatelyWithUpdatedViewport to prevent crash (f3dc181) by (klaxxi)
  • [BugFix][iOS] try to fix TextStorage Dealloc crash issue (4b31561) by (linxs0211)
  • [BugFix] fix the issue of LynxEngine reload process. (1a6862b) by (nihao.royal)
  • [BugFix][iOS][Event] Add handleFocus for LynxEventHandler. (972c9a1) by (rAY-ooo)
  • [BugFix][Event] Change enableMultiTouch and enableNewIntersectionObserver. (30852e7) by (rAY-ooo)
  • [BugFix][iOS][Gesture] Use a fixed step to drive the Fling of Gesture. (44187cc) by (MoonfaceX)
  • [BugFix] Fix crash in SplitStringByCharsOrderly when input string contains '\0' ([76db90c](https://github...
Read more

3.2.0-rc.0

04 Mar 12:37
Compare
Choose a tag to compare
[Optimize] update README

use markdown image link instead of html href

issue:n/a