Open greenkeeper[bot] opened 6 years ago
After pinning to 3.9.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
dependency
antd was updated from 3.9.3
to 3.10.0
.Your tests are still failing with this version. Compare changes
The new version differs by 119 commits.
44d2b64
Bump 3.10.0
dd5cc9a
Add 3.10.0 changelog (#12488)
a9f7a2d
tweak table sort icon size
a3ce667
Update snapshot
9cfaf17
fix: type error
40001d8
Revert "fix: more types"
ff05957
refactor: use instanceof instead typeof
2bf2bb5
fix: type error
1c1a67f
Merge branch 'feature'
e063e19
fix: more types
fe677e2
fix: type error of filterDropdown
ee84f4c
fix: some type definitions
ff4d803
fix #12395. input group hover style error (#12407)
0126c63
fix #11312: add autoClearSearchValue to AbstractSelectProps (#12473)
54a8957
Update babel-eslint requirement from ^9.0.0 to ^10.0.1 (#12454)
There are 119 commits in total.
See the full diff
dependency
antd was updated from 3.10.0
to 3.10.1
.Your tests are still failing with this version. Compare changes
Real project with dva
to Real project with umi.sorter
props. #12515columns
defined in render
. #12571mask={false}
. #12401prefixCls
prop not passing to mask element, and changed it's default value to ant-model-confirm
. #12546<Badge />
. #12419onExpand
when click Tree.DirectoryTree switch icon and tree node. #12567onFocus
and onBlur
repeatly when click it multiple times. #12281 @Frezc prefixCls
属性没有透传给 mask 的问题,并调整了默认的 prefixCls 的值为 ant-model-confirm
。#12546<Badge />
时的垂直对齐。#12419onExpand
参数不一致的问题。#12567onFocus
和 onBlur
的问题。#12281 @Frezc The new version differs by 59 commits.
ac599a9
Merge branch 'master' of github.com:ant-design/ant-design
bc1ad14
update snapshot
139a348
Add changelog of 3.10.1 (#12615)
76b64b5
Fix overflow issue of long text in Progress[type="circle"]
9aa4172
feat(website): add link to ng-zorro-mobile website; (#12619)
436cbee
fix DatePicker clear behavior bring by 3640754
1a442c4
revert rc-input-number cause 4.2 brings break change
df9b202
fix: change modal's default prefixCls to ant-modal and ant-modal-confirm (#12548)
8eaf66b
adds missing Select.Option type for style (#12609)
3898c45
Typo (#12608)
0f1d191
update snapshot
4e09b3f
Fix disabled style in AutoComplete, close #12594
a4c1bcc
Fix upload and mention test cases (#12586)
7da2f48
adjust pagination select style
150921b
Fix Italian translation (fix #12413)
There are 59 commits in total.
See the full diff
The dependency antd was updated from
3.9.2
to3.9.3
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
antd is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/Stupidism/cra-rewired-starter/builds/431922027?utm_source=github_status&utm_medium=notification)).Release Notes for 3.9.3
Select
render lag of long text in Chrome. #11456 #11843onOpenChange
handler not being called inRangePicker
for preset ranges. #12142@leijingdaodontAnimate
togoTo
ofCarousel
, the parameter be used to closing animation transitions. #12205Tabs
. 589ba #12051Card
. #11036 #10576List
component. #12299@douglasjuniorconfirmFilter
inTable
does not refresh immediately. 954c7 #12284Menu
inhorizontal
mode. #12152openKeys
have higher priority inMenu
. #12361 @tangjinzhoulinkProps
inUpload
fileList to support json string format and can override rel, target, title and etc. efb23cUpload
. 273fd、#10953Upload
close icon style error. #12330 #12304Select
add select clear icon. #12196 #12181Icon
svg align. 0698cReact.Children.only
error whenIcon
contain children. c21ffNotification
icon align when no description. e6579Table
. c935dMessage
miss return type of MessageApi. e82d7 #12137Tree
onDrop type. e5827 #12269TreeSelect
missing argumentextra
in onChange event. #12243@jardiccSelect
组件在 Chrome 下超长文本的渲染延迟。#11456 #11843RangePicker
组件中的onOpenChange
非正常数值报错问题。#12142@leijingdaoCarousel
组件的goTo
方法缺少dontAnimate
参数问题,参数用于关闭转场过渡动画。#12205Tabs
中tabBar
的重复类名。589ba#12051Card
组件标题的垂直对齐方式。#11036#10576List
组件刷新后 key 值非预期变化。#12299@douglasjuniorTable
组件confirmFilter
方法不能及时更新数据。954c7#12284Menu
组件相关Menu
在horizontal
模式下时出现额外的滚动条。#12152Menu
组件openKeys
有更高的优先级。#12361 @tangjinzhouUpload
组件相关Upload
上传文件列表中的linkProps
,支持 JSON 格式链接且可传入rel
、target
title
等属性。[efb23(https://github.com/ant-design/ant-design/commit/efb23c1525858114460bfe3bd5fcb18c9f236bdc)Upload
组件多文件类型同时上传时,key 重复引用冲突的报错问题。273fd,#10953Upload
组件关闭图标样式。#12330 #12304Select
组件清除图标。#12196 #12181Icon
svg 对齐问题。0698cIcon
组件包含子组件时,React.Children.only
报错。c21ffNotification
组件没有描述时图标对齐问题。e6579Table
组件的排序图标对齐问题。c935dMessage
组件中MessageApi
类型定义。e82d7#12137Tree
onDrop 类型定义。e5827#12269TreeSelect
组件中onChange
方法中添加extra
类型定义。#12243@jardiccCommits
The new version differs by 94 commits.
46f1d3e
Merge pull request #12364 from ant-design/release-3.9.3
c04cca0
update changelog text
ae025a2
update changelog Carousel and Menu
2906b45
update test case
048a902
adjust style
50dc59e
adjust table style
2477d1b
update changelog add Menu openKeys pr
a1decb1
update changelog with md format and add icon related
9630dc4
fix: openKeys should have higher priority (#12361)
7f83d84
update changelog with type
28ac612
rm: duplicated newlines
3347eed
release 3.9.3
1f55ee4
Fix typos (#12360)
c4b17f2
doc: move font icon doc before svg icon
022d2dd
doc: upgrade 3.0 Breaking Changes about new daparated info
There are 94 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: