Skip to content

Commit

Permalink
release: v4.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Aug 8, 2021
1 parent 937fc24 commit 827734c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/dropdown/CDropdown.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| <code>dark</code> | Sets a darker color scheme to match a dark navbar. | boolean | - | |
| <code>direction</code> | Sets a specified direction and location of the dropdown menu. | string | `'dropup' \| 'dropend' \| 'dropstart'` | undefined |
| <code>disabled</code> | Toggle the disabled state for the component. | boolean | - | |
| <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' |
| <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' |
| <code>popper</code> | If you want to disable dynamic positioning set this property to `true`. | boolean | - | true |
| <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' |
| <code>variant</code> | Set the dropdown variant to an btn-group, dropdown, input-group, and nav-item. | string | - | 'btn-group' |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coreui/vue",
"description": "UI Components Library for Vue.js",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"config": {
"version_short": "4.0"
},
Expand All @@ -13,7 +13,7 @@
],
"scripts": {
"build": "rollup -c",
"changelog": "auto-changelog --template build/changelog-template.hbs --commit-limit false --package --backfill-limit 0 --starting-version v4.0.1",
"changelog": "auto-changelog --template build/changelog-template.hbs --commit-limit false --package --backfill-limit 0 --starting-version v4.0.0-alpha.0",
"docs:api-generator": "vue-docgen -c build/docgen.config.js",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
Expand Down

0 comments on commit 827734c

Please sign in to comment.