We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa43e3b commit bd9d683Copy full SHA for bd9d683
CHANGELOG.md
@@ -1,5 +1,10 @@
1
### [@coreui/vue](https://coreui.io/) changelog
2
3
+##### v2.0.2
4
+- fix(AsideToggler): add missing `display { default:'lg' }` prop value
5
+- fix(AsideToggler): add missing `defaultOpen` prop value handling
6
+- refactor(shared): add missing `index.js`
7
+
8
##### v2.0.1
9
- fix(SidebarNav): dirty fix for `rtl` ps scrolling issue
10
- refactor(SidebarMinimizer): extract `togglePs` mixin
package.json
@@ -1,7 +1,7 @@
{
"name": "@coreui/vue",
"description": "CoreUI Vue Bootstrap 4 layout components",
- "version": "2.0.1",
+ "version": "2.0.2",
"license": "MIT",
"main": "dist/coreui-vue.common.js",
"module": "dist/coreui-vue.esm.js",
0 commit comments