Commit Graph

2808 Commits

Author SHA1 Message Date
C.Y.Kun
1a24e85248
fix(components): [cascader] Unable to use spaces when filtering (#5676) 2022-01-31 23:03:58 +08:00
bqy
97658e2e5c
refactor(components): [scrollbar] use useNamespace (#5732) 2022-01-31 23:03:28 +08:00
renovate[bot]
7ceb1bafbc
chore(deps): update jamesives/github-pages-deploy-action action to v4.2.3 (#5737)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 23:02:49 +08:00
kooriookami
e89804196b
style: fix popper style (#5736) 2022-01-31 22:59:06 +08:00
renovate[bot]
7afd4daefb
chore(deps): update dependency @pnpm/find-workspace-packages to v3.1.40 (#5703)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 22:53:49 +08:00
renovate[bot]
1dc1aa3af3
chore(deps): update dependency eslint to v8.8.0 (#5690)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 22:53:35 +08:00
renovate[bot]
5827d40869
chore(deps): update pnpm to v6.29.1 (#5717)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 22:53:19 +08:00
三咲智子
efbe852d1c
fix: upgrade vueuse (#5698) 2022-01-29 22:26:31 +08:00
Chen_Z
cf094c4e1b
fix(docs): fix el-tree props disabled type (#5540) 2022-01-28 16:23:29 +08:00
renovate[bot]
4d690484cf
chore(deps): update dependency lint-staged to v12.3.2 (#5661)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-28 15:57:22 +08:00
renovate[bot]
6bd90a60a8
chore(deps): update dependency unplugin-vue-components to v0.17.15 (#5674)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-28 15:56:40 +08:00
renovate[bot]
940c92510e
chore(deps): update dependency eslint-plugin-vue to v8.4.0 (#5668)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-28 15:56:32 +08:00
三咲智子
04ba5be9fb
chore: change license year (#5647)
* chore: change license year

* Update LICENSE
2022-01-28 15:29:44 +08:00
Carter Li
2b38b5f5a5
fix(components): fix #5582 (#5583) 2022-01-28 15:25:15 +08:00
kooriookami
eb6553bedf
fix(components): [image-viewer] fix some bugs and improve style (#5673)
* fix: fix ElImageViewer

* fix: update

* perf: perf zoomRate
2022-01-28 15:21:43 +08:00
msidolphin
17fd183f87
fix(theme-chalk): [el-pagination] quick button disabled state (#5672) 2022-01-27 17:36:26 +08:00
msidolphin
0d8f08ab9b
perf(components): [el-scrollbar] prevent re-render when scrolling (#5670)
* perf(components): [el-scrollbar] prevent re-render when scrolling

* chore: improve code
2022-01-27 17:10:44 +08:00
msidolphin
8322bcf843
refactor(components): [el-pagination] optimize component style (#5666) 2022-01-27 16:52:45 +08:00
G-G
696c20dd60
fix(theme-chalk): el-breadcrumb__item style (#5597)
* fix(theme-chalk): el-breadcrumb__item style

Change the style of el-breadcrumb__item,It wasn't aligned before

fix #5594

* docs(docs): docs edit describe

docs edit describe  Change separator-class to separator-icon

* docs(docs): docs edit describe

docs edit describe  Change 'iconfont' to 'svg icon'

Co-authored-by: 赵雅国 <zhao.yaguo@shinewingdigital.com>
2022-01-27 16:27:30 +08:00
renovate[bot]
7c4c505e2f
chore(deps): update dependency esbuild to v0.14.14 (#5639)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-26 15:57:04 +08:00
啝裳
12caac28eb
docs: test style contamination (#5648) 2022-01-26 15:56:56 +08:00
renovate[bot]
61dc3823dd
chore(deps): update dependency @vueuse/core to v7.5.5 (#5634)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-26 15:56:49 +08:00
msidolphin
77a3d5c7c1
refactor(components): [el-pagination] adjust component size (#5640)
* refactor(components): [el-pagination] adjust component size

* fix: background size

* chore: improve doc style
2022-01-26 14:29:48 +08:00
msidolphin
f860941d8e
fix(components): [el-table] hover not working in fixed mode (#5638) 2022-01-26 14:06:22 +08:00
msidolphin
043d20403f
fix(components): [el-table] fix invalid maxHeight issue (#5584)
* fix(components): [el-table] fix invalid maxHeight issue

fix #5580

* fix: remove native scrollbar
2022-01-26 14:05:35 +08:00
msidolphin
51c3f09483
refactor(components): [el-tag] use namespace (#5643)
* refactor(components): [el-tag] use namespace

* chore: optimize code
2022-01-26 14:00:57 +08:00
btea
4be0d47d70
refactor(components): [drawer] use useNamespace (#5596) 2022-01-26 09:36:35 +08:00
MoConWu
5ee184fdfd
feat(theme-chalk): css var for empty & rate (#5359)
* 更新var.scss,提取empty的fill-color

将fill的color提取出来,作为变量,方便后续修改,修改如下:
    'fill-color-0': var(--el-color-white),
    'fill-color-1': #FCFCFD,
    'fill-color-2': #F8F9FB,
    'fill-color-3': #F7F8FC,
    'fill-color-4': #EEEFF3,
    'fill-color-5': #EDEEF2,
    'fill-color-6': #E9EBEF,
    'fill-color-7': #E5E7E9,
    'fill-color-8': #E0E3E9,
    'fill-color-9': #D5D7DE,

* 修改Empty的fillcolor作为变量引用,方便后续的色彩搭配更改

修改Empty的fillcolor作为变量引用,方便后续的色彩搭配更改

* 修改rate下的配色提取到变量里

修改rate下的配色提取到变量里,提取如下:
    'void-color': #c6d1de,
    'rate-color': #F7BA2A,

* 提取rate的色彩作为变量

提取rate的色彩作为变量

* 修改rate的色彩变量

修改和提取rate变量为:
    'void-color': #c6d1de,
    'star-color': #F7BA2A,
    'disable-void-color': #EFF2F7,
    'text-color': #1f2d3d,

* replace space to enter

替換空格为回车

* lint change

lint change

* Missing Pretty error

color 颜色小写

* Add CustomStyles infomation

Add CustomStyles infomation

* Change CustomStyles

Change CustomStyles

* Add CustomStyles

Add CustomStyles

* Change rate to empty

Change rate to empty

* Modify CustomStyles after Bottom content

Modify CustomStyles after Bottom content

* Change Custom styles

Change Custom styles

* feat: format rate.md
2022-01-26 02:10:19 +08:00
Element
90b2f559aa
chore: Update changelog 1.3.0-beta.9 (#5631) 2022-01-25 22:03:01 +08:00
btea
46b2d7099b
fix(components): [el-message-box] add default value to button-size (#5620)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-01-25 20:59:57 +08:00
btea
2def078e7c
fix(components): [el-transfer] can't find clearQuery (#5438) 2022-01-25 20:00:51 +08:00
renovate[bot]
7d5cc65f77
chore(deps): update dependency @typescript-eslint/parser to v5.10.1 (#5607)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-25 17:44:31 +08:00
renovate[bot]
d714baa14c
chore(deps): update dependency rollup to v2.66.1 (#5625)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-25 17:43:38 +08:00
iamkun
5798495b32
chore: update doc UI dot style (#5624) 2022-01-25 17:43:25 +08:00
iamkun
6397c6c636
docs: add release countdown (#5605) 2022-01-25 16:58:33 +08:00
三咲智子
ab018ea46e
chore(dev): add https option (#5622) 2022-01-25 16:57:25 +08:00
kooriookami
7032e75721
style&doc(components): [el-tooltip] improve style and doc (#5598)
* style: change style

* style: remove useless style

* style: update

* docs: update
2022-01-25 16:10:49 +08:00
BigPengZai
38a1a02680
fix(components): [el-popover] hide-after bug (#5386)
fix [el-popover] hide-after bug

fix #5372
2022-01-25 12:07:24 +08:00
JeremyWuuuuu
a34ad9c53d fix(components): [el-checkbox] is-disabled class is added unexpectedly
- Fix the regression error which cause non-grouped chekcbox has unexpected `is-disabled` class
2022-01-25 11:51:43 +08:00
renovate[bot]
2883d1b96e
chore(deps): update dependency @typescript-eslint/eslint-plugin to v5.10.1 (#5606)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-25 03:42:47 +08:00
iamkun
94311a8e39
refactor: refactor carousel to support namespace (#5553) 2022-01-25 00:53:20 +08:00
Element
81ba9a64dd
chore: Update changelog 1.3.0-beta.8 (#5604) 2022-01-24 23:56:33 +08:00
三咲智子
0464c06d92
fix(build): locale export default (#5576) 2022-01-24 23:37:19 +08:00
三咲智子
3c16321110
fix(build): esbuild transform vue sfc (#5602) 2022-01-24 23:31:08 +08:00
btea
fec3d0c69d
refactor(components): [checkbox] use useNamespace (#5493) 2022-01-24 18:13:44 +08:00
renovate[bot]
4507675631
chore(deps): update pnpm to v6.28.0 (#5575)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-24 08:09:05 +08:00
renovate[bot]
72085c6e39
chore(deps): update dependency @pnpm/find-workspace-packages to v3.1.39 (#5574)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-24 07:32:39 +08:00
renovate[bot]
22484dcd28
chore(deps): pin dependency vite-plugin-mkcert to 1.5.2 (#5573)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-24 02:52:23 +08:00
三咲智子
459a93b070
fix(dev): fix default imports & add https support (#5572) 2022-01-24 02:34:06 +08:00
三咲智子
0cb14b3f61
docs: remove vue-cli related (#5571) 2022-01-23 12:35:51 -05:00