Version Packages
This commit is contained in:
parent
c8144cead0
commit
6a83263a0c
80 changed files with 1341 additions and 12296 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/switch': patch
|
||||
---
|
||||
|
||||
When clicking on the label the checked state should be toggled. This expected behavior comes from the native radio or checkbox.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/progress-indicator': minor
|
||||
---
|
||||
|
||||
Initial release
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
'@lion/form-core': minor
|
||||
'@lion/core': patch
|
||||
'@lion/fieldset': patch
|
||||
'@lion/localize': patch
|
||||
'singleton-manager': patch
|
||||
'@lion/tabs': patch
|
||||
---
|
||||
|
||||
Add types to form-core, for everything except form-group, choice-group and validate. Also added index.d.ts (re-)export files to git so that interdependent packages can use their types locally.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/progress-indicator': patch
|
||||
---
|
||||
|
||||
Fix path to sk translations
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/localize': minor
|
||||
---
|
||||
|
||||
Add types for localize package. JSDocs types in the .js files, TSC generates type definition files. Mixins type definition files are hand-typed.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'singleton-manager': patch
|
||||
---
|
||||
|
||||
Added basic JSDocs types to SingletonManager, in order for localize to be able to be typed correctly.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/select-rich': patch
|
||||
---
|
||||
|
||||
Clicking on a label of a rich select should focus the invoker button. This behavior is to mimic the native select.
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
'providence-analytics': minor
|
||||
---
|
||||
|
||||
Providence update to fix some issues with target/reference and to allow filtering target project dependencies.
|
||||
|
||||
#### Features
|
||||
|
||||
- Allow specifying target project dependencies via CLI using `--target-dependencies` flag:
|
||||
When `--target-dependencies` is applied without argument, it will act as boolean and include all dependencies for all search targets (node_modules and bower_components).
|
||||
When a regex is supplied like `--target-dependencies /^my-brand-/`, it will filter all packages that comply with the regex.
|
||||
|
||||
#### Bugfixes
|
||||
|
||||
- Use the correct gatherFilesConfig for references/targets
|
||||
- Provide target/reference result match
|
||||
- Edit `from-import-to-export` helper function to work without filesystem lookup. This will allow to supply target/reference result matches to `match-imports` analyzer
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@lion/overlays': patch
|
||||
---
|
||||
|
||||
Add a guard for content wrapper containing the content node before appending to the renderTarget. This prevents unhandled rejection.
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'@lion/ajax': minor
|
||||
'@lion/core': minor
|
||||
'@lion/icon': minor
|
||||
'@lion/localize': minor
|
||||
---
|
||||
|
||||
Removing LionSingleton as es modules are already guaranteed to be singletons.
|
||||
This reduces complexity and means less code to ship to our users.
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 0.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/core@0.9.0
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
|
|
@ -7,32 +15,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
**Note:** Version bump only for package @lion/accordion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/accordion@0.1.1...@lion/accordion@0.1.2) (2020-06-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **accordion:** fix keyboard interaction ([b4d8222](https://github.com/ing-bank/lion/commit/b4d8222975b3c357cb3d0eff83d008e3adfd90a0))
|
||||
|
||||
|
||||
|
||||
|
||||
- **accordion:** fix keyboard interaction ([b4d8222](https://github.com/ing-bank/lion/commit/b4d8222975b3c357cb3d0eff83d008e3adfd90a0))
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/accordion@0.1.0...@lion/accordion@0.1.1) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/accordion
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.1.0 (2020-06-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **accordion:** add basic structure ([07ff76b](https://github.com/ing-bank/lion/commit/07ff76b864d76cddc9bc8def2ba9dcd1d0f9a5e8))
|
||||
- **accordion:** add basic structure ([07ff76b](https://github.com/ing-bank/lion/commit/07ff76b864d76cddc9bc8def2ba9dcd1d0f9a5e8))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/accordion",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"lion-accordion.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0"
|
||||
"@lion/core": "0.9.0"
|
||||
},
|
||||
"keywords": [
|
||||
"accordion",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
# Change Log
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 9ecab4d5: Removing LionSingleton as es modules are already guaranteed to be singletons.
|
||||
This reduces complexity and means less code to ship to our users.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [09d96759]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/core@0.9.0
|
||||
- singleton-manager@1.1.2
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
|
|
@ -7,343 +22,180 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.3](https://github.com/ing-bank/lion/compare/@lion/ajax@0.4.2...@lion/ajax@0.4.3) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/ajax@0.4.1...@lion/ajax@0.4.2) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/ajax@0.4.0...@lion/ajax@0.4.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
- remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/ajax@0.3.0...@lion/ajax@0.4.0) (2020-05-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
- use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
# [0.3.0](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.10...@lion/ajax@0.3.0) (2020-05-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
|
||||
|
||||
|
||||
- use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
## [0.2.10](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.9...@lion/ajax@0.2.10) (2020-04-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.9](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.8...@lion/ajax@0.2.9) (2020-04-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.8](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.7...@lion/ajax@0.2.8) (2020-03-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.7](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.6...@lion/ajax@0.2.7) (2020-03-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.6](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.5...@lion/ajax@0.2.6) (2020-02-26)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.4...@lion/ajax@0.2.5) (2020-02-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
|
||||
|
||||
|
||||
- reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update broken ajax storybook link ([f731ade](https://github.com/ing-bank/lion/commit/f731ade8f02f68cc140228bfd1d58934c403a57d))
|
||||
|
||||
|
||||
|
||||
|
||||
- update broken ajax storybook link ([f731ade](https://github.com/ing-bank/lion/commit/f731ade8f02f68cc140228bfd1d58934c403a57d))
|
||||
|
||||
## [0.2.2](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.1...@lion/ajax@0.2.2) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/ajax@0.2.0...@lion/ajax@0.2.1) (2020-01-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.20...@lion/ajax@0.2.0) (2020-01-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
|
||||
|
||||
|
||||
- improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
## [0.1.20](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.19...@lion/ajax@0.1.20) (2019-12-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
|
||||
|
||||
|
||||
- use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
## [0.1.19](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.18...@lion/ajax@0.1.19) (2019-11-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.18](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.17...@lion/ajax@0.1.18) (2019-10-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.17](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.16...@lion/ajax@0.1.17) (2019-09-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.16](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.15...@lion/ajax@0.1.16) (2019-07-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.15](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.14...@lion/ajax@0.1.15) (2019-07-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.14](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.13...@lion/ajax@0.1.14) (2019-07-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.13](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.12...@lion/ajax@0.1.13) (2019-07-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.12](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.11...@lion/ajax@0.1.12) (2019-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **ajax:** update to axios with security vularability fix ([d227a04](https://github.com/ing-bank/lion/commit/d227a04))
|
||||
|
||||
|
||||
|
||||
|
||||
- **ajax:** update to axios with security vularability fix ([d227a04](https://github.com/ing-bank/lion/commit/d227a04))
|
||||
|
||||
## [0.1.11](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.10...@lion/ajax@0.1.11) (2019-05-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.9...@lion/ajax@0.1.10) (2019-05-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.9](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.8...@lion/ajax@0.1.9) (2019-05-22)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.7...@lion/ajax@0.1.8) (2019-05-17)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.7](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.6...@lion/ajax@0.1.7) (2019-05-16)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.6](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.5...@lion/ajax@0.1.6) (2019-05-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add prepublish step to make links absolute for npm docs ([9f2c4f6](https://github.com/ing-bank/lion/commit/9f2c4f6))
|
||||
|
||||
|
||||
|
||||
|
||||
- add prepublish step to make links absolute for npm docs ([9f2c4f6](https://github.com/ing-bank/lion/commit/9f2c4f6))
|
||||
|
||||
## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.4...@lion/ajax@0.1.5) (2019-05-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* import from entry points so stories can be extended ([49f18a4](https://github.com/ing-bank/lion/commit/49f18a4))
|
||||
|
||||
|
||||
|
||||
|
||||
- import from entry points so stories can be extended ([49f18a4](https://github.com/ing-bank/lion/commit/49f18a4))
|
||||
|
||||
## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.3...@lion/ajax@0.1.4) (2019-04-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook/linting; adjust story labels, eslint ignores ([8d96f84](https://github.com/ing-bank/lion/commit/8d96f84))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook/linting; adjust story labels, eslint ignores ([8d96f84](https://github.com/ing-bank/lion/commit/8d96f84))
|
||||
|
||||
## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.2...@lion/ajax@0.1.3) (2019-04-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/ajax
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.1...@lion/ajax@0.1.2) (2019-04-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **ajax:** add setAjax to public api ([9a69b1a](https://github.com/ing-bank/lion/commit/9a69b1a))
|
||||
|
||||
|
||||
|
||||
|
||||
- **ajax:** add setAjax to public api ([9a69b1a](https://github.com/ing-bank/lion/commit/9a69b1a))
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/ajax@0.1.0...@lion/ajax@0.1.1) (2019-04-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add missing files to npm packages ([0e3ca17](https://github.com/ing-bank/lion/commit/0e3ca17))
|
||||
|
||||
|
||||
|
||||
|
||||
- add missing files to npm packages ([0e3ca17](https://github.com/ing-bank/lion/commit/0e3ca17))
|
||||
|
||||
# 0.1.0 (2019-04-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* release inital public lion version ([ec8da8f](https://github.com/ing-bank/lion/commit/ec8da8f))
|
||||
- release inital public lion version ([ec8da8f](https://github.com/ing-bank/lion/commit/ec8da8f))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/ajax",
|
||||
"version": "0.4.4",
|
||||
"version": "0.5.0",
|
||||
"description": "Thin wrapper around axios to allow for custom interceptors",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@bundled-es-modules/axios": "0.18.1",
|
||||
"@lion/core": "0.8.0",
|
||||
"singleton-manager": "1.1.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"singleton-manager": "1.1.2"
|
||||
},
|
||||
"keywords": [
|
||||
"ajax",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/button",
|
||||
"version": "0.7.8",
|
||||
"version": "0.7.9",
|
||||
"description": "A button that is easily styleable and accessible in all contexts",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"lion-button.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0"
|
||||
"@lion/core": "0.9.0"
|
||||
},
|
||||
"keywords": [
|
||||
"button",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/calendar",
|
||||
"version": "0.9.6",
|
||||
"version": "0.9.7",
|
||||
"description": "Standalone calendar",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -32,8 +32,8 @@
|
|||
"lion-calendar.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/localize": "0.13.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/localize": "0.14.0"
|
||||
},
|
||||
"keywords": [
|
||||
"calendar",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/checkbox-group",
|
||||
"version": "0.11.8",
|
||||
"version": "0.11.9",
|
||||
"description": "A container for multiple checkboxes",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -33,10 +33,10 @@
|
|||
"lion-checkbox-group.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/fieldset": "0.14.1",
|
||||
"@lion/form-core": "0.3.1",
|
||||
"@lion/input": "0.8.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/fieldset": "0.14.2",
|
||||
"@lion/form-core": "0.4.0",
|
||||
"@lion/input": "0.8.2"
|
||||
},
|
||||
"keywords": [
|
||||
"checkbox-group",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/core@0.9.0
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
|
|
@ -7,13 +15,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
**Note:** Version bump only for package @lion/collapsible
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.1.0 (2020-07-27)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **collapsible:** add collapsible component ([01692ab](https://github.com/ing-bank/lion/commit/01692abd3c7f179a48cbebbcb54efab7d1fa6857))
|
||||
- **collapsible:** add collapsible component ([01692ab](https://github.com/ing-bank/lion/commit/01692abd3c7f179a48cbebbcb54efab7d1fa6857))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/collapsible",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "This component is a combination of a button (the invoker), a chunk of extra content.",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"demo/custom-collapsible.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0"
|
||||
"@lion/core": "0.9.0"
|
||||
},
|
||||
"keywords": [
|
||||
"collapsible",
|
||||
|
|
|
|||
|
|
@ -1,323 +1,191 @@
|
|||
# Change Log
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 9ecab4d5: Removing LionSingleton as es modules are already guaranteed to be singletons.
|
||||
This reduces complexity and means less code to ship to our users.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3c61fd29: Add types to form-core, for everything except form-group, choice-group and validate. Also added index.d.ts (re-)export files to git so that interdependent packages can use their types locally.
|
||||
|
||||
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/core@0.7.2...@lion/core@0.8.0) (2020-07-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **core:** fix types and export type definition files for core ([ec65da5](https://github.com/ing-bank/lion/commit/ec65da5da6ae9096c546fc46583ad3a99458d8e6))
|
||||
|
||||
|
||||
|
||||
|
||||
- **core:** fix types and export type definition files for core ([ec65da5](https://github.com/ing-bank/lion/commit/ec65da5da6ae9096c546fc46583ad3a99458d8e6))
|
||||
|
||||
## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/core@0.7.1...@lion/core@0.7.2) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/core@0.7.0...@lion/core@0.7.1) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/core@0.6.0...@lion/core@0.7.0) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
- remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
### Features
|
||||
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
- use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
# [0.6.0](https://github.com/ing-bank/lion/compare/@lion/core@0.5.2...@lion/core@0.6.0) (2020-05-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
|
||||
|
||||
|
||||
- use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/core@0.5.1...@lion/core@0.5.2) (2020-04-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/core@0.5.0...@lion/core@0.5.1) (2020-04-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/core@0.4.5...@lion/core@0.5.0) (2020-03-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* update to stable @open-wc/scoped-elements ([10bac56](https://github.com/ing-bank/lion/commit/10bac5672b406d3f08a89a795ee295f5028ca6d0))
|
||||
|
||||
|
||||
|
||||
|
||||
- update to stable @open-wc/scoped-elements ([10bac56](https://github.com/ing-bank/lion/commit/10bac5672b406d3f08a89a795ee295f5028ca6d0))
|
||||
|
||||
## [0.4.5](https://github.com/ing-bank/lion/compare/@lion/core@0.4.4...@lion/core@0.4.5) (2020-03-05)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** use dedupeMixin [@open-wc](https://github.com/open-wc) ([d1beffb](https://github.com/ing-bank/lion/commit/d1beffbff58a4bb0e2029e8dfc3cba7158b97eed))
|
||||
|
||||
|
||||
|
||||
|
||||
- **core:** use dedupeMixin [@open-wc](https://github.com/open-wc) ([d1beffb](https://github.com/ing-bank/lion/commit/d1beffbff58a4bb0e2029e8dfc3cba7158b97eed))
|
||||
|
||||
## [0.4.4](https://github.com/ing-bank/lion/compare/@lion/core@0.4.3...@lion/core@0.4.4) (2020-02-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
|
||||
|
||||
|
||||
- reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
## [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))
|
||||
|
||||
|
||||
|
||||
|
||||
- **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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/core@0.4.0...@lion/core@0.4.1) (2020-01-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/core@0.3.0...@lion/core@0.4.0) (2020-01-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* refactor slot selection ([5999ea9](https://github.com/ing-bank/lion/commit/5999ea956967b449f3f04935c7facb19e2889dc9))
|
||||
|
||||
- refactor slot selection ([5999ea9](https://github.com/ing-bank/lion/commit/5999ea956967b449f3f04935c7facb19e2889dc9))
|
||||
|
||||
### Features
|
||||
|
||||
* improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
|
||||
|
||||
|
||||
- improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
# [0.3.0](https://github.com/ing-bank/lion/compare/@lion/core@0.2.1...@lion/core@0.3.0) (2019-11-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* remove all deprecations from lion ([66d3d39](https://github.com/ing-bank/lion/commit/66d3d390aebeaa61b6effdea7d5f7eea0e89c894))
|
||||
|
||||
|
||||
|
||||
|
||||
- remove all deprecations from lion ([66d3d39](https://github.com/ing-bank/lion/commit/66d3d390aebeaa61b6effdea7d5f7eea0e89c894))
|
||||
|
||||
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/core@0.2.0...@lion/core@0.2.1) (2019-10-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** export Part classes from lit-html ([#340](https://github.com/ing-bank/lion/issues/340)) ([9a8f45b](https://github.com/ing-bank/lion/commit/9a8f45b))
|
||||
|
||||
|
||||
|
||||
|
||||
- **core:** export Part classes from lit-html ([#340](https://github.com/ing-bank/lion/issues/340)) ([9a8f45b](https://github.com/ing-bank/lion/commit/9a8f45b))
|
||||
|
||||
# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/core@0.1.13...@lion/core@0.2.0) (2019-09-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** align Overlays API + add DynamicOverlay ([224f794](https://github.com/ing-bank/lion/commit/224f794))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** align Overlays API + add DynamicOverlay ([224f794](https://github.com/ing-bank/lion/commit/224f794))
|
||||
|
||||
## [0.1.13](https://github.com/ing-bank/lion/compare/@lion/core@0.1.12...@lion/core@0.1.13) (2019-07-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** add DisabledMixin to manage disabled ([0d64792](https://github.com/ing-bank/lion/commit/0d64792))
|
||||
* **core:** add DisabledWithTabIndexMixin to manage disabled and tabindex ([e5b174e](https://github.com/ing-bank/lion/commit/e5b174e))
|
||||
|
||||
|
||||
|
||||
|
||||
- **core:** add DisabledMixin to manage disabled ([0d64792](https://github.com/ing-bank/lion/commit/0d64792))
|
||||
- **core:** add DisabledWithTabIndexMixin to manage disabled and tabindex ([e5b174e](https://github.com/ing-bank/lion/commit/e5b174e))
|
||||
|
||||
## [0.1.12](https://github.com/ing-bank/lion/compare/@lion/core@0.1.11...@lion/core@0.1.12) (2019-07-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.11](https://github.com/ing-bank/lion/compare/@lion/core@0.1.10...@lion/core@0.1.11) (2019-07-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/core@0.1.9...@lion/core@0.1.10) (2019-07-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.9](https://github.com/ing-bank/lion/compare/@lion/core@0.1.8...@lion/core@0.1.9) (2019-05-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/core@0.1.7...@lion/core@0.1.8) (2019-05-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** do not pin lit-html version and allow lit-element patches ([28fa203](https://github.com/ing-bank/lion/commit/28fa203))
|
||||
|
||||
|
||||
|
||||
|
||||
- **core:** do not pin lit-html version and allow lit-element patches ([28fa203](https://github.com/ing-bank/lion/commit/28fa203))
|
||||
|
||||
## [0.1.7](https://github.com/ing-bank/lion/compare/@lion/core@0.1.6...@lion/core@0.1.7) (2019-05-22)
|
||||
|
||||
**Note:** Version bump only for package @lion/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.6](https://github.com/ing-bank/lion/compare/@lion/core@0.1.5...@lion/core@0.1.6) (2019-05-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** remove type exports; use lit-element/html directly for types ([b2e7b70](https://github.com/ing-bank/lion/commit/b2e7b70))
|
||||
|
||||
|
||||
|
||||
|
||||
- **core:** remove type exports; use lit-element/html directly for types ([b2e7b70](https://github.com/ing-bank/lion/commit/b2e7b70))
|
||||
|
||||
## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/core@0.1.4...@lion/core@0.1.5) (2019-05-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** exposed property and PropertyDeclarations from lit-element ([ef3ce64](https://github.com/ing-bank/lion/commit/ef3ce64))
|
||||
|
||||
|
||||
|
||||
|
||||
- **core:** exposed property and PropertyDeclarations from lit-element ([ef3ce64](https://github.com/ing-bank/lion/commit/ef3ce64))
|
||||
|
||||
## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/core@0.1.3...@lion/core@0.1.4) (2019-05-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add prepublish step to make links absolute for npm docs ([9f2c4f6](https://github.com/ing-bank/lion/commit/9f2c4f6))
|
||||
|
||||
|
||||
|
||||
|
||||
- add prepublish step to make links absolute for npm docs ([9f2c4f6](https://github.com/ing-bank/lion/commit/9f2c4f6))
|
||||
|
||||
## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/core@0.1.2...@lion/core@0.1.3) (2019-04-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook/linting; adjust story labels, eslint ignores ([8d96f84](https://github.com/ing-bank/lion/commit/8d96f84))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook/linting; adjust story labels, eslint ignores ([8d96f84](https://github.com/ing-bank/lion/commit/8d96f84))
|
||||
|
||||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/core@0.1.1...@lion/core@0.1.2) (2019-04-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add missing exports to core, input-iban, localize ([f5fd18c](https://github.com/ing-bank/lion/commit/f5fd18c))
|
||||
|
||||
|
||||
|
||||
|
||||
- add missing exports to core, input-iban, localize ([f5fd18c](https://github.com/ing-bank/lion/commit/f5fd18c))
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/core@0.1.0...@lion/core@0.1.1) (2019-04-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add missing files to npm packages ([0e3ca17](https://github.com/ing-bank/lion/commit/0e3ca17))
|
||||
|
||||
|
||||
|
||||
|
||||
- add missing files to npm packages ([0e3ca17](https://github.com/ing-bank/lion/commit/0e3ca17))
|
||||
|
||||
# 0.1.0 (2019-04-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* release inital public lion version ([ec8da8f](https://github.com/ing-bank/lion/commit/ec8da8f))
|
||||
- release inital public lion version ([ec8da8f](https://github.com/ing-bank/lion/commit/ec8da8f))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/core",
|
||||
"version": "0.8.0",
|
||||
"version": "0.9.0",
|
||||
"description": "Core functionality that is shared across all Lion Web Components",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
# Change Log
|
||||
|
||||
## 0.7.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [5a48e69b]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/core@0.9.0
|
||||
- @lion/overlays@0.16.12
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
|
|
@ -7,397 +17,212 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.10](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.9...@lion/dialog@0.7.10) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.9](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.8...@lion/dialog@0.7.9) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.8](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.7...@lion/dialog@0.7.8) (2020-07-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.7](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.6...@lion/dialog@0.7.7) (2020-07-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.6](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.5...@lion/dialog@0.7.6) (2020-06-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** make focusable slotted buttons ([5e151bb](https://github.com/ing-bank/lion/commit/5e151bb8a41b4fcb37a00c0dcf568f4cb0378259))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** make focusable slotted buttons ([5e151bb](https://github.com/ing-bank/lion/commit/5e151bb8a41b4fcb37a00c0dcf568f4cb0378259))
|
||||
|
||||
## [0.7.5](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.4...@lion/dialog@0.7.5) (2020-06-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.4](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.3...@lion/dialog@0.7.4) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.3](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.2...@lion/dialog@0.7.3) (2020-06-10)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.1...@lion/dialog@0.7.2) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/dialog@0.7.0...@lion/dialog@0.7.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* define side effects for demo files ([1d40567](https://github.com/ing-bank/lion/commit/1d405671875c1c9c5518a3b7f57814337b3a67d6))
|
||||
|
||||
|
||||
|
||||
|
||||
- define side effects for demo files ([1d40567](https://github.com/ing-bank/lion/commit/1d405671875c1c9c5518a3b7f57814337b3a67d6))
|
||||
|
||||
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/dialog@0.6.3...@lion/dialog@0.7.0) (2020-05-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
- use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
## [0.6.3](https://github.com/ing-bank/lion/compare/@lion/dialog@0.6.2...@lion/dialog@0.6.3) (2020-05-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3))
|
||||
|
||||
|
||||
|
||||
|
||||
- add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3))
|
||||
|
||||
## [0.6.2](https://github.com/ing-bank/lion/compare/@lion/dialog@0.6.1...@lion/dialog@0.6.2) (2020-05-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/dialog@0.6.0...@lion/dialog@0.6.1) (2020-05-19)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.6.0](https://github.com/ing-bank/lion/compare/@lion/dialog@0.5.0...@lion/dialog@0.6.0) (2020-05-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
|
||||
|
||||
|
||||
- use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
# [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))
|
||||
|
||||
- **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))
|
||||
|
||||
|
||||
|
||||
|
||||
- **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)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **dialog:** teardown open close listeners after initial update complete ([da87445](https://github.com/ing-bank/lion/commit/da87445f33f4a168449ef6e37fc4244f16a0dc00))
|
||||
|
||||
|
||||
|
||||
|
||||
- **dialog:** teardown open close listeners after initial update complete ([da87445](https://github.com/ing-bank/lion/commit/da87445f33f4a168449ef6e37fc4244f16a0dc00))
|
||||
|
||||
## [0.4.17](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.16...@lion/dialog@0.4.17) (2020-04-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.16](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.15...@lion/dialog@0.4.16) (2020-04-15)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.15](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.14...@lion/dialog@0.4.15) (2020-04-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.14](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.13...@lion/dialog@0.4.14) (2020-04-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.13](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.12...@lion/dialog@0.4.13) (2020-03-26)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.12](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.11...@lion/dialog@0.4.12) (2020-03-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.11](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.10...@lion/dialog@0.4.11) (2020-03-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.10](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.9...@lion/dialog@0.4.10) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.9](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.8...@lion/dialog@0.4.9) (2020-03-11)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.8](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.7...@lion/dialog@0.4.8) (2020-03-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.7](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.6...@lion/dialog@0.4.7) (2020-02-26)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.6](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.5...@lion/dialog@0.4.6) (2020-02-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
|
||||
|
||||
|
||||
- reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
## [0.4.5](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.4...@lion/dialog@0.4.5) (2020-02-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.1...@lion/dialog@0.4.2) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/dialog@0.4.0...@lion/dialog@0.4.1) (2020-01-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/dialog@0.3.2...@lion/dialog@0.4.0) (2020-01-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
|
||||
|
||||
|
||||
- improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
## [0.3.2](https://github.com/ing-bank/lion/compare/@lion/dialog@0.3.1...@lion/dialog@0.3.2) (2019-12-17)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/dialog@0.3.0...@lion/dialog@0.3.1) (2019-12-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.3.0](https://github.com/ing-bank/lion/compare/@lion/dialog@0.2.3...@lion/dialog@0.3.0) (2019-12-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* deleted obsolete overlay event names ([1290d9b](https://github.com/ing-bank/lion/commit/1290d9be9556311dd91c539e57d1b0652e5a419c))
|
||||
|
||||
- deleted obsolete overlay event names ([1290d9b](https://github.com/ing-bank/lion/commit/1290d9be9556311dd91c539e57d1b0652e5a419c))
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** close/hide events on dom (OverlayMixin) level ([b2c5f92](https://github.com/ing-bank/lion/commit/b2c5f92e085c28eebeedd948a1386be9b4c1cdea))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** close/hide events on dom (OverlayMixin) level ([b2c5f92](https://github.com/ing-bank/lion/commit/b2c5f92e085c28eebeedd948a1386be9b4c1cdea))
|
||||
|
||||
## [0.2.3](https://github.com/ing-bank/lion/compare/@lion/dialog@0.2.2...@lion/dialog@0.2.3) (2019-12-04)
|
||||
|
||||
**Note:** Version bump only for package @lion/dialog
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.2](https://github.com/ing-bank/lion/compare/@lion/dialog@0.2.1...@lion/dialog@0.2.2) (2019-12-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* let lerna publish fixed versions ([bc7448c](https://github.com/ing-bank/lion/commit/bc7448c694deb3c05fd3d083a9acb5365b26b7ab))
|
||||
|
||||
|
||||
|
||||
|
||||
- let lerna publish fixed versions ([bc7448c](https://github.com/ing-bank/lion/commit/bc7448c694deb3c05fd3d083a9acb5365b26b7ab))
|
||||
|
||||
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/dialog@0.2.0...@lion/dialog@0.2.1) (2019-12-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
|
||||
|
||||
|
||||
- use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
# 0.2.0 (2019-12-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* no longer use overlay templates ([49974bd](https://github.com/ing-bank/lion/commit/49974bd2b86d7f02e8c19aa51a0a79779b897384))
|
||||
|
||||
- no longer use overlay templates ([49974bd](https://github.com/ing-bank/lion/commit/49974bd2b86d7f02e8c19aa51a0a79779b897384))
|
||||
|
||||
### Features
|
||||
|
||||
* refactor the overlay system implementations, docs and demos ([a5a9f97](https://github.com/ing-bank/lion/commit/a5a9f975a61649cd1f861a80923c678c5f4d51be))
|
||||
* **overlays:** improve API for overriding controller config in mixin ([45f5571](https://github.com/ing-bank/lion/commit/45f557183d7bef95ea9685d751e90ba12a4eb2d8))
|
||||
- refactor the overlay system implementations, docs and demos ([a5a9f97](https://github.com/ing-bank/lion/commit/a5a9f975a61649cd1f861a80923c678c5f4d51be))
|
||||
- **overlays:** improve API for overriding controller config in mixin ([45f5571](https://github.com/ing-bank/lion/commit/45f557183d7bef95ea9685d751e90ba12a4eb2d8))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/dialog",
|
||||
"version": "0.7.11",
|
||||
"version": "0.7.12",
|
||||
"description": "Show relative overlay content on click, as a webcomponent",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -33,8 +33,8 @@
|
|||
"./docs/styled-dialog-content.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/overlays": "0.16.11"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/overlays": "0.16.12"
|
||||
},
|
||||
"keywords": [
|
||||
"dialog",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/fieldset",
|
||||
"version": "0.14.1",
|
||||
"version": "0.14.2",
|
||||
"description": "Allows to groups multiple input fields or other fieldsets together",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -32,8 +32,8 @@
|
|||
"./docs/helpers/demo-fieldset-child.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/form-core": "0.3.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/form-core": "0.4.0"
|
||||
},
|
||||
"keywords": [
|
||||
"fieldset",
|
||||
|
|
|
|||
|
|
@ -1,156 +1,101 @@
|
|||
# Change Log
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 3c61fd29: Add types to form-core, for everything except form-group, choice-group and validate. Also added index.d.ts (re-)export files to git so that interdependent packages can use their types locally.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [09d96759]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/core@0.9.0
|
||||
- @lion/localize@0.14.0
|
||||
|
||||
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/form-core@0.3.0...@lion/form-core@0.3.1) (2020-07-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* resolve registrationComplete via microtask to be sync ([6b8daef](https://github.com/ing-bank/lion/commit/6b8daef5099ab7bab40f9bdd8aaa1a0795b56214))
|
||||
|
||||
|
||||
|
||||
|
||||
- resolve registrationComplete via microtask to be sync ([6b8daef](https://github.com/ing-bank/lion/commit/6b8daef5099ab7bab40f9bdd8aaa1a0795b56214))
|
||||
|
||||
# [0.3.0](https://github.com/ing-bank/lion/compare/@lion/form-core@0.2.6...@lion/form-core@0.3.0) (2020-07-27)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* synchronous form registration system ([8698f73](https://github.com/ing-bank/lion/commit/8698f734186eb88c4669bbadf8d5ae461f1c27f5))
|
||||
|
||||
|
||||
|
||||
|
||||
- synchronous form registration system ([8698f73](https://github.com/ing-bank/lion/commit/8698f734186eb88c4669bbadf8d5ae461f1c27f5))
|
||||
|
||||
## [0.2.6](https://github.com/ing-bank/lion/compare/@lion/form-core@0.2.5...@lion/form-core@0.2.6) (2020-07-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **form-core:** remove possible untrusted input value callback ([e06196d](https://github.com/ing-bank/lion/commit/e06196dec86f6d99fda0ed1c5dac3f62e3e34f6d))
|
||||
|
||||
|
||||
|
||||
|
||||
- **form-core:** remove possible untrusted input value callback ([e06196d](https://github.com/ing-bank/lion/commit/e06196dec86f6d99fda0ed1c5dac3f62e3e34f6d))
|
||||
|
||||
## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/form-core@0.2.4...@lion/form-core@0.2.5) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.4](https://github.com/ing-bank/lion/compare/@lion/form-core@0.2.3...@lion/form-core@0.2.4) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.3](https://github.com/ing-bank/lion/compare/@lion/form-core@0.2.2...@lion/form-core@0.2.3) (2020-07-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **formgroup:** wait for formElements to register ([780383d](https://github.com/ing-bank/lion/commit/780383d081607c0099004c2824a1493ced3d78a9))
|
||||
|
||||
|
||||
|
||||
|
||||
- **formgroup:** wait for formElements to register ([780383d](https://github.com/ing-bank/lion/commit/780383d081607c0099004c2824a1493ced3d78a9))
|
||||
|
||||
## [0.2.2](https://github.com/ing-bank/lion/compare/@lion/form-core@0.2.1...@lion/form-core@0.2.2) (2020-07-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **select-rich:** instantiation after first update ([184898c](https://github.com/ing-bank/lion/commit/184898c111dcb81f269fffc6b82688cc6f25aac2))
|
||||
|
||||
|
||||
|
||||
|
||||
- **select-rich:** instantiation after first update ([184898c](https://github.com/ing-bank/lion/commit/184898c111dcb81f269fffc6b82688cc6f25aac2))
|
||||
|
||||
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/form-core@0.2.0...@lion/form-core@0.2.1) (2020-07-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.6...@lion/form-core@0.2.0) (2020-07-06)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **choice-input:** add rendering of help-text ([5cd36ca](https://github.com/ing-bank/lion/commit/5cd36cac20c763d47ee495daede421bb66c4d0ba))
|
||||
|
||||
|
||||
|
||||
|
||||
- **choice-input:** add rendering of help-text ([5cd36ca](https://github.com/ing-bank/lion/commit/5cd36cac20c763d47ee495daede421bb66c4d0ba))
|
||||
|
||||
## [0.1.6](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.5...@lion/form-core@0.1.6) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.4...@lion/form-core@0.1.5) (2020-06-10)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.3...@lion/form-core@0.1.4) (2020-06-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **form-core:** on reset the submitted values becomes false ([#753](https://github.com/ing-bank/lion/issues/753)) ([d86cfc5](https://github.com/ing-bank/lion/commit/d86cfc59018a2e5dcff0b2f5728683fc4e4861e6))
|
||||
|
||||
|
||||
|
||||
|
||||
- **form-core:** on reset the submitted values becomes false ([#753](https://github.com/ing-bank/lion/issues/753)) ([d86cfc5](https://github.com/ing-bank/lion/commit/d86cfc59018a2e5dcff0b2f5728683fc4e4861e6))
|
||||
|
||||
## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.2...@lion/form-core@0.1.3) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.1...@lion/form-core@0.1.2) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/form-core@0.1.0...@lion/form-core@0.1.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **field:** remove validation toggled disable ([e24f2ef](https://github.com/ing-bank/lion/commit/e24f2efcff7ffba6076faa4f3ce17ca4c8062b72))
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
- **field:** remove validation toggled disable ([e24f2ef](https://github.com/ing-bank/lion/commit/e24f2efcff7ffba6076faa4f3ce17ca4c8062b72))
|
||||
- remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
# 0.1.0 (2020-05-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* merge field/validate/choice-input/form-group into @lion/form-core ([6170374](https://github.com/ing-bank/lion/commit/6170374ee8c058cb95fff79b4953b0535219e9b4))
|
||||
- merge field/validate/choice-input/form-group into @lion/form-core ([6170374](https://github.com/ing-bank/lion/commit/6170374ee8c058cb95fff79b4953b0535219e9b4))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-core",
|
||||
"version": "0.3.1",
|
||||
"version": "0.4.0",
|
||||
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -32,8 +32,8 @@
|
|||
"lion-validation-feedback.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/localize": "0.13.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/localize": "0.14.0"
|
||||
},
|
||||
"keywords": [
|
||||
"field",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,32 @@
|
|||
# Change Log
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [09d96759]
|
||||
- Updated dependencies [7742e2ea]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/form-core@0.4.0
|
||||
- @lion/core@0.9.0
|
||||
- @lion/fieldset@0.14.2
|
||||
- @lion/localize@0.14.0
|
||||
- @lion/select-rich@0.19.2
|
||||
- @lion/checkbox-group@0.11.9
|
||||
- @lion/input@0.8.2
|
||||
- @lion/input-date@0.7.16
|
||||
- @lion/input-datepicker@0.14.20
|
||||
- @lion/input-email@0.8.16
|
||||
- @lion/input-iban@0.9.16
|
||||
- @lion/input-range@0.4.16
|
||||
- @lion/radio-group@0.11.9
|
||||
- @lion/select@0.7.16
|
||||
- @lion/textarea@0.7.16
|
||||
- @lion/validate-messages@0.2.8
|
||||
- @lion/button@0.7.9
|
||||
- @lion/form@0.6.16
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
|
|
@ -7,206 +34,106 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.22...@lion/form-integrations@0.2.0) (2020-07-27)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* synchronous form registration system ([8698f73](https://github.com/ing-bank/lion/commit/8698f734186eb88c4669bbadf8d5ae461f1c27f5))
|
||||
|
||||
|
||||
|
||||
|
||||
- synchronous form registration system ([8698f73](https://github.com/ing-bank/lion/commit/8698f734186eb88c4669bbadf8d5ae461f1c27f5))
|
||||
|
||||
## [0.1.22](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.21...@lion/form-integrations@0.1.22) (2020-07-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.21](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.20...@lion/form-integrations@0.1.21) (2020-07-16)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.20](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.19...@lion/form-integrations@0.1.20) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.19](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.18...@lion/form-integrations@0.1.19) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.18](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.17...@lion/form-integrations@0.1.18) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.17](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.16...@lion/form-integrations@0.1.17) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.16](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.15...@lion/form-integrations@0.1.16) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.15](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.14...@lion/form-integrations@0.1.15) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.14](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.13...@lion/form-integrations@0.1.14) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.13](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.12...@lion/form-integrations@0.1.13) (2020-07-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.12](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.11...@lion/form-integrations@0.1.12) (2020-07-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.11](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.10...@lion/form-integrations@0.1.11) (2020-06-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.9...@lion/form-integrations@0.1.10) (2020-06-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.9](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.8...@lion/form-integrations@0.1.9) (2020-06-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.7...@lion/form-integrations@0.1.8) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.7](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.6...@lion/form-integrations@0.1.7) (2020-06-10)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.6](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.5...@lion/form-integrations@0.1.6) (2020-06-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **form-core:** on reset the submitted values becomes false ([#753](https://github.com/ing-bank/lion/issues/753)) ([d86cfc5](https://github.com/ing-bank/lion/commit/d86cfc59018a2e5dcff0b2f5728683fc4e4861e6))
|
||||
|
||||
|
||||
|
||||
|
||||
- **form-core:** on reset the submitted values becomes false ([#753](https://github.com/ing-bank/lion/issues/753)) ([d86cfc5](https://github.com/ing-bank/lion/commit/d86cfc59018a2e5dcff0b2f5728683fc4e4861e6))
|
||||
|
||||
## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.4...@lion/form-integrations@0.1.5) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.3...@lion/form-integrations@0.1.4) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.2...@lion/form-integrations@0.1.3) (2020-06-03)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.1...@lion/form-integrations@0.1.2) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* define side effects for demo files ([1d40567](https://github.com/ing-bank/lion/commit/1d405671875c1c9c5518a3b7f57814337b3a67d6))
|
||||
|
||||
|
||||
|
||||
|
||||
- define side effects for demo files ([1d40567](https://github.com/ing-bank/lion/commit/1d405671875c1c9c5518a3b7f57814337b3a67d6))
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/form-integrations@0.1.0...@lion/form-integrations@0.1.1) (2020-06-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/form-integrations
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.1.0 (2020-05-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* merge field/validate/choice-input/form-group into @lion/form-core ([6170374](https://github.com/ing-bank/lion/commit/6170374ee8c058cb95fff79b4953b0535219e9b4))
|
||||
- merge field/validate/choice-input/form-group into @lion/form-core ([6170374](https://github.com/ing-bank/lion/commit/6170374ee8c058cb95fff79b4953b0535219e9b4))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form-integrations",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -29,24 +29,24 @@
|
|||
"./docs/helper-wc/h-output.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/button": "0.7.8",
|
||||
"@lion/checkbox-group": "0.11.8",
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/fieldset": "0.14.1",
|
||||
"@lion/form": "0.6.15",
|
||||
"@lion/form-core": "0.3.1",
|
||||
"@lion/input": "0.8.1",
|
||||
"@lion/input-date": "0.7.15",
|
||||
"@lion/input-datepicker": "0.14.19",
|
||||
"@lion/input-email": "0.8.15",
|
||||
"@lion/input-iban": "0.9.15",
|
||||
"@lion/input-range": "0.4.15",
|
||||
"@lion/localize": "0.13.1",
|
||||
"@lion/radio-group": "0.11.8",
|
||||
"@lion/select": "0.7.15",
|
||||
"@lion/select-rich": "0.19.1",
|
||||
"@lion/textarea": "0.7.15",
|
||||
"@lion/validate-messages": "0.2.7"
|
||||
"@lion/button": "0.7.9",
|
||||
"@lion/checkbox-group": "0.11.9",
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/fieldset": "0.14.2",
|
||||
"@lion/form": "0.6.16",
|
||||
"@lion/form-core": "0.4.0",
|
||||
"@lion/input": "0.8.2",
|
||||
"@lion/input-date": "0.7.16",
|
||||
"@lion/input-datepicker": "0.14.20",
|
||||
"@lion/input-email": "0.8.16",
|
||||
"@lion/input-iban": "0.9.16",
|
||||
"@lion/input-range": "0.4.16",
|
||||
"@lion/localize": "0.14.0",
|
||||
"@lion/radio-group": "0.11.9",
|
||||
"@lion/select": "0.7.16",
|
||||
"@lion/select-rich": "0.19.2",
|
||||
"@lion/textarea": "0.7.16",
|
||||
"@lion/validate-messages": "0.2.8"
|
||||
},
|
||||
"keywords": [
|
||||
"form",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/form",
|
||||
"version": "0.6.15",
|
||||
"version": "0.6.16",
|
||||
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
"lion-form.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/fieldset": "0.14.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/fieldset": "0.14.2"
|
||||
},
|
||||
"keywords": [
|
||||
"form",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 0.5.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/core@0.9.0
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
|
|
@ -7,134 +15,72 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
**Note:** Version bump only for package @lion/helpers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/helpers@0.5.1...@lion/helpers@0.5.2) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/helpers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/helpers@0.5.0...@lion/helpers@0.5.1) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/helpers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/helpers@0.4.0...@lion/helpers@0.5.0) (2020-06-03)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
- use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/helpers@0.3.6...@lion/helpers@0.4.0) (2020-05-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
|
||||
|
||||
|
||||
- use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
## [0.3.6](https://github.com/ing-bank/lion/compare/@lion/helpers@0.3.5...@lion/helpers@0.3.6) (2020-04-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/helpers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.5](https://github.com/ing-bank/lion/compare/@lion/helpers@0.3.4...@lion/helpers@0.3.5) (2020-04-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/helpers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.4](https://github.com/ing-bank/lion/compare/@lion/helpers@0.3.3...@lion/helpers@0.3.4) (2020-03-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/helpers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.3](https://github.com/ing-bank/lion/compare/@lion/helpers@0.3.2...@lion/helpers@0.3.3) (2020-03-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/helpers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.2](https://github.com/ing-bank/lion/compare/@lion/helpers@0.3.1...@lion/helpers@0.3.2) (2020-02-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
|
||||
|
||||
|
||||
- reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **helpers:** add handling duplicate consecutive logs to action logger ([288c253](https://github.com/ing-bank/lion/commit/288c2531e66a10a5fbe085d8ed69e2c676f818c8))
|
||||
* **helpers:** add simple mode to action logger ([d257937](https://github.com/ing-bank/lion/commit/d25793758f57af075e13801d6fefcd239b43fa2b))
|
||||
|
||||
|
||||
|
||||
|
||||
- **helpers:** add handling duplicate consecutive logs to action logger ([288c253](https://github.com/ing-bank/lion/commit/288c2531e66a10a5fbe085d8ed69e2c676f818c8))
|
||||
- **helpers:** add simple mode to action logger ([d257937](https://github.com/ing-bank/lion/commit/d25793758f57af075e13801d6fefcd239b43fa2b))
|
||||
|
||||
## [0.2.2](https://github.com/ing-bank/lion/compare/@lion/helpers@0.2.1...@lion/helpers@0.2.2) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/helpers
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/helpers@0.2.0...@lion/helpers@0.2.1) (2020-01-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **helpers:** publish folders to npm ([bc6958b](https://github.com/ing-bank/lion/commit/bc6958b98432bf629a8b6a90122cbb8a38416ee7))
|
||||
|
||||
|
||||
|
||||
|
||||
- **helpers:** publish folders to npm ([bc6958b](https://github.com/ing-bank/lion/commit/bc6958b98432bf629a8b6a90122cbb8a38416ee7))
|
||||
|
||||
# 0.2.0 (2020-01-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **helpers:** new package with several helpers ([d13672a](https://github.com/ing-bank/lion/commit/d13672a22648883030cb0170431fad82eb81a96d))
|
||||
* improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
- **helpers:** new package with several helpers ([d13672a](https://github.com/ing-bank/lion/commit/d13672a22648883030cb0170431fad82eb81a96d))
|
||||
- improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/helpers",
|
||||
"version": "0.5.3",
|
||||
"version": "0.5.4",
|
||||
"description": "Helpers that are used throughout lion and can be used outside",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
"sb-locale-switcher.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0"
|
||||
"@lion/core": "0.9.0"
|
||||
},
|
||||
"keywords": [
|
||||
"action logger",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,20 @@
|
|||
# Change Log
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 9ecab4d5: Removing LionSingleton as es modules are already guaranteed to be singletons.
|
||||
This reduces complexity and means less code to ship to our users.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [09d96759]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/core@0.9.0
|
||||
- singleton-manager@1.1.2
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
|
|
@ -7,380 +22,202 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.4](https://github.com/ing-bank/lion/compare/@lion/icon@0.6.3...@lion/icon@0.6.4) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.3](https://github.com/ing-bank/lion/compare/@lion/icon@0.6.2...@lion/icon@0.6.3) (2020-06-10)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.2](https://github.com/ing-bank/lion/compare/@lion/icon@0.6.1...@lion/icon@0.6.2) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/icon@0.6.0...@lion/icon@0.6.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* define side effects for demo files ([1d40567](https://github.com/ing-bank/lion/commit/1d405671875c1c9c5518a3b7f57814337b3a67d6))
|
||||
|
||||
|
||||
|
||||
|
||||
- define side effects for demo files ([1d40567](https://github.com/ing-bank/lion/commit/1d405671875c1c9c5518a3b7f57814337b3a67d6))
|
||||
|
||||
# [0.6.0](https://github.com/ing-bank/lion/compare/@lion/icon@0.5.2...@lion/icon@0.6.0) (2020-05-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* merge field/validate/choice-input/form-group into @lion/form-core ([6170374](https://github.com/ing-bank/lion/commit/6170374ee8c058cb95fff79b4953b0535219e9b4))
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
- merge field/validate/choice-input/form-group into @lion/form-core ([6170374](https://github.com/ing-bank/lion/commit/6170374ee8c058cb95fff79b4953b0535219e9b4))
|
||||
- use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/icon@0.5.1...@lion/icon@0.5.2) (2020-05-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3))
|
||||
|
||||
|
||||
|
||||
|
||||
- add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3))
|
||||
|
||||
## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/icon@0.5.0...@lion/icon@0.5.1) (2020-05-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **icon:** export setIcons ([0393427](https://github.com/ing-bank/lion/commit/0393427fa9df50dc4240a6e20115fb4a4d9756ca))
|
||||
|
||||
|
||||
|
||||
|
||||
- **icon:** export setIcons ([0393427](https://github.com/ing-bank/lion/commit/0393427fa9df50dc4240a6e20115fb4a4d9756ca))
|
||||
|
||||
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/icon@0.4.4...@lion/icon@0.5.0) (2020-05-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
|
||||
|
||||
|
||||
- use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
## [0.4.4](https://github.com/ing-bank/lion/compare/@lion/icon@0.4.3...@lion/icon@0.4.4) (2020-04-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7))
|
||||
|
||||
|
||||
|
||||
|
||||
- add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7))
|
||||
|
||||
## [0.4.3](https://github.com/ing-bank/lion/compare/@lion/icon@0.4.2...@lion/icon@0.4.3) (2020-04-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/icon@0.4.1...@lion/icon@0.4.2) (2020-03-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/icon@0.4.0...@lion/icon@0.4.1) (2020-03-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/icon@0.3.4...@lion/icon@0.4.0) (2020-03-03)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **icon:** add icon lazy loading system ([f887f97](https://github.com/ing-bank/lion/commit/f887f973f0071f5c2af3e62ef1634cf9ce7f4e76))
|
||||
|
||||
|
||||
|
||||
|
||||
- **icon:** add icon lazy loading system ([f887f97](https://github.com/ing-bank/lion/commit/f887f973f0071f5c2af3e62ef1634cf9ce7f4e76))
|
||||
|
||||
## [0.3.4](https://github.com/ing-bank/lion/compare/@lion/icon@0.3.3...@lion/icon@0.3.4) (2020-02-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
|
||||
|
||||
|
||||
- reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
## [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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/icon@0.3.0...@lion/icon@0.3.1) (2020-01-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
# [0.3.0](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.10...@lion/icon@0.3.0) (2020-01-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
* integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5))
|
||||
|
||||
|
||||
|
||||
|
||||
- improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
- integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5))
|
||||
|
||||
## [0.2.10](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.9...@lion/icon@0.2.10) (2019-12-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
|
||||
|
||||
|
||||
- use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
## [0.2.9](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.8...@lion/icon@0.2.9) (2019-11-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.8](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.7...@lion/icon@0.2.8) (2019-10-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.7](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.6...@lion/icon@0.2.7) (2019-09-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.6](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.5...@lion/icon@0.2.6) (2019-09-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **icon:** render nothing consistently when svg is null ([4ff7a1e](https://github.com/ing-bank/lion/commit/4ff7a1e))
|
||||
|
||||
|
||||
|
||||
|
||||
- **icon:** render nothing consistently when svg is null ([4ff7a1e](https://github.com/ing-bank/lion/commit/4ff7a1e))
|
||||
|
||||
## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.4...@lion/icon@0.2.5) (2019-07-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.4](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.3...@lion/icon@0.2.4) (2019-07-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.3](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.2...@lion/icon@0.2.3) (2019-07-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.2](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.1...@lion/icon@0.2.2) (2019-07-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/icon@0.2.0...@lion/icon@0.2.1) (2019-07-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.10...@lion/icon@0.2.0) (2019-07-01)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **icon:** enforce icon security using tagged templates ([a6b0780](https://github.com/ing-bank/lion/commit/a6b0780))
|
||||
|
||||
|
||||
|
||||
|
||||
- **icon:** enforce icon security using tagged templates ([a6b0780](https://github.com/ing-bank/lion/commit/a6b0780))
|
||||
|
||||
## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.9...@lion/icon@0.1.10) (2019-06-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **icon:** refactor icon to not use 'until' hack and use get/set ([675fc61](https://github.com/ing-bank/lion/commit/675fc61))
|
||||
* **icon:** render nothing consistently when svg is undefined ([c62d335](https://github.com/ing-bank/lion/commit/c62d335))
|
||||
* **icon:** use LitElement ([bd5f51e](https://github.com/ing-bank/lion/commit/bd5f51e))
|
||||
|
||||
|
||||
|
||||
|
||||
- **icon:** refactor icon to not use 'until' hack and use get/set ([675fc61](https://github.com/ing-bank/lion/commit/675fc61))
|
||||
- **icon:** render nothing consistently when svg is undefined ([c62d335](https://github.com/ing-bank/lion/commit/c62d335))
|
||||
- **icon:** use LitElement ([bd5f51e](https://github.com/ing-bank/lion/commit/bd5f51e))
|
||||
|
||||
## [0.1.9](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.8...@lion/icon@0.1.9) (2019-05-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.7...@lion/icon@0.1.8) (2019-05-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.7](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.6...@lion/icon@0.1.7) (2019-05-22)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.6](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.5...@lion/icon@0.1.6) (2019-05-17)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.4...@lion/icon@0.1.5) (2019-05-16)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.3...@lion/icon@0.1.4) (2019-05-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add prepublish step to make links absolute for npm docs ([9f2c4f6](https://github.com/ing-bank/lion/commit/9f2c4f6))
|
||||
|
||||
|
||||
|
||||
|
||||
- add prepublish step to make links absolute for npm docs ([9f2c4f6](https://github.com/ing-bank/lion/commit/9f2c4f6))
|
||||
|
||||
## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.2...@lion/icon@0.1.3) (2019-04-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook/linting; adjust story labels, eslint ignores ([8d96f84](https://github.com/ing-bank/lion/commit/8d96f84))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook/linting; adjust story labels, eslint ignores ([8d96f84](https://github.com/ing-bank/lion/commit/8d96f84))
|
||||
|
||||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.1...@lion/icon@0.1.2) (2019-04-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/icon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/icon@0.1.0...@lion/icon@0.1.1) (2019-04-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add missing files to npm packages ([0e3ca17](https://github.com/ing-bank/lion/commit/0e3ca17))
|
||||
|
||||
|
||||
|
||||
|
||||
- add missing files to npm packages ([0e3ca17](https://github.com/ing-bank/lion/commit/0e3ca17))
|
||||
|
||||
# 0.1.0 (2019-04-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* release inital public lion version ([ec8da8f](https://github.com/ing-bank/lion/commit/ec8da8f))
|
||||
- release inital public lion version ([ec8da8f](https://github.com/ing-bank/lion/commit/ec8da8f))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/icon",
|
||||
"version": "0.6.5",
|
||||
"version": "0.7.0",
|
||||
"description": "A web component easily displaying svg icons",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -32,8 +32,8 @@
|
|||
"./docs/icon-resolvers.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"singleton-manager": "1.1.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"singleton-manager": "1.1.2"
|
||||
},
|
||||
"keywords": [
|
||||
"icon",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-amount",
|
||||
"version": "0.7.15",
|
||||
"version": "0.7.16",
|
||||
"description": "Provide a way for users to fill in an amount",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -31,13 +31,13 @@
|
|||
"lion-input-amount.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/form-core": "0.3.1",
|
||||
"@lion/input": "0.8.1",
|
||||
"@lion/localize": "0.13.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/form-core": "0.4.0",
|
||||
"@lion/input": "0.8.2",
|
||||
"@lion/localize": "0.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate-messages": "0.2.7"
|
||||
"@lion/validate-messages": "0.2.8"
|
||||
},
|
||||
"keywords": [
|
||||
"input-amount",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-date",
|
||||
"version": "0.7.15",
|
||||
"version": "0.7.16",
|
||||
"description": "Provide a way for users to fill in a date",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -31,13 +31,13 @@
|
|||
"lion-input-date.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/form-core": "0.3.1",
|
||||
"@lion/input": "0.8.1",
|
||||
"@lion/localize": "0.13.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/form-core": "0.4.0",
|
||||
"@lion/input": "0.8.2",
|
||||
"@lion/localize": "0.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate-messages": "0.2.7"
|
||||
"@lion/validate-messages": "0.2.8"
|
||||
},
|
||||
"keywords": [
|
||||
"input-date",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-datepicker",
|
||||
"version": "0.14.19",
|
||||
"version": "0.14.20",
|
||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -31,15 +31,15 @@
|
|||
"lion-input-datepicker.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/calendar": "0.9.6",
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/form-core": "0.3.1",
|
||||
"@lion/input-date": "0.7.15",
|
||||
"@lion/localize": "0.13.1",
|
||||
"@lion/overlays": "0.16.11"
|
||||
"@lion/calendar": "0.9.7",
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/form-core": "0.4.0",
|
||||
"@lion/input-date": "0.7.16",
|
||||
"@lion/localize": "0.14.0",
|
||||
"@lion/overlays": "0.16.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate-messages": "0.2.7"
|
||||
"@lion/validate-messages": "0.2.8"
|
||||
},
|
||||
"keywords": [
|
||||
"calendar",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-email",
|
||||
"version": "0.8.15",
|
||||
"version": "0.8.16",
|
||||
"description": "Provide a way for users to fill in an email",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -31,13 +31,13 @@
|
|||
"lion-input-email.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/form-core": "0.3.1",
|
||||
"@lion/input": "0.8.1",
|
||||
"@lion/localize": "0.13.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/form-core": "0.4.0",
|
||||
"@lion/input": "0.8.2",
|
||||
"@lion/localize": "0.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate-messages": "0.2.7"
|
||||
"@lion/validate-messages": "0.2.8"
|
||||
},
|
||||
"keywords": [
|
||||
"input-email",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-iban",
|
||||
"version": "0.9.15",
|
||||
"version": "0.9.16",
|
||||
"description": "Provide a way for users to fill in an iban",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -31,14 +31,14 @@
|
|||
"lion-input-iban.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/form-core": "0.3.1",
|
||||
"@lion/input": "0.8.1",
|
||||
"@lion/localize": "0.13.1",
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/form-core": "0.4.0",
|
||||
"@lion/input": "0.8.2",
|
||||
"@lion/localize": "0.14.0",
|
||||
"ibantools": "^2.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lion/validate-messages": "0.2.7"
|
||||
"@lion/validate-messages": "0.2.8"
|
||||
},
|
||||
"keywords": [
|
||||
"input-iban",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,17 @@
|
|||
# Change Log
|
||||
|
||||
## 0.4.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [09d96759]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/form-core@0.4.0
|
||||
- @lion/core@0.9.0
|
||||
- @lion/localize@0.14.0
|
||||
- @lion/input@0.8.2
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
|
|
@ -7,380 +19,197 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.14](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.13...@lion/input-range@0.4.14) (2020-07-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.13](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.12...@lion/input-range@0.4.13) (2020-07-16)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.12](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.11...@lion/input-range@0.4.12) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.11](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.10...@lion/input-range@0.4.11) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.10](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.9...@lion/input-range@0.4.10) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.9](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.8...@lion/input-range@0.4.9) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.8](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.7...@lion/input-range@0.4.8) (2020-07-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.7](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.6...@lion/input-range@0.4.7) (2020-07-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.6](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.5...@lion/input-range@0.4.6) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.5](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.4...@lion/input-range@0.4.5) (2020-06-10)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.4](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.3...@lion/input-range@0.4.4) (2020-06-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.3](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.2...@lion/input-range@0.4.3) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.1...@lion/input-range@0.4.2) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/input-range@0.4.0...@lion/input-range@0.4.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
- remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/input-range@0.3.1...@lion/input-range@0.4.0) (2020-05-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* merge field/validate/choice-input/form-group into @lion/form-core ([6170374](https://github.com/ing-bank/lion/commit/6170374ee8c058cb95fff79b4953b0535219e9b4))
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
- merge field/validate/choice-input/form-group into @lion/form-core ([6170374](https://github.com/ing-bank/lion/commit/6170374ee8c058cb95fff79b4953b0535219e9b4))
|
||||
- use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/input-range@0.3.0...@lion/input-range@0.3.1) (2020-05-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.3.0](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.23...@lion/input-range@0.3.0) (2020-05-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
|
||||
|
||||
|
||||
- use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
## [0.2.23](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.22...@lion/input-range@0.2.23) (2020-04-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.22](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.21...@lion/input-range@0.2.22) (2020-04-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **input-range:** securely apply css ([ada5350](https://github.com/ing-bank/lion/commit/ada5350a213f17f995d6bdedb82f387b3571a695))
|
||||
|
||||
|
||||
|
||||
|
||||
- **input-range:** securely apply css ([ada5350](https://github.com/ing-bank/lion/commit/ada5350a213f17f995d6bdedb82f387b3571a695))
|
||||
|
||||
## [0.2.21](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.20...@lion/input-range@0.2.21) (2020-04-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.20](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.19...@lion/input-range@0.2.20) (2020-03-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.19](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.18...@lion/input-range@0.2.19) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.18](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.17...@lion/input-range@0.2.18) (2020-03-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.17](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.16...@lion/input-range@0.2.17) (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.16](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.15...@lion/input-range@0.2.16) (2020-03-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* normalize subclasser apis ([ce0630f](https://github.com/ing-bank/lion/commit/ce0630f32b2206813e5cfd2c7842b2faa5141591))
|
||||
|
||||
|
||||
|
||||
|
||||
- normalize subclasser apis ([ce0630f](https://github.com/ing-bank/lion/commit/ce0630f32b2206813e5cfd2c7842b2faa5141591))
|
||||
|
||||
## [0.2.15](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.14...@lion/input-range@0.2.15) (2020-03-01)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.14](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.13...@lion/input-range@0.2.14) (2020-02-26)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.13](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.12...@lion/input-range@0.2.13) (2020-02-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* removed FieldCustomMixin ([f44d8aa](https://github.com/ing-bank/lion/commit/f44d8aa26ae7124d8dcb251e1f66ab9beae71050))
|
||||
|
||||
|
||||
|
||||
|
||||
- removed FieldCustomMixin ([f44d8aa](https://github.com/ing-bank/lion/commit/f44d8aa26ae7124d8dcb251e1f66ab9beae71050))
|
||||
|
||||
## [0.2.12](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.11...@lion/input-range@0.2.12) (2020-02-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
|
||||
|
||||
|
||||
- reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
## [0.2.11](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.10...@lion/input-range@0.2.11) (2020-02-10)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.10](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.9...@lion/input-range@0.2.10) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.9](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.8...@lion/input-range@0.2.9) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.6](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.5...@lion/input-range@0.2.6) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.4...@lion/input-range@0.2.5) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.4](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.3...@lion/input-range@0.2.4) (2020-01-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update links in stories ([0c53b1d](https://github.com/ing-bank/lion/commit/0c53b1d4bb4fa51820656bacfc2aece653d03182))
|
||||
|
||||
|
||||
|
||||
|
||||
- update links in stories ([0c53b1d](https://github.com/ing-bank/lion/commit/0c53b1d4bb4fa51820656bacfc2aece653d03182))
|
||||
|
||||
## [0.2.3](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.2...@lion/input-range@0.2.3) (2020-01-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.2](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.1...@lion/input-range@0.2.2) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/input-range@0.2.0...@lion/input-range@0.2.1) (2020-01-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/input-range@0.1.1...@lion/input-range@0.2.0) (2020-01-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
|
||||
|
||||
|
||||
- improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/input-range@0.1.0...@lion/input-range@0.1.1) (2020-01-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/input-range
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.1.0 (2019-12-16)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **input-range:** create input-range component ([d81e5ea](https://github.com/ing-bank/lion/commit/d81e5ea5477a4f6e5160830a5d9b81a9d1abbd6b))
|
||||
- **input-range:** create input-range component ([d81e5ea](https://github.com/ing-bank/lion/commit/d81e5ea5477a4f6e5160830a5d9b81a9d1abbd6b))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input-range",
|
||||
"version": "0.4.15",
|
||||
"version": "0.4.16",
|
||||
"description": "Provide a way for users to select one value from a range of values",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -31,10 +31,10 @@
|
|||
"lion-input-range.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/form-core": "0.3.1",
|
||||
"@lion/input": "0.8.1",
|
||||
"@lion/localize": "0.13.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/form-core": "0.4.0",
|
||||
"@lion/input": "0.8.2",
|
||||
"@lion/localize": "0.14.0"
|
||||
},
|
||||
"keywords": [
|
||||
"input-range",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/input",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"description": "It enhances the functionality of the native `<input>` element",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
"lion-input.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/form-core": "0.3.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/form-core": "0.4.0"
|
||||
},
|
||||
"keywords": [
|
||||
"input",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,22 @@
|
|||
# Change Log
|
||||
|
||||
## 0.14.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 09d96759: Add types for localize package. JSDocs types in the .js files, TSC generates type definition files. Mixins type definition files are hand-typed.
|
||||
- 9ecab4d5: Removing LionSingleton as es modules are already guaranteed to be singletons.
|
||||
This reduces complexity and means less code to ship to our users.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3c61fd29: Add types to form-core, for everything except form-group, choice-group and validate. Also added index.d.ts (re-)export files to git so that interdependent packages can use their types locally.
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [09d96759]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/core@0.9.0
|
||||
- singleton-manager@1.1.2
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
|
|
@ -7,657 +24,358 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.13.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.12.1...@lion/localize@0.13.0) (2020-07-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** format hungarian & bulgarian dates ([cddd51a](https://github.com/ing-bank/lion/commit/cddd51adcb1b64da3f6850c8bd7f38830abb8aa8)), closes [#540](https://github.com/ing-bank/lion/issues/540)
|
||||
|
||||
- **localize:** format hungarian & bulgarian dates ([cddd51a](https://github.com/ing-bank/lion/commit/cddd51adcb1b64da3f6850c8bd7f38830abb8aa8)), closes [#540](https://github.com/ing-bank/lion/issues/540)
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* **localize:** N
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** N
|
||||
|
||||
## [0.12.1](https://github.com/ing-bank/lion/compare/@lion/localize@0.12.0...@lion/localize@0.12.1) (2020-06-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** loading of new translations ([5b8a991](https://github.com/ing-bank/lion/commit/5b8a9915a3200c1ff9f4d7e0dab44695ace085c7))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** loading of new translations ([5b8a991](https://github.com/ing-bank/lion/commit/5b8a9915a3200c1ff9f4d7e0dab44695ace085c7))
|
||||
|
||||
# [0.12.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.11.2...@lion/localize@0.12.0) (2020-06-08)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **localize:** support google translate ([271520d](https://github.com/ing-bank/lion/commit/271520d55cff3c182357f792cad6675e54c36be3))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** support google translate ([271520d](https://github.com/ing-bank/lion/commit/271520d55cff3c182357f792cad6675e54c36be3))
|
||||
|
||||
## [0.11.2](https://github.com/ing-bank/lion/compare/@lion/localize@0.11.1...@lion/localize@0.11.2) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.11.1](https://github.com/ing-bank/lion/compare/@lion/localize@0.11.0...@lion/localize@0.11.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
- remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
# [0.11.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.10.0...@lion/localize@0.11.0) (2020-05-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
- use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
# [0.10.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.9.2...@lion/localize@0.10.0) (2020-05-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
|
||||
|
||||
|
||||
- use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
## [0.9.2](https://github.com/ing-bank/lion/compare/@lion/localize@0.9.1...@lion/localize@0.9.2) (2020-04-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localization:** force TR currency code at the end ([#641](https://github.com/ing-bank/lion/issues/641)) ([89a84a8](https://github.com/ing-bank/lion/commit/89a84a8b29969a018d28af4dadc509709caaa7c3))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localization:** force TR currency code at the end ([#641](https://github.com/ing-bank/lion/issues/641)) ([89a84a8](https://github.com/ing-bank/lion/commit/89a84a8b29969a018d28af4dadc509709caaa7c3))
|
||||
|
||||
## [0.9.1](https://github.com/ing-bank/lion/compare/@lion/localize@0.9.0...@lion/localize@0.9.1) (2020-04-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.9.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.10...@lion/localize@0.9.0) (2020-03-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* refrain from using dynamic vars inside dynamic import ([42c840f](https://github.com/ing-bank/lion/commit/42c840f9498810a81296c9beb8a4f6bbdbc4fa0b))
|
||||
|
||||
|
||||
|
||||
|
||||
- refrain from using dynamic vars inside dynamic import ([42c840f](https://github.com/ing-bank/lion/commit/42c840f9498810a81296c9beb8a4f6bbdbc4fa0b))
|
||||
|
||||
## [0.8.10](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.9...@lion/localize@0.8.10) (2020-03-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.9](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.8...@lion/localize@0.8.9) (2020-03-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **input-amount:** normalize added for currency label ([#618](https://github.com/ing-bank/lion/issues/618)) ([1bec11a](https://github.com/ing-bank/lion/commit/1bec11a2672671fd981f63eb00ba169e4df9451b))
|
||||
* **localize:** force symbols for locale 'en-AU' ([#619](https://github.com/ing-bank/lion/issues/619)) ([a9ea72b](https://github.com/ing-bank/lion/commit/a9ea72b7dff1d87c5a0dde85edead5135d1efcaf))
|
||||
|
||||
|
||||
|
||||
|
||||
- **input-amount:** normalize added for currency label ([#618](https://github.com/ing-bank/lion/issues/618)) ([1bec11a](https://github.com/ing-bank/lion/commit/1bec11a2672671fd981f63eb00ba169e4df9451b))
|
||||
- **localize:** force symbols for locale 'en-AU' ([#619](https://github.com/ing-bank/lion/issues/619)) ([a9ea72b](https://github.com/ing-bank/lion/commit/a9ea72b7dff1d87c5a0dde85edead5135d1efcaf))
|
||||
|
||||
## [0.8.8](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.7...@lion/localize@0.8.8) (2020-02-26)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.7](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.6...@lion/localize@0.8.7) (2020-02-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
|
||||
|
||||
|
||||
- reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** if locale is set to tr, currency TRY should display TL ([8fb3b23](https://github.com/ing-bank/lion/commit/8fb3b237553bda38cb66b0b75b683f4a69d4a2a5))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** if locale is set to tr, currency TRY should display TL ([8fb3b23](https://github.com/ing-bank/lion/commit/8fb3b237553bda38cb66b0b75b683f4a69d4a2a5))
|
||||
|
||||
## [0.8.4](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.3...@lion/localize@0.8.4) (2020-01-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update links in stories ([0c53b1d](https://github.com/ing-bank/lion/commit/0c53b1d4bb4fa51820656bacfc2aece653d03182))
|
||||
|
||||
|
||||
|
||||
|
||||
- update links in stories ([0c53b1d](https://github.com/ing-bank/lion/commit/0c53b1d4bb4fa51820656bacfc2aece653d03182))
|
||||
|
||||
## [0.8.3](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.2...@lion/localize@0.8.3) (2020-01-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.2](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.1...@lion/localize@0.8.2) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.8.1](https://github.com/ing-bank/lion/compare/@lion/localize@0.8.0...@lion/localize@0.8.1) (2020-01-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
# [0.8.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.7.2...@lion/localize@0.8.0) (2020-01-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** fire localeChanged after loading missing locales ([bf7603e](https://github.com/ing-bank/lion/commit/bf7603e7e28c10e5f1500d229c35c4710f80125f))
|
||||
|
||||
- **localize:** fire localeChanged after loading missing locales ([bf7603e](https://github.com/ing-bank/lion/commit/bf7603e7e28c10e5f1500d229c35c4710f80125f))
|
||||
|
||||
### Features
|
||||
|
||||
* improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
|
||||
|
||||
|
||||
- improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/localize@0.7.1...@lion/localize@0.7.2) (2020-01-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** allow negative bulgarian numbers ([367e2f4](https://github.com/ing-bank/lion/commit/367e2f4f96be9ef7b3a1018f07a1dcd8311ba07b))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** allow negative bulgarian numbers ([367e2f4](https://github.com/ing-bank/lion/commit/367e2f4f96be9ef7b3a1018f07a1dcd8311ba07b))
|
||||
|
||||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/localize@0.7.0...@lion/localize@0.7.1) (2019-12-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
|
||||
|
||||
|
||||
- use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.6.0...@lion/localize@0.7.0) (2019-12-01)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* refactor the overlay system implementations, docs and demos ([a5a9f97](https://github.com/ing-bank/lion/commit/a5a9f975a61649cd1f861a80923c678c5f4d51be))
|
||||
|
||||
|
||||
|
||||
|
||||
- refactor the overlay system implementations, docs and demos ([a5a9f97](https://github.com/ing-bank/lion/commit/a5a9f975a61649cd1f861a80923c678c5f4d51be))
|
||||
|
||||
# [0.6.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.5.0...@lion/localize@0.6.0) (2019-11-27)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **localize:** add getCurrencyName ([708b6f9](https://github.com/ing-bank/lion/commit/708b6f991d1f37013a69f5e880f44ac267131661))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** add getCurrencyName ([708b6f9](https://github.com/ing-bank/lion/commit/708b6f991d1f37013a69f5e880f44ac267131661))
|
||||
|
||||
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.21...@lion/localize@0.5.0) (2019-11-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* remove all deprecations from lion ([66d3d39](https://github.com/ing-bank/lion/commit/66d3d390aebeaa61b6effdea7d5f7eea0e89c894))
|
||||
|
||||
|
||||
|
||||
|
||||
- remove all deprecations from lion ([66d3d39](https://github.com/ing-bank/lion/commit/66d3d390aebeaa61b6effdea7d5f7eea0e89c894))
|
||||
|
||||
## [0.4.21](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.20...@lion/localize@0.4.21) (2019-10-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** unforce defaults when options are given ([08a9129](https://github.com/ing-bank/lion/commit/08a9129))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** unforce defaults when options are given ([08a9129](https://github.com/ing-bank/lion/commit/08a9129))
|
||||
|
||||
## [0.4.20](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.19...@lion/localize@0.4.20) (2019-10-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.19](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.18...@lion/localize@0.4.19) (2019-10-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** add tests for percent in formatNumberToParts ([1f40250](https://github.com/ing-bank/lion/commit/1f40250))
|
||||
* **localize:** use option.locale to get separator in formatNumberToParts ([093cfa0](https://github.com/ing-bank/lion/commit/093cfa0))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** add tests for percent in formatNumberToParts ([1f40250](https://github.com/ing-bank/lion/commit/1f40250))
|
||||
- **localize:** use option.locale to get separator in formatNumberToParts ([093cfa0](https://github.com/ing-bank/lion/commit/093cfa0))
|
||||
|
||||
## [0.4.18](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.17...@lion/localize@0.4.18) (2019-10-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.17](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.16...@lion/localize@0.4.17) (2019-09-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** allow multiple characters for currency symbols ([20b77a4](https://github.com/ing-bank/lion/commit/20b77a4))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** allow multiple characters for currency symbols ([20b77a4](https://github.com/ing-bank/lion/commit/20b77a4))
|
||||
|
||||
## [0.4.16](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.15...@lion/localize@0.4.16) (2019-09-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.15](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.14...@lion/localize@0.4.15) (2019-09-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **input-amount:** use minus sign unicode instead of hypen-minus ([edd7396](https://github.com/ing-bank/lion/commit/edd7396))
|
||||
* **localize:** use minus sign unicode instead of hypen-minus ([85beb18](https://github.com/ing-bank/lion/commit/85beb18))
|
||||
|
||||
|
||||
|
||||
|
||||
- **input-amount:** use minus sign unicode instead of hypen-minus ([edd7396](https://github.com/ing-bank/lion/commit/edd7396))
|
||||
- **localize:** use minus sign unicode instead of hypen-minus ([85beb18](https://github.com/ing-bank/lion/commit/85beb18))
|
||||
|
||||
## [0.4.14](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.13...@lion/localize@0.4.14) (2019-08-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.13](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.12...@lion/localize@0.4.13) (2019-08-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** update the way to obtain the group separator for a number ([b0d6f49](https://github.com/ing-bank/lion/commit/b0d6f49))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** update the way to obtain the group separator for a number ([b0d6f49](https://github.com/ing-bank/lion/commit/b0d6f49))
|
||||
|
||||
## [0.4.12](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.11...@lion/localize@0.4.12) (2019-08-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** for bg-BG locale, correct Intl output for group separator ([c151f01](https://github.com/ing-bank/lion/commit/c151f01))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** for bg-BG locale, correct Intl output for group separator ([c151f01](https://github.com/ing-bank/lion/commit/c151f01))
|
||||
|
||||
## [0.4.11](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.10...@lion/localize@0.4.11) (2019-07-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* include test-helpers dir in the released package ([6489069](https://github.com/ing-bank/lion/commit/6489069))
|
||||
|
||||
|
||||
|
||||
|
||||
- include test-helpers dir in the released package ([6489069](https://github.com/ing-bank/lion/commit/6489069))
|
||||
|
||||
## [0.4.10](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.9...@lion/localize@0.4.10) (2019-07-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* public test-helpers ([3b889e3](https://github.com/ing-bank/lion/commit/3b889e3))
|
||||
|
||||
|
||||
|
||||
|
||||
- public test-helpers ([3b889e3](https://github.com/ing-bank/lion/commit/3b889e3))
|
||||
|
||||
## [0.4.9](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.8...@lion/localize@0.4.9) (2019-07-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.8](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.7...@lion/localize@0.4.8) (2019-07-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.7](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.6...@lion/localize@0.4.7) (2019-07-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.6](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.5...@lion/localize@0.4.6) (2019-07-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.5](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.4...@lion/localize@0.4.5) (2019-07-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.4](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.3...@lion/localize@0.4.4) (2019-07-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.3](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.2...@lion/localize@0.4.3) (2019-07-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** set default fallback locale "en-GB" (fix [#152](https://github.com/ing-bank/lion/issues/152)) ([270de8a](https://github.com/ing-bank/lion/commit/270de8a))
|
||||
* **localize:** support fallback locale ([e7ea9cb](https://github.com/ing-bank/lion/commit/e7ea9cb))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** set default fallback locale "en-GB" (fix [#152](https://github.com/ing-bank/lion/issues/152)) ([270de8a](https://github.com/ing-bank/lion/commit/270de8a))
|
||||
- **localize:** support fallback locale ([e7ea9cb](https://github.com/ing-bank/lion/commit/e7ea9cb))
|
||||
|
||||
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.1...@lion/localize@0.4.2) (2019-07-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** don't fire localeChanged event if set to the same locale ([3115c50](https://github.com/ing-bank/lion/commit/3115c50))
|
||||
* **localize:** observe <html lang> attribute ([18589f4](https://github.com/ing-bank/lion/commit/18589f4))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** don't fire localeChanged event if set to the same locale ([3115c50](https://github.com/ing-bank/lion/commit/3115c50))
|
||||
- **localize:** observe <html lang> attribute ([18589f4](https://github.com/ing-bank/lion/commit/18589f4))
|
||||
|
||||
## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/localize@0.4.0...@lion/localize@0.4.1) (2019-06-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** remove unnecessary normalization for Belgium ([0afb0e1](https://github.com/ing-bank/lion/commit/0afb0e1))
|
||||
* **localize:** return sign to the front of the currency formatted value in Dutch ([8fb70c2](https://github.com/ing-bank/lion/commit/8fb70c2))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** remove unnecessary normalization for Belgium ([0afb0e1](https://github.com/ing-bank/lion/commit/0afb0e1))
|
||||
- **localize:** return sign to the front of the currency formatted value in Dutch ([8fb70c2](https://github.com/ing-bank/lion/commit/8fb70c2))
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.3.6...@lion/localize@0.4.0) (2019-06-06)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **localize:** allow custom locale when loading namespaces ([2e76ca0](https://github.com/ing-bank/lion/commit/2e76ca0))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** allow custom locale when loading namespaces ([2e76ca0](https://github.com/ing-bank/lion/commit/2e76ca0))
|
||||
|
||||
## [0.3.6](https://github.com/ing-bank/lion/compare/@lion/localize@0.3.5...@lion/localize@0.3.6) (2019-05-31)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.5](https://github.com/ing-bank/lion/compare/@lion/localize@0.3.4...@lion/localize@0.3.5) (2019-05-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.4](https://github.com/ing-bank/lion/compare/@lion/localize@0.3.3...@lion/localize@0.3.4) (2019-05-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.3](https://github.com/ing-bank/lion/compare/@lion/localize@0.3.2...@lion/localize@0.3.3) (2019-05-22)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.2](https://github.com/ing-bank/lion/compare/@lion/localize@0.3.1...@lion/localize@0.3.2) (2019-05-17)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/localize@0.3.0...@lion/localize@0.3.1) (2019-05-16)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.3.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.2.0...@lion/localize@0.3.0) (2019-05-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** empty dates should be formatted as empty string ([6cfa301](https://github.com/ing-bank/lion/commit/6cfa301))
|
||||
|
||||
- **localize:** empty dates should be formatted as empty string ([6cfa301](https://github.com/ing-bank/lion/commit/6cfa301))
|
||||
|
||||
### Features
|
||||
|
||||
* **localize:** allow long/short/narrow param getMonthNames ([144ebce](https://github.com/ing-bank/lion/commit/144ebce))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** allow long/short/narrow param getMonthNames ([144ebce](https://github.com/ing-bank/lion/commit/144ebce))
|
||||
|
||||
# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/localize@0.1.7...@lion/localize@0.2.0) (2019-05-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **localize:** add reusable generators for month and weekday names ([043106c](https://github.com/ing-bank/lion/commit/043106c))
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** add reusable generators for month and weekday names ([043106c](https://github.com/ing-bank/lion/commit/043106c))
|
||||
|
||||
## [0.1.7](https://github.com/ing-bank/lion/compare/@lion/localize@0.1.6...@lion/localize@0.1.7) (2019-05-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add prepublish step to make links absolute for npm docs ([9f2c4f6](https://github.com/ing-bank/lion/commit/9f2c4f6))
|
||||
|
||||
|
||||
|
||||
|
||||
- add prepublish step to make links absolute for npm docs ([9f2c4f6](https://github.com/ing-bank/lion/commit/9f2c4f6))
|
||||
|
||||
## [0.1.6](https://github.com/ing-bank/lion/compare/@lion/localize@0.1.5...@lion/localize@0.1.6) (2019-05-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/localize@0.1.4...@lion/localize@0.1.5) (2019-05-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* import from entry points so stories can be extended ([49f18a4](https://github.com/ing-bank/lion/commit/49f18a4))
|
||||
|
||||
|
||||
|
||||
|
||||
- import from entry points so stories can be extended ([49f18a4](https://github.com/ing-bank/lion/commit/49f18a4))
|
||||
|
||||
## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/localize@0.1.3...@lion/localize@0.1.4) (2019-04-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/localize
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/localize@0.1.2...@lion/localize@0.1.3) (2019-04-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook/linting; adjust story labels, eslint ignores ([8d96f84](https://github.com/ing-bank/lion/commit/8d96f84))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook/linting; adjust story labels, eslint ignores ([8d96f84](https://github.com/ing-bank/lion/commit/8d96f84))
|
||||
|
||||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/localize@0.1.1...@lion/localize@0.1.2) (2019-04-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add missing exports to core, input-iban, localize ([f5fd18c](https://github.com/ing-bank/lion/commit/f5fd18c))
|
||||
|
||||
|
||||
|
||||
|
||||
- add missing exports to core, input-iban, localize ([f5fd18c](https://github.com/ing-bank/lion/commit/f5fd18c))
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/localize@0.1.0...@lion/localize@0.1.1) (2019-04-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add missing files to npm packages ([0e3ca17](https://github.com/ing-bank/lion/commit/0e3ca17))
|
||||
|
||||
|
||||
|
||||
|
||||
- add missing files to npm packages ([0e3ca17](https://github.com/ing-bank/lion/commit/0e3ca17))
|
||||
|
||||
# 0.1.0 (2019-04-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** work with dates of different timezones ([cbbf0d4](https://github.com/ing-bank/lion/commit/cbbf0d4))
|
||||
|
||||
- **localize:** work with dates of different timezones ([cbbf0d4](https://github.com/ing-bank/lion/commit/cbbf0d4))
|
||||
|
||||
### Features
|
||||
|
||||
* release inital public lion version ([ec8da8f](https://github.com/ing-bank/lion/commit/ec8da8f))
|
||||
- release inital public lion version ([ec8da8f](https://github.com/ing-bank/lion/commit/ec8da8f))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/localize",
|
||||
"version": "0.13.1",
|
||||
"version": "0.14.0",
|
||||
"description": "The localization system helps to manage localization data split into locales and automate its loading",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -30,8 +30,8 @@
|
|||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@bundled-es-modules/message-format": "6.0.4",
|
||||
"@lion/core": "0.8.0",
|
||||
"singleton-manager": "1.1.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"singleton-manager": "1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bundled-es-modules/fetch-mock": "^6.5.2"
|
||||
|
|
|
|||
|
|
@ -1,778 +1,439 @@
|
|||
# Change Log
|
||||
|
||||
## 0.16.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5a48e69b: Add a guard for content wrapper containing the content node before appending to the renderTarget. This prevents unhandled rejection.
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [09d96759]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/core@0.9.0
|
||||
- singleton-manager@1.1.2
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [0.16.11](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.10...@lion/overlays@0.16.11) (2020-07-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** no hide on label click ([e46f51c](https://github.com/ing-bank/lion/commit/e46f51ce335ec50879fc4f3bcdd57454632cc333))
|
||||
* **overlays:** role preservation + guarded attr storage ([c3f7aa8](https://github.com/ing-bank/lion/commit/c3f7aa8ea21bfe5fec23010bd130b4d942e8bc1a))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** no hide on label click ([e46f51c](https://github.com/ing-bank/lion/commit/e46f51ce335ec50879fc4f3bcdd57454632cc333))
|
||||
- **overlays:** role preservation + guarded attr storage ([c3f7aa8](https://github.com/ing-bank/lion/commit/c3f7aa8ea21bfe5fec23010bd130b4d942e8bc1a))
|
||||
|
||||
## [0.16.10](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.9...@lion/overlays@0.16.10) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.16.9](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.8...@lion/overlays@0.16.9) (2020-07-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** add protected show and hide complete hooks,fix flaky test ([53a5426](https://github.com/ing-bank/lion/commit/53a54261e97a529867a6f56971471d6f6de5347c))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** add protected show and hide complete hooks,fix flaky test ([53a5426](https://github.com/ing-bank/lion/commit/53a54261e97a529867a6f56971471d6f6de5347c))
|
||||
|
||||
## [0.16.8](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.7...@lion/overlays@0.16.8) (2020-07-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** only teardown when overlayCtrl defined ([121e156](https://github.com/ing-bank/lion/commit/121e1562fa0896f5e91732e4f9bea270c941a59c))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** only teardown when overlayCtrl defined ([121e156](https://github.com/ing-bank/lion/commit/121e1562fa0896f5e91732e4f9bea270c941a59c))
|
||||
|
||||
## [0.16.7](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.6...@lion/overlays@0.16.7) (2020-07-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.16.6](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.5...@lion/overlays@0.16.6) (2020-06-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** make focusable slotted buttons ([5e151bb](https://github.com/ing-bank/lion/commit/5e151bb8a41b4fcb37a00c0dcf568f4cb0378259))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** make focusable slotted buttons ([5e151bb](https://github.com/ing-bank/lion/commit/5e151bb8a41b4fcb37a00c0dcf568f4cb0378259))
|
||||
|
||||
## [0.16.5](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.4...@lion/overlays@0.16.5) (2020-06-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** accessibility attrs setup/teardown ([dfe1905](https://github.com/ing-bank/lion/commit/dfe1905e7c61007decb27da4dc30ea17fb1de1b1))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** accessibility attrs setup/teardown ([dfe1905](https://github.com/ing-bank/lion/commit/dfe1905e7c61007decb27da4dc30ea17fb1de1b1))
|
||||
|
||||
## [0.16.4](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.3...@lion/overlays@0.16.4) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.16.3](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.2...@lion/overlays@0.16.3) (2020-06-10)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.16.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.1...@lion/overlays@0.16.2) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.16.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.16.0...@lion/overlays@0.16.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** change dropdownConfig inheritsReferenceWidth to min ([16f7afb](https://github.com/ing-bank/lion/commit/16f7afbbdc8316c8da16f6f177c85af0cde4f70d))
|
||||
* **overlays:** prevent resize due to scrollbars on global overlay open ([#746](https://github.com/ing-bank/lion/issues/746)) ([c8da23c](https://github.com/ing-bank/lion/commit/c8da23ccb2a44b646e4bcdc3a2306086f444fb63))
|
||||
* define side effects for demo files ([1d40567](https://github.com/ing-bank/lion/commit/1d405671875c1c9c5518a3b7f57814337b3a67d6))
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
* throw when passing unconnected contentNode ([78dbfbe](https://github.com/ing-bank/lion/commit/78dbfbed49be49791f02054748e85f5f59468f67))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** change dropdownConfig inheritsReferenceWidth to min ([16f7afb](https://github.com/ing-bank/lion/commit/16f7afbbdc8316c8da16f6f177c85af0cde4f70d))
|
||||
- **overlays:** prevent resize due to scrollbars on global overlay open ([#746](https://github.com/ing-bank/lion/issues/746)) ([c8da23c](https://github.com/ing-bank/lion/commit/c8da23ccb2a44b646e4bcdc3a2306086f444fb63))
|
||||
- define side effects for demo files ([1d40567](https://github.com/ing-bank/lion/commit/1d405671875c1c9c5518a3b7f57814337b3a67d6))
|
||||
- remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
- throw when passing unconnected contentNode ([78dbfbe](https://github.com/ing-bank/lion/commit/78dbfbed49be49791f02054748e85f5f59468f67))
|
||||
|
||||
# [0.16.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.15.3...@lion/overlays@0.16.0) (2020-05-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
- use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
## [0.15.3](https://github.com/ing-bank/lion/compare/@lion/overlays@0.15.2...@lion/overlays@0.15.3) (2020-05-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3))
|
||||
|
||||
|
||||
|
||||
|
||||
- add side effects to package.json to fix storybook build ([a7f7b4c](https://github.com/ing-bank/lion/commit/a7f7b4c70d48a78c0a1d5511e54004c157f1dba3))
|
||||
|
||||
## [0.15.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.15.1...@lion/overlays@0.15.2) (2020-05-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** contain focus when tabbing into window ([d1189c9](https://github.com/ing-bank/lion/commit/d1189c9b4ea7f1393496206466fd4ff336afde5c))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** contain focus when tabbing into window ([d1189c9](https://github.com/ing-bank/lion/commit/d1189c9b4ea7f1393496206466fd4ff336afde5c))
|
||||
|
||||
## [0.15.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.15.0...@lion/overlays@0.15.1) (2020-05-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** support singleton override via setOverlays ([171b87f](https://github.com/ing-bank/lion/commit/171b87f8ebc74c7c780282bb97dbce01c8124d4f))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** support singleton override via setOverlays ([171b87f](https://github.com/ing-bank/lion/commit/171b87f8ebc74c7c780282bb97dbce01c8124d4f))
|
||||
|
||||
# [0.15.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.14.0...@lion/overlays@0.15.0) (2020-05-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
|
||||
|
||||
|
||||
- use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
# [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))
|
||||
|
||||
- **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))
|
||||
|
||||
|
||||
|
||||
|
||||
- **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)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **dialog:** teardown open close listeners after initial update complete ([da87445](https://github.com/ing-bank/lion/commit/da87445f33f4a168449ef6e37fc4244f16a0dc00))
|
||||
|
||||
|
||||
|
||||
|
||||
- **dialog:** teardown open close listeners after initial update complete ([da87445](https://github.com/ing-bank/lion/commit/da87445f33f4a168449ef6e37fc4244f16a0dc00))
|
||||
|
||||
## [0.13.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.13.1...@lion/overlays@0.13.2) (2020-04-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.13.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.13.0...@lion/overlays@0.13.1) (2020-04-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** synchronize intercepted opened state OverlayMixin ([88d3850](https://github.com/ing-bank/lion/commit/88d3850d5ddcbd98f94a1950bfd096dc76ddc90f))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** synchronize intercepted opened state OverlayMixin ([88d3850](https://github.com/ing-bank/lion/commit/88d3850d5ddcbd98f94a1950bfd096dc76ddc90f))
|
||||
|
||||
# [0.13.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.9...@lion/overlays@0.13.0) (2020-04-07)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** add invokerRelation option ([#672](https://github.com/ing-bank/lion/issues/672)) ([d7cfab0](https://github.com/ing-bank/lion/commit/d7cfab016fa8526f0a3ce5be4d77fb306accbc6e))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** add invokerRelation option ([#672](https://github.com/ing-bank/lion/issues/672)) ([d7cfab0](https://github.com/ing-bank/lion/commit/d7cfab016fa8526f0a3ce5be4d77fb306accbc6e))
|
||||
|
||||
## [0.12.9](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.8...@lion/overlays@0.12.9) (2020-04-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** support reconnecting overlay nodes inside other overlays ([afd5ac9](https://github.com/ing-bank/lion/commit/afd5ac96cc100d86acd88c4b225039dc47fe8773))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** support reconnecting overlay nodes inside other overlays ([afd5ac9](https://github.com/ing-bank/lion/commit/afd5ac96cc100d86acd88c4b225039dc47fe8773))
|
||||
|
||||
## [0.12.8](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.7...@lion/overlays@0.12.8) (2020-03-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **select-rich:** consider no default select for inheritsReferenceWidth ([e636ce1](https://github.com/ing-bank/lion/commit/e636ce1f9c12c35a0885aa6e991d9554c944def5))
|
||||
|
||||
|
||||
|
||||
|
||||
- **select-rich:** consider no default select for inheritsReferenceWidth ([e636ce1](https://github.com/ing-bank/lion/commit/e636ce1f9c12c35a0885aa6e991d9554c944def5))
|
||||
|
||||
## [0.12.7](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.6...@lion/overlays@0.12.7) (2020-03-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.12.6](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.5...@lion/overlays@0.12.6) (2020-03-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** support backdrop with local overlay ([e472b64](https://github.com/ing-bank/lion/commit/e472b64f7bc7c7c3ecf1e50f3f2b245c36c387f1))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** support backdrop with local overlay ([e472b64](https://github.com/ing-bank/lion/commit/e472b64f7bc7c7c3ecf1e50f3f2b245c36c387f1))
|
||||
|
||||
## [0.12.5](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.4...@lion/overlays@0.12.5) (2020-03-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* normalization model-value-changed events ([1b6c3a4](https://github.com/ing-bank/lion/commit/1b6c3a44c820b9d61c26849b91bbb1bc8d6c772b))
|
||||
|
||||
|
||||
|
||||
|
||||
- normalization model-value-changed events ([1b6c3a4](https://github.com/ing-bank/lion/commit/1b6c3a44c820b9d61c26849b91bbb1bc8d6c772b))
|
||||
|
||||
## [0.12.4](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.3...@lion/overlays@0.12.4) (2020-03-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.12.3](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.2...@lion/overlays@0.12.3) (2020-02-26)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.12.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.1...@lion/overlays@0.12.2) (2020-02-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
|
||||
|
||||
|
||||
- reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
## [0.12.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.12.0...@lion/overlays@0.12.1) (2020-02-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [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))
|
||||
|
||||
|
||||
|
||||
|
||||
- **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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.11.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.11.1...@lion/overlays@0.11.2) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.11.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.11.0...@lion/overlays@0.11.1) (2020-01-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
# [0.11.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.10.1...@lion/overlays@0.11.0) (2020-01-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
|
||||
|
||||
|
||||
- improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
## [0.10.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.10.0...@lion/overlays@0.10.1) (2019-12-17)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.10.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.9.0...@lion/overlays@0.10.0) (2019-12-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **tooltip:** arrow ([d4f99f1](https://github.com/ing-bank/lion/commit/d4f99f1b9222e26908139d0269ab95b563af19eb))
|
||||
|
||||
|
||||
|
||||
|
||||
- **tooltip:** arrow ([d4f99f1](https://github.com/ing-bank/lion/commit/d4f99f1b9222e26908139d0269ab95b563af19eb))
|
||||
|
||||
# [0.9.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.8.0...@lion/overlays@0.9.0) (2019-12-11)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** close/hide events on dom (OverlayMixin) level ([b2c5f92](https://github.com/ing-bank/lion/commit/b2c5f92e085c28eebeedd948a1386be9b4c1cdea))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** close/hide events on dom (OverlayMixin) level ([b2c5f92](https://github.com/ing-bank/lion/commit/b2c5f92e085c28eebeedd948a1386be9b4c1cdea))
|
||||
|
||||
# [0.8.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.7.1...@lion/overlays@0.8.0) (2019-12-04)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5))
|
||||
|
||||
|
||||
|
||||
|
||||
- integrate and pass automated a11y testing ([e1a417b](https://github.com/ing-bank/lion/commit/e1a417b041431e4e25a5b6a63e23ba0a3974f5a5))
|
||||
|
||||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.7.0...@lion/overlays@0.7.1) (2019-12-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
|
||||
|
||||
|
||||
- use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.6.4...@lion/overlays@0.7.0) (2019-12-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** close overlay upon disconnectedCallback ([ab5cb62](https://github.com/ing-bank/lion/commit/ab5cb627afe5ce5c9739346afe1404cc16326576))
|
||||
* **overlays:** fix overlay content node selector to be more accurate ([411889c](https://github.com/ing-bank/lion/commit/411889c919951a74a85b97f8edff7379c46180f7))
|
||||
* **overlays:** hideOnEsc should also work while being on the invoker ([c899cf2](https://github.com/ing-bank/lion/commit/c899cf26d278d8512f521ba37522f7472805c9ed))
|
||||
* **overlays:** remove _contentNodeWrapper on teardown ([0b31494](https://github.com/ing-bank/lion/commit/0b3149469aaa4f7b50d62fc758137a2c94e3a10c))
|
||||
* no longer use overlay templates ([49974bd](https://github.com/ing-bank/lion/commit/49974bd2b86d7f02e8c19aa51a0a79779b897384))
|
||||
|
||||
- **overlays:** close overlay upon disconnectedCallback ([ab5cb62](https://github.com/ing-bank/lion/commit/ab5cb627afe5ce5c9739346afe1404cc16326576))
|
||||
- **overlays:** fix overlay content node selector to be more accurate ([411889c](https://github.com/ing-bank/lion/commit/411889c919951a74a85b97f8edff7379c46180f7))
|
||||
- **overlays:** hideOnEsc should also work while being on the invoker ([c899cf2](https://github.com/ing-bank/lion/commit/c899cf26d278d8512f521ba37522f7472805c9ed))
|
||||
- **overlays:** remove \_contentNodeWrapper on teardown ([0b31494](https://github.com/ing-bank/lion/commit/0b3149469aaa4f7b50d62fc758137a2c94e3a10c))
|
||||
- no longer use overlay templates ([49974bd](https://github.com/ing-bank/lion/commit/49974bd2b86d7f02e8c19aa51a0a79779b897384))
|
||||
|
||||
### Features
|
||||
|
||||
* refactor the overlay system implementations, docs and demos ([a5a9f97](https://github.com/ing-bank/lion/commit/a5a9f975a61649cd1f861a80923c678c5f4d51be))
|
||||
* **overlays:** add before-show event to OverlayMixin ([57a3c04](https://github.com/ing-bank/lion/commit/57a3c04873d2f7e6cc879f4d129a10d7d863a8f7))
|
||||
* **overlays:** improve API for overriding controller config in mixin ([45f5571](https://github.com/ing-bank/lion/commit/45f557183d7bef95ea9685d751e90ba12a4eb2d8))
|
||||
|
||||
|
||||
|
||||
|
||||
- refactor the overlay system implementations, docs and demos ([a5a9f97](https://github.com/ing-bank/lion/commit/a5a9f975a61649cd1f861a80923c678c5f4d51be))
|
||||
- **overlays:** add before-show event to OverlayMixin ([57a3c04](https://github.com/ing-bank/lion/commit/57a3c04873d2f7e6cc879f4d129a10d7d863a8f7))
|
||||
- **overlays:** improve API for overriding controller config in mixin ([45f5571](https://github.com/ing-bank/lion/commit/45f557183d7bef95ea9685d751e90ba12a4eb2d8))
|
||||
|
||||
## [0.6.4](https://github.com/ing-bank/lion/compare/@lion/overlays@0.6.3...@lion/overlays@0.6.4) (2019-11-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* refactor slot selection ([5999ea9](https://github.com/ing-bank/lion/commit/5999ea956967b449f3f04935c7facb19e2889dc9))
|
||||
|
||||
|
||||
|
||||
|
||||
- refactor slot selection ([5999ea9](https://github.com/ing-bank/lion/commit/5999ea956967b449f3f04935c7facb19e2889dc9))
|
||||
|
||||
## [0.6.3](https://github.com/ing-bank/lion/compare/@lion/overlays@0.6.2...@lion/overlays@0.6.3) (2019-11-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.6.1...@lion/overlays@0.6.2) (2019-10-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** remove setting inheritsReferenceWidth by default ([8237b64](https://github.com/ing-bank/lion/commit/8237b64))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** remove setting inheritsReferenceWidth by default ([8237b64](https://github.com/ing-bank/lion/commit/8237b64))
|
||||
|
||||
## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.6.0...@lion/overlays@0.6.1) (2019-10-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.6.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.5.1...@lion/overlays@0.6.0) (2019-10-10)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** release new overlay system ([364f185](https://github.com/ing-bank/lion/commit/364f185))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** release new overlay system ([364f185](https://github.com/ing-bank/lion/commit/364f185))
|
||||
|
||||
## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.5.0...@lion/overlays@0.5.1) (2019-09-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** fix contentNodes for local and global overlays ([733991d](https://github.com/ing-bank/lion/commit/733991d))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** fix contentNodes for local and global overlays ([733991d](https://github.com/ing-bank/lion/commit/733991d))
|
||||
|
||||
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.4.0...@lion/overlays@0.5.0) (2019-09-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** delegate events in DynamicOverlayController ([20037ba](https://github.com/ing-bank/lion/commit/20037ba))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** delegate events in DynamicOverlayController ([20037ba](https://github.com/ing-bank/lion/commit/20037ba))
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.12...@lion/overlays@0.4.0) (2019-09-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** add viewport placement to global overlays ([1cc92fb](https://github.com/ing-bank/lion/commit/1cc92fb))
|
||||
* **overlays:** align Overlays API + add DynamicOverlay ([224f794](https://github.com/ing-bank/lion/commit/224f794))
|
||||
* **overlays:** create BottomsheetController ([4b858cb](https://github.com/ing-bank/lion/commit/4b858cb))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** add viewport placement to global overlays ([1cc92fb](https://github.com/ing-bank/lion/commit/1cc92fb))
|
||||
- **overlays:** align Overlays API + add DynamicOverlay ([224f794](https://github.com/ing-bank/lion/commit/224f794))
|
||||
- **overlays:** create BottomsheetController ([4b858cb](https://github.com/ing-bank/lion/commit/4b858cb))
|
||||
|
||||
## [0.3.12](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.11...@lion/overlays@0.3.12) (2019-08-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** global overlays have fixed positioning context ([6bee300](https://github.com/ing-bank/lion/commit/6bee300))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** global overlays have fixed positioning context ([6bee300](https://github.com/ing-bank/lion/commit/6bee300))
|
||||
|
||||
## [0.3.11](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.10...@lion/overlays@0.3.11) (2019-07-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.10](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.9...@lion/overlays@0.3.10) (2019-07-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.9](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.8...@lion/overlays@0.3.9) (2019-07-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.8](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.7...@lion/overlays@0.3.8) (2019-07-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.7](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.6...@lion/overlays@0.3.7) (2019-07-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.6](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.5...@lion/overlays@0.3.6) (2019-07-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** fix popper for IE11 by using esm dist target ([16078c5](https://github.com/ing-bank/lion/commit/16078c5))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** fix popper for IE11 by using esm dist target ([16078c5](https://github.com/ing-bank/lion/commit/16078c5))
|
||||
|
||||
## [0.3.5](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.4...@lion/overlays@0.3.5) (2019-07-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.4](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.3...@lion/overlays@0.3.4) (2019-07-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* support Chinese language ([a0ebd2d](https://github.com/ing-bank/lion/commit/a0ebd2d))
|
||||
|
||||
|
||||
|
||||
|
||||
- support Chinese language ([a0ebd2d](https://github.com/ing-bank/lion/commit/a0ebd2d))
|
||||
|
||||
## [0.3.3](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.2...@lion/overlays@0.3.3) (2019-07-12)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** add inheritsReferenceObjectWidth parameter ([229d282](https://github.com/ing-bank/lion/commit/229d282))
|
||||
* **overlays:** fire show/hide event on shown changed ([e02bc42](https://github.com/ing-bank/lion/commit/e02bc42))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** add inheritsReferenceObjectWidth parameter ([229d282](https://github.com/ing-bank/lion/commit/229d282))
|
||||
- **overlays:** fire show/hide event on shown changed ([e02bc42](https://github.com/ing-bank/lion/commit/e02bc42))
|
||||
|
||||
## [0.3.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.1...@lion/overlays@0.3.2) (2019-07-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.3.0...@lion/overlays@0.3.1) (2019-07-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** fix update popper config method ([910a1b5](https://github.com/ing-bank/lion/commit/910a1b5))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** fix update popper config method ([910a1b5](https://github.com/ing-bank/lion/commit/910a1b5))
|
||||
|
||||
# [0.3.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.2.7...@lion/overlays@0.3.0) (2019-06-28)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** base LocalOverlay positioning system on Popper.js ([22357ea](https://github.com/ing-bank/lion/commit/22357ea))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** base LocalOverlay positioning system on Popper.js ([22357ea](https://github.com/ing-bank/lion/commit/22357ea))
|
||||
|
||||
## [0.2.7](https://github.com/ing-bank/lion/compare/@lion/overlays@0.2.6...@lion/overlays@0.2.7) (2019-06-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.6](https://github.com/ing-bank/lion/compare/@lion/overlays@0.2.5...@lion/overlays@0.2.6) (2019-06-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** trapsKeyboardFocus should work with contentNode ([4695cfd](https://github.com/ing-bank/lion/commit/4695cfd))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** trapsKeyboardFocus should work with contentNode ([4695cfd](https://github.com/ing-bank/lion/commit/4695cfd))
|
||||
|
||||
## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/overlays@0.2.4...@lion/overlays@0.2.5) (2019-05-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.4](https://github.com/ing-bank/lion/compare/@lion/overlays@0.2.3...@lion/overlays@0.2.4) (2019-05-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.3](https://github.com/ing-bank/lion/compare/@lion/overlays@0.2.2...@lion/overlays@0.2.3) (2019-05-22)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.2.1...@lion/overlays@0.2.2) (2019-05-17)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.2.0...@lion/overlays@0.2.1) (2019-05-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **overlays:** publish translations to npm ([d19f576](https://github.com/ing-bank/lion/commit/d19f576))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** publish translations to npm ([d19f576](https://github.com/ing-bank/lion/commit/d19f576))
|
||||
|
||||
# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/overlays@0.1.5...@lion/overlays@0.2.0) (2019-05-16)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **overlays:** translations for navigation ([5255b1b](https://github.com/ing-bank/lion/commit/5255b1b))
|
||||
|
||||
|
||||
|
||||
|
||||
- **overlays:** translations for navigation ([5255b1b](https://github.com/ing-bank/lion/commit/5255b1b))
|
||||
|
||||
## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/overlays@0.1.4...@lion/overlays@0.1.5) (2019-05-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add prepublish step to make links absolute for npm docs ([9f2c4f6](https://github.com/ing-bank/lion/commit/9f2c4f6))
|
||||
|
||||
|
||||
|
||||
|
||||
- add prepublish step to make links absolute for npm docs ([9f2c4f6](https://github.com/ing-bank/lion/commit/9f2c4f6))
|
||||
|
||||
## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/overlays@0.1.3...@lion/overlays@0.1.4) (2019-05-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* import from entry points so stories can be extended ([49f18a4](https://github.com/ing-bank/lion/commit/49f18a4))
|
||||
|
||||
|
||||
|
||||
|
||||
- import from entry points so stories can be extended ([49f18a4](https://github.com/ing-bank/lion/commit/49f18a4))
|
||||
|
||||
## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/overlays@0.1.2...@lion/overlays@0.1.3) (2019-04-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook/linting; adjust story labels, eslint ignores ([8d96f84](https://github.com/ing-bank/lion/commit/8d96f84))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook/linting; adjust story labels, eslint ignores ([8d96f84](https://github.com/ing-bank/lion/commit/8d96f84))
|
||||
|
||||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/overlays@0.1.1...@lion/overlays@0.1.2) (2019-04-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/overlays
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/overlays@0.1.0...@lion/overlays@0.1.1) (2019-04-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add missing files to npm packages ([0e3ca17](https://github.com/ing-bank/lion/commit/0e3ca17))
|
||||
|
||||
|
||||
|
||||
|
||||
- add missing files to npm packages ([0e3ca17](https://github.com/ing-bank/lion/commit/0e3ca17))
|
||||
|
||||
# 0.1.0 (2019-04-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* release inital public lion version ([ec8da8f](https://github.com/ing-bank/lion/commit/ec8da8f))
|
||||
- release inital public lion version ([ec8da8f](https://github.com/ing-bank/lion/commit/ec8da8f))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/overlays",
|
||||
"version": "0.16.11",
|
||||
"version": "0.16.12",
|
||||
"description": "Overlays System using lit-html for rendering",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -32,9 +32,9 @@
|
|||
"./docs/applyDemoOverlayStyles.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/core": "0.9.0",
|
||||
"popper.js": "^1.15.0",
|
||||
"singleton-manager": "1.1.1"
|
||||
"singleton-manager": "1.1.2"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
15
packages/progress-indicator/CHANGELOG.md
Normal file
15
packages/progress-indicator/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# @lion/progress-indicator
|
||||
|
||||
## 0.1.0
|
||||
### Minor Changes
|
||||
|
||||
- c224baa8: Initial release
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a768d62a: Fix path to sk translations
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [09d96759]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/core@0.9.0
|
||||
- @lion/localize@0.14.0
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/progress-indicator",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"description": "A progress indicator that is easily styleable and accessible in all contexts",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -30,8 +30,8 @@
|
|||
"lion-progress-indicator.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/localize": "0.13.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/localize": "0.14.0"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -1,60 +1,57 @@
|
|||
# Change Log
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- c702e47c: Providence update to fix some issues with target/reference and to allow filtering target project dependencies.
|
||||
|
||||
#### Features
|
||||
|
||||
- Allow specifying target project dependencies via CLI using `--target-dependencies` flag:
|
||||
When `--target-dependencies` is applied without argument, it will act as boolean and include all dependencies for all search targets (node_modules and bower_components).
|
||||
When a regex is supplied like `--target-dependencies /^my-brand-/`, it will filter all packages that comply with the regex.
|
||||
|
||||
#### Bugfixes
|
||||
|
||||
- Use the correct gatherFilesConfig for references/targets
|
||||
- Provide target/reference result match
|
||||
- Edit `from-import-to-export` helper function to work without filesystem lookup. This will allow to supply target/reference result matches to `match-imports` analyzer
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.3.0](https://github.com/ing-bank/lion/compare/providence-analytics@0.2.2...providence-analytics@0.3.0) (2020-07-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **providence-analytics:** allow dashboard to run within package ([12b6608](https://github.com/ing-bank/lion/commit/12b66085160cdae833b2c4bf9d5b6b6875f36bea))
|
||||
* **providence-analytics:** allow scoped package refs dashboard ([9dea018](https://github.com/ing-bank/lion/commit/9dea01831055cfc6011825ae57b152490f86e7f4))
|
||||
|
||||
- **providence-analytics:** allow dashboard to run within package ([12b6608](https://github.com/ing-bank/lion/commit/12b66085160cdae833b2c4bf9d5b6b6875f36bea))
|
||||
- **providence-analytics:** allow scoped package refs dashboard ([9dea018](https://github.com/ing-bank/lion/commit/9dea01831055cfc6011825ae57b152490f86e7f4))
|
||||
|
||||
### Features
|
||||
|
||||
* **providence-analytics:** supply prev results match-imports ([e31d1f5](https://github.com/ing-bank/lion/commit/e31d1f51509dfe54c7ccb27f2f7066fc70d1cf9b))
|
||||
|
||||
|
||||
|
||||
|
||||
- **providence-analytics:** supply prev results match-imports ([e31d1f5](https://github.com/ing-bank/lion/commit/e31d1f51509dfe54c7ccb27f2f7066fc70d1cf9b))
|
||||
|
||||
## [0.2.2](https://github.com/ing-bank/lion/compare/providence-analytics@0.2.1...providence-analytics@0.2.2) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package providence-analytics
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.1](https://github.com/ing-bank/lion/compare/providence-analytics@0.2.0...providence-analytics@0.2.1) (2020-06-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **providence-analytics:** extensions argument extend-docs ([5bf014b](https://github.com/ing-bank/lion/commit/5bf014b952f1e82620b5f100955d68136623c185))
|
||||
|
||||
|
||||
|
||||
|
||||
- **providence-analytics:** extensions argument extend-docs ([5bf014b](https://github.com/ing-bank/lion/commit/5bf014b952f1e82620b5f100955d68136623c185))
|
||||
|
||||
# [0.2.0](https://github.com/ing-bank/lion/compare/providence-analytics@0.1.0...providence-analytics@0.2.0) (2020-06-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **providence-analytics:** cli arguments extend-docs ([7299665](https://github.com/ing-bank/lion/commit/729966504b1e67969ea35e645a2271f61703f20a))
|
||||
* **providence-analytics:** filepath matching based on anymatch ([54d06b9](https://github.com/ing-bank/lion/commit/54d06b9faa8e392d530185289a985a1212f6564f))
|
||||
|
||||
|
||||
|
||||
|
||||
- **providence-analytics:** cli arguments extend-docs ([7299665](https://github.com/ing-bank/lion/commit/729966504b1e67969ea35e645a2271f61703f20a))
|
||||
- **providence-analytics:** filepath matching based on anymatch ([54d06b9](https://github.com/ing-bank/lion/commit/54d06b9faa8e392d530185289a985a1212f6564f))
|
||||
|
||||
# 0.1.0 (2020-06-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **providence-analytics:** add providence-analytics package ([e78aba8](https://github.com/ing-bank/lion/commit/e78aba8192ff0c7503497fe1f278d4b3da8b8401))
|
||||
* **providence-analytics:** extend-docs cli command ([ef3d233](https://github.com/ing-bank/lion/commit/ef3d233d4e1b4ed38f78c584b98b4a736205cd0f))
|
||||
- **providence-analytics:** add providence-analytics package ([e78aba8](https://github.com/ing-bank/lion/commit/e78aba8192ff0c7503497fe1f278d4b3da8b8401))
|
||||
- **providence-analytics:** extend-docs cli command ([ef3d233](https://github.com/ing-bank/lion/commit/ef3d233d4e1b4ed38f78c584b98b4a736205cd0f))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "providence-analytics",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"description": "Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/radio-group",
|
||||
"version": "0.11.8",
|
||||
"version": "0.11.9",
|
||||
"description": "Manage a group of choices",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -32,10 +32,10 @@
|
|||
"lion-radio-group.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/fieldset": "0.14.1",
|
||||
"@lion/form-core": "0.3.1",
|
||||
"@lion/input": "0.8.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/fieldset": "0.14.2",
|
||||
"@lion/form-core": "0.4.0",
|
||||
"@lion/input": "0.8.2"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select-rich",
|
||||
"version": "0.19.1",
|
||||
"version": "0.19.2",
|
||||
"description": "Provides a select with options that can contain html",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -34,10 +34,10 @@
|
|||
"lion-select-rich.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/button": "0.7.8",
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/form-core": "0.3.1",
|
||||
"@lion/overlays": "0.16.11"
|
||||
"@lion/button": "0.7.9",
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/form-core": "0.4.0",
|
||||
"@lion/overlays": "0.16.12"
|
||||
},
|
||||
"keywords": [
|
||||
"field",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/select",
|
||||
"version": "0.7.15",
|
||||
"version": "0.7.16",
|
||||
"description": "Provide a set of options where you can select one",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
"lion-select.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/form-core": "0.3.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/form-core": "0.4.0"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# Change Log
|
||||
|
||||
## 1.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3c61fd29: Add types to form-core, for everything except form-group, choice-group and validate. Also added index.d.ts (re-)export files to git so that interdependent packages can use their types locally.
|
||||
- 09d96759: Added basic JSDocs types to SingletonManager, in order for localize to be able to be typed correctly.
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
|
|
@ -7,29 +14,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
**Note:** Version bump only for package singleton-manager
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.1.0](https://github.com/ing-bank/lion/compare/singleton-manager@1.0.0...singleton-manager@1.1.0) (2020-06-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
- use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
# 1.0.0 (2020-05-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* manager to support single instances with nested npm installations ([7f49f2c](https://github.com/ing-bank/lion/commit/7f49f2c6a60a68d609243f77c5c01ba1047deef2))
|
||||
|
||||
- manager to support single instances with nested npm installations ([7f49f2c](https://github.com/ing-bank/lion/commit/7f49f2c6a60a68d609243f77c5c01ba1047deef2))
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* add singleton-manager
|
||||
- add singleton-manager
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "singleton-manager",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "Manage singletons across multiple major versions so they converge to a single instance",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# Change Log
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/core@0.9.0
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
|
|
@ -7,361 +15,191 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.3](https://github.com/ing-bank/lion/compare/@lion/steps@0.5.2...@lion/steps@0.5.3) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/steps@0.5.1...@lion/steps@0.5.2) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/steps@0.5.0...@lion/steps@0.5.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
- remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/steps@0.4.0...@lion/steps@0.5.0) (2020-05-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
- use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.9...@lion/steps@0.4.0) (2020-05-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
|
||||
|
||||
|
||||
- use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
## [0.3.9](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.8...@lion/steps@0.3.9) (2020-04-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7))
|
||||
|
||||
|
||||
|
||||
|
||||
- add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7))
|
||||
|
||||
## [0.3.8](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.7...@lion/steps@0.3.8) (2020-04-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.7](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.6...@lion/steps@0.3.7) (2020-03-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.6](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.5...@lion/steps@0.3.6) (2020-03-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.5](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.4...@lion/steps@0.3.5) (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.4](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.3...@lion/steps@0.3.4) (2020-02-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
|
||||
|
||||
|
||||
- reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
## [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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/steps@0.3.0...@lion/steps@0.3.1) (2020-01-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
# [0.3.0](https://github.com/ing-bank/lion/compare/@lion/steps@0.2.1...@lion/steps@0.3.0) (2020-01-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
|
||||
|
||||
|
||||
- improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/steps@0.2.0...@lion/steps@0.2.1) (2019-12-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
|
||||
|
||||
|
||||
- use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.20...@lion/steps@0.2.0) (2019-11-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* remove all deprecations from lion ([66d3d39](https://github.com/ing-bank/lion/commit/66d3d390aebeaa61b6effdea7d5f7eea0e89c894))
|
||||
|
||||
|
||||
|
||||
|
||||
- remove all deprecations from lion ([66d3d39](https://github.com/ing-bank/lion/commit/66d3d390aebeaa61b6effdea7d5f7eea0e89c894))
|
||||
|
||||
## [0.1.20](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.19...@lion/steps@0.1.20) (2019-11-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **steps:** do not throw if there is no step ([332c167](https://github.com/ing-bank/lion/commit/332c167))
|
||||
|
||||
|
||||
|
||||
|
||||
- **steps:** do not throw if there is no step ([332c167](https://github.com/ing-bank/lion/commit/332c167))
|
||||
|
||||
## [0.1.19](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.18...@lion/steps@0.1.19) (2019-11-01)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **steps:** fire enter event for initial step ([a05b52e](https://github.com/ing-bank/lion/commit/a05b52e))
|
||||
|
||||
|
||||
|
||||
|
||||
- **steps:** fire enter event for initial step ([a05b52e](https://github.com/ing-bank/lion/commit/a05b52e))
|
||||
|
||||
## [0.1.18](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.17...@lion/steps@0.1.18) (2019-10-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **steps:** always fire [@enter](https://github.com/enter) only once ([8c724fa](https://github.com/ing-bank/lion/commit/8c724fa))
|
||||
* **steps:** steps.current should be update before [@enter](https://github.com/enter) ([ebe2bc1](https://github.com/ing-bank/lion/commit/ebe2bc1))
|
||||
|
||||
|
||||
|
||||
|
||||
- **steps:** always fire [@enter](https://github.com/enter) only once ([8c724fa](https://github.com/ing-bank/lion/commit/8c724fa))
|
||||
- **steps:** steps.current should be update before [@enter](https://github.com/enter) ([ebe2bc1](https://github.com/ing-bank/lion/commit/ebe2bc1))
|
||||
|
||||
## [0.1.17](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.16...@lion/steps@0.1.17) (2019-10-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.16](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.15...@lion/steps@0.1.16) (2019-09-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.15](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.14...@lion/steps@0.1.15) (2019-08-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **steps:** fix the steps demo to work in all contexts ([70e4577](https://github.com/ing-bank/lion/commit/70e4577))
|
||||
|
||||
|
||||
|
||||
|
||||
- **steps:** fix the steps demo to work in all contexts ([70e4577](https://github.com/ing-bank/lion/commit/70e4577))
|
||||
|
||||
## [0.1.14](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.13...@lion/steps@0.1.14) (2019-07-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.13](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.12...@lion/steps@0.1.13) (2019-07-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.12](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.11...@lion/steps@0.1.12) (2019-07-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.11](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.10...@lion/steps@0.1.11) (2019-07-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.10](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.9...@lion/steps@0.1.10) (2019-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **steps:** allow extensions to introduce new non-default slots ([37d0db5](https://github.com/ing-bank/lion/commit/37d0db5))
|
||||
|
||||
|
||||
|
||||
|
||||
- **steps:** allow extensions to introduce new non-default slots ([37d0db5](https://github.com/ing-bank/lion/commit/37d0db5))
|
||||
|
||||
## [0.1.9](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.8...@lion/steps@0.1.9) (2019-05-29)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.8](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.7...@lion/steps@0.1.8) (2019-05-24)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.7](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.6...@lion/steps@0.1.7) (2019-05-22)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.6](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.5...@lion/steps@0.1.6) (2019-05-17)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.4...@lion/steps@0.1.5) (2019-05-16)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.3...@lion/steps@0.1.4) (2019-05-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add prepublish step to make links absolute for npm docs ([9f2c4f6](https://github.com/ing-bank/lion/commit/9f2c4f6))
|
||||
|
||||
|
||||
|
||||
|
||||
- add prepublish step to make links absolute for npm docs ([9f2c4f6](https://github.com/ing-bank/lion/commit/9f2c4f6))
|
||||
|
||||
## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.2...@lion/steps@0.1.3) (2019-04-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook/linting; adjust story labels, eslint ignores ([8d96f84](https://github.com/ing-bank/lion/commit/8d96f84))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook/linting; adjust story labels, eslint ignores ([8d96f84](https://github.com/ing-bank/lion/commit/8d96f84))
|
||||
|
||||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.1...@lion/steps@0.1.2) (2019-04-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/steps
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/steps@0.1.0...@lion/steps@0.1.1) (2019-04-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add missing files to npm packages ([0e3ca17](https://github.com/ing-bank/lion/commit/0e3ca17))
|
||||
|
||||
|
||||
|
||||
|
||||
- add missing files to npm packages ([0e3ca17](https://github.com/ing-bank/lion/commit/0e3ca17))
|
||||
|
||||
# 0.1.0 (2019-04-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* release inital public lion version ([ec8da8f](https://github.com/ing-bank/lion/commit/ec8da8f))
|
||||
- release inital public lion version ([ec8da8f](https://github.com/ing-bank/lion/commit/ec8da8f))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/steps",
|
||||
"version": "0.5.4",
|
||||
"version": "0.5.5",
|
||||
"description": "Breaks a single goal down into dependable sub-tasks.",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
"lion-steps.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0"
|
||||
"@lion/core": "0.9.0"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
# Change Log
|
||||
|
||||
## 0.10.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d94a83a9: When clicking on the label the checked state should be toggled. This expected behavior comes from the native radio or checkbox.
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/form-core@0.4.0
|
||||
- @lion/core@0.9.0
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
|
|
@ -7,653 +17,341 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.15](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.14...@lion/switch@0.10.15) (2020-07-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.14](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.13...@lion/switch@0.10.14) (2020-07-16)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.13](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.12...@lion/switch@0.10.13) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.12](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.11...@lion/switch@0.10.12) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.11](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.10...@lion/switch@0.10.11) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.10](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.9...@lion/switch@0.10.10) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.9](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.8...@lion/switch@0.10.9) (2020-07-07)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.8](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.7...@lion/switch@0.10.8) (2020-07-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.7](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.6...@lion/switch@0.10.7) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.6](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.5...@lion/switch@0.10.6) (2020-06-10)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.5](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.4...@lion/switch@0.10.5) (2020-06-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.4](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.3...@lion/switch@0.10.4) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.3](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.2...@lion/switch@0.10.3) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.10.2](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.1...@lion/switch@0.10.2) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
- remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
## [0.10.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.10.0...@lion/switch@0.10.1) (2020-06-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **button:** aria-disabled for button and switch ([31ccb4a](https://github.com/ing-bank/lion/commit/31ccb4a10f6b14e93ddaca825d5e6bf2db8dd1ee))
|
||||
|
||||
|
||||
|
||||
|
||||
- **button:** aria-disabled for button and switch ([31ccb4a](https://github.com/ing-bank/lion/commit/31ccb4a10f6b14e93ddaca825d5e6bf2db8dd1ee))
|
||||
|
||||
# [0.10.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.9.1...@lion/switch@0.10.0) (2020-05-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* merge field/validate/choice-input/form-group into @lion/form-core ([6170374](https://github.com/ing-bank/lion/commit/6170374ee8c058cb95fff79b4953b0535219e9b4))
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
- merge field/validate/choice-input/form-group into @lion/form-core ([6170374](https://github.com/ing-bank/lion/commit/6170374ee8c058cb95fff79b4953b0535219e9b4))
|
||||
- use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
## [0.9.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.9.0...@lion/switch@0.9.1) (2020-05-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.9.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.8.2...@lion/switch@0.9.0) (2020-05-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
|
||||
|
||||
|
||||
- use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
## [0.8.2](https://github.com/ing-bank/lion/compare/@lion/switch@0.8.1...@lion/switch@0.8.2) (2020-04-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7))
|
||||
|
||||
|
||||
|
||||
|
||||
- add display:none for hidden ([#692](https://github.com/ing-bank/lion/issues/692)) ([9731771](https://github.com/ing-bank/lion/commit/9731771c23a5ed8661558e62cb5e34b62cc2b8b7))
|
||||
|
||||
## [0.8.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.8.0...@lion/switch@0.8.1) (2020-04-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.8.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.7.2...@lion/switch@0.8.0) (2020-03-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* update to stable @open-wc/scoped-elements ([10bac56](https://github.com/ing-bank/lion/commit/10bac5672b406d3f08a89a795ee295f5028ca6d0))
|
||||
|
||||
|
||||
|
||||
|
||||
- update to stable @open-wc/scoped-elements ([10bac56](https://github.com/ing-bank/lion/commit/10bac5672b406d3f08a89a795ee295f5028ca6d0))
|
||||
|
||||
## [0.7.2](https://github.com/ing-bank/lion/compare/@lion/switch@0.7.1...@lion/switch@0.7.2) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.7.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.7.0...@lion/switch@0.7.1) (2020-03-12)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.7.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.6.3...@lion/switch@0.7.0) (2020-03-05)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use Scoped Elements ([15b4a5e](https://github.com/ing-bank/lion/commit/15b4a5ebb388e158f6dc2529954ba6a23f325eb3))
|
||||
|
||||
|
||||
|
||||
|
||||
- use Scoped Elements ([15b4a5e](https://github.com/ing-bank/lion/commit/15b4a5ebb388e158f6dc2529954ba6a23f325eb3))
|
||||
|
||||
## [0.6.3](https://github.com/ing-bank/lion/compare/@lion/switch@0.6.2...@lion/switch@0.6.3) (2020-03-05)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **switch:** remove old todo ([a242aca](https://github.com/ing-bank/lion/commit/a242aca7318c07e8358dee22c6d307dea6daa4bb))
|
||||
|
||||
|
||||
|
||||
|
||||
- **switch:** remove old todo ([a242aca](https://github.com/ing-bank/lion/commit/a242aca7318c07e8358dee22c6d307dea6daa4bb))
|
||||
|
||||
## [0.6.2](https://github.com/ing-bank/lion/compare/@lion/switch@0.6.1...@lion/switch@0.6.2) (2020-03-04)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.6.0...@lion/switch@0.6.1) (2020-03-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* normalize subclasser apis ([ce0630f](https://github.com/ing-bank/lion/commit/ce0630f32b2206813e5cfd2c7842b2faa5141591))
|
||||
|
||||
|
||||
|
||||
|
||||
- normalize subclasser apis ([ce0630f](https://github.com/ing-bank/lion/commit/ce0630f32b2206813e5cfd2c7842b2faa5141591))
|
||||
|
||||
# [0.6.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.16...@lion/switch@0.6.0) (2020-03-01)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **validate:** use static validatorName instead of instance name ([#600](https://github.com/ing-bank/lion/issues/600)) ([7c45dd6](https://github.com/ing-bank/lion/commit/7c45dd683984e88e3216fba9fcae1b6dc73835b2))
|
||||
|
||||
|
||||
|
||||
|
||||
- **validate:** use static validatorName instead of instance name ([#600](https://github.com/ing-bank/lion/issues/600)) ([7c45dd6](https://github.com/ing-bank/lion/commit/7c45dd683984e88e3216fba9fcae1b6dc73835b2))
|
||||
|
||||
## [0.5.16](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.15...@lion/switch@0.5.16) (2020-02-26)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.15](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.14...@lion/switch@0.5.15) (2020-02-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.14](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.13...@lion/switch@0.5.14) (2020-02-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
|
||||
|
||||
|
||||
- reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
## [0.5.13](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.12...@lion/switch@0.5.13) (2020-02-10)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.12](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.11...@lion/switch@0.5.12) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.11](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.10...@lion/switch@0.5.11) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.8](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.7...@lion/switch@0.5.8) (2020-02-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.7](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.6...@lion/switch@0.5.7) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.6](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.5...@lion/switch@0.5.6) (2020-01-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove unused (dev)dependency on lion-button ([41f5af7](https://github.com/ing-bank/lion/commit/41f5af71cae2bc6b5ee979a5ba83301d14592a2c))
|
||||
|
||||
|
||||
|
||||
|
||||
- remove unused (dev)dependency on lion-button ([41f5af7](https://github.com/ing-bank/lion/commit/41f5af71cae2bc6b5ee979a5ba83301d14592a2c))
|
||||
|
||||
## [0.5.5](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.4...@lion/switch@0.5.5) (2020-01-30)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.4](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.3...@lion/switch@0.5.4) (2020-01-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.3](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.2...@lion/switch@0.5.3) (2020-01-23)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.2](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.1...@lion/switch@0.5.2) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.5.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.5.0...@lion/switch@0.5.1) (2020-01-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
# [0.5.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.4.2...@lion/switch@0.5.0) (2020-01-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
|
||||
|
||||
|
||||
- improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/switch@0.4.1...@lion/switch@0.4.2) (2020-01-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.4.0...@lion/switch@0.4.1) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.13...@lion/switch@0.4.0) (2019-12-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **field:** add wrappers to allow label left of input ([5413ad1](https://github.com/ing-bank/lion/commit/5413ad130fac76235609ea735aea6c41467f1b22))
|
||||
|
||||
|
||||
|
||||
|
||||
- **field:** add wrappers to allow label left of input ([5413ad1](https://github.com/ing-bank/lion/commit/5413ad130fac76235609ea735aea6c41467f1b22))
|
||||
|
||||
## [0.3.13](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.12...@lion/switch@0.3.13) (2019-12-11)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.12](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.11...@lion/switch@0.3.12) (2019-12-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.11](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.10...@lion/switch@0.3.11) (2019-12-04)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.10](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.9...@lion/switch@0.3.10) (2019-12-04)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.9](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.8...@lion/switch@0.3.9) (2019-12-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* let lerna publish fixed versions ([bc7448c](https://github.com/ing-bank/lion/commit/bc7448c694deb3c05fd3d083a9acb5365b26b7ab))
|
||||
|
||||
|
||||
|
||||
|
||||
- let lerna publish fixed versions ([bc7448c](https://github.com/ing-bank/lion/commit/bc7448c694deb3c05fd3d083a9acb5365b26b7ab))
|
||||
|
||||
## [0.3.8](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.7...@lion/switch@0.3.8) (2019-12-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
|
||||
|
||||
|
||||
- use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
## [0.3.7](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.6...@lion/switch@0.3.7) (2019-12-01)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.6](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.5...@lion/switch@0.3.6) (2019-11-28)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.5](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.4...@lion/switch@0.3.5) (2019-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.4](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.3...@lion/switch@0.3.4) (2019-11-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.3](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.2...@lion/switch@0.3.3) (2019-11-26)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.2](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.1...@lion/switch@0.3.2) (2019-11-22)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.3.0...@lion/switch@0.3.1) (2019-11-19)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.3.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.2.1...@lion/switch@0.3.0) (2019-11-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* finalize validation and adopt it everywhere ([396deb2](https://github.com/ing-bank/lion/commit/396deb2e3b4243f102a5c98e9b0518fa0f31a6b1))
|
||||
|
||||
|
||||
|
||||
|
||||
- finalize validation and adopt it everywhere ([396deb2](https://github.com/ing-bank/lion/commit/396deb2e3b4243f102a5c98e9b0518fa0f31a6b1))
|
||||
|
||||
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.2.0...@lion/switch@0.2.1) (2019-11-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* refactor slot selection ([5999ea9](https://github.com/ing-bank/lion/commit/5999ea956967b449f3f04935c7facb19e2889dc9))
|
||||
|
||||
|
||||
|
||||
|
||||
- refactor slot selection ([5999ea9](https://github.com/ing-bank/lion/commit/5999ea956967b449f3f04935c7facb19e2889dc9))
|
||||
|
||||
# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/switch@0.1.7...@lion/switch@0.2.0) (2019-11-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **switch:** make switch more accessible ([83f9564](https://github.com/ing-bank/lion/commit/83f9564ae0c7f6f6ed552a63efa268dbe4ff4ec5))
|
||||
|
||||
- **switch:** make switch more accessible ([83f9564](https://github.com/ing-bank/lion/commit/83f9564ae0c7f6f6ed552a63efa268dbe4ff4ec5))
|
||||
|
||||
### Features
|
||||
|
||||
* remove all deprecations from lion ([66d3d39](https://github.com/ing-bank/lion/commit/66d3d390aebeaa61b6effdea7d5f7eea0e89c894))
|
||||
|
||||
|
||||
|
||||
|
||||
- remove all deprecations from lion ([66d3d39](https://github.com/ing-bank/lion/commit/66d3d390aebeaa61b6effdea7d5f7eea0e89c894))
|
||||
|
||||
## [0.1.7](https://github.com/ing-bank/lion/compare/@lion/switch@0.1.6...@lion/switch@0.1.7) (2019-11-12)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.6](https://github.com/ing-bank/lion/compare/@lion/switch@0.1.5...@lion/switch@0.1.6) (2019-11-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/switch@0.1.4...@lion/switch@0.1.5) (2019-11-01)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/switch@0.1.3...@lion/switch@0.1.4) (2019-10-30)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/switch@0.1.2...@lion/switch@0.1.3) (2019-10-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **switch:** cross-browser fixes ([cb747d9](https://github.com/ing-bank/lion/commit/cb747d9))
|
||||
|
||||
|
||||
|
||||
|
||||
- **switch:** cross-browser fixes ([cb747d9](https://github.com/ing-bank/lion/commit/cb747d9))
|
||||
|
||||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/switch@0.1.1...@lion/switch@0.1.2) (2019-10-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/switch
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/switch@0.1.0...@lion/switch@0.1.1) (2019-10-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **switch:** render function methods not slots ([40394bc](https://github.com/ing-bank/lion/commit/40394bc))
|
||||
|
||||
|
||||
|
||||
|
||||
- **switch:** render function methods not slots ([40394bc](https://github.com/ing-bank/lion/commit/40394bc))
|
||||
|
||||
# 0.1.0 (2019-10-23)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **switch:** component to toggle a property on or off ([8e43602](https://github.com/ing-bank/lion/commit/8e43602))
|
||||
- **switch:** component to toggle a property on or off ([8e43602](https://github.com/ing-bank/lion/commit/8e43602))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/switch",
|
||||
"version": "0.10.16",
|
||||
"version": "0.10.17",
|
||||
"description": "A Switch is used for switching a property or feature on and off",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -33,8 +33,8 @@
|
|||
"lion-switch-button.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/form-core": "0.3.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/form-core": "0.4.0"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -1,224 +1,132 @@
|
|||
# Change Log
|
||||
|
||||
## 0.5.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3c61fd29: Add types to form-core, for everything except form-group, choice-group and validate. Also added index.d.ts (re-)export files to git so that interdependent packages can use their types locally.
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/core@0.9.0
|
||||
|
||||
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/tabs@0.4.4...@lion/tabs@0.5.0) (2020-07-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **tabs:** fix types and export type definition files for tabs ([0cf8a0c](https://github.com/ing-bank/lion/commit/0cf8a0c9212faae42b95a84c5a49b3e94035bcef))
|
||||
|
||||
|
||||
|
||||
|
||||
- **tabs:** fix types and export type definition files for tabs ([0cf8a0c](https://github.com/ing-bank/lion/commit/0cf8a0c9212faae42b95a84c5a49b3e94035bcef))
|
||||
|
||||
## [0.4.4](https://github.com/ing-bank/lion/compare/@lion/tabs@0.4.3...@lion/tabs@0.4.4) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/tabs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.3](https://github.com/ing-bank/lion/compare/@lion/tabs@0.4.2...@lion/tabs@0.4.3) (2020-06-10)
|
||||
|
||||
**Note:** Version bump only for package @lion/tabs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.2](https://github.com/ing-bank/lion/compare/@lion/tabs@0.4.1...@lion/tabs@0.4.2) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/tabs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.1](https://github.com/ing-bank/lion/compare/@lion/tabs@0.4.0...@lion/tabs@0.4.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
- remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
# [0.4.0](https://github.com/ing-bank/lion/compare/@lion/tabs@0.3.1...@lion/tabs@0.4.0) (2020-05-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
|
||||
|
||||
|
||||
- use markdown javascript (mdjs) for documentation ([bcd074d](https://github.com/ing-bank/lion/commit/bcd074d1fbce8754d428538df723ba402603e2c8))
|
||||
|
||||
## [0.3.1](https://github.com/ing-bank/lion/compare/@lion/tabs@0.3.0...@lion/tabs@0.3.1) (2020-05-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **tabs:** do not focus tabs when selectedIndex is set ([#729](https://github.com/ing-bank/lion/issues/729)) ([e4ec227](https://github.com/ing-bank/lion/commit/e4ec2275669b7ec9648f6c0986bd9fe3d321b488))
|
||||
|
||||
|
||||
|
||||
|
||||
- **tabs:** do not focus tabs when selectedIndex is set ([#729](https://github.com/ing-bank/lion/issues/729)) ([e4ec227](https://github.com/ing-bank/lion/commit/e4ec2275669b7ec9648f6c0986bd9fe3d321b488))
|
||||
|
||||
# [0.3.0](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.10...@lion/tabs@0.3.0) (2020-05-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
|
||||
|
||||
|
||||
- use singleton manager to support nested npm installations ([e2eb0e0](https://github.com/ing-bank/lion/commit/e2eb0e0077b9efed9382701461753778f63cad48))
|
||||
|
||||
## [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)
|
||||
|
||||
|
||||
|
||||
|
||||
- **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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.8](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.7...@lion/tabs@0.2.8) (2020-04-02)
|
||||
|
||||
**Note:** Version bump only for package @lion/tabs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.7](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.6...@lion/tabs@0.2.7) (2020-03-25)
|
||||
|
||||
**Note:** Version bump only for package @lion/tabs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.6](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.5...@lion/tabs@0.2.6) (2020-03-05)
|
||||
|
||||
**Note:** Version bump only for package @lion/tabs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.4...@lion/tabs@0.2.5) (2020-03-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **tabs:** prevent scrolling when initially focussing a tab ([e3bbc3e](https://github.com/ing-bank/lion/commit/e3bbc3ecf1d159c54edf85d85a00652f20ab2a68))
|
||||
|
||||
|
||||
|
||||
|
||||
- **tabs:** prevent scrolling when initially focussing a tab ([e3bbc3e](https://github.com/ing-bank/lion/commit/e3bbc3ecf1d159c54edf85d85a00652f20ab2a68))
|
||||
|
||||
## [0.2.4](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.3...@lion/tabs@0.2.4) (2020-02-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **tab:** remove scroll while navigating the tabs using up/down arrows ([#592](https://github.com/ing-bank/lion/issues/592)) ([9c6eaf8](https://github.com/ing-bank/lion/commit/9c6eaf83f131de64f32b667cf0e823ec26ff6da0))
|
||||
* reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
|
||||
|
||||
|
||||
- **tab:** remove scroll while navigating the tabs using up/down arrows ([#592](https://github.com/ing-bank/lion/issues/592)) ([9c6eaf8](https://github.com/ing-bank/lion/commit/9c6eaf83f131de64f32b667cf0e823ec26ff6da0))
|
||||
- reduce storybook chunck sizes for more performance ([9fc5606](https://github.com/ing-bank/lion/commit/9fc560605f5dcf6e9abcf8d58079c59f12750046))
|
||||
|
||||
## [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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/tabs@0.2.0...@lion/tabs@0.2.1) (2020-01-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
|
||||
|
||||
|
||||
- update storybook and use main.js ([e61e0b9](https://github.com/ing-bank/lion/commit/e61e0b938ff72cc18cc0b3aa1560f2cece0c9fe6))
|
||||
|
||||
# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/tabs@0.1.3...@lion/tabs@0.2.0) (2020-01-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
|
||||
|
||||
|
||||
- improved storybook demos ([89b835a](https://github.com/ing-bank/lion/commit/89b835a79998c45a28093de01f69216c35009a40))
|
||||
|
||||
## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/tabs@0.1.2...@lion/tabs@0.1.3) (2019-12-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
|
||||
|
||||
|
||||
- use strict versions to get correct deps on older versions ([8645c13](https://github.com/ing-bank/lion/commit/8645c13b1d77e488713f2e5e0e4e00c4d30ea1ee))
|
||||
|
||||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/tabs@0.1.1...@lion/tabs@0.1.2) (2019-11-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* refactor slot selection ([5999ea9](https://github.com/ing-bank/lion/commit/5999ea956967b449f3f04935c7facb19e2889dc9))
|
||||
|
||||
|
||||
|
||||
|
||||
- refactor slot selection ([5999ea9](https://github.com/ing-bank/lion/commit/5999ea956967b449f3f04935c7facb19e2889dc9))
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/tabs@0.1.0...@lion/tabs@0.1.1) (2019-11-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/tabs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.1.0 (2019-10-31)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **tabs:** create tabs component ([7a562a6](https://github.com/ing-bank/lion/commit/7a562a6))
|
||||
- **tabs:** create tabs component ([7a562a6](https://github.com/ing-bank/lion/commit/7a562a6))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tabs",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "Allows users to quickly move between a small number of equally important views.",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"lion-tabs.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0"
|
||||
"@lion/core": "0.9.0"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/textarea",
|
||||
"version": "0.7.15",
|
||||
"version": "0.7.16",
|
||||
"description": "Provide a way for users to write text that is multiple lines long",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -31,8 +31,8 @@
|
|||
"lion-textarea.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/form-core": "0.3.1",
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/form-core": "0.4.0",
|
||||
"autosize": "4.0.2"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/tooltip",
|
||||
"version": "0.12.6",
|
||||
"version": "0.12.7",
|
||||
"description": "Show relative overlay content on hover",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -32,8 +32,8 @@
|
|||
"lion-tooltip-arrow.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/overlays": "0.16.11"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/overlays": "0.16.12"
|
||||
},
|
||||
"keywords": [
|
||||
"lion",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,16 @@
|
|||
# Change Log
|
||||
|
||||
## 0.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [3c61fd29]
|
||||
- Updated dependencies [09d96759]
|
||||
- Updated dependencies [9ecab4d5]
|
||||
- @lion/form-core@0.4.0
|
||||
- @lion/core@0.9.0
|
||||
- @lion/localize@0.14.0
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
|
|
@ -7,136 +18,72 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|||
|
||||
**Note:** Version bump only for package @lion/validate-messages
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.6](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.2.5...@lion/validate-messages@0.2.6) (2020-07-27)
|
||||
|
||||
**Note:** Version bump only for package @lion/validate-messages
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.5](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.2.4...@lion/validate-messages@0.2.5) (2020-07-16)
|
||||
|
||||
**Note:** Version bump only for package @lion/validate-messages
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.4](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.2.3...@lion/validate-messages@0.2.4) (2020-07-13)
|
||||
|
||||
**Note:** Version bump only for package @lion/validate-messages
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.3](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.2.2...@lion/validate-messages@0.2.3) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/validate-messages
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.2](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.2.1...@lion/validate-messages@0.2.2) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/validate-messages
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.1](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.2.0...@lion/validate-messages@0.2.1) (2020-07-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/validate-messages
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.2.0](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.1.7...@lion/validate-messages@0.2.0) (2020-07-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **localize:** format hungarian & bulgarian dates ([cddd51a](https://github.com/ing-bank/lion/commit/cddd51adcb1b64da3f6850c8bd7f38830abb8aa8)), closes [#540](https://github.com/ing-bank/lion/issues/540)
|
||||
|
||||
- **localize:** format hungarian & bulgarian dates ([cddd51a](https://github.com/ing-bank/lion/commit/cddd51adcb1b64da3f6850c8bd7f38830abb8aa8)), closes [#540](https://github.com/ing-bank/lion/issues/540)
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* **localize:** N
|
||||
|
||||
|
||||
|
||||
|
||||
- **localize:** N
|
||||
|
||||
## [0.1.7](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.1.6...@lion/validate-messages@0.1.7) (2020-07-06)
|
||||
|
||||
**Note:** Version bump only for package @lion/validate-messages
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.6](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.1.5...@lion/validate-messages@0.1.6) (2020-06-18)
|
||||
|
||||
**Note:** Version bump only for package @lion/validate-messages
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.5](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.1.4...@lion/validate-messages@0.1.5) (2020-06-10)
|
||||
|
||||
**Note:** Version bump only for package @lion/validate-messages
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.4](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.1.3...@lion/validate-messages@0.1.4) (2020-06-09)
|
||||
|
||||
**Note:** Version bump only for package @lion/validate-messages
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.1.2...@lion/validate-messages@0.1.3) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/validate-messages
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.1.1...@lion/validate-messages@0.1.2) (2020-06-08)
|
||||
|
||||
**Note:** Version bump only for package @lion/validate-messages
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.1](https://github.com/ing-bank/lion/compare/@lion/validate-messages@0.1.0...@lion/validate-messages@0.1.1) (2020-06-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
|
||||
|
||||
|
||||
- remove all stories folders from npm ([1e04d06](https://github.com/ing-bank/lion/commit/1e04d06921f9d5e1a446b6d14045154ff83771c3))
|
||||
|
||||
# 0.1.0 (2020-05-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* merge field/validate/choice-input/form-group into @lion/form-core ([6170374](https://github.com/ing-bank/lion/commit/6170374ee8c058cb95fff79b4953b0535219e9b4))
|
||||
- merge field/validate/choice-input/form-group into @lion/form-core ([6170374](https://github.com/ing-bank/lion/commit/6170374ee8c058cb95fff79b4953b0535219e9b4))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/validate-messages",
|
||||
"version": "0.2.7",
|
||||
"version": "0.2.8",
|
||||
"description": "A set of localized messages for default Validators",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
@ -28,9 +28,9 @@
|
|||
"test:watch": "cd ../../ && yarn test:browser:watch --grep \"packages/validate-messages/test/**/*.test.js\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@lion/core": "0.8.0",
|
||||
"@lion/form-core": "0.3.1",
|
||||
"@lion/localize": "0.13.1"
|
||||
"@lion/core": "0.9.0",
|
||||
"@lion/form-core": "0.4.0",
|
||||
"@lion/localize": "0.14.0"
|
||||
},
|
||||
"keywords": [
|
||||
"feedback",
|
||||
|
|
|
|||
Loading…
Reference in a new issue