Skip to content
- ๐ฅ Semantic structure. Thanks @thinkasany & @meet-student for spearheading the semantic structure implementation.
- ๐ฅ New Masonry component. #52162 @OysterD3
- ConfigProvider
- Tooltip
- ๐ฅ ConfigProvider supports configuring
tooltip.unique to enable Tooltip smooth movement. #55154 @zombieJ
- โก๏ธ Optimize Tooltip dev render performance(~40%) to enhance developer experience. #53844 @zombieJ
- Input
- ๐ Pagination quick jumper now accept numberic value only. #55700 @afc163
- Mentions
- ๐ Refactor Mentions DOM structure to support
suffix semantic and size props. #55638 @zombieJ
- ๐ Fix Mentions
autoResize=false can not drag to resize the box. #54039 @jin19980928
- ๐ Watermark support
onRemove callback when delete by manully. #55551 @984507092
- ๐ Breadcrumb supports ConfigProvider
separator global configuration. #54680 @guoyunhe
- ๐ Alert
closable supports onClose and afterClose methods. #54735 @EmilyyyLiu
- ๐ Radio.Group supports
vertical layout syntax sugar. #54727 @EmilyyyLiu
- Cascader
- ๐ Upload
accept config supports custom filtering logic. #55543 @zombieJ
- Rate
- ๐ Select support
onActive keyboard and mouse interaction. #53931 @Wxh16144
- ๐ Typography
copyable supports HTTP environment. #55073 @JeeekXY
- Form
- ๐ฅ Form
useWatch support dynamic name path. #54260 @zombieJ
- ๐ Form now excludes unregistered field values from
Form.List when getting values. #55526 @crazyair
- โก๏ธ Optimize Form
useWatch perf when lots of Form.Item unmounted. #54212 @zombieJ
- ๐ Flex support
orientation for layout. #53648 @EmilyyyLiu
- DatePicker
- ๐ DatePicker semantic structure adds panel
container support. #55388 @meet-student
- ๐ DatePicker adds
previewValue to control whether to display preview value in input when hovering over options. #55258 @meet-student
- ๐ Fix DatePicker
onChange parameter dateString returning incorrect value when clearing. #55155 @EmilyyyLiu
- Drawer
- ๐ ColorPicker
presets support linear gradient color. #53250 @zombieJ
- Collapse
- ๐ Collapse
expandIconPosition replaced with expandIconPlacement and use logical position to improve RTL experience. #54311 @EmilyyyLiu
- ๐ Fix Collapse semantic structure
icon targeting incorrect element. #55499 @thinkasany
- ๐ Fix Collapse dynamic modification of semantic icon not taking effect. #55452 @thinkasany
- Table
- ๐ Table
scrollTo support offset to adjust scroll position. #54385 @zombieJ
- ๐ Table use
pagination.placement instead of pagination.position. #54338 @EmilyyyLiu
- โจ๏ธ Improve Table a11y behavior by adding
aria-description when column is sortable. #53087 @jon-cullison
- ๐ Refactor Table
column.fixed to use start & end to support logical position. #53114 @zombieJ
- ๐ Fix Table showing duplicate filter dropdowns and tooltips when using
sticky or scroll.y. Fix Table column headers not displaying during initial render phase. #54910 @afc163
- ๐ Fix Table data not refreshing when dynamically modifying
childrenColumnName. #55559 @li-jia-nan
- Progress
- ๐ Progress use
gapPlacement instead gapPosition and replace left and right with start and end. #54329 @EmilyyyLiu
- ๐ Fix Progress indicator content not updating when props change. #55554 @thinkasany
- ๐ Grid use CSS logical position to improve RTL experience. #52560 @li-jia-nan
- Notification
- Image
- Modal
- ๐ Modal
closable support onClose props that trigger by any type of close. #54607 @EmilyyyLiu
- ๐ ConfigProvider support config Modal
okButtonProps & cancelButtonProps. #53684 @guoyunhe
- ๐ Modal adjust DOM
className to be align with semantic structure standard. #54472 @thinkasany
- โจ๏ธ Apply Modal
closable.aria-* attribute on the close button. #53289 @EmilyyyLiu
- ๐ Fix Modal quick switch
open state will make screen operation frozen. #52753 @zombieJ
- Theme
- ๐ฅ Support
zeroRuntime mode in theme prop of ConfigProvider, in order to avoid runtime style generation. #54334 @MadCcc
- ๐ MISC: CSS-in-JS support
autoPrefixTransformer to add browser style prefix. #54427 @zombieJ
- ๐ Design Token export cssVar in
useToken. #53195 @MadCcc
- ๐ MISC: Remove mark style from reset.css. #52974 @afc163
- ๐ฅ MISC: Use CSS variables by default. #52671 @MadCcc
- ๐ Design Token add
colorBorderDisabled token to unify border color in disabled state. #52421 @aojunhao123
- Segmented
- Tabs
- ๐ Replace Steps
labelPlacement to titlePlacement to unify the API. #53873 @zombieJ
- Space
- ๐ Spin support
styles.wrapper. #53448 @crazyair
- Splitter
- ๐ Splitter use
orientation instead of layout and support vertical prop. #53670 @EmilyyyLiu
- ๐ Splitter support customize handle elements and style. #52216 @wanpan11
- Tour
- Button
- ๐ Button
iconPosition replaced with iconPlacement and support logical position. #54279 @EmilyyyLiu
- ๐ Button
variant & color refactor with css variables version to reduce bundle size. #54100 @zombieJ
- ๐ Button add custom default and dashed type button background color in disabled state. #52839 @yellowryan
- Tag
- Timeline
- ๐ Timeline support
titleSpan to config the size of title. #54072 @zombieJ
- ๐ Timeline support
orientation=horizontal layout. #54031 @zombieJ
- ๐ Timeline
items.position replaced with items.placement and using logical position description to improve RTL experience. #54382 @EmilyyyLiu
- ๐ Transfer add
actions prop which accept ReactNode array. #54104 @afc163
- ๐ Carousel use
dotPlacement instead of dotPosition and supportstart and end logical position. #54294 @EmilyyyLiu
- ๐ Divider use
orientation instead of type and support vertical syntax sugar. #53645 @EmilyyyLiu
- ๐ AutoComplete merge search related props into
showSearch. #54184 @EmilyyyLiu
- ๐ Menu support
popupRender for popup customization. #53566 @Zyf665
- ๐ Message support
pauseOnHover that pause count down when user hover on it. #53785 @EmilyyyLiu
- ๐
reset.css removes IE compatibility. #55108 @thinkasany
- ๐ Slider support
orientation to config layout. #53671 @EmilyyyLiu
- ๐ Remove InputNumber mobile default hidden controls. #54900 @Wxh16144
- ๐ Image mask adds blur effect. #54714 @EmilyyyLiu
- ๐ Modal mask adds blur effect. #54670 @EmilyyyLiu
- ๐ Deprecated List component and removed from document. #54182 @zombieJ
- ๐ Fix Statistic.Timer
onFinish & onChange not trigger when window is inactive. #53894 @Psiphonc
- ๐ Badge refactor
offset style offset to CSS logical position. #55245 @li-jia-nan
- ๐ BackTop has been removed. #52206 @li-jia-nan
- ๐ Icon has been removed. #52241 @li-jia-nan
- ๐ Remove Dropdown.Button, please use Space.Compact instead. #53793 @Meet-student
- ๐ MISC: Replace
classNames library with clsx. 0246702 #55164 @lijianan
- ๐ MISC: Remove MediaQueryList compatibility code for legacy browsers. #55396 @li-jia-nan
- ๐ MISC: Remove React 19 compatibility code, antd now supports React 19 by default. #55274 @li-jia-nan
- ๐ MISC: Remove
copy-to-clipboard deps. #54448 @765477020
- ๐ฅ MISC: Raise build target which will not support IE anymore. #53390 @zombieJ
- ๐ฅ MISC: Enabled
React Compiler in the bundled outputs antd.js and antd.min.js to improve performance. Users in CJS/ESM environments can choose to enable it as needed. For more details, refer to the React documentation. #55781 @li-jia-nan
- ๐ฅ MISC: Color-related components now support preset color names (e.g.,
red, blue, green, etc.). #53241 @zombieJ
- ๐ Add Marathi locale translation. #55179 @divyeshagrawal
- TypeScript
- ๐ค Optimize Notification
duration definition, now disable close is false. #55580 @wanpan11
- ๐ฅ ็ปไปถ่ฏญไนๅ็ปๆใๆ่ฐข @thinkasany ไธ @meet-student ไธปๅฏผๆดไธช่ฏญไนๅ็ปๆ็ๅผๅๅทฅไฝใ
- ๐ฅ ๆฐๅข Masonry ็ๅธๆต็ปไปถใ#52162 @OysterD3
- ConfigProvider
- Tooltip
- ๐ฅ ConfigProvider ๆฏๆ้
็ฝฎ
tooltip.unique ่ฎฉ Tooltip ๆฏๆๅนณๆป็งปๅจใ#55154 @zombieJ
- โก๏ธ ไผๅ Tooltip ๅผๅๆจกๅผไธๆง่ฝ๏ผ็บฆ ~40%๏ผไปฅๆๅ็ ๅไฝ้ชใ#53844 @zombieJ
- Input
- ๐ฅ InputNumber ๅขๅ
mode="spinner" ๆจ่ฝฎๆจกๅผใ#55592 @guoyunhe
- ๐ Input.Search ้ๆๅบๅผๅ
้จ
addon* ็ไฝฟ็จ๏ผ็จ Space.Compact ๆฟๆขใ#55705 @EmilyyyLiu
- ๐ ไฟฎๅค Input.TextArea ็
styles.textarea ๆ ๆณ่ฆ็ๅ
็ฝฎๆ ทๅผ็้ฎ้ขใ#55579 @meet-student
- ๐ Pagination ๅฟซ้่ทณ่ฝฌ่พๅ
ฅๆก็ฐๅจ้ๅถๅช่ฝ่พๅ
ฅๆฐๅญใ#55700 @afc163
- Mentions
- ๐ ้ๆ Mentions DOM ็ปๆๅนถๆฏๆ
suffix ่ฏญไนๅ็ปๆไปฅๅ size ๅฑๆงใ#55638 @zombieJ
- ๐ ไฟฎๅค Mentions ็
autoResize=false ๆถ๏ผๆ ๆณๆๆฝ็ผฉๆพๅฐบๅฏธ็้ฎ้ขใ#54039 @jin19980928
- ๐ Watermark ๆฐๅข
onRemove ไปฅๆฏๆ่ขซ็จๆทๆๅทฅๅ ้ค็ไบไปถ่งฆๅใ#55551 @984507092
- ๐ Breadcrumb ๆฏๆ ConfigProvider
separator ๅ
จๅฑ้
็ฝฎใ#54680 @guoyunhe
- ๐ Alert
closable ๆฏๆ onClose ๅ afterClose ๆนๆณใ#54735 @EmilyyyLiu
- ๐ Radio.Group ๆฏๆ
vertical ็บตๅๆๅ่ฏญๆณ็ณใ#54727 @EmilyyyLiu
- Cascader
- ๐ Upload
accept ้
็ฝฎๆฏๆ่ชๅฎไน่ฟๆปค้ป่พใ#55543 @zombieJ
- Rate
- ๐ Select ๆฏๆ้ฎ็ๅ้ผ ๆ ไบคไบๆถ
onActive ๅ่ฐใ#53931 @Wxh16144
- ๐ Typography
copyable ๆฏๆ HTTP ็ฏๅขใ#55073 @JeeekXY
- Form
- ๐ฅ Form
useWatch ๆฏๆๅจๆๆดๆน็ๅฌๅญๆฎตๅ็งฐใ#54260 @zombieJ
- ๐ Form ็ฐๅจๅๅผไผๆ้ค
Form.List ไธญๆช่ขซๆณจๅ็ๅญๆฎตๅผใ#55526 @crazyair
- โก๏ธ ไผๅ Form ๅจๅคง้ๅญๆฎตๅธ่ฝฝๆถ
useWatch ็ๆง่ฝใ#54212 @zombieJ
- ๐ Flex ๅขๅ
orientation ๅฑๆง็จไบๅธๅฑ๏ผๅ vertical ่ฏญๆณ็ณไป็ถไฟ็ใ#53648 @EmilyyyLiu
- DatePicker
- ๐ DatePicker ่ฏญไนๅ็ปๆๆฐๅข้ขๆฟ
container ๆฏๆใ#55388 @meet-student
- ๐ DatePicker ๆฐๅข
previewValue ๏ผไปฅๆงๅถ้ผ ๆ ๆฌๅๅจ้้กนๆถๆฏๅฆ่พๅ
ฅๆกๅฑ็คบ้ข่งๅผใ#55258 @meet-student
- ๐ ไฟฎๅค DatePicker ๅจๆธ
็ฉบๆถ๏ผ
onChange ๅๆฐ dateString ่ฟๅๅผ้่ฏฏ็้ฎ้ขใ#55155 @EmilyyyLiu
- Drawer
- ๐ ColorPicker
presets ๆฏๆๆธๅ่ฒ้ข่ฎพๅผใ#53250 @zombieJ
- Collapse
- ๐ Collapse
expandIconPosition ๆฟๆขไธบexpandIconPlacement๏ผๅนถไฝฟ็จ้ป่พไฝ็ฝฎไปฅไผๅ RTL ไฝ้ชใ#54311 @EmilyyyLiu
- ๐ ไฟฎๅค Collapse ่ฏญไนๅ็ปๆ
icon ไฝ็จๅ
็ด ไธๆญฃ็กฎ็้ฎ้ขใ#55499 @thinkasany
- ๐ ไฟฎๅค Collapse ๅจๆไฟฎๆน่ฏญไนๅ icon ไธ็ๆ็้ฎ้ขใ#55452 @thinkasany
- Table
- ๐ Table
scrollTo ๆนๆณๆฏๆ offset ไปฅ่ฎพ็ฝฎๆปๅจๅ็งป้ใ#54385 @zombieJ
- ๐ Table
pagination.position ๆฟๆขไธบ pagination.placementใ#54338 @EmilyyyLiu
- โจ๏ธ โจ๏ธ ไผๅ Table
column ไธบ sortable ๆถ็ aria-description ๅฏ่ฎฟ้ฎๆงๅฑๆงใ#53087 @jon-cullison
- ๐ ้ๆ Table
column.fixed ็จ start ๅ end ็้ป่พไฝ็ฝฎไปฅๆฏๆ RTLใ#53114 @zombieJ
- ๐ ไฟฎๅค Table ๅจไฝฟ็จ
sticky ๆ scroll.y ๆถๅบ็ฐ้ๅค็็ญ้ไธๆๆกๅๆ็คบๆฐๆณกๆพ็คบ็้ฎ้ขใไฟฎๅค Table ๆธฒๆๅๅง้ถๆฎตๅๅคดไธๆพ็คบ็้ฎ้ขใ#54910 @afc163
- ๐ ไฟฎๅค Table ๅจๅจๆไฟฎๆน
childrenColumnName ๆถ๏ผๆฐๆฎไธไผๅทๆฐ็้ฎ้ขใ#55559 @li-jia-nan
- Progress
- ๐ Progress
gapPosition ๆฟๆขไธบ gapPlacement๏ผๅนถไฝฟ็จไฝ็ฝฎๆ่ฟฐๅผ start ๅ end ๅไปฃ left ๅ rightใ#54329 @EmilyyyLiu
- ๐ ไฟฎๅค Progress ๅจๅๆด props ๆถ๏ผๆ็คบๅ
ๅฎนไธไผๆดๆฐ็้ฎ้ขใ#55554 @thinkasany
- ๐ Grid ไฝฟ็จ CSS ้ป่พไฝ็ฝฎไปฅๆฏๆ RTL ไฝ้ชใ#52560 @li-jia-nan
- Notification
- ๐ Notification ๆไพ
closable ๅฑๆงๅฐ onClose ไธ closeIcon ๆถๆ่ณๅ
ถไธญใ#54645 @EmilyyyLiu
- ๐ Notification ๆฏๆ่ชๅฎไน่ฟๅบฆๆก้ข่ฒใ#52964 @yellowryan
- Image
- ๐ Image ็้ข่ง้ฎ็ฝฉ
cover ๆฏๆ่ฎพ็ฝฎ้ฎ็ฝฉไฝ็ฝฎใ#54492 @kiner-tang
- ๐ Image ็งป้ค้ป่ฎค็ๆฅ็ๅพๆ ๅๆๆก๏ผไป็ถๅฏไปฅ้่ฟ
cover ้
็ฝฎ๏ผใ#54379 @765477020
- ๐ ไฟฎๅค Image ๅจ RTL ไธ้ข่งๆๆก็ๅฑ็คบ้ฎ้ขใ#53596 @aojunhao123
- Modal
- ๐ Modal
closable ๆฏๆ onClose ๅฑๆงไปฅไปปๆๆนๅผๅ
ณ้ญๆถ่งฆๅใ#54607 @EmilyyyLiu
- ๐ ConfigProvider ๆฏๆ้
็ฝฎ Modal ็
okButtonProps ๅ cancelButtonPropsใ#53684 @guoyunhe
- ๐ Modal ่ฐๆด DOM
className ไปฅไธ่ฏญไนๅ็ปๆ่ง่ไฟๆไธ่ดใ#54472 @thinkasany
- โจ๏ธ ๅฐ Modal ๅจ
closable ๅฏน่ฑกไธญ้
็ฝฎ็ aria-* ๅฑๆงๅบ็จๅฐๅ
ณ้ญๆ้ฎไธใ#53289 @EmilyyyLiu
- ๐ ไฟฎๅค Modal ๅฟซ้ๅๆข
open ็ถๆๆถ๏ผๅฑๅนไบคไบไผ่ขซ้ๅฎ็้ฎ้ขใ#52753 @zombieJ
- Tabs
- Theme
- ๐ฅ ๆฏๆ้่ฟ ConfigProvider ็
theme ไธญๅผๅฏ zeroRuntime๏ผๅฑ่ฝ cssinjs ๆ ทๅผ็ๆใ#54334 @MadCcc
- ๐ ๆ้กน๏ผCSS-in-JS ๆฏๆ้
็ฝฎ
autoPrefixTransformer ๆทปๅ ๆต่งๅจๆ ทๅผๅ็ผใ#54427 @zombieJ
- ๐ Design Token: ๅจ
useToken ไธญ้ๅบ css ๅ้ใ#53195 @MadCcc
- ๐ ๆ้กน๏ผไป reset.css ไธญ็งป้ค mark ๆ ทๅผใ#52974 @afc163
- ๐ฅ ๆ้กน๏ผ้ป่ฎคไฝฟ็จ CSS ๅ้ใ#52671 @MadCcc
- ๐ Design Token ๆฐๅข
colorBorderDisabled token ไปฅ็ปไธ็ฆ็จ็ถๆไธ็่พนๆก้ข่ฒใ#52421 @aojunhao123
- Segmented
- ๐ ้ๅฝๅ Steps ็
labelPlacement ไธบ titlePlacement ไปฅ็ปไธ APIใ#53873 @zombieJ
- Space
- ๐ Spin ๆฏๆ
styles.wrapperใ#53448 @crazyair
- Splitter
- Tour
- Button
- ๐ Button
iconPosition ๆฟๆขไธบ iconPlacement ๅนถๆฏๆ้ป่พไฝ็ฝฎๆ่ฟฐใ#54279 @EmilyyyLiu
- ๐ Button
variant ไธ color ๆ ทๅผ้ๆไธบ css variables ็ๆฌไปฅ้ไฝๅฐบๅฏธใ#54100 @zombieJ
- ๐ Button ๆฐๅข่ชๅฎไนๆฎ้ใ่็บฟ็ฑปๅ็ๆ้ฎๅจ็ฆ็จ็ถๆไธ็่ๆฏ้ข่ฒใ#52839 @yellowryan
- Tag
- Timeline
- ๐ Timeline ๆฏๆ
titleSpan ไปฅ้
็ฝฎ title ๅ ็จๅฐบๅฏธใ#54072 @zombieJ
- ๐ Timeline ๆฏๆ
orientation=horizontal ๅธๅฑใ#54031 @zombieJ
- ๐ TimeLine
items.position ๆฟๆขไธบ items.placement ๅนถไฝฟ็จ้ป่พไฝ็ฝฎไปฅไผๅ RTL ไฝ้ชใ#54382 @EmilyyyLiu
- ๐ Transfer ๆฐๅข
actions ๅฑๆงๅฏ็จไบ่ชๅฎไนๆไฝๆ้ฎใ#54104 @afc163
- ๐ Carousel
dotPosition ๆฟๆขไธบ dotPlacement๏ผไฝฟ็จไฝ็ฝฎๆ่ฟฐๅผ start ๅ end ๅไปฃ left ๅ rightใ#54294 @EmilyyyLiu
- ๐ Divider ไฝฟ็จ
orientation ๆฟๆข type๏ผๅนถไธๆฏๆ vertical ่ฏญๆณ็ณใ#53645 @EmilyyyLiu
- ๐ AutoComplete ๅฐๆ็ดข็ธๅ
ณๅฑๆงๅๅนถ่ณ
showSearch ๅฑๆงใ#54184 @EmilyyyLiu
- ๐ Menu ๆฏๆ
popupRender ๅฑๆง่ชๅฎไนๅผนๅบๅฑใ#53566 @Zyf665
- ๐ Message ๆฏๆ
pauseOnHover ไปฅ้
็ฝฎ็จๆทๅจๆฌๆตฎๆถๆๅๅ่ฎกๆถใ#53785 @EmilyyyLiu
- ๐
reset.css ็งป้คๅฏน IE ็ๅ
ผๅฎนใ#55108 @thinkasany
- ๐ Slider ๆฏๆ
orientation ็จไบ้
็ฝฎๅธๅฑๆนๅใ#53671 @EmilyyyLiu
- ๐ ็งป้ค InputNumber ็งปๅจ็ซฏๅฏนไบๆงๅถๅจ้ป่ฎค้่ใ#54900 @Wxh16144
- ๐ Image ้ฎ็ฝฉๆทปๅ ๆจก็ณๆๆใ#54714 @EmilyyyLiu
- ๐ Modal ้ฎ็ฝฉๆทปๅ ๆจก็ณๆๆใ#54670 @EmilyyyLiu
- ๐ ไฟฎๅค Statistic.Timer ๅจ้กต้ข่ฟๅ
ฅ้ๆฟๆดปๆๆถ๏ผ
onFinish ๅ onChange ๆช่งฆๅ็้ฎ้ขใ#53894 @Psiphonc
- ๐ ๅบๅผ List ็ปไปถๅนถไธไปๅฎ็ฝ็งป้คใ#54182 @zombieJ
- ๐ BackTop ๅฎๆ็ๅฝๅจๆๅทฒ่ขซ็งป้คใ#52206 @li-jia-nan
- ๐ Icon ๅ ไฝ็ปไปถๅฎๆ็ๅฝๅจๆๅทฒ่ขซ็งป้คใ#52241 @li-jia-nan
- ๐ ็งป้ค Dropdown.Button๏ผ่ฏทไฝฟ็จ Space.Compactใ#53793 @Meet-student
- ๐ Badge ้ๆ
offset ๆ ทๅผๅ็งปไธบ CSS ้ป่พไฝ็ฝฎใ#55245 @li-jia-nan
- ๐ ๆ้กน๏ผๆฟๆข
classNames ๅบไธบ clsxใ0246702 #55164 @lijianan
- ๐ ๆ้กน๏ผ็งป้ค MediaQueryList ้ๅฏนๆง็ๆต่งๅจ็ๅ
ผๅฎนไปฃ็ ใ#55396 @li-jia-nan
- ๐ ๆ้กน๏ผ็งป้ค React 19 ๅ
ผๅฎนไปฃ็ ๏ผ็ฐๅจ antd ้ป่ฎคๆฏๆ React 19ใ#55274 @li-jia-nan
- ๐ ๆ้กน๏ผ็งป้ค
copy-to-clipboard ไพ่ตใ#54448 @765477020
- ๐ฅ ๆ้กน๏ผๆๅๆๅปบ็ฎๆ ็ๆฌ๏ผไธๅๆฏๆ IEใ#53390 @zombieJ
- ๐ฅ ๆ้กน๏ผๅจๆๅ
ไบง็ฉ
antd.js ไปฅๅ antd.min.js ไธญๅฏ็จไบ React Compiler ไปฅไผๅๆง่ฝ๏ผๅฏนไฝฟ็จ CJS/ESM ๅบๆฏ็็จๆทๅฏ่ช่ก้ๆฉๅผๅฏ๏ผๅ่React ๅฎๆนๆๆกฃใ #55781 @li-jia-nan
- ๐ฅ ๆ้กน๏ผ้ข่ฒ็ธๅ
ณ็ปไปถ็ฐๅจๆฏๆ้ข่ฎพ้ข่ฒๅ๏ผๅฆ
red, blue, green ็ญ็ญ๏ผใ#53241 @zombieJ
- ๐ ๆทปๅ ้ฉฌๆๅฐ่ฏญๅฝ้
ๅ็ฟป่ฏใ#55179 @divyeshagrawal
- TypeScript
- ๐ค ไผๅ Notification
duration ๅฎไน๏ผ็ฐๅจ็ฆๆญขๅ
ณ้ญไธบ falseใ#55580 @wanpan11