Skip to content

Releases: ing-bank/lion

@lion/[email protected]

15 Mar 15:01
6f2b6f9
Compare
Choose a tag to compare

Minor Changes

  • f3e54c5: Publish documentation with a format for Rocket

@lion/[email protected]

15 Mar 15:01
6f2b6f9
Compare
Choose a tag to compare

Minor Changes

  • f3e54c5: Publish documentation with a format for Rocket
  • 5db622e: BREAKING: Align exports fields. This means no more wildcards, meaning you always import with bare import specifiers, extensionless. Import components where customElements.define side effect is executed by importing from '@lion/package/define'. For multi-component packages this defines all components (e.g. radio-group + radio). If you want to only import a single one, do '@lion/radio-group/define-radio' for example for just lion-radio.

Patch Changes

@lion/[email protected]

11 Mar 17:50
9371bfa
Compare
Choose a tag to compare

Patch Changes

@lion/[email protected]

11 Mar 17:50
9371bfa
Compare
Choose a tag to compare

Patch Changes

@lion/[email protected]

11 Mar 17:50
9371bfa
Compare
Choose a tag to compare

Patch Changes

  • dbacafa: Type static get properties as {any} since the real class fields are typed separately and lit properties are just "configuring". Remove expect error.
  • Updated dependencies [dbacafa]

@lion/[email protected]

11 Mar 17:50
9371bfa
Compare
Choose a tag to compare

Patch Changes

@lion/[email protected]

11 Mar 17:50
9371bfa
Compare
Choose a tag to compare

Patch Changes

@lion/[email protected]

11 Mar 17:50
9371bfa
Compare
Choose a tag to compare

Patch Changes

@lion/[email protected]

11 Mar 17:50
9371bfa
Compare
Choose a tag to compare

Patch Changes

@lion/[email protected]

11 Mar 17:50
9371bfa
Compare
Choose a tag to compare

Patch Changes

  • 2e8e547: Prevent error throw for body margin auto on overlay hide/show.