Commit Graph

23 Commits

Author SHA1 Message Date
Simona
e93f6f6984
style: add no-multi-spaces rule (#2345)
* style: add no-multi-spaces rule

* style: remove extra spaces
2021-06-25 16:25:54 +08:00
Simona
5c4a3cb27b
fix(cascader-panel): should not re-init when props's value not change (#2344)
* fix(cascader-panel): should not re-init when props's value not change

fix #2317 #1871

* style: extra space
2021-06-25 16:08:00 +08:00
Simona
98714cc3f1
Revert "fix: cascader panel expanded state revert (#1871) (#2298)" (#2325)
This reverts commit a57727bfa4.
2021-06-25 13:47:09 +08:00
Simona
1fb35d43eb
fix(cascader-panel): default value doesn't work in lazy mode (#2338)
fix #2312
2021-06-25 09:38:09 +08:00
msidolphin
a57727bfa4
fix: cascader panel expanded state revert (#1871) (#2298) 2021-06-24 14:38:21 +08:00
jeremywu
8206e34a66
fix(project): fix/upgrade-to-vue-3-1-1-and-with-bug-fix (#2220)
- Upgrade Vue to 3.1.1 and fix the bug alone with the upgrade
2021-06-11 18:20:49 +08:00
jeremywu
ac0612965f
build(project): project/bumping-vue-version (#1702)
* build(project): project/bumping-vue-version

- Bumping vue to 3.0.9

* remove unnecessary dependency

* restore @vue/compiler-sfc
2021-03-28 12:46:58 +08:00
Ernest
598b798555
fix(cascader-panel): no loaded nodes should not be checked (#1583)
* fix(cascader): no loaded nodes should not be checked

* fix(cascader): no loaded nodes should not be checked

* fix(cascader): it should be indeterminate if some child are not loaded
2021-03-10 20:30:28 +08:00
Ernest
66d522b310
fix(cascader-panel): value can be falsy value #1531 (#1533) 2021-03-03 11:59:46 +08:00
Ryan2128
c550bcfd27
fix(popper): fix popper error cause by vue version update (#1556)
* chore: update vue version

* fix(infinite-scroll): fix test case error

* fix(popper): fix popper error cause by vue version update
2021-03-03 11:43:31 +08:00
jeremywu
a58f0fab90
chore(project): chore/bumping-vue-version (#1159)
* chore(project): chore/bumping-vue-version

- Upgrade vue to 3.0.5

* chore(project): - revision dependencies
2020-12-31 11:11:45 +08:00
VijayAdam
c66ea89c45
fix(cascader): fix: cascader-panel (#1112)
Co-authored-by: vijay <vijayniubi@gmail.com>
2020-12-27 14:21:17 +08:00
XiongAmao
c9c9e0d494
fix: app.use(comp.vue) type is not compatible (#1067) 2020-12-23 14:07:15 +08:00
hangzou
eb24622055
fix: fix some components import type (#959) 2020-12-11 15:37:09 +08:00
Simona
1b0d86ce6e
fix(cascader-panel): checked nodes not update when options change (#934)
fix #857
2020-12-10 00:08:13 +08:00
Simona
e8a9074545
fix(cascader): render error of radio label (#859)
empty fragment will treat as invalid slot content since vue@3.0.4 which cause radio label renders
unexpectedly, so use span instead of fragment.
2020-12-06 22:52:13 +08:00
jeremywu
de0696b4f6
core/bumping-dependency-vue-version (#729)
* bumping version

* build(core): bumping vue version

- Bumping up vue version from ^3.0.0 to ^3.0.3 due to the change of `emitOptions`

* Remove transition mock/Add before-enter and before-leave hook emitter for popper
2020-12-01 10:28:42 +08:00
zazzaz
b19d2fc374
fix: correct bundle export (#630)
* fix: correct bundle export

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update
2020-11-20 20:24:16 +08:00
zazzaz
6b69d0a457
build: fix build bundle (#545)
* chore: update

* chore: update
2020-11-05 19:11:04 +08:00
hangzou
b45f084a72
fix(build): fix import module path (#543)
* fix(build): fix import module path

* fix: fix export constants & type

* fix(popover): fix exports and import
2020-11-04 16:30:42 +08:00
Simona
4e8ea7e4c1
feat: unify form event dispatch and global config (#527) 2020-11-02 11:05:08 +08:00
jeremywu
1dd58efdfd
fix(radio): fix cascader bug caused by radio also removed ElFormItemSize (#521) 2020-11-01 14:18:56 +08:00
Simona
52ea214896
feat(cascader): refactor done (#435) 2020-10-30 23:26:33 +08:00