Commit Graph

20760 Commits

Author SHA1 Message Date
二货机器人
19ad390c3b
feat: TreeSelect support treeLine (#30705)
* feat: TreeSelect support treeline

* docs: Update doc

* tests: Update snapshot

* docs: rm onlt

* fix: TS definition
2021-05-27 14:48:48 +08:00
github-actions[bot]
772bdd8ada
chore: auto merge branchs (#30708)
chore: feature merge master
2021-05-26 11:41:30 +00:00
二货机器人
0a0fa61cb5
fix: Long text of menu ellipsis issue (#30682)
* fix: menu item long text ellipsis

* test: Update snapshot

* test: Update snapshot
2021-05-25 20:52:52 +08:00
二货机器人
c542aad9d6
fix: Menu collection error message (#30678) 2021-05-25 18:38:17 +08:00
二货机器人
feeebdc1e5
fix: Menu overflow measure style (#30672)
* fix: Menu overflow checker

* docs: Fix site style

* test: Update snapshot

* fix: dark menu hover style
2021-05-25 17:24:18 +08:00
二货机器人
17e863fc94
docs: Add Table.Summary desc (#30673)
* docs: Add summary desc

* test: Update snapshot
2021-05-25 16:12:41 +08:00
wan wan
89b9172830
docs: fix typo (#30670) 2021-05-25 15:31:50 +08:00
二货机器人
3e4e89d432
fix: Summary border missing (#30666) 2021-05-25 15:15:19 +08:00
二货机器人
5f3d0a6049
fix: Use css ellipsis when pure text (#30664) 2021-05-25 13:31:22 +08:00
xrkffgg
4e89acc46d
ci: update pr check merge 2021-05-25 11:31:31 +08:00
github-actions[bot]
45f63d0bb7
chore: auto merge branchs (#30661)
chore: merge master into feature
2021-05-25 03:19:38 +00:00
陈帅
30abe212aa
docs: Add missing changelog (#30656)
* add new changelog

* Update CHANGELOG.en-US.md

Co-authored-by: afc163 <afc163@gmail.com>

* Update CHANGELOG.en-US.md

Co-authored-by: afc163 <afc163@gmail.com>

* Update CHANGELOG.en-US.md

Co-authored-by: afc163 <afc163@gmail.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>

* remove

* order changelog

Co-authored-by: afc163 <afc163@gmail.com>
2021-05-25 00:17:10 +08:00
二货机器人
364ba5390b
chore: bump rc-util (#30658) 2021-05-24 23:06:55 +08:00
afc163
d45a3e59ce
chore(📦): update bundlesize (#30657) 2021-05-24 22:56:58 +08:00
github-actions[bot]
aacb408f7a
chore: auto merge branchs (#30655)
chore: merge master into feature
2021-05-24 14:31:15 +00:00
afc163
082f626a3e
style: redesign Table header action (#30651)
* feat: improve Table filter and sorter position

* fix: edge cases of th border

* fix lint

* style: apply new design

* fix css detail

* fix stylelint

* fix css error

* style: sorter icon hover color

* fix test cases

* update snapshot

* fix th padding

* fix calc

* style: fix dark theme
2021-05-24 22:16:06 +08:00
陈帅
aa5990fb21
docs: add 4.16.0 changelog (#30644)
* docs: add 4.15.7

* Update CHANGELOG.en-US.md

Co-authored-by: Tom Xu <ycxzhkx@gmail.com>

* Update CHANGELOG.en-US.md

Co-authored-by: Tom Xu <ycxzhkx@gmail.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: Tom Xu <ycxzhkx@gmail.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>

* Update CHANGELOG.en-US.md

Co-authored-by: afc163 <afc163@gmail.com>

* add 4.16.0 changelog

* fix emoji

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>

* fix review error

* fix review

* fix docs

* fix typo

Co-authored-by: Tom Xu <ycxzhkx@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2021-05-24 22:02:02 +08:00
xrkffgg
4af786a203
ci: add pr-check-merge (#30650)
* ci: add pr-check-merge

* Update pr-check-merge.yml
2021-05-24 21:42:51 +08:00
二货机器人
352c560f9a
chore: bump rc-menu (#30646)
* chore: bump rc-menu

* test: update snapshot

* chore: tmp size it
2021-05-24 21:14:03 +08:00
afc163
414192436c
fix: Menu.SubMenu icon margin with other icon libs (#30642)
close #30605
2021-05-24 19:13:23 +08:00
afc163
25549cd388
fix: Form Input prefix style in error status (#30640)
close https://github.com/ant-design/ant-design/issues/30629
2021-05-24 18:18:44 +08:00
lisenenkov
6b419bd5ec
fix: Descriptions style import issue (#30602)
With @import '../../style/themes/default'; theme customization doesn't work
2021-05-24 17:58:18 +08:00
二货机器人
47efa3e4a4
fix: Menu SubMenu (#30638)
* chore: fix level issue

* test: coverage

* chore: clean up

* chore: miss children defition
2021-05-24 17:36:18 +08:00
陈帅
59c21dc5f7
Merge pull request #30637 from ant-design/feature
merge Feature into master
2021-05-24 16:40:57 +08:00
陈帅
0d1b1c40a6
merge featrue into master (#30636)
* feat: add Table expandable fixed (#29959)

* fix: Use flex gap of space (#30023)

* fix: use flex gap when supported

* test: update snapshot

* refactor: Use single hooks

* feat: Allow breadcrumb component in PageHeader (#30019)

* Allow breadcrumb component in PageHeader

* Allow breadcrumb component in PageHeader

* Allow breadcrumb component in PageHeader

* Rename variable

rename var from _breadcrumbRender to breadcrumbRenderDomFromProps

* feat: add onChange for Statistic.Countdown (#30265)

* feat: add onChange for countdown

* update the demo

* feat(upload): add onDrop (#30319)

* feat(upload): Add onDrop

* Replace "if prop" logic with existential operator

* Remove redundant conditional

* feat(upload): itemRender add actions params (#30236)

* feat(upload): itemRender add actions params

* chore: optimize type definition

* chore: update doc

* chore: rename actions

* chore: trigger ci

* chore: rename method name of actions

* feat: Add missing dutch translations (#30389)

* feat: Add missing dutch translations

* fix: Translate remaining english values

* fix: Update snapshot for ui tests

* test: increase code coverage to 100% (#30415)

* test: fix Space code coverage

* test: should use nl_BE locale for DatePicker

* fix: Switch tabIndex type (#30416)

* feat: updated Romanian internationalization (#30419)

* feat: updated Romanian internationalization

* fixed lint error

* feat: Menu support accessibility & keyboard access (#30382)

* chore: Use focus style

* fix: prefixCls

* fix: prefixCls

* fix: inline tooltip

* fix: inlineCollapse logic

* fix: ts definition

* test: Update snapshot

* test: Update snapshot

* fix: dropdown logic

* test: Update snapshot

* test: Fix some test  case

* bump rc-menu

* test: More test case

* fix test finder

* test: fix test case

* test: Update snapshot

* test: Update snapshot

* chore: Update ssr effect

* test: Update ConfigProvider snapshot

* test: Fix Table Filter test case

* test: Fix table test case

* chore: Update style

* chore: beauti css

* bump rc-menu

* test: update snapshot

* test: update snapshot

* test: Fix menu test

* test: Fix test case

* test: Coverage

* chore: clean up

* bump rc-menu

* ehance accessibility style

* feat(radioGroup): support data-* and aria-* props (#30507)

close #30501

* feat: Typography add italic type (#30458)

* Typography增加斜体字支持

* update snapshot

* 文档添加版本号

Co-authored-by: lidahao <lidahao@sisyphe.com.cn>

* chore: alpha Menu fix merge (#30546)

* chore: Update script

* bump alpha version

* chore: Update script desc

* chore: bump rc-tabs & rc-mentions

* chore: Adjust style

* chore: 4.16.0-alpha.1

* test: Fix mention test case

* fix: sider of layout width style

* chore: bump 4.16.0-alpha.2

* fix: Tabs tabBarGutter should work as expected (#30545)

close #30526

* feat: Table summary support sticky mode (#30631)

* chore: Bump rc-table

* feat: Patch summary fixed color

* fix: style className

* test: Update snapshot

Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
Co-authored-by: gepd <guillermoepd@hotmail.com>
Co-authored-by: appleshell <appleshell@outlook.com>
Co-authored-by: Eric Bonow <ebonow@hotmail.com>
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
Co-authored-by: Kermit <kermitlx@outlook.com>
Co-authored-by: Lewis <lewisfidlers@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: Ștefan Filip <stefy.filip@gmail.com>
Co-authored-by: vldh <alwaysloseall@sina.com>
Co-authored-by: lidahao <lidahao@sisyphe.com.cn>
2021-05-24 16:24:00 +08:00
chenshuai2144
b135ae1e51 merge master 2021-05-24 15:47:11 +08:00
二货机器人
368dab2460
feat: Table summary support sticky mode (#30631)
* chore: Bump rc-table

* feat: Patch summary fixed color

* fix: style className

* test: Update snapshot
2021-05-24 14:17:50 +08:00
Kermit
9275866f24
chore(config-provider): support dynamic prefixCls (#30625) 2021-05-24 11:46:12 +08:00
二货机器人
e8314b23d2
chore: Thanks @yesmeck & @ycjcl868 (#30618) 2021-05-21 18:58:22 +08:00
afc163
e021147bb8
fix: Anchor should trigger onChange when have getCurrentAnchor (#30601)
* fix: Anchor should trigger onChange when have getCurrentAnchor

close #30584

* test: add test case
2021-05-20 21:36:53 +08:00
zombiej
7c06c1b96e docs: Update Transfer asnyc table demo
close #30350
2021-05-20 15:10:38 +08:00
二货机器人
9b60c54995
fix: Space missing TS def (#30590) 2021-05-19 17:44:13 +08:00
afc163
f3d5470804
fix: useNotification className should work (#30588)
close #30576
2021-05-19 17:31:03 +08:00
afc163
7e5a50573a
fix: nested Table margin inside table with fixed columns (#30587)
close #30564
2021-05-19 16:18:26 +08:00
afc163
cf342de7cf
style: refactor Collapse arrow style (#30586)
close #30585
2021-05-19 15:01:15 +08:00
afc163
e290874c51
fix: Typography ellipsis flush when contain suffix (#30582)
* fix: Typography ellipsis flush when contain suffix

* update snapshot

* fix Text default rows

* fix Text default rows
2021-05-19 13:17:58 +08:00
afc163
ceec57db72 docs: update changelog 2021-05-18 15:13:50 +08:00
JuFeng Zhang
88c4aef1c3
fix(Collapse): end motion when set activeKey while hiding (#30555) 2021-05-18 13:02:17 +08:00
afc163
0f2ca5d10a
docs(): release 4.15.6 (#30562) 2021-05-18 11:20:07 +08:00
github-actions[bot]
d73edaa243
chore: auto merge branchs (#30560)
chore: merge master into feature
2021-05-18 03:12:46 +00:00
Jaideep Ghosh
599a8f82f9
fix: Updated hindi locale with missing messages. (#30541)
* fix: Updated hindi locale with missing messages.

* feat:Updating snapshots.
2021-05-18 10:48:05 +08:00
Amumu
da1d737887
fix: fix snapshot (#30556) 2021-05-17 21:43:43 +08:00
afc163
496ff33128
fix: Tabs tabBarGutter should work as expected (#30545)
close #30526
2021-05-17 17:49:22 +08:00
二货机器人
b13ad68553
chore: bump rc-upload (#30549) 2021-05-17 16:23:30 +08:00
二货机器人
9e856aaf18
chore: alpha Menu fix merge (#30546)
* chore: Update script

* bump alpha version

* chore: Update script desc

* chore: bump rc-tabs & rc-mentions

* chore: Adjust style

* chore: 4.16.0-alpha.1

* test: Fix mention test case

* fix: sider of layout width style

* chore: bump 4.16.0-alpha.2
2021-05-17 10:41:06 +08:00
afc163
3aad6ee882
Merge pull request #30544 from ant-design/master
chore: merge master into feature
2021-05-17 09:30:31 +08:00
dependabot[bot]
f7f5db12e6
chore(deps-dev): bump react-resizable from 2.0.0 to 3.0.1 (#30481)
Bumps [react-resizable](https://github.com/react-grid-layout/react-resizable) from 2.0.0 to 3.0.1.
- [Release notes](https://github.com/react-grid-layout/react-resizable/releases)
- [Changelog](https://github.com/react-grid-layout/react-resizable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-grid-layout/react-resizable/compare/v2.0.0...v3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-17 08:58:27 +08:00
Gabriel Henrique
d6b0e45ed8
feat: update pt_BR locale (#30532) 2021-05-17 08:58:03 +08:00
Amour1688
acbeb0b4f1
chore: use filesystem cache (#30503) 2021-05-13 23:15:43 +08:00
vldh
9de44ed4c4
feat: Typography add italic type (#30458)
* Typography增加斜体字支持

* update snapshot

* 文档添加版本号

Co-authored-by: lidahao <lidahao@sisyphe.com.cn>
2021-05-13 22:38:39 +08:00