Version Packages

This commit is contained in:
github-actions[bot] 2025-01-29 09:31:42 +00:00 committed by Thijs Louisse
parent 6106ce1c75
commit 04a61d1e10
11 changed files with 19 additions and 37 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[dialog] add an option to set role="alertdialog" instead of the default role="dialog"

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[core] rerender direct host child with right slot attr when root is switched

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[button] set the 'aria-disabled' attribute to 'true' when disabled and remove it when not disabled

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[calendar] add translations for an information message for screen reader users when a date is disabled

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[form-core] add aria-hidden=true to the graphic element of the choiceInput

View file

@ -1,5 +0,0 @@
---
'providence-analytics': patch
---
[optimised-glob] use Array.concat for memory efficiency

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[overlays] add tabindex="-1" to prevent tooltips get focus in Safari and Firefox

View file

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

View file

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

View file

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

View file

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