Commit Graph
57 Commits
Author SHA1 Message Date
neverlandandGitHub 0698872285 fix(Calendar): rendering error when activated (#5978) 2020-04-01 20:27:32 +08:00
neverlandandGitHub afc3164364 feat(Tabbar): enable safe-area-inset-bottom by default when fixed (#5968) 2020-03-31 22:16:13 +08:00
JakeandGitHub fd5ec085f1 fix(Calendar): fix the default date of multiple selection type (#5907) 2020-03-25 13:57:45 +08:00
chenjiahan 1aef6fd076 fix(Calendar): incorret button native-type (#5873) 2020-03-20 14:13:56 +08:00
chenjiahan 0a3ed53187 feat(Calendar): add allow-same-day prop (#5688) 2020-03-17 19:37:12 +08:00
chenjiahan 885a9e6ac7 chore(Calendar): show first month title when subtitle is hidden 2020-03-09 23:08:15 +08:00
chenjiahan 17ecc980a7 feat(Calendar): add show-subtitle prop (#5779) 2020-03-09 20:55:20 +08:00
chenjiahan e575bb4bb1 feat(Calendar): add show-title prop (#5779) 2020-03-09 20:37:37 +08:00
chenjiahan 8b659a0a52 fix(Calendar): incorrect position when poppable is false (#5760) 2020-03-05 20:20:02 +08:00
chenjiahan 6d19ad590b feat(Calendar): add multiple type (#5705) 2020-03-03 21:02:00 +08:00
陈嘉涵 7cc887a20c fix(Calendar): scrollIntoView error when hidden (#5708) 2020-02-22 14:42:09 +08:00
陈嘉涵 a83082f599 feat(Calendar): add open、opened event 2020-02-20 19:52:55 +08:00
陈嘉涵 556f335cc2 feat(Calendar): add close、closed event 2020-02-20 19:39:34 +08:00
陈嘉涵 ffb0967274 fix(Calendar): add Math.floor to avoid decimal height issues (#5640) 2020-02-18 10:03:39 +08:00
陈嘉涵 407b7ded43 feat(Calendar): scroll to current month after reset 2020-02-17 14:35:56 +08:00
陈嘉涵 79d2c344f9 fix(Calendar): should not check range in single mode 2020-02-17 14:33:59 +08:00
陈嘉涵 f1a5097a2e feat(Calendar): scroll to currecnt month when default-date changed (#5664) 2020-02-17 14:28:40 +08:00
陈嘉涵 f507b99cb7 fix(Calendar): fix render issues in some devices (#5640) 2020-02-14 16:16:44 +08:00
陈嘉涵 e93fcb0603 fix(Calendar) should not submit form 2020-02-11 15:49:51 +08:00
陈嘉涵 086e910afd feat(Calendar): row-height、max-range can be string type 2020-01-28 21:43:07 +08:00
陈嘉涵 2b82dcc3dd feat(Calendar): add close-on-popstate prop 2020-01-21 22:52:00 +08:00
neverlandandGitHub 803727e2f9 feat(Calendar): add get-contaienr prop (#5609) 2020-01-20 16:43:47 +08:00
陈嘉涵 bb53c3c758 chore: sort imports 2020-01-19 19:29:30 +08:00
陈嘉涵 389d68884d chore: add trailingComma 2020-01-19 11:57:09 +08:00
陈嘉涵 c895bf1739 chore: improve watcher 2020-01-18 10:58:12 +08:00
陈嘉涵 b8a6b67975 chore(Calendar): add computed range 2020-01-15 19:35:46 +08:00
陈嘉涵 13bbd73141 test(Calendar): add max-range test case 2020-01-15 19:16:37 +08:00
陈嘉涵 ff09011e0e fix(Calendar): should show range prompt after select 2020-01-15 18:54:01 +08:00
KongYeandneverland 670b346963 feat(Calendar): add max-range、range-prompt prop (#5583) 2020-01-15 16:34:13 +08:00
neverlandandGitHub 2047db68d9 fix(Calendar): incorrect month title after auto scroll (#5569) 2020-01-14 10:52:39 +08:00
neverlandandGitHub c6489f4006 feat(Calendar): scroll to current month when show (#5526) 2020-01-09 16:22:40 +08:00
陈嘉涵andneverland 9cbcd93e57 feat(Calendar): add round prop 2019-12-28 12:06:52 +08:00
陈嘉涵andneverland 7fdc1b41fd feat(Calendar): add click-on-click-overlay prop 2019-12-28 12:06:52 +08:00
陈嘉涵andneverland 956800b95c feat(Calendar): add position prop 2019-12-28 12:06:52 +08:00
陈嘉涵andneverland 3250804791 feat(Calendar): add color prop 2019-12-27 18:01:51 +08:00
陈嘉涵andneverland dec732daac test(Calendar): add test cases 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 28f126e4ec feat(Calendar): add formatter prop 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 1f6cce692c feat(Calendar): add reset method 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 6d85fc0aac fix(Calendar): incorrect header month title 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland c1e8cb9146 feat(Calendar): add show-confirm prop、confirm event 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 39179c2336 feat(Calendar): add popable prop 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland f49c21a7ca feat(Calendar): add default-date prop and remove v-model 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland d9da405b95 fix(Calendar): row-height not work 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 51c4dc180b fix(Calendar): should update header title 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland bfb08c37cb feat(Calendar): lazy render 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 0b721fd87c feat(Calendar): add safe-area-inset-bottom prop、footer slot 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland f65f2cc6cf feat(Calendar): add show-mark prop 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland c9964d5759 chore(Calendar): code review 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland 0db1a03996 feat(Calendar): support select date range 2019-12-26 19:59:08 +08:00
陈嘉涵andneverland c447152be9 feat(Calendar): add select event 2019-12-26 19:59:08 +08:00