Skip to content

v1.6.1

Compare
Choose a tag to compare
@jzfai jzfai released this 12 Jun 11:08
· 176 commits to master since this release

update log

v1.6.1

Features

添加表格排序使用例子(sortablejs) 体验一下

锁定pnpm版本 "packageManager": "[email protected]"

"packageManager": "[email protected]",
"scripts": {
"preinstall": "npx only-allow pnpm"
}

锁定node版本 14到18

"engines": {
"node": ">= 14<18"
}

替换访问链接为https 体验一下

Bug fixes

修复侧边栏当路径有参数时无法选中问题(fullPath改成path)

Dependencies Update

"vue": "3.2.37",
"pinia": "2.0.14",
"vite": "2.9.12",
"@element-plus/icons-vue": "2.0.4",
 "element-plus": "2.2.5",
"js-error-collection": "^1.0.7",

如有需要请进行依赖替换升级

How to migrate Element Plus

See how to migrate from ElementUI to Element Plus in our dedicated discussion: