Skip to content

Commit 8c5a8c4

Browse files
committed
chore(release): ship v5.1.3
1 parent 9f23c3d commit 8c5a8c4

File tree

10 files changed

+2377
-929
lines changed

10 files changed

+2377
-929
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
---
44

5+
#### `5.1.3`
6+
7+
- fix(modal): attempt to focus when there is no focusable element on modal dialog
8+
- chore(dependencies): update
9+
10+
---
11+
512
#### `5.1.2`
613

714
- chore(dependencies): update (js-yaml vulnerability)

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h2 align="center">CoreUI for Angular</h3>
1212

1313
<p align="center">
14-
Angular Components Library built on top of Bootstrap 5.3 and TypeScript.
14+
Angular Components Library built on top of Bootstrap 5.3 and TypeScript 5.4.
1515
<br>
1616
<a href="https://coreui.io/angular/docs/"><strong>Explore CoreUI for Angular docs »</strong></a>
1717
<br>
@@ -26,11 +26,13 @@
2626
## Status
2727

2828
![angular][angular-badge]
29+
[![npm-coreui-angular-v5-ng17][npm-coreui-angular-badge-v5-ng17]][npm-coreui-angular]
2930
[![npm-coreui-angular-latest][npm-coreui-angular-badge-latest]][npm-coreui-angular]
3031
[![npm-coreui-angular-next][npm-coreui-angular-badge-next]][npm-coreui-angular]
31-
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
32+
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
3233
[![Build](https://github.com/coreui/coreui-angular/actions/workflows/build-check.yml/badge.svg)](https://github.com/coreui/coreui-angular/actions/workflows/build-check.yml)
3334

35+
[npm-coreui-angular-badge-v5-ng17]: https://img.shields.io/npm/v/@coreui/angular/v5-ng17?style=flat-square&color=brightgreen
3436
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=brightgreen
3537
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
3638
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
@@ -86,8 +88,7 @@ Several quick start options are available (pick one):
8688

8789
- [Download the latest release](https://github.com/coreui/coreui-angular/)
8890
- Clone the repo: `git clone https://github.com/coreui/coreui-angular.git`
89-
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/angular`
90-
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/angular`
91+
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/angular @coreui/icons-angular @coreui/coreui`
9192

9293
Read the [Getting started page](https://coreui.io/angular/docs/) for information on the framework contents, templates and examples, and more.
9394

@@ -128,7 +129,7 @@ The documentation for the CoreUI & CoreUI PRO is hosted at our website [CoreUI f
128129

129130
## Frameworks
130131

131-
CoreUI supports most popular frameworks.
132+
CoreUI supports the most popular frameworks.
132133

133134
- [CoreUI for Bootstap(Vanilla JS)](https://github.com/coreui/coreui)
134135
- [CoreUI for React](https://github.com/coreui/coreui-react)

0 commit comments

Comments
 (0)