Version Packages
This commit is contained in:
parent
64b72a049e
commit
a12baddc37
11 changed files with 20 additions and 48 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[form-core]: make focusableNode teardown defensive in case the node doesn't exist
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[overlays]: make sure that edge cases where overlays are connected and immediately disconnected, are covered well
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix @open-wc/dedupe-mixin version conflict
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
[overlays]: don't use hidesOnOutsideEsc in configs, as it disallows nested overlays (a11y concern)
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix: make sure helpText and label respond to empty strings
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[combobox] fix preselection in combobox when modelValue present
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
[form-core] make sure renamed Required validator are identified as such, while remaining compatible with multiple versions
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed disabled and readonly attribute handling for lion-combobox
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ui': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
[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...)
|
|
||||||
|
|
@ -1,5 +1,24 @@
|
||||||
# @lion/ui
|
# @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 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
|
||||||
|
|
||||||
## 0.12.0
|
## 0.12.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/ui",
|
"name": "@lion/ui",
|
||||||
"version": "0.12.0",
|
"version": "0.13.0",
|
||||||
"description": "A package of extendable web components",
|
"description": "A package of extendable web components",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue