Commit Graph

13162 Commits

Author SHA1 Message Date
afc163
01d126b8d6
fix: Table column title styles (#30799)
* fix: Table column.title onClick

close #30787

* fix: Table ellipsis when has filters or sorters

close #27959
2021-06-01 11:36:56 +08:00
afc163
9f0dbf2b4d
chore: upgrade to jest 27 (#30783)
* chore: upgrade devDeps

* upgrade @ant-design/tools

* support  CSS Minification

* test: jsdom as testEnvironment

* fix setImmediate

* update snapshot

* fix test

* fix test

* fix test

* fix test
2021-06-01 10:11:24 +08:00
ajuner
133bf530aa
chore: code simpler (#30794)
* chore: code simpler

* Update components/transfer/index.tsx

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

Co-authored-by: afc163 <afc163@gmail.com>
2021-05-31 19:58:57 +08:00
renzhao1113
b06612b00b
fix: remove asterisk selector from file base.less (#30660) 2021-05-31 19:27:00 +08:00
zombiej
3d8dd54d02 test: Update snapshot 2021-05-31 14:46:33 +08:00
张宇
b2bdaf5134
docs: add affix's FAQ (#30775)
* docs: add affix's FAQ

* docs: update affix's FAQ

* docs: update affix's FAQ
2021-05-31 12:17:58 +08:00
二货机器人
9153a732e6
docs: Update FAQ (#30771) 2021-05-30 09:43:48 +08:00
二货机器人
b0fc23957d
fix: HMR typography check logic (#30754) 2021-05-28 14:54:32 +08:00
afc163
7427f52a64
fix: Table column align with sorter and filter (#30744)
* fix: Table column align with sorter and filter

close #30741

* update snapshot
2021-05-28 13:27:58 +08:00
vldh
201c6cadf1
fix: export TreeDataNode (#30745) 2021-05-28 13:26:18 +08:00
二货机器人
6ae00431a9
docs: rm only mark (#30751) 2021-05-28 12:04:47 +08:00
zombiej
737c172c2b test: Update snapshot 2021-05-28 11:44:16 +08:00
vldh
acb869130a
fix: export TableColumnsType (#30747)
Co-authored-by: lidahao <lidahao@sisyphe.com.cn>
2021-05-28 10:32:38 +08:00
Lu Yu
4440a181b4
docs: RangePicker type and default value in doc (#30720)
* Fix range picker type and default value in doc

* docs: Fix range picker type and default value in doc

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

* Update components/date-picker/index.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
2021-05-27 15:31:02 +08:00
dependabot[bot]
8a264baf67
chore(deps-dev): bump typescript from 4.2.4 to 4.3.2 (#30724)
* chore(deps-dev): bump typescript from 4.2.4 to 4.3.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.4...v4.3.2)

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

* fix tsc

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2021-05-27 15:18:59 +08:00
afc163
68bec114f6 chore: fix useless margin 2021-05-26 22:43:32 +08:00
dhyuan
483c1e3d0a
fix: Collapse expandIconPosition="right" not working (#30680)
Signed-off-by: dehong <dehong@xsky.com>
Co-authored-by: dehong <dehong@xsky.com>
2021-05-26 22:41:19 +08: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
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
二货机器人
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
陈帅
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
Kermit
9275866f24
chore(config-provider): support dynamic prefixCls (#30625) 2021-05-24 11:46:12 +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
JuFeng Zhang
88c4aef1c3
fix(Collapse): end motion when set activeKey while hiding (#30555) 2021-05-18 13:02:17 +08: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
Gabriel Henrique
d6b0e45ed8
feat: update pt_BR locale (#30532) 2021-05-17 08:58:03 +08:00
Liu Bowen
563745694d
fix: style normalization for th element (#30399)
* fix: th shouldn't normalized by global style

resolve #30398

* fix: remove th normalization from table rules
2021-05-11 22:35:11 +08:00
Huyen Nguyen
25edaba20d
docs: fix typo in DatePicker prop description (#30484) 2021-05-11 20:28:04 +08:00
Aleksi Cohen
369dc34a4e
fix: typo in fi_FI.tsx (#30433) 2021-05-10 22:23:50 +08:00
Tushar Kashyap
5b2489a2e6
docs: changed specific to specify in basic.md (#30461)
Specify is the correct word to use instead of specific in the current scenario.
2021-05-10 16:45:02 +08:00
afc163
dd14752329
fix: Table filterDropdown confirm closeDropdown (#30457)
* fix: Table filterDropdown confirm closeDropdown

close #30454

* add test case

* improve demo
2021-05-10 16:19:56 +08:00
afc163
7e8075b06b
style: fix Rate focused style (#30451)
* style: fix Rate focused style

close #30449

* Apply suggestions from code review

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

Co-authored-by: xrkffgg <xrkffgg@gmail.com>
2021-05-10 10:58:53 +08:00
afc163
effb9d9eef
fix: Dropdown.Button do not support mouseEnterDelay (#30452)
close #30280
2021-05-10 10:37:52 +08:00