github lynx-family/lynx-stack @lynx-js/web-elements-reactive@0.1.0

latest releases: @lynx-js/offscreen-document@0.1.4, @lynx-js/cache-events-webpack-plugin@0.0.2, @lynx-js/web-constants@0.16.0...
6 months ago

Minor Changes

  • 2e0a780: feat: support registerPlugin for web-elements

    After this commit, we allow developers to add ReactiveAttribute Classes to a web custom element

    class MyReactiveAttributeClass{
    
    }
    
    (customElements.get(tag) as WebComponentClass).registerPlugin?.(
          MyReactiveAttributeClass,
    );

Patch Changes

  • a1d0070: chore: tolerance babel bug for super.property?.

    close #82

  • e170052: chore: remove tslib

    We provide ESNext output for this lib.

  • e86bba0: fix(web): do not remove "false" value for dataset attributes

    fix #77

Don't miss a new lynx-stack release

NewReleases is sending notifications on new releases.