From a42351019c9c939886e3c89161fdd91d8fc1313d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 12 Apr 2021 20:47:43 +0000 Subject: [PATCH] Version Packages --- .changeset/brave-tools-tie.md | 5 -- .changeset/cold-spies-press.md | 8 --- .changeset/curly-lamps-cheer.md | 7 --- .changeset/dry-fishes-shake.md | 16 ------ .changeset/eight-pumpkins-clean.md | 5 -- .changeset/eighty-kings-hear.md | 36 ------------- .changeset/fair-geese-drum.md | 6 --- .changeset/famous-wolves-notice.md | 5 -- .changeset/lucky-games-poke.md | 5 -- .changeset/nervous-paws-tease.md | 5 -- .changeset/old-starfishes-glow.md | 6 --- .changeset/rotten-dots-argue.md | 5 -- .changeset/rude-ducks-hide.md | 8 --- .changeset/sharp-laws-scream.md | 5 -- .changeset/sharp-ravens-buy.md | 5 -- .changeset/slimy-items-wait.md | 6 --- .changeset/smart-olives-tap.md | 5 -- .changeset/sour-books-dress.md | 7 --- .changeset/stupid-cycles-sniff.md | 40 --------------- .changeset/thirty-eagles-prove.md | 6 --- packages/accordion/CHANGELOG.md | 9 ++++ packages/accordion/package.json | 4 +- packages/ajax/CHANGELOG.md | 23 +++++++++ packages/ajax/package.json | 2 +- packages/button/CHANGELOG.md | 23 +++++++++ packages/button/package.json | 4 +- packages/calendar/CHANGELOG.md | 10 ++++ packages/calendar/package.json | 6 +-- packages/checkbox-group/CHANGELOG.md | 36 +++++++++++++ packages/checkbox-group/package.json | 8 +-- packages/collapsible/CHANGELOG.md | 10 ++++ packages/collapsible/package.json | 4 +- packages/combobox/CHANGELOG.md | 42 +++++++++++++++ packages/combobox/package.json | 10 ++-- packages/core/CHANGELOG.md | 20 ++++++++ packages/core/package.json | 2 +- packages/dialog/CHANGELOG.md | 10 ++++ packages/dialog/package.json | 6 +-- packages/fieldset/CHANGELOG.md | 35 +++++++++++++ packages/fieldset/package.json | 6 +-- packages/form-core/CHANGELOG.md | 46 +++++++++++++++++ packages/form-core/package.json | 6 +-- packages/form-integrations/CHANGELOG.md | 65 ++++++++++++++++++++++++ packages/form-integrations/package.json | 48 ++++++++--------- packages/form/CHANGELOG.md | 25 +++++++++ packages/form/package.json | 4 +- packages/helpers/CHANGELOG.md | 8 +++ packages/helpers/package.json | 4 +- packages/icon/CHANGELOG.md | 10 ++++ packages/icon/package.json | 6 +-- packages/input-amount/CHANGELOG.md | 38 ++++++++++++++ packages/input-amount/package.json | 12 ++--- packages/input-date/CHANGELOG.md | 37 ++++++++++++++ packages/input-date/package.json | 12 ++--- packages/input-datepicker/CHANGELOG.md | 41 +++++++++++++++ packages/input-datepicker/package.json | 16 +++--- packages/input-email/CHANGELOG.md | 37 ++++++++++++++ packages/input-email/package.json | 12 ++--- packages/input-iban/CHANGELOG.md | 37 ++++++++++++++ packages/input-iban/package.json | 12 ++--- packages/input-range/CHANGELOG.md | 26 ++++++++++ packages/input-range/package.json | 8 +-- packages/input-stepper/CHANGELOG.md | 36 +++++++++++++ packages/input-stepper/package.json | 8 +-- packages/input/CHANGELOG.md | 33 ++++++++++++ packages/input/package.json | 4 +- packages/listbox/CHANGELOG.md | 34 +++++++++++++ packages/listbox/package.json | 6 +-- packages/localize/CHANGELOG.md | 24 +++++++++ packages/localize/package.json | 6 +-- packages/overlays/CHANGELOG.md | 24 +++++++++ packages/overlays/package.json | 6 +-- packages/pagination/CHANGELOG.md | 10 ++++ packages/pagination/package.json | 6 +-- packages/progress-indicator/CHANGELOG.md | 10 ++++ packages/progress-indicator/package.json | 6 +-- packages/radio-group/CHANGELOG.md | 35 +++++++++++++ packages/radio-group/package.json | 8 +-- packages/select-rich/CHANGELOG.md | 37 ++++++++++++++ packages/select-rich/package.json | 12 ++--- packages/select/CHANGELOG.md | 34 +++++++++++++ packages/select/package.json | 6 +-- packages/singleton-manager/CHANGELOG.md | 6 +++ packages/singleton-manager/package.json | 2 +- packages/steps/CHANGELOG.md | 8 +++ packages/steps/package.json | 4 +- packages/switch/CHANGELOG.md | 37 ++++++++++++++ packages/switch/package.json | 8 +-- packages/tabs/CHANGELOG.md | 9 ++++ packages/tabs/package.json | 4 +- packages/textarea/CHANGELOG.md | 34 +++++++++++++ packages/textarea/package.json | 6 +-- packages/tooltip/CHANGELOG.md | 24 +++++++++ packages/tooltip/package.json | 6 +-- packages/validate-messages/CHANGELOG.md | 20 ++++++++ packages/validate-messages/package.json | 6 +-- 96 files changed, 1151 insertions(+), 339 deletions(-) delete mode 100644 .changeset/brave-tools-tie.md delete mode 100644 .changeset/cold-spies-press.md delete mode 100644 .changeset/curly-lamps-cheer.md delete mode 100644 .changeset/dry-fishes-shake.md delete mode 100644 .changeset/eight-pumpkins-clean.md delete mode 100644 .changeset/eighty-kings-hear.md delete mode 100644 .changeset/fair-geese-drum.md delete mode 100644 .changeset/famous-wolves-notice.md delete mode 100644 .changeset/lucky-games-poke.md delete mode 100644 .changeset/nervous-paws-tease.md delete mode 100644 .changeset/old-starfishes-glow.md delete mode 100644 .changeset/rotten-dots-argue.md delete mode 100644 .changeset/rude-ducks-hide.md delete mode 100644 .changeset/sharp-laws-scream.md delete mode 100644 .changeset/sharp-ravens-buy.md delete mode 100644 .changeset/slimy-items-wait.md delete mode 100644 .changeset/smart-olives-tap.md delete mode 100644 .changeset/sour-books-dress.md delete mode 100644 .changeset/stupid-cycles-sniff.md delete mode 100644 .changeset/thirty-eagles-prove.md diff --git a/.changeset/brave-tools-tie.md b/.changeset/brave-tools-tie.md deleted file mode 100644 index 4c0008163..000000000 --- a/.changeset/brave-tools-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ajax': patch ---- - -allow caching concurrent requests diff --git a/.changeset/cold-spies-press.md b/.changeset/cold-spies-press.md deleted file mode 100644 index eee51999c..000000000 --- a/.changeset/cold-spies-press.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@lion/form-core': patch -'@lion/form-integrations': patch ---- - -## Bug fixes - -**form-core**: registrationComplete callback executed before initial interaction states are computed diff --git a/.changeset/curly-lamps-cheer.md b/.changeset/curly-lamps-cheer.md deleted file mode 100644 index 418ed740c..000000000 --- a/.changeset/curly-lamps-cheer.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@lion/form-core': patch ---- - -### Bug fixes - -fix(form-core): do not preprocess during composition diff --git a/.changeset/dry-fishes-shake.md b/.changeset/dry-fishes-shake.md deleted file mode 100644 index c3bed5b5d..000000000 --- a/.changeset/dry-fishes-shake.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@lion/checkbox-group': patch -'@lion/collapsible': patch -'@lion/fieldset': patch -'@lion/form': patch -'@lion/input-amount': patch -'@lion/input-date': patch -'@lion/input-datepicker': patch -'@lion/input-email': patch -'@lion/input-iban': patch -'@lion/input-range': patch -'@lion/input-stepper': patch -'@lion/radio-group': patch ---- - -Remove lion references in docs for easier extending diff --git a/.changeset/eight-pumpkins-clean.md b/.changeset/eight-pumpkins-clean.md deleted file mode 100644 index a197c7a06..000000000 --- a/.changeset/eight-pumpkins-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ajax': patch ---- - -Fix(ajax) options expansion, fix removing request interceptors, use 1 hour as default time to live, check for null when serializing the search params diff --git a/.changeset/eighty-kings-hear.md b/.changeset/eighty-kings-hear.md deleted file mode 100644 index e9d9e9035..000000000 --- a/.changeset/eighty-kings-hear.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -'@lion/accordion': patch -'@lion/ajax': patch -'@lion/button': patch -'@lion/calendar': patch -'@lion/checkbox-group': patch -'@lion/collapsible': patch -'@lion/combobox': patch -'@lion/core': patch -'@lion/dialog': patch -'@lion/fieldset': patch -'@lion/form': patch -'@lion/form-core': patch -'@lion/form-integrations': patch -'@lion/icon': patch -'@lion/input': patch -'@lion/input-amount': patch -'@lion/input-datepicker': patch -'@lion/input-range': patch -'@lion/input-stepper': patch -'@lion/listbox': patch -'@lion/localize': patch -'@lion/overlays': patch -'@lion/pagination': patch -'@lion/progress-indicator': patch -'@lion/select': patch -'@lion/select-rich': patch -'singleton-manager': patch -'@lion/switch': patch -'@lion/tabs': patch -'@lion/textarea': patch -'@lion/tooltip': patch -'@lion/validate-messages': patch ---- - -add protected and private type info diff --git a/.changeset/fair-geese-drum.md b/.changeset/fair-geese-drum.md deleted file mode 100644 index 678fd3144..000000000 --- a/.changeset/fair-geese-drum.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lion/form-core': patch ---- - -- validation of form groups when child fires 'model-value-changed' -- fire {feedbackType}StateChanged event when feedback type (like 'error'/'warning') changed diff --git a/.changeset/famous-wolves-notice.md b/.changeset/famous-wolves-notice.md deleted file mode 100644 index 316e201a2..000000000 --- a/.changeset/famous-wolves-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/switch': patch ---- - -**switch**: clicking label focuses button diff --git a/.changeset/lucky-games-poke.md b/.changeset/lucky-games-poke.md deleted file mode 100644 index 0a3e3cbf7..000000000 --- a/.changeset/lucky-games-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ajax': patch ---- - -return cached status and headers diff --git a/.changeset/nervous-paws-tease.md b/.changeset/nervous-paws-tease.md deleted file mode 100644 index a2e9a830a..000000000 --- a/.changeset/nervous-paws-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/combobox': patch ---- - -Add clear() function combobox diff --git a/.changeset/old-starfishes-glow.md b/.changeset/old-starfishes-glow.md deleted file mode 100644 index 77a5eda8c..000000000 --- a/.changeset/old-starfishes-glow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lion/form-core': patch ---- - -- form-core: pending initialization values in order of execution -- form-core: choiceGroup null and undefined values support diff --git a/.changeset/rotten-dots-argue.md b/.changeset/rotten-dots-argue.md deleted file mode 100644 index 03ccbebf3..000000000 --- a/.changeset/rotten-dots-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/form-core': patch ---- - -**form-core**: fieldset label as child label suffix. Mimics native fieldset a11y diff --git a/.changeset/rude-ducks-hide.md b/.changeset/rude-ducks-hide.md deleted file mode 100644 index 75a8c0124..000000000 --- a/.changeset/rude-ducks-hide.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@lion/form-core': patch ---- - -**form-core**: - -- cleanup group > child descriptions on disconnectedCallback -- reenable tests diff --git a/.changeset/sharp-laws-scream.md b/.changeset/sharp-laws-scream.md deleted file mode 100644 index 59214743f..000000000 --- a/.changeset/sharp-laws-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/switch': patch ---- - -- use .\_showFeedbackConditionFor instead of .submitted diff --git a/.changeset/sharp-ravens-buy.md b/.changeset/sharp-ravens-buy.md deleted file mode 100644 index 1f032e6a6..000000000 --- a/.changeset/sharp-ravens-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/form-core': minor ---- - -allow fine grained feedback visibility control via `.showFeedConditionFor(type, meta, currentCondition)` for Application Developers diff --git a/.changeset/slimy-items-wait.md b/.changeset/slimy-items-wait.md deleted file mode 100644 index 09a5f7d0e..000000000 --- a/.changeset/slimy-items-wait.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lion/combobox': patch -'@lion/form-core': patch ---- - -**combobox**: enabled and fixed types diff --git a/.changeset/smart-olives-tap.md b/.changeset/smart-olives-tap.md deleted file mode 100644 index 0ae07075f..000000000 --- a/.changeset/smart-olives-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/form-core': patch ---- - -aria-live is set to assertive on blur, so next focused input message will be read first by screen reader diff --git a/.changeset/sour-books-dress.md b/.changeset/sour-books-dress.md deleted file mode 100644 index eff46b5a0..000000000 --- a/.changeset/sour-books-dress.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@lion/combobox': patch ---- - -### Bug Fixes - -**combobox**: aria-expanded always applied on element with role=combobox diff --git a/.changeset/stupid-cycles-sniff.md b/.changeset/stupid-cycles-sniff.md deleted file mode 100644 index ecd1c5d87..000000000 --- a/.changeset/stupid-cycles-sniff.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -'@lion/ajax': minor -'@lion/button': minor -'@lion/checkbox-group': minor -'@lion/combobox': minor -'@lion/core': minor -'@lion/form-core': minor -'@lion/form-integrations': minor -'@lion/input': minor -'@lion/input-amount': minor -'@lion/input-date': minor -'@lion/input-email': minor -'@lion/input-iban': minor -'@lion/input-stepper': minor -'@lion/listbox': minor -'@lion/localize': minor -'@lion/overlays': minor -'@lion/select-rich': minor -'@lion/switch': minor -'@lion/textarea': minor -'@lion/fieldset': minor -'@lion/form': minor -'@lion/input-datepicker': minor -'@lion/input-range': minor -'@lion/radio-group': minor -'@lion/select': minor -'@lion/tooltip': minor ---- - -Type fixes and enhancements: - -- all protected/private entries added to form-core type definitions, and their dependents were fixed -- a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) -- categorized @ts-expect-error / @ts-ignore into: - - [external]: when a 3rd party didn't ship types (could also be browser specs) - - [allow-protected]: when we are allowed to know about protected methods. For instance when code - resides in the same package - - [allow-private]: when we need to check a private value inside a test - - [allow]: miscellaneous allows - - [editor]: when the editor complains, but the cli/ci doesn't diff --git a/.changeset/thirty-eagles-prove.md b/.changeset/thirty-eagles-prove.md deleted file mode 100644 index 782599177..000000000 --- a/.changeset/thirty-eagles-prove.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@lion/form-core': patch -'@lion/form-integrations': patch ---- - -Add `clear()` interface to choiceGroups diff --git a/packages/accordion/CHANGELOG.md b/packages/accordion/CHANGELOG.md index d3e8da464..2303154ca 100644 --- a/packages/accordion/CHANGELOG.md +++ b/packages/accordion/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.4.2 + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + ## 0.4.1 ### Patch Changes diff --git a/packages/accordion/package.json b/packages/accordion/package.json index 326644a69..0859e9ede 100644 --- a/packages/accordion/package.json +++ b/packages/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@lion/accordion", - "version": "0.4.1", + "version": "0.4.2", "description": "Vertically stacked list of invokers that can be clicked to reveal or hide content associated with them.", "license": "MIT", "author": "ing-bank", @@ -36,7 +36,7 @@ "lion-accordion.js" ], "dependencies": { - "@lion/core": "0.15.0" + "@lion/core": "0.16.0" }, "keywords": [ "accordion", diff --git a/packages/ajax/CHANGELOG.md b/packages/ajax/CHANGELOG.md index 9c27af3eb..491707d0d 100644 --- a/packages/ajax/CHANGELOG.md +++ b/packages/ajax/CHANGELOG.md @@ -1,5 +1,28 @@ # Change Log +## 0.9.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- c1a81fe4: allow caching concurrent requests +- 9b79b287: Fix(ajax) options expansion, fix removing request interceptors, use 1 hour as default time to live, check for null when serializing the search params +- 77a04245: add protected and private type info +- 468223a0: return cached status and headers + ## 0.8.0 ### Minor Changes diff --git a/packages/ajax/package.json b/packages/ajax/package.json index cdff1d917..1170964a3 100644 --- a/packages/ajax/package.json +++ b/packages/ajax/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ajax", - "version": "0.8.0", + "version": "0.9.0", "description": "Thin wrapper around fetch with support for interceptors.", "license": "MIT", "author": "ing-bank", diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index 733b68bd6..f4f5bb656 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -1,5 +1,28 @@ # Change Log +## 0.11.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + ## 0.10.1 ### Patch Changes diff --git a/packages/button/package.json b/packages/button/package.json index 747064bb1..f7171748d 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@lion/button", - "version": "0.10.1", + "version": "0.11.0", "description": "A button that is easily styleable and accessible in all contexts", "license": "MIT", "author": "ing-bank", @@ -36,7 +36,7 @@ "lion-button.js" ], "dependencies": { - "@lion/core": "0.15.0" + "@lion/core": "0.16.0" }, "keywords": [ "button", diff --git a/packages/calendar/CHANGELOG.md b/packages/calendar/CHANGELOG.md index c5e50a282..bcf8d913d 100644 --- a/packages/calendar/CHANGELOG.md +++ b/packages/calendar/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.14.2 + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + - @lion/localize@0.18.0 + ## 0.14.1 ### Patch Changes diff --git a/packages/calendar/package.json b/packages/calendar/package.json index 0797bf96d..8b31cbfbf 100644 --- a/packages/calendar/package.json +++ b/packages/calendar/package.json @@ -1,6 +1,6 @@ { "name": "@lion/calendar", - "version": "0.14.1", + "version": "0.14.2", "description": "Standalone calendar", "license": "MIT", "author": "ing-bank", @@ -36,8 +36,8 @@ "lion-calendar.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/localize": "0.17.0" + "@lion/core": "0.16.0", + "@lion/localize": "0.18.0" }, "keywords": [ "calendar", diff --git a/packages/checkbox-group/CHANGELOG.md b/packages/checkbox-group/CHANGELOG.md index 678d12762..5a20b326a 100644 --- a/packages/checkbox-group/CHANGELOG.md +++ b/packages/checkbox-group/CHANGELOG.md @@ -1,5 +1,41 @@ # Change Log +## 0.16.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 97b8592c: Remove lion references in docs for easier extending +- 77a04245: add protected and private type info +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/core@0.16.0 + - @lion/input@0.13.0 + ## 0.15.3 ### Patch Changes diff --git a/packages/checkbox-group/package.json b/packages/checkbox-group/package.json index 4846e732f..1e619bd7c 100644 --- a/packages/checkbox-group/package.json +++ b/packages/checkbox-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/checkbox-group", - "version": "0.15.3", + "version": "0.16.0", "description": "A container for multiple checkboxes", "license": "MIT", "author": "ing-bank", @@ -39,9 +39,9 @@ "lion-checkbox-indeterminate.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2", - "@lion/input": "0.12.3" + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0", + "@lion/input": "0.13.0" }, "keywords": [ "checkbox-group", diff --git a/packages/collapsible/CHANGELOG.md b/packages/collapsible/CHANGELOG.md index 11979a197..847f50d34 100644 --- a/packages/collapsible/CHANGELOG.md +++ b/packages/collapsible/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.4.2 + +### Patch Changes + +- 97b8592c: Remove lion references in docs for easier extending +- 77a04245: add protected and private type info +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + ## 0.4.1 ### Patch Changes diff --git a/packages/collapsible/package.json b/packages/collapsible/package.json index 45e3cf231..0cf71e7c3 100644 --- a/packages/collapsible/package.json +++ b/packages/collapsible/package.json @@ -1,6 +1,6 @@ { "name": "@lion/collapsible", - "version": "0.4.1", + "version": "0.4.2", "description": "This component is a combination of a button (the invoker), a chunk of extra content.", "license": "MIT", "author": "ing-bank", @@ -38,7 +38,7 @@ "demo/custom-collapsible.js" ], "dependencies": { - "@lion/core": "0.15.0" + "@lion/core": "0.16.0" }, "keywords": [ "collapsible", diff --git a/packages/combobox/CHANGELOG.md b/packages/combobox/CHANGELOG.md index 3656490fd..0ac403b05 100644 --- a/packages/combobox/CHANGELOG.md +++ b/packages/combobox/CHANGELOG.md @@ -1,5 +1,47 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 77a04245: add protected and private type info +- 0dc706b6: Add clear() function combobox +- 991f1f54: **combobox**: enabled and fixed types +- e301ef96: ### Bug Fixes + + **combobox**: aria-expanded always applied on element with role=combobox + +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/core@0.16.0 + - @lion/listbox@0.7.0 + - @lion/overlays@0.26.0 + ## 0.4.2 ### Patch Changes diff --git a/packages/combobox/package.json b/packages/combobox/package.json index 5effc5376..017664d0c 100644 --- a/packages/combobox/package.json +++ b/packages/combobox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/combobox", - "version": "0.4.2", + "version": "0.5.0", "description": "A widget made up of a single-line textbox and an associated pop-up listbox element", "license": "MIT", "author": "ing-bank", @@ -45,10 +45,10 @@ "docs/google-combobox/google-combobox.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2", - "@lion/listbox": "0.6.3", - "@lion/overlays": "0.25.2" + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0", + "@lion/listbox": "0.7.0", + "@lion/overlays": "0.26.0" }, "keywords": [ "combobox", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3d3b19735..fdd356a4e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## 0.16.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 77a04245: add protected and private type info + ## 0.15.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 127325353..c15ba081e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/core", - "version": "0.15.0", + "version": "0.16.0", "description": "Core functionality that is shared across all Lion Web Components", "license": "MIT", "author": "ing-bank", diff --git a/packages/dialog/CHANGELOG.md b/packages/dialog/CHANGELOG.md index ad84f1bac..b5c6c1da6 100644 --- a/packages/dialog/CHANGELOG.md +++ b/packages/dialog/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.11.3 + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + - @lion/overlays@0.26.0 + ## 0.11.2 ### Patch Changes diff --git a/packages/dialog/package.json b/packages/dialog/package.json index 496bc077c..3d09b933a 100644 --- a/packages/dialog/package.json +++ b/packages/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@lion/dialog", - "version": "0.11.2", + "version": "0.11.3", "description": "Show relative overlay content on click, as a webcomponent", "license": "MIT", "author": "ing-bank", @@ -37,8 +37,8 @@ "./docs/styled-dialog-content.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/overlays": "0.25.2" + "@lion/core": "0.16.0", + "@lion/overlays": "0.26.0" }, "keywords": [ "dialog", diff --git a/packages/fieldset/CHANGELOG.md b/packages/fieldset/CHANGELOG.md index a93e3f6c0..3fec76ea7 100644 --- a/packages/fieldset/CHANGELOG.md +++ b/packages/fieldset/CHANGELOG.md @@ -1,5 +1,40 @@ # Change Log +## 0.18.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 97b8592c: Remove lion references in docs for easier extending +- 77a04245: add protected and private type info +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/core@0.16.0 + ## 0.17.3 ### Patch Changes diff --git a/packages/fieldset/package.json b/packages/fieldset/package.json index 2c9d5d817..e0d4aeec9 100644 --- a/packages/fieldset/package.json +++ b/packages/fieldset/package.json @@ -1,6 +1,6 @@ { "name": "@lion/fieldset", - "version": "0.17.3", + "version": "0.18.0", "description": "Allows to groups multiple input fields or other fieldsets together", "license": "MIT", "author": "ing-bank", @@ -37,8 +37,8 @@ "./docs/helpers/demo-fieldset-child.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2" + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0" }, "keywords": [ "fieldset", diff --git a/packages/form-core/CHANGELOG.md b/packages/form-core/CHANGELOG.md index c3792cff7..193c3df63 100644 --- a/packages/form-core/CHANGELOG.md +++ b/packages/form-core/CHANGELOG.md @@ -1,5 +1,51 @@ # Change Log +## 0.11.0 + +### Minor Changes + +- 0e910e3f: allow fine grained feedback visibility control via `.showFeedConditionFor(type, meta, currentCondition)` for Application Developers +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 38297d07: ## Bug fixes + + **form-core**: registrationComplete callback executed before initial interaction states are computed + +- 3b5ed322: ### Bug fixes + + fix(form-core): do not preprocess during composition + +- 77a04245: add protected and private type info +- 53167fd2: - validation of form groups when child fires 'model-value-changed' + - fire {feedbackType}StateChanged event when feedback type (like 'error'/'warning') changed +- 181a1d45: - form-core: pending initialization values in order of execution + - form-core: choiceGroup null and undefined values support +- fb1522dd: **form-core**: fieldset label as child label suffix. Mimics native fieldset a11y +- 75af80be: **form-core**: + + - cleanup group > child descriptions on disconnectedCallback + - reenable tests + +- 991f1f54: **combobox**: enabled and fixed types +- cc02ae24: aria-live is set to assertive on blur, so next focused input message will be read first by screen reader +- 6ae7a5e3: Add `clear()` interface to choiceGroups +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + - @lion/localize@0.18.0 + ## 0.10.2 ### Patch Changes diff --git a/packages/form-core/package.json b/packages/form-core/package.json index ec7ff9102..294c85648 100644 --- a/packages/form-core/package.json +++ b/packages/form-core/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-core", - "version": "0.10.2", + "version": "0.11.0", "description": "Form-core contains all essential building blocks for creating form fields and fieldsets", "license": "MIT", "author": "ing-bank", @@ -38,8 +38,8 @@ "lion-validation-feedback.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/localize": "0.17.0" + "@lion/core": "0.16.0", + "@lion/localize": "0.18.0" }, "keywords": [ "field", diff --git a/packages/form-integrations/CHANGELOG.md b/packages/form-integrations/CHANGELOG.md index 546174986..c2cb37222 100644 --- a/packages/form-integrations/CHANGELOG.md +++ b/packages/form-integrations/CHANGELOG.md @@ -1,5 +1,70 @@ # Change Log +## 0.6.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 38297d07: ## Bug fixes + + **form-core**: registrationComplete callback executed before initial interaction states are computed + +- 77a04245: add protected and private type info +- 6ae7a5e3: Add `clear()` interface to choiceGroups +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [97b8592c] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [d4dcb7c1] +- Updated dependencies [0dc706b6] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [652f267b] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [e301ef96] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/checkbox-group@0.16.0 + - @lion/fieldset@0.18.0 + - @lion/form@0.10.0 + - @lion/input-amount@0.12.0 + - @lion/input-date@0.11.0 + - @lion/input-datepicker@0.21.0 + - @lion/input-email@0.12.0 + - @lion/input-iban@0.14.0 + - @lion/input-range@0.8.0 + - @lion/input-stepper@0.4.0 + - @lion/radio-group@0.15.0 + - @lion/button@0.11.0 + - @lion/combobox@0.5.0 + - @lion/core@0.16.0 + - @lion/input@0.13.0 + - @lion/listbox@0.7.0 + - @lion/localize@0.18.0 + - @lion/select@0.11.0 + - @lion/select-rich@0.24.0 + - @lion/switch@0.15.0 + - @lion/textarea@0.11.0 + - @lion/validate-messages@0.5.4 + ## 0.5.4 ### Patch Changes diff --git a/packages/form-integrations/package.json b/packages/form-integrations/package.json index a31ee8596..622e5de61 100644 --- a/packages/form-integrations/package.json +++ b/packages/form-integrations/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form-integrations", - "version": "0.5.4", + "version": "0.6.0", "description": "The Form System allows you to create complex forms with various validation in an easy way", "license": "MIT", "author": "ing-bank", @@ -32,29 +32,29 @@ "test": "cd ../../ && npm run test:browser -- --group form-integrations" }, "dependencies": { - "@lion/button": "0.10.1", - "@lion/checkbox-group": "0.15.3", - "@lion/combobox": "0.4.2", - "@lion/core": "0.15.0", - "@lion/fieldset": "0.17.3", - "@lion/form": "0.9.3", - "@lion/form-core": "0.10.2", - "@lion/input": "0.12.3", - "@lion/input-amount": "0.11.2", - "@lion/input-date": "0.10.3", - "@lion/input-datepicker": "0.20.3", - "@lion/input-email": "0.11.3", - "@lion/input-iban": "0.13.3", - "@lion/input-range": "0.7.3", - "@lion/input-stepper": "0.3.3", - "@lion/listbox": "0.6.3", - "@lion/localize": "0.17.0", - "@lion/radio-group": "0.14.3", - "@lion/select": "0.10.3", - "@lion/select-rich": "0.23.3", - "@lion/switch": "0.14.3", - "@lion/textarea": "0.10.3", - "@lion/validate-messages": "0.5.3" + "@lion/button": "0.11.0", + "@lion/checkbox-group": "0.16.0", + "@lion/combobox": "0.5.0", + "@lion/core": "0.16.0", + "@lion/fieldset": "0.18.0", + "@lion/form": "0.10.0", + "@lion/form-core": "0.11.0", + "@lion/input": "0.13.0", + "@lion/input-amount": "0.12.0", + "@lion/input-date": "0.11.0", + "@lion/input-datepicker": "0.21.0", + "@lion/input-email": "0.12.0", + "@lion/input-iban": "0.14.0", + "@lion/input-range": "0.8.0", + "@lion/input-stepper": "0.4.0", + "@lion/listbox": "0.7.0", + "@lion/localize": "0.18.0", + "@lion/radio-group": "0.15.0", + "@lion/select": "0.11.0", + "@lion/select-rich": "0.24.0", + "@lion/switch": "0.15.0", + "@lion/textarea": "0.11.0", + "@lion/validate-messages": "0.5.4" }, "keywords": [ "form", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 21c7dcc4d..10bffdbd1 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -1,5 +1,30 @@ # Change Log +## 0.10.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 97b8592c: Remove lion references in docs for easier extending +- 77a04245: add protected and private type info +- Updated dependencies [97b8592c] +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/fieldset@0.18.0 + ## 0.9.3 ### Patch Changes diff --git a/packages/form/package.json b/packages/form/package.json index 6cb0c310f..616d1fa3d 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@lion/form", - "version": "0.9.3", + "version": "0.10.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", @@ -36,7 +36,7 @@ "lion-form.js" ], "dependencies": { - "@lion/fieldset": "0.17.3" + "@lion/fieldset": "0.18.0" }, "keywords": [ "form", diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 62d244880..7b4787631 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.7.1 + +### Patch Changes + +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + ## 0.7.0 ### Minor Changes diff --git a/packages/helpers/package.json b/packages/helpers/package.json index b0c11c186..1d91721e4 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@lion/helpers", - "version": "0.7.0", + "version": "0.7.1", "description": "Helpers that are used throughout lion and can be used outside", "license": "MIT", "author": "ing-bank", @@ -35,7 +35,7 @@ "sb-locale-switcher.js" ], "dependencies": { - "@lion/core": "0.15.0" + "@lion/core": "0.16.0" }, "keywords": [ "action logger", diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 679c30e30..9aeb3a94e 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.11.1 + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + - singleton-manager@1.4.1 + ## 0.11.0 ### Minor Changes diff --git a/packages/icon/package.json b/packages/icon/package.json index b2085dc12..017b611df 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@lion/icon", - "version": "0.11.0", + "version": "0.11.1", "description": "A web component easily displaying svg icons", "license": "MIT", "author": "ing-bank", @@ -37,8 +37,8 @@ "./docs/icon-resolvers.js" ], "dependencies": { - "@lion/core": "0.15.0", - "singleton-manager": "1.4.0" + "@lion/core": "0.16.0", + "singleton-manager": "1.4.1" }, "keywords": [ "icon", diff --git a/packages/input-amount/CHANGELOG.md b/packages/input-amount/CHANGELOG.md index d557e2a25..249eae658 100644 --- a/packages/input-amount/CHANGELOG.md +++ b/packages/input-amount/CHANGELOG.md @@ -1,5 +1,43 @@ # Change Log +## 0.12.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 97b8592c: Remove lion references in docs for easier extending +- 77a04245: add protected and private type info +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/core@0.16.0 + - @lion/input@0.13.0 + - @lion/localize@0.18.0 + - @lion/validate-messages@0.5.4 + ## 0.11.2 ### Patch Changes diff --git a/packages/input-amount/package.json b/packages/input-amount/package.json index 2e715e793..659706fcd 100644 --- a/packages/input-amount/package.json +++ b/packages/input-amount/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-amount", - "version": "0.11.2", + "version": "0.12.0", "description": "Provide a way for users to fill in an amount", "license": "MIT", "author": "ing-bank", @@ -36,11 +36,11 @@ "lion-input-amount.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2", - "@lion/input": "0.12.3", - "@lion/localize": "0.17.0", - "@lion/validate-messages": "0.5.3" + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0", + "@lion/input": "0.13.0", + "@lion/localize": "0.18.0", + "@lion/validate-messages": "0.5.4" }, "keywords": [ "input-amount", diff --git a/packages/input-date/CHANGELOG.md b/packages/input-date/CHANGELOG.md index 032ea9928..6b0f9f169 100644 --- a/packages/input-date/CHANGELOG.md +++ b/packages/input-date/CHANGELOG.md @@ -1,5 +1,42 @@ # Change Log +## 0.11.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 97b8592c: Remove lion references in docs for easier extending +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/core@0.16.0 + - @lion/input@0.13.0 + - @lion/localize@0.18.0 + - @lion/validate-messages@0.5.4 + ## 0.10.3 ### Patch Changes diff --git a/packages/input-date/package.json b/packages/input-date/package.json index 4ce624786..079340989 100644 --- a/packages/input-date/package.json +++ b/packages/input-date/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-date", - "version": "0.10.3", + "version": "0.11.0", "description": "Provide a way for users to fill in a date", "license": "MIT", "author": "ing-bank", @@ -36,11 +36,11 @@ "lion-input-date.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2", - "@lion/input": "0.12.3", - "@lion/localize": "0.17.0", - "@lion/validate-messages": "0.5.3" + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0", + "@lion/input": "0.13.0", + "@lion/localize": "0.18.0", + "@lion/validate-messages": "0.5.4" }, "keywords": [ "input-date", diff --git a/packages/input-datepicker/CHANGELOG.md b/packages/input-datepicker/CHANGELOG.md index 7b5d96a4e..a69ce3bde 100644 --- a/packages/input-datepicker/CHANGELOG.md +++ b/packages/input-datepicker/CHANGELOG.md @@ -1,5 +1,46 @@ # Change Log +## 0.21.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 97b8592c: Remove lion references in docs for easier extending +- 77a04245: add protected and private type info +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [97b8592c] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/input-date@0.11.0 + - @lion/calendar@0.14.2 + - @lion/core@0.16.0 + - @lion/localize@0.18.0 + - @lion/overlays@0.26.0 + - @lion/validate-messages@0.5.4 + ## 0.20.3 ### Patch Changes diff --git a/packages/input-datepicker/package.json b/packages/input-datepicker/package.json index 29b444fff..005d26ce8 100644 --- a/packages/input-datepicker/package.json +++ b/packages/input-datepicker/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-datepicker", - "version": "0.20.3", + "version": "0.21.0", "description": "Provide a way for users to fill in a date via a calendar overlay", "license": "MIT", "author": "ing-bank", @@ -36,13 +36,13 @@ "lion-input-datepicker.js" ], "dependencies": { - "@lion/calendar": "0.14.1", - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2", - "@lion/input-date": "0.10.3", - "@lion/localize": "0.17.0", - "@lion/overlays": "0.25.2", - "@lion/validate-messages": "0.5.3" + "@lion/calendar": "0.14.2", + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0", + "@lion/input-date": "0.11.0", + "@lion/localize": "0.18.0", + "@lion/overlays": "0.26.0", + "@lion/validate-messages": "0.5.4" }, "keywords": [ "calendar", diff --git a/packages/input-email/CHANGELOG.md b/packages/input-email/CHANGELOG.md index 288894e31..a12fcac83 100644 --- a/packages/input-email/CHANGELOG.md +++ b/packages/input-email/CHANGELOG.md @@ -1,5 +1,42 @@ # Change Log +## 0.12.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 97b8592c: Remove lion references in docs for easier extending +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/core@0.16.0 + - @lion/input@0.13.0 + - @lion/localize@0.18.0 + - @lion/validate-messages@0.5.4 + ## 0.11.3 ### Patch Changes diff --git a/packages/input-email/package.json b/packages/input-email/package.json index 24f01ebce..b57abd19c 100644 --- a/packages/input-email/package.json +++ b/packages/input-email/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-email", - "version": "0.11.3", + "version": "0.12.0", "description": "Provide a way for users to fill in an email", "license": "MIT", "author": "ing-bank", @@ -36,11 +36,11 @@ "lion-input-email.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2", - "@lion/input": "0.12.3", - "@lion/localize": "0.17.0", - "@lion/validate-messages": "0.5.3" + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0", + "@lion/input": "0.13.0", + "@lion/localize": "0.18.0", + "@lion/validate-messages": "0.5.4" }, "keywords": [ "input-email", diff --git a/packages/input-iban/CHANGELOG.md b/packages/input-iban/CHANGELOG.md index 126c2998c..dc4dab0bc 100644 --- a/packages/input-iban/CHANGELOG.md +++ b/packages/input-iban/CHANGELOG.md @@ -1,5 +1,42 @@ # Change Log +## 0.14.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 97b8592c: Remove lion references in docs for easier extending +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/core@0.16.0 + - @lion/input@0.13.0 + - @lion/localize@0.18.0 + - @lion/validate-messages@0.5.4 + ## 0.13.3 ### Patch Changes diff --git a/packages/input-iban/package.json b/packages/input-iban/package.json index 53bf81b7a..e44e91ede 100644 --- a/packages/input-iban/package.json +++ b/packages/input-iban/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-iban", - "version": "0.13.3", + "version": "0.14.0", "description": "Provide a way for users to fill in an iban", "license": "MIT", "author": "ing-bank", @@ -36,11 +36,11 @@ "lion-input-iban.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2", - "@lion/input": "0.12.3", - "@lion/localize": "0.17.0", - "@lion/validate-messages": "0.5.3", + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0", + "@lion/input": "0.13.0", + "@lion/localize": "0.18.0", + "@lion/validate-messages": "0.5.4", "ibantools": "^2.2.0" }, "keywords": [ diff --git a/packages/input-range/CHANGELOG.md b/packages/input-range/CHANGELOG.md index 4d16098ee..4146f04a6 100644 --- a/packages/input-range/CHANGELOG.md +++ b/packages/input-range/CHANGELOG.md @@ -1,5 +1,31 @@ # Change Log +## 0.8.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 97b8592c: Remove lion references in docs for easier extending +- 77a04245: add protected and private type info +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + - @lion/input@0.13.0 + - @lion/localize@0.18.0 + ## 0.7.3 ### Patch Changes diff --git a/packages/input-range/package.json b/packages/input-range/package.json index b79348165..be0d9e2c6 100644 --- a/packages/input-range/package.json +++ b/packages/input-range/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-range", - "version": "0.7.3", + "version": "0.8.0", "description": "Provide a way for users to select one value from a range of values", "license": "MIT", "author": "ing-bank", @@ -36,9 +36,9 @@ "lion-input-range.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/input": "0.12.3", - "@lion/localize": "0.17.0" + "@lion/core": "0.16.0", + "@lion/input": "0.13.0", + "@lion/localize": "0.18.0" }, "keywords": [ "input-range", diff --git a/packages/input-stepper/CHANGELOG.md b/packages/input-stepper/CHANGELOG.md index a558b19c1..45d979c6a 100644 --- a/packages/input-stepper/CHANGELOG.md +++ b/packages/input-stepper/CHANGELOG.md @@ -1,5 +1,41 @@ # Change Log +## 0.4.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 97b8592c: Remove lion references in docs for easier extending +- 77a04245: add protected and private type info +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/core@0.16.0 + - @lion/input@0.13.0 + ## 0.3.3 ### Patch Changes diff --git a/packages/input-stepper/package.json b/packages/input-stepper/package.json index a3c1c452b..d4cbb94b7 100644 --- a/packages/input-stepper/package.json +++ b/packages/input-stepper/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input-stepper", - "version": "0.3.3", + "version": "0.4.0", "description": "This component enables the user to increase and decrease a numeric value by predefined range.", "license": "MIT", "author": "ing-bank", @@ -36,9 +36,9 @@ "lion-input-stepper.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2", - "@lion/input": "0.12.3" + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0", + "@lion/input": "0.13.0" }, "keywords": [ "input", diff --git a/packages/input/CHANGELOG.md b/packages/input/CHANGELOG.md index 102d46ae4..685b78875 100644 --- a/packages/input/CHANGELOG.md +++ b/packages/input/CHANGELOG.md @@ -1,5 +1,38 @@ # Change Log +## 0.13.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + ## 0.12.3 ### Patch Changes diff --git a/packages/input/package.json b/packages/input/package.json index 1aa524227..6451bbb5a 100644 --- a/packages/input/package.json +++ b/packages/input/package.json @@ -1,6 +1,6 @@ { "name": "@lion/input", - "version": "0.12.3", + "version": "0.13.0", "description": "It enhances the functionality of the native `` element", "license": "MIT", "author": "ing-bank", @@ -36,7 +36,7 @@ "lion-input.js" ], "dependencies": { - "@lion/form-core": "0.10.2" + "@lion/form-core": "0.11.0" }, "keywords": [ "input", diff --git a/packages/listbox/CHANGELOG.md b/packages/listbox/CHANGELOG.md index 2dc3356fe..8734fbbfd 100644 --- a/packages/listbox/CHANGELOG.md +++ b/packages/listbox/CHANGELOG.md @@ -1,5 +1,39 @@ # @lion/listbox +## 0.7.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/core@0.16.0 + ## 0.6.3 ### Patch Changes diff --git a/packages/listbox/package.json b/packages/listbox/package.json index 628ca0e70..22fad6e78 100644 --- a/packages/listbox/package.json +++ b/packages/listbox/package.json @@ -1,6 +1,6 @@ { "name": "@lion/listbox", - "version": "0.6.3", + "version": "0.7.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", @@ -39,8 +39,8 @@ "lion-options.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2" + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0" }, "keywords": [ "form", diff --git a/packages/localize/CHANGELOG.md b/packages/localize/CHANGELOG.md index 9f9c76b37..d7eac55ab 100644 --- a/packages/localize/CHANGELOG.md +++ b/packages/localize/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## 0.18.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + - singleton-manager@1.4.1 + ## 0.17.0 ### Minor Changes diff --git a/packages/localize/package.json b/packages/localize/package.json index 47deac23b..509a3fbd6 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -1,6 +1,6 @@ { "name": "@lion/localize", - "version": "0.17.0", + "version": "0.18.0", "description": "The localization system helps to manage localization data split into locales and automate its loading", "license": "MIT", "author": "ing-bank", @@ -34,8 +34,8 @@ "sideEffects": false, "dependencies": { "@bundled-es-modules/message-format": "6.0.4", - "@lion/core": "0.15.0", - "singleton-manager": "1.4.0" + "@lion/core": "0.16.0", + "singleton-manager": "1.4.1" }, "keywords": [ "lion", diff --git a/packages/overlays/CHANGELOG.md b/packages/overlays/CHANGELOG.md index ac4e413d0..dc9e9c792 100644 --- a/packages/overlays/CHANGELOG.md +++ b/packages/overlays/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## 0.26.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + - singleton-manager@1.4.1 + ## 0.25.2 ### Patch Changes diff --git a/packages/overlays/package.json b/packages/overlays/package.json index 341b434f7..113d89463 100644 --- a/packages/overlays/package.json +++ b/packages/overlays/package.json @@ -1,6 +1,6 @@ { "name": "@lion/overlays", - "version": "0.25.2", + "version": "0.26.0", "description": "Overlays System using lit-html for rendering", "license": "MIT", "author": "ing-bank", @@ -37,9 +37,9 @@ "./docs/applyDemoOverlayStyles.js" ], "dependencies": { - "@lion/core": "0.15.0", + "@lion/core": "0.16.0", "@popperjs/core": "^2.5.4", - "singleton-manager": "1.4.0" + "singleton-manager": "1.4.1" }, "keywords": [ "lion", diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md index 68e763f9f..197dc0f4a 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.4.2 + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + - @lion/localize@0.18.0 + ## 0.4.1 ### Patch Changes diff --git a/packages/pagination/package.json b/packages/pagination/package.json index 275221249..2f4297179 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@lion/pagination", - "version": "0.4.1", + "version": "0.4.2", "description": "A component that handles pagination.", "license": "MIT", "author": "ing-bank", @@ -36,8 +36,8 @@ "lion-pagination.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/localize": "0.17.0" + "@lion/core": "0.16.0", + "@lion/localize": "0.18.0" }, "keywords": [ "lion", diff --git a/packages/progress-indicator/CHANGELOG.md b/packages/progress-indicator/CHANGELOG.md index 370c11276..025d80ed3 100644 --- a/packages/progress-indicator/CHANGELOG.md +++ b/packages/progress-indicator/CHANGELOG.md @@ -1,5 +1,15 @@ # @lion/progress-indicator +## 0.4.2 + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + - @lion/localize@0.18.0 + ## 0.4.1 ### Patch Changes diff --git a/packages/progress-indicator/package.json b/packages/progress-indicator/package.json index 7deb34452..8c03c141a 100644 --- a/packages/progress-indicator/package.json +++ b/packages/progress-indicator/package.json @@ -1,6 +1,6 @@ { "name": "@lion/progress-indicator", - "version": "0.4.1", + "version": "0.4.2", "description": "A progress indicator that is easily styleable and accessible in all contexts", "license": "MIT", "author": "ing-bank", @@ -36,8 +36,8 @@ "lion-progress-indicator.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/localize": "0.17.0" + "@lion/core": "0.16.0", + "@lion/localize": "0.18.0" }, "keywords": [ "lion", diff --git a/packages/radio-group/CHANGELOG.md b/packages/radio-group/CHANGELOG.md index 8a5aacea7..d59808452 100644 --- a/packages/radio-group/CHANGELOG.md +++ b/packages/radio-group/CHANGELOG.md @@ -1,5 +1,40 @@ # Change Log +## 0.15.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 97b8592c: Remove lion references in docs for easier extending +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/core@0.16.0 + - @lion/input@0.13.0 + ## 0.14.3 ### Patch Changes diff --git a/packages/radio-group/package.json b/packages/radio-group/package.json index bf43c18bc..76fe7c13f 100644 --- a/packages/radio-group/package.json +++ b/packages/radio-group/package.json @@ -1,6 +1,6 @@ { "name": "@lion/radio-group", - "version": "0.14.3", + "version": "0.15.0", "description": "Manage a group of choices", "license": "MIT", "author": "ing-bank", @@ -38,9 +38,9 @@ "lion-radio-group.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2", - "@lion/input": "0.12.3" + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0", + "@lion/input": "0.13.0" }, "keywords": [ "lion", diff --git a/packages/select-rich/CHANGELOG.md b/packages/select-rich/CHANGELOG.md index e1fd801c5..575d05fbf 100644 --- a/packages/select-rich/CHANGELOG.md +++ b/packages/select-rich/CHANGELOG.md @@ -1,5 +1,42 @@ # Change Log +## 0.24.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/button@0.11.0 + - @lion/core@0.16.0 + - @lion/listbox@0.7.0 + - @lion/overlays@0.26.0 + ## 0.23.3 ### Patch Changes diff --git a/packages/select-rich/package.json b/packages/select-rich/package.json index c407dc406..36b5e4b23 100644 --- a/packages/select-rich/package.json +++ b/packages/select-rich/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select-rich", - "version": "0.23.3", + "version": "0.24.0", "description": "Provides a select with options that can contain html", "license": "MIT", "author": "ing-bank", @@ -40,11 +40,11 @@ "lion-select-rich.js" ], "dependencies": { - "@lion/button": "0.10.1", - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2", - "@lion/listbox": "0.6.3", - "@lion/overlays": "0.25.2" + "@lion/button": "0.11.0", + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0", + "@lion/listbox": "0.7.0", + "@lion/overlays": "0.26.0" }, "keywords": [ "field", diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index f006b606a..0ffd5f49c 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -1,5 +1,39 @@ # Change Log +## 0.11.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/core@0.16.0 + ## 0.10.3 ### Patch Changes diff --git a/packages/select/package.json b/packages/select/package.json index 6a3ace1c3..89ab5d9b4 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@lion/select", - "version": "0.10.3", + "version": "0.11.0", "description": "Provide a set of options where you can select one", "license": "MIT", "author": "ing-bank", @@ -36,8 +36,8 @@ "lion-select.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2" + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0" }, "keywords": [ "lion", diff --git a/packages/singleton-manager/CHANGELOG.md b/packages/singleton-manager/CHANGELOG.md index 362303c95..ad17130d0 100644 --- a/packages/singleton-manager/CHANGELOG.md +++ b/packages/singleton-manager/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.4.1 + +### Patch Changes + +- 77a04245: add protected and private type info + ## 1.4.0 ### Minor Changes diff --git a/packages/singleton-manager/package.json b/packages/singleton-manager/package.json index 0529c223e..6dcfb83ed 100644 --- a/packages/singleton-manager/package.json +++ b/packages/singleton-manager/package.json @@ -1,6 +1,6 @@ { "name": "singleton-manager", - "version": "1.4.0", + "version": "1.4.1", "description": "Manage singletons across multiple major versions so they converge to a single instance", "license": "MIT", "author": "ing-bank", diff --git a/packages/steps/CHANGELOG.md b/packages/steps/CHANGELOG.md index 396bf4433..fc8208fe6 100644 --- a/packages/steps/CHANGELOG.md +++ b/packages/steps/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 0.8.2 + +### Patch Changes + +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + ## 0.8.1 ### Patch Changes diff --git a/packages/steps/package.json b/packages/steps/package.json index 4637088c4..4268c0798 100644 --- a/packages/steps/package.json +++ b/packages/steps/package.json @@ -1,6 +1,6 @@ { "name": "@lion/steps", - "version": "0.8.1", + "version": "0.8.2", "description": "Breaks a single goal down into dependable sub-tasks.", "license": "MIT", "author": "ing-bank", @@ -38,7 +38,7 @@ "lion-steps.js" ], "dependencies": { - "@lion/core": "0.15.0" + "@lion/core": "0.16.0" }, "keywords": [ "lion", diff --git a/packages/switch/CHANGELOG.md b/packages/switch/CHANGELOG.md index 09f127f81..f20396adc 100644 --- a/packages/switch/CHANGELOG.md +++ b/packages/switch/CHANGELOG.md @@ -1,5 +1,42 @@ # Change Log +## 0.15.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 77a04245: add protected and private type info +- d4dcb7c1: **switch**: clicking label focuses button +- 652f267b: - use .\_showFeedbackConditionFor instead of .submitted +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/core@0.16.0 + - @lion/helpers@0.7.1 + ## 0.14.3 ### Patch Changes diff --git a/packages/switch/package.json b/packages/switch/package.json index 48a857c5c..414eca428 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -1,6 +1,6 @@ { "name": "@lion/switch", - "version": "0.14.3", + "version": "0.15.0", "description": "A Switch is used for switching a property or feature on and off", "license": "MIT", "author": "ing-bank", @@ -38,9 +38,9 @@ "lion-switch-button.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2", - "@lion/helpers": "0.7.0" + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0", + "@lion/helpers": "0.7.1" }, "keywords": [ "lion", diff --git a/packages/tabs/CHANGELOG.md b/packages/tabs/CHANGELOG.md index d1d472a24..a2d4ffd08 100644 --- a/packages/tabs/CHANGELOG.md +++ b/packages/tabs/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.7.2 + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + ## 0.7.1 ### Patch Changes diff --git a/packages/tabs/package.json b/packages/tabs/package.json index c3e126943..c874a52d2 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tabs", - "version": "0.7.1", + "version": "0.7.2", "description": "Allows users to quickly move between a small number of equally important views.", "license": "MIT", "author": "ing-bank", @@ -36,7 +36,7 @@ "lion-tabs.js" ], "dependencies": { - "@lion/core": "0.15.0" + "@lion/core": "0.16.0" }, "keywords": [ "lion", diff --git a/packages/textarea/CHANGELOG.md b/packages/textarea/CHANGELOG.md index 1d583752a..634e0f471 100644 --- a/packages/textarea/CHANGELOG.md +++ b/packages/textarea/CHANGELOG.md @@ -1,5 +1,39 @@ # Change Log +## 0.11.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/core@0.16.0 + ## 0.10.3 ### Patch Changes diff --git a/packages/textarea/package.json b/packages/textarea/package.json index f017cdfa1..53e49780f 100644 --- a/packages/textarea/package.json +++ b/packages/textarea/package.json @@ -1,6 +1,6 @@ { "name": "@lion/textarea", - "version": "0.10.3", + "version": "0.11.0", "description": "Provide a way for users to write text that is multiple lines long", "license": "MIT", "author": "ing-bank", @@ -36,8 +36,8 @@ "lion-textarea.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/form-core": "0.10.2", + "@lion/core": "0.16.0", + "@lion/form-core": "0.11.0", "@types/autosize": "^3.0.7", "autosize": "4.0.2" }, diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index 774fb440e..3829b8e56 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## 0.19.0 + +### Minor Changes + +- 43e4bb81: Type fixes and enhancements: + + - all protected/private entries added to form-core type definitions, and their dependents were fixed + - a lot @ts-expect-error and @ts-ignore (all `get slots()` and `get modelValue()` issues are fixed) + - categorized @ts-expect-error / @ts-ignore into: + - [external]: when a 3rd party didn't ship types (could also be browser specs) + - [allow-protected]: when we are allowed to know about protected methods. For instance when code + resides in the same package + - [allow-private]: when we need to check a private value inside a test + - [allow]: miscellaneous allows + - [editor]: when the editor complains, but the cli/ci doesn't + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [77a04245] +- Updated dependencies [43e4bb81] + - @lion/core@0.16.0 + - @lion/overlays@0.26.0 + ## 0.18.2 ### Patch Changes diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index a7ce3d059..ff602482c 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@lion/tooltip", - "version": "0.18.2", + "version": "0.19.0", "description": "Show relative overlay content on hover", "license": "MIT", "author": "ing-bank", @@ -36,8 +36,8 @@ "lion-tooltip.js" ], "dependencies": { - "@lion/core": "0.15.0", - "@lion/overlays": "0.25.2" + "@lion/core": "0.16.0", + "@lion/overlays": "0.26.0" }, "keywords": [ "lion", diff --git a/packages/validate-messages/CHANGELOG.md b/packages/validate-messages/CHANGELOG.md index 2f60bf46c..16e76f3a4 100644 --- a/packages/validate-messages/CHANGELOG.md +++ b/packages/validate-messages/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## 0.5.4 + +### Patch Changes + +- 77a04245: add protected and private type info +- Updated dependencies [38297d07] +- Updated dependencies [3b5ed322] +- Updated dependencies [77a04245] +- Updated dependencies [53167fd2] +- Updated dependencies [181a1d45] +- Updated dependencies [fb1522dd] +- Updated dependencies [75af80be] +- Updated dependencies [0e910e3f] +- Updated dependencies [991f1f54] +- Updated dependencies [cc02ae24] +- Updated dependencies [43e4bb81] +- Updated dependencies [6ae7a5e3] + - @lion/form-core@0.11.0 + - @lion/localize@0.18.0 + ## 0.5.3 ### Patch Changes diff --git a/packages/validate-messages/package.json b/packages/validate-messages/package.json index 011394eb2..5b987b613 100644 --- a/packages/validate-messages/package.json +++ b/packages/validate-messages/package.json @@ -1,6 +1,6 @@ { "name": "@lion/validate-messages", - "version": "0.5.3", + "version": "0.5.4", "description": "A set of localized messages for default Validators", "license": "MIT", "author": "ing-bank", @@ -32,8 +32,8 @@ "test": "cd ../../ && npm run test:browser -- --group validate-messages" }, "dependencies": { - "@lion/form-core": "0.10.2", - "@lion/localize": "0.17.0" + "@lion/form-core": "0.11.0", + "@lion/localize": "0.18.0" }, "keywords": [ "feedback",