Commit Graph

188 Commits

Author SHA1 Message Date
tanjinzhou
5a94354e73 bump 1.4.1 2019-10-17 19:27:45 +08:00
tanjinzhou
4218f19021 bump 1.4.0 2019-10-14 17:00:59 +08:00
tangjinzhou
d18944d8eb
Merge branch 'master' into feat-1.4.0 2019-10-08 18:25:44 +08:00
tangjinzhou
0fb52376a9 bump 1.3.17 2019-09-29 21:16:22 +08:00
tangjinzhou
4cd44aea3d style: format code 2019-09-28 20:45:07 +08:00
tangjinzhou
d419f9c0d9 style: update prettier 2019-09-28 19:20:26 +08:00
tangjinzhou
a3ab0c26f2 Merge remote-tracking branch 'origin/master' into feat-1.4.0
# Conflicts:
#	components/vc-form/src/createBaseForm.jsx
2019-09-23 20:54:44 +08:00
tanjinzhou
927a0a6c81 cr cxxx- exxx 2019-09-10 18:57:08 +08:00
tanjinzhou
ae905df339 bump 1.3.17-beta.1 2019-08-30 14:43:21 +08:00
tangjinzhou
18005cc97c update package.json 2019-08-25 22:12:00 +08:00
tangjinzhou
d459b20b20 bump 1.3.16 2019-08-25 21:56:51 +08:00
tanjinzhou
53e73ab6f8 bump 1.3.15 2019-08-17 17:39:55 +08:00
tangjinzhou
4d1a4c9d33 fix: form validator number error #1090 2019-08-15 22:14:59 +08:00
tanjinzhou
3b1e49fc3b bump 1.3.14 2019-08-12 20:38:50 +08:00
tanjinzhou
80ebc2840a fix: cannot find module node-emoji #997 2019-07-24 19:23:47 +08:00
tanjinzhou
c8d80d0cc8 bump 1.3.13 2019-07-22 12:39:29 +08:00
tanjinzhou
8352df87a3 bump 3.1.12 2019-07-22 11:56:13 +08:00
tanjinzhou
2ba8c2b1a8 bump 1.3.11 2019-07-22 11:03:16 +08:00
tangjinzhou
ecf7c8b42c fix: update icon focusable="false" #924 2019-07-07 21:27:16 +08:00
tanjinzhou
57a9eafcc6 site update & icons update 2019-07-04 18:28:27 +08:00
tangjinzhou
ba42f255e5 bump 1.3.10 2019-06-11 21:51:08 +08:00
tangjinzhou
1234627881 bump 1.3.9 2019-05-26 15:58:51 +08:00
tangjinzhou
2b1039f6be bump 1.3.8 2019-04-04 23:42:38 +08:00
tangjinzhou
e10d2edf0a bump 1.3.7 2019-03-18 10:35:47 +08:00
tangjinzhou
5c7a79fff7 bump 1.3.6 2019-03-17 14:42:59 +08:00
tangjinzhou
b1465635e9 bump 1.3.5 2019-02-23 19:00:40 +08:00
tangjinzhou
5db345b248 docs: add netlify.toml and update site-dist to _site 2019-02-23 12:12:44 +08:00
tangjinzhou
4fb1165a7d update site 2019-02-16 17:45:34 +08:00
tangjinzhou
7ddc17b3bd docs: add form vuex demo close #465 2019-02-11 22:22:15 +08:00
tangjinzhou
55a8dca9e7 style: update lint and format code 2019-02-01 17:23:00 +08:00
tangjinzhou
a9f7963c0c bump 1.3.4 2019-01-31 17:37:01 +08:00
tangjinzhou
f516fdaaae update site 2019-01-27 11:43:55 +08:00
tangjinzhou
6be6034fc8 update site 2019-01-26 18:12:49 +08:00
tangjinzhou
9fbab5ddb8 bump 1.3.3 2019-01-26 16:06:26 +08:00
tangjinzhou
d0ae9ccaeb docs: update icon doc 2019-01-23 12:43:45 +08:00
tangjinzhou
c351cba0e7
update webpack to 4.x (#425)
* update webpack to 4.x
2019-01-20 21:13:55 +08:00
tangjinzhou
466ea96f86 bump 1.3.2 2019-01-17 12:02:51 +08:00
tangjinzhou
0f7d77830a bump 1.3.1 2019-01-15 10:14:36 +08:00
tangjinzhou
c924f4ca82 perf: form 2019-01-14 22:42:04 +08:00
tangjinzhou
1a6ba14d59 bump 1.3.0 2019-01-12 18:01:02 +08:00
tangjinzhou
074aaafea9 docs: update docs 2019-01-12 17:19:57 +08:00
tangjinzhou
ffb2a593b1 style: lint add semi and prettier 2019-01-12 12:46:29 +08:00
tangjinzhou
6f15a470eb feat: update vc-menu vc-select 2019-01-08 23:03:13 +08:00
tangjinzhou
1fb3ce30d2 Merge branch 'master' into feat-1.3.0
# Conflicts:
#	components/table/__tests__/__snapshots__/Table.test.js.snap
2019-01-07 21:10:25 +08:00
tangjinzhou
0e36ee1e41 bump 1.2.5 2019-01-06 21:22:10 +08:00
tangjinzhou
0178c35de9 perf: input icon grid 2019-01-03 20:51:56 +08:00
tangjinzhou
27880b0110 feat: optimize the display of the button icon 2019-01-03 13:06:27 +08:00
Akshay Jat
0e499ee908 feat: typescript support (#359)
* feat: typescript support

Added typing files for better support in Typescript

* feat: typescript support

Adding declare keywords left in last commit

* feat: typescript support

Added support to add Ant Design globally (Vue.use(Antd))

* feat: typescript support

Fix wrong import file

* fix: typescript support

changed aobject[] to object[]

* feat: typescript support

Removed Library version from comments & corrected few incorrect types

* fix: typescript support

Tree : xxxKeys should support number[]

* fix: typescript support

table: updated return type for customXXX

* fix: typescript support

Fix spelling mistake (plcement => placement)
2019-01-01 12:13:51 +08:00
tangjinzhou
5ff56d033b bump 1.2.4 2018-12-29 22:08:44 +08:00
tangjinzhou
6587ced474 bump 1.2.3 2018-12-25 12:07:05 +08:00