Skip to content

Releases: ing-bank/lion

[email protected]

17 Sep 07:26
4c077fb
Compare
Choose a tag to compare

Minor Changes

  • 6e0ed97: Add lazifyInstantiation method to singleton-manager. It will help create side-effect-free app setups, avoiding hosisting problems during bundling conflicts and/or long-winded, multi-file setup logic.

@lion/[email protected]

17 Sep 07:26
4c077fb
Compare
Choose a tag to compare

Minor Changes

  • 6e0ed97: Make the manager singletons get instantiated and registered lazily.

Patch Changes

@lion/[email protected]

03 Sep 13:43
b80c6f4
Compare
Choose a tag to compare

Patch Changes

  • 5360c5a: [select-rich] improve rendering by the lit cache function

@lion/[email protected]

25 Aug 09:57
07f7ea6
Compare
Choose a tag to compare

Patch Changes

  • da22fdb: [overlays] allow the popup dialog to close when it is setup by lit cache

@lion/[email protected]

21 Aug 12:12
9ac3fa4
Compare
Choose a tag to compare

Patch Changes

  • f6860c4: exports amount-dropdown types

@lion/[email protected]

13 Aug 12:45
1437fdd
Compare
Choose a tag to compare

Minor Changes

  • 57800c4: adds the lion-input-amount-dropdown component

@lion/[email protected]

08 Aug 13:56
Compare
Choose a tag to compare

Patch Changes

  • 63454c2: add @slot and @customElements meta data for custom-elements manifest
  • 63454c2: cleanup IE11 code in LionButton
  • 713429a: adds configuration options to the success message validation

@lion/[email protected]

29 Jul 17:15
Compare
Choose a tag to compare

Minor Changes

  • fb0813b: [overlays]: don't use hidesOnOutsideEsc in configs, as it disallows nested overlays (a11y concern)
  • da46980: [overlays]: avoid interference of native dialog escape handler and escape handlers defined by OverlayController.
    This is needed until we can configure closedby="none" on the native dialog for all browsers: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dialog#closedby.
    (We release this as a minor change, as we stop propagation of HTMLDialogElement 'cancel' and 'close' events, and some consumers might (ab)use them...)

Patch Changes

  • 9a80ba9: [form-core]: make focusableNode teardown defensive in case the node doesn't exist
  • 9a80ba9: [overlays]: make sure that edge cases where overlays are connected and immediately disconnected, are covered well
  • 4460db7: Fix @open-wc/dedupe-mixin version conflict
  • 57eec5b: fix: make sure helpText and label respond to empty strings
  • f19befe: [combobox] fix preselection in combobox when modelValue present
  • 64b72a0: [form-core] make sure renamed Required validator are identified as such, while remaining compatible with multiple versions
  • 765a1a2: Fixed disabled and readonly attribute handling for lion-combobox

@lion/[email protected]

17 Jul 14:48
226f0cf
Compare
Choose a tag to compare

Minor Changes

  • 9a4a873: Editing negative numbers in LionInputAmount become possible both with '-' and '\u2212'

@lion/[email protected]

07 Jul 07:48
eef0c48
Compare
Choose a tag to compare

Patch Changes

  • 85666d6: feat(input-tel): use first preferred region to set a default region
  • dc5d224: fix(input-tel): use full locale to translate country names in dropdown