Skip to content

Releases: ing-bank/lion

@lion/[email protected]

02 Dec 10:02
b7d7ffa

Choose a tag to compare

Patch Changes

  • 4154801: [validation-message] remove the letter T from IsDateDisabled in Italian message

  • 579e42b: fix(LionInputStepper): improve handling of decimal step values and alignment closes #2615

  • 45af9dc: feat(LionInputStepper): implement self-destructing output content for value display

    1. from
      ${this.valueText}
      to <output class="input-steppervalue" for="..">${this.__valueText}
    2. remove the _onEnterButton() and _onLeaveButton() logic.
  • 9105f50: fix(ValidateMixin): no dispatch validators on readOnly form items

  • 37b24e5: [form-core] improve validation feedback message for screen readers to make it one sentence.

  • b64f520: [lion-input-stepper]: add component label to aria-label of increase and decrease buttons

  • ef0af0e: fix(pagination): remove unnecessary ellipsis when count equals visiblePages + 1

    Fixed issue where LionPagination component incorrectly displayed ellipsis when the total page count was exactly one more than the visible pages setting (e.g., showing [1, 2, 3, 4, 5, '...', 6] instead of [1, 2, 3, 4, 5, 6] when visiblePages=5 and count=6).

@lion/[email protected]

30 Oct 12:40
014a136

Choose a tag to compare

Patch Changes

  • e6a8fa7: [input-amount-dropdown] add translations
  • abcc6fd: fix hidesOnEsc for nested overlays

[email protected]

20 Oct 20:21
b74d312

Choose a tag to compare

Patch Changes

  • f7e73f8: enhance getSourceCodeFragmentOfDeclaration api

@lion/[email protected]

08 Oct 06:52
bfc0ad1

Choose a tag to compare

Patch Changes

  • f8dda40: [listbox] fix rendering for lazy slottables

[email protected]

17 Sep 07:26
4c077fb

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

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

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

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

Choose a tag to compare

Patch Changes

  • f6860c4: exports amount-dropdown types

@lion/[email protected]

13 Aug 12:45
1437fdd

Choose a tag to compare

Minor Changes

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