tangjinzhou
72508d864b
Revert "fix: useMergedState is not updated in time ( #6402 )" ( #6421 )
...
This reverts commit 670ff3f857
.
2 years ago
siaikin
670ff3f857
fix: useMergedState is not updated in time ( #6402 )
...
Co-authored-by: siaikin <abc131054026@outlook.com>
2 years ago
M.Wang
8a0c8a8fb1
fix(vc-slick): #6100 - Fix content responsiveness in carousel component slot. ( #6149 )
...
* fix(vc-slick): #6100 - Fix content responsiveness in carousel component slot.
* feat(_util) add deepCloneElement function
2 years ago
tangjinzhou
7fa1fe428d
feat: add vueuse feature
2 years ago
Garret MH
a2f7d6d062
feat: Vue 3 Migration Build support ( #5973 ), close #5765
...
closes vueComponent/ant-design-vue#5765
Add `compatConfig: { MODE: 3 }` to all component definitions to signal to `@vue/compat` not to use any Vue 2 compatibility features.
2 years ago
bqy_fe
ae451b71df
feat(props-util): [filterEmpty] support handle nested fragment ( #5890 )
2 years ago
tangjinzhou
73bd25cbbe
style: fix lint code
2 years ago
tangjinzhou
9d210e3a30
fix: remove mock transition when test env #4565
2 years ago
tangjinzhou
8a659da84f
fix: select fash
2 years ago
bowen
fdf76b9fb9
fix: use fromPairs replace Object.fromEntries ( #5605 )
...
* fix: use fromPairs replace Object.fromEntries
* fix: use lodash-es replace lodash
3 years ago
tangjinzhou
7a91110326
fix: global validateMessages no work, close #5599
3 years ago
tangjinzhou
96caaa0769
fix: card empty slot render
3 years ago
tangjinzhou
fc9b52e6e7
fix: ssr memory leak, close #5501 #5502
3 years ago
bqy_fe
bd87079e12
feat(image): add new features ( #5479 )
...
* feat(image): add new features
* fix: lint error
* update test
* update code
* update docs
* perf: reset currentIndex after close
* update code
* update code
* update code
* update code
* update code
* add rootClassName props
* fix lint
3 years ago
tangjinzhou
6d2bcf0ab8
feat: cascader add clearIcon & removeIcon slot
3 years ago
tangjinzhou
a154ecdfaf
fix: mentions cannot select, close #5432
3 years ago
tangjinzhou
00dc2add94
chore: update ts type ( #5408 )
...
* feat: update prop type
* feat: update ts type
* feat: update ts type
* feat: update ts type
* feat: update ts type
* test: update snap
* feat: update ts type
3 years ago
tangjinzhou
e81abe39ee
fix: form htmlFor not work, close #5384
3 years ago
tangjinzhou
96f508104c
style: refactor vnode.js to ts
3 years ago
bqy_fe
414e7a1c56
fix: autocomplete custom children class not work
...
* refactor(v3/vc-selector/input): use composition api
* fix: change input props className to class
* revert with cloneElement
* fix: auto-complete demo custom test
3 years ago
ysex
cc47bb66ea
fix: Update useDestroyed.ts ( #5361 )
...
destroyed should be true not false
3 years ago
tangjinzhou
3814fc8f4e
revert: useBreakpoint
3 years ago
tangjinzhou
adbc39bfbd
style: some code
3 years ago
tangjinzhou
8f47732b45
style: lint code
3 years ago
showkw
9b730ef5e2
fix: wave's custom prefixCls not working ( #5334 )
3 years ago
tangjinzhou
2ee3d43534
Feat css var ( #5327 )
...
* style: affix & util
* feat(alert): add customIcon slot
* feat(anchor): ts type
* style: auto-complete
* feat: avatar add crossOrigin & maxPopoverTrigger
* style(backTop): v-show instead v-if
* style: badge
* style: breadcrumb
* feat: button add global size
* feat: update i18n
* feat: picker add disabledTime
* test: update snap
* doc: update img url
* style: fix Card tabs of left position
* doc: update cascader doc
* feat: collapse
* style: comment
* style: configprovider
* feat: date-picker add soem icon slot
* style: update descriptions style
* feat: add divider orientationMargin
* doc: update drawer
* feat: dropdown add destroyPopupOnHide & loading
* style: update empty
* feat: form add labelWrap
* style: update grid
* test: update grid snap
* fix: image ts error
* fix: mentions cannot select, close #5233
* doc: update pagination change info, close #5293
* fix: table dynamic expand error, close #5295
* style: remove not use
* release 3.0.0-beta.11
* doc: update typo
* feat: input add showCount
* feat: inputNumber add prefix slot
* style: update layout
* style: update list
* feat: add locale i18
* style: update locale ts
* style: update mentions
* feat: menu divider add dashed
* perf: menu
* perf: menu animate
* feat: modal method add wrapClassName
* style: update pageheader
* feat: update pagination ts
* feat: confirm add showCancel & promise
* doc: update popover
* style: update progress
* style: radio
* style: update rate、result、row
* feat: select add fieldNames
* feat: add skeleton button & input
* feat: spin tip support slot
* style: slider & space
* stype: update steps ts type
* style: update switch
* feat: table add tree filter
* test: update input sanp
* feat: table add filterMode...
* fix: tree autoExpandParent bug
* test: update input snap
* doc: tabs add destroyInactiveTabPane
* style: update tag
* style: update timeline & time-picker
* fix: Tooltip arrowPointAtCenter 1px shift bug
* feat: typography add enterEnterIcon triggerType
* doc: update tree-select
* fix: deps and TypeScript types
* style: udpate transfer
* style: update style
* doc: add colorScheme
* chore: add css var builg
* doc: sort api
* style: lint code
* doc: add css var
* test: update snap
* chore: add pre script
* chore: update lint
* perf: collapse animate
* perf: collapse tree
* perf: typography shaking when edit
* doc: update auto-complete demo
* fix: table tree not have animate
* feat: deprecated dropdown center placement
* feat: deprecated dropdown center placement
* test: update snap
3 years ago
tangjinzhou
4c786dd7a7
perf: motion
3 years ago
tangjinzhou
91c6a28205
fix: dropdownMatchSelectWidth:false not close virtual scroll #5242
3 years ago
tangjinzhou
d442db08eb
refactor: wave
3 years ago
tangjinzhou
7657157586
style: remove not use file
3 years ago
tangjinzhou
dd0b0b2eb9
feat: date-picker support vshow, close #5132
3 years ago
tangjinzhou
98755f332c
refactor: modal ( #5129 ), close #5096
...
* fix: can not scroll when close dialog #5096
* refactor: modal
3 years ago
tangjinzhou
2a47de6c57
refactor: input-number
3 years ago
tangjinzhou
257f7f03b5
refactor: raf
3 years ago
tangjinzhou
47066753ac
test: update transition #5023
3 years ago
tangjinzhou
ae9ab9c5b0
test: update transition #5023
3 years ago
tangjinzhou
2c2c070663
perf: ts type, close #5044
3 years ago
tangjinzhou
7ec6831508
refactor: input
3 years ago
tangjinzhou
b9ff4eabcc
fix: ssr error
3 years ago
tangjinzhou
7bc9c78d51
fix: trigger animate #5008
...
close #5008
3 years ago
芋头
4a80b556f8
feat: add xxxl grid col size for 4k&5k display ( #4953 )
...
* feat: add xxxl grid col size for 4k&5k display
* Update index.zh-CN.md
* Update index.zh-CN.md
* Update index.en-US.md
* Update index.zh-CN.md
Co-authored-by: undefined <undefined>
Co-authored-by: tangjinzhou <415800467@qq.com>
3 years ago
tangjinzhou
65fc82e105
fix: remove window
3 years ago
tangjinzhou
91dbc39bad
fix: collapse animation not work, close #4856
3 years ago
tangjinzhou
e38e59d05a
fix: multipe select can not separator content, #4844
3 years ago
tangjinzhou
c57da055fc
fix: raf type error
3 years ago
tangjinzhou
a938bcb4de
fix: requestAnimationFrame error in ssr, close #4833
3 years ago
tangjinzhou
9322965027
perf: table, close #4787
3 years ago
tangjinzhou
c4f6eb603e
fix: process.nextTick #4737
3 years ago
tangjinzhou
75cf264040
refactor: tabs & card ( #4732 )
...
* refactor: tabs
* refactor: tabs
* fix: tabs hotreload error
* refactor: rename useRef
* feat: add leftExtra rightExtra
* refactor: tabs
* test: update tabs test
* refactor: card
* doc: update tabs demo
* refactor: add card style
* style: update vue dep
3 years ago
tangjinzhou
a5a3411c28
refactor: drawer ( #4725 )
...
* refactor(drawer): use compositionAPI
* refactor(drawer): update
* refactor: update
* chore: update
* docs: update
* fix: remove transitionStr
* chore: use useConfigInject
* refactor: drawer #4708
Co-authored-by: ajuner <106791576@qq.com>
3 years ago