@lion/choice-input
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.7.0...@lion/choice-input@0.7.1) (2020-02-26) | ||
**Note:** Version bump only for package @lion/choice-input | ||
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.6.2...@lion/choice-input@0.7.0) (2020-02-20) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@lion/choice-input", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Base for all choise inputs like checkbox/radio", | ||
@@ -38,8 +38,8 @@ "author": "ing-bank", | ||
"@lion/core": "0.4.4", | ||
"@lion/field": "0.10.0" | ||
"@lion/field": "0.10.1" | ||
}, | ||
"devDependencies": { | ||
"@lion/fieldset": "0.8.0", | ||
"@lion/input": "0.5.13", | ||
"@lion/validate": "0.6.7", | ||
"@lion/fieldset": "0.8.1", | ||
"@lion/input": "0.5.14", | ||
"@lion/validate": "0.6.8", | ||
"@open-wc/demoing-storybook": "^1.10.4", | ||
@@ -49,3 +49,3 @@ "@open-wc/testing": "^2.5.0", | ||
}, | ||
"gitHead": "a5afaaeb272d9eb4c1f40ab6c742b25a86d3c422" | ||
"gitHead": "8e5cc9c14ac6706efad917cea7af548aed371e7f" | ||
} |
@@ -26,5 +26,2 @@ import { dedupeMixin } from '@lion/core'; | ||
if (this.multipleChoice) { | ||
// TODO: holds for both modelValue and serializedValue of choiceInput: | ||
// consider only allowing strings as values, in which case 'el.value' would suffice | ||
// and choice-input could be simplified | ||
return elems.map(el => el.modelValue.value); | ||
@@ -83,4 +80,2 @@ } | ||
this._throwWhenInvalidChildModelValue(child); | ||
// TODO: nice to have or does it have a function (since names are meant as keys for | ||
// formElements)? | ||
this.__delegateNameAttribute(child); | ||
@@ -87,0 +82,0 @@ super.addFormElement(child, indexToInsertAt); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57124
861
+ Added@lion/field@0.10.1(transitive)
+ Added@lion/localize@0.8.8(transitive)
+ Added@lion/validate@0.6.8(transitive)
- Removed@lion/field@0.10.0(transitive)
- Removed@lion/localize@0.8.7(transitive)
- Removed@lion/validate@0.6.7(transitive)
Updated@lion/field@0.10.1