Commit Graph

2646 Commits

Author SHA1 Message Date
renovate[bot]
17553e919c
chore(deps): update dependency unplugin-vue-components to v0.17.17 (#5799)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-08 03:52:02 +08:00
renovate[bot]
e31e75f606
chore(deps): update typescript-eslint monorepo to v5.11.0 (#5827)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-08 03:51:41 +08:00
iamkun
02d82bae4a
chore: update icon doc (#5808) 2022-02-08 02:39:24 +08:00
renovate[bot]
eecf70a9f6
chore(deps): update pnpm to v6.30.0 (#5800)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-08 02:38:53 +08:00
renovate[bot]
1b2f6a5eb0
chore(deps): update dependency esbuild to v0.14.20 (#5798)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-08 02:38:46 +08:00
Element
a598878744
chore: update changelog 2.0.1 (#5818) 2022-02-07 17:01:24 +08:00
msidolphin
baf6bc0260
fix: [el-pagination] fix justify alignment (#5814)
fix #5807
2022-02-07 16:46:26 +08:00
msidolphin
b2ff01a60f
fix(components): [el-popconfirm] revert component name (#5815) 2022-02-07 16:43:56 +08:00
iamkun
16db823157
chore: rm doc countdown (#5805) 2022-02-07 11:40:24 +08:00
iamkun
35472d57e0
chore: Update README.md (#5803) 2022-02-07 11:36:57 +08:00
Element
bdc1097b45
chore: update changelog 2.0.0 (#5802) 2022-02-07 11:05:53 +08:00
renovate[bot]
4cc03f58ee
chore(deps): update dependency vue-tsc to v0.31.2 (#5796)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 22:39:44 +08:00
renovate[bot]
b168124270
chore(deps): update pnpm to v6.29.2 (#5797)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 22:39:35 +08:00
三咲智子
f811ebbacf
docs: update migration (#5793) 2022-02-06 13:20:37 +08:00
三咲智子
8d1e66a5bf
docs: [config-provider] add slot scope (#5792) 2022-02-06 09:20:37 +08:00
啝裳
ea90c4c148
docs: fix all style contamination (#5656)
* docs: fix all style contamination

* fix: update
2022-02-06 09:18:11 +08:00
renovate[bot]
a98ff9b40c
chore(deps): update dependency @docsearch/react to v3.0.0-alpha.50 (#5788)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 04:17:16 +08:00
renovate[bot]
a507b682af
chore(deps): update dependency unplugin-vue-components to v0.17.16 (#5791)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 04:15:33 +08:00
renovate[bot]
41422b8faf
chore(deps): update dependency eslint-plugin-vue to v8.4.1 (#5790)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 03:27:50 +08:00
renovate[bot]
800c639a45
chore(deps): update dependency eslint-define-config to v1.2.4 (#5789)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 03:27:36 +08:00
renovate[bot]
a7d43033c8
chore(deps): update dependency esbuild to v0.14.18 (#5745)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 03:27:26 +08:00
renovate[bot]
fc076a861f
chore(deps): update dependency @docsearch/js to v3.0.0-alpha.50 (#5787)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 03:27:01 +08:00
renovate[bot]
06c620c124
chore(deps): update dependency rollup to v2.67.0 (#5766) 2022-02-06 01:06:01 +08:00
Corgis
2e0e681bbe
docs: [DateTimePicker] change to setup syntax sugar (#5617) 2022-02-06 00:46:55 +08:00
renovate[bot]
04b88072e9
chore(deps): update typescript-eslint monorepo to v5.10.2 (#5744)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 00:42:18 +08:00
renovate[bot]
9dc4114431
chore(deps): update dependency @types/node to v16.11.22 (#5756)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 00:41:48 +08:00
renovate[bot]
4ccc3419bc
chore(deps): update dependency lint-staged to v12.3.3 (#5764)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 00:40:03 +08:00
renovate[bot]
af4f378c37
chore(deps): update dependency sass to v1.49.7 (#5748)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 00:39:02 +08:00
renovate[bot]
d4fae086b5
chore(deps): update dependency components-helper to v2 (#5778)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-06 00:37:55 +08:00
jeremywu
44dc9a1cf5
test(components): remove all sleep statement in the tests (#5784) 2022-02-06 00:37:20 +08:00
三咲智子
24ee8066e4
docs: add element-ui link (#5776) 2022-02-05 23:48:17 +08:00
jeremywu
dbb00ef4b6
fix(components): [el-popper] append to body compatability (#5755)
* fix(components): [el-popper] append to body compatability

- Add a new hook for deprecation warning
- Add deprecation warnings for previous used `append-to-body` API
- Add test for the API.

* Address PR comments

* Update documentations for deprecated

* Fix formatting issue
2022-02-04 14:59:58 +08:00
kooriookami
fb50b4ff8d
fix(components): [Dialog & MessageBox] support draggable (#5369)
* feat: add use-draggable

* feat: msgbox add draggable

* feat: update

* feat: update

* feat: update

* feat: update

* feat: update

* feat: update
2022-02-03 21:04:25 +08:00
Element
dc325d7f14
chore: Update changelog 1.3.0-beta.10 (#5742) 2022-01-31 23:56:35 +08:00
C.Y.Kun
b46bdae9e6
docs(components): check docs before stable (#5740) 2022-01-31 23:43:56 +08:00
bqy
4501b6dd66
refactor(components): [skeleton,skeleton-item] use useNamespace (#5739) 2022-01-31 23:41:56 +08:00
三咲智子
911ed90bf2
docs: move backtop to Navigation, closes #3897 (#5652) 2022-01-31 23:28:22 +08:00
C.Y.Kun
e62e29ef5b
fix(components): [popover] after-enter/leave events not trigger (#5681) 2022-01-31 23:07:09 +08:00
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