ztplz
025bad6981
Update
6 years ago
ztplz
f26788c26e
Revert "update snapshot"
This reverts commit 3e8f99a4a5
.
6 years ago
ztplz
29cabea52a
update snapshot
6 years ago
ztplz
c24d737546
Fix incorrect collapse icon position when sider in the right
6 years ago
Jason Chen
4c5f3d2b0a
Enhance <Grid>&<Meta> props type definition ( #14857 )
6 years ago
zombieJ
c80136a9a7
New Component: Typography ( #14250 )
* text with prefix
* add edit style
* support editable
* enhance accessibility & type experience
* optimize IME case
* support copy
* add locale
* add secondary & disabled
* add ellipsis shadow text
* split to 3 components
* update snapshot
* update desc
* change lines also need update ellipsis
* skip aria when is in ellipsis
* add ResizeObserver in _util
* update snapshot
* move TestBase into test file
* update test case
* update doc
* fix typo
* important => level
* use rows
* update demo cols to 1
* fix cssText not work in firefox
* update doc
* add miss point
* support extendable
* update snapshot
* fix doc
* copyable support string
* update snapshot
* update doc
* update doc desc
* adjust style
* full test
* reset after test
* rename
* update snapshot
* fix compile
* adjust style
* update desc
* update prefixCls
* update margin
* adjust
* nest wrap of tag content
* adjust style
* update comment
* rm %
* one more thing
* tmp of measure
* merge string as children
* update snapshot
* update testcase
* remove comment
* use internal variable for configProvider passing
* update snapshot
* use expandable instead of extendable
* less variable it
* update demo
* update less
* adjust code & mark style
* remove mark padding
* update measure logic
* support nest element style
* use childNode.textContent to fix react 15 error
* update css
* popout Typography
* add link style
* adjust doc
* use ellipsis instead of rows & expandable
* update doc
* update doc
* update doc & style
* fix typo
* add css ellipsis support
* client render
* update snapshot
* enhance copyable
* support onExpand
* update test case
* add test of css ellipsis
* fix logic in react 15
* rename onChange -> onSave
* use tagName of article
* fix lint
6 years ago
zombiej
eddfbd5f51
only affect addon & suffix
6 years ago
zombiej
fcc3820545
adjust input style
6 years ago
Ilan
b54f3674e4
Merge pull request #14903 from ilanus/fix/step-missing-types
Types: add "onClick" and "className" types for Step
6 years ago
Nathan Schneider
3ae34ab1d2
Update README.md
Fixed grammar issue in line 126.
6 years ago
ilanus
8eddf15fd1
update steps types
6 years ago
zombieJ
6678c6abf3
update changelog ( #14899 )
6 years ago
zombieJ
a3bd55b79a
revert #14608 ( #14898 )
* revert #14608
* add test case
6 years ago
zombieJ
735175e3cf
Adjust style to be similar with origin ( #14886 )
* adjust style to be similar with origin
* update snapshot
* add missing extra logic
* adjust tiny
* fix margin
* use element to keep the place
* update snapshot
6 years ago
zombieJ
1564173b4d
Merge pull request #14883 from ant-design/merge-master
Merge master
6 years ago
zombiej
271d201fbc
merge master
6 years ago
zombieJ
1d75725369
update snapshot ( #14880 )
6 years ago
Wei Zhu
83626e6fd5
Bump 3.13.3
6 years ago
Wei Zhu
07ec7d9f53
test: use mockReset
According to the document of jest, mockRestore only works when mock was
created with `jestSpyOn`.
https://jestjs.io/docs/en/mock-function-api#mockfnmockrestore
6 years ago
Wei Zhu
8945343d85
Merge pull request #14852 from ant-design/release-3.13.3
Release 3.13.3
6 years ago
Wei Zhu
62dbb31ee4
Add 3.13.3 changelog
6 years ago
afc163
c30b06d5db
📝 add stop in document
6 years ago
afc163
25404ee6cf
💄 Tweak select width in Calendar
6 years ago
afc163
f359b7592e
📝 site: remove new icons badge
6 years ago
tangjinzhou
e68dab6e5d
add ant-design-vue ( #14869 )
6 years ago
zombieJ
d2c17cd747
only set getPopupContainer when scroll provides ( #14864 )
* only set getPopupContainer when scroll provides
* adjust
6 years ago
杨小事er
2f81d000f8
fix(time-picker): fix icon style ( #14861 )
6 years ago
Gabe Medrash
6dce9aff3a
Add onTitleMouseEnter and onTitleMouseLeave to public interface
6 years ago
Wei Zhu
d30b2f538f
Merge pull request #14777 from vinhnph-ibl/ts_table
Table column filter could be ReactNode
6 years ago
LT246-VINHNPH\vinhnph
bf135c1ceb
ReactNode has already included string
6 years ago
LT246-VINHNPH\vinhnph
c39d8b0b11
Merge remote-tracking branch 'upstream/feature' into ts_table
6 years ago
LT246-VINHNPH\vinhnph
fd3906615e
Merge branch 'ts_table' of github.com:vinhnph-ibl/ant-design into ts_table
6 years ago
米老朱
6936599aef
Enhance stylelint rules ( #14803 )
* rename .stylelintrc to .stylelintrc.json for explicit file type
* add new npm script lint-fix:style
* fix pseudo-element with double colon
* function name should be lower except ignored functions
* support stylelint declaration-block-no-ignored-properties rule
* support sorted CSS properties order for readability and consistency
* autofix order of all styles by lint-fix:style script
* remove double slash comments after selector
* replace .stylelintignore with ignoreFiles in .stylelintrc.json
6 years ago
偏右
2eddc2a1d4
🌟 support goto button in Pagination ( #14819 )
close #14798
close #14535
close #10201
close #7328
6 years ago
vinhnph-ibl
01f1c367e1
Merge branch 'feature' into ts_table
6 years ago
偏右
2bacd0614c
⚡ Use semantic tag names in Layout ( #14806 )
close #14801
6 years ago
Rick Zhou
80e6204803
remove the lambda used in input-number render() function
6 years ago
afc163
6ef24cf833
🐛 Fix Card loading style when there is actions
close #14832
6 years ago
mraiguo
86f0f97376
rangePicker clear when controlled ( #14796 )
6 years ago
Michelle Zhang
306796605a
Update typo ( #1471 , #6391 )
6 years ago
Michelle Zhang
4a784b4e24
Add English translation for 'Data Entry' ( #1471 )
6 years ago
afc163
62e65d9550
🌟 support extra for Collapse.Panel
close #11626
6 years ago
Wei Zhu
32a61d8596
fix: handle true for Table[pagination] properly
`pagination` is not designed to accept `true` value,
but in practice, many people assign `true` to `pagination`,
since they thought `pagination` accepts boolean value.
6 years ago
afc163
a287f1bcb8
🐛 Fix missing border top of empty Table without header
close #14834
6 years ago
LT246-VINHNPH\vinhnph
c41c4670f0
Merge branch 'feature' into ts_table
6 years ago
vinhnph-ibl
e0de950edb
Merge branch 'feature' into ts_table
6 years ago
+v
bf2a240ba7
fix: clear both
6 years ago
zombieJ
5ac674e698
sync form item ( #14778 )
* sync form item
* update snapshot
* use before
6 years ago
afc163
7d64962036
📝 fix faq link in documentation
dc1ead2a47
6 years ago
zombieJ
41470e0c68
clean css ( #14797 )
* clean css
* move to horizontal
6 years ago