云游君
a7cab4fb52
fix(theme-chalk): [drawer] bg color ( #6631 )
2022-03-15 10:45:21 +08:00
renovate[bot]
b956223895
chore(deps): update actions-cool/issues-helper action to v3 ( #6058 )
2022-03-15 05:07:41 +08:00
renovate[bot]
c04d41026e
fix(deps): update dependency @vueuse/core to v8 ( #6605 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-15 01:42:17 +08:00
三咲智子
e37116389b
feat(components): [loading] export directive alias ( #6629 )
2022-03-14 12:13:57 -04:00
云游君
f22614b11c
fix(components): [pagination] button bg color ( #6628 )
...
* fix(components): [pagination] button bg color
* fix(components): [pagination] button bg color
2022-03-14 23:41:50 +08:00
云游君
2caac7906e
refactor(docs): adjust style details & fix pages width ( #6624 )
...
* refactor(docs): adjust style details
* refactor(docs): add toc width
* refactor(docs): remove unused var
* fix(docs): typography & button etc pages width unify
2022-03-14 23:41:39 +08:00
Element
9605146f23
chore: update changelog 2.1.2 ( #6622 )
2022-03-14 20:12:08 +08:00
Zhongxiang Wang
b80d5f9d4d
fix(theme-chalk): [cascader/checkbox] fix unexpected fill color ( #6619 )
2022-03-14 19:57:25 +08:00
Hefty
15d543d69f
fix(theme-chalk): [message-box] el-message-box__status position may o… ( #6614 )
...
* fix(theme-chalk): [message-box] el-message-box__status position may override by el-icon
* fix(theme-chalk): [message-box] use class selector
2022-03-14 19:48:28 +08:00
JeremyWuuuuu
be0f72577b
fix(components): [el-form] Form not emitting validation result ( #6610 )
...
* fix(components): [el-form] Form not emitting validation result
- Refactor validate code to allow it to yield promise value
- Update tests accordingly
* fix: refactor
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-03-14 19:47:31 +08:00
云游君
93aa1d621e
fix(docs): border-color css var ( #6620 )
2022-03-14 19:41:41 +08:00
云游君
d3a66b8767
refactor(components): [rate] use css var & disable to disabled & star-color to fill-color ( #6601 )
...
* refactor(components): [rate] use css var & disable to disabled
* refactor(components): [rate] remove getIconStyle
* refactor(components): [rate] rename star-color to fill-color
* fix(test-utils): rate vitest by css vars
* refactor: use ns.is('', state)
2022-03-14 19:34:49 +08:00
renovate[bot]
46a4da0cdc
fix(deps): update all non-major dependencies ( #6604 )
2022-03-14 18:00:30 +08:00
三咲智子
5d85fba20c
chore: self closing vue tag ( #6603 )
2022-03-13 16:16:11 -04:00
Element
e2e577bfad
chore: update changelog 2.1.1 ( #6600 )
2022-03-13 23:19:27 +08:00
iamkun
98f5e58f00
fix: Upload component remove status label box shadow ( #6586 )
2022-03-13 23:18:10 +08:00
msidolphin
d435a6a6fc
feat(components): [el-table] exposes scroll methods ( #6539 )
...
* feat(components): [el-table] exposes scroll methods
* chore: improve code
2022-03-13 23:00:58 +08:00
Zhongxiang Wang
30878dc5ef
fix(components): [form] set validateState to success after passed ( #6596 )
2022-03-13 23:00:28 +08:00
云游君
b232a20b7d
fix: docsearch dark shadow ( #6595 )
2022-03-13 22:51:23 +08:00
云游君
d8a52cfe85
refactor(theme-chalk): dark.scss to css vars & migrate fill-color-blank ( #6597 )
2022-03-13 22:42:57 +08:00
blackie
468d4ba162
refactor(components): [skeleton] switch to script-setup syntax ( #6395 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-03-13 20:53:05 +08:00
btea
18bd8c4952
refactor(components): [rate] switch to script-setup syntax ( #6565 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
2022-03-13 20:20:21 +08:00
三咲智子
61cfd369dc
fix(components): [dialog] remove footer when not existed ( #6590 )
2022-03-13 20:11:44 +08:00
JeremyWuuuuu
3ea96be394
feat(ci): replace cypress with puppeteer ( #6592 )
...
* feat(ci): replace cypress to puppeteer
- Replace cypress with puppeteer
* Implement puppeteer with screenshots
* Remove unused variables
2022-03-13 20:10:25 +08:00
云游君
06f6844509
refactor(theme-chalk): rewrite palette & remove -base suffix ( #6593 )
...
* refactor(theme-chalk): rewrite palette & remove -base suffix
* refactor(theme-chalk): container as default bg-color
* refactor(theme-chalk): add fill-color-blank
* fix(docs): fill-color-light for code-bg
2022-03-13 20:10:07 +08:00
JeremyWuuuuu
7cdee1bec5
fix(ci): build product check ( #6587 )
2022-03-13 16:31:55 +08:00
Jason Ren
bf8eec1314
docs: [layout] fix a mistyped value ( #6576 )
2022-03-13 15:32:50 +08:00
JeremyWuuuuu
8a8f0d64e7
chore(project): rename .eslint.js to .eslint.json ( #6584 )
2022-03-13 14:19:51 +08:00
JeremyWuuuuu
c415f8bdbc
fix(components): [popper-trigger] SSR issue ( #6575 )
...
* fix(components): [popper-trigger] ssr issue
- Moved all watch expressions inside `onMounted` to avoid SSR error
* Update unwrapMesurable for skipping SSR
2022-03-13 14:10:14 +08:00
JeremyWuuuuu
a44a671606
feat(ci): setup cypress circle ci ( #6581 )
...
* feat(ci): setup cypress circle ci
- Setup cypress circle ci pre-requests
* Remove console.log
2022-03-13 13:19:43 +08:00
三咲智子
9c30a5d153
refactor(components): [input] refactor ( #6545 )
...
* refactor(components): [input] refactor
* test: improve tests
* fix: dts
* fix: nextTick
2022-03-13 00:23:00 +08:00
JeremyWuuuuu
16f79ede21
ci(test): add SSR test framework ( #6570 )
...
* test(ci): add ssr test framework
- Setup SSR test framework (cypress)
* Update cypress configs
* Fix format issue
* Move cypress tests
* Move vite.config.cy.mjs under cypress/
2022-03-13 00:11:02 +08:00
JeremyWuuuuu
4ad2453124
fix(ci): skip if no changes at all ( #6574 )
2022-03-13 00:07:50 +08:00
bqy
6c3c4b2626
fix(components): [carousel] center arrow ( #6573 )
2022-03-12 23:37:31 +08:00
JeremyWuuuuu
3978c7eb38
ci(project): add .circleci/config.yml ( #6569 )
...
* Add .circleci/config.yml
* Update format
2022-03-12 22:57:11 +08:00
wzrove
0e6ff4f9a9
refactor(components): [divider] switch to script-setup ( #6556 )
...
Co-authored-by: rove <rove@outlook.com>
2022-03-12 21:31:24 +08:00
Zapic
525f61f8da
fix(component): [el-tabs] the initial pane should only render for once ( #6563 )
...
* fix(component): [el-tabs] the initial pane should only render for once
* test(component): [el-tabs] improve test of lazy load pane
* test(component): [el-tabs] fix lint error
Co-authored-by: KawaiiZapic <kawaiizapic@zapic.moe>
2022-03-12 20:44:17 +08:00
Element
45d915fa98
chore: Update changelog 2.1.0 ( #6561 )
2022-03-12 20:09:16 +08:00
JeremyWuuuuu
58897ece76
ci(build): add threshold to build product workflow ( #6564 )
...
* ci(build): add threshold to build product workflow
- Intorduce threshold for build product checking to warn the administrator
* Add permissions for workflow from fork repo
* Update the permission for workflow
2022-03-12 19:03:28 +08:00
三咲智子
e98d1298c0
refactor(components): [link] refactor ( #6543 )
2022-03-12 17:21:20 +08:00
JeremyWuuuuu
9172120d52
test(ci): add build product checking for prs ( #6558 )
...
* test(ci): add build product checking for prs
- Add build product testing to the CI
* Fix error syntax
* Tweak with output table
2022-03-12 17:17:16 +08:00
云游君
2db400c73a
refactor(components): [link] dynamic css vars & fix inner align ( #6557 )
2022-03-12 16:59:07 +08:00
云游君
93ee392932
fix(components): [upload] photo-wall wrap ( #6546 )
...
* fix(components): upload photo-wall wrap
* refactor(components): upload conent with props by tsx
* fix: type generate for upload sfc tsx
* Revert "fix: type generate for upload sfc tsx"
This reverts commit beeb9fb1642a875278ab9bf92f8ae4b7ae971013.
* Revert "refactor(components): upload conent with props by tsx"
This reverts commit 425e4a9f34693d9828bc8cf2e5ef2d75c5037864.
* fix: upload content type by as any
* refactor: extract uploadContentProps to object
* refactor(components): upload use tamplate instead of h
* Update packages/components/upload/src/upload.vue
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
* refactor(components): remove useless key in upload-content
* refactor(components): fix type
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2022-03-12 16:57:48 +08:00
Herrington Darkholme
14353dbfce
fix(ci): suppress warning by mark icon as raw ( #6555 )
2022-03-12 15:58:29 +08:00
三咲智子
88b574e765
fix(build): move eslint config to internal ( #6553 )
2022-03-12 14:33:41 +08:00
Herrington Darkholme
e10a1e4c9d
fix(ci): fix cascader ns querySelector class ( #6552 )
2022-03-12 13:46:36 +08:00
Herrington Darkholme
51aac2f630
fix(ci): clean up several warning ( #6551 )
2022-03-12 00:00:07 -05:00
JeremyWuuuuu
508873789f
fix(ci): remove clean script ( #6550 )
...
- Remove clean script for size check
- Remove package.json/scripts.clean:lockfile
2022-03-12 10:16:33 +08:00
JeremyWuuuuu
d57cc0d974
ci(project): compressed actions for PRs ( #6547 )
...
* ci(project): compressed actions for PRs
- Introduce compressed size checking action for PRs
- Update package.json with a clean:lockfile script for the action
* Fix pnpm not found
2022-03-11 22:56:05 +08:00
三咲智子
da6d2dc84b
feat(components): [message] support re-render vnode ( #6527 )
...
* feat(components): [message] support re-render vnode
* docs: improve api reference
* test: add message vnode render function
2022-03-11 20:19:31 +08:00