Releases: ing-bank/lion
Releases · ing-bank/lion
@lion/[email protected]
Minor Changes
- f3e54c5: Publish documentation with a format for Rocket
@lion/[email protected]
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
- Updated dependencies [f3e54c5]
- Updated dependencies [5db622e]
- @lion/[email protected]
@lion/[email protected]
Patch Changes
- Updated dependencies [dbacafa]
- @lion/[email protected]
@lion/[email protected]
Patch Changes
- Updated dependencies [2e8e547]
- @lion/[email protected]
@lion/[email protected]
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]
@lion/[email protected]
Patch Changes
- Updated dependencies [dbacafa]
- @lion/[email protected]
@lion/[email protected]
Patch Changes
- Updated dependencies [dbacafa]
- @lion/[email protected]
@lion/[email protected]
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 [2e8e547]
- Updated dependencies [dbacafa]
- @lion/[email protected]
- @lion/[email protected]
- @lion/[email protected]
@lion/[email protected]
Patch Changes
- Updated dependencies [dbacafa]
- @lion/[email protected]
- @lion/[email protected]
@lion/[email protected]
Patch Changes
- 2e8e547: Prevent error throw for body margin auto on overlay hide/show.