Version Packages

This commit is contained in:
github-actions[bot] 2020-09-30 18:56:29 +00:00 committed by Thomas Allmer
parent 106668973b
commit c03ebde5b5
106 changed files with 842 additions and 336 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/progress-indicator': minor
---
Add types for progress-indicator package.

View file

@ -1,5 +0,0 @@
---
'@lion/radio-group': minor
---
Added types for the radio-group package.

View file

@ -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.

View file

@ -1,5 +0,0 @@
---
'@lion/tabs': patch
---
Only look for tabs and panels as direct children, this allows to have nested tabs.

View file

@ -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.

View file

@ -1,5 +0,0 @@
---
'@lion/input-amount': minor
---
InputAmount component is now typed properly.

View file

@ -1,5 +0,0 @@
---
'@lion/steps': minor
---
Add types for steps package.

View file

@ -1,5 +0,0 @@
---
'@lion/overlays': patch
---
Adds `async transitionShow` and `async transitionHide` to OverlayController to enable basic support for transitions/animations

View file

@ -1,5 +0,0 @@
---
'@lion/pagination': patch
---
fix(pagination): extract nav list template to reuse in derived component

View file

@ -1,5 +0,0 @@
---
'@lion/form-core': patch
---
Added some type fixes/adjustments.

View file

@ -1,5 +0,0 @@
---
'@lion/dialog': minor
---
Added types for dialog package.

View file

@ -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

View file

@ -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.

View file

@ -1,5 +0,0 @@
---
'@lion/validate-messages': minor
---
Add types for validate-messages package.

View file

@ -1,5 +0,0 @@
---
'@lion/pagination': minor
---
Add types for pagination package.

View file

@ -1,5 +0,0 @@
---
'@lion/form-core': patch
---
Added submitGroup to types definition file for FormGroupMixin.

View file

@ -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

View file

@ -1,5 +0,0 @@
---
'@lion/switch': minor
---
Add types for switch package.

View file

@ -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.

View file

@ -1,7 +0,0 @@
---
'@lion/form-core': patch
'@lion/switch': patch
---
- prevent toggle of checked state when disabled
- dispatch checked-changed on label click

View file

@ -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

View file

@ -1,5 +0,0 @@
---
'@lion/steps': minor
---
Add types for steps package.

View file

@ -1,5 +0,0 @@
---
'@lion/checkbox-group': minor
---
Added types for checkbox-group package.

View file

@ -1,6 +0,0 @@
---
'@lion/fieldset': minor
'@lion/form': minor
---
Added types for form and fieldset packages.

View file

@ -1,5 +0,0 @@
---
'@lion/input-stepper': minor
---
Release initial version of an input stepper

View file

@ -1,5 +0,0 @@
---
'@lion/select': minor
---
Add types for select package.

View file

@ -1,5 +0,0 @@
---
'@lion/accordion': minor
---
Added types for the accordion package.

View file

@ -1,5 +0,0 @@
---
'@lion/collapsible': minor
---
Added types for collapsible package.

View file

@ -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.

View file

@ -1,5 +0,0 @@
---
'@lion/form-core': patch
---
for ChoiceInputs override clear() so modelValue doesn't get erased

View file

@ -1,5 +0,0 @@
---
'@lion/input': minor
---
Add types for LionInput component, including applying them in the tests.

View file

@ -1,5 +0,0 @@
---
'@lion/textarea': minor
---
Add types for textarea package

View file

@ -1,5 +1,16 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"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.",
"license": "MIT",
"author": "ing-bank",
@ -32,7 +32,7 @@
"lion-accordion.js"
],
"dependencies": {
"@lion/core": "0.12.0"
"@lion/core": "0.13.0"
},
"keywords": [
"accordion",

View file

@ -1,5 +1,12 @@
# Change Log
## 0.5.5
### Patch Changes
- Updated dependencies [01a798e5]
- @lion/core@0.13.0
## 0.5.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/ajax",
"version": "0.5.4",
"version": "0.5.5",
"description": "Thin wrapper around axios to allow for custom interceptors",
"license": "MIT",
"author": "ing-bank",
@ -31,7 +31,7 @@
"sideEffects": false,
"dependencies": {
"@bundled-es-modules/axios": "0.18.1",
"@lion/core": "0.12.0",
"@lion/core": "0.13.0",
"singleton-manager": "1.1.2"
},
"keywords": [

View file

@ -1,5 +1,12 @@
# Change Log
## 0.7.14
### Patch Changes
- Updated dependencies [01a798e5]
- @lion/core@0.13.0
## 0.7.13
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/button",
"version": "0.7.13",
"version": "0.7.14",
"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.12.0"
"@lion/core": "0.13.0"
},
"keywords": [
"button",

View file

@ -1,5 +1,14 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/calendar",
"version": "0.11.2",
"version": "0.11.3",
"description": "Standalone calendar",
"license": "MIT",
"author": "ing-bank",
@ -32,8 +32,8 @@
"lion-calendar.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/localize": "0.14.4"
"@lion/core": "0.13.0",
"@lion/localize": "0.14.5"
},
"keywords": [
"calendar",

View file

@ -1,5 +1,27 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/checkbox-group",
"version": "0.11.16",
"version": "0.12.0",
"description": "A container for multiple checkboxes",
"license": "MIT",
"author": "ing-bank",
@ -33,10 +33,10 @@
"lion-checkbox-group.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/fieldset": "0.14.9",
"@lion/form-core": "0.6.1",
"@lion/input": "0.9.2"
"@lion/core": "0.13.0",
"@lion/fieldset": "0.15.0",
"@lion/form-core": "0.6.2",
"@lion/input": "0.10.0"
},
"keywords": [
"checkbox-group",

View file

@ -1,5 +1,16 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"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.",
"license": "MIT",
"author": "ing-bank",
@ -34,7 +34,7 @@
"demo/custom-collapsible.js"
],
"dependencies": {
"@lion/core": "0.12.0"
"@lion/core": "0.13.0"
},
"keywords": [
"collapsible",

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"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",
"license": "MIT",
"author": "ing-bank",
@ -31,10 +31,10 @@
"lion-combobox.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/form-core": "0.6.1",
"@lion/listbox": "0.1.1",
"@lion/overlays": "0.19.0"
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2",
"@lion/listbox": "0.1.2",
"@lion/overlays": "0.20.0"
},
"keywords": [
"combobox",

View file

@ -1,5 +1,25 @@
# 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
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/core",
"version": "0.12.0",
"version": "0.13.0",
"description": "Core functionality that is shared across all Lion Web Components",
"license": "MIT",
"author": "ing-bank",

View file

@ -1,5 +1,20 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/dialog",
"version": "0.8.1",
"version": "0.9.0",
"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.12.0",
"@lion/overlays": "0.19.0"
"@lion/core": "0.13.0",
"@lion/overlays": "0.20.0"
},
"keywords": [
"dialog",

View file

@ -1,5 +1,23 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/fieldset",
"version": "0.14.9",
"version": "0.15.0",
"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.12.0",
"@lion/form-core": "0.6.1"
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2"
},
"keywords": [
"fieldset",

View file

@ -1,5 +1,37 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"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",
"license": "MIT",
"author": "ing-bank",
@ -32,8 +32,8 @@
"lion-validation-feedback.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/localize": "0.14.4"
"@lion/core": "0.13.0",
"@lion/localize": "0.14.5"
},
"keywords": [
"field",

View file

@ -1,5 +1,61 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"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",
"license": "MIT",
"author": "ing-bank",
@ -29,24 +29,24 @@
"./docs/helper-wc/h-output.js"
],
"dependencies": {
"@lion/button": "0.7.13",
"@lion/checkbox-group": "0.11.16",
"@lion/core": "0.12.0",
"@lion/fieldset": "0.14.9",
"@lion/form": "0.6.23",
"@lion/form-core": "0.6.1",
"@lion/input": "0.9.2",
"@lion/input-date": "0.7.23",
"@lion/input-datepicker": "0.16.1",
"@lion/input-email": "0.8.23",
"@lion/input-iban": "0.9.23",
"@lion/input-range": "0.4.23",
"@lion/localize": "0.14.4",
"@lion/radio-group": "0.11.16",
"@lion/select": "0.7.23",
"@lion/select-rich": "0.21.3",
"@lion/textarea": "0.7.23",
"@lion/validate-messages": "0.2.15"
"@lion/button": "0.7.14",
"@lion/checkbox-group": "0.12.0",
"@lion/core": "0.13.0",
"@lion/fieldset": "0.15.0",
"@lion/form": "0.7.0",
"@lion/form-core": "0.6.2",
"@lion/input": "0.10.0",
"@lion/input-date": "0.8.0",
"@lion/input-datepicker": "0.16.2",
"@lion/input-email": "0.9.0",
"@lion/input-iban": "0.10.0",
"@lion/input-range": "0.5.0",
"@lion/localize": "0.14.5",
"@lion/radio-group": "0.12.0",
"@lion/select": "0.8.0",
"@lion/select-rich": "0.21.4",
"@lion/textarea": "0.8.0",
"@lion/validate-messages": "0.3.0"
},
"keywords": [
"form",

View file

@ -1,5 +1,18 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"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",
"license": "MIT",
"author": "ing-bank",
@ -31,8 +31,8 @@
"lion-form.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/fieldset": "0.14.9"
"@lion/core": "0.13.0",
"@lion/fieldset": "0.15.0"
},
"keywords": [
"form",

View file

@ -1,5 +1,12 @@
# Change Log
## 0.5.9
### Patch Changes
- Updated dependencies [01a798e5]
- @lion/core@0.13.0
## 0.5.8
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/helpers",
"version": "0.5.8",
"version": "0.5.9",
"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.12.0"
"@lion/core": "0.13.0"
},
"keywords": [
"action logger",

View file

@ -1,5 +1,12 @@
# Change Log
## 0.7.5
### Patch Changes
- Updated dependencies [01a798e5]
- @lion/core@0.13.0
## 0.7.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/icon",
"version": "0.7.4",
"version": "0.7.5",
"description": "A web component easily displaying svg icons",
"license": "MIT",
"author": "ing-bank",
@ -32,7 +32,7 @@
"./docs/icon-resolvers.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/core": "0.13.0",
"singleton-manager": "1.1.2"
},
"keywords": [

View file

@ -1,5 +1,26 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-amount",
"version": "0.7.23",
"version": "0.8.0",
"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.12.0",
"@lion/form-core": "0.6.1",
"@lion/input": "0.9.2",
"@lion/localize": "0.14.4"
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2",
"@lion/input": "0.10.0",
"@lion/localize": "0.14.5"
},
"devDependencies": {
"@lion/validate-messages": "0.2.15"
"@lion/validate-messages": "0.3.0"
},
"keywords": [
"input-amount",

View file

@ -1,5 +1,26 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-date",
"version": "0.7.23",
"version": "0.8.0",
"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.12.0",
"@lion/form-core": "0.6.1",
"@lion/input": "0.9.2",
"@lion/localize": "0.14.4"
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2",
"@lion/input": "0.10.0",
"@lion/localize": "0.14.5"
},
"devDependencies": {
"@lion/validate-messages": "0.2.15"
"@lion/validate-messages": "0.3.0"
},
"keywords": [
"input-date",

View file

@ -1,5 +1,27 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"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",
"license": "MIT",
"author": "ing-bank",
@ -31,15 +31,15 @@
"lion-input-datepicker.js"
],
"dependencies": {
"@lion/calendar": "0.11.2",
"@lion/core": "0.12.0",
"@lion/form-core": "0.6.1",
"@lion/input-date": "0.7.23",
"@lion/localize": "0.14.4",
"@lion/overlays": "0.19.0"
"@lion/calendar": "0.11.3",
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2",
"@lion/input-date": "0.8.0",
"@lion/localize": "0.14.5",
"@lion/overlays": "0.20.0"
},
"devDependencies": {
"@lion/validate-messages": "0.2.15"
"@lion/validate-messages": "0.3.0"
},
"keywords": [
"calendar",

View file

@ -1,5 +1,26 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-email",
"version": "0.8.23",
"version": "0.9.0",
"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.12.0",
"@lion/form-core": "0.6.1",
"@lion/input": "0.9.2",
"@lion/localize": "0.14.4"
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2",
"@lion/input": "0.10.0",
"@lion/localize": "0.14.5"
},
"devDependencies": {
"@lion/validate-messages": "0.2.15"
"@lion/validate-messages": "0.3.0"
},
"keywords": [
"input-email",

View file

@ -1,5 +1,26 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input-iban",
"version": "0.9.23",
"version": "0.10.0",
"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.12.0",
"@lion/form-core": "0.6.1",
"@lion/input": "0.9.2",
"@lion/localize": "0.14.4",
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2",
"@lion/input": "0.10.0",
"@lion/localize": "0.14.5",
"ibantools": "^2.2.0"
},
"devDependencies": {
"@lion/validate-messages": "0.2.15"
"@lion/validate-messages": "0.3.0"
},
"keywords": [
"input-iban",

View file

@ -1,5 +1,26 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"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",
"license": "MIT",
"author": "ing-bank",
@ -31,10 +31,10 @@
"lion-input-range.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/form-core": "0.6.1",
"@lion/input": "0.9.2",
"@lion/localize": "0.14.4"
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2",
"@lion/input": "0.10.0",
"@lion/localize": "0.14.5"
},
"keywords": [
"input-range",

View file

@ -1 +1,22 @@
# 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

View file

@ -1,6 +1,6 @@
{
"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.",
"license": "MIT",
"author": "ing-bank",
@ -32,9 +32,9 @@
"lion-input-stepper.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/form-core": "0.6.1",
"@lion/input": "0.9.2"
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2",
"@lion/input": "0.10.0"
},
"keywords": [
"input",

View file

@ -1,5 +1,23 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/input",
"version": "0.9.2",
"version": "0.10.0",
"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.12.0",
"@lion/form-core": "0.6.1"
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2"
},
"keywords": [
"input",

View file

@ -1,5 +1,35 @@
# @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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"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",
"license": "MIT",
"author": "ing-bank",
@ -33,8 +33,8 @@
"lion-options.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/form-core": "0.6.1"
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2"
},
"keywords": [
"form",

View file

@ -1,5 +1,13 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"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",
"license": "MIT",
"author": "ing-bank",
@ -30,7 +30,7 @@
"sideEffects": false,
"dependencies": {
"@bundled-es-modules/message-format": "6.0.4",
"@lion/core": "0.12.0",
"@lion/core": "0.13.0",
"singleton-manager": "1.1.2"
},
"devDependencies": {

View file

@ -1,5 +1,33 @@
# 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
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/overlays",
"version": "0.19.0",
"version": "0.20.0",
"description": "Overlays System using lit-html for rendering",
"license": "MIT",
"author": "ing-bank",
@ -32,7 +32,7 @@
"./docs/applyDemoOverlayStyles.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/core": "0.13.0",
"popper.js": "^1.15.0",
"singleton-manager": "1.1.2"
},

View file

@ -1,5 +1,19 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/pagination",
"version": "0.1.2",
"version": "0.2.0",
"description": "A component that handles pagination.",
"license": "MIT",
"author": "ing-bank",
@ -32,8 +32,8 @@
"lion-pagination.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/localize": "0.14.4"
"@lion/core": "0.13.0",
"@lion/localize": "0.14.5"
},
"keywords": [
"lion",

View file

@ -1,5 +1,18 @@
# @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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"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",
"license": "MIT",
"author": "ing-bank",
@ -30,8 +30,8 @@
"lion-progress-indicator.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/localize": "0.14.4"
"@lion/core": "0.13.0",
"@lion/localize": "0.14.5"
},
"keywords": [
"lion",

View file

@ -1,5 +1,27 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/radio-group",
"version": "0.11.16",
"version": "0.12.0",
"description": "Manage a group of choices",
"license": "MIT",
"author": "ing-bank",
@ -32,10 +32,10 @@
"lion-radio-group.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/fieldset": "0.14.9",
"@lion/form-core": "0.6.1",
"@lion/input": "0.9.2"
"@lion/core": "0.13.0",
"@lion/fieldset": "0.15.0",
"@lion/form-core": "0.6.2",
"@lion/input": "0.10.0"
},
"keywords": [
"lion",

View file

@ -1,5 +1,42 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select-rich",
"version": "0.21.3",
"version": "0.21.4",
"description": "Provides a select with options that can contain html",
"license": "MIT",
"author": "ing-bank",
@ -32,11 +32,11 @@
"lion-select-rich.js"
],
"dependencies": {
"@lion/button": "0.7.13",
"@lion/core": "0.12.0",
"@lion/form-core": "0.6.1",
"@lion/listbox": "0.1.1",
"@lion/overlays": "0.19.0"
"@lion/button": "0.7.14",
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2",
"@lion/listbox": "0.1.2",
"@lion/overlays": "0.20.0"
},
"keywords": [
"field",

View file

@ -1,5 +1,23 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/select",
"version": "0.7.23",
"version": "0.8.0",
"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.12.0",
"@lion/form-core": "0.6.1"
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2"
},
"keywords": [
"lion",

View file

@ -1,5 +1,17 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@lion/steps",
"version": "0.5.9",
"version": "0.6.0",
"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.12.0"
"@lion/core": "0.13.0"
},
"keywords": [
"lion",

View file

@ -1,5 +1,25 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"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",
"license": "MIT",
"author": "ing-bank",
@ -33,8 +33,8 @@
"lion-switch-button.js"
],
"dependencies": {
"@lion/core": "0.12.0",
"@lion/form-core": "0.6.1"
"@lion/core": "0.13.0",
"@lion/form-core": "0.6.2"
},
"keywords": [
"lion",

View file

@ -1,5 +1,14 @@
# 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
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"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.",
"license": "MIT",
"author": "ing-bank",
@ -32,7 +32,7 @@
"lion-tabs.js"
],
"dependencies": {
"@lion/core": "0.12.0"
"@lion/core": "0.13.0"
},
"keywords": [
"lion",

Some files were not shown because too many files have changed in this diff Show more