Commit Graph

89 Commits

Author SHA1 Message Date
neverland 995ae8c300 [improvement] Field: add clear event (#1944) 2018-10-17 13:14:07 +08:00
陈嘉涵 5c05eb42cb [Doc] remove improvement component changelog 2018-10-12 20:32:21 +08:00
neverland f5e114cf08 [improvement] Cell: optimize border (#1902) 2018-10-09 11:47:28 +08:00
陈嘉涵 bc34d5048b [Doc] remove old changelog 2018-10-03 21:26:05 +08:00
陈嘉涵 ba7b9418c7 [changelog] 1.3.3 2018-09-23 15:54:03 +08:00
neverland efa264d612 [bugfix] Field: maxlength not work when type = number (#1839) 2018-09-20 21:15:52 +08:00
neverland bde9f5adb2 [Doc] add component changelog (#1816) 2018-09-17 15:10:07 +08:00
neverland ca91a1b498 [Improvement] Button: optimize loading (#1756) 2018-09-05 17:47:15 +08:00
neverland 377ea7af9e [Improvement] Coupon: upgrade style (#1636) 2018-08-16 19:58:37 +08:00
neverland 806df7802f [bugfix] Tabbar: change event (#1571) 2018-08-01 17:37:30 +08:00
neverland c0e9fd633a [Improvement] Icon: add size prop (#1555) 2018-07-30 17:01:07 +08:00
neverland b53b6c2be0 [bugfix] Icon: assets spelling (#1465) 2018-07-11 21:01:07 +08:00
SnowZhangXl 91f45ac61b bugfix] Search: trigger blur after click search button (#1448) 2018-07-10 21:23:07 +08:00
neverland 815464e965 [bugfix] Field: readonly in safari (#1399) 2018-07-04 13:23:31 +08:00
neverland 64a9b423eb [bugfix] Field: hide clear icon when readonly (#1395) 2018-07-04 01:01:48 +08:00
neverland 64b2ba989e [Improvement] Field label align (#1353) 2018-06-28 19:27:05 +08:00
neverland 9bc40153e5 [Improvement] Field: input text align (#1352) 2018-06-28 19:21:46 +08:00
neverland 77eddb7aa0 [Doc] Field: props doc (#1350) 2018-06-28 17:58:11 +08:00
neverland 7d97a2fd85 [Improvement] Field: add is-link prop (#1347) 2018-06-28 17:46:58 +08:00
neverland 83ab9b1917 bump vue-test-utils (#1338) 2018-06-27 11:56:14 +08:00
neverland 0a99da352e [Improvement] Field: support clearable (#1309) 2018-06-20 20:09:04 +08:00
neverland 409055195b [Improvement] Field: add blur method (#1264) 2018-06-11 20:08:14 +08:00
neverland 74aa001bb6 [Test] optimize async cases (#1232) 2018-06-06 20:13:24 +08:00
neverland a3579a88e4 [Improvement] Field: support v-model.number (#1221) 2018-06-04 20:08:50 +08:00
neverland 01e7934d19 [Improvement] upgrade to jest-serializer-vue@2.0 (#1215) 2018-06-01 18:04:16 +08:00
neverland 92c108e245 [Improvement] Slider: add test cases (#1192) 2018-05-30 14:57:14 +08:00
neverland 155930192b [Doc] Field: add left-icon demo (#1177) 2018-05-28 17:59:08 +08:00
neverland dd5d54ba0f [Doc] fix field wrong spelling (#1141) 2018-05-23 15:33:04 +08:00
neverland 178b188439 [Improvement] Field: add left-icon prop (#1092) 2018-05-17 18:03:41 +08:00
neverland e8aad7246c [Improvement] Reorganize document (#1066) 2018-05-15 10:39:01 +08:00
neverland a3c1e49eee [Improvement] Optimize demo test (#1053) 2018-05-12 16:08:09 +08:00
neverland 4de1e7da55 [Improvement] Reorganize demos (#1052) 2018-05-12 15:22:37 +08:00
neverland a55eda8891 [Improvement] Rebuild test system (#1051) 2018-05-12 14:04:32 +08:00
neverland 60e183f76d [Improvement] Field: add label slot (#1048) 2018-05-12 11:17:08 +08:00
neverland ba2f11138b [Improvement] optimize watcher (#1001) 2018-05-05 22:14:43 +08:00
neverland 6d4709cc71 [bugfix] Search: should not have cell border (#1000) 2018-05-05 21:52:32 +08:00
neverland b48ee8eece [Improvement] more component use bem mixin (#924) 2018-04-24 16:31:16 +08:00
neverland b206409b8c [bugfix] Field: allow negative number when type is number (#889) 2018-04-18 16:09:28 +08:00
neverland 5497eef5ef [Improvement] optimize find parent mixin (#781) 2018-03-26 21:20:00 +08:00
neverland 45859cf0a6 [Improvement] Field: add button slot (#772) 2018-03-25 22:12:24 +08:00
neverland 639ef64d96 [bugfix] module circular dependency (#728) 2018-03-19 20:49:35 +08:00
neverland c6a3896ce7 [Improvement] Switch: support custom size (#723) 2018-03-19 13:44:12 +08:00
neverland 326b2d4c51 [Improvement] Field: support autosize maxHeight & minHeight (#718) 2018-03-19 11:06:46 +08:00
neverland ffd72e5442 [Improvement] extract component common part (#703) 2018-03-16 17:10:46 +08:00
neverland ef01dd5321 [new feature] Field: add error-message prop (#492) 2017-12-29 14:48:19 +08:00
neverland 11c07eb007 [bugfix] Component should not inheritAttrs when use $attrs (#488) 2017-12-27 19:41:39 +08:00
neverland 508cdfc0c9 [Improvement] follow eslint-plugin-vue strongly-recommended code style (#482) 2017-12-26 10:34:38 +08:00
neverland e2ec1ecd13 [Improvement] Field: support native events (#421) 2017-12-12 20:54:32 +08:00
neverland 6f2b4c99da [Improvement] Support Vue.use to register a component (#401) 2017-12-11 20:41:19 +08:00
neverland 3208d1bb3d [Improvement] simplify inner tag name (#395) 2017-12-08 14:56:50 +08:00