Skip to content

Commit 827734c

Browse files
committed
release: v4.0.0-alpha.1
1 parent 937fc24 commit 827734c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api/dropdown/CDropdown.api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| <code>dark</code> | Sets a darker color scheme to match a dark navbar. | boolean | - | |
1010
| <code>direction</code> | Sets a specified direction and location of the dropdown menu. | string | `'dropup' \| 'dropend' \| 'dropstart'` | undefined |
1111
| <code>disabled</code> | Toggle the disabled state for the component. | boolean | - | |
12-
| <code>placement</code> | Describes the placement of your component after Popper.js has applied all the modifiers that may have flipped or altered the originally provided placement property.<br/>`@default` 'bottom-start' | string | `'auto' \| 'top-end' \| 'top' \| 'top-start' \| 'bottom-end' \| 'bottom' \| 'bottom-start' \| 'right-start' \| 'right' \| 'right-end' \| 'left-start' \| 'left' \| 'left-end'` | 'bottom-start' |
12+
| <code>placement</code> | Describes the placement of your component after Popper.js has applied all the modifiers that may have flipped or altered the originally provided placement property.<br/>`@default` 'bottom-start' | Placement | `'auto' \| 'top-end' \| 'top' \| 'top-start' \| 'bottom-end' \| 'bottom' \| 'bottom-start' \| 'right-start' \| 'right' \| 'right-end' \| 'left-start' \| 'left' \| 'left-end'` | 'bottom-start' |
1313
| <code>popper</code> | If you want to disable dynamic positioning set this property to `true`. | boolean | - | true |
1414
| <code>trigger</code> | Sets which event handlers you’d like provided to your toggle prop. You can specify one trigger or an array of them. | string\|array | - | 'click' |
1515
| <code>variant</code> | Set the dropdown variant to an btn-group, dropdown, input-group, and nav-item. | string | - | 'btn-group' |

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/vue",
33
"description": "UI Components Library for Vue.js",
4-
"version": "4.0.0-alpha.0",
4+
"version": "4.0.0-alpha.1",
55
"config": {
66
"version_short": "4.0"
77
},
@@ -13,7 +13,7 @@
1313
],
1414
"scripts": {
1515
"build": "rollup -c",
16-
"changelog": "auto-changelog --template build/changelog-template.hbs --commit-limit false --package --backfill-limit 0 --starting-version v4.0.1",
16+
"changelog": "auto-changelog --template build/changelog-template.hbs --commit-limit false --package --backfill-limit 0 --starting-version v4.0.0-alpha.0",
1717
"docs:api-generator": "vue-docgen -c build/docgen.config.js",
1818
"docs:dev": "vuepress dev docs",
1919
"docs:build": "vuepress build docs",

0 commit comments

Comments
 (0)