Merge pull request #2422 from ing-bank/changeset-release/master

Version Packages
This commit is contained in:
Oleksii Kadurin 2024-12-04 14:00:44 +01:00 committed by GitHub
commit 73ff11990b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 16 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': minor
---
[input-stepper] add aria-valuemin, aria-valuemax and an option to set aria-valuetext

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
prevent click on disabled elements

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
make sure that voiceover + safari modals are accessible

View file

@ -1,5 +1,16 @@
# @lion/ui # @lion/ui
## 0.9.0
### Minor Changes
- 5dc2205: [input-stepper] add aria-valuemin, aria-valuemax and an option to set aria-valuetext
### Patch Changes
- 3d49a41: prevent click on disabled elements
- 382a9aa: make sure that voiceover + safari modals are accessible
## 0.8.8 ## 0.8.8
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/ui", "name": "@lion/ui",
"version": "0.8.8", "version": "0.9.0",
"description": "A package of extendable web components", "description": "A package of extendable web components",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",