Skip to content

Commit 85b2552

Browse files
committed
chore(release): 1.0.0-11 🎉
1 parent 95f9767 commit 85b2552

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [1.0.0-11](https://github.com/italia/design-angular-kit/compare/v1.0.0-10...v1.0.0-11) (2023-03-13)
2+
3+
4+
### Bug Fixes
5+
6+
* radio button name in form array or nested form group ([91e7681](https://github.com/italia/design-angular-kit/commit/91e7681c1d0b89a6284356e8e0864eb4ef1fefaa))
7+
8+
9+
### Features
10+
11+
* dynamic id for components with mandatory id ([fcff309](https://github.com/italia/design-angular-kit/commit/fcff3093091ebd5a3c0596a37beb1b557aa1999e))
12+
* pagination with changer, jump to, text links, total number text and simple mode ([95f9767](https://github.com/italia/design-angular-kit/commit/95f9767e49c4c195cf2a0f97d4fbe3b35bb8f947))
13+
* update bootstrap-italia version ([e5b58ad](https://github.com/italia/design-angular-kit/commit/e5b58adc22455284b5936aa333be75d1ef4a16ba))
14+
15+
16+
### Performance Improvements
17+
18+
* breadcrumb, carousel, card, back button, checkbox, list, password input, radio, steppers, upload drag drop components ([8576da5](https://github.com/italia/design-angular-kit/commit/8576da5656bb5483c72ec4a19d81af1cf9a371aa))
19+
20+
21+
122
# [1.0.0-10](https://github.com/italia/design-angular-kit/compare/v1.0.0-9...v1.0.0-10) (2023-03-08)
223

324

package-lock.json

+1-1
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.0.0-10",
5+
"version": "1.0.0-11",
66
"license": " BSD-3-Clause",
77
"keywords": [
88
"angular",

projects/design-angular-kit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "design-angular-kit",
33
"description": "Un toolkit Angular conforme alle linee guida di design per i servizi web della PA",
4-
"version": "1.0.0-10",
4+
"version": "1.0.0-11",
55
"license": "BSD-3-Clause",
66
"keywords": [
77
"angular",
@@ -39,4 +39,4 @@
3939
"@ngx-translate/http-loader": "^7.0.0",
4040
"bootstrap-italia": "^2.3.5"
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)