zazzaz
5fcd416cfb
feat: add Layout component ( #50 )
...
* feat: add row component
* feat: add col
* test: update test
* refactor: rename to layout
* chore: update
2020-07-31 18:20:03 +08:00
bastarder
55afacad18
feat(time-line): add time-line component
...
fix #56
2020-07-30 21:28:35 +08:00
JeremyWuuuuu
619dedb73e
Address PR comments
2020-07-30 11:14:28 +08:00
JeremyWuuuuu
f84907ca3c
feat/card
...
- add new component card and it's tests, docs
2020-07-30 11:14:28 +08:00
HerringtonDarkholme
1206c6c181
fix(other): fix test utils method
2020-07-29 21:23:02 +08:00
Caaalabash
eb9e7f77bd
test: change test string
2020-07-29 20:39:54 +08:00
Caaalabash
c1c4121014
fix: type & vue3
2020-07-29 20:39:54 +08:00
Caaalabash
7ede28cbe5
test: divider test update
2020-07-29 20:39:54 +08:00
Caaalabash
77856770d3
feat: el-divider
2020-07-29 20:39:54 +08:00
JeremyWuuuuu
44b641c4a7
fix(project):fix gc.sh generating wrong format templates
...
fix(utils):fix utils linting issues
2020-07-29 15:23:55 +08:00
jeremywu
bde4eb190d
Migrate utilities
2020-07-29 11:44:12 +08:00
JeremyWuuuuu
285c3378cc
feat/migrate-utilities
...
- [WIP] migrate utility methods.
2020-07-29 11:44:12 +08:00
JeremyWuuuuu
8e1aa58c1f
- migrate finished
...
- add aria.util test file
2020-07-29 11:44:12 +08:00
jeremywu
3bdc7a8496
Migrate utilities
2020-07-29 11:44:12 +08:00
JeremyWuuuuu
5b98819a85
feat/migrate-utilities
...
- [WIP] migrate utility methods.
2020-07-29 11:44:12 +08:00
HerringtonDarkholme
a9b8c37614
fix(docs): correct import defineComponent
2020-07-28 19:20:51 +08:00
zazzaz
2c80f15a81
style: update es-lint check
2020-07-28 13:59:49 +08:00
jeremywu
3a917bb228
chore/fix-linter-complains
...
- Fix type linting complains for serveral files
2020-07-28 11:26:41 +08:00
zazzaz
5cf4b14153
test: test update
2020-07-27 21:46:33 +08:00
zazzaz
9910afa7fc
test: add
2020-07-27 21:46:33 +08:00
zazzaz
12abae4b08
test: add button test
2020-07-27 21:46:33 +08:00
Hanx
4e5b229308
Chore/eslint ( #34 )
...
* chore: add eslint support & some fixes
* chore: eslint basic support rules & some fixes; ignore yarn-error
2020-07-27 16:17:41 +08:00
bastarder
67c592c9ce
Feature/tag ( #35 )
...
* feat: add tag component
* feat: perfect tag test case
* feat: rename instance -> wrapper
* feat: el-tag resolve conversation
* Fix: instance -> wrapper & dependencies
Co-authored-by: bastarder <jie.qian@blockheaders.com>
2020-07-27 16:17:23 +08:00
bastarder
a26ab382e6
feat: el-tag resolve conversation
2020-07-27 13:27:01 +08:00
bastarder
1b3eadfd43
feat: rename instance -> wrapper
2020-07-27 13:27:01 +08:00
bastarder
ef8ae2efe0
feat: perfect tag test case
2020-07-27 13:27:01 +08:00
bastarder
4ee1c8b078
feat: add tag component
2020-07-27 13:27:01 +08:00
HerringtonDarkholme
09e0a05c19
fix(core): remove test code in test
2020-07-26 14:10:42 +08:00
Herrington Darkholme
7f82633322
feat: add story source
2020-07-26 14:10:42 +08:00
Herrington Darkholme
cb0b012fac
feat: support re-export story from vue
2020-07-26 14:10:42 +08:00
Herrington Darkholme
fcba294463
fix: update test cases
2020-07-26 14:10:42 +08:00
Herrington Darkholme
00d0608d52
feat: add global components registry
2020-07-25 12:25:38 +08:00
Herrington Darkholme
2739b514da
feat: add badge component
2020-07-24 22:22:21 +08:00
Herrington Darkholme
e2f7173c0a
Merge branch 'dev' of github.com:element-plus/element-plus into feat/test
2020-07-24 20:23:14 +08:00
Herrington Darkholme
0c2c8ea3f2
Merge pull request #22 from element-plus/feat/storybook
...
feat/add-storybook
2020-07-24 19:49:16 +08:00
JeremyWuuuuu
b0984b0cbb
- Restore doc folder
2020-07-24 19:44:48 +08:00
Herrington Darkholme
bf022e3862
feat: add tests dir to template
2020-07-24 19:28:18 +08:00
JeremyWuuuuu
63a6664a06
feat/add-storybook
...
- Add story book for component previewing
- Add custom preview method for renderering Vue3 Component
- Modify scripts for storybook boilerplate
- Add documentation in README for booting and previewing project
feat/storybook
- Add story book for component previewing
- Add custom preview method for renderering Vue3 Component
- Modify scripts for storybook boilerplate
- Add documentation in README for booting and previewing project
2020-07-24 19:20:37 +08:00
Herrington Darkholme
1ae9f46357
feat: move jest to rootdir
2020-07-24 18:58:15 +08:00
Herrington Darkholme
d24bbc9be9
Merge branch 'dev' of github.com:element-plus/element-plus into feat/test
2020-07-24 18:50:34 +08:00
Herrington Darkholme
f0c59af2be
feat: add the first test case
2020-07-24 17:26:08 +08:00
Herrington Darkholme
b42f434c1e
feat: add jest basic config
2020-07-24 16:44:56 +08:00
Herrington Darkholme
778113f2af
fix: add dependencies to peer
2020-07-24 15:15:28 +08:00
HerringtonDarkholme
8e642a845f
feat: add lerna basic config
2020-07-22 00:35:23 +08:00