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.
20 KiB
20 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.
4.0.0-rc.4
2020-02-09
- ๐ Add color palette and palette generation tool for dark theme. #21101
- ๐ Add
style
field foroptions
prop of Checkbox.Group and Radio.Group. #21219 - ๐ Add
validateFirst
prop for Form.Item. #21178 - ๐ Add
useModal
hook for Modal to supportcontext
access. #20949 - ๐ Add
useNotification
hook for Notification to supportcontext
access. #21275 - ๐ Add
bordered
prop for SelectใTreeSelectใDatePickerใTimePicker and Cascader. #21242 - ๐ Add
selectAllLabels
prop for Transfer. #21139 @morenyang - ๐ Redesign the style of ink bar for Tabs. #21256
- ๐ Add less variable
@form-item-label-font-size
. #21216 - ๐ Fix Badge style for Badge with Typography. #21235
- ๐ Fix Checkbox not work when Checkbox and Checkbox.Group are separated by other component. #21146 @morenyang
- ๐ Fix Collapse.Panel wrong content width when
extra
prop is set. #21202 @zhiyuc123 - Form
- Input
- ๐ Fix Radio.Group style with Badge. #21215
- ๐ Fix Select no margin between lines when mode is
tags
ormultiple
. #21175 - ๐ Fix Slider dots focus style. #21244 @Kermit-Xuan
- ๐ Fix Steps icon not align when
size="small"
andlabelPlacement="vertical"
. #21258 - Table
- ๐ Fix TimePicker
defaultOpenValue
prop not work. #21198 - Transfer
- ๐ Fix wrong unit for checkbox label of header. #21136 @morenyang
- ๐ Fix icon not align in search input. #21247
- ๐ Fix Typography not focus at the end of textarea when editable is true. #21268
4.0.0-rc.3
2020-01-27
- ๐ Use native Date instead of moment to get timestamp in Countdown component. #21108 @morenyang
- ๐ Fix Input
suffix / prefix
style issue withaddonBefore / addonAfter
. #21105 @zombieJ - ๐ Improved Timeline component style in RTL mode. #21068 @xrkffgg
- ๐ Update
clearfix
mixin to remove legacyzoom
descriptor. #21109 @morenyang - ๐Card component use
@font-size-base
instead of inline14px
. #21107 @morenyang - ๐ Adjust Layout component to let
className
get higher priority. #21074 @yoyo837 - Typescript
- ๐ Fix Tree wrong event type of AntTreeNodeMouseEvent. #21102 @Jirka-Lhotka
- ๐ Fix Form.Item return type define. #21067 @zombieJ
4.0.0-rc.2
2020-01-21
- ๐ Refactor some demos to React hooks and TypeScript. #21045
- ๐ Fixed Input/Select components align issue. #20869
- Dropdown
- Input
- Table
- Select
- Form
- ๐ Added scroll options as
scrollToField
argument. #20774 - ๐ Fixed Form.Item update
help
makes layout shake. #20886 - ๐ Fixed unexpected extra rerender when Form.Item is not a real Field. #20963
- ๐ Fixed Form.Item ignore
help=""
issue. #21026 - ๐ Fixed Form.Item
label
align bug in small screen. #20836
- ๐ Added scroll options as
- ๐ Fixed message cut shadow issue. #20856
- ๐ Fixed Tooltip hidden when
title
is0
. #20894 - ๐ Fixed List
actions
inconsistent position. #20897 - ๐ Add a visual list example for Tree. #20911
- ๐ Fixed AutoComplete example styling issue. #20946
- ๐ Removed AutoComplete useless
labelInValue
. #20967 - ๐ Fixed Drawer
footerStyle
prop cause react warning. #20983 - ๐ Fixed Breadcrumb style in
rtl
mode. #21054 - ๐ Tweak Layout
className
order to end. #21041 - TypeScript
- ๐ Export DatePicker related interface. #20900
- Less variables
4.0.0-rc.1
2020-01-11
- ๐ Drawer Added
footer
andfooterStyle
properties. #20690 @DeanVanNiekerk - ๐ Switch Added
@switch-min-width
and@switch-sm-min-width
less variables. #20829 @abdih - Table
- ๐ Fix expanded icon not work when
expandRowByClick
is set. #20808 - ๐ Fix expanded row width in scaled dom element and border style. #20805
- ๐ Fix background color css priority too high to override user customize style. #20794
- ๐ Fix
rowSelection
offixed
not work. #20735 - ๐ Fix fixed columns in Chrome show the vertical scrollbar. #20705
- ๐ Fix crash when columns with empty children. #20703
- ๐ Fix expanded icon not work when
- ๐ Tweak Calendar basic style month drop-down box width and notice items of word order and card mode, select the size of the box. #20790 @xrkffgg
- DatePicker
- ๐ Input not block user input when value is
undefined
. #20783 - ๐ Fix Carousel card carousel orientation in left / right mode. #20781 @xrkffgg
- ๐ Fix Grid responsive gutter under SSR initial value of
0
. #20762 - ๐ Fix InputNumber, Select and other components icon size. #20765
- ๐ Fix Badge
z-index
higher than Table fixed columns. #20751 - ๐ Tweak font family to be same as tailwindcss. #20747
- ๐ Fix TextArea
autoSize
blink in FireFox. #20737 - ๐ Fix Form.Item not keep error message sync when hit rule changed. #20725
- ๐ Fix Form.Item add additional feedback style when
hasFeedback
is not set. #20691 - ๐ Fix Cascader search bug when
fieldNames
is existed and label/value share same name. #20720 - ๐ Fix Collapse background color with wrong less variable. #20718 @kuitos
- ๐ Fix Slider's Tooltip not follow handle. #20699
- ๐ Fix Card cover image get skretched. #20701
- ๐ Fix Typography automatic overflow with
suffix
property. #20689 @zouxiaomingya - ๐ Fix AutoComplete with customize component with wrong style. #20686
- ๐ Fix Input.Group to be partial to a pixel in Form. #20681
- TypeScript
4.0.0-rc.0
2020-01-04
Ant Design 4.0-rc released! Here is the release document.
โ ๏ธ Migrate from v3 to v4 please ref to migration documentใ
New features and improvements
- ๐ antd package size optimization, js gzipped dropped from 532.75KB to 289.89 KB. #20356
- ๐ New dark theme support. #20281
- ๐ ConfigProvider supports
direction
internationalization settingrtl
. #19380 - ๐ New Form component. #17327
- ๐ Form comes with data binding function.
- ๐ Field changes only affect the rendering of related field components and not the entire Form.
- ๐ Added
initialValues
to replace the original field initialization. - ๐ Added
validateMessages
to support modify validation templates. - ๐ Added
onFinish
andonFinishFailed
to complete the overall component verification logic. - ๐ Added
onFieldsChange
andonValuesChange
for triggering controlled state. - ๐ Provide hook support for
useForm
. - ๐ Form.Item adds
name
property for data binding. - ๐ Form.Item
validateTrigger
will only perform validation trigger and will not collect field values โโat the same time. - ๐ Form.Item adds
rules
property for data validation. - ๐ Form.Item adds
shouldUpdate
property to support render props. - ๐ Form.Item adds
dependencies
property to simplify related field update logic. - ๐ Form.Item adds
noStyle
property and adds unstyled data binding. - ๐ Added Form.List component to simplify adding, deleting, modifying and checking operations.
- ๐ Added Form.Provider component to support multi-form linkage.
- ๐ New Table component. #19678
- ๐ Added
summary
support for summary lines. - ๐ Now
fixedColumn
,expandable
, andscroll
can be mixed. - ๐ Support multi-column sort.
- ๐ Support custom
body
and add virtual scrolling example. - ๐ Expansion-related props moved into the
expandable
attribute and addrowExpandable
prop. - ๐ Use css
sticky
to achieve fixed effects to optimize performance. - ๐ Optimized
expand
animation effect.
- ๐ Added
- ๐ New DatePicker, TimePicker and Calendar components. #20023
- ๐ Support custom date library.
- ๐ Added
picker
support for setting selectors (no longer need to simulate selectors via controlledmode
). - ๐ Full range selector support: time, date, week, month, year.
- ๐ Range selector can now select start and end times individually.
- ๐ The range selector can be set to
disabled
separately for the start and end time. - ๐ The range selector allows empty start and end times.
- ๐ Optimized manual input and keyboard interaction support.
- ๐ Remove Icon and use
@ ant-design / icons
instead. #18217 - Skeleton
- ๐ Support Skeleton.Avatar placeholder component. #19898 @Rustin-Liu
- ๐ Support Skeleton.Button placeholder component. #19699 @Rustin-Liu
- ๐ Support Skeleton.Input placeholder component. #20264 @Rustin-Liu
- ๐ Tree supports virtual scrolling. #18172
- ๐ Tree Enhanced accessibility support and keyboard interaction. #18866
- ๐ Select uses virtual scrolling and enhanced accessibility support and keyboard interaction. #18658
- ๐ Uncontrolled mode when
value
isundefined
now.
- ๐ Uncontrolled mode when
- ๐ TreeSelect uses virtual scrolling and optimizes keyboard support. #19040
- ๐ Uncontrolled mode when
value
isundefined
now.
- ๐ Uncontrolled mode when
- ๐ Button adds
default
andlink
styles fordanger
. #19837 - ๐ Form and ConfigProvider support
size
setting to include component size. #20570 - ๐ Typography adds
suffix
attribute. #20224 - ๐ Progress adds
steps
subcomponent. #19613 - ๐ TextArea supports
onResize
. #20408 - ๐ Added Alert.ErrorBoundary to provide friendly error interception and prompting. #19923
- ๐ Upload supports iconRender to customize icons. #20034 @qq645381995
- ๐ Tag component preset status color. #19399
- ๐ Grid uses
flex
layout. #16635 - ๐ Fix the display error of Carousel component
dotposition
asleft | right
. #20645 @xrkffgg - ๐ Fix Alert style text overflow. #20318
- ๐ Removed warning messages for deprecated APIs. #17510
- ๐ Added warning for Avatar, Button, Modal.method and Result components using v3 strings as icons. #20226
- ๐ Add
@border-color-split-popover
ใ@input-icon-hover-color
ใ@select-clear-background
ใ@cascader-menu-border-color-split
ใ@modal-header-border-color-split
ใ@skeleton-to-color
ใ@transfer-item-hover-bg
and other less variables. #20070
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
.