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

Commit 0e487de

Browse files
committed
release: v5.8.0
1 parent 3a31469 commit 0e487de

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
Several quick start options are available:
5050

51-
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.7.1.zip)
51+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.8.0.zip)
5252
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
5353
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
5454
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`
@@ -119,6 +119,7 @@ import "bootstrap/dist/css/bootstrap.min.css";
119119
- [React Date Range Picker](https://coreui.io/react/docs/forms/date-range-picker/) **PRO**
120120
- [React Dropdown](https://coreui.io/react/docs/components/dropdown/)
121121
- [React Floating Labels](https://coreui.io/react/docs/forms/floating-labels/)
122+
- [React Focus Trap](https://coreui.io/react/docs/components/focus-trap/)
122123
- [React Footer](https://coreui.io/react/docs/components/footer/)
123124
- [React Header](https://coreui.io/react/docs/components/header/)
124125
- [React Image](https://coreui.io/react/docs/components/image/)

‎lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "yarn",
33
"packages": ["packages/*"],
4-
"version": "5.7.1",
4+
"version": "5.8.0",
55
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
66
}

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
2323
},
2424
"devDependencies": {
25-
"@typescript-eslint/parser": "^8.41.0",
25+
"@typescript-eslint/parser": "^8.42.0",
2626
"eslint": "^9.34.0",
2727
"eslint-config-prettier": "^10.1.8",
2828
"eslint-plugin-prettier": "^5.5.4",
@@ -33,7 +33,7 @@
3333
"lerna": "^8.2.3",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "^3.6.2",
36-
"typescript-eslint": "^8.41.0"
36+
"typescript-eslint": "^8.42.0"
3737
},
3838
"overrides": {
3939
"gatsby-remark-external-links": {

‎packages/coreui-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
Several quick start options are available:
4848

49-
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.7.1.zip)
49+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.8.0.zip)
5050
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
5151
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
5252
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`

‎packages/coreui-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "5.7.1",
3+
"version": "5.8.0",
44
"description": "UI Components Library for React.js",
55
"keywords": [
66
"react",
@@ -53,7 +53,7 @@
5353
"@testing-library/jest-dom": "^6.8.0",
5454
"@testing-library/react": "^16.3.0",
5555
"@types/jest": "^29.5.14",
56-
"@types/prop-types": "15.7.15",
56+
"@types/prop-types": "15.8.05",
5757
"@types/react": "^19.1.12",
5858
"@types/react-dom": "^19.1.9",
5959
"@types/react-transition-group": "^4.4.12",

‎packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react-docs",
3-
"version": "5.7.1",
3+
"version": "5.8.0",
44
"private": true,
55
"description": "",
66
"homepage": "https://coreui.io/react/",

‎packages/docs/src/components/Seo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const SEO = ({ title, description, name, image, article, pro }: SEOProps) => {
154154
'@type': 'WebPage',
155155
'@id': seo.url.replace('docs//', 'docs/'),
156156
},
157-
version: pro ? '5.17.1' : '5.7.1',
157+
version: pro ? '5.17.1' : '5.8.0',
158158
proficiencyLevel: 'Beginner',
159159
},
160160
]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /