Version Packages
This commit is contained in:
parent
106668973b
commit
c03ebde5b5
106 changed files with 842 additions and 336 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/progress-indicator': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add types for progress-indicator package.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/radio-group': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added types for the radio-group package.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/select-rich': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
The singleOption setting should only be true if there is exactly one option. This also needs to be true if there are dynamic additions or removals.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/tabs': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Only look for tabs and panels as direct children, this allows to have nested tabs.
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/input-date': minor
|
|
||||||
'@lion/input-email': minor
|
|
||||||
'@lion/input-iban': minor
|
|
||||||
'@lion/input-range': minor
|
|
||||||
'@lion/input-stepper': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added types for all other input components except for datepicker.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/input-amount': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
InputAmount component is now typed properly.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/steps': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add types for steps package.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/overlays': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Adds `async transitionShow` and `async transitionHide` to OverlayController to enable basic support for transitions/animations
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/pagination': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fix(pagination): extract nav list template to reuse in derived component
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/form-core': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added some type fixes/adjustments.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/dialog': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added types for dialog package.
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/combobox': minor
|
|
||||||
'@lion/core': minor
|
|
||||||
'@lion/overlays': minor
|
|
||||||
'@lion/form-core': patch
|
|
||||||
'@lion/form-integrations': patch
|
|
||||||
'@lion/listbox': patch
|
|
||||||
'@lion/select-rich': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Combobox package
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
- combobox: new combobox package
|
|
||||||
- core: expanded browsers detection utils
|
|
||||||
- core: closest() polyfill for IE
|
|
||||||
- overlays: allow OverlayMixin to specify reference node (when invokerNode should not be positioned against)
|
|
||||||
- form-core: add `_onLabelClick` to FormControlMixin. Subclassers should override this
|
|
||||||
|
|
||||||
## Patches
|
|
||||||
|
|
||||||
- form-core: make ChoiceGroupMixin a suite
|
|
||||||
- listbox: move generic tests from combobox to listbox
|
|
||||||
- select-rich: enhance tests
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/overlays': minor
|
|
||||||
'@lion/tooltip': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Abstracted the tooltip arrow related logic to a mixin, so it can be used in other overlays. Also created some demos to show this.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/validate-messages': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add types for validate-messages package.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/pagination': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add types for pagination package.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/form-core': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added submitGroup to types definition file for FormGroupMixin.
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/dialog': patch
|
|
||||||
'@lion/input-datepicker': patch
|
|
||||||
'@lion/select-rich': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Cleanup and remove shadow outlet slot. This should not be used anymore
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/switch': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add types for switch package.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/tabs': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
The store of invoker and content slottables was not properly cleared before repopulating, on slotchange event. This would cause duplicate entries.
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/form-core': patch
|
|
||||||
'@lion/switch': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
- prevent toggle of checked state when disabled
|
|
||||||
- dispatch checked-changed on label click
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/form-core': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added index definition file to git, to allow for importing LionField module definition. Adjust some types now that LionInput will be typed
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/steps': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add types for steps package.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/checkbox-group': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added types for checkbox-group package.
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/fieldset': minor
|
|
||||||
'@lion/form': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added types for form and fieldset packages.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/input-stepper': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Release initial version of an input stepper
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/select': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add types for select package.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/accordion': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added types for the accordion package.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/collapsible': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Added types for collapsible package.
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/form-core': patch
|
|
||||||
'@lion/localize': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
These packages were using out of sync type definitions for FormatOptions, and the types were missing a bunch of options that Intl would normally accept. We now extend Intl's NumberFormatOptions and DateTimeFormatOptions properly, so we always have the right types and are more consistent on it.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/form-core': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
for ChoiceInputs override clear() so modelValue doesn't get erased
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/input': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add types for LionInput component, including applying them in the tests.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/textarea': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Add types for textarea package
|
|
||||||
|
|
@ -1,5 +1,16 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 175e6bea: Added types for the accordion package.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.1.8
|
## 0.1.8
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/accordion",
|
"name": "@lion/accordion",
|
||||||
"version": "0.1.8",
|
"version": "0.2.0",
|
||||||
"description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.",
|
"description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
"lion-accordion.js"
|
"lion-accordion.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0"
|
"@lion/core": "0.13.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"accordion",
|
"accordion",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.5.5
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.5.4
|
## 0.5.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/ajax",
|
"name": "@lion/ajax",
|
||||||
"version": "0.5.4",
|
"version": "0.5.5",
|
||||||
"description": "Thin wrapper around axios to allow for custom interceptors",
|
"description": "Thin wrapper around axios to allow for custom interceptors",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bundled-es-modules/axios": "0.18.1",
|
"@bundled-es-modules/axios": "0.18.1",
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"singleton-manager": "1.1.2"
|
"singleton-manager": "1.1.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.7.14
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.7.13
|
## 0.7.13
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/button",
|
"name": "@lion/button",
|
||||||
"version": "0.7.13",
|
"version": "0.7.14",
|
||||||
"description": "A button that is easily styleable and accessible in all contexts",
|
"description": "A button that is easily styleable and accessible in all contexts",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
"lion-button.js"
|
"lion-button.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0"
|
"@lion/core": "0.13.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"button",
|
"button",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,14 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.11.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/localize@0.14.5
|
||||||
|
|
||||||
## 0.11.2
|
## 0.11.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/calendar",
|
"name": "@lion/calendar",
|
||||||
"version": "0.11.2",
|
"version": "0.11.3",
|
||||||
"description": "Standalone calendar",
|
"description": "Standalone calendar",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -32,8 +32,8 @@
|
||||||
"lion-calendar.js"
|
"lion-calendar.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/localize": "0.14.4"
|
"@lion/localize": "0.14.5"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"calendar",
|
"calendar",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,27 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.12.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 9263f397: Added types for checkbox-group package.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [6f08e929]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/fieldset@0.15.0
|
||||||
|
- @lion/input@0.10.0
|
||||||
|
|
||||||
## 0.11.16
|
## 0.11.16
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/checkbox-group",
|
"name": "@lion/checkbox-group",
|
||||||
"version": "0.11.16",
|
"version": "0.12.0",
|
||||||
"description": "A container for multiple checkboxes",
|
"description": "A container for multiple checkboxes",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -33,10 +33,10 @@
|
||||||
"lion-checkbox-group.js"
|
"lion-checkbox-group.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/fieldset": "0.14.9",
|
"@lion/fieldset": "0.15.0",
|
||||||
"@lion/form-core": "0.6.1",
|
"@lion/form-core": "0.6.2",
|
||||||
"@lion/input": "0.9.2"
|
"@lion/input": "0.10.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"checkbox-group",
|
"checkbox-group",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,16 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 6be72935: Added types for collapsible package.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.1.6
|
## 0.1.6
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/collapsible",
|
"name": "@lion/collapsible",
|
||||||
"version": "0.1.6",
|
"version": "0.2.0",
|
||||||
"description": "This component is a combination of a button (the invoker), a chunk of extra content.",
|
"description": "This component is a combination of a button (the invoker), a chunk of extra content.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
"demo/custom-collapsible.js"
|
"demo/custom-collapsible.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0"
|
"@lion/core": "0.13.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"collapsible",
|
"collapsible",
|
||||||
|
|
|
||||||
|
|
@ -1 +1,35 @@
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 01a798e5: Combobox package
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- combobox: new combobox package
|
||||||
|
- core: expanded browsers detection utils
|
||||||
|
- core: closest() polyfill for IE
|
||||||
|
- overlays: allow OverlayMixin to specify reference node (when invokerNode should not be positioned against)
|
||||||
|
- form-core: add `_onLabelClick` to FormControlMixin. Subclassers should override this
|
||||||
|
|
||||||
|
## Patches
|
||||||
|
|
||||||
|
- form-core: make ChoiceGroupMixin a suite
|
||||||
|
- listbox: move generic tests from combobox to listbox
|
||||||
|
- select-rich: enhance tests
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [27879863]
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a9d6971c]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- @lion/overlays@0.20.0
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/listbox@0.1.2
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/combobox",
|
"name": "@lion/combobox",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"description": "A widget made up of a single-line textbox and an associated pop-up listbox element",
|
"description": "A widget made up of a single-line textbox and an associated pop-up listbox element",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -31,10 +31,10 @@
|
||||||
"lion-combobox.js"
|
"lion-combobox.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/form-core": "0.6.1",
|
"@lion/form-core": "0.6.2",
|
||||||
"@lion/listbox": "0.1.1",
|
"@lion/listbox": "0.1.2",
|
||||||
"@lion/overlays": "0.19.0"
|
"@lion/overlays": "0.20.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"combobox",
|
"combobox",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,25 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.13.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 01a798e5: Combobox package
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- combobox: new combobox package
|
||||||
|
- core: expanded browsers detection utils
|
||||||
|
- core: closest() polyfill for IE
|
||||||
|
- overlays: allow OverlayMixin to specify reference node (when invokerNode should not be positioned against)
|
||||||
|
- form-core: add `_onLabelClick` to FormControlMixin. Subclassers should override this
|
||||||
|
|
||||||
|
## Patches
|
||||||
|
|
||||||
|
- form-core: make ChoiceGroupMixin a suite
|
||||||
|
- listbox: move generic tests from combobox to listbox
|
||||||
|
- select-rich: enhance tests
|
||||||
|
|
||||||
## 0.12.0
|
## 0.12.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/core",
|
"name": "@lion/core",
|
||||||
"version": "0.12.0",
|
"version": "0.13.0",
|
||||||
"description": "Core functionality that is shared across all Lion Web Components",
|
"description": "Core functionality that is shared across all Lion Web Components",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,20 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.9.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- b06c85bb: Added types for dialog package.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 6394c080: Cleanup and remove shadow outlet slot. This should not be used anymore
|
||||||
|
- Updated dependencies [27879863]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a9d6971c]
|
||||||
|
- @lion/overlays@0.20.0
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.8.1
|
## 0.8.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/dialog",
|
"name": "@lion/dialog",
|
||||||
"version": "0.8.1",
|
"version": "0.9.0",
|
||||||
"description": "Show relative overlay content on click, as a webcomponent",
|
"description": "Show relative overlay content on click, as a webcomponent",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -33,8 +33,8 @@
|
||||||
"./docs/styled-dialog-content.js"
|
"./docs/styled-dialog-content.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/overlays": "0.19.0"
|
"@lion/overlays": "0.20.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"dialog",
|
"dialog",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,23 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.15.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 6f08e929: Added types for form and fieldset packages.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.14.9
|
## 0.14.9
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/fieldset",
|
"name": "@lion/fieldset",
|
||||||
"version": "0.14.9",
|
"version": "0.15.0",
|
||||||
"description": "Allows to groups multiple input fields or other fieldsets together",
|
"description": "Allows to groups multiple input fields or other fieldsets together",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -32,8 +32,8 @@
|
||||||
"./docs/helpers/demo-fieldset-child.js"
|
"./docs/helpers/demo-fieldset-child.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/form-core": "0.6.1"
|
"@lion/form-core": "0.6.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"fieldset",
|
"fieldset",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,37 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.6.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 4b7bea96: Added some type fixes/adjustments.
|
||||||
|
- 01a798e5: Combobox package
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- combobox: new combobox package
|
||||||
|
- core: expanded browsers detection utils
|
||||||
|
- core: closest() polyfill for IE
|
||||||
|
- overlays: allow OverlayMixin to specify reference node (when invokerNode should not be positioned against)
|
||||||
|
- form-core: add `_onLabelClick` to FormControlMixin. Subclassers should override this
|
||||||
|
|
||||||
|
## Patches
|
||||||
|
|
||||||
|
- form-core: make ChoiceGroupMixin a suite
|
||||||
|
- listbox: move generic tests from combobox to listbox
|
||||||
|
- select-rich: enhance tests
|
||||||
|
|
||||||
|
- a31b7217: Added submitGroup to types definition file for FormGroupMixin.
|
||||||
|
- 85720654: - prevent toggle of checked state when disabled
|
||||||
|
- dispatch checked-changed on label click
|
||||||
|
- 32202a88: Added index definition file to git, to allow for importing LionField module definition. Adjust some types now that LionInput will be typed
|
||||||
|
- b9327627: These packages were using out of sync type definitions for FormatOptions, and the types were missing a bunch of options that Intl would normally accept. We now extend Intl's NumberFormatOptions and DateTimeFormatOptions properly, so we always have the right types and are more consistent on it.
|
||||||
|
- 02145a06: for ChoiceInputs override clear() so modelValue doesn't get erased
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/localize@0.14.5
|
||||||
|
|
||||||
## 0.6.1
|
## 0.6.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form-core",
|
"name": "@lion/form-core",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets",
|
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -32,8 +32,8 @@
|
||||||
"lion-validation-feedback.js"
|
"lion-validation-feedback.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/localize": "0.14.4"
|
"@lion/localize": "0.14.5"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"field",
|
"field",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,61 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.3.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 01a798e5: Combobox package
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- combobox: new combobox package
|
||||||
|
- core: expanded browsers detection utils
|
||||||
|
- core: closest() polyfill for IE
|
||||||
|
- overlays: allow OverlayMixin to specify reference node (when invokerNode should not be positioned against)
|
||||||
|
- form-core: add `_onLabelClick` to FormControlMixin. Subclassers should override this
|
||||||
|
|
||||||
|
## Patches
|
||||||
|
|
||||||
|
- form-core: make ChoiceGroupMixin a suite
|
||||||
|
- listbox: move generic tests from combobox to listbox
|
||||||
|
- select-rich: enhance tests
|
||||||
|
|
||||||
|
- Updated dependencies [50287fba]
|
||||||
|
- Updated dependencies [e2d772f5]
|
||||||
|
- Updated dependencies [cfa2daf6]
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [30223d4c]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [6394c080]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [9263f397]
|
||||||
|
- Updated dependencies [6f08e929]
|
||||||
|
- Updated dependencies [66c5f2cd]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [98fa7ad6]
|
||||||
|
- @lion/radio-group@0.12.0
|
||||||
|
- @lion/select-rich@0.21.4
|
||||||
|
- @lion/input-date@0.8.0
|
||||||
|
- @lion/input-email@0.9.0
|
||||||
|
- @lion/input-iban@0.10.0
|
||||||
|
- @lion/input-range@0.5.0
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/validate-messages@0.3.0
|
||||||
|
- @lion/input-datepicker@0.16.2
|
||||||
|
- @lion/checkbox-group@0.12.0
|
||||||
|
- @lion/fieldset@0.15.0
|
||||||
|
- @lion/form@0.7.0
|
||||||
|
- @lion/select@0.8.0
|
||||||
|
- @lion/localize@0.14.5
|
||||||
|
- @lion/input@0.10.0
|
||||||
|
- @lion/textarea@0.8.0
|
||||||
|
- @lion/button@0.7.14
|
||||||
|
|
||||||
## 0.3.3
|
## 0.3.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form-integrations",
|
"name": "@lion/form-integrations",
|
||||||
"version": "0.3.3",
|
"version": "0.3.4",
|
||||||
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
"description": "The Form System allows you to create complex forms with various validation in an easy way",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -29,24 +29,24 @@
|
||||||
"./docs/helper-wc/h-output.js"
|
"./docs/helper-wc/h-output.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/button": "0.7.13",
|
"@lion/button": "0.7.14",
|
||||||
"@lion/checkbox-group": "0.11.16",
|
"@lion/checkbox-group": "0.12.0",
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/fieldset": "0.14.9",
|
"@lion/fieldset": "0.15.0",
|
||||||
"@lion/form": "0.6.23",
|
"@lion/form": "0.7.0",
|
||||||
"@lion/form-core": "0.6.1",
|
"@lion/form-core": "0.6.2",
|
||||||
"@lion/input": "0.9.2",
|
"@lion/input": "0.10.0",
|
||||||
"@lion/input-date": "0.7.23",
|
"@lion/input-date": "0.8.0",
|
||||||
"@lion/input-datepicker": "0.16.1",
|
"@lion/input-datepicker": "0.16.2",
|
||||||
"@lion/input-email": "0.8.23",
|
"@lion/input-email": "0.9.0",
|
||||||
"@lion/input-iban": "0.9.23",
|
"@lion/input-iban": "0.10.0",
|
||||||
"@lion/input-range": "0.4.23",
|
"@lion/input-range": "0.5.0",
|
||||||
"@lion/localize": "0.14.4",
|
"@lion/localize": "0.14.5",
|
||||||
"@lion/radio-group": "0.11.16",
|
"@lion/radio-group": "0.12.0",
|
||||||
"@lion/select": "0.7.23",
|
"@lion/select": "0.8.0",
|
||||||
"@lion/select-rich": "0.21.3",
|
"@lion/select-rich": "0.21.4",
|
||||||
"@lion/textarea": "0.7.23",
|
"@lion/textarea": "0.8.0",
|
||||||
"@lion/validate-messages": "0.2.15"
|
"@lion/validate-messages": "0.3.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"form",
|
"form",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,18 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.7.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 6f08e929: Added types for form and fieldset packages.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [6f08e929]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/fieldset@0.15.0
|
||||||
|
|
||||||
## 0.6.23
|
## 0.6.23
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/form",
|
"name": "@lion/form",
|
||||||
"version": "0.6.23",
|
"version": "0.7.0",
|
||||||
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
|
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -31,8 +31,8 @@
|
||||||
"lion-form.js"
|
"lion-form.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/fieldset": "0.14.9"
|
"@lion/fieldset": "0.15.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"form",
|
"form",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.5.9
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.5.8
|
## 0.5.8
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/helpers",
|
"name": "@lion/helpers",
|
||||||
"version": "0.5.8",
|
"version": "0.5.9",
|
||||||
"description": "Helpers that are used throughout lion and can be used outside",
|
"description": "Helpers that are used throughout lion and can be used outside",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
"sb-locale-switcher.js"
|
"sb-locale-switcher.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0"
|
"@lion/core": "0.13.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"action logger",
|
"action logger",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.7.5
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.7.4
|
## 0.7.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/icon",
|
"name": "@lion/icon",
|
||||||
"version": "0.7.4",
|
"version": "0.7.5",
|
||||||
"description": "A web component easily displaying svg icons",
|
"description": "A web component easily displaying svg icons",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
"./docs/icon-resolvers.js"
|
"./docs/icon-resolvers.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"singleton-manager": "1.1.2"
|
"singleton-manager": "1.1.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,26 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.8.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 3f50c798: InputAmount component is now typed properly.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/localize@0.14.5
|
||||||
|
- @lion/input@0.10.0
|
||||||
|
|
||||||
## 0.7.23
|
## 0.7.23
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-amount",
|
"name": "@lion/input-amount",
|
||||||
"version": "0.7.23",
|
"version": "0.8.0",
|
||||||
"description": "Provide a way for users to fill in an amount",
|
"description": "Provide a way for users to fill in an amount",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -31,13 +31,13 @@
|
||||||
"lion-input-amount.js"
|
"lion-input-amount.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/form-core": "0.6.1",
|
"@lion/form-core": "0.6.2",
|
||||||
"@lion/input": "0.9.2",
|
"@lion/input": "0.10.0",
|
||||||
"@lion/localize": "0.14.4"
|
"@lion/localize": "0.14.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/validate-messages": "0.2.15"
|
"@lion/validate-messages": "0.3.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"input-amount",
|
"input-amount",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,26 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.8.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- cfa2daf6: Added types for all other input components except for datepicker.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/localize@0.14.5
|
||||||
|
- @lion/input@0.10.0
|
||||||
|
|
||||||
## 0.7.23
|
## 0.7.23
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-date",
|
"name": "@lion/input-date",
|
||||||
"version": "0.7.23",
|
"version": "0.8.0",
|
||||||
"description": "Provide a way for users to fill in a date",
|
"description": "Provide a way for users to fill in a date",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -31,13 +31,13 @@
|
||||||
"lion-input-date.js"
|
"lion-input-date.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/form-core": "0.6.1",
|
"@lion/form-core": "0.6.2",
|
||||||
"@lion/input": "0.9.2",
|
"@lion/input": "0.10.0",
|
||||||
"@lion/localize": "0.14.4"
|
"@lion/localize": "0.14.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/validate-messages": "0.2.15"
|
"@lion/validate-messages": "0.3.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"input-date",
|
"input-date",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,27 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.16.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 6394c080: Cleanup and remove shadow outlet slot. This should not be used anymore
|
||||||
|
- Updated dependencies [cfa2daf6]
|
||||||
|
- Updated dependencies [27879863]
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a9d6971c]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- @lion/input-date@0.8.0
|
||||||
|
- @lion/overlays@0.20.0
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/localize@0.14.5
|
||||||
|
- @lion/calendar@0.11.3
|
||||||
|
|
||||||
## 0.16.1
|
## 0.16.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-datepicker",
|
"name": "@lion/input-datepicker",
|
||||||
"version": "0.16.1",
|
"version": "0.16.2",
|
||||||
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
"description": "Provide a way for users to fill in a date via a calendar overlay",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -31,15 +31,15 @@
|
||||||
"lion-input-datepicker.js"
|
"lion-input-datepicker.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/calendar": "0.11.2",
|
"@lion/calendar": "0.11.3",
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/form-core": "0.6.1",
|
"@lion/form-core": "0.6.2",
|
||||||
"@lion/input-date": "0.7.23",
|
"@lion/input-date": "0.8.0",
|
||||||
"@lion/localize": "0.14.4",
|
"@lion/localize": "0.14.5",
|
||||||
"@lion/overlays": "0.19.0"
|
"@lion/overlays": "0.20.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/validate-messages": "0.2.15"
|
"@lion/validate-messages": "0.3.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"calendar",
|
"calendar",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,26 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.9.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- cfa2daf6: Added types for all other input components except for datepicker.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/localize@0.14.5
|
||||||
|
- @lion/input@0.10.0
|
||||||
|
|
||||||
## 0.8.23
|
## 0.8.23
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-email",
|
"name": "@lion/input-email",
|
||||||
"version": "0.8.23",
|
"version": "0.9.0",
|
||||||
"description": "Provide a way for users to fill in an email",
|
"description": "Provide a way for users to fill in an email",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -31,13 +31,13 @@
|
||||||
"lion-input-email.js"
|
"lion-input-email.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/form-core": "0.6.1",
|
"@lion/form-core": "0.6.2",
|
||||||
"@lion/input": "0.9.2",
|
"@lion/input": "0.10.0",
|
||||||
"@lion/localize": "0.14.4"
|
"@lion/localize": "0.14.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/validate-messages": "0.2.15"
|
"@lion/validate-messages": "0.3.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"input-email",
|
"input-email",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,26 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.10.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- cfa2daf6: Added types for all other input components except for datepicker.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/localize@0.14.5
|
||||||
|
- @lion/input@0.10.0
|
||||||
|
|
||||||
## 0.9.23
|
## 0.9.23
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-iban",
|
"name": "@lion/input-iban",
|
||||||
"version": "0.9.23",
|
"version": "0.10.0",
|
||||||
"description": "Provide a way for users to fill in an iban",
|
"description": "Provide a way for users to fill in an iban",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -31,14 +31,14 @@
|
||||||
"lion-input-iban.js"
|
"lion-input-iban.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/form-core": "0.6.1",
|
"@lion/form-core": "0.6.2",
|
||||||
"@lion/input": "0.9.2",
|
"@lion/input": "0.10.0",
|
||||||
"@lion/localize": "0.14.4",
|
"@lion/localize": "0.14.5",
|
||||||
"ibantools": "^2.2.0"
|
"ibantools": "^2.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/validate-messages": "0.2.15"
|
"@lion/validate-messages": "0.3.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"input-iban",
|
"input-iban",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,26 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.5.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- cfa2daf6: Added types for all other input components except for datepicker.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/localize@0.14.5
|
||||||
|
- @lion/input@0.10.0
|
||||||
|
|
||||||
## 0.4.23
|
## 0.4.23
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-range",
|
"name": "@lion/input-range",
|
||||||
"version": "0.4.23",
|
"version": "0.5.0",
|
||||||
"description": "Provide a way for users to select one value from a range of values",
|
"description": "Provide a way for users to select one value from a range of values",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -31,10 +31,10 @@
|
||||||
"lion-input-range.js"
|
"lion-input-range.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/form-core": "0.6.1",
|
"@lion/form-core": "0.6.2",
|
||||||
"@lion/input": "0.9.2",
|
"@lion/input": "0.10.0",
|
||||||
"@lion/localize": "0.14.4"
|
"@lion/localize": "0.14.5"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"input-range",
|
"input-range",
|
||||||
|
|
|
||||||
|
|
@ -1 +1,22 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- cfa2daf6: Added types for all other input components except for datepicker.
|
||||||
|
- ba72b32b: Release initial version of an input stepper
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/input@0.10.0
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input-stepper",
|
"name": "@lion/input-stepper",
|
||||||
"version": "0.0.0",
|
"version": "0.1.0",
|
||||||
"description": "This component enables the user to increase and decrease a numeric value by predefined range.",
|
"description": "This component enables the user to increase and decrease a numeric value by predefined range.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -32,9 +32,9 @@
|
||||||
"lion-input-stepper.js"
|
"lion-input-stepper.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/form-core": "0.6.1",
|
"@lion/form-core": "0.6.2",
|
||||||
"@lion/input": "0.9.2"
|
"@lion/input": "0.10.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"input",
|
"input",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,23 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.10.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 32202a88: Add types for LionInput component, including applying them in the tests.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.9.2
|
## 0.9.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/input",
|
"name": "@lion/input",
|
||||||
"version": "0.9.2",
|
"version": "0.10.0",
|
||||||
"description": "It enhances the functionality of the native `<input>` element",
|
"description": "It enhances the functionality of the native `<input>` element",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -31,8 +31,8 @@
|
||||||
"lion-input.js"
|
"lion-input.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/form-core": "0.6.1"
|
"@lion/form-core": "0.6.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"input",
|
"input",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,35 @@
|
||||||
# @lion/listbox
|
# @lion/listbox
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 01a798e5: Combobox package
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- combobox: new combobox package
|
||||||
|
- core: expanded browsers detection utils
|
||||||
|
- core: closest() polyfill for IE
|
||||||
|
- overlays: allow OverlayMixin to specify reference node (when invokerNode should not be positioned against)
|
||||||
|
- form-core: add `_onLabelClick` to FormControlMixin. Subclassers should override this
|
||||||
|
|
||||||
|
## Patches
|
||||||
|
|
||||||
|
- form-core: make ChoiceGroupMixin a suite
|
||||||
|
- listbox: move generic tests from combobox to listbox
|
||||||
|
- select-rich: enhance tests
|
||||||
|
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/listbox",
|
"name": "@lion/listbox",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "A listbox widget presents a list of options and allows a user to select one or more of them",
|
"description": "A listbox widget presents a list of options and allows a user to select one or more of them",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -33,8 +33,8 @@
|
||||||
"lion-options.js"
|
"lion-options.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/form-core": "0.6.1"
|
"@lion/form-core": "0.6.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"form",
|
"form",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.14.5
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- b9327627: These packages were using out of sync type definitions for FormatOptions, and the types were missing a bunch of options that Intl would normally accept. We now extend Intl's NumberFormatOptions and DateTimeFormatOptions properly, so we always have the right types and are more consistent on it.
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.14.4
|
## 0.14.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/localize",
|
"name": "@lion/localize",
|
||||||
"version": "0.14.4",
|
"version": "0.14.5",
|
||||||
"description": "The localization system helps to manage localization data split into locales and automate its loading",
|
"description": "The localization system helps to manage localization data split into locales and automate its loading",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bundled-es-modules/message-format": "6.0.4",
|
"@bundled-es-modules/message-format": "6.0.4",
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"singleton-manager": "1.1.2"
|
"singleton-manager": "1.1.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,33 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.20.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 01a798e5: Combobox package
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- combobox: new combobox package
|
||||||
|
- core: expanded browsers detection utils
|
||||||
|
- core: closest() polyfill for IE
|
||||||
|
- overlays: allow OverlayMixin to specify reference node (when invokerNode should not be positioned against)
|
||||||
|
- form-core: add `_onLabelClick` to FormControlMixin. Subclassers should override this
|
||||||
|
|
||||||
|
## Patches
|
||||||
|
|
||||||
|
- form-core: make ChoiceGroupMixin a suite
|
||||||
|
- listbox: move generic tests from combobox to listbox
|
||||||
|
- select-rich: enhance tests
|
||||||
|
|
||||||
|
- a9d6971c: Abstracted the tooltip arrow related logic to a mixin, so it can be used in other overlays. Also created some demos to show this.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 27879863: Adds `async transitionShow` and `async transitionHide` to OverlayController to enable basic support for transitions/animations
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.19.0
|
## 0.19.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/overlays",
|
"name": "@lion/overlays",
|
||||||
"version": "0.19.0",
|
"version": "0.20.0",
|
||||||
"description": "Overlays System using lit-html for rendering",
|
"description": "Overlays System using lit-html for rendering",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
"./docs/applyDemoOverlayStyles.js"
|
"./docs/applyDemoOverlayStyles.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"popper.js": "^1.15.0",
|
"popper.js": "^1.15.0",
|
||||||
"singleton-manager": "1.1.2"
|
"singleton-manager": "1.1.2"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,19 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 0ed995ad: Add types for pagination package.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- bcc809b6: fix(pagination): extract nav list template to reuse in derived component
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/localize@0.14.5
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/pagination",
|
"name": "@lion/pagination",
|
||||||
"version": "0.1.2",
|
"version": "0.2.0",
|
||||||
"description": "A component that handles pagination.",
|
"description": "A component that handles pagination.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -32,8 +32,8 @@
|
||||||
"lion-pagination.js"
|
"lion-pagination.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/localize": "0.14.4"
|
"@lion/localize": "0.14.5"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"lion",
|
"lion",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,18 @@
|
||||||
# @lion/progress-indicator
|
# @lion/progress-indicator
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 10666897: Add types for progress-indicator package.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/localize@0.14.5
|
||||||
|
|
||||||
## 0.1.4
|
## 0.1.4
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/progress-indicator",
|
"name": "@lion/progress-indicator",
|
||||||
"version": "0.1.4",
|
"version": "0.2.0",
|
||||||
"description": "A progress indicator that is easily styleable and accessible in all contexts",
|
"description": "A progress indicator that is easily styleable and accessible in all contexts",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -30,8 +30,8 @@
|
||||||
"lion-progress-indicator.js"
|
"lion-progress-indicator.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/localize": "0.14.4"
|
"@lion/localize": "0.14.5"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"lion",
|
"lion",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,27 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.12.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 50287fba: Added types for the radio-group package.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [6f08e929]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/fieldset@0.15.0
|
||||||
|
- @lion/input@0.10.0
|
||||||
|
|
||||||
## 0.11.16
|
## 0.11.16
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/radio-group",
|
"name": "@lion/radio-group",
|
||||||
"version": "0.11.16",
|
"version": "0.12.0",
|
||||||
"description": "Manage a group of choices",
|
"description": "Manage a group of choices",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -32,10 +32,10 @@
|
||||||
"lion-radio-group.js"
|
"lion-radio-group.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/fieldset": "0.14.9",
|
"@lion/fieldset": "0.15.0",
|
||||||
"@lion/form-core": "0.6.1",
|
"@lion/form-core": "0.6.2",
|
||||||
"@lion/input": "0.9.2"
|
"@lion/input": "0.10.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"lion",
|
"lion",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,42 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.21.4
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- e2d772f5: The singleOption setting should only be true if there is exactly one option. This also needs to be true if there are dynamic additions or removals.
|
||||||
|
- 01a798e5: Combobox package
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- combobox: new combobox package
|
||||||
|
- core: expanded browsers detection utils
|
||||||
|
- core: closest() polyfill for IE
|
||||||
|
- overlays: allow OverlayMixin to specify reference node (when invokerNode should not be positioned against)
|
||||||
|
- form-core: add `_onLabelClick` to FormControlMixin. Subclassers should override this
|
||||||
|
|
||||||
|
## Patches
|
||||||
|
|
||||||
|
- form-core: make ChoiceGroupMixin a suite
|
||||||
|
- listbox: move generic tests from combobox to listbox
|
||||||
|
- select-rich: enhance tests
|
||||||
|
|
||||||
|
- 6394c080: Cleanup and remove shadow outlet slot. This should not be used anymore
|
||||||
|
- Updated dependencies [27879863]
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a9d6971c]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- @lion/overlays@0.20.0
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
- @lion/listbox@0.1.2
|
||||||
|
- @lion/button@0.7.14
|
||||||
|
|
||||||
## 0.21.3
|
## 0.21.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/select-rich",
|
"name": "@lion/select-rich",
|
||||||
"version": "0.21.3",
|
"version": "0.21.4",
|
||||||
"description": "Provides a select with options that can contain html",
|
"description": "Provides a select with options that can contain html",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -32,11 +32,11 @@
|
||||||
"lion-select-rich.js"
|
"lion-select-rich.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/button": "0.7.13",
|
"@lion/button": "0.7.14",
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/form-core": "0.6.1",
|
"@lion/form-core": "0.6.2",
|
||||||
"@lion/listbox": "0.1.1",
|
"@lion/listbox": "0.1.2",
|
||||||
"@lion/overlays": "0.19.0"
|
"@lion/overlays": "0.20.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"field",
|
"field",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,23 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.8.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 66c5f2cd: Add types for select package.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.7.23
|
## 0.7.23
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/select",
|
"name": "@lion/select",
|
||||||
"version": "0.7.23",
|
"version": "0.8.0",
|
||||||
"description": "Provide a set of options where you can select one",
|
"description": "Provide a set of options where you can select one",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -31,8 +31,8 @@
|
||||||
"lion-select.js"
|
"lion-select.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/form-core": "0.6.1"
|
"@lion/form-core": "0.6.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"lion",
|
"lion",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,17 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.6.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 7d4b6d32: Add types for steps package.
|
||||||
|
- 7d4b6d32: Add types for steps package.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.5.9
|
## 0.5.9
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/steps",
|
"name": "@lion/steps",
|
||||||
"version": "0.5.9",
|
"version": "0.6.0",
|
||||||
"description": "Breaks a single goal down into dependable sub-tasks.",
|
"description": "Breaks a single goal down into dependable sub-tasks.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
"lion-steps.js"
|
"lion-steps.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0"
|
"@lion/core": "0.13.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"lion",
|
"lion",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,25 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.12.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 06123918: Add types for switch package.
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 85720654: - prevent toggle of checked state when disabled
|
||||||
|
- dispatch checked-changed on label click
|
||||||
|
- Updated dependencies [4b7bea96]
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- Updated dependencies [a31b7217]
|
||||||
|
- Updated dependencies [85720654]
|
||||||
|
- Updated dependencies [32202a88]
|
||||||
|
- Updated dependencies [b9327627]
|
||||||
|
- Updated dependencies [02145a06]
|
||||||
|
- @lion/form-core@0.6.2
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.11.2
|
## 0.11.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/switch",
|
"name": "@lion/switch",
|
||||||
"version": "0.11.2",
|
"version": "0.12.0",
|
||||||
"description": "A Switch is used for switching a property or feature on and off",
|
"description": "A Switch is used for switching a property or feature on and off",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -33,8 +33,8 @@
|
||||||
"lion-switch-button.js"
|
"lion-switch-button.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0",
|
"@lion/core": "0.13.0",
|
||||||
"@lion/form-core": "0.6.1"
|
"@lion/form-core": "0.6.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"lion",
|
"lion",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,14 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.5.6
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- bef7d961: Only look for tabs and panels as direct children, this allows to have nested tabs.
|
||||||
|
- 56cc174c: The store of invoker and content slottables was not properly cleared before repopulating, on slotchange event. This would cause duplicate entries.
|
||||||
|
- Updated dependencies [01a798e5]
|
||||||
|
- @lion/core@0.13.0
|
||||||
|
|
||||||
## 0.5.5
|
## 0.5.5
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/tabs",
|
"name": "@lion/tabs",
|
||||||
"version": "0.5.5",
|
"version": "0.5.6",
|
||||||
"description": "Allows users to quickly move between a small number of equally important views.",
|
"description": "Allows users to quickly move between a small number of equally important views.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
"lion-tabs.js"
|
"lion-tabs.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lion/core": "0.12.0"
|
"@lion/core": "0.13.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"lion",
|
"lion",
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue