Version Packages
This commit is contained in:
parent
a94fa77b62
commit
8e23c05e23
18 changed files with 74 additions and 27 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/checkbox-group': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
recover possibility to registrer without []
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/overlays': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
only focus elements after hide when OverlayController has ownership
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.16.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- b77a038d: recover possibility to registrer without []
|
||||||
|
|
||||||
## 0.16.0
|
## 0.16.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/checkbox-group",
|
"name": "@lion/checkbox-group",
|
||||||
"version": "0.16.0",
|
"version": "0.16.1",
|
||||||
"description": "A container for multiple checkboxes",
|
"description": "A container for multiple checkboxes",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.5.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [f2d9b8e2]
|
||||||
|
- @lion/overlays@0.26.1
|
||||||
|
|
||||||
## 0.5.0
|
## 0.5.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/combobox",
|
"name": "@lion/combobox",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"description": "A widget made up of a single-line textbox and an associated pop-up listbox element",
|
"description": "A widget made up of a single-line textbox and an associated pop-up listbox element",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
"@lion/core": "0.16.0",
|
"@lion/core": "0.16.0",
|
||||||
"@lion/form-core": "0.11.0",
|
"@lion/form-core": "0.11.0",
|
||||||
"@lion/listbox": "0.7.0",
|
"@lion/listbox": "0.7.0",
|
||||||
"@lion/overlays": "0.26.0"
|
"@lion/overlays": "0.26.1"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"combobox",
|
"combobox",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.11.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [f2d9b8e2]
|
||||||
|
- @lion/overlays@0.26.1
|
||||||
|
|
||||||
## 0.11.3
|
## 0.11.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/dialog",
|
"name": "@lion/dialog",
|
||||||
"version": "0.11.3",
|
"version": "0.11.4",
|
||||||
"description": "Show relative overlay content on click, as a webcomponent",
|
"description": "Show relative overlay content on click, as a webcomponent",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.16.0",
|
"@lion/core": "0.16.0",
|
||||||
"@lion/overlays": "0.26.0"
|
"@lion/overlays": "0.26.1"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"dialog",
|
"dialog",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,15 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.6.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [b77a038d]
|
||||||
|
- @lion/checkbox-group@0.16.1
|
||||||
|
- @lion/combobox@0.5.1
|
||||||
|
- @lion/input-datepicker@0.21.1
|
||||||
|
- @lion/select-rich@0.24.1
|
||||||
|
|
||||||
## 0.6.0
|
## 0.6.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form-integrations",
|
"name": "@lion/form-integrations",
|
||||||
"version": "0.6.0",
|
"version": "0.6.1",
|
||||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -33,8 +33,8 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/button": "0.11.0",
|
"@lion/button": "0.11.0",
|
||||||
"@lion/checkbox-group": "0.16.0",
|
"@lion/checkbox-group": "0.16.1",
|
||||||
"@lion/combobox": "0.5.0",
|
"@lion/combobox": "0.5.1",
|
||||||
"@lion/core": "0.16.0",
|
"@lion/core": "0.16.0",
|
||||||
"@lion/fieldset": "0.18.0",
|
"@lion/fieldset": "0.18.0",
|
||||||
"@lion/form": "0.10.0",
|
"@lion/form": "0.10.0",
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
"@lion/input": "0.13.0",
|
"@lion/input": "0.13.0",
|
||||||
"@lion/input-amount": "0.12.0",
|
"@lion/input-amount": "0.12.0",
|
||||||
"@lion/input-date": "0.11.0",
|
"@lion/input-date": "0.11.0",
|
||||||
"@lion/input-datepicker": "0.21.0",
|
"@lion/input-datepicker": "0.21.1",
|
||||||
"@lion/input-email": "0.12.0",
|
"@lion/input-email": "0.12.0",
|
||||||
"@lion/input-iban": "0.14.0",
|
"@lion/input-iban": "0.14.0",
|
||||||
"@lion/input-range": "0.8.0",
|
"@lion/input-range": "0.8.0",
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
"@lion/localize": "0.18.0",
|
"@lion/localize": "0.18.0",
|
||||||
"@lion/radio-group": "0.15.0",
|
"@lion/radio-group": "0.15.0",
|
||||||
"@lion/select": "0.11.0",
|
"@lion/select": "0.11.0",
|
||||||
"@lion/select-rich": "0.24.0",
|
"@lion/select-rich": "0.24.1",
|
||||||
"@lion/switch": "0.15.0",
|
"@lion/switch": "0.15.0",
|
||||||
"@lion/textarea": "0.11.0",
|
"@lion/textarea": "0.11.0",
|
||||||
"@lion/validate-messages": "0.5.4"
|
"@lion/validate-messages": "0.5.4"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.21.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [f2d9b8e2]
|
||||||
|
- @lion/overlays@0.26.1
|
||||||
|
|
||||||
## 0.21.0
|
## 0.21.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-datepicker",
|
"name": "@lion/input-datepicker",
|
||||||
"version": "0.21.0",
|
"version": "0.21.1",
|
||||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
"@lion/form-core": "0.11.0",
|
"@lion/form-core": "0.11.0",
|
||||||
"@lion/input-date": "0.11.0",
|
"@lion/input-date": "0.11.0",
|
||||||
"@lion/localize": "0.18.0",
|
"@lion/localize": "0.18.0",
|
||||||
"@lion/overlays": "0.26.0",
|
"@lion/overlays": "0.26.1",
|
||||||
"@lion/validate-messages": "0.5.4"
|
"@lion/validate-messages": "0.5.4"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.26.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- f2d9b8e2: only focus elements after hide when OverlayController has ownership
|
||||||
|
|
||||||
## 0.26.0
|
## 0.26.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/overlays",
|
"name": "@lion/overlays",
|
||||||
"version": "0.26.0",
|
"version": "0.26.1",
|
||||||
"description": "Overlays System using lit-html for rendering",
|
"description": "Overlays System using lit-html for rendering",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.24.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [f2d9b8e2]
|
||||||
|
- @lion/overlays@0.26.1
|
||||||
|
|
||||||
## 0.24.0
|
## 0.24.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/select-rich",
|
"name": "@lion/select-rich",
|
||||||
"version": "0.24.0",
|
"version": "0.24.1",
|
||||||
"description": "Provides a select with options that can contain html",
|
"description": "Provides a select with options that can contain html",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
"@lion/core": "0.16.0",
|
"@lion/core": "0.16.0",
|
||||||
"@lion/form-core": "0.11.0",
|
"@lion/form-core": "0.11.0",
|
||||||
"@lion/listbox": "0.7.0",
|
"@lion/listbox": "0.7.0",
|
||||||
"@lion/overlays": "0.26.0"
|
"@lion/overlays": "0.26.1"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"field",
|
"field",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.19.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [f2d9b8e2]
|
||||||
|
- @lion/overlays@0.26.1
|
||||||
|
|
||||||
## 0.19.0
|
## 0.19.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/tooltip",
|
"name": "@lion/tooltip",
|
||||||
"version": "0.19.0",
|
"version": "0.19.1",
|
||||||
"description": "Show relative overlay content on hover",
|
"description": "Show relative overlay content on hover",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.16.0",
|
"@lion/core": "0.16.0",
|
||||||
"@lion/overlays": "0.26.0"
|
"@lion/overlays": "0.26.1"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"lion",
|
"lion",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue