Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite37e55e

Browse files
committed
chore(release): ship v5.1.2
1 parent6dc8515 commite37e55e

File tree

4 files changed

+103
-90
lines changed

4 files changed

+103
-90
lines changed

‎CHANGELOG.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
---
44

5+
####`5.1.2`
6+
7+
- chore(dependencies): update (js-yaml vulnerability)
8+
- fix(avatar): add`alt` prop for img alternate text
9+
- fix(footer): set default`role="contentinfo"`
10+
- fix(header): set default`role="banner"`
11+
- fix(sidebar-nav): set default`role="navigation"`
12+
- fix(tab-pane): add default`role="tabpanel"`
13+
- fix(TabContentRef): add`aria-selected` attribute and default`role="tab"`
14+
15+
---
16+
517
####`5.1.1`
618

719
- chore(dependencies): update

‎package-lock.json‎

Lines changed: 88 additions & 87 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coreui-angular-dev",
3-
"version":"5.1.1",
3+
"version":"5.1.2",
44
"description":"CoreUI Components Library for Angular",
55
"copyright":"Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license":"MIT",
@@ -11,7 +11,7 @@
1111
"build:lib:prod":"ng build coreui-angular",
1212
"test:lib:dev":"ng test coreui-angular",
1313
"test:lib:prod":"ng test coreui-angular --karma-config=projects/coreui-angular/karma.conf.github.js",
14-
"prepublish:lib":"ng build coreui-icons-angular && ng lint coreui-angular && ng test coreui-angular --watch=false && ng build coreui-angular",
14+
"prepublish:lib":"npm run prepublish:icons && ng lint coreui-angular && ng test coreui-angular --watch=false && ng build coreui-angular",
1515
"publish:lib":"cd dist/coreui-angular/ && npm publish --tag next --dry-run",
1616
"lint:lib":"ng lint coreui-angular",
1717
"link:lib":"cd dist/coreui-angular/ && npm link",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp