chore: release new versions
- @lion/dialog@0.5.0 - @lion/form-system@0.7.13 - @lion/input-datepicker@0.12.0 - @lion/overlays@0.14.0 - @lion/select-rich@0.16.0 - @lion/tabs@0.2.10 - @lion/tooltip@0.9.0
This commit is contained in:
parent
16782f4cb9
commit
612ad1f19f
14 changed files with 117 additions and 13 deletions
|
|
@ -3,6 +3,23 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.18...@lion/dialog@0.5.0) (2020-05-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** local backdrop outlet ([e19a0f4](https://github.com/ing-bank/lion/commit/e19a0f483c65a8a758da78b86e3723e9270e5bd3))
|
||||
* **overlays:** setup/teardown fixes + perf improvements OverlayMixin ([8a6bef8](https://github.com/ing-bank/lion/commit/8a6bef8142d252cde7dd66067ca87acfffb2b9f6))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** enhance content projection for styling purposes ([f33ea6b](https://github.com/ing-bank/lion/commit/f33ea6b0b0dca88d006762ec5110e5845a73d219))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.18](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.17...@lion/dialog@0.4.18) (2020-05-06)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.4.18",
|
||||
"version": "0.5.0",
|
||||
"description": "Show relative overlay content on click, as a webcomponent",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -33,6 +33,6 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.5.2",
|
||||
"@lion/overlays": "0.13.3"
|
||||
"@lion/overlays": "0.14.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.7.13](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.12...@lion/form-system@0.7.13) (2020-05-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.12](https://github.com/ing-bank/lion/compare/@lion/form-system@0.7.11...@lion/form-system@0.7.12) (2020-05-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-system
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-system",
|
||||
"version": "0.7.12",
|
||||
"version": "0.7.13",
|
||||
"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/",
|
||||
|
|
@ -42,14 +42,14 @@
|
|||
"@lion/input": "0.5.22",
|
||||
"@lion/input-amount": "0.5.23",
|
||||
"@lion/input-date": "0.5.23",
|
||||
"@lion/input-datepicker": "0.11.7",
|
||||
"@lion/input-datepicker": "0.12.0",
|
||||
"@lion/input-email": "0.6.7",
|
||||
"@lion/input-iban": "0.7.2",
|
||||
"@lion/input-range": "0.2.23",
|
||||
"@lion/localize": "0.9.2",
|
||||
"@lion/radio-group": "0.8.8",
|
||||
"@lion/select": "0.5.22",
|
||||
"@lion/select-rich": "0.15.4",
|
||||
"@lion/select-rich": "0.16.0",
|
||||
"@lion/textarea": "0.5.23",
|
||||
"@lion/validate": "0.9.2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.12.0](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.7...@lion/input-datepicker@0.12.0) (2020-05-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** local backdrop outlet ([e19a0f4](https://github.com/ing-bank/lion/commit/e19a0f483c65a8a758da78b86e3723e9270e5bd3))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** enhance content projection for styling purposes ([f33ea6b](https://github.com/ing-bank/lion/commit/f33ea6b0b0dca88d006762ec5110e5845a73d219))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.11.7](https://github.com/ing-bank/lion/compare/@lion/input-datepicker@0.11.6...@lion/input-datepicker@0.11.7) (2020-05-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-datepicker
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.11.7",
|
||||
"version": "0.12.0",
|
||||
"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/",
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
"@lion/field": "0.12.2",
|
||||
"@lion/input-date": "0.5.23",
|
||||
"@lion/localize": "0.9.2",
|
||||
"@lion/overlays": "0.13.3",
|
||||
"@lion/overlays": "0.14.0",
|
||||
"@lion/validate": "0.9.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,24 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.14.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.13.3...@lion/overlays@0.14.0) (2020-05-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** catch rejected promise ([5114076](https://github.com/ing-bank/lion/commit/5114076eb32ebd8a5d9a5c9d5a77e37639f48fe1))
|
||||
* **overlays:** local backdrop outlet ([e19a0f4](https://github.com/ing-bank/lion/commit/e19a0f483c65a8a758da78b86e3723e9270e5bd3))
|
||||
* **overlays:** setup/teardown fixes + perf improvements OverlayMixin ([8a6bef8](https://github.com/ing-bank/lion/commit/8a6bef8142d252cde7dd66067ca87acfffb2b9f6))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** enhance content projection for styling purposes ([f33ea6b](https://github.com/ing-bank/lion/commit/f33ea6b0b0dca88d006762ec5110e5845a73d219))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.13.3](https://github.com/ing-bank/lion/compare/@lion/overlays@0.13.2...@lion/overlays@0.13.3) (2020-05-06)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.13.3",
|
||||
"version": "0.14.0",
|
||||
"description": "Overlays System using lit-html for rendering",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
|
|
@ -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.16.0](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.15.4...@lion/select-rich@0.16.0) (2020-05-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** local backdrop outlet ([e19a0f4](https://github.com/ing-bank/lion/commit/e19a0f483c65a8a758da78b86e3723e9270e5bd3))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** enhance content projection for styling purposes ([f33ea6b](https://github.com/ing-bank/lion/commit/f33ea6b0b0dca88d006762ec5110e5845a73d219))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.15.4](https://github.com/ing-bank/lion/compare/@lion/select-rich@0.15.3...@lion/select-rich@0.15.4) (2020-05-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/select-rich
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.15.4",
|
||||
"version": "0.16.0",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
"@lion/choice-input": "0.8.2",
|
||||
"@lion/core": "0.5.2",
|
||||
"@lion/field": "0.12.2",
|
||||
"@lion/overlays": "0.13.3",
|
||||
"@lion/overlays": "0.14.0",
|
||||
"@lion/validate": "0.9.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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.2.10](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.9...@lion/tabs@0.2.10) (2020-05-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **tabs:** tab keyboard navigation trap ([fbbea36](https://github.com/ing-bank/lion/commit/fbbea367205941de652da8224871923d120c2ede)), closes [#712](https://github.com/ing-bank/lion/issues/712)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.9](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.8...@lion/tabs@0.2.9) (2020-04-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/tabs
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tabs",
|
||||
"version": "0.2.9",
|
||||
"version": "0.2.10",
|
||||
"description": "Allows users to quickly move between a small number of equally important views.",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,24 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.9.0](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.13...@lion/tooltip@0.9.0) (2020-05-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** local backdrop outlet ([e19a0f4](https://github.com/ing-bank/lion/commit/e19a0f483c65a8a758da78b86e3723e9270e5bd3))
|
||||
* **tooltip:** tooltip display inline-block ([810bdad](https://github.com/ing-bank/lion/commit/810bdad523695d67217514586c5e509319322795))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** enhance content projection for styling purposes ([f33ea6b](https://github.com/ing-bank/lion/commit/f33ea6b0b0dca88d006762ec5110e5845a73d219))
|
||||
* **tooltip:** simplified tooltip component by making arrow a template ([73eb90a](https://github.com/ing-bank/lion/commit/73eb90ab96622fb1c268e03c31707679eaab0bb2))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.13](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.8.12...@lion/tooltip@0.8.13) (2020-05-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/tooltip
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.8.13",
|
||||
"version": "0.9.0",
|
||||
"description": "Show relative overlay content on hover",
|
||||
"author": "ing-bank",
|
||||
"homepage": "https://github.com/ing-bank/lion/",
|
||||
|
|
@ -35,6 +35,6 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.5.2",
|
||||
"@lion/overlays": "0.13.3"
|
||||
"@lion/overlays": "0.14.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue