github lynx-family/lynx-stack @lynx-js/web-elements@0.6.0

latest releases: create-rspeedy@0.11.1, @lynx-js/tailwind-preset@0.2.1, @lynx-js/rspeedy@0.11.1...
4 months ago

Minor Changes

  • fix: When list-type is not specified, it is treated as single formatting. (#535)

  • feat: improve compatibility for chrome 108 & support linear-gradient for nested x-text (#590)

    This is a breaking change

    • Please upgrade your @lynx-js/web-elements to >=0.6.0
    • Please upgrade your @lynx-js/web-core to >=0.12.0
    • The compiled lynx template json won't be impacted.

    On chrome 108, the -webkit-background-clip:text cannot be computed by a var(--css-var-value-text)

    Therefore we move the logic into style transformation logic.

    Now the following status is supported

    <text style="color:linear-gradient()">
      <text>
      <text>
    </text>
    

Patch Changes

  • feat: fully support MTS (#569)

    Now use support the following usage

    • mainthread event
    • mainthread ref
    • runOnMainThread/runOnBackground
    • ref.current.xx
  • feat: support layoutchange event for x-overlay-ng (#519)

  • fix: position:fixed not work in scroll-view (#580)

  • fix: x-list may cause error: 'Resizeobserver loop completed with undelivered notifications'. (#541)

  • fix: refactor foldview slot offset logic (#575)

  • fix: improve x-foldview-ng (#513)

    • support fling for touch event driven scrolling
    • allow the height of x-foldview-slot-ng + x-foldview-toolbar-ng > x-foldview-ng
    • do not prevent horizontal gesture. After this commit we only allow one direction gesture for one touch (start -> end)
  • feat: add list with waterfall (#331)

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.