Skip to content

Commit eb724a1

Browse files
committed
chore(release): 1.0.0-8 🎉
1 parent 0801f66 commit eb724a1

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# [1.0.0-8](https://github.com/italia/design-angular-kit/compare/v1.0.0-7...v1.0.0-8) (2023-02-23)
2+
3+
4+
### Bug Fixes
5+
6+
* class button with icon or progress ([794f8c2](https://github.com/italia/design-angular-kit/commit/794f8c290aac182ab7c7cca949edce4f0b430f85))
7+
* dropdown init using bootstrap ([56350ac](https://github.com/italia/design-angular-kit/commit/56350acbf5803756e945409e9b4c89c5a50abc49))
8+
* optimization tab-component and docs ([ed17bba](https://github.com/italia/design-angular-kit/commit/ed17bba40bb579747fb4c241208cfc132763c12d))
9+
* use active label when input type is color ([c39f896](https://github.com/italia/design-angular-kit/commit/c39f89691a72a704cd7e29150894c2acd41f0888))
10+
11+
12+
### Features
13+
14+
* added utils method to retrieve mime type from base64 string ([16b6002](https://github.com/italia/design-angular-kit/commit/16b60023d137f11ccf85fe52f7f18432684bcaf8))
15+
* dropdown-component add methods and events ([8eb2976](https://github.com/italia/design-angular-kit/commit/8eb2976eb7aabc76ea6443c1a19f2d82d9b123df))
16+
* **fix:** fix alert-component init using bootstrap, add methods and events ([d728f4f](https://github.com/italia/design-angular-kit/commit/d728f4fbfd01326fb762e40acca34c562b59d50c))
17+
* update bootstrap-italia version and remove bootstrap-italia.min.js from index.html ([3cd3125](https://github.com/italia/design-angular-kit/commit/3cd3125434a3346cd753ca6bdb4be39b24783a92))
18+
19+
20+
### Performance Improvements
21+
22+
* **fix:** fix back-to-top-component init using bootstrap, add methods and events, fix popover ([78db693](https://github.com/italia/design-angular-kit/commit/78db693cccec63439675ee92e273c2742216d9d5))
23+
* **fix:** optimize and fix tab-component init using bootstrap ([5ba6339](https://github.com/italia/design-angular-kit/commit/5ba633991cfd2e2715c2ff4d922f546284aa3b97))
24+
* optimize collapse-component and accordion-component ([2d458a9](https://github.com/italia/design-angular-kit/commit/2d458a97fd2c39d19e590e767afb4b11a25c3c2a))
25+
* optimize dropdown-component, included changedectorref to abstract-component ([d54a8aa](https://github.com/italia/design-angular-kit/commit/d54a8aa7748b0adc13dc0ffb3143b3d14e66e3a0))
26+
* optimize modal-component ([ec18be1](https://github.com/italia/design-angular-kit/commit/ec18be1995ffd8b2d1bc09a4de9035deb127940a))
27+
28+
29+
130
# [1.0.0-7](https://github.com/italia/design-angular-kit/compare/v1.0.0-6...v1.0.0-7) (2023-02-07)
231

332

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-7",
5+
"version": "1.0.0-8",
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-7",
4+
"version": "1.0.0-8",
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.4"
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)