Commit Graph
68 Commits
Author SHA1 Message Date
chenjiahan a1aed76a48 Merge branch '2.x' into dev 2020-11-14 14:36:14 +08:00
chenjiahan 98c553de29 test(NavBar): update test cases 2020-11-14 07:06:21 +08:00
chenjiahan 2550ac9111 chore: rename scopedSlots to slots in legacy cases 2020-11-14 06:47:08 +08:00
chenjiahan e627805746 test: replace propsData with props 2020-11-13 23:33:15 +08:00
SunandGitHub 8b7d6d5d2d fix(NavBar): safe-area-inset-top css incorrect (#7535) 2020-11-10 21:43:07 +08:00
SunandGitHub c5124c2f6a fix(NavBar): safe-area-inset-top css incorrect (#7534) 2020-11-10 21:43:03 +08:00
neverlandandGitHub 7ed8c42853 docs(NavBar): add safe-area-inset-top link (#7527) 2020-11-09 21:15:07 +08:00
chenjiahan 24c4896a11 test: enable all demo snapshots 2020-11-08 20:30:51 +08:00
chenjiahan fffb9b3d5d test: fix wrapper snapshot usage 2020-11-08 20:03:39 +08:00
chenjiahan f85ebfb222 Merge branch '2.x' into dev 2020-11-08 17:02:26 +08:00
neverlandandGitHub 2bf7a6cde6 test(NavBar): fix demo snapshot (#7517) 2020-11-08 16:38:26 +08:00
neverlandandGitHub d59a17c5e1 fix(NavBar): text vertical align (#7515) 2020-11-08 16:22:03 +08:00
chenjiahanandneverland e7d9cae593 test(NavBar): improve test cases name 2020-11-08 16:19:18 +08:00
chenjiahanandneverland be25a478df feat(NavBar): add safe-area-inset-top prop 2020-11-08 16:19:18 +08:00
chenjiahan c60b899c42 Merge branch '2.x' into dev 2020-11-01 20:52:07 +08:00
chenjiahan 7e1ad5dbd5 style: no longer need icon min-width 2020-11-01 20:50:32 +08:00
chenjiahan e8244c44e1 docs: remove demo-section 2020-10-22 16:44:19 +08:00
chenjiahan b5cd336bb8 Merge branch 'dev' into next 2020-10-22 16:10:38 +08:00
CallumandGitHub 3664659240 fix(NavBar): Component renders blank left/right. (#7376) 2020-10-22 11:56:17 +08:00
chenjiahan a370779102 chore: rename all legacy snapshot 2020-10-13 17:00:52 +08:00
chenjiahan f2b6f3d4d1 chore: rename all legacy test cases 2020-10-13 16:56:11 +08:00
chenjiahan dffa11959a chore(NavBar): use tsx 2020-10-09 20:51:55 +08:00
chenjiahan c2d5a18f59 Merge branch 'dev' into next 2020-09-28 11:46:26 +08:00
chenjiahan a5dbcf9638 docs: add period at the end of sentence 2020-09-27 21:02:52 +08:00
chenjiahan c1e9323f95 feat: add usePlaceholder 2020-09-04 15:46:32 +08:00
chenjiahan f843e6def9 refactor(Tabbar): refactor with composition api 2020-08-28 15:19:16 +08:00
chenjiahan c720eea831 fix(Image): loading placeholder not work 2020-08-26 16:24:02 +08:00
chenjiahan 2ec101f07b chore: rename api folder to composition 2020-08-26 15:32:30 +08:00
chenjiahan 216d326158 feat: add useRect 2020-08-26 15:24:50 +08:00
chenjiahan e3a59afb07 chore: format ref name 2020-08-26 11:49:35 +08:00
chenjiahan 326c345c91 chore(Area): remove unnecessary ref 2020-08-26 11:23:42 +08:00
chenjiahan 796ddca896 refactor(NavBar): refactor with composition api 2020-08-25 14:29:19 +08:00
chenjiahan d42b1b43c3 docs: update component registration guide 2020-08-20 23:32:07 +08:00
chenjiahan 0304fcb6fa chore: merge src and src-next 2020-07-15 20:02:00 +08:00
chenjiahan 7effb7cf6c style(NavBar): improve text size adjust 2020-05-04 17:31:32 +08:00
chenjiahan d23cae2b20 Revert "style(NavBar): left & right part align to bottom (#6147)"
This reverts commit 5b285a988a.
2020-04-28 17:03:49 +08:00
neverlandandGitHub 5b285a988a style(NavBar): left & right part align to bottom (#6147) 2020-04-27 16:17:12 +08:00
chenjiahanandneverland 7f84f8a487 docs: prettier all markdown files 2020-04-11 09:17:33 +08:00
neverlandandGitHub 02e67fdd47 feat(Tabbar): add placeholder prop (#5979) 2020-04-01 20:41:04 +08:00
neverlandandGitHub 2dc029f20b feat(NavBar): improve active feedback (#5949) 2020-03-30 17:49:17 +08:00
neverlandandGitHub d9ab305c96 fix(NavBar): icon align center (#5948) 2020-03-30 17:38:26 +08:00
chenjiahan 80837e9a91 docs(changelog): 2.5.9-beta.0 2020-03-29 07:20:08 +08:00
neverlandandGitHub ed28f808b2 feat(NavBar): add placeholder prop (#5938) 2020-03-28 16:19:25 +08:00
chenjiahan d8fa4b9495 docs: simplify $t to t 2020-03-21 14:46:02 +08:00
lmx-HexagramandGitHub f36961fe29 docs: change slot to # (#5858)
* docs(SwipeCell): change "slot" to "v-slot"

* docs(SwipeCell): change `v-slot` to`#`

* docs(cell): change `slot` to `#`

* docs(checkbox): change `slot` to `v-slot`

* docs(field): change `slot` to `v-slot`

* docs(checkbox): remove wrong comment

* docs(radio): change `slot` to `#`

* docs(search): change `slot` to `#`

* docs(slider): change `slot` to `#`

* docs(switch): change `slot` to `#`

* docs(PullRefresh): change `slot` to `#`

* docs(collapse): change `slot` to `#`

* docs(panel): change `slot` to `#`

* docs(swipe): change `slot` to `#`

* docs(navbar): change `slot` to `#`

* docs(tab): change `slot` to `#`

* docs(tabber): change `slot` to `#`

* docs(TreeSelect): change `slot` to `#`

* docs(card): change `slot` to `#`

* docs(submitBar): change `slot` to `#`

* docs(sku): change `slot` to `#` unsure

* docs(cell): delete waste blank line

* docs(panel): fix indentation

* docs(PullRefresh): change "count" to "Refresh Count"

* docs(radio): delete waste blank line

* docs(search): move props above the event

* docs(submitBar): delete waste `<span>`

* docs(swipCell): delete waste blank line

* docs(tabbar): merge `<img>` into one line
2020-03-20 14:12:00 +08:00
陈嘉涵 c6f424baa7 docs: update numeric type 2020-01-29 10:11:09 +08:00
陈嘉涵 8a679079fb feat: allow string type z-index 2020-01-28 21:34:16 +08:00
陈嘉涵 a2d870ad8e feat(NavBar): add @nav-bar-z-index less var 2020-01-28 11:49:13 +08:00
陈嘉涵 bb53c3c758 chore: sort imports 2020-01-19 19:29:30 +08:00
陈嘉涵 f7c5f994dd chore: prettier all tsx codes 2020-01-19 17:22:33 +08:00