Herrington Darkholme
b5f08aa63a
fix flaky select test case ( #391 )
...
* chore(core): fix linting
* fix(message): fix test
* fix(message): fix message test
* fix(select): remove unused
* fix(select): fix concurrent select test case
2020-10-04 18:51:24 +08:00
zazzaz
62fe4c14f7
1.0.1-alpha.4
2020-10-04 17:25:28 +08:00
Caaalabash
20728747c1
feat(autocomplete): add autocomplete component ( #389 )
...
* feat(autocomplete): add autocomplete component
* fix: package.json
2020-10-04 15:44:05 +08:00
Enguerrand des Vaux
1ffe913571
Select filtering is not working ( #388 )
...
* fix(popper): re-create popper if destroyed when updating
* fix(select): fix options query event
* fix(select): fix checkDefaultFirstOption function
* fix(select): better naming
* Update packages/select/src/useSelect.ts
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2020-10-04 14:50:05 +08:00
Herrington Darkholme
8844187da6
chore(core): fix linting ( #387 )
2020-10-04 14:49:39 +08:00
Bruno Santos
e900aac6ea
Feat/message ( #291 )
...
* feat(message): add message component
- [WIP] Messages component
- TODOs: tests, VNode Bug
re #101
* test(message): add tests for message component
* fix(message): fix message z-index
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2020-10-03 20:55:23 +08:00
Hades-li
47ebb19881
feat(color-picker): add color-picker component ( #375 )
...
* feat(color-picker): add color-picker component
finished component,unit tests
* fix: elment-plus/index.ts add color-picker
Co-authored-by: plus li <121318100@gmail.com>
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2020-10-03 20:48:29 +08:00
Enguerrand des Vaux
bd2d9b44dc
fix(popper): re-create popper if destroyed when updating ( #385 )
2020-10-03 20:35:26 +08:00
Enguerrand des Vaux
c5042f6d4c
add wrap label name and form setup ( #383 )
...
* fix(form): fix label-wrap impor
* fix(form): add name to label wrap
* fix(form): add from initialisation
2020-10-03 20:17:40 +08:00
Enguerrand des Vaux
2f5507a34e
fix(form): fix label-wrap impor ( #382 )
2020-10-03 20:13:56 +08:00
zazzaz
355a778a2c
Feat/datepicker && datetimepicker ( #326 )
...
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* chore: update
* Feat/form (#342 )
* feat(form): add form component
fix #125
* test(form): add test code
* docs(form): add form doc
* feat: add uitls merge
* fix(form): fix style
* test(form): add form test code
* refactor(form): review changes
* test(form): use idiomatic vue-test-util methods
* feat(core): bump vue version
* feat(form): rewrite label wrap
* feat(form): fix tons of bugs
* fix(form): reuse ts extension
* refactor(form): move out label width computation
* fix(form): fix tons of bugs
* fix(form): test
Co-authored-by: 286506460 <286506460@qq.com>
* Feat/select (#381 )
* fix: resove conflict
* feat: select basic usage
* feat: select basic usage
* feat: select feature create item
* fix: fix option data insert
* refactor: select
* fix: fix parse error
* feat: select test
* fix: select add popper
* fix: update select option
* fix: add select dependency
* fix: add index.ts file
* fix(select): clean up
* fix(select): some refactor
* fix(select): some update
* fix(select): fix all test cases
Co-authored-by: helen <yinhelen.hlj@qq.com>
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
Co-authored-by: 286506460 <286506460@qq.com>
Co-authored-by: helen <yinhelen.hlj@qq.com>
2020-10-03 20:13:19 +08:00
Herrington Darkholme
ff4d4d89da
Feat/select ( #381 )
...
* fix: resove conflict
* feat: select basic usage
* feat: select basic usage
* feat: select feature create item
* fix: fix option data insert
* refactor: select
* fix: fix parse error
* feat: select test
* fix: select add popper
* fix: update select option
* fix: add select dependency
* fix: add index.ts file
* fix(select): clean up
* fix(select): some refactor
* fix(select): some update
* fix(select): fix all test cases
Co-authored-by: helen <yinhelen.hlj@qq.com>
2020-10-03 19:07:02 +08:00
Herrington Darkholme
62f1135768
Feat/form ( #342 )
...
* feat(form): add form component
fix #125
* test(form): add test code
* docs(form): add form doc
* feat: add uitls merge
* fix(form): fix style
* test(form): add form test code
* refactor(form): review changes
* test(form): use idiomatic vue-test-util methods
* feat(core): bump vue version
* feat(form): rewrite label wrap
* feat(form): fix tons of bugs
* fix(form): reuse ts extension
* refactor(form): move out label width computation
* fix(form): fix tons of bugs
* fix(form): test
Co-authored-by: 286506460 <286506460@qq.com>
2020-10-03 16:02:53 +08:00
Caaalabash
128436214e
fix(tree): replace keyCode ( #369 )
...
* fix(tree): replace keyCode
* fix: loop error
2020-09-30 10:50:39 +08:00
jeremywu
85d750162e
chore: Create play.vue ( #372 )
...
* Create play.vue
creating template play.vue
* Rename play.vue to index.vue
2020-09-30 10:50:28 +08:00
jeremywu
9f8a1a4b8d
fix(popper): fix popper popsitioning error ( #373 )
2020-09-29 21:14:17 +08:00
jeremywu
8f3c7cf07b
fix(core): Remove website/play/index.vue out of commit scope
2020-09-29 17:11:08 +08:00
plantainX
bcaf4376a7
fix(build): externalize vue dependency as Vue ( #370 )
2020-09-29 16:56:11 +08:00
jeremywu
55d368ccbe
fix: making use popper universal ( #371 )
...
* staging work
* refactor(popper): making usePopper portable
2020-09-29 16:44:48 +08:00
bastarder
c9d6aec329
fix(element-plus): fix doc highlight bug ( #365 )
2020-09-28 16:09:10 +08:00
Enguerrand des Vaux
5144ea3a03
chore: chqnge it to the codesandbox icon
2020-09-28 10:15:46 +08:00
Enguerrand des Vaux
c378f60815
chore: minor change
2020-09-28 10:15:46 +08:00
Enguerrand des Vaux
60968dccba
chore: remove extra title
2020-09-28 10:15:46 +08:00
Enguerrand des Vaux
07cf69502f
Add Code Sandbox template link
...
This can help to have reproduction repository and experiment features in Alpha
2020-09-28 10:15:46 +08:00
zazzaz
3b7369473c
1.0.1-alpha.3
2020-09-27 13:32:43 +08:00
jeremywu
cce1b5a252
feat(upload): upload component ( #168 )
...
* feat(upload): upload component
* bump version
* fix(upload): fix typo & doc
\
Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2020-09-27 12:10:36 +08:00
bastarder
12814a868a
feat(tree): tree component optimize code
2020-09-27 11:33:31 +08:00
bastarder
567da19429
feat(tree): tree component
2020-09-27 11:33:31 +08:00
shlroland
4b7f671774
fix(dialog): fix closeDelay ( #357 )
...
issue #352
fix #352
2020-09-27 11:30:04 +08:00
hangzou
cecf4afdfc
fix(dropdown): fix dynamic default slot render error ( #354 )
2020-09-27 10:28:08 +08:00
zazzaz
5ed705667f
chore: update
2020-09-25 18:26:21 +08:00
zazzaz
c2275aae30
fix: use new popper syntax to fix time-picker
2020-09-25 18:26:21 +08:00
zazzaz
8f9d488a0c
fix: fix return property should not start "_"
...
fix #350
2020-09-25 17:28:22 +08:00
zazzaz
a5611000da
fix: el-input add mouseenter mouseleave event ( #349 )
2020-09-25 16:02:28 +08:00
zazzaz
4263299c74
chore: update
2020-09-24 20:00:48 +08:00
zazzaz
5e499b0196
build: update website build
2020-09-24 20:00:48 +08:00
zouhang
5000056c4e
feat: add jsx support for test case
2020-09-24 17:36:44 +08:00
Simona
df2f990fc8
test(infinite-scroll): fix test failure above node 12 ( #345 )
2020-09-24 15:05:19 +08:00
jeremywu
7999433dd4
chore(core): deprecate storybook ( #343 )
2020-09-23 20:18:11 +08:00
jeremywu
fc308b7b4c
fix(core): remove unused files ( #341 )
2020-09-23 17:42:33 +08:00
shlroland
f90dbdeaaf
fix: change the value of version from 'indenpendent' to 'independent' ( #338 )
2020-09-23 09:18:41 +08:00
Caaalabash
612847e9d0
refactor(project): replace keyCode ( #337 )
2020-09-22 21:01:10 +08:00
jeremywu
913b6fc9f2
fix(popper): fix popper styling bug/adding transition events ( #334 )
...
* ammend
* fix judgement
2020-09-22 13:02:05 +08:00
刘鹏龙
4fc0708389
fix: carousel style ( #328 )
2020-09-21 15:25:54 +08:00
Simona
e1add47603
feat(hooks): add useAttrs hook ( #317 )
...
* feat(hooks): add useAttrs hook
* feat(hooks): undo binding class and style automatically
* test: remove unused import statement
2020-09-19 20:44:07 +08:00
zazzaz
5249b03bfb
feat: init type
2020-09-19 18:09:27 +08:00
Herrington Darkholme
f8da703a9a
feat: bump vue version ( #330 )
...
* feat(core): bump vue version
* fix(steps): remove the usage of setupState
2020-09-19 15:38:36 +08:00
Lu
31d6a601a5
Feature/drawer ( #248 )
...
* feat(drawer): feature is done without test
* test(drawer): add unit test for drawer and fix drawer style
* fix(drawer): lint error for revert eslintrc
* feat(drawer): optimize appendtobody by use built-in teleport
* fix(drawer): resolve some review conservation
* fix(drawer): resolve nest drawer & use v-model for default visible prop
Co-authored-by: luxueyan <luxueyan@kaitongamc.com>
2020-09-18 16:37:18 +08:00
zazzaz
a900e375f2
chore: update readme ( #325 )
2020-09-18 16:15:30 +08:00
zazzaz
4f68443ac0
Fix/update website ( #322 )
...
* 1.0.1-alpha.2
* chore: update website logo
* chore: update website logo
2020-09-18 14:27:03 +08:00