lijianan
5d3381334c
chore: remove useless tsx support ( #39934 )
...
* chore: remove useless tsx support
* add
* revert
* add
* fix
* fix
* add test case
* fix
2022-12-31 22:12:30 +08:00
kiner-tang(文辉)
a1a7ef933a
fix: solve selection column cover by other cell when fixed ( #39940 )
2022-12-31 19:38:47 +08:00
JarvisArt
06e0b35b6e
fix: when table filter, the border will be black ( #39938 )
2022-12-31 19:28:29 +08:00
afc163
7b830c1c01
docs: update links ( #39935 )
...
* Update introduce.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* Update introduce.en-US.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
2022-12-31 19:26:52 +08:00
Kirubashankar K
d66b2f5a65
feat: add missing ta_IN translations ( #39936 )
...
Co-authored-by: kirubashankar <kirubashankar@ghoshak.com>
2022-12-31 19:14:48 +08:00
afc163
fc033aca8c
chore: update table drag demo ( #39929 )
2022-12-30 21:28:33 +08:00
afc163
b3710a9510
docs( ✨ ): release 5.1.2 ( #39917 )
...
* docs(✨ ): release 5.1.2
* Update CHANGELOG.zh-CN.md
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
2022-12-30 17:23:55 +08:00
lijianan
54d7f30018
type: remove ForwardRefRenderFunction ( #39924 )
...
* type
* fix
2022-12-30 17:23:39 +08:00
afc163
7db31a1959
docs: clarify Transfer filterOption description ( #39916 )
...
close #39907
close #39906
2022-12-30 17:21:21 +08:00
lijianan
a80b39d34d
chore: remove rc-util/addEventListener ( #39923 )
...
* chore: remove rc-utils/addEventListener
* fix
* fix
2022-12-30 17:15:54 +08:00
Wuxh
06de226d36
docs: update README-zh_CN.md ( #39910 )
2022-12-30 12:24:20 +08:00
二货爱吃白萝卜
da03c1eb56
fix: tailwindcss reset Image style ( #39914 )
...
* fix: tailwindcss reset
* docs: more info
* chore: comment
2022-12-30 11:52:56 +08:00
Wuxh
5f40fe874b
fix: dropdown menu style issue ( #39904 )
...
* fix: dropdown menu item in danger
Disable dropdown menu item when type is equal to danger
increase disabled CSS specificity
remove unnecessary changes
fix: remove reordering functions
Remove reordering functions by increasing `disable` class on line 350 CSS specificity
Revert "fix: remove reordering functions "
This reverts commit bd94daaddf973f5f8ef1641ea3081f5aab2fc3a2.
* chore: update style
* chore: update demo
ref: https://github.com/ant-design/ant-design/issues/39322
* test: update snapshot
Co-authored-by: samyar <75088294+samyarkd@users.noreply.github.com>
2022-12-29 21:08:45 +08:00
afc163
cf41f81dc7
chore: replace react-sticky to react-sticky-box in Tabs demo ( #39898 )
...
* docs: replace react-sticky to react-sticky-box in Tabs demo
* test: fix test case
2022-12-29 18:37:06 +08:00
lijianan
9aec72c395
chore: remove useless tsx support ( #39890 )
...
* chore: remove useless tsx support
* add
* add
* style
* fix lint
* fix lint
* fix lint
* update locale entry
* update locale entry
* update locale entry
* delete useless style
2022-12-29 18:33:13 +08:00
张仕传
1a3ee035da
docs: Update check-conduct.zh-CN.md ( #39899 )
...
fix: 修复第一行末尾的错别字: 值的 -> 值得
2022-12-29 18:20:23 +08:00
洋
dc77959e7c
fix: useModal default okText ( #39884 )
2022-12-29 17:05:50 +08:00
李瀚
80f19614be
fix: filtered word error ( #39887 )
...
* fix: filtered word error
* Optimize the code
2022-12-29 15:39:41 +08:00
Amumu
6e9ee93e4d
chore: stable version ( #39886 )
2022-12-29 15:10:44 +08:00
JarvisArt
fbeddb572e
chore: dropdown context-menu demo supports dark mode ( #39859 )
2022-12-29 14:25:57 +08:00
Amumu
54101c8066
fix: fix filtered update not working ( #39883 )
2022-12-29 14:14:45 +08:00
lijianan
d55d39b811
type: LiteralUnion optimization ( #39871 )
2022-12-28 23:59:55 +08:00
lijianan
4e45276c4e
refactor[Wave]: CC => FC ( #39705 )
...
* fix
* refactor[Wave]: CC => FC
* fix lint
* fix
* fix
* fix
* add test case
* add test case
* fix test
* fix test
* test case
* add test case
* fix
* fix
* fix
* fix
* raname
* fix
* test case
* test case
* test case
* fix test
* test case
* refactor: Use React way
* test: coverage
* chore: clean up
* rerun fail ci
* fix: React 17 error
* test: fix test case
* test: fix test case
* fix borderRadius
* test: fix test case
* chore: clean up
* chore: clean up
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2022-12-28 23:20:22 +08:00
MadCcc
f8dfdd0c96
docs: fix prerender ( #39864 )
...
* docs: fix prerender
* chore: add fallback
* chore: update spin
* chore: code clean
2022-12-28 18:17:17 +08:00
黑雨
bc0930fc57
style: fix input addon misplace when zoom up ( #39842 )
2022-12-28 18:12:16 +08:00
kiner-tang(文辉)
4f3577976c
fix(table): Sorted/Filtered table fixed column transparent background unreadable ( #39012 )
...
* fix: Sorted/Filtered table fixed column transparent background unreadable
* feat: remove redundant code
* Update components/table/style/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* feat: code optimize
* style: reset format doc
Co-authored-by: MadCcc <1075746765@qq.com>
2022-12-28 18:10:11 +08:00
Wibus
ef602f06d9
fix: remove useless tsx support ( #39853 )
2022-12-28 14:20:52 +08:00
vagusX
63819cb241
scripts: fix national flag log ( #39856 )
2022-12-28 11:03:35 +08:00
kiner-tang(文辉)
ffdc5c35fd
docs: remove notification.warn(config) ( #39852 )
2022-12-28 10:25:30 +08:00
二货爱吃白萝卜
809252b431
fix: Slider Tooltip appear motion not working ( #39857 )
...
* fix: use native tooltip
* chore: clean up
* test: Update snapshot
* test: Update snapshot
2022-12-28 00:01:45 +08:00
lijianan
0a0291b3fd
fix: fix QRCode style ( #39849 )
...
* fix: fix style
* snap
* Update components/qrcode/style/index.ts
Co-authored-by: afc163 <afc163@gmail.com>
* rename className
* use token
Co-authored-by: afc163 <afc163@gmail.com>
2022-12-27 19:22:59 +08:00
afc163
01b5660bf8
docs: Update recommendation ( #39848 )
...
* Update recommendation.zh-CN.md
* Update recommendation.zh-CN.md
* Update recommendation.zh-CN.md
* Update recommendation.zh-CN.md
* Update recommendation.zh-CN.md
* Update recommendation.zh-CN.md
* Update recommendation.en-US.md
2022-12-27 19:08:04 +08:00
afc163
6a32516537
docs: Update tree-shaking documentation ( #39847 )
...
* Update getting-started.zh-CN.md
* Update getting-started.en-US.md
* Update introduce.zh-CN.md
* Update introduce.en-US.md
2022-12-27 18:20:59 +08:00
MadCcc
24059d42fc
docs: Theme Editor support export json file ( #39845 )
2022-12-27 17:09:18 +08:00
MadCcc
4efc8cc849
docs: fix ssr issue ( #39825 )
...
* docs: fix ssr issue
* docs: fix
* chore: code clean
* chore: update deps
2022-12-27 17:09:01 +08:00
洋
ec900c937b
feat: add Theme Config Editor ( #39621 )
...
* feat: add Theme Editor theme upload
* verision 2
* 移除lodash、同步当前Config
* remove export,add into devDependencies,add tool link
2022-12-27 16:07:02 +08:00
kiner-tang(文辉)
7cb8b79a6a
fix: tree switcher's background display unexpected in dark theme ( #39838 )
...
* fix: tree switcher's background display unexpected in drak theme
* fix: tree switcher's background display unexpected in drak theme
* feat: remove demo
2022-12-27 15:52:32 +08:00
Amumu
7329ac7fc7
refactor: remove shallowequal ( #39662 )
2022-12-27 15:46:51 +08:00
miracles1919
47f3445b92
docs: add use of next ( #39835 )
2022-12-27 15:11:22 +08:00
MadCcc
386588dd2b
chore: update test ( #39824 )
...
* chore: update test
* chore: code clean
2022-12-27 11:49:09 +08:00
MadCcc
3a03c7abde
fix: menu slide bar style ( #39819 )
2022-12-27 10:29:51 +08:00
二货爱吃白萝卜
ff9237064d
fix: Checkbox disabled should support Tooltip ( #39829 )
...
* docs: update demo
* test: Update snapshot
2022-12-26 23:35:18 +08:00
vagusX
5ea90df382
docs: changelog v5.1.1 ( #39804 )
...
Co-authored-by: afc163 <afc163@gmail.com>
2022-12-26 17:40:19 +08:00
JarvisArt
838b08e761
chore: Image preview interactive optimization ( #39812 )
2022-12-26 16:19:54 +08:00
MadCcc
c1390b20a9
fix: font-family for components ( #39806 )
...
* fix: font-family for components
* chore: code clean
2022-12-26 16:08:42 +08:00
MadCcc
663d1454f2
chore: fix ci ( #39811 )
...
* chore: fix ci
* chore: code clean
* chore: update form test
* chore: test
2022-12-26 15:48:50 +08:00
afc163
b80a70f99f
fix(Drawer): default props not working ( #39782 )
...
* fix(Drawer): default props not working
* Update scripts/post-script.js
* Update scripts/post-script.js
Co-authored-by: MadCcc <1075746765@qq.com>
2022-12-26 13:41:45 +08:00
lijianan
8180bb983b
docs: use en link in EN_US ( #39808 )
2022-12-26 11:55:18 +08:00
afc163
e44f11b0f4
style: fix Table filter dropdown broken style ( #39805 )
...
close #39799
2022-12-26 11:35:29 +08:00
MadCcc
9fbf80aa8b
type: remove useless internal tag ( #39754 )
...
* chore: remove useless internal tag
* docs: add desc
2022-12-26 10:54:53 +08:00