Skip to content

Commit c7db197

Browse files
chore(release): 1.1.3 🎉 [skip ci]
## [1.1.3](v1.1.2...v1.1.3) (2024-12-18) ### Bug Fixes * **a11y:** timeline improvements ([346bacd](346bacd)) * add aria hidden to rating icons ([815f184](815f184)) * add form-control to autocomplete ([b8d5459](b8d5459)) * add icons and translations to transfer component ([3a5ae08](3a5ae08)) * button focus ([8167c99](8167c99)) * improvements on back to top component ([62d50bb](62d50bb)) * use container-xxl for header component ([7843a4a](7843a4a)) ### Features * new list headers with multiple actions ([9e1f824](9e1f824)) * skiplink component ([d1d4114](d1d4114))
1 parent 8167c99 commit c7db197

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [1.1.3](https://github.com/italia/design-angular-kit/compare/v1.1.2...v1.1.3) (2024-12-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **a11y:** timeline improvements ([346bacd](https://github.com/italia/design-angular-kit/commit/346bacdaf06ee3a07eb587d887818c04a723e0ee))
7+
* add aria hidden to rating icons ([815f184](https://github.com/italia/design-angular-kit/commit/815f18452e99dfb93c1136a9b0b2ac642d38995f))
8+
* add form-control to autocomplete ([b8d5459](https://github.com/italia/design-angular-kit/commit/b8d545959b59753214e084fdfe22d4efa1b684f4))
9+
* add icons and translations to transfer component ([3a5ae08](https://github.com/italia/design-angular-kit/commit/3a5ae08a8c11edb33342dbbcd7c86f5e92b53cf0))
10+
* button focus ([8167c99](https://github.com/italia/design-angular-kit/commit/8167c996ee83abf56326ed83c476191266d0eed9))
11+
* improvements on back to top component ([62d50bb](https://github.com/italia/design-angular-kit/commit/62d50bb11fc0e9b64f54c19ac58e73642903a838))
12+
* use container-xxl for header component ([7843a4a](https://github.com/italia/design-angular-kit/commit/7843a4ad41413eb583a5bdaac1cf9df39fcc9b05))
13+
14+
15+
### Features
16+
17+
* new list headers with multiple actions ([9e1f824](https://github.com/italia/design-angular-kit/commit/9e1f824681c4863c5b746886e4e497bf07dbbad0))
18+
* skiplink component ([d1d4114](https://github.com/italia/design-angular-kit/commit/d1d4114b157ea0fcca13859de791b7cdee7df640))
19+
120
## [1.1.2](https://github.com/italia/design-angular-kit/compare/v1.1.1...v1.1.2) (2024-11-06)
221

322

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "design-angular-kit-bundle",
33
"description": "Un toolkit Angular conforme alle linee guida di design per i servizi web della PA",
44
"author": "Presidenza del Consiglio dei Ministri",
5-
"version": "1.1.2",
5+
"version": "1.1.3",
66
"license": "BSD-3-Clause",
77
"scripts": {
88
"ng": "ng",

0 commit comments

Comments
 (0)