Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 15:01
· 1178 commits to master since this release
6f2b6f9

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