@lion/choice-input
Advanced tools
Comparing version 0.5.9 to 0.6.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.6.0](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.5.9...@lion/choice-input@0.6.0) (2020-02-06) | ||
### Features | ||
* flatten modelValue and remove checkedValue ([848ff06](https://github.com/ing-bank/lion/commit/848ff06887c86532e60d33d2db67d1152910d9cb)) | ||
## [0.5.9](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.5.8...@lion/choice-input@0.5.9) (2020-02-06) | ||
@@ -8,0 +19,0 @@ |
@@ -0,1 +1,2 @@ | ||
export { ChoiceGroupMixin } from './src/ChoiceGroupMixin.js'; | ||
export { ChoiceInputMixin } from './src/ChoiceInputMixin.js'; |
{ | ||
"name": "@lion/choice-input", | ||
"version": "0.5.9", | ||
"version": "0.6.0", | ||
"description": "Base for all choise inputs like checkbox/radio", | ||
@@ -36,6 +36,7 @@ "author": "ing-bank", | ||
"@lion/core": "0.4.3", | ||
"@lion/field": "0.8.9" | ||
"@lion/field": "0.9.0" | ||
}, | ||
"devDependencies": { | ||
"@lion/input": "0.5.9", | ||
"@lion/fieldset": "0.7.0", | ||
"@lion/input": "0.5.10", | ||
"@lion/validate": "0.6.6", | ||
@@ -46,3 +47,3 @@ "@open-wc/demoing-storybook": "^1.8.3", | ||
}, | ||
"gitHead": "3995eb839701c7839c001d4f5c09fc48a313e782" | ||
"gitHead": "455923278e3a2e9da58fe71df02105ab3f40021c" | ||
} |
@@ -0,7 +1,6 @@ | ||
import { html } from '@lion/core'; | ||
import { LionInput } from '@lion/input'; | ||
import { Required } from '@lion/validate'; | ||
import { expect, fixture } from '@open-wc/testing'; | ||
import { html } from '@lion/core'; | ||
import sinon from 'sinon'; | ||
import { Required } from '@lion/validate'; | ||
import { LionInput } from '@lion/input'; | ||
import { ChoiceInputMixin } from '../src/ChoiceInputMixin.js'; | ||
@@ -8,0 +7,0 @@ |
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
54151
9
821
6
+ Added@lion/field@0.9.0(transitive)
- Removed@lion/field@0.8.9(transitive)
Updated@lion/field@0.9.0