Skip to content

Commit

Permalink
chore(plugin): 升级element-ui@2.15.0,升级elemenet-pro-crud@0.8.6-2
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Feb 3, 2021
1 parent 5ff16d6 commit f615a16
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 14 deletions.
54 changes: 46 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# 1.0.0 (2020-12-22)
# 1.0.0 (2021-02-03)

### 🌟 新功能
范围|描述|commitId
--|--|--
onlineChat | 新增在线交流模块 | [e8406c2](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/e8406c2)
Person | 新增员工管理模块 | [e582fee](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/e582fee)
- | 引入vuex-class语法糖 | [0046645](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/0046645)
axios | 打包后支持动态修改api地址 | [29d6e34](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/29d6e34)
Calendar | 新增日历插件 | [50d7fee](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/50d7fee)
CrudTable | support tree table lazy load | [4539b49](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/4539b49)
- | add eslint ignore config (public/*) | [f23a2e4](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/f23a2e4)
- | header,menu css样式抽离至@/styles/theme.ts | [c7bf3af](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/c7bf3af)
Calendar | 新增日历插件 | [50d7fee](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/50d7fee)
env | 修改开发环境地址,npm启动命令修改 | [280d716](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/280d716)
GenerateForm | 默认值逻辑调整 | [1fec7b9](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/1fec7b9)
icon | 新增icon | [f099de9](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/f099de9)
Expand All @@ -28,6 +29,9 @@
- | code style perf | [4083144](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/4083144)
- | fix prop name | [d52c563](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/d52c563)
- | perf some code | [bfffe42](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/bfffe42)
- | 修改主题色 | [a1e85c2](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/a1e85c2)
- | 整体布局优化,移除threeJS库 | [bfe5450](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/bfe5450)
- | 移除多余css,修复侧边栏折叠样式bug | [d356106](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/d356106)
bg | 删除loginbg、api等 | [27091ee](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/27091ee)
code | 代码风格调整 | [4b3bc2b](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/4b3bc2b)
code | 修改代码格式 | [5d61230](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/5d61230)
Expand All @@ -51,6 +55,11 @@
--|--|--
- | delete prefetch | [31b42a7](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/31b42a7)
- | fix type bug | [a7163ee](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/a7163ee)
- | 修复element-pro-crud外网cdn引入时初始化options bug | [1525362](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/1525362)
- | 修复radio只读隐藏bug | [5ffd4fc](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/5ffd4fc)
- | 修复字典类型保存bug | [2125400](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/2125400)
- | 修复表单设计器保存bug | [ff2f9f0](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/ff2f9f0)
- | 修复表格设计保存bug,插件版本升级至测试版0.8.3-3 | [5b7cab6](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/5b7cab6)
bug | 修复网络错误情况下axios bug | [c029395](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/c029395)
bug | 修改entity 属性大小写 bug | [0930559](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/0930559)
CrudTable | fix slot bug | [93a8144](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/93a8144)
Expand All @@ -61,7 +70,9 @@
范围|描述|commitId
--|--|--
- | update ReadME | [5098e77](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/5098e77)
- | update README | [b559934](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/b559934)
- | update README git lint | [d1885dd](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/d1885dd)
- | 修改在线demo地址 | [cce0196](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/cce0196)
- | 更新线上预览地址 | [cd337e4](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/cd337e4)
des | 补充部分注释说明 | [a020c8e](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/a020c8e)
FormDesigner | 表单设计器补充版权说明 | [c1a3504](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/c1a3504)
Expand All @@ -80,6 +91,7 @@
### 📦 持续集成
范围|描述|commitId
--|--|--
- | 修改npm启动命令 | [60de913](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/60de913)
env | 修改dev后台端口号 | [e8f5b5c](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/e8f5b5c)
- | dev port 8888 | [b923308](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/b923308)
- | remove IgnorePlugin , recovery prefetch | [09d9485](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/09d9485)
Expand Down Expand Up @@ -111,10 +123,23 @@
- | change dropdown button | [a3ce816](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/a3ce816)
- | CRUD插件版本更新至[@0](https://github.com/0).2.7 | [654adc2](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/654adc2)
- | Element-Pro-Crud Update to 0.2.4 | [c68eb99](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/c68eb99)
- | modify [@copyright](https://github.com/copyright) | [425cfcd](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/425cfcd)
- | remove console | [0aeb688](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/0aeb688)
- | remove console log | [736a382](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/736a382)
- | remove crud component | [46b322e](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/46b322e)
- | remove GenerateFormDialog | [537c157](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/537c157)
- | router typescript 支持 | [da9bcdb](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/da9bcdb)
- | update dashboard content | [daf098a](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/daf098a)
- | update version to 0.2.1 | [99076b5](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/99076b5)
- | 优化表单表格设计器引入方式 | [994429e](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/994429e)
- | 侧边栏默认展开 | [2c94e3a](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/2c94e3a)
- | 修改axios catch 报错信息 | [71062a2](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/71062a2)
- | 修改自定义操作列插槽语法 | [68204a6](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/68204a6)
- | 几处细节优化 | [7d9999c](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/7d9999c)
- | 引入echart.min.js | [8374998](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/8374998)
App | remove console.log | [74df96e](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/74df96e)
Login | remove console.log | [2cf64ac](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/2cf64ac)
TableDesigner | 修复表格设计器传参Bug | [a98e47f](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/a98e47f)
- | 新增types文件夹定义全局type | [d8d37b2](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/d8d37b2)
- | 版本升级至[@0](https://github.com/0).3.0 | [77e1643](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/77e1643)
- | 移除表格设计器多余代码 | [2b90ad8](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/2b90ad8)
Expand Down Expand Up @@ -164,23 +189,36 @@
### chore
范围|描述|commitId
--|--|--
Element-Pro-Crud | 升级插件版本[@0](https://github.com/0).7.0,新增dev开发人员模式支持动态修改表单表格,修复已知bug | [eaa6d4f](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/eaa6d4f)
- | change cdn url | [26e1168](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/26e1168)
- | element-pro-crud [@0](https://github.com/0).7.2 | [b9a439f](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/b9a439f)
- | element-pro-crud version update to 0.5.4 | [65d81db](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/65d81db)
- | element-pro-crud@0.8.0-7 | [d6065eb](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/d6065eb)
- | element-pro-crud^0.3 | [f1dbab2](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/f1dbab2)
- | ElementProCrud@0.8.2 | [e0f06cb](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/e0f06cb)
- | ElementProCrud升级至0.8.3 | [ebdc782](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/ebdc782)
- | ElementProCrud插件更新至0.8.0-2 表单设计器表格设计器name修改 | [cb535e6](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/cb535e6)
- | ElementProCrud版本升级至0.8.1 修复已知bug | [5e694e4](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/5e694e4)
- | ElementProCrud版本升级至0.8.3-1 | [1f0dd01](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/1f0dd01)
- | update crud version to 0.2.3 | [e373a68](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/e373a68)
- | update element-pro-crud version to 0.1.6 | [1713fc4](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/1713fc4)
- | update element-pro-crud@0.1.1 | [6ead449](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/6ead449)
- | update plugin version | [5ff16d6](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/5ff16d6)
- | update plugin version to 53 beta | [cf9ddcb](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/cf9ddcb)
- | update version to 0.8.6 | [ba3c188](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/ba3c188)
Element-Pro-Crud | 升级插件版本[@0](https://github.com/0).7.0,新增dev开发人员模式支持动态修改表单表格,修复已知bug | [eaa6d4f](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/eaa6d4f)
ElementProCrud | 修改ProCrud引入方式,升级版本至[@0](https://github.com/0).5.0 | [390c7cd](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/390c7cd)
ElementProCrud | 升级版本0.5.3 | [56d7e1c](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/56d7e1c)
- | element-pro-crud^0.3 | [f1dbab2](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/f1dbab2)
ElementProCrud | 更新CRUD插件[@0](https://github.com/0).8.0-1 | [2fc0929](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/2fc0929)
node-sass,vue-cli | node-sass改为sass,[@vue](https://github.com/vue)/cli-service升级至4.5.4,修改全局/deep/语法 | [733f7a3](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/733f7a3)
- | HtmlWebpackIncludeAssetsPlugin新增hash避免静态资源被缓存 | [9c8e2aa](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/9c8e2aa)
- | jsdelivr [@latest](https://github.com/latest) 获取最新版本 | [69a432b](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/69a432b)
ElementProCrud | 移除cdn版本号,默认最新版本,升级至0.3.1 | [2ab9d89](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/2ab9d89)
- | update crud version to 0.2.3 | [e373a68](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/e373a68)
- | update element-pro-crud version to 0.1.6 | [1713fc4](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/1713fc4)
changelog | add changelog package | [41bedfa](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/41bedfa)
ElementProCrud | 移除cdn版本号,默认最新版本,升级至0.3.1 | [2ab9d89](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/2ab9d89)
package | changelog包移到devDep | [8275b40](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/8275b40)
package.json | git message,eslint 加入git hook | [0ca4a55](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/0ca4a55)
package.json | 移除[@types](https://github.com/types)/echart,修改build:dev命令 | [e882593](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/e882593)
package.json | 移除多余依赖 | [7e63e12](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/7e63e12)
tsconfig.json | 移除element-ui types | [3782a04](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/3782a04)
- | update element-pro-crud@0.1.1 | [6ead449](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/6ead449)
- | 本地开发移除图片压缩,gzip压缩 | [2358c0a](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/2358c0a)
vue-cli update | 升级vue cli 3.x -> vue cli 4.x | [b8e62e0](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/b8e62e0)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"axios": "^0.19.2",
"core-js": "3.6.5",
"dayjs": "1.8.20",
"element-pro-crud": "^0.8.6-1",
"element-ui": "^2.13.2",
"element-pro-crud": "^0.8.6-2",
"element-ui": "^2.15.0",
"inquirer": "^6.5.2",
"lodash": "^4.17.14",
"normalize.css": "^8.0.1",
Expand Down
8 changes: 4 additions & 4 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ module.exports = {
'/vue@2.6.11/dist/vue.min.js',
'/vuex@3.5.1/dist/vuex.min.js',
'/vue-router@3.4.3/dist/vue-router.min.js',
'/element-ui@2.13.2/lib/index.js',
'/element-ui@2.13.2/lib/theme-chalk/index.css',
'/element-ui@2.15.0/lib/index.js',
'/element-ui@2.15.0/lib/theme-chalk/index.css',
'/axios@0.19.2/dist/axios.min.js',
'/lodash@4.17.14/lodash.min.js',
'/core-js@2.6.5/client/shim.min.js',
'/element-pro-crud@0.8.6-1/lib/ProCrud.umd.min.js',
'/element-pro-crud@0.8.6-1/lib/ProCrud.css',
'/element-pro-crud@0.8.6-2/lib/ProCrud.umd.min.js',
'/element-pro-crud@0.8.6-2/lib/ProCrud.css',
],
append: false,
// hash: true,
Expand Down

0 comments on commit f615a16

Please sign in to comment.