WangXinhai
|
2d8a238880
|
perf[ThemePicker]: refine updateStyle function (#554)
* theme replacing should cut tons of irrelevant css
|
2019-03-06 18:35:02 +08:00 |
|
花裤衩
|
e0991da9cf
|
fix[Screenfull]: fix screenfull bug (#1603)
|
2019-03-06 18:32:01 +08:00 |
|
Pan
|
a9fd6e2919
|
perf[Screenfull]: refactor screenfull component
|
2019-02-14 16:30:26 +08:00 |
|
Pan
|
3cba7b52da
|
fix[Screenfull]: fix screenfull click bug
|
2019-02-14 16:29:05 +08:00 |
|
花裤衩
|
32b747014d
|
feature[Navbar]: add header-search component(#1591)
|
2019-02-14 16:28:54 +08:00 |
|
Pan
|
172d6a1d08
|
perf[Navbar]: refactor navbar style
|
2019-02-14 16:27:30 +08:00 |
|
Pan
|
abc8ce21f4
|
perf: optimize some code
|
2019-02-14 16:27:17 +08:00 |
|
花裤衩
|
87f1bbdb7b
|
perf[SizeSelect]: add default size option (#1566)
|
2019-01-30 14:08:48 +08:00 |
|
花裤衩
|
0f6946a88e
|
perf[UploadExcel]: optimized code (#1552)
|
2019-01-30 14:07:34 +08:00 |
|
Pan
|
2d275a9891
|
perf[Sticky]: refine width default value
|
2019-01-30 14:07:18 +08:00 |
|
花裤衩
|
93c13d2cea
|
perf[Sticky]: export reset method (#1550)
|
2019-01-30 14:07:08 +08:00 |
|
Jiankian
|
bb50a7422d
|
pref[Hamburger]: refactor Hamburger component (#1528)
* 美化侧栏菜单切换按钮
* tweak
|
2019-01-17 11:36:43 +08:00 |
|
花裤衩
|
4afb57a1e5
|
fix[DndList]: fixed drag bug (#1527)
https://github.com/PanJiaChen/vue-element-admin/issues/1524
|
2019-01-17 11:36:23 +08:00 |
|
花裤衩
|
3af14bc297
|
fix[Breadcrumb]: fixed eslint error (#1521)
|
2019-01-17 11:36:14 +08:00 |
|
花裤衩
|
bae3601606
|
fix[ThemePicker]: fixed bug when oldVal is null (#1517)
|
2019-01-17 11:35:51 +08:00 |
|
董雨
|
cff015f5d6
|
perf[ScrollPane]: refine moveToTarget code (#1460)
|
2018-12-27 18:20:11 +08:00 |
|
Pan
|
9ce0f81d5f
|
feat[Breadcrumb]: add hide Breadcrumb option #1442
|
2018-12-24 11:21:28 +08:00 |
|
Pan
|
49f1e5e6dc
|
fix[Tinymce]: fixed fullScreen bug #1400
|
2018-12-04 18:23:16 +08:00 |
|
花裤衩
|
a6c8e1a11a
|
add tui.editor (#1374)
|
2018-11-28 11:05:41 +08:00 |
|
Heedong Im
|
8836133f66
|
fix[Pagination]: apply PageSizes property to el-pagination (#1355)
Apply PageSizes property to el-pagination
|
2018-11-26 18:18:32 +08:00 |
|
Pan
|
5f343ec9e4
|
fix import path bug
|
2018-11-21 13:14:43 +08:00 |
|
Pan
|
8cb6983550
|
perf[style]: use webpack alias instead of hard code src path
|
2018-11-19 12:47:47 +08:00 |
|
samuelchlui
|
f0f8363cf7
|
perf[style]: use webpack alias instead of hard code src path (#1338)
|
2018-11-19 12:45:56 +08:00 |
|
Pan
|
6f5591c290
|
fix[Breadcurmb]: fixed router-link bug
|
2018-11-09 17:59:34 +08:00 |
|
Pan
|
5c23accd9e
|
fix[Breadcurmb]: fixed pathCompile bug
|
2018-11-09 13:37:23 +08:00 |
|
Pan
|
14ece5ba9b
|
fix link
|
2018-11-09 09:51:29 +08:00 |
|
Pan
|
cfdff383db
|
perf[DragSelect]: add $listeners
|
2018-11-08 17:30:33 +08:00 |
|
Pan
|
8921752441
|
fix[DragSelect]: fixed querySelectorAll bug
|
2018-11-08 17:19:12 +08:00 |
|
Pan
|
889771fa7a
|
perf[Tinymce]: add searchreplace plugin
|
2018-11-02 15:10:15 +08:00 |
|
LarchLiu
|
21516170a9
|
fix[Charts]: fixed charts resize mixins bug #1285 (#1290)
|
2018-11-02 15:07:39 +08:00 |
|
Pan
|
51f99770fe
|
add test
|
2018-10-29 15:29:54 +08:00 |
|
zthxxx
|
40a7626acb
|
feat: perfect migrate to @vue/cli-service, upgrade vue babel version (#1267)
* feat: perfect migrate to @vue/cli-service, upgrade vue babel version
1. update to @vue/cli-service@3.0.5, @babel/core@7.0.0
2. use vue-cli service replace config file in build/ and config/
3. upgrade vue and babel configuration
4. solve the svg-sprite config problem #980
refs: #932 #1087 #980 #1056
* fix: fix breadcrumb dependency
* fix: fix index template and static assets load with vue-cli 3
* fix: fix import driver.js in guide page
* refactor(mock): mak mock api compatible with both web-view and webpack server
1. 把 Mockjs 功能移到 server 端中间件,同时也兼容前端直接劫持 XHR
2. dev 环境下默认作为 express 中间件通过 webpack server 提供 mock api
3. prod 构建时,默认在前端用 Mockjs 劫持 XHR
benefits:
- dev 开发调试时能直接看到 XHR 请求,方便调试网络,能和后端对接联调
- 避开在开发时因为 Mockjs 引起的网络 bug
- prod 构建时劫持 XHR,保证本项目的 Github Pages preview 能正常显示 (逻辑和 error-log 一样)
- 前后台使用的 mock 是同一份代码,不会增加维护负担
ref: [#562](https://github.com/PanJiaChen/vue-element-admin/issues/562#issuecomment-378116233)
* update requires the lowest version of node
* add favicon
* fix(TreeTable): fix `Array.prototype.concat` on custom-tree-table page
|
2018-10-29 13:55:36 +08:00 |
|
花裤衩
|
c042dc8de3
|
feature: add drag select component (#1249)
|
2018-10-24 18:34:45 +08:00 |
|
花裤衩
|
b9eedb8689
|
feature: add pagination component (#1213)
|
2018-10-24 18:34:45 +08:00 |
|
frank10000
|
27772946c2
|
perf[tagsView]: refactor the moveToTarget function (#1195)
* fix[tagsView]:fixed visited view move to currentTag
* edit the scroll regular friendly
* tweak
|
2018-10-24 18:34:45 +08:00 |
|
Ramón Menor
|
0f7cf7e820
|
feature: support Spanish(#1196)
|
2018-10-24 18:34:45 +08:00 |
|
花裤衩
|
d1cceb69b7
|
feature: add pathToRegexp to compile path (#1148)
|
2018-09-30 13:45:38 +08:00 |
|
zhaoguoweiLLHC
|
b82e8e860d
|
fix[UploadExcel]: fixed bug when there were multiple components(#1136)
复用此组件时因为id不可重复的问题会导致onSuccess指向错误。
|
2018-09-27 13:24:37 +08:00 |
|
Pan
|
87b319d96a
|
fix[Tinymce]: uuid bug
|
2018-09-17 18:37:12 +08:00 |
|
jiuwuxiaohun
|
0740bb36f7
|
fix[tagsView]: refresh bug (#1059)
#1051
|
2018-09-11 13:39:18 +08:00 |
|
Pan
|
c58bce603b
|
rm unnecessary console.log
|
2018-09-06 13:18:34 +08:00 |
|
Shaw
|
6ecf8b820a
|
fix poor naming formats and typo in UploadExcel component (#1047)
|
2018-09-04 18:09:01 +08:00 |
|
Pan
|
676aaf3485
|
perf[Charts]: refine style
|
2018-09-04 15:03:47 +08:00 |
|
Pan
|
44e4bddc21
|
perf[Charts]: refine resize-mixin
|
2018-09-04 14:54:40 +08:00 |
|
Pan
|
2938e33d0e
|
tweak spelling mistake
|
2018-09-03 15:03:00 +08:00 |
|
花裤衩
|
d0d1addba8
|
refactor[store]: refactor tagsView store (#1032)
|
2018-08-31 16:00:28 +08:00 |
|
花裤衩
|
68de01e828
|
refactor[tagsView]: use el-scrollbar (#995)
|
2018-08-31 14:01:07 +08:00 |
|
Pan
|
6e569c4f4a
|
tweak
|
2018-08-30 17:13:17 +08:00 |
|
花裤衩
|
0fbda3c8c7
|
feature: add global size option (#1024)
|
2018-08-29 15:24:47 +08:00 |
|
Pan
|
2e1f36fe00
|
fix[backToTop]: continuous click bug #1007
|
2018-08-24 13:45:03 +08:00 |
|