Skip to content

@lynx-js/web-elements@0.12.10

Choose a tag to compare

@github-actions github-actions released this 04 Sep 17:25
cdc6a8c

Patch Changes

  • Update markdown-it to ^15.0.1. (#3749)

  • Add an optional scroll-view mouse-drag plugin for touchscreen-like scrolling (#3594)
    on desktop browsers. Enable it by importing
    @lynx-js/web-core/plugins/scroll-view-mouse-drag or
    @lynx-js/web-elements/plugins/scroll-view-mouse-drag before registering the
    web elements.

  • Support the bindselectionchange event on text and inline-text in Lynx for Web. (#3741)