bastarder
|
3083c19232
|
fix(locale): i18n support params
|
2020-09-16 14:55:28 +08:00 |
|
zazzaz
|
8791908da7
|
feat: add calendar (#305)
* feat: add calendar
* chore: update doc
* chore: update
* chore: update
|
2020-09-16 14:49:47 +08:00 |
|
zazzaz
|
b01a6f4e81
|
feat: Feature/timepicker && repeat-click directive (#289)
* feat: Feature/datepicker && repeat-click directive (#288)
* style: fix lint
* test: fix local test
* test: update test
* fix: update api to disabledHours
* chore: update
* chore: fix lint
|
2020-09-16 14:49:21 +08:00 |
|
zazzaz
|
6a1880a8d2
|
fix: Fix website code highlight
|
2020-09-16 14:47:57 +08:00 |
|
zazzaz
|
ab8cf896d8
|
chore: update
|
2020-09-16 11:34:58 +08:00 |
|
zazzaz
|
bf71fda8b0
|
fix: Update install doc
|
2020-09-16 11:34:58 +08:00 |
|
JeremyWuuuuu
|
37f5b6164b
|
fix(popper): addressing comments
|
2020-09-16 11:12:55 +08:00 |
|
JeremyWuuuuu
|
9902c33dbf
|
fix(dropdown): fix dropdown code based on popper's change
|
2020-09-16 11:12:55 +08:00 |
|
jeremywuuuuu
|
9389c16685
|
fix(popper): fix known bugs in popper
|
2020-09-16 11:12:55 +08:00 |
|
JeremyWuuuuu
|
c2449ac16e
|
partial fix
|
2020-09-16 11:12:55 +08:00 |
|
zouhang
|
74f5dea703
|
style(dropdown): improve dropdown style
|
2020-09-15 21:27:33 +08:00 |
|
zazzaz
|
457c1ca037
|
chore: update
|
2020-09-15 18:59:58 +08:00 |
|
zazzaz
|
680407799d
|
1.0.1-alpha.1
|
2020-09-15 18:59:58 +08:00 |
|
zazzaz
|
9852cfbd33
|
chore: update
|
2020-09-15 18:59:58 +08:00 |
|
zazzaz
|
21009f43fe
|
chore: update
|
2020-09-15 18:59:58 +08:00 |
|
zazzaz
|
2f8c74078e
|
chore: update
|
2020-09-15 18:59:58 +08:00 |
|
zazzaz
|
cdd451d158
|
chore: update
|
2020-09-15 18:59:58 +08:00 |
|
zazzaz
|
fac0313f89
|
1.0.1-alpha.0
|
2020-09-15 18:59:58 +08:00 |
|
zazzaz
|
97943761d2
|
chore: update
|
2020-09-15 18:59:58 +08:00 |
|
zazzaz
|
c57a6eaa53
|
build: init build script
|
2020-09-15 18:59:58 +08:00 |
|
zouhang
|
b37a21420c
|
feat(core): add jsx support
|
2020-09-15 13:53:41 +08:00 |
|
lixianying
|
849bd4e7c0
|
fix(tag): fix click event of tag
|
2020-09-15 11:05:25 +08:00 |
|
Square Coin
|
1f8fc62d73
|
Feat/carousel (#151)
* feat: init carousel component
* feat(carousel): init carousel component
* chore: add global dependencies
* chore: use prettier formate code
* feat(carousel): transfer logic - progress 40%
* feat(carousel): migrate logic - progress 50%
* feat(carousel): migrate logic - progress 55%
* feat(carousel): replenish doc
* feat(carousel): add utils
* feat(carousel): finish component logi
* feat(carousel): fix type error
* feat(carousel): test case 80%
* feat(carousel): migrate finish
* feat(carousel): more test cases
* feat(carousel): test case passed
* feat(carousel): fix CI dependencies collides
* feat(carousel): update yarn.lock
* feat(carousel): merge sub component
* feat(carousel): fix lose ctx attribute in buid env
* feat(carousel): finish spec
* feat(carousel): optimize code
* chore: update yarn lock
* feat(carousel): fall back lock file
* chore(carousel): fallback dep
* feat(carousel): update vue dep
* feat(carousel): update spec file
* feat(carousel): use async test
* feat(carousel): revert eslint modify
Co-authored-by: liik <385211478@qq.com>
Co-authored-by: liik <linyunqianpp@126.com>
|
2020-09-15 10:50:32 +08:00 |
|
陈婉玉
|
34c248fe70
|
fix(infinite-scroll): should not trigger load when scroll up
|
2020-09-14 23:43:45 +08:00 |
|
陈婉玉
|
48d9192022
|
fix: merge error
|
2020-09-14 23:43:45 +08:00 |
|
陈婉玉
|
ccc1ec4dde
|
fix(infinite-scroll): wipe out sleep
|
2020-09-14 23:43:45 +08:00 |
|
陈婉玉
|
e8c1b70d26
|
feat: inifinite scroll done
|
2020-09-14 23:43:45 +08:00 |
|
liupl
|
afb62577b5
|
fix:Fit Avatar Container style
|
2020-09-12 00:50:59 +08:00 |
|
baimin
|
8b4be99610
|
fix(input): fix issues
https://github.com/ElemeFE/element/issues/18573
|
2020-09-11 14:04:22 +08:00 |
|
zazzaz
|
72274ed0ad
|
fix: fix eslint && typescript-eslint issue
|
2020-09-11 10:44:39 +08:00 |
|
hangzou
|
e0708290b2
|
fix: fix lang type error (#299)
|
2020-09-10 13:54:19 +08:00 |
|
jeremywu
|
4019764625
|
fix(dialog): fix dialog exporting error (#298)
|
2020-09-10 10:43:15 +08:00 |
|
jeremywu
|
ef92b6c11c
|
### feat: add dialog (#197)
* Add overlay component; Dialog component almost done
* feat(dialog): add use-lockscreen
* feat(dialog): coding completed awaiting tests
* feat(dialog): finish writing test cases
* fix test failures
* Address PR comments
* fallback some changes
|
2020-09-09 21:18:08 +08:00 |
|
Simona
|
90ff286ac0
|
test: hoist up mocks (#294)
|
2020-09-09 18:31:56 +08:00 |
|
dependabot-preview[bot]
|
5ab522e9aa
|
build(deps-dev): bump vue-loader from 16.0.0-beta.6 to 16.0.0-beta.7
|
2020-09-09 10:04:49 +00:00 |
|
dependabot-preview[bot]
|
032148845b
|
build(deps-dev): bump @swc-node/jest from 0.3.4 to 0.3.5
|
2020-09-09 10:04:22 +00:00 |
|
dependabot-preview[bot]
|
9bfb3d7c0f
|
build(deps-dev): bump css-loader from 4.2.2 to 4.3.0
|
2020-09-09 06:59:03 +00:00 |
|
dependabot-preview[bot]
|
a69b191d31
|
build(deps-dev): bump vue-loader from 16.0.0-beta.5 to 16.0.0-beta.6
|
2020-09-09 06:58:15 +00:00 |
|
Ryan
|
4e8818e069
|
refactor(steps): replace indexOf with includes
|
2020-09-08 21:13:04 +08:00 |
|
Ryan
|
d28d0c30d8
|
refactor(steps): correct requested changes
|
2020-09-08 20:57:15 +08:00 |
|
Ryan
|
45f2efe88d
|
feat(utils): add change event constant to constants.ts
|
2020-09-08 20:57:15 +08:00 |
|
Ryan
|
25c590783c
|
refactor(steps): re-add change event
|
2020-09-08 20:57:15 +08:00 |
|
Ryan
|
fe88a7c072
|
fix(steps): fix error in deploy
|
2020-09-08 20:57:15 +08:00 |
|
Herrington Darkholme
|
8eafd4d32b
|
fix(transfer): update test cases
|
2020-09-08 20:51:10 +08:00 |
|
Herrington Darkholme
|
b24f12cb3c
|
fix(transfer): remove unused declare
|
2020-09-08 20:51:10 +08:00 |
|
Herrington Darkholme
|
25f894fc85
|
fix(transfer): rename d.ts to .ts
|
2020-09-08 20:51:10 +08:00 |
|
Ryan
|
6d53ef87c4
|
refactor(transfer): correct requested changes
|
2020-09-08 20:51:10 +08:00 |
|
Ryan
|
81d17d4cd5
|
test(transfer): add test file
|
2020-09-08 20:51:10 +08:00 |
|
Ryan
|
e7e3c740ba
|
docs(transfer): add docs files
|
2020-09-08 20:51:10 +08:00 |
|
Ryan
|
3daf1cd6ab
|
refactor(transfer): transfer component refactoring completed
|
2020-09-08 20:51:10 +08:00 |
|