diff --git a/.changeset/cuddly-bottles-camp.md b/.changeset/cuddly-bottles-camp.md deleted file mode 100644 index 87d0aad64..000000000 --- a/.changeset/cuddly-bottles-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[dialog] add an option to set role="alertdialog" instead of the default role="dialog" diff --git a/.changeset/great-pumas-rush.md b/.changeset/great-pumas-rush.md deleted file mode 100644 index 033efd1ae..000000000 --- a/.changeset/great-pumas-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[core] rerender direct host child with right slot attr when root is switched diff --git a/.changeset/hip-nails-matter.md b/.changeset/hip-nails-matter.md deleted file mode 100644 index cde8a7e81..000000000 --- a/.changeset/hip-nails-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[button] set the 'aria-disabled' attribute to 'true' when disabled and remove it when not disabled diff --git a/.changeset/nine-keys-matter.md b/.changeset/nine-keys-matter.md deleted file mode 100644 index 19effcd55..000000000 --- a/.changeset/nine-keys-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[calendar] add translations for an information message for screen reader users when a date is disabled diff --git a/.changeset/popular-poets-rule.md b/.changeset/popular-poets-rule.md deleted file mode 100644 index 63e17e90b..000000000 --- a/.changeset/popular-poets-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[form-core] add aria-hidden=true to the graphic element of the choiceInput diff --git a/.changeset/selfish-wasps-switch.md b/.changeset/selfish-wasps-switch.md deleted file mode 100644 index c96b051fc..000000000 --- a/.changeset/selfish-wasps-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'providence-analytics': patch ---- - -[optimised-glob] use Array.concat for memory efficiency diff --git a/.changeset/wise-humans-judge.md b/.changeset/wise-humans-judge.md deleted file mode 100644 index 99970c9b4..000000000 --- a/.changeset/wise-humans-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lion/ui': patch ---- - -[overlays] add tabindex="-1" to prevent tooltips get focus in Safari and Firefox diff --git a/packages-node/providence-analytics/CHANGELOG.md b/packages-node/providence-analytics/CHANGELOG.md index 61dc77140..72854ddc6 100644 --- a/packages-node/providence-analytics/CHANGELOG.md +++ b/packages-node/providence-analytics/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.18.1 + +### Patch Changes + +- 0f0991c: [optimised-glob] use Array.concat for memory efficiency + ## 0.18.0 ### Minor Changes diff --git a/packages-node/providence-analytics/package.json b/packages-node/providence-analytics/package.json index cc035f3ce..66db10159 100644 --- a/packages-node/providence-analytics/package.json +++ b/packages-node/providence-analytics/package.json @@ -1,6 +1,6 @@ { "name": "providence-analytics", - "version": "0.18.0", + "version": "0.18.1", "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/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index c2ac47c6b..af3dc632d 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,16 @@ # @lion/ui +## 0.10.1 + +### Patch Changes + +- dd59812: [dialog] add an option to set role="alertdialog" instead of the default role="dialog" +- 5344fde: [core] rerender direct host child with right slot attr when root is switched +- a1d6dd9: [button] set the 'aria-disabled' attribute to 'true' when disabled and remove it when not disabled +- 81e2a1d: [calendar] add translations for an information message for screen reader users when a date is disabled +- 795237d: [form-core] add aria-hidden=true to the graphic element of the choiceInput +- 2155e45: [overlays] add tabindex="-1" to prevent tooltips get focus in Safari and Firefox + ## 0.10.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index eb018756b..5ab3cf6fb 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@lion/ui", - "version": "0.10.0", + "version": "0.10.1", "description": "A package of extendable web components", "license": "MIT", "author": "ing-bank",