Skip to content

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 22 Aug 04:01
· 135 commits to main since this release

   🚀 Features

  • fe:
    • Add support for TypeScript, Less, and SCSS; enhance npm component handling  -  by @dos1in (2059b)
    • Add vant demo  -  by @dos1in in #27 (a8e54)
    • Add componentAttached lifecycle message and handling  -  by @dos1in (435eb)
    • Add taro-todo demo  -  by @dos1in (0b3b3)
    • Optimize logo generation by adjusting canvas size and text positioning for better rendering quality  -  by @dos1in (71d39)
    • Update cursor style to 'grab' for improved user interaction in MovableView, PickerViewColumn, Slider, and Swiper components  -  by @dos1in (176fa)

   🐞 Bug Fixes

  • compiler:
    • Lint fix  -  by @dos1in (8db93)
    • Enhance WXS dependency processing to prevent circular references and stack overflow by introducing a processedPaths set  -  by @dos1in (4df81)
  • fe:
    • Slider value not changing on click  -  by @yangdan8 in #55 (7107b)
    • Change component and page ready lifecycle  -  by @dos1in (77713)
    • Streamline component lifecycle handling by consolidating componentCreated invocation and adjusting onLoad logic  -  by @dos1in (fb08a)
    • Reorder component lifecycle events and remove redundant messages for improved clarity  -  by @dos1in (4f482)
    • Add properties getter to component for improved data access  -  by @dos1in in #62 (b399c)
    • Add filterInvokeObserver to include old value parameter  -  by @dos1in (bc6a5)
    • Prevent passing class attribute to wrapped component in Wrapper.vue for cleaner rendering  -  by @dos1in (ffc9d)
    • Add global object to global variable  -  by @dos1in in #78 (e71b7)
  • iOS:
    • Ensure JavaScript execution is performed on the main thread for web views  -  by @dos1in in #78 (bf9fa)
    • Update source tag format to include 'v' prefix for version consistency  -  by @dos1in (b1b53)
    View changes on GitHub