Skip to content

Commit b9d81f5

Browse files
committed
chore: release 5.0.3
1 parent e36cc69 commit b9d81f5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v5.0.3](https://github.com/pagopa/io-app-design-system/compare/v5.0.2...v5.0.3)
8+
9+
- fix: [IOPLT-988] Let the parent container set the alignment of `ButtonSolid` and `ButtonOutline` [`#412`](https://github.com/pagopa/io-app-design-system/pull/412)
10+
- fix: [IOPLT-995] Fix Talkback issue on Android when accordion is collapsed [`#418`](https://github.com/pagopa/io-app-design-system/pull/418)
11+
- feat: improve `HeaderSecondLevel` a11y visibility based on scroll [`#408`](https://github.com/pagopa/io-app-design-system/pull/408)
12+
- refactor(Tab): Add prop to exclude padding in container [`#417`](https://github.com/pagopa/io-app-design-system/pull/417)
13+
- chore: [IOPAE-1728] Improve accessibility on `SearchInput` component [`#416`](https://github.com/pagopa/io-app-design-system/pull/416)
14+
- chore: [IOAPPX-488] Increase title size in the `HeaderFirstLevel` [`#415`](https://github.com/pagopa/io-app-design-system/pull/415)
15+
716
#### [v5.0.2](https://github.com/pagopa/io-app-design-system/compare/v5.0.1...v5.0.2)
817

18+
> 26 February 2025
19+
920
- fix: Import `TextInputValidationRefProps` with relative path [`#414`](https://github.com/pagopa/io-app-design-system/pull/414)
21+
- chore: release 5.0.2 [`fbd4097`](https://github.com/pagopa/io-app-design-system/commit/fbd40977e7c0b7b42a077914739f2b1ccee7296d)
1022

1123
#### [v5.0.1](https://github.com/pagopa/io-app-design-system/compare/v5.0.0...v5.0.1)
1224

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pagopa/io-app-design-system",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "The library defining the core components of the design system of @pagopa/io-app",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)