blog
blog copied to clipboard
fix(deps): update dependencies (non-major)
This PR contains the following updates:
Release Notes
octokit/types.ts (@octokit/types)
v13.6.1
Bug Fixes
v13.6.0
Features
v13.5.1
Bug Fixes
- deps: update dependency @octokit/tsconfig to v4 (#610) (b01e2fb)
ant-design/ant-design (antd)
v5.21.3
- 💄 Added a scroll bar to Dropdown when having many items. #51112 @Cameron-Asdf
- Slider #51150 @yoyo837
- 🐞 Fix Slider issue where the
id
prop is not supported. - 🐞 Fix Slider to address the issue causing
useLayoutEffect does nothing on the server
warning whenextractStyle
is invoked.
- 🐞 Fix Slider issue where the
- 🐞 Fix ColorPicker with gradient mode, sometimes handle color will be force sync back to first handle color issue. #51161 @zombieJ
- 🐞 Fix Table
onChange
function receiving incorrect sorter value. #51114 @nathanlao - Splitter
- 🐞 Fix the issue about throw a warning when Splitter nested in a hidden tab panel. #51109 @kiner-tang
- 🐞 Fix the issue about Splitter had unexpected gaps in Flex. #51096 @kiner-tang
- 🐞 MISC: Restore
react
andreact-dom
peerDependencies. #51079 @chentsulin - TypeScript
- 🤖 Improve type of Slider
eventName
. #51156 @thinkasany
- 🤖 Improve type of Slider
- 💄 优化 Dropdown 列表较长时的滚动条样式。#51112 @Cameron-Asdf
- Slider #51150 @yoyo837
- 🐞 修复 Slider 不支持
id
属性的问题。 - 🐞 修复 Slider 导致
extractStyle
时抛出useLayoutEffect does nothing on the server
警告信息的问题。
- 🐞 修复 Slider 不支持
- 🐞 修复 ColorPicker 渐变色时,部分节点颜色拖拽会被强制重置为第一个节点颜色的问题。#51161 @zombieJ
- 🐞 修复 Table 组件在切换页面时
onChange
函数接收到错误的 sorter 值的问题。#51114 @nathanlao - Splitter
- 🐞 修复 Splitter 嵌套在一个隐藏的 Tabs 面板中时抛出警告的问题。#51109 @kiner-tang
- 🐞 修复 Splitter 组件在 Flex 组件下时出现异常间距的问题。#51096 @kiner-tang
- 🐞 杂项:重新将
react
和react-dom
添加进 peerDependencies。#51079 @chentsulin - TypeScript
- 🤖 优化 Slider
eventName
类型。#51156 @thinkasany
- 🤖 优化 Slider
v5.21.2
- 🐞 Revert #49221 to fix Typography
copyable
icon align issue. #51066 @afc163 - 🐞 Fix Tabs flicker when browser zoom is enabled. #51072 @afc163
- 🐞 Fix Select incorrect
activeBorderColor
token when variant is filled. #51054 @coding-ice - 🐞 Fixed Input.Search alignment issue between the input field and search button at different zoom levels. #50926 @nathanlao
- 💄 MISC: Tweak outline width of focus style from
4px
to3px
. #51069 @afc163 - Splitter
- 🐞 Fixed the issue with Splitter dragging abnormally on touch screen devices. #51060 @sakuraee
- 💄 Fixed Splitter.Panel style is invalid error. #51032 @wanpan11
- ⚡️ Remove TransButton in Table/Transfer/Typography. #51068 @afc163
- 🐞 回滚 #49221 以修复 Typography
copyable
图标位置偏上的问题。#51066 @afc163 - 🐞 修复 Tabs 在浏览器缩放时无限闪烁的问题。#51072 @afc163
- 🐞 修复了 Input.Search 组件中在不同缩放级别下输入框和按钮的对齐问题。#50926 @nathanlao
- 🐞 修复 Select
variant="filled"
时activeBorderColor
token 失效的问题。#51054 @coding-ice - 💄 MISC: 调整 focus 时的 outline 边框宽度,从
4px
调整到3px
。#51069 @afc163 - Splitter
- 🐞 修复 Splitter 在触屏设备上拖拽异常的问题。#51060 @sakuraee
- 💄 修复 Splitter.Panel 无法隐藏的问题。#51032 @wanpan11
- 📦 移除 Table/Transfer/Typography 内的 TransButton 实现以降低打包体积。#51068 @afc163
v5.21.1
- 🐞 Fix Button issue where
type="link"
incorrectly usedcolorPrimary
. #50962 @coding-ice - 🐞 Fix Button style class name weight issue that caused custom gradient styles to be overridden. #50962 @coding-ice
- 🐞 Fix Transfer width issue when customized as TableTransfer. #50974 @zombieJ
- 🇹🇷 Add Turkish text for
filterCheckall
in Table component. #51000 @ytahirkose
- 🐞 修复 Button
type="link"
错误使用colorPrimary
的问题。#50962 @coding-ice - 🐞 修复 Button 样式类名权重问题导致的自定义渐变样式覆盖失效的问题。#50962 @coding-ice
- 💄 修复 Transfer 在自定义为 TableTransfer 时,宽度不正确的问题。#50974 @zombieJ
- 🇹🇷 补充 Table 组件
filterCheckall
的土耳其语文案。#51000 @ytahirkose
v5.21.0
- 🔥 Introduce the new Splitter component, draggale split panel. #50038 @wanpan11
- Button
- 🔥 Button supports
variant
andcolor
properties for more combination styles. #50051 @coding-ice - 💄 Button adds
textColor
,textHoverColor
andtextActiveColor
tokens. #47870 @madocto
- 🔥 Button supports
- FloatButton
- 🆕 FloatButton supports
placement
property, allowing menus to pop up from multiple directions. #50407 @li-jia-nan - 🆕 FloatButton supports
htmlType
prop. #50892 @li-jia-nan - 💄 Unify FloatButton and FloatButton.Group button round style. #50513 @Layouwen
- 💄 Manage FloatButton's
z-index
withuseZIndex
to improve compatibility with other popup components. #50311 @li-jia-nan
- 🆕 FloatButton supports
- Menu
- 🆕 Menu.Item and Dropdown's
menu
supportsextra
prop now. #50431 @coding-ice - 🐞 Fix Menu
popupStyle
not working on SubMenu. #50922 @Wxh16144
- 🆕 Menu.Item and Dropdown's
- Table
- 🆕 Table supports
minWidth
for columns. #50416 @linxianxi - 🐞 Fix Table empty and shadow issues in virtual mode. #50416 @linxianxi
- 🐞 Fix Table column selection issue where deselection was not possible under certain circumstances. #50746 @Jarryxin
- 🆕 Table supports
- Input
- 🆕 Input.OTP support
type
to help handle some case need number only. #50811 @zombieJ - 🐞 Fix Select inside Input addon text color when Select is focused. #50486 @DDDDD12138
- 🆕 Input.OTP support
- Modal
- Descriptions
- 🐞 Fix Descriptions column is missing in some cases. #50895 @yezhonghu0503
- 🐞 Revert #49946 to fix the issue where the popup layer component inside Descriptions is being cut off. #50891 @afc163
- Upload
- 🆕 Upload will pass
name
prop to<input type="file" />
. #50652 @Wxh16144 - 🆕 Upload
showUploadList.showXxxIcon
accept a function value now. #50245 @guoyunhe
- 🆕 Upload will pass
- ColorPicker
- App
- 🐞 Fixed App warn about
zIndex
too large when using themodal
with having popup component method viauseApp
. #50829 @zombieJ - 🐞 Fix App rtl style does not respect ConfigProvider direction prop. #50246 @li-jia-nan
- 🐞 Fixed App warn about
- Pagination
- Select
- 💄 Add more tokens for Select to customize hover/focus style. #50951 @kiner-tang
- 🐞 Fix Select search text overlap with arrow icon. #50917 @yezhonghu0503
- 🐞 Fix Select extra background of clear icon when enable
allowClear
andvariant="filled"
. #50916 @thinkasany
- 🆕 Segmented adds
vertical
property and improves accessibility. #50708 @liangchaofei - 🆕 Radio.Group supports
block
prop now. #50828 @yuanliu147 - 🆕 ConfigProvider supports configuring the
className
andstyle
properties of the Splitter component. #50855 @li-jia-nan - 🆕 Image add
onActive
totoolbarRender
for toggling images . #50812 @madocto - 🆕 Add ref on List component. #50772 @Asanio06
- 🆕 Collapse support
classNames
andstyles
for semantic style customization. #50557 @wanpan11 - 💄 Make Skeleton.Node custom node by remove it's default icon children. #50278 @afc163
- 🐞 Fix Layout.Sider can not modify theme when used alone. #50780 @zombieJ
- 🐞 Fix Typography
copyable
with arraychildren
has additional,
string issue. #50813 @zombieJ - 🐞 Fix Tour where long title will overlap with close button. #50942 @kiner-tang
- 🌐 Localization
- 🇯🇵 Added
ja_JP
locale for DatePicker'sshortWeekDays
andshortMonths
text. #50893 @harapeko - 🇪🇬 Added Arabic
ar_EG
text for Image preview feature. #50851 @nathanlao - 🇬🇷 Added Greek text for the Form component. #50825 @nathanlao
- 🇪🇸 Added Spanish
es_ES
text for the Tour component. #50805 @thinkasany
- 🇯🇵 Added
- TypeScript
- 🤖 Checkbox adds onFocus
and
onBlur` in type definition. #50842 @huiliangShen - 🤖 Fix Badge property type definition to support passing mouse events. #50774 @yuanliu147
- 🤖 Checkbox adds onFocus
- 🔥 全新 Splitter 区域分割组件,自由拖拽调整区域大小。#50038 @wanpan11
- Button
- 🔥 Button 支持
variant
变体和color
颜色属性,以支持更多组合样式。#50051 @coding-ice - 💄 Button 添加
textColor
、textHoverColor
和textActiveColor
三个 token。#47870 @madocto
- 🔥 Button 支持
- FloatButton
- 🆕 FloatButton 组件支持
placement
属性,支持从四个方向弹出菜单。(实现方式改为position: absolute
+ flex 布局,可能会对你现有的布局造成 breaking change,请注意兼容)#50407 @li-jia-nan - 💄 统一 FloatButton 和 FloatButton.Group 的按钮圆角。#50513 @Layouwen
- 💄 FloatButton 组件的
z-index
加入useZIndex
管理,兼容弹层类组件。#50311 @li-jia-nan - 🆕 FloatButton 支持传入
htmlType
属性。#50892 @li-jia-nan
- 🆕 FloatButton 组件支持
- Menu
- 🆕 Menu.Item 和 Dropdown 的 menu 支持
extra
属性。#50431 @coding-ice - 🐞 修复 Menu
popupStyle
在 SubMenu 上失效的问题。#50922 @Wxh16144
- 🆕 Menu.Item 和 Dropdown 的 menu 支持
- Table
- 🆕 Table 列支持配置
minWidth
属性。#50416 @linxianxi - 🐞 修复 Table 虚拟表格下的空数据和阴影问题。#50416 @linxianxi
- 🐞 修复 Table 列选择在某些情况下无法取消选择的问题。#50746 @Jarryxin
- 🆕 Table 列支持配置
- Input
- 🆕 Input.OTP 添加
type
属性以支持只需要输入数字的场景。#50811 @zombieJ - 🐞 修复 Input Addon 内 Select 选中时的文字颜色。#50486 @DDDDD12138
- 🆕 Input.OTP 添加
- Modal
- Descriptions
- 🐞 优化 Descriptions 在某些情况下列内容消失的问题。#50895 @yezhonghu0503
- 🐞 回滚 #49946 以修复 Descriptions 内弹层组件被截断的问题。#50891 @afc163
- Upload
- 🆕 Upload
name
属性将透传给<input type="file" />
。#50652 @Wxh16144 - 🆕 Upload 的
showUploadList.showXxxIcon
选项支持传入函数。#50245 @guoyunhe
- 🆕 Upload
- ColorPicker
- App
- 🐞 修复 App 的
useApp
调用modal
方法时,填入弹层组件会警告zIndex
过大的问题。#50829 @zombieJ - 🐞 修复 App rtl 样式不遵守 ConfigProvider
direction
配置。#50246 @li-jia-nan
- 🐞 修复 App 的
- Pagination
- Select
- 💄 Select 组件新增一些 token 以支持自定义 hover 和 focus 样式。#50951 @kiner-tang
- 🐞 修复 Select 搜索模式下搜索词内容覆盖右侧图标的问题。#50917 @yezhonghu0503
- 🐞 修复 Select 同时启用
allowClear
和variant="filled"
时清除图标多余的白色背景的问题。#50916 @thinkasany
- 🆕 Segmented 新增
vertical
属性以支持垂直模式,并优化了可访问性。#50708 @liangchaofei - 🆕 Radio.Group 支持
block
属性以撑满一行。#50828 @yuanliu147 - 🆕 ConfigProvider 支持配置 Splitter 组件的
className
和style
属性。#50855 @li-jia-nan - 🆕 Image 新增
onActive
到toolbarRender
以切换图片 。#50812 @madocto - 🆕 List 组件支持传递
ref
属性。#50772 @Asanio06 - 🆕 Collapse 支持语义化
classNames
和styles
属性。#50557 @wanpan11 - 💄 移除 Skeleton.Node 默认的图标
children
使其成为真正的自定义节点。#50278 @afc163 - 🐞 修复 Typography
copyable
对数组children
复制时会有额外,
字符的问题。#50813 @zombieJ - 🐞 修复 Layout.Sider 单独使用时无法修改主题的问题。#50780 @zombieJ
- 🐞 修复 Tour 组件标题过长时会遮挡关闭按钮的问题。#50942 @kiner-tang
- 🌐 本地化
- 🇯🇵 补充 DatePicker
ja_JP
语言环境的shortWeekDays
和shortMonths
文案。#50893 @harapeko - 🇪🇬 补充 Image 预览功能的
ar_EG
阿拉伯语文案。#50851 @nathanlao - 🇬🇷 补充 Form 组件的希腊语文案。#50825 @nathanlao
- 🇪🇸 补充 Tour 组件的西班牙语文案。#50805 @thinkasany
- 🇯🇵 补充 DatePicker
- TypeScript
- 🤖 Checkbox 新增
onFocus
和onBlur
类型定义。#50842 @huiliangShen - 🤖 修复 Badge 属性类型定义不支持传递鼠标事件的问题。#50774 @yuanliu147
- 🤖 Checkbox 新增
cypress-io/cypress (cypress)
v13.15.0
Changelog: https://docs.cypress.io/guides/references/changelog#13-15-0
vercel/next.js (eslint-config-next)
v14.2.15
v14.2.14
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
- Fix: clone response in first handler to prevent race (#70082) (#70649)
- Respect reexports from metadata API routes (#70508) (#70647)
- Externalize node binary modules for app router (#70646)
- Fix revalidateTag() behaviour when invoked in server components (#70446) (#70642)
- Fix prefetch bailout detection for nested loading segments (#70618)
- Add missing node modules to externals (#70382)
- Feature: next/image: add support for images.remotePatterns.search (#70302)
Credits
Huge thanks to @styfle, @ztanner, @ijjk, @huozhi and @wyattjoh for helping!
framer/motion (framer-motion)
v11.11.7
Fixed
- Improving generic value signature for
animate
.
v11.11.6
Fixed
- Allowing generic motion value types in
animate
.
v11.11.5
Fixed
- Removed ability to define CSS variables on
style
without casting, as this was conflicting with ReactCSSProperties
.
v11.11.4
Fixed
- Memoize
AnimatePresence
safeToRemove
. - Remove duplicate
layout="size"
annotation.
v11.11.3
Fixed
- Remove
as any
requirement for CSS variables.
v11.11.2
Fix
- Make
BezierDefinition
readonly
for easier definition outside aTransition
.
v11.11.1
Fix
- Fixed optimised appear effects in granular Suspense environments.
v11.11.0
Added
-
animate
can now animate any object.
v11.10.0
Added
-
delay
with seconds now exported from"framer-motion/dom"
.
Fixed
- Only
transform
is added towill-change
when a potentially layerising value is animated asopacity
andfilter
will prematurely flattenpreserve-3d
.
v11.9.0
Added
- Mini
animate
anduseAnimate
functions.
v11.8.0
Added
- Easing functions now get compiled into
linear()
easings when animating via WAAPI.
v11.7.0
Added
- Added support for custom animation generators via
type
.
v11.6.0
Added
- Added
info
and element tracking toscroll
. - Added
steps
easing.
Changed
- Values added to
will-change
now stay there for their lifespan to prevent GPU thrashing and weird Safari subpixel jitters.
pnpm/pnpm (pnpm)
v9.12.1
: pnpm 9.12.1
Patch Changes
-
pnpm update --latest
should not update the automatically installed peer dependencies #6657. -
pnpm publish
should be able to publish from a local tarball #7950. - The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #8608.
- Prevent
EBUSY
errors caused by creating symlinks in paralleldlx
processes #8604. - Fix maximum call stack size exceeded error related to circular workspace dependencies #8599.
Platinum Sponsors
|
|
Gold Sponsors
|
|
|
|
|
|
|
Our Silver Sponsors
![]() |
|
|
|
|
|
|
v9.12.0
: pnpm 9.12
Minor Changes
-
Fix peer dependency resolution dead lock #8570. This change might change some of the keys in the
snapshots
field insidepnpm-lock.yaml
but it should happen very rarely. -
pnpm outdated
command supports now a--sort-by=name
option for sorting outdated dependencies by package name #8523. -
Added the ability for
overrides
to remove dependencies by specifying"-"
as the field value #8572. For example, to removelodash
from the dependencies, use this configuration inpackage.json
:{ "pnpm": { "overrides": { "lodash": "-" } } }
Patch Changes
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.