Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

Several quick start options are available:

- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.11.0.zip)
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.12.0.zip)
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"packages": ["packages/*"],
"version": "5.11.0",
"version": "5.12.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"test:update": "npm-run-all charts:test:update icons:test:update lib:test:update"
},
"devDependencies": {
"@typescript-eslint/parser": "^8.59.3",
"@typescript-eslint/parser": "^8.61.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-unicorn": "^62.0.0",
"globals": "^16.5.0",
"lerna": "^9.0.7",
"npm-run-all": "^4.1.5",
"prettier": "^3.8.3",
"typescript-eslint": "^8.59.3"
"prettier": "^3.8.4",
"typescript-eslint": "^8.61.0"
},
"overrides": {
"gatsby-remark-external-links": {
Expand Down
2 changes: 1 addition & 1 deletion packages/coreui-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

Several quick start options are available:

- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.11.0.zip)
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.12.0.zip)
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`
Expand Down
12 changes: 6 additions & 6 deletions packages/coreui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/react",
"version": "5.11.0",
"version": "5.12.0",
"description": "UI Components Library for React.js",
"keywords": [
"react",
Expand Down Expand Up @@ -41,20 +41,20 @@
"test:update": "jest --coverage --updateSnapshot"
},
"dependencies": {
"@coreui/coreui": "^5.7.0",
"@coreui/coreui": "^5.8.0",
"@popperjs/core": "^2.11.8",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/jest": "^30.0.0",
"@types/prop-types": "15.7.15",
"@types/react": "^19.2.14",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/react-transition-group": "^4.4.12",
"classnames": "^2.5.1",
Expand All @@ -64,8 +64,8 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-transition-group": "^4.4.5",
"rollup": "^4.60.4",
"ts-jest": "^29.4.9",
"rollup": "^4.62.0",
"ts-jest": "^29.4.11",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/content/api/CNavGroup.api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import CNavGroup from '@coreui/react/src/components/nav/CNavGroup'
</tr>
<tr>
<td colSpan="3">
<p>Callback fired when the user toggles the group. Receives the requested visibility. In controlled mode (<code>{`visible`}</code> set), update <code>{`visible`}</code> from hereor ignore the change to keep the group as is.</p>
<p>Callback fired when the user toggles the group. Receives the requested visibility. Provide it together with <code>{`visible`}</code> for controlled mode—update <code>{`visible`}</code> from here, or ignore the change to keep the group as is.</p>
</td>
</tr>
<tr id="cnavgroup-toggler">
Expand All @@ -72,7 +72,7 @@ import CNavGroup from '@coreui/react/src/components/nav/CNavGroup'
</tr>
<tr>
<td colSpan="3">
<p>Show nav group items.</p>
<p>Show nav group items. Acts as the initial state when used on its own, or as the controlled value when paired with <code>{`onVisibleChange`}</code>.</p>
</td>
</tr>
</tbody>
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/react-docs",
"version": "5.11.0",
"version": "5.12.0",
"private": true,
"description": "",
"homepage": "https://coreui.io/react/",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@coreui/chartjs": "^4.2.0",
"@coreui/coreui": "^5.7.0",
"@coreui/coreui": "^5.8.0",
"@coreui/icons": "^3.1.0",
"@coreui/icons-react": "^2.3.0",
"@coreui/internal-links": "^5.1.0",
Expand Down Expand Up @@ -60,7 +60,7 @@
"react-imask": "^7.6.1",
"react-markdown": "^10.1.0",
"rimraf": "^6.1.3",
"sass": "^1.99.0",
"sass": "^1.101.0",
"showdown": "^2.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/components/Seo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const SEO = ({ title, description, name, image, article, pro }: SEOProps) => {
'@type': 'WebPage',
'@id': seo.url.replace('docs//', 'docs/'),
},
version: pro ? '5.17.1' : '5.11.0',
version: pro ? '5.17.1' : '5.12.0',
proficiencyLevel: 'Beginner',
},
]
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-code-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"description": "Gatsby plugin to embed jsx code preview",
"dependencies": {
"unist-util-is": "^6.0.0",
"unist-util-visit": "^5.0.0"
"unist-util-is": "^6.0.1",
"unist-util-visit": "^5.1.0"
},
"main": "index.js"
}
Loading