Alan Wang
708542eca6
fix(components): [el-dropdown-menu] size ( #5343 )
2022-01-12 22:59:54 +08:00
Alan Wang
27af1050d6
fix(components): [el-cascader] inline style ( #5339 )
2022-01-12 14:28:36 +08:00
Alan Wang
2cf215e3c4
feat(components): [el-time-select] support custom format (e.g. 12-hour) ( #5309 )
2022-01-12 11:11:43 +08:00
Element
951f07e91e
chore: update changelog 1.3.0-beta.5 ( #5337 )
2022-01-12 10:53:30 +08:00
jeremywu
1a2c77474a
fix(build): element plus build typing error ( #5335 )
...
- Remove types field from tsconfig.json
2022-01-12 10:48:51 +08:00
iamkun
71a7755527
docs: update timepicker doc ( #5326 )
2022-01-12 08:43:21 +08:00
iamkun
0a833ace95
chore: update trigger url
2022-01-12 01:02:45 +08:00
iamkun
bb1e86a1f8
docs: update tooltip doc
2022-01-12 00:58:29 +08:00
Herrington Darkholme
ca6f622c89
ci: run jest coverage workflow only on master ( #5325 )
2022-01-11 23:28:13 +08:00
iamkun
404056fda2
chore: lock cypress to 8.5.0 ( #5322 )
2022-01-11 21:08:16 +08:00
Element
7701720209
chore: update changelog 1.3.0-beta.4 ( #5321 )
2022-01-11 20:45:25 +08:00
Herrington Darkholme
7edce7fdd9
Revert "ci: add jest coverage workflow ( #5229 )" ( #5303 )
...
This reverts commit 3c03e5610e
.
2022-01-11 15:14:39 +08:00
jeremywu
60487af6ba
docs(components): [el-tooltip] enhance el-tooltip documentations ( #5298 )
...
- Add APIs that are already in the code to the documentation
- Enhance some documentation to notice users about the feature
2022-01-11 14:34:40 +08:00
msidolphin
1f71d3c80c
fix: [el-calendar] selected wrong date when change the month/year ( #5297 )
2022-01-11 14:29:06 +08:00
0song
2606778d30
fix: fix DateRangePicker custom style & class bug ( #5300 )
2022-01-11 14:27:45 +08:00
jeremywu
a2cfb64028
fix(components): [el-tooltip] restoring append-to API ( #5296 )
...
- Restore `append-to` API
- Add test against `append-to` API
2022-01-11 11:02:32 +08:00
msidolphin
82182a91aa
fix(components): [el-date-picker] panel position error after view switch ( #5277 )
...
* fix(components): [el-date-picker] panel position error after view switch
* fix: [el-popper] zIndex not update issue
2022-01-11 10:40:40 +08:00
kooriookami
57e0d1d1bb
fix(style): [el-dropdown] fix doc style ( #5266 )
...
* fix: update style
* style: update
* feat: update test
2022-01-11 10:29:25 +08:00
jeremywu
df57ddfe39
fix(components): [el-dropdown] cannot be closed by clicking outside ( #5287 )
...
- Fix the issue that dropdown with trigger 'click' cannot be closed when clicking outside content
- Fix the same issue for popover popconfirm
- Remove useless code from `el-tooltip-content` which can be much simpler
- Use `onClick` to replace `onMousedown` because `onMousedown` is triggered prior than `onClick`
- Adjust test cases against these changes above
2022-01-11 10:24:48 +08:00
msidolphin
180e21dc56
fix(components): [el-tree] fix safari drop animation issue ( #5294 )
2022-01-11 10:21:13 +08:00
renovate[bot]
3d3f6fe48e
chore(deps): update dependency @crowdin/cli to v3.7.5 ( #5280 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-11 05:58:29 +08:00
renovate[bot]
3fd831acda
chore(deps): update dependency rollup-plugin-filesize to v9.1.2 ( #5283 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-11 05:56:32 +08:00
iamkun
1b711119ab
chore: remove resource red dot ( #5290 )
2022-01-11 05:55:50 +08:00
renovate[bot]
e3c6e040b5
chore(deps): pin dependency cypress to 9.2.0 ( #5282 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-11 05:55:26 +08:00
renovate[bot]
a2da4d1735
chore(deps): update typescript-eslint monorepo to v5.9.1 ( #5292 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-11 05:55:08 +08:00
jeremywu
6b66dcbd96
fix(ci): cypress ci issue ( #5289 )
...
- Replace localhost with 127.0.0.1
- Add feature flag for headless Chrome
2022-01-10 23:27:02 +08:00
renovate[bot]
53b4ceebe8
chore(deps): update jamesives/github-pages-deploy-action action to v4.2.2 ( #5285 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-10 09:48:53 -05:00
jeremywu
57b4aa7d20
fix(ci): cypress ininite waiting ( #5288 )
...
- Serve the page in background which blocks the thread
2022-01-10 22:48:27 +08:00
jeremywu
3957ffb324
feat(project): adding cypress into element plus ( #5281 )
...
* feat(project): adding cypress into element plus
- Introduce Cypress to Element Plus
- Add Action config for running Cypress automatically after workflow for build website done
- Add a base case for button.spec.ts
- Add cypress recordings and screenshots to gitignore
- Add Cypress into tsconfig.json for global typing intelligence
- Add scripts for running cypress
* - Update cpress.yml syntax error
* - Remove cypress from jest running collector
2022-01-10 19:25:48 +08:00
renovate[bot]
a5f72021f1
chore(deps): update dependency vite-plugin-windicss to v1.6.2 ( #5264 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09 21:22:13 -05:00
Delyan Haralanov
979165a2ac
feat(components): [el-tabs] add active-bar width transition ( #5206 ) ( #5223 )
2022-01-10 09:55:11 +08:00
kooriookami
43ad4aa072
fix: dropdowm item can not click ( #5257 )
2022-01-10 09:48:59 +08:00
btea
e3417babe2
test(components): [el-config-provider] use useFakeTimers ( #5228 )
...
* fix(components): modify config-provider sleep time
* test: use useFakeTimers
2022-01-09 20:45:01 -05:00
renovate[bot]
f41f3f8dd5
chore(deps): update dependency fast-glob to v3.2.10 ( #5258 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09 20:08:43 -05:00
renovate[bot]
fde21fb2a6
chore(deps): update jamesives/github-pages-deploy-action action to v4.2.1 ( #5261 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09 19:45:40 -05:00
renovate[bot]
444b4e0e26
chore(deps): update dependency esbuild to v0.14.11 ( #5227 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09 20:28:31 +08:00
renovate[bot]
4a6767cab0
chore(deps): update pnpm to v6.25.1 ( #5226 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09 20:27:08 +08:00
jeremywu
85ccceecab
chore(project): add code of conduct and commit example ( #5255 )
2022-01-09 20:26:56 +08:00
renovate[bot]
e673657e07
chore(deps): update dependency markdown-it to v12.3.2 ( #5225 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09 20:19:11 +08:00
renovate[bot]
943ad97c95
chore(deps): update dependency @pnpm/find-workspace-packages to v3.1.35 ( #5224 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09 20:19:00 +08:00
renovate[bot]
c260c13238
chore(deps): update dependency @commitlint/cli to v16.0.2 ( #5243 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-09 20:18:44 +08:00
Element
49aae3236c
chore: update changelog 1.3.0-beta.3 ( #5254 )
2022-01-09 18:38:20 +08:00
kooriookami
c2ee36a7fc
fix: tooltip with compoents add persistent ( #5250 )
2022-01-09 17:38:51 +08:00
Carter Li
5062ff106b
fix(components): make Datepicker value-format="x"
emit number timestamp value ( #5187 )
2022-01-09 12:42:08 +08:00
Herrington Darkholme
3c03e5610e
ci: add jest coverage workflow ( #5229 )
...
* ci: add jest coverage workflow
* ci: add coverage to unit-test
2022-01-08 23:18:21 -05:00
Element
010c88b115
chore: Update changelog 1.3.0-beta.2 ( #5222 )
2022-01-08 20:11:18 +08:00
btea
70fa3e7f26
feat(components): [el-message] config-provider message max attr ( #5063 )
...
* feat(components): [el-message] config-provider message max attr
* chore: update test
* feat: update test and message-method
* chore: format config-provider.md
* test: add multiple config-provider
* test: config-provider nesting
2022-01-08 20:03:13 +08:00
Zapic
53fe828273
feat(components): [el-cascader] cascader panel loading placeholder ( #5064 )
...
Co-authored-by: KawaiiZapic <kawaiizapic@zapic.moe>
2022-01-08 19:55:59 +08:00
msidolphin
b5ae3e80bb
fix(components): [el-transfer] improve styles ( #5139 )
2022-01-08 19:53:52 +08:00
msidolphin
d61cf39cf3
chore(components): add shadow to panels ( #5146 )
...
* chore(components): add shadow to panels
* fix: improve menu test
2022-01-08 19:52:50 +08:00