chore: release new versions
- @lion/ajax@0.2.4 - @lion/button@0.5.4 - @lion/calendar@0.6.9 - @lion/checkbox-group@0.5.8 - @lion/checkbox@0.3.8 - @lion/choice-input@0.5.8 - @lion/core@0.4.3 - @lion/dialog@0.4.4 - @lion/field@0.8.8 - @lion/fieldset@0.6.8 - @lion/form-system@0.3.15 - @lion/form@0.4.8 - @lion/helpers@0.3.1 - @lion/icon@0.3.3 - @lion/input-amount@0.5.8 - @lion/input-date@0.5.8 - @lion/input-datepicker@0.8.11 - @lion/input-email@0.5.8 - @lion/input-iban@0.5.9 - @lion/input-range@0.2.8 - @lion/input@0.5.8 - @lion/localize@0.8.6 - @lion/option@0.4.8 - @lion/overlays@0.12.0 - @lion/radio-group@0.5.8 - @lion/radio@0.3.8 - @lion/select-rich@0.9.10 - @lion/select@0.5.8 - @lion/steps@0.3.3 - @lion/switch@0.5.10 - @lion/tabs@0.2.3 - @lion/textarea@0.5.9 - @lion/tooltip@0.8.0 - @lion/validate@0.6.6
This commit is contained in:
parent
ce3c02b63b
commit
d67225984c
68 changed files with 451 additions and 155 deletions
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.2.4](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.3...@lion/ajax@0.2.4) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.3](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.2...@lion/ajax@0.2.3) (2020-01-29)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/ajax",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"description": "Thin wrapper around axios to allow for custom interceptors",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@bundled-es-modules/axios": "0.18.1",
|
||||
"@lion/core": "0.4.2"
|
||||
"@lion/core": "0.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.5.4](https://github.com/ing-bank/lion/compare/@lion/button@0.5.3...@lion/button@0.5.4) (2020-02-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **button:** run regexp once instead of every render cycle ([954adc5](https://github.com/ing-bank/lion/commit/954adc56596f2d9244baf48889d6b338b2a12ac4))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.3](https://github.com/ing-bank/lion/compare/@lion/button@0.5.2...@lion/button@0.5.3) (2020-01-30)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/button",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"description": "A button that is easily styleable and accessible in all contexts",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2"
|
||||
"@lion/core": "0.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.6.9](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.8...@lion/calendar@0.6.9) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/calendar
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.8](https://github.com/ing-bank/lion/compare/@lion/calendar@0.6.7...@lion/calendar@0.6.8) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package @lion/calendar
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/calendar",
|
||||
"version": "0.6.8",
|
||||
"version": "0.6.9",
|
||||
"description": "Standalone calendar",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -33,8 +33,8 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/localize": "0.8.5"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/localize": "0.8.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.5.8](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.5.7...@lion/checkbox-group@0.5.8) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/checkbox-group
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.7](https://github.com/ing-bank/lion/compare/@lion/checkbox-group@0.5.6...@lion/checkbox-group@0.5.7) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/checkbox-group
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/checkbox-group",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.8",
|
||||
"description": "A container for multiple checkboxes",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,13 +32,13 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/fieldset": "0.6.7"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/fieldset": "0.6.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/checkbox": "0.3.7",
|
||||
"@lion/localize": "0.8.5",
|
||||
"@lion/validate": "0.6.5",
|
||||
"@lion/checkbox": "0.3.8",
|
||||
"@lion/localize": "0.8.6",
|
||||
"@lion/validate": "0.6.6",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
"@open-wc/testing": "^2.5.0",
|
||||
"sinon": "^7.2.2"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.3.8](https://github.com/ing-bank/lion/compare/@lion/checkbox@0.3.7...@lion/checkbox@0.3.8) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/checkbox
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.7](https://github.com/ing-bank/lion/compare/@lion/checkbox@0.3.6...@lion/checkbox@0.3.7) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/checkbox
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/checkbox",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"description": "A single styleable and accessible checkbox",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,9 +32,9 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/choice-input": "0.5.7",
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/input": "0.5.7"
|
||||
"@lion/choice-input": "0.5.8",
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/input": "0.5.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.5.8](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.5.7...@lion/choice-input@0.5.8) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/choice-input
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.7](https://github.com/ing-bank/lion/compare/@lion/choice-input@0.5.6...@lion/choice-input@0.5.7) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/choice-input
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/choice-input",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.8",
|
||||
"description": "Base for all choise inputs like checkbox/radio",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,12 +32,12 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/input": "0.5.7",
|
||||
"@lion/validate": "0.6.5",
|
||||
"@lion/input": "0.5.8",
|
||||
"@lion/validate": "0.6.6",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
"@open-wc/testing": "^2.5.0",
|
||||
"sinon": "^7.2.2"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,18 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.4.3](https://github.com/ing-bank/lion/compare/@lion/core@0.4.2...@lion/core@0.4.3) (2020-02-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **button:** run regexp once instead of every render cycle ([954adc5](https://github.com/ing-bank/lion/commit/954adc56596f2d9244baf48889d6b338b2a12ac4))
|
||||
* **core:** change the version of lit-element to latest ^2.2.1 ([2e5d8c7](https://github.com/ing-bank/lion/commit/2e5d8c740b6b289492317508fbbe5c684ba508d8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/core@0.4.1...@lion/core@0.4.2) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/core
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/core",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"description": "Core functionality that is shared across all Lion Web Components",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.4.4](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.3...@lion/dialog@0.4.4) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.3](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.2...@lion/dialog@0.4.3) (2020-01-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.4",
|
||||
"description": "Show relative overlay content on click, as a webcomponent",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -30,8 +30,8 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/overlays": "0.11.3"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/overlays": "0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.8](https://github.com/ing-bank/lion/compare/@lion/field@0.8.7...@lion/field@0.8.8) (2020-02-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **button:** run regexp once instead of every render cycle ([954adc5](https://github.com/ing-bank/lion/commit/954adc56596f2d9244baf48889d6b338b2a12ac4))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.7](https://github.com/ing-bank/lion/compare/@lion/field@0.8.6...@lion/field@0.8.7) (2020-02-05)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/field",
|
||||
"version": "0.8.7",
|
||||
"version": "0.8.8",
|
||||
"description": "Fields are the most fundamental building block of the Form System",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -33,11 +33,11 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/validate": "0.6.5"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/validate": "0.6.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/localize": "0.8.5",
|
||||
"@lion/localize": "0.8.6",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
"@open-wc/testing": "^2.5.0",
|
||||
"sinon": "^7.2.2"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.6.8](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.6.7...@lion/fieldset@0.6.8) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/fieldset
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.7](https://github.com/ing-bank/lion/compare/@lion/fieldset@0.6.6...@lion/fieldset@0.6.7) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/fieldset
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/fieldset",
|
||||
"version": "0.6.7",
|
||||
"version": "0.6.8",
|
||||
"description": "Allows to groups multiple input fields or other fieldsets together",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,12 +32,12 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7",
|
||||
"@lion/validate": "0.6.5"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8",
|
||||
"@lion/validate": "0.6.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/localize": "0.8.5",
|
||||
"@lion/localize": "0.8.6",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
"@open-wc/testing": "^2.5.0",
|
||||
"sinon": "^7.2.2"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.3.15](https://github.com/ing-bank/lion/compare/@lion/form-system@0.3.14...@lion/form-system@0.3.15) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.14](https://github.com/ing-bank/lion/compare/@lion/form-system@0.3.13...@lion/form-system@0.3.14) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-system",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -33,25 +33,25 @@
|
|||
"*.js"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@lion/checkbox": "0.3.7",
|
||||
"@lion/checkbox-group": "0.5.7",
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7",
|
||||
"@lion/fieldset": "0.6.7",
|
||||
"@lion/form": "0.4.7",
|
||||
"@lion/input": "0.5.7",
|
||||
"@lion/input-amount": "0.5.7",
|
||||
"@lion/input-date": "0.5.7",
|
||||
"@lion/input-email": "0.5.7",
|
||||
"@lion/input-iban": "0.5.8",
|
||||
"@lion/input-range": "0.2.7",
|
||||
"@lion/localize": "0.8.5",
|
||||
"@lion/radio": "0.3.7",
|
||||
"@lion/radio-group": "0.5.7",
|
||||
"@lion/select": "0.5.7",
|
||||
"@lion/select-rich": "0.9.9",
|
||||
"@lion/textarea": "0.5.8",
|
||||
"@lion/validate": "0.6.5",
|
||||
"@lion/checkbox": "0.3.8",
|
||||
"@lion/checkbox-group": "0.5.8",
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8",
|
||||
"@lion/fieldset": "0.6.8",
|
||||
"@lion/form": "0.4.8",
|
||||
"@lion/input": "0.5.8",
|
||||
"@lion/input-amount": "0.5.8",
|
||||
"@lion/input-date": "0.5.8",
|
||||
"@lion/input-email": "0.5.8",
|
||||
"@lion/input-iban": "0.5.9",
|
||||
"@lion/input-range": "0.2.8",
|
||||
"@lion/localize": "0.8.6",
|
||||
"@lion/radio": "0.3.8",
|
||||
"@lion/radio-group": "0.5.8",
|
||||
"@lion/select": "0.5.8",
|
||||
"@lion/select-rich": "0.9.10",
|
||||
"@lion/textarea": "0.5.9",
|
||||
"@lion/validate": "0.6.6",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
"@open-wc/testing": "^2.5.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.4.8](https://github.com/ing-bank/lion/compare/@lion/form@0.4.7...@lion/form@0.4.8) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/form
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.7](https://github.com/ing-bank/lion/compare/@lion/form@0.4.6...@lion/form@0.4.7) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/form
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form",
|
||||
"version": "0.4.7",
|
||||
"version": "0.4.8",
|
||||
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,12 +32,12 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/fieldset": "0.6.7"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/fieldset": "0.6.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/field": "0.8.7",
|
||||
"@lion/validate": "0.6.5",
|
||||
"@lion/field": "0.8.8",
|
||||
"@lion/validate": "0.6.6",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
"@open-wc/testing": "^2.5.0",
|
||||
"sinon": "^7.2.2"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/helpers@0.3.0...@lion/helpers@0.3.1) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/helpers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.3.0](https://github.com/ing-bank/lion/compare/@lion/helpers@0.2.2...@lion/helpers@0.3.0) (2020-01-21)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/helpers",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"description": "Helpers that are used throughout lion and can be used outside",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2"
|
||||
"@lion/core": "0.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.3.3](https://github.com/ing-bank/lion/compare/@lion/icon@0.3.2...@lion/icon@0.3.3) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.2](https://github.com/ing-bank/lion/compare/@lion/icon@0.3.1...@lion/icon@0.3.2) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/icon",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"description": "A web component easily displaying svg icons",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2"
|
||||
"@lion/core": "0.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.5.8](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.5.7...@lion/input-amount@0.5.8) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-amount
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.7](https://github.com/ing-bank/lion/compare/@lion/input-amount@0.5.6...@lion/input-amount@0.5.7) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-amount
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-amount",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.8",
|
||||
"description": "Provide a way for users to fill in an amount",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,11 +32,11 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7",
|
||||
"@lion/input": "0.5.7",
|
||||
"@lion/localize": "0.8.5",
|
||||
"@lion/validate": "0.6.5"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8",
|
||||
"@lion/input": "0.5.8",
|
||||
"@lion/localize": "0.8.6",
|
||||
"@lion/validate": "0.6.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.5.8](https://github.com/ing-bank/lion/compare/@lion/input-date@0.5.7...@lion/input-date@0.5.8) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-date
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.7](https://github.com/ing-bank/lion/compare/@lion/input-date@0.5.6...@lion/input-date@0.5.7) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-date
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-date",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.8",
|
||||
"description": "Provide a way for users to fill in a date",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,11 +32,11 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7",
|
||||
"@lion/input": "0.5.7",
|
||||
"@lion/localize": "0.8.5",
|
||||
"@lion/validate": "0.6.5"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8",
|
||||
"@lion/input": "0.5.8",
|
||||
"@lion/localize": "0.8.6",
|
||||
"@lion/validate": "0.6.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.11](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.10...@lion/input-datepicker@0.8.11) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.10](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.8.9...@lion/input-datepicker@0.8.10) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.8.10",
|
||||
"version": "0.8.11",
|
||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,13 +36,13 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/calendar": "0.6.8",
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7",
|
||||
"@lion/input-date": "0.5.7",
|
||||
"@lion/localize": "0.8.5",
|
||||
"@lion/overlays": "0.11.3",
|
||||
"@lion/validate": "0.6.5"
|
||||
"@lion/calendar": "0.6.9",
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8",
|
||||
"@lion/input-date": "0.5.8",
|
||||
"@lion/localize": "0.8.6",
|
||||
"@lion/overlays": "0.12.0",
|
||||
"@lion/validate": "0.6.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.5.8](https://github.com/ing-bank/lion/compare/@lion/input-email@0.5.7...@lion/input-email@0.5.8) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-email
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.7](https://github.com/ing-bank/lion/compare/@lion/input-email@0.5.6...@lion/input-email@0.5.7) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-email
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-email",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.8",
|
||||
"description": "Provide a way for users to fill in an email",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,11 +32,11 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7",
|
||||
"@lion/input": "0.5.7",
|
||||
"@lion/localize": "0.8.5",
|
||||
"@lion/validate": "0.6.5"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8",
|
||||
"@lion/input": "0.5.8",
|
||||
"@lion/localize": "0.8.6",
|
||||
"@lion/validate": "0.6.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.5.9](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.5.8...@lion/input-iban@0.5.9) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-iban
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.8](https://github.com/ing-bank/lion/compare/@lion/input-iban@0.5.7...@lion/input-iban@0.5.8) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-iban
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-iban",
|
||||
"version": "0.5.8",
|
||||
"version": "0.5.9",
|
||||
"description": "Provide a way for users to fill in an iban",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,11 +32,11 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7",
|
||||
"@lion/input": "0.5.7",
|
||||
"@lion/localize": "0.8.5",
|
||||
"@lion/validate": "0.6.5",
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8",
|
||||
"@lion/input": "0.5.8",
|
||||
"@lion/localize": "0.8.6",
|
||||
"@lion/validate": "0.6.6",
|
||||
"ibantools": "^2.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.2.8](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.7...@lion/input-range@0.2.8) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.7](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.6...@lion/input-range@0.2.7) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-range",
|
||||
"version": "0.2.7",
|
||||
"version": "0.2.8",
|
||||
"description": "Provide a way for users to select one value from a range of values",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -31,10 +31,10 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7",
|
||||
"@lion/input": "0.5.7",
|
||||
"@lion/localize": "0.8.5"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8",
|
||||
"@lion/input": "0.5.8",
|
||||
"@lion/localize": "0.8.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.5.8](https://github.com/ing-bank/lion/compare/@lion/input@0.5.7...@lion/input@0.5.8) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/input
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.7](https://github.com/ing-bank/lion/compare/@lion/input@0.5.6...@lion/input@0.5.7) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/input
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.8",
|
||||
"description": "It enhances the functionality of the native `<input>` element",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,12 +32,12 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/localize": "0.8.5",
|
||||
"@lion/validate": "0.6.5",
|
||||
"@lion/localize": "0.8.6",
|
||||
"@lion/validate": "0.6.6",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
"@open-wc/testing": "^2.5.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.8.6](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.5...@lion/localize@0.8.6) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.5](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.4...@lion/localize@0.8.5) (2020-02-03)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/localize",
|
||||
"version": "0.8.5",
|
||||
"version": "0.8.6",
|
||||
"description": "The localization system helps to manage localization data split into locales and automate its loading",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@bundled-es-modules/message-format": "6.0.4",
|
||||
"@lion/core": "0.4.2"
|
||||
"@lion/core": "0.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bundled-es-modules/fetch-mock": "^6.5.2",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.4.8](https://github.com/ing-bank/lion/compare/@lion/option@0.4.7...@lion/option@0.4.8) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/option
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.7](https://github.com/ing-bank/lion/compare/@lion/option@0.4.6...@lion/option@0.4.7) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/option
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/option",
|
||||
"version": "0.4.7",
|
||||
"version": "0.4.8",
|
||||
"description": "Allows to provide options for a rich select",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,9 +32,9 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/choice-input": "0.5.7",
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7"
|
||||
"@lion/choice-input": "0.5.8",
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.12.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.11.3...@lion/overlays@0.12.0) (2020-02-06)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlay:** add hide on outside esc handler ([c0ed437](https://github.com/ing-bank/lion/commit/c0ed437e8fed618c47fe90feca7969fde934b9eb))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.11.3](https://github.com/ing-bank/lion/compare/@lion/overlays@0.11.2...@lion/overlays@0.11.3) (2020-01-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.11.3",
|
||||
"version": "0.12.0",
|
||||
"description": "Overlays System using lit-html for rendering",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/core": "0.4.3",
|
||||
"popper.js": "^1.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.5.8](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.5.7...@lion/radio-group@0.5.8) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/radio-group
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.7](https://github.com/ing-bank/lion/compare/@lion/radio-group@0.5.6...@lion/radio-group@0.5.7) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/radio-group
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/radio-group",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.8",
|
||||
"description": "Manage a group of choices",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,12 +32,12 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/fieldset": "0.6.7"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/fieldset": "0.6.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/radio": "0.3.7",
|
||||
"@lion/validate": "0.6.5",
|
||||
"@lion/radio": "0.3.8",
|
||||
"@lion/validate": "0.6.6",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
"@open-wc/testing": "^2.5.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.3.8](https://github.com/ing-bank/lion/compare/@lion/radio@0.3.7...@lion/radio@0.3.8) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/radio
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.7](https://github.com/ing-bank/lion/compare/@lion/radio@0.3.6...@lion/radio@0.3.7) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/radio
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/radio",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"description": "Provide a way for users to check a single option amongst a set of choices",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,9 +32,9 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/choice-input": "0.5.7",
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/input": "0.5.7"
|
||||
"@lion/choice-input": "0.5.8",
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/input": "0.5.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.9.10](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.9.9...@lion/select-rich@0.9.10) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.9.9](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.9.8...@lion/select-rich@0.9.9) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.9.9",
|
||||
"version": "0.9.10",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -36,15 +36,15 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/button": "0.5.3",
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7",
|
||||
"@lion/option": "0.4.7",
|
||||
"@lion/overlays": "0.11.3",
|
||||
"@lion/validate": "0.6.5"
|
||||
"@lion/button": "0.5.4",
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8",
|
||||
"@lion/option": "0.4.8",
|
||||
"@lion/overlays": "0.12.0",
|
||||
"@lion/validate": "0.6.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/form": "0.4.7",
|
||||
"@lion/form": "0.4.8",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
"@open-wc/testing": "^2.5.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.5.8](https://github.com/ing-bank/lion/compare/@lion/select@0.5.7...@lion/select@0.5.8) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/select
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.7](https://github.com/ing-bank/lion/compare/@lion/select@0.5.6...@lion/select@0.5.7) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/select
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select",
|
||||
"version": "0.5.7",
|
||||
"version": "0.5.8",
|
||||
"description": "Provide a set of options where you can select one",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,11 +32,11 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate": "0.6.5",
|
||||
"@lion/validate": "0.6.6",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
"@open-wc/testing": "^2.5.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.3.3](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.2...@lion/steps@0.3.3) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.2](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.1...@lion/steps@0.3.2) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/steps",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"description": "Breaks a single goal down into dependable sub-tasks.",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2"
|
||||
"@lion/core": "0.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.5.10](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.9...@lion/switch@0.5.10) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.9](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.8...@lion/switch@0.5.9) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/switch",
|
||||
"version": "0.5.9",
|
||||
"version": "0.5.10",
|
||||
"description": "A Switch is used for switching a property or feature on and off",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,13 +32,13 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/choice-input": "0.5.7",
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7"
|
||||
"@lion/choice-input": "0.5.8",
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/localize": "0.8.5",
|
||||
"@lion/validate": "0.6.5",
|
||||
"@lion/localize": "0.8.6",
|
||||
"@lion/validate": "0.6.6",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
"@open-wc/testing": "^2.5.0",
|
||||
"sinon": "^7.2.2"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.2.3](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.2...@lion/tabs@0.2.3) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/tabs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.2](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.1...@lion/tabs@0.2.2) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/tabs
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tabs",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"description": "Allows users to quickly move between a small number of equally important views.",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2"
|
||||
"@lion/core": "0.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.5.9](https://github.com/ing-bank/lion/compare/@lion/textarea@0.5.8...@lion/textarea@0.5.9) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/textarea
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.8](https://github.com/ing-bank/lion/compare/@lion/textarea@0.5.7...@lion/textarea@0.5.8) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/textarea
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/textarea",
|
||||
"version": "0.5.8",
|
||||
"version": "0.5.9",
|
||||
"description": "Provide a way for users to write text that is multiple lines long",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,12 +32,12 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/field": "0.8.7",
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/field": "0.8.8",
|
||||
"autosize": "4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate": "0.6.5",
|
||||
"@lion/validate": "0.6.6",
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
"@open-wc/testing": "^2.5.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,22 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.8.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.7.3...@lion/tooltip@0.8.0) (2020-02-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **tooltip:** remove dependency on lion-button ([8889413](https://github.com/ing-bank/lion/commit/8889413ca43a3eb224964bd44dc82b7eab53039e))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlay:** add hide on outside esc handler ([c0ed437](https://github.com/ing-bank/lion/commit/c0ed437e8fed618c47fe90feca7969fde934b9eb))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.3](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.7.2...@lion/tooltip@0.7.3) (2020-01-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.7.3",
|
||||
"version": "0.8.0",
|
||||
"description": "Show relative overlay content on hover",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -32,8 +32,8 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/overlays": "0.11.3"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/overlays": "0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.6.6](https://github.com/ing-bank/lion/compare/@lion/validate@0.6.5...@lion/validate@0.6.6) (2020-02-06)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **validator:** throw error if getMessage not of type Function ([ce3c02b](https://github.com/ing-bank/lion/commit/ce3c02b63bf8bc807946457c1a9289b8b57b5ee2))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.5](https://github.com/ing-bank/lion/compare/@lion/validate@0.6.4...@lion/validate@0.6.5) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package @lion/validate
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/validate",
|
||||
"version": "0.6.5",
|
||||
"version": "0.6.6",
|
||||
"description": "Validate your form elements",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -34,8 +34,8 @@
|
|||
"*.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.4.2",
|
||||
"@lion/localize": "0.8.5"
|
||||
"@lion/core": "0.4.3",
|
||||
"@lion/localize": "0.8.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-wc/demoing-storybook": "^1.8.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue