Skip to content

Commit

Permalink
release: v5.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Dec 28, 2023
1 parent de1d509 commit 569d566
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
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.0.0-rc.0.zip)
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.0.0-rc.1.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.0.0-rc.0",
"version": "5.0.0-rc.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
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.0.0-rc.0.zip)
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.0.0-rc.1.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
4 changes: 2 additions & 2 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.0.0-rc.0",
"version": "5.0.0-rc.1",
"description": "UI Components Library for React.js",
"keywords": [
"react",
Expand Down Expand Up @@ -41,7 +41,7 @@
"test:update": "jest --coverage --updateSnapshot"
},
"dependencies": {
"@coreui/coreui": "^5.0.0-rc.0",
"@coreui/coreui": "^5.0.0-rc.1",
"@popperjs/core": "^2.11.8",
"prop-types": "^15.8.1"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface CDropdownToggleProps extends Omit<CButtonProps, 'type'> {
/**
* If a dropdown `variant` is set to `nav-item` then render the toggler as a link instead of a button.
*
* @since v5.0.0-rc.0
* @since v5.0.0-rc.1
*/
navLink?: boolean
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/coreui-react/src/components/nav/CNavGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface CNavGroupProps extends HTMLAttributes<HTMLDivElement | HTMLLIEl
/**
* Component used for the root node. Either a string to use a HTML element or a component.
*
* @since 5.0.0-rc.0
* @since 5.0.0-rc.1
*/
as?: ElementType
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface CNavGroupItemsProps extends HTMLAttributes<HTMLDivElement | HTM
/**
* Component used for the root node. Either a string to use a HTML element or a component.
*
* @since 5.0.0-rc.0
* @since 5.0.0-rc.1
*/
as?: ElementType
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/coreui-react/src/components/nav/CNavItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface CNavItemProps extends Omit<CNavLinkProps, 'component'> {
/**
* Component used for the root node. Either a string to use a HTML element or a component.
*
* @since 5.0.0-rc.0
* @since 5.0.0-rc.1
*/
as?: ElementType
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface CSidebarBrandProps extends HTMLAttributes<HTMLAnchorElement | H
/**
* Component used for the root node. Either a string to use a HTML element or a component.
*
* @since 5.0.0-rc.0
* @since 5.0.0-rc.1
*/
as?: ElementType
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface CSidebarNavProps extends HTMLAttributes<HTMLUListElement> {
/**
* Component used for the root node. Either a string to use a HTML element or a component.
*
* @since 5.0.0-rc.0
* @since 5.0.0-rc.1
*/
as?: ElementType
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/content/api/CDropdownToggle.api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import CDropdownToggle from '@coreui/react/src/components/dropdown/CDropdownTogg
| **custom** | Create a custom toggler which accepts any content. | `boolean` | - |
| **disabled** | Toggle the disabled state for the component. | `boolean` | - |
| **href** | The href attribute specifies the URL of the page the link goes to. | `string` | - |
| **navLink** **_v5.0.0-rc.0+_** | If a dropdown `variant` is set to `nav-item` then render the toggler as a link instead of a button. | `boolean` | true |
| **navLink** **_v5.0.0-rc.1+_** | If a dropdown `variant` is set to `nav-item` then render the toggler as a link instead of a button. | `boolean` | true |
| **role** | The role attribute describes the role of an element in programs that can make use of it, such as screen readers or magnifiers. | `string` | - |
| **shape** | Select the shape of the component. | `'rounded'` \| `'rounded-top'` \| `'rounded-end'` \| `'rounded-bottom'` \| `'rounded-start'` \| `'rounded-circle'` \| `'rounded-pill'` \| `'rounded-0'` \| `'rounded-1'` \| `'rounded-2'` \| `'rounded-3'` \| `string` | - |
| **size** | Size the component small or large. | `'sm'` \| `'lg'` | - |
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/content/api/CNavGroup.api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import CNavGroup from '@coreui/react/src/components/nav/CNavGroup'

| Property | Description | Type | Default |
| --- | --- | --- | --- |
| **as** **_5.0.0-rc.0+_** | Component used for the root node. Either a string to use a HTML element or a component. | `(ElementType & 'symbol')` \| `(ElementType & 'object')` \| `(ElementType & 'li')` \| `(ElementType & 'slot')` \| `(ElementType & 'style')` \| `... 173 more ...` \| `(ElementType & FunctionComponent<...>)` | - |
| **as** **_5.0.0-rc.1+_** | Component used for the root node. Either a string to use a HTML element or a component. | `(ElementType & 'symbol')` \| `(ElementType & 'object')` \| `(ElementType & 'li')` \| `(ElementType & 'slot')` \| `(ElementType & 'style')` \| `... 173 more ...` \| `(ElementType & FunctionComponent<...>)` | - |
| **className** | A string of all className you want applied to the component. | `string` | - |
| **compact** | Make nav group more compact by cutting all `padding` in half. | `boolean` | - |
| **toggler** | Set group toggler label. | `ReactNode` | - |
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/content/api/CNavGroupItems.api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import CNavGroupItems from '@coreui/react/src/components/nav/CNavGroupItems'

| Property | Description | Type | Default |
| --- | --- | --- | --- |
| **as** **_5.0.0-rc.0+_** | Component used for the root node. Either a string to use a HTML element or a component. | `(ElementType & 'symbol')` \| `(ElementType & 'object')` \| `(ElementType & 'ul')` \| `(ElementType & 'slot')` \| `(ElementType & 'style')` \| `... 173 more ...` \| `(ElementType & FunctionComponent<...>)` | - |
| **as** **_5.0.0-rc.1+_** | Component used for the root node. Either a string to use a HTML element or a component. | `(ElementType & 'symbol')` \| `(ElementType & 'object')` \| `(ElementType & 'ul')` \| `(ElementType & 'slot')` \| `(ElementType & 'style')` \| `... 173 more ...` \| `(ElementType & FunctionComponent<...>)` | - |
| **className** | A string of all className you want applied to the component. | `string` | - |
2 changes: 1 addition & 1 deletion packages/docs/content/api/CNavItem.api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import CNavItem from '@coreui/react/src/components/nav/CNavItem'
| Property | Description | Type | Default |
| --- | --- | --- | --- |
| **active** | Toggle the active state for the component. | `boolean` | - |
| **as** **_5.0.0-rc.0+_** | Component used for the root node. Either a string to use a HTML element or a component. | `(ElementType & 'symbol')` \| `(ElementType & 'object')` \| `(ElementType & 'li')` \| `(ElementType & 'cite')` \| `(ElementType & 'data')` \| `... 173 more ...` \| `(ElementType & FunctionComponent<...>)` | - |
| **as** **_5.0.0-rc.1+_** | Component used for the root node. Either a string to use a HTML element or a component. | `(ElementType & 'symbol')` \| `(ElementType & 'object')` \| `(ElementType & 'li')` \| `(ElementType & 'cite')` \| `(ElementType & 'data')` \| `... 173 more ...` \| `(ElementType & FunctionComponent<...>)` | - |
| **className** | A string of all className you want applied to the component. | `string` | - |
| **disabled** | Toggle the disabled state for the component. | `boolean` | - |
| **href** | The href attribute specifies the URL of the page the link goes to. | `string` | - |
2 changes: 1 addition & 1 deletion packages/docs/content/api/CSidebarNav.api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import CSidebarNav from '@coreui/react/src/components/sidebar/CSidebarNav'

| Property | Description | Type | Default |
| --- | --- | --- | --- |
| **as** **_5.0.0-rc.0+_** | Component used for the root node. Either a string to use a HTML element or a component. | `(ElementType & 'symbol')` \| `(ElementType & 'object')` \| `(ElementType & 'ul')` \| `(ElementType & 'slot')` \| `(ElementType & 'style')` \| `... 173 more ...` \| `(ElementType & FunctionComponent<...>)` | - |
| **as** **_5.0.0-rc.1+_** | Component used for the root node. Either a string to use a HTML element or a component. | `(ElementType & 'symbol')` \| `(ElementType & 'object')` \| `(ElementType & 'ul')` \| `(ElementType & 'slot')` \| `(ElementType & 'style')` \| `... 173 more ...` \| `(ElementType & FunctionComponent<...>)` | - |
| **className** | A string of all className you want applied to the component. | `string` | - |
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/react-docs",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"private": true,
"description": "",
"homepage": "https://coreui.io/react/",
Expand Down

0 comments on commit 569d566

Please sign in to comment.