diff --git a/.changeset/cool-panthers-design.md b/.changeset/cool-panthers-design.md deleted file mode 100644 index 31dee4523..000000000 --- a/.changeset/cool-panthers-design.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@lion/overlays': minor ---- - -⚠️ BREAKING CHANGE: - -Fixed a few problems with the backdropNode and contentNode where they were not torn down properly. -Simplified the handleBackdrop code to work for both local and global. -Local overlay backdrop can now be animated. -Added more demos and docs for backdrop. - -The breaking changes lie in the fact that the backdrop style classes are now prefixed 'local'/'global' respectively, instead of always 'global' and the class name suffixes for the `backdropNode` have changed from `fade-in`/`fade-out` to `animation-in`/`animation-out`, as not all animations are fades. diff --git a/.changeset/eighty-planes-build.md b/.changeset/eighty-planes-build.md deleted file mode 100644 index 030a1df7c..000000000 --- a/.changeset/eighty-planes-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/listbox': patch ---- - -no cancellation multi mouse click diff --git a/.changeset/eleven-bears-repair.md b/.changeset/eleven-bears-repair.md deleted file mode 100644 index d3b3d9a4b..000000000 --- a/.changeset/eleven-bears-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/combobox': patch ---- - -form-control class to correct node diff --git a/.changeset/hip-pears-vanish.md b/.changeset/hip-pears-vanish.md deleted file mode 100644 index 430110879..000000000 --- a/.changeset/hip-pears-vanish.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lion/calendar': minor -'@lion/input-datepicker': minor ---- - -Add types for calendar and datepicker packages. diff --git a/.changeset/late-pugs-jog.md b/.changeset/late-pugs-jog.md deleted file mode 100644 index 1565691e7..000000000 --- a/.changeset/late-pugs-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/form-core': patch ---- - -ChoiceGroupMixin: On value change uncheck all formElements that do not meet the requested condition diff --git a/.changeset/more.md b/.changeset/more.md deleted file mode 100644 index d8a997b7f..000000000 --- a/.changeset/more.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lion/listbox': patch -'@lion/select-rich': patch ---- - -add types diff --git a/.changeset/neat-camels-wait.md b/.changeset/neat-camels-wait.md deleted file mode 100644 index 60d970ce2..000000000 --- a/.changeset/neat-camels-wait.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'providence-analytics': patch ---- - -Providence windows support - -- fix: make all tests run on Windows diff --git a/.changeset/shaggy-pans-kiss.md b/.changeset/shaggy-pans-kiss.md deleted file mode 100644 index 16519dbf2..000000000 --- a/.changeset/shaggy-pans-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/combobox': patch ---- - -Add a new option showAllOnEmpty which shows the full list if the input has an empty value diff --git a/.changeset/shiny-cameras-sparkle.md b/.changeset/shiny-cameras-sparkle.md deleted file mode 100644 index e7f3dc2f9..000000000 --- a/.changeset/shiny-cameras-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/overlays': patch ---- - -If a content slot cannot be found, OverlayMixin should check if there is a contentNode imperatively passed through the config. diff --git a/.changeset/slimy-windows-sing.md b/.changeset/slimy-windows-sing.md deleted file mode 100644 index 2826a0012..000000000 --- a/.changeset/slimy-windows-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/listbox': minor ---- - -Add reset function to listbox and all extentions diff --git a/.changeset/small-pens-applaud.md b/.changeset/small-pens-applaud.md deleted file mode 100644 index ca5391579..000000000 --- a/.changeset/small-pens-applaud.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@lion/fieldset': patch -'@lion/form-core': patch -'@lion/input': patch -'@lion/select': patch -'@lion/switch': patch -'@lion/textarea': patch ---- - -Refactor of some fields to ensure that \_inputNode has the right type. It starts as HTMLElement for LionField, and all HTMLInputElement, HTMLSelectElement and HTMLTextAreaElement logic, are moved to the right places. diff --git a/.changeset/sour-bottles-bake.md b/.changeset/sour-bottles-bake.md deleted file mode 100644 index 203c118a2..000000000 --- a/.changeset/sour-bottles-bake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lion/button': patch -'@lion/combobox': patch ---- - -Types button and combobox diff --git a/.changeset/stupid-ads-guess.md b/.changeset/stupid-ads-guess.md deleted file mode 100644 index a1278bb5a..000000000 --- a/.changeset/stupid-ads-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/select-rich': patch ---- - -Change scrollTargetNode to listboxNode, same as parent and extention layer. The extention layer has a different overlayContentNode and had to set it back to listboxNode. diff --git a/.changeset/ten-moles-kneel.md b/.changeset/ten-moles-kneel.md deleted file mode 100644 index 8fb89f583..000000000 --- a/.changeset/ten-moles-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@lion/combobox": patch ---- - -add inherited styles in combobox (aria 1.1) _inputNode to allow styling diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 956971eb0..c5cd2b818 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.7.15 + +### Patch Changes + +- 6679fe77: Types button and combobox + ## 0.7.14 ### Patch Changes diff --git a/packages/button/package.json b/packages/button/package.json index 534dfbbba..b01e06af4 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.7.14", + "version": "0.7.15", "description": "A button that is easily styleable and accessible in all contexts", "license": "MIT", "author": "ing-bank", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index 132565440..4e4079258 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.12.0 + +### Minor Changes + +- e9cee039: Add types for calendar and datepicker packages. + ## 0.11.3 ### Patch Changes diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 3746c4106..4971ed2fc 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.11.3", + "version": "0.12.0", "description": "Standalone calendar", "license": "MIT", "author": "ing-bank", diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index 314a5773e..b1f24cad5 100644 --- a/packages/checkbox-group/CHANGELOG.md +++ b/packages/checkbox-group/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.12.1 + +### Patch Changes + +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + - @lion/fieldset@0.15.1 + - @lion/input@0.10.1 + ## 0.12.0 ### Minor Changes diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index bcca1f2b7..4964a9322 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.12.0", + "version": "0.12.1", "description": "A container for multiple checkboxes", "license": "MIT", "author": "ing-bank", @@ -34,9 +34,9 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/fieldset": "0.15.0", - "@lion/form-core": "0.6.2", - "@lion/input": "0.10.0" + "@lion/fieldset": "0.15.1", + "@lion/form-core": "0.6.3", + "@lion/input": "0.10.1" }, "keywords": [ "checkbox-group", diff --git a/packages/combobox/CHANGELOG.md b/packages/combobox/CHANGELOG.md index 3cdc996d3..187919309 100644 --- a/packages/combobox/CHANGELOG.md +++ b/packages/combobox/CHANGELOG.md @@ -1,5 +1,24 @@ ## 0.1.0 +## 0.1.2 + +### Patch Changes + +- 533417f2: form-control class to correct node +- 928a673a: Add a new option showAllOnEmpty which shows the full list if the input has an empty value +- 6679fe77: Types button and combobox +- c76c0786: add inherited styles in combobox (aria 1.1) \_inputNode to allow styling +- Updated dependencies [d83f7fc5] +- Updated dependencies [d1c6b18c] +- Updated dependencies [d5faa459] +- Updated dependencies [17a0d6bf] +- Updated dependencies [a4c4f1ee] +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/overlays@0.21.0 + - @lion/listbox@0.2.0 + - @lion/form-core@0.6.3 + ## 0.1.1 ### Patch Changes diff --git a/packages/combobox/package.json b/packages/combobox/package.json index 8b33e3846..7c0a8b9b8 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/combobox", - "version": "0.1.1", + "version": "0.1.2", "description": "A widget made up of a single-line textbox and an associated pop-up listbox element", "license": "MIT", "author": "ing-bank", @@ -40,9 +40,9 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2", - "@lion/listbox": "0.1.2", - "@lion/overlays": "0.20.0" + "@lion/form-core": "0.6.3", + "@lion/listbox": "0.2.0", + "@lion/overlays": "0.21.0" }, "keywords": [ "combobox", diff --git a/packages/dialog/CHANGELOG.md b/packages/dialog/CHANGELOG.md index 182dab075..5bacbf513 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.9.1 + +### Patch Changes + +- Updated dependencies [d83f7fc5] +- Updated dependencies [a4c4f1ee] + - @lion/overlays@0.21.0 + ## 0.9.0 ### Minor Changes diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 280ef3463..b50b42db7 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.9.0", + "version": "0.9.1", "description": "Show relative overlay content on click, as a webcomponent", "license": "MIT", "author": "ing-bank", @@ -34,7 +34,7 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/overlays": "0.20.0" + "@lion/overlays": "0.21.0" }, "keywords": [ "dialog", diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index 10905e051..733a1be85 100644 --- a/packages/fieldset/CHANGELOG.md +++ b/packages/fieldset/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.15.1 + +### Patch Changes + +- 0aa4480e: Refactor of some fields to ensure that \_inputNode has the right type. It starts as HTMLElement for LionField, and all HTMLInputElement, HTMLSelectElement and HTMLTextAreaElement logic, are moved to the right places. +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + ## 0.15.0 ### Minor Changes diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index fd297799c..79dfebb4f 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.15.0", + "version": "0.15.1", "description": "Allows to groups multiple input fields or other fieldsets together", "license": "MIT", "author": "ing-bank", @@ -33,7 +33,7 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2" + "@lion/form-core": "0.6.3" }, "keywords": [ "fieldset", diff --git a/packages/form-core/CHANGELOG.md b/packages/form-core/CHANGELOG.md index 3cd534870..ec0f8e5c7 100644 --- a/packages/form-core/CHANGELOG.md +++ b/packages/form-core/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.6.3 + +### Patch Changes + +- d5faa459: ChoiceGroupMixin: On value change uncheck all formElements that do not meet the requested condition +- 0aa4480e: Refactor of some fields to ensure that \_inputNode has the right type. It starts as HTMLElement for LionField, and all HTMLInputElement, HTMLSelectElement and HTMLTextAreaElement logic, are moved to the right places. + ## 0.6.2 ### Patch Changes diff --git a/packages/form-core/package.json b/packages/form-core/package.json index f622d20a9..7f1e489ef 100644 --- a/packages/form-core/package.json +++ b/packages/form-core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-core", - "version": "0.6.2", + "version": "0.6.3", "description": "Form-core contains all essential building blocks for creating form fields and fieldsets", "license": "MIT", "author": "ing-bank", diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index 2704b9672..cbee13d90 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/CHANGELOG.md @@ -1,5 +1,32 @@ # Change Log +## 0.3.5 + +### Patch Changes + +- Updated dependencies [e9cee039] +- Updated dependencies [d5faa459] +- Updated dependencies [17a0d6bf] +- Updated dependencies [0aa4480e] +- Updated dependencies [6679fe77] +- Updated dependencies [20469ce7] + - @lion/input-datepicker@0.17.0 + - @lion/form-core@0.6.3 + - @lion/select-rich@0.21.5 + - @lion/fieldset@0.15.1 + - @lion/input@0.10.1 + - @lion/select@0.8.1 + - @lion/textarea@0.8.1 + - @lion/button@0.7.15 + - @lion/checkbox-group@0.12.1 + - @lion/input-date@0.8.1 + - @lion/input-email@0.9.1 + - @lion/input-iban@0.10.1 + - @lion/input-range@0.5.1 + - @lion/radio-group@0.12.1 + - @lion/validate-messages@0.3.1 + - @lion/form@0.7.1 + ## 0.3.4 ### Patch Changes diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index 893e6b55e..d5161d7ec 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.3.4", + "version": "0.3.5", "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.14", - "@lion/checkbox-group": "0.12.0", + "@lion/button": "0.7.15", + "@lion/checkbox-group": "0.12.1", "@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/fieldset": "0.15.1", + "@lion/form": "0.7.1", + "@lion/form-core": "0.6.3", + "@lion/input": "0.10.1", + "@lion/input-date": "0.8.1", + "@lion/input-datepicker": "0.17.0", + "@lion/input-email": "0.9.1", + "@lion/input-iban": "0.10.1", + "@lion/input-range": "0.5.1", "@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" + "@lion/radio-group": "0.12.1", + "@lion/select": "0.8.1", + "@lion/select-rich": "0.21.5", + "@lion/textarea": "0.8.1", + "@lion/validate-messages": "0.3.1" }, "keywords": [ "form", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 8a788343e..f9fd4cf47 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.7.1 + +### Patch Changes + +- Updated dependencies [0aa4480e] + - @lion/fieldset@0.15.1 + ## 0.7.0 ### Minor Changes diff --git a/packages/form/package.json b/packages/form/package.json index 0d482a907..863ac4a35 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.7.0", + "version": "0.7.1", "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", @@ -32,7 +32,7 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/fieldset": "0.15.0" + "@lion/fieldset": "0.15.1" }, "keywords": [ "form", diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index 0155bd05f..2c56a1f6b 100644 --- a/packages/input-amount/CHANGELOG.md +++ b/packages/input-amount/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.8.1 + +### Patch Changes + +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + - @lion/input@0.10.1 + ## 0.8.0 ### Minor Changes diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index b7bc11d1e..c70667f8d 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.8.0", + "version": "0.8.1", "description": "Provide a way for users to fill in an amount", "license": "MIT", "author": "ing-bank", @@ -32,12 +32,12 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2", - "@lion/input": "0.10.0", + "@lion/form-core": "0.6.3", + "@lion/input": "0.10.1", "@lion/localize": "0.14.5" }, "devDependencies": { - "@lion/validate-messages": "0.3.0" + "@lion/validate-messages": "0.3.1" }, "keywords": [ "input-amount", diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index 251727184..ac4eb6eaa 100644 --- a/packages/input-date/CHANGELOG.md +++ b/packages/input-date/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.8.1 + +### Patch Changes + +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + - @lion/input@0.10.1 + ## 0.8.0 ### Minor Changes diff --git a/packages/input-date/package.json b/packages/input-date/package.json index c947aeae4..52d64763d 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.8.0", + "version": "0.8.1", "description": "Provide a way for users to fill in a date", "license": "MIT", "author": "ing-bank", @@ -32,12 +32,12 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2", - "@lion/input": "0.10.0", + "@lion/form-core": "0.6.3", + "@lion/input": "0.10.1", "@lion/localize": "0.14.5" }, "devDependencies": { - "@lion/validate-messages": "0.3.0" + "@lion/validate-messages": "0.3.1" }, "keywords": [ "input-date", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index f2ff43b14..eee4cba16 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 0.17.0 + +### Minor Changes + +- e9cee039: Add types for calendar and datepicker packages. + +### Patch Changes + +- Updated dependencies [d83f7fc5] +- Updated dependencies [e9cee039] +- Updated dependencies [d5faa459] +- Updated dependencies [a4c4f1ee] +- Updated dependencies [0aa4480e] + - @lion/overlays@0.21.0 + - @lion/calendar@0.12.0 + - @lion/form-core@0.6.3 + - @lion/input-date@0.8.1 + ## 0.16.2 ### Patch Changes diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 3a492b12c..691e6d191 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.16.2", + "version": "0.17.0", "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.3", + "@lion/calendar": "0.12.0", "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2", - "@lion/input-date": "0.8.0", + "@lion/form-core": "0.6.3", + "@lion/input-date": "0.8.1", "@lion/localize": "0.14.5", - "@lion/overlays": "0.20.0" + "@lion/overlays": "0.21.0" }, "devDependencies": { - "@lion/validate-messages": "0.3.0" + "@lion/validate-messages": "0.3.1" }, "keywords": [ "calendar", diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 191612f42..eaedb0616 100644 --- a/packages/input-email/CHANGELOG.md +++ b/packages/input-email/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.9.1 + +### Patch Changes + +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + - @lion/input@0.10.1 + ## 0.9.0 ### Minor Changes diff --git a/packages/input-email/package.json b/packages/input-email/package.json index dd226ad6e..3d154a646 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.9.0", + "version": "0.9.1", "description": "Provide a way for users to fill in an email", "license": "MIT", "author": "ing-bank", @@ -32,12 +32,12 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2", - "@lion/input": "0.10.0", + "@lion/form-core": "0.6.3", + "@lion/input": "0.10.1", "@lion/localize": "0.14.5" }, "devDependencies": { - "@lion/validate-messages": "0.3.0" + "@lion/validate-messages": "0.3.1" }, "keywords": [ "input-email", diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index f816e7ae9..1f1f49968 100644 --- a/packages/input-iban/CHANGELOG.md +++ b/packages/input-iban/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.10.1 + +### Patch Changes + +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + - @lion/input@0.10.1 + ## 0.10.0 ### Minor Changes diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index 486abe3bb..5095477d8 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.10.0", + "version": "0.10.1", "description": "Provide a way for users to fill in an iban", "license": "MIT", "author": "ing-bank", @@ -32,13 +32,13 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2", - "@lion/input": "0.10.0", + "@lion/form-core": "0.6.3", + "@lion/input": "0.10.1", "@lion/localize": "0.14.5", "ibantools": "^2.2.0" }, "devDependencies": { - "@lion/validate-messages": "0.3.0" + "@lion/validate-messages": "0.3.1" }, "keywords": [ "input-iban", diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index 37d8206fb..70abfbb11 100644 --- a/packages/input-range/CHANGELOG.md +++ b/packages/input-range/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.5.1 + +### Patch Changes + +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + - @lion/input@0.10.1 + ## 0.5.0 ### Minor Changes diff --git a/packages/input-range/package.json b/packages/input-range/package.json index d59260677..a4e3df844 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.5.0", + "version": "0.5.1", "description": "Provide a way for users to select one value from a range of values", "license": "MIT", "author": "ing-bank", @@ -32,8 +32,8 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2", - "@lion/input": "0.10.0", + "@lion/form-core": "0.6.3", + "@lion/input": "0.10.1", "@lion/localize": "0.14.5" }, "keywords": [ diff --git a/packages/input-stepper/CHANGELOG.md b/packages/input-stepper/CHANGELOG.md index fd7af654a..14ca82286 100644 --- a/packages/input-stepper/CHANGELOG.md +++ b/packages/input-stepper/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.1.1 + +### Patch Changes + +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + - @lion/input@0.10.1 + ## 0.1.0 ### Minor Changes diff --git a/packages/input-stepper/package.json b/packages/input-stepper/package.json index 069fde583..f3cea0ca0 100644 --- a/packages/input-stepper/package.json +++ b/packages/input-stepper/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-stepper", - "version": "0.1.0", + "version": "0.1.1", "description": "This component enables the user to increase and decrease a numeric value by predefined range.", "license": "MIT", "author": "ing-bank", @@ -33,8 +33,8 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2", - "@lion/input": "0.10.0" + "@lion/form-core": "0.6.3", + "@lion/input": "0.10.1" }, "keywords": [ "input", diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index 12b630240..c9042707c 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.10.1 + +### Patch Changes + +- 0aa4480e: Refactor of some fields to ensure that \_inputNode has the right type. It starts as HTMLElement for LionField, and all HTMLInputElement, HTMLSelectElement and HTMLTextAreaElement logic, are moved to the right places. +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + ## 0.10.0 ### Minor Changes diff --git a/packages/input/package.json b/packages/input/package.json index 2b9a78a55..3ec18f821 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.10.0", + "version": "0.10.1", "description": "It enhances the functionality of the native `` element", "license": "MIT", "author": "ing-bank", @@ -32,7 +32,7 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2" + "@lion/form-core": "0.6.3" }, "keywords": [ "input", diff --git a/packages/listbox/CHANGELOG.md b/packages/listbox/CHANGELOG.md index 5e3556693..72bd2c018 100644 --- a/packages/listbox/CHANGELOG.md +++ b/packages/listbox/CHANGELOG.md @@ -1,5 +1,19 @@ # @lion/listbox +## 0.2.0 + +### Minor Changes + +- d5faa459: Add reset function to listbox and all extentions + +### Patch Changes + +- d1c6b18c: no cancellation multi mouse click +- 17a0d6bf: add types +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + ## 0.1.2 ### Patch Changes diff --git a/packages/listbox/package.json b/packages/listbox/package.json index 9dcd5798b..fe000b118 100644 --- a/packages/listbox/package.json +++ b/packages/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/listbox", - "version": "0.1.2", + "version": "0.2.0", "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", @@ -34,7 +34,7 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2" + "@lion/form-core": "0.6.3" }, "keywords": [ "form", diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index 8c4f45e7c..8964b7715 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 0.21.0 + +### Minor Changes + +- d83f7fc5: ⚠️ BREAKING CHANGE: + + Fixed a few problems with the backdropNode and contentNode where they were not torn down properly. + Simplified the handleBackdrop code to work for both local and global. + Local overlay backdrop can now be animated. + Added more demos and docs for backdrop. + + The breaking changes lie in the fact that the backdrop style classes are now prefixed 'local'/'global' respectively, instead of always 'global' and the class name suffixes for the `backdropNode` have changed from `fade-in`/`fade-out` to `animation-in`/`animation-out`, as not all animations are fades. + +### Patch Changes + +- a4c4f1ee: If a content slot cannot be found, OverlayMixin should check if there is a contentNode imperatively passed through the config. + ## 0.20.0 ### Minor Changes diff --git a/packages/overlays/package.json b/packages/overlays/package.json index f12986d49..d0afc5130 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.20.0", + "version": "0.21.0", "description": "Overlays System using lit-html for rendering", "license": "MIT", "author": "ing-bank", diff --git a/packages/providence-analytics/CHANGELOG.md b/packages/providence-analytics/CHANGELOG.md index 2f593f2bc..513317e95 100644 --- a/packages/providence-analytics/CHANGELOG.md +++ b/packages/providence-analytics/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.6.3 + +### Patch Changes + +- b71bd7f2: Providence windows support + + - fix: make all tests run on Windows + ## 0.6.2 ### Patch Changes diff --git a/packages/providence-analytics/package.json b/packages/providence-analytics/package.json index 339ca0ee9..eb201fd14 100644 --- a/packages/providence-analytics/package.json +++ b/packages/providence-analytics/package.json @@ -1,6 +1,6 @@ { "name": "providence-analytics", - "version": "0.6.2", + "version": "0.6.3", "description": "Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes", "license": "MIT", "author": "ing-bank", diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index 17eae81a9..59aafae97 100644 --- a/packages/radio-group/CHANGELOG.md +++ b/packages/radio-group/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.12.1 + +### Patch Changes + +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + - @lion/fieldset@0.15.1 + - @lion/input@0.10.1 + ## 0.12.0 ### Minor Changes diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index 870965da1..b6d9bbc83 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.12.0", + "version": "0.12.1", "description": "Manage a group of choices", "license": "MIT", "author": "ing-bank", @@ -33,9 +33,9 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/fieldset": "0.15.0", - "@lion/form-core": "0.6.2", - "@lion/input": "0.10.0" + "@lion/fieldset": "0.15.1", + "@lion/form-core": "0.6.3", + "@lion/input": "0.10.1" }, "keywords": [ "lion", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index 3b815429e..a62366be9 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 0.21.5 + +### Patch Changes + +- 17a0d6bf: add types +- 20469ce7: Change scrollTargetNode to listboxNode, same as parent and extention layer. The extention layer has a different overlayContentNode and had to set it back to listboxNode. +- Updated dependencies [d83f7fc5] +- Updated dependencies [d1c6b18c] +- Updated dependencies [d5faa459] +- Updated dependencies [17a0d6bf] +- Updated dependencies [a4c4f1ee] +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] +- Updated dependencies [6679fe77] + - @lion/overlays@0.21.0 + - @lion/listbox@0.2.0 + - @lion/form-core@0.6.3 + - @lion/button@0.7.15 + ## 0.21.4 ### Patch Changes diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index 0bba30957..71fca4916 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.21.4", + "version": "0.21.5", "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.14", + "@lion/button": "0.7.15", "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2", - "@lion/listbox": "0.1.2", - "@lion/overlays": "0.20.0" + "@lion/form-core": "0.6.3", + "@lion/listbox": "0.2.0", + "@lion/overlays": "0.21.0" }, "keywords": [ "field", diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index 4cfcef478..c3732bda3 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.8.1 + +### Patch Changes + +- 0aa4480e: Refactor of some fields to ensure that \_inputNode has the right type. It starts as HTMLElement for LionField, and all HTMLInputElement, HTMLSelectElement and HTMLTextAreaElement logic, are moved to the right places. +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + ## 0.8.0 ### Minor Changes diff --git a/packages/select/package.json b/packages/select/package.json index f673ef5a3..b90dfb3a0 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.8.0", + "version": "0.8.1", "description": "Provide a set of options where you can select one", "license": "MIT", "author": "ing-bank", @@ -32,7 +32,7 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2" + "@lion/form-core": "0.6.3" }, "keywords": [ "lion", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index fc28bc09a..a797ece64 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.12.1 + +### Patch Changes + +- 0aa4480e: Refactor of some fields to ensure that \_inputNode has the right type. It starts as HTMLElement for LionField, and all HTMLInputElement, HTMLSelectElement and HTMLTextAreaElement logic, are moved to the right places. +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + ## 0.12.0 ### Minor Changes diff --git a/packages/switch/package.json b/packages/switch/package.json index a5938e098..f4710bfd8 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.12.0", + "version": "0.12.1", "description": "A Switch is used for switching a property or feature on and off", "license": "MIT", "author": "ing-bank", @@ -34,7 +34,7 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2" + "@lion/form-core": "0.6.3" }, "keywords": [ "lion", diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 458b723c6..25ae27589 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.8.1 + +### Patch Changes + +- 0aa4480e: Refactor of some fields to ensure that \_inputNode has the right type. It starts as HTMLElement for LionField, and all HTMLInputElement, HTMLSelectElement and HTMLTextAreaElement logic, are moved to the right places. +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + ## 0.8.0 ### Minor Changes diff --git a/packages/textarea/package.json b/packages/textarea/package.json index d51573310..b45f899c2 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.8.0", + "version": "0.8.1", "description": "Provide a way for users to write text that is multiple lines long", "license": "MIT", "author": "ing-bank", @@ -32,7 +32,7 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2", + "@lion/form-core": "0.6.3", "@types/autosize": "^3.0.7", "autosize": "4.0.2" }, diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index df1783535..9a9ca5c55 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.15.1 + +### Patch Changes + +- Updated dependencies [d83f7fc5] +- Updated dependencies [a4c4f1ee] + - @lion/overlays@0.21.0 + ## 0.15.0 ### Minor Changes diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index 5d56e7f3e..a03f63481 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.15.0", + "version": "0.15.1", "description": "Show relative overlay content on hover", "license": "MIT", "author": "ing-bank", @@ -33,7 +33,7 @@ ], "dependencies": { "@lion/core": "0.13.0", - "@lion/overlays": "0.20.0" + "@lion/overlays": "0.21.0" }, "keywords": [ "lion", diff --git a/packages/validate-messages/CHANGELOG.md b/packages/validate-messages/CHANGELOG.md index 120049ca4..b0d6585f1 100644 --- a/packages/validate-messages/CHANGELOG.md +++ b/packages/validate-messages/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.3.1 + +### Patch Changes + +- Updated dependencies [d5faa459] +- Updated dependencies [0aa4480e] + - @lion/form-core@0.6.3 + ## 0.3.0 ### Minor Changes diff --git a/packages/validate-messages/package.json b/packages/validate-messages/package.json index f56e6162a..29f54b869 100644 --- a/packages/validate-messages/package.json +++ b/packages/validate-messages/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate-messages", - "version": "0.3.0", + "version": "0.3.1", "description": "A set of localized messages for default Validators", "license": "MIT", "author": "ing-bank", @@ -29,7 +29,7 @@ }, "dependencies": { "@lion/core": "0.13.0", - "@lion/form-core": "0.6.2", + "@lion/form-core": "0.6.3", "@lion/localize": "0.14.5" }, "keywords": [