You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 KiB
13 KiB
order | title | toc | timeline |
---|---|---|---|
6 | Change Log | false | true |
antd
strictly follows Semantic Versioning 2.0.0.
Release Schedule
- Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
- Monthly release: minor version at the end of every month for new features.
- Major version release is not included in this schedule for breaking change and new features.
5.0.2
2022-11-27
- ๐ Fix Card radius style broken when customize
bodyStyle
background color. #38973 @Yukiniro - ๐ Optimize default algorithm for error color. #38933
- ๐ Optimize the style issue in RTL mode. #38829 @Wxh16144
- Space.Compact
- ๐ Fix horizontal Menu that has wrong width when is overflow. #38989
- ๐ Fix Table that the old filter state still takes effect when the list filter column changes. #38982
- ๐ Fix Select and Pagination incorrect text color in dark theme. #38979 @Dunqing
- ๐ Fix that Mentions
options
props not working. #38968 @heiyu4585 - ๐ Fix
dist/reset.css
dropped in production mode. #38956 @passerV - ๐ Fix Badge that
showZero
can't be used with custom color. #38967 @Wxh16144 - ๐ Fix Form validation motion flick issue. #38962
- ๐ Fix Tabs dropdown motion not work. #38892
- ๐ Fix ConfigProvider that
componentDisabled
is not work. #38886 @lidianhao123 - ๐ Fix Button
block
prop is not working whenshape="round"
. #38869 @jjlstruggle - ๐ Fix Dropdown.Button that
dropdownRender
is not executed. #38862 @imoctopus
5.0.1
2022-11-22
- ๐ Optimize Empty svg color in dark theme. #38785
- ๐ Fix Form, Input, Select, Tree part style convert to CSS-in-JS missing. #38742
- ๐ Fix animation flick for some components in Firefox. #38729
- Menu
- ๐ Fix Menu SubMenu margin style. #38714 @JarvisArt
- ๐ Fix Menu height in dark theme. #38741 @LuciNyan
- ๐ Fix Menu SubMenu flicking when expanding. #38748 @JarvisArt
- ๐ Fix that Table expanded icons are not alignedใ#38823 @turdiyev
- ๐ Fix FloatButton.BackTop missing animation. #38770 @li-jia-nan
- ๐ Remove
Moment.js
dependency. #38762 - ๐ Fix
CompoundedComponent
ts errorใ#38666 @wangcch - ๐ Rollback
lib
in packageใ#38832 @chunsch
5.0.0
2022-11-18
๐ Ant Design 5.0.0 is released, see our release note for more details.
Read it before migration
๐ If you want to migrate to Ant Design 5.0, please check V4 to V5.
Major Changes
- ๐ฅ New Components
- ๐ฅ FloatButton component, and refactor BackTop as child component of FloatButton. #37520 @li-jia-nan
- ๐ฅ Tour component. #37867 #38469 @heiyu4585
- ๐ฅ New Component Variants
- ๐ฅ DatePicker add
presets
to support preset ranges for quick selection. #38249 - ๐ฅ Progress
circle
type support responsiveformat
text for small size. #38231 @li-jia-nan - ๐ฅ Steps add
inline
type. #38311 @JarvisArt
- ๐ฅ DatePicker add
- ๐ New Design
- ๐ Change primary color to
#1677ff
. #37254 - ๐ Change basic border radius to
6px
, and support gradient radius. #37146 #37369 - ๐ Optimize transition duration. #37438
- ๐ Optimize padding and remove border for some components. #37283
- ๐ Optimize focus style for some components. #37483
- ๐ Optimize style with large border radius.
- ๐ Optimize Switch transition. #37658
- ๐ Optimize Anchor ink ball style. #38616
- ๐ Change primary color to
- ๐ Export object
theme
which contains hooks and algorithms related with theme. #36302 - ๐ ConfigProvider support
theme
prop to modify theme configuration. For more: Customize Theme. - ๐ Add
locale
directory in package, which contains commonjs locale files. #38194 @chunsch - ๐ Do not support IE browser anymore.
- ๐ Remove package
antd/lib
. #36362- ๐ Change
main
inpackage.json
todist/antd.js
. eb8835f
- ๐ Change
- ๐ Remove
dist/antd.css
, and adddist/reset.css
to override common styles. #36224 - ๐ Deprecate
visible
and provideopen
instead in components below. @yykoypj- ๐ Tag deprecate
visible
. #36671 - ๐ Table deprecate
filterDropdownVisible
and providefilterDropdownOpen
. #36747 - ๐ Drawer deprecate
visible
and provideopen
instead. #36750 - ๐ Modal deprecate
visible
and provideopen
instead. #36774 - ๐ Dropdown deprecate
visible
and provideopen
instead. #36799 - ๐ Tooltip deprecate
visible
and provideopen
instead, Popover and Popconfirm. #36807
- ๐ Tag deprecate
- ๐ Deprecate
dropdownClassName
and providepopupClassName
instead in components below. @heiyu4585- ๐ AutoComplete deprecate
dropdownClassName
and providepopupClassName
instead. #37087 - ๐ Mentions deprecate
dropdownClassName
and providepopupClassName
instead. #37122 - ๐ Cascader deprecate
dropdownClassName
and providepopupClassName
instead. #37089 - ๐ Select deprecate
dropdownClassName
and providepopupClassName
instead. #37091 - ๐ TreeSelect deprecate
dropdownClassName
and providepopupClassName
instead. #37092 - ๐ DatePicker and TimePicker deprecate
dropdownClassName
and providepopupClassName
instead. #37207
- ๐ AutoComplete deprecate
- ๐ Refactor styles with CSS-in-JS for all components.
- ๐ Remove less and css in package. #36244
- ๐ Change date library from Moment.js to Day.js, for more: Use custom date library. b22815d @iamkun
- ๐ React Notification to support React 18 concurrent mode and refactor useNotification hook๏ผwhich is preferred instead of static function. #35423 #35568
- ๐ Slider props related with Tooltip are unified into
tooltip
. #37043 @yykoypj - ๐ Migrate official site to dumi@2. #38328
4.x
Visit GitHub to read 4.x
change logs.
3.x
Visit GitHub to read 3.x
change logs.
2.x
Visit GitHub to read 2.x
change logs.
1.11.4
Visit GitHub to read change logs from 0.x
to 1.x
.