Releases: ing-bank/lion
Releases · ing-bank/lion
providence-analytics@0.19.1
Patch Changes
- f7e73f8: enhance getSourceCodeFragmentOfDeclaration api
@lion/ui@0.15.1
Patch Changes
- f8dda40: [listbox] fix rendering for lazy slottables
singleton-manager@1.8.0
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/ui@0.15.0
@lion/ui@0.14.3
Patch Changes
- 5360c5a: [select-rich] improve rendering by the
lit
cache
function
@lion/ui@0.14.2
Patch Changes
- da22fdb: [overlays] allow the popup dialog to close when it is setup by
lit
cache
@lion/ui@0.14.1
Patch Changes
- f6860c4: exports amount-dropdown types
@lion/ui@0.14.0
Minor Changes
- 57800c4: adds the lion-input-amount-dropdown component
@lion/ui@0.13.1
@lion/ui@0.13.0
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 configureclosedby="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