lion

Fundamental white label web component features for your design system.

MIT License

Downloads
208.3K
Stars
1.7K
Committers
158

Bot releases are visible (Hide)

lion - [email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 72067c0d: BREAKING Upgrade to lit version 2

    This does not change any of the public APIs of lion.
    It however effects you when you have your own extension layer or your own components especially when using directives.
    See the official lit upgrade guide.

    BREAKING Upgrade to ScopedElements version 2

    This version of @open-wc/scoped-elements is now following the Scoped Custom Element Registries and automatically loads a polyfill @webcomponents/scoped-custom-element-registry.

    This means tag names are no longer being rewritten with a hash.

    import { css, LitElement } from 'lit';
    import { ScopedElementsMixin } from '@open-wc/scoped-elements';
    import { MyButton } from './MyButton.js';
    
    export class MyElement extends ScopedElementsMixin(LitElement) {
      static get scopedElements() {
        return {
          'my-button': MyButton,
        };
      }
    
      render() {
        return html`
          <my-button>click me</my-button>
        `;
      }
    }
    
    <!-- before (ScopedElements 1.x) -->
    <my-element>
      #shadow-root
      <my-button-23243424>click me</my-button-23243424>
    </my-element>
    
    <!-- after (ScopedElements 2.x) -->
    <my-element>
      #shadow-root
      <my-button>click me</my-button>
    </my-element>
    
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 72067c0d: BREAKING Upgrade to lit version 2

    This does not change any of the public APIs of lion.
    It however effects you when you have your own extension layer or your own components especially when using directives.
    See the official lit upgrade guide.

    BREAKING Upgrade to ScopedElements version 2

    This version of @open-wc/scoped-elements is now following the Scoped Custom Element Registries and automatically loads a polyfill @webcomponents/scoped-custom-element-registry.

    This means tag names are no longer being rewritten with a hash.

    import { css, LitElement } from 'lit';
    import { ScopedElementsMixin } from '@open-wc/scoped-elements';
    import { MyButton } from './MyButton.js';
    
    export class MyElement extends ScopedElementsMixin(LitElement) {
      static get scopedElements() {
        return {
          'my-button': MyButton,
        };
      }
    
      render() {
        return html`
          <my-button>click me</my-button>
        `;
      }
    }
    
    <!-- before (ScopedElements 1.x) -->
    <my-element>
      #shadow-root
      <my-button-23243424>click me</my-button-23243424>
    </my-element>
    
    <!-- after (ScopedElements 2.x) -->
    <my-element>
      #shadow-root
      <my-button>click me</my-button>
    </my-element>
    

Patch Changes

lion - [email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 0ca86031: Initial release
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

  • e297c2e1: Fire model-value-changed event with isTriggeredByUser: true when clicking the switch-button.
  • Updated dependencies [0ddd38c0]
  • Updated dependencies [0ddd38c0]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 0ddd38c0: member descriptions for editors and api tables

Patch Changes

  • 0ddd38c0: support [focused-visible] when focusable node within matches :focus-visible
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

  • Updated dependencies [0ddd38c0]
  • Updated dependencies [0ddd38c0]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

  • Updated dependencies [0ddd38c0]
  • Updated dependencies [0ddd38c0]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 0ddd38c0: member descriptions for editors and api tables

Patch Changes

  • Updated dependencies [0ddd38c0]
  • Updated dependencies [0ddd38c0]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

  • Updated dependencies [0ddd38c0]
  • Updated dependencies [0ddd38c0]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

  • Updated dependencies [0ddd38c0]
  • Updated dependencies [0ddd38c0]
lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Patch Changes

lion - @lion/[email protected]

Published by github-actions[bot] over 3 years ago

Minor Changes

  • 0ddd38c0: member descriptions for editors and api tables

Patch Changes