67 Commits

Author SHA1 Message Date
chenjiahan
6f4c8f1e5b Merge branch 'dev' into next 2020-08-15 07:01:52 +08:00
neverland
b6e42d2344
docs(Dialog): update demo (#7007) 2020-08-14 20:27:02 +08:00
chenjiahan
17c64b24e7 Merge branch 'dev' into next 2020-08-07 06:33:04 +08:00
rex
e0da17d8d9
fix(Dialog): incorrect padding with round-button theme (#6936)
* refactor(dialog): incorrect padding with round-button theme

* refactor(dialog): remove class name & combine style
2020-08-04 19:07:19 +08:00
neverland
d342fa3781
style(Dialog): fix round-button theme (#6934)
* style(Dialog): fix round-button theme

* style(Dialog): improve round-button theme
2020-08-04 16:37:00 +08:00
chenjiahan
c72927f404 chore(Dialog): rename round theme to round-button 2020-08-03 21:31:40 +08:00
rex
26c754e2f6
feat(Dialog): add new prop theme (#6921)
* feat(dialog): add new prop button-theme & change default confirm button text color

* test(dialog): update snapshot

* refactor(dialog): rename button-theme to theme

* refactor(dialog): add theme definition

* docs(dialog): add version tip & change default confirm-button-color
2020-08-03 21:02:14 +08:00
chenjiahan
49206598fc fix(Dialog): missing emits config 2020-07-26 16:54:15 +08:00
chenjiahan
040418dcd9 chore(Dialog): remove log 2020-07-26 16:37:40 +08:00
chenjiahan
f3ff931ebf feat: migrate Dialog component 2020-07-26 16:35:08 +08:00
chenjiahan
73d538be05 Merge branch 'dev' into next 2020-07-25 15:50:49 +08:00
neverland
0bae33de4c
feat(Dialog): enable close-on-popsate by default (#6873) 2020-07-25 14:56:45 +08:00
chenjiahan
0304fcb6fa chore: merge src and src-next 2020-07-15 20:02:00 +08:00
neverland
32b74da530
docs(Dialog): add allow-html prop (#6666) 2020-07-01 22:50:44 +08:00
neverland
9b0f23e2da
feat(Dialog): add allow-html prop (#6568) 2020-06-19 06:13:46 +08:00
neverland
e7082ca57a
docs(dialog): update description (#6442) 2020-06-02 22:31:52 +08:00
neverland
bb65c62b1e
fix(Button): text not align center in legacy safari (#6325) 2020-05-20 19:22:14 +08:00
neverland
456fc99017
feat(ImagePreview): support local registration (#6031) 2020-04-11 10:57:44 +08:00
chenjiahan
7f84f8a487 docs: prettier all markdown files 2020-04-11 09:17:33 +08:00
chenjiahan
2fb5cca49a chore: prettier source code 2020-04-02 15:36:02 +08:00
chenjiahan
d8fa4b9495 docs: simplify $t to t 2020-03-21 14:46:02 +08:00
陈嘉涵
a83082f599 feat(Calendar): add open、opened event 2020-02-20 19:52:55 +08:00
陈嘉涵
1917636b87 docs: improve hex readability 2020-01-29 15:50:28 +08:00
陈嘉涵
c6f424baa7 docs: update numeric type 2020-01-29 10:11:09 +08:00
陈嘉涵
3a4107ef49 docs: make document more compact 2020-01-19 19:52:46 +08:00
陈嘉涵
0bfbcf6ca9 chore: split jsx blocks 2020-01-19 17:36:22 +08:00
陈嘉涵
1e864a445f chore: prettier js codes 2020-01-19 17:02:01 +08:00
陈嘉涵
82208c42b8 chore: prettier all demos 2020-01-19 15:39:00 +08:00
陈嘉涵
389d68884d chore: add trailingComma 2020-01-19 11:57:09 +08:00
陈嘉涵
9bcfddc958 docs: add import when using Toast or Notify 2020-01-18 08:25:24 +08:00
陈嘉涵
e16239e426 docs: update version tag 2020-01-10 21:06:05 +08:00
neverland
8dea26db95
fix(ImagePreview): close event triggered twice (#5411) 2019-12-28 08:43:57 +08:00
neverland
602d3958b8
fix(Dialog): show not trigger close event when hidden (#5267) 2019-12-13 15:48:06 +08:00
neverland
27e2e9cb2e
docs: add demo link of get-container prop (#5080) 2019-11-22 11:08:39 +08:00
neverland
aee1091c5c
chore: adjust path of test utils (#4997) 2019-11-13 16:46:01 +08:00
neverland
432d86838a
docs(Dialog): add lazy-render prop (#4865) 2019-10-29 17:37:38 +08:00
neverland
9033a968ec
feat(Popup): add close-on-popstate prop (#4845) 2019-10-26 15:31:45 +08:00
neverland
cc162ecd7b
feat(Dialog): add width prop (#4687) 2019-10-11 10:13:33 +08:00
neverland
894e9aafcb
fix(Dialog): improve width and avoid text blurry (#4686) 2019-10-11 09:58:46 +08:00
neverland
4c268ec54c
feat(Dialog): add overlay-class prop (#4683) 2019-10-10 20:52:52 +08:00
neverland
34a652dc76
feat(Dialog): add overlay-style prop (#4682) 2019-10-10 20:49:43 +08:00
neverland
3e522d35e6
feat(Dialog): add transition prop (#4636) 2019-10-02 19:53:00 +08:00
neverland
c4713ad0c2
feat(Dialog): add opened、closed event (#4634) 2019-09-30 11:03:48 +08:00
neverland
02a81a1ac3
feat(Dialog): add open、close event (#4633) 2019-09-30 10:55:50 +08:00
neverland
76ac9f71d1
docs: update method table (#4511) 2019-09-20 10:26:54 +08:00
neverland
971b218873
feat(Popup): add close-icon-position prop (#4507) 2019-09-19 17:14:14 +08:00
neverland
68da81a51a
feat: improve word wrap (#4506) 2019-09-19 16:03:31 +08:00
neverland
b4371a52d4
perf: add transition-property (#4389) 2019-09-06 19:50:12 +08:00
neverland
6a0bef37ca
fix(Dialog): should reset loading when close (#4352) 2019-09-03 20:59:43 +08:00
neverland
ecbdc2bede
docs: type highlight (#4264) 2019-08-27 22:09:21 +08:00