Commit Graph

50 Commits (0466a39b5a8d9bdc35a1a257f3f9d0e82d6e0024)

Author SHA1 Message Date
tangjinzhou 741897be67 feat: custom component support tooltip 2020-05-14 22:30:46 +08:00
tangjinzhou 73bef787cd
Feat 1.5.0 (#1853)
* feat: add Result component

* fix: update md template tag html>tpl
- fix `result` typo
- update jest `result` snapshots

* refactor: svg file to functional component icon
- update jest snapshot

* feat: add result

* Feat descriptions (#1251)

* feat: add descriptions

* fix: add descriptions types and fix docs

* fix: lint change code

* fix: demo warning

* fix: update demo, snapshot and remove classnames

* test: add descriptions test

* fix: descriptions demo (#1498)

* feat: add page header (#1250)

* feat: add page-header component

* update site: page-header

* ts definition update: page-header

* get page-header props with getComponentFromProp func

* optimize page-header

* doc: add page-header actions.md responsive.md

* breadcrumb itemRender add pure function support

* style: format code

* feat: update style to 3.23.6 from 2.13.6

* feat: update style to 3.26.8 from 3.23.6

* chore: update util

* chore: update util

* feat: update affix

* feat: update alert

* feat: update anchor

* feat: update auto-complete

* feat: update avatar

* feat: update back-top

* feat: update badge

* feat: update button

* feat: update breadcrumb

* feat: update ts

* docs: update doc

* feat: update calendat

* feat: update card

* feat: update carousel

* feat: update carousel

* feat: update checkbox

* feat: update comment

* feat: update config-provider

* docs: update doc

* feat: update collapse

* feat: update locale

* feat: update date-picker

* feat: update divider

* feat: update drawer

* feat: update dropdown

* feat: update rc-trigger

* feat: update dropdown

* feat: update empty

* test: add empty test

* feat: update form

* feat: update form

* feat: update spin

* feat: update grid

* docs: update grid doc

* feat: update icon

* feat: update slider

* feat: update textarea

* feat: update input-number

* feat: update layout

* feat: update list

* feat: update menu

* feat: meaage add key for update content

* feat: modal add closeIcon support

* feat: update notification

* feat: add pagination disabled support

* feat: popconfirm add disabled support

* test: update popover

* feat: progress support custom line-gradiend

* feat: update radio

* test: update radio test

* docs: update rate demo

* feat: skeleton add avatar support number type

* test: add switch test

* test: update statistic test

* fix: input clear icon event

* feat: steps add type、 v-model、subTitle

* feat: delete typography component

* feat: delete Typography style

* perf: update select

* feat: add download transformFile previewFile actio

* docs: update upload

* feat: update  tree-select

* docs: update tree-select

* feat: tree add blockNode selectable

* docs: add tree demo

* test: update snap

* docs: updatedoc

* feat: update tag

* docs: update ad doc

* feat: update tooltip

* feat: update timeline

* feat: time-picker add clearIcon

* docs: update tabs

* feat: transfer support custom children

* test: update transfer test

* feat: update table

* test: update table test

* test: update test

* feat: calendar update locale

* test: update test snap

* feat: add mentions (#1790)

* feat: mentions style

* feat: theme default

* feat: add mentions component

* feat: mentions API

* feat: add unit test for mentions

* feat: update mentions demo

* perf: model and inheritAttrs for mentions

* perf: use getComponentFromProp instead of this.$props

* perf: mentions rm defaultProps

* feat: rm rows in mentionsProps

* fix: mentions keyDown didn't work

* docs: update mentions api

* perf: mentions code

* feat: update mentions

* bump 1.5.0-alpha.1

* feat: pageheader add ghost prop

* docs: update descriptions demo

* chore: page-header add ghost type

* fix: color error

* feat: update to 3.26.12

* fix: some prop default value

* fix(typo): form, carousel, upload. duplicate identifier (#1848)

* Add Mentions Type (#1845)

* feat: add mentions type

* feat: add mentions in ant-design-vue.d.ts

* docs: update doc

* docs: add changelog

* fix: mentions getPopupCotainer value (#1850)

* docs: update doc

* docs: uptate demo

* docs: update demo

* docs: delete demo

* docs: delete doc

* test: update snapshots

* style: format code

* chore: update travis

* docs: update demo

Co-authored-by: Sendya <18x@loacg.com>
Co-authored-by: zkwolf <chenhao5866@gmail.com>
Co-authored-by: drafish <xwlyy1991@163.com>
Co-authored-by: Amour1688 <31695475+Amour1688@users.noreply.github.com>
2020-03-07 19:45:13 +08:00
tangjinzhou 594dc07dff perf: update listeners 2020-01-18 21:34:23 +08:00
tangjinzhou 3cb68f5ec6 perf: table rerender #1705 2020-01-18 16:14:42 +08:00
tanjinzhou 041839b901 fix: throw error when use slot at template 2019-10-22 12:45:30 +08:00
zkwolf 598f41f098 fix: get slot bug (#1256) 2019-10-09 19:07:35 +08:00
zkwolf 495db37086 fix: Select OptGroup title slot bug (#1236)
* fix: Select OptGroup title slot bug

* test: update snapshot
2019-09-29 18:24:15 +08:00
tanjinzhou c015c8d34c cr pxxx to sxxx and tree 2019-09-18 20:03:13 +08:00
wangxueliang f66fae47e3 feat: merge master 2019-08-08 19:02:54 +08:00
tangjinzhou f5d1fa6a9f fix: support v-slot #1058 2019-08-07 21:56:30 +08:00
tangjinzhou 4df4424570 perf: update to vue 2.6.x 2019-02-13 22:11:27 +08:00
tangjinzhou 55a8dca9e7 style: update lint and format code 2019-02-01 17:23:00 +08:00
tangjinzhou ffb2a593b1 style: lint add semi and prettier 2019-01-12 12:46:29 +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 b87d722143 fix: support staticClass and dynamic class #371 2019-01-06 21:14:14 +08:00
tangjinzhou fc206c7e55 chore: fix isValidElement 2019-01-06 18:28:16 +08:00
tangjinzhou bbc6c29e69 feat: table sortTitle opt 2019-01-06 18:11:50 +08:00
tangjinzhou 435b8a19e6 feat: update vc-select 2019-01-04 23:00:09 +08:00
tangjinzhou ae1f924c70 fix: support for array type `class` #322 2018-12-19 22:57:56 +08:00
tangjinzhou 0bb79c27a6 feat: update popconfirm and tooltip 2018-12-10 21:44:14 +08:00
tangjinzhou f692f191f6 feat: update time-picker modal locale-provider 2018-12-09 17:34:27 +08:00
tangjinzhou 7aa46bbdf8 Merge branch 'master' into feat-3.10.3
# Conflicts:
#	components/form/__tests__/__snapshots__/demo.test.js.snap
#	components/timeline/__tests__/__snapshots__/demo.test.js.snap
2018-12-08 09:35:55 +08:00
tangjinzhou f4f5fef450
1.1.10 (#291)
* feat: update form

* docs: update form demo

* fix: update vue-ref to 1.0.3 & update form demo

* feat: update form demo

* feat: update form demo

* docs: add 1.1.10 changelog
2018-12-07 21:27:47 +08:00
tangjinzhou 2cce6a5f55 feat: update vc-menu to 7.4.19 2018-11-05 21:03:25 +08:00
tangjinzhou 7cd4f39756 feat: add tree-select 2018-07-11 17:51:20 +08:00
tjz 532b1d0c48 test: add list test & update spin 2018-06-16 22:57:11 +08:00
tjz 90f5c8a9a9 feat: add list component 2018-06-16 21:30:41 +08:00
tjz 3837493567 chore: fix getProps bug 2018-05-06 21:50:05 +08:00
tjz d1f017954e feat: add form 2018-05-05 17:00:51 +08:00
tangjinzhou a3c1d235a1 fix 2018-03-30 10:25:34 +08:00
tangjinzhou b2d5503768 done vc-table 2018-03-29 18:18:41 +08:00
tjz 0c2ff441a7 fix vc-table 2018-03-25 22:23:04 +08:00
tangjinzhou 3a51f27e43 add logo and update vc-XXX 2018-03-22 17:23:51 +08:00
tjz 8aa92d4b48 add date-picker demo 2018-03-17 21:38:29 +08:00
tjz df32966897 add vc-calendar demo 2018-03-12 22:13:59 +08:00
tjz 2fd9588afc add vc-calendar 2018-03-11 21:28:13 +08:00
wangxueliang 30218db8c1 add steps demo 2018-03-10 20:46:57 +08:00
tangjinzhou f0a9c28ebc update grid 2018-03-08 13:55:49 +08:00
tjz 816fe56d5f add modal doc and alert 2018-03-07 21:36:15 +08:00
tjz fab5c432ca add modal confirm 2018-03-06 22:53:32 +08:00
tangjinzhou 61e9675608 add modal 2018-03-06 19:14:41 +08:00
tjz 6e8b5b9a20 add cascader 2018-03-03 19:14:03 +08:00
tangjinzhou 72102ede33 fix 2018-03-01 19:09:45 +08:00
tjz 0eb2ba5864 update 2018-02-24 18:12:24 +08:00
tangjinzhou fcb3f8c5f0 add select demo 2018-02-12 18:10:51 +08:00
tjz eaaa0a1bab fix select 2018-02-07 23:03:47 +08:00
tangjinzhou ce7f9850dd add select 2018-02-07 18:56:58 +08:00
tangjinzhou d9c893edb5 fix 2018-01-18 10:43:39 +08:00
tangjinzhou 5d4f905a2f add popconfirm 2018-01-12 19:04:42 +08:00
tangjinzhou 728e26548f add popover 2018-01-12 16:10:41 +08:00