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

Commite09679a

Browse files
committed
release: v5.7.0
1 parent2ed7778 commite09679a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

‎README.md‎

Lines changed: 1 addition & 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-vue/archive/v5.6.0.zip)
51+
-[Download the latest release](https://github.com/coreui/coreui-vue/archive/v5.7.0.zip)
5252
- Clone the repo:`git clone https://github.com/coreui/coreui-vue.git`
5353
- Install with[npm](https://www.npmjs.com/):`npm install @coreui/vue`
5454
- Install with[yarn](https://yarnpkg.com/):`yarn add @coreui/vue`

‎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.6.0",
4+
"version":"5.7.0",
55
"$schema":"node_modules/lerna/schemas/lerna-schema.json"
66
}

‎packages/coreui-vue/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-vue/archive/v5.6.0.zip)
49+
-[Download the latest release](https://github.com/coreui/coreui-vue/archive/v5.7.0.zip)
5050
- Clone the repo:`git clone https://github.com/coreui/coreui-vue.git`
5151
- Install with[npm](https://www.npmjs.com/):`npm install @coreui/vue`
5252
- Install with[yarn](https://yarnpkg.com/):`yarn add @coreui/vue`

‎packages/coreui-vue/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@coreui/vue",
3-
"version":"5.6.0",
3+
"version":"5.7.0",
44
"description":"UI Components Library for Vue.js",
55
"keywords": [
66
"vue",

‎packages/docs/api/dropdown/CDropdownToggle.api.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ import CDropdownToggle from '@coreui/vue/src/components/dropdown/CDropdownToggle
1818
|**nav-link** <br><divclass="badge bg-primary">5.0.0+</div>| If a dropdown`variant` is set to`nav-item` then render the toggler as a link instead of a button.| boolean| -| true|
1919
|**size**| Size the component small or large.| string|`'sm'`,`'lg'`| -|
2020
|**split**| Similarly, create split button dropdowns with virtually the same markup as single button dropdowns, but with the addition of`.dropdown-toggle-split` className for proper spacing around the dropdown caret.| boolean| -| -|
21-
|**split-label** <br><divclass="badge bg-primary">5.7.0+</div>| Screen reader label for split button dropdown toggle.<br/>`@default` 'Toggle Dropdown'| string| -| 'Toggle Dropdown'|
21+
|**split-label** <br><divclass="badge bg-primary">5.7.0+</div>| Screen reader label for split button dropdown toggle.| string| -| 'Toggle Dropdown'|
2222
|**trigger**| Sets which event handlers you’d like provided to your toggle prop. You can specify one trigger or an array of them.<br/>`@type` 'hover'\| 'focus'\| 'click'| Triggers| -| 'click'|
2323
|**variant**| Set the button variant to an outlined button or a ghost button.| string|`'ghost'`,`'outline'`| -|

‎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/vue-docs",
3-
"version":"5.6.0",
3+
"version":"5.7.0",
44
"scripts": {
55
"api":"vue-docgen -c build/docgen.config.js",
66
"dev":"vuepress dev --clean-cache",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp