diff --git a/packages/tdesign-react/CHANGELOG.en-US.md b/packages/tdesign-react/CHANGELOG.en-US.md new file mode 100644 index 0000000000..7550bfdd04 --- /dev/null +++ b/packages/tdesign-react/CHANGELOG.en-US.md @@ -0,0 +1,1339 @@ +--- +title: Changelog +docClass: timeline +toc: false +spline: explain +--- + +## 🌈 1.15.7 `2025-10-24` +### πŸš€ Features +- `Divider`: Support `size` to control spacing size @HaixingOoO ([#3893](https://github.com/Tencent/tdesign-react/pull/3893)) +### 🐞 Bug Fixes +- `TreeSelect`: Fix error when deleting options not in `data` @RylanBot ([#3886](https://github.com/Tencent/tdesign-react/pull/3886)) +- `EnhancedTable`: Fix exception where rows cannot expand normally after dragging and dynamically closing `dragSort` @RylanBot ([#3896](https://github.com/Tencent/tdesign-react/pull/3896)) +- `Menu`: Avoid hiding icons wrapped in `span` when menu is collapsed @QuentinHsu([common#2303](https://github.com/Tencent/tdesign-common/pull/2303)) +- `Textarea`: Fix issue where setting `autosize` does not fully auto-expand height when content is too long, resulting in scrollbar @engvuchen ([#3856](https://github.com/Tencent/tdesign-react/pull/3856)) +- `RadioGroup`: Fix error caused by reading `null` during keyboard operation @RylanBot ([#3906](https://github.com/Tencent/tdesign-react/pull/3906)) +- `Loading`: Fix issue where `delay` does not take effect @RylanBot ([#3859](https://github.com/Tencent/tdesign-react/pull/3859)) +- `Form`: + - Fix English translation error for error messages `max` and `min` @liweijie0812([common#2304](https://github.com/Tencent/tdesign-common/pull/2304)) + - Fix issue where nested `FormList` cannot use `add` to correctly add forms @RylanBot ([#3881](https://github.com/Tencent/tdesign-react/pull/3881)) +- `Select`: @RylanBot ([#3879](https://github.com/Tencent/tdesign-react/pull/3879)) + - Fix issue where `disabled` options can still be deleted when `multiple` is enabled + - Fix issue where `disabled` and selected options have their state modified by `checkAll` + - Fix issue where `checked` and `indeterminate` states of `checkAll` checkbox are unreasonable when `disabled` items exist +- `VirtualScroll`: @RylanBot ([#3878](https://github.com/Tencent/tdesign-react/pull/3878)) + - Fix issue where data cannot refresh correctly when switching `threshold` between non-virtual scroll and virtual scroll + - Fix issue where the configuration for enabling virtual scrolling was not set, and the related calculations were also initiated + +## 🌈 1.15.6 `2025-10-10` +### 🐞 Bug Fixes +- `VirtualScroll`: Fix component warning issue when components with virtual scroll are used with sub-components in async request scenarios @uyarn ([#3876](https://github.com/Tencent/tdesign-react/pull/3876)) + +## 🌈 1.15.5 `2025-10-05` +### 🐞 Bug Fixes +- `Watermark`: Fix issue with using in SSR scenario in version `1.15.2` @Wesley-0808([#3873](https://github.com/Tencent/tdesign-react/pull/3873)) +- `Descriptions`: Fix spacing issue in borderless mode @liweijie0812 ([#3873](https://github.com/Tencent/tdesign-react/pull/3873)) + +## 🌈 1.15.4 `2025-10-01` +### πŸš€ Features +- `ImageViewer`: Support `trigger` pass in image `index` parameter, trigger's `open` method parameters may have type differences with bound element trigger events, if you encounter this issue, please change to `()=> open()` use similar anonymous function @betavs ([#3827](https://github.com/Tencent/tdesign-react/pull/3827)) +### 🐞 Bug Fixes +- `Swiper`: Fix issue where autoplay fails after clicking navigation bar on mobile @uyarn ([#3862](https://github.com/Tencent/tdesign-react/pull/3862)) +- `List`: Remove redundant code introduced in version `1.15.2` that causes initialization lag when virtual scroll is enabled @RylanBot ([#3863](https://github.com/Tencent/tdesign-react/pull/3863)) +- `Select`: Remove redundant code introduced in version `1.15.2` that causes initialization lag when virtual scroll is enabled @RylanBot ([#3863](https://github.com/Tencent/tdesign-react/pull/3863)) + +## 🌈 1.15.3 `2025-09-29` +### 🐞 Bug Fixes +- `Select`: Fix issue where `style` and `className` of `OptionGroup` do not take effect @uyarn ([#3855](https://github.com/Tencent/tdesign-react/pull/3855)) + +## 🌈 1.15.2 `2025-09-29` +### πŸš€ Features +- `Watermark`: Add `layout` API, support generating watermarks with different layouts, `watermarkText` supports font configuration @Wesley-0808 ([#3817](https://github.com/Tencent/tdesign-react/pull/3817)) +- `Drawer`: Optimize issue where component content gets selected during drag-resize process @uyarn ([#3844](https://github.com/Tencent/tdesign-react/pull/3844)) +### 🐞 Bug Fixes +- `Watermark`: Fix issue where entire canvas content becomes grayscale when multi-line image-text watermark image is configured with grayscale @Wesley-0808 ([#3817](https://github.com/Tencent/tdesign-react/pull/3817)) +- `Slider`: Fix return value and related display exceptions caused by precision issues after setting `step` @uyarn ([#3821](https://github.com/Tencent/tdesign-react/pull/3821)) +- `TagInput`: Fix issue where `inputValue` in `onBlur` is always empty @RylanBot ([#3841](https://github.com/Tencent/tdesign-react/pull/3841)) +- `Cascader`: Fix issue where parent node is unexpectedly highlighted when selecting only child node in `single` mode @RylanBot ([#3840](https://github.com/Tencent/tdesign-react/pull/3840)) +- `DateRangePickerPanel`: Fix issue where clicking panel cannot sync when `preset` involves cross-year dates @RylanBot ([#3818](https://github.com/Tencent/tdesign-react/pull/3818)) +- `EnhancedTable`: Fix issue where position is reset when clicking expand after node drag @RylanBot ([#3780](https://github.com/Tencent/tdesign-react/pull/3780)) +- `Table`: @RylanBot + - Fix issue where `onSortChange` always returns `undefined` when `multipleSort` is enabled but `sort` or `defaultSort` is not declared ([#3824](https://github.com/Tencent/tdesign-react/pull/3824)) + - Fix issue where last row content is obscured when virtual scroll is enabled and `firstFullRow` / `lastFullRow` etc. are set simultaneously ([#3792](https://github.com/Tencent/tdesign-react/pull/3792)) + - Fix issue where `fixedRows` / `firstFullRow` / `lastFullRow` cannot be used in combination under virtual scroll ([#3792](https://github.com/Tencent/tdesign-react/pull/3792)) + - Fix issue with abnormal scrollbar length during virtual scroll initialization ([#3792](https://github.com/Tencent/tdesign-react/pull/3792)) + - Fix issue where fixed header and fixed columns cannot align ([#3792](https://github.com/Tencent/tdesign-react/pull/3792)) + - Fix issue where `defaultCurrent` must be declared for correct pagination when `pagination` is uncontrolled ([#3822](https://github.com/Tencent/tdesign-react/pull/3822)) + - Fix issue where clicking pagination still triggers data update when `pagination` is controlled and unchanged ([#3822](https://github.com/Tencent/tdesign-react/pull/3822)) + - Fix issue where editable cell content does not sync when `data` changes ([#3826](https://github.com/Tencent/tdesign-react/pull/3826)) +- `SelectInput`: @RylanBot ([#3838](https://github.com/Tencent/tdesign-react/pull/3838)) + - Fix issue where `onBlur` does not take effect when `popupVisible={false}` is customized + - Fix issue where `onBlur` is missing `tagInputValue` parameter when `multiple` is enabled +- `Select`: + - Fix issue where using `keys` to configure `content` as `label` or `value` does not take effect @RylanBot @uyarn ([#3829](https://github.com/Tencent/tdesign-react/pull/3829)) + - Fix issue with blank screen and scrollbar being unexpectedly reset when dynamically switching to virtual scroll @RylanBot ([#3792](https://github.com/Tencent/tdesign-react/pull/3792)) ([#3836](https://github.com/Tencent/tdesign-react/pull/3836)) + - Fix issue where displayed data is not synchronized when virtual scroll is enabled and data is dynamically updated @huangchen1031 ([#3839](https://github.com/Tencent/tdesign-react/pull/3839)) +- `List`: + - Fix issue where some APIs of `ListItem` do not take effect after enabling virtual scroll @FlowerBlackG ([#3835](https://github.com/Tencent/tdesign-react/pull/3835)) + - Fix issue where scrollbar is unexpectedly reset when dynamically switching to virtual scroll @RylanBot ([#3792](https://github.com/Tencent/tdesign-react/pull/3792)) ([#3836](https://github.com/Tencent/tdesign-react/pull/3836)) + +## 🌈 1.15.1 `2025-09-12` +### 🐞 Bug Fixes +- `ImageViewer`: Fix issue with abnormal `imageScale` configuration effect @uyarn ([#3814](https://github.com/Tencent/tdesign-react/pull/3814)) + +## 🌈 1.15.0 `2025-09-11` +### πŸš€ Features +- `Icon`: @uyarn ([#3802](https://github.com/Tencent/tdesign-react/pull/3802)) + - `tdesign-icons-react` Release version `0.6.0`,Add `align-bottom`, `no-result`, `no-result-filled`, `tree-list`, `wifi-no`, `wifi-no-filled`, `logo-stackblitz-filled`, `logo-stackblitz`, `logo-wecom-filled` icons,Remove icons, please note when upgrading ⚠️ + - Icon resources used in on-demand loading support variable weight feature, configured via `strokeWidth` property + - Icon resources used in on-demand loading support multi-color fill feature, configured via `strokeColor` and `fillColor` properties +- `DatePicker`: Support not closing popup when clicking `preset` by overriding `popupProps` @RylanBot ([#3798](https://github.com/Tencent/tdesign-react/pull/3798)) +### 🐞 Bug Fixes +- `Tree`: Fix issue with abnormal expand/collapse icon display after dragging @RylanBot ([#3756](https://github.com/Tencent/tdesign-react/pull/3756)) +- `TreeItem`: Correct node attribute `date-target` spelling to `data-target`, please note this change if you previously used this attribute ⚠️ @RylanBot ([#3756](https://github.com/Tencent/tdesign-react/pull/3756)) +- `MessagePlugin`: Fix error when `content` is `''` / `undefined` / `null` @RylanBot ([#3778](https://github.com/Tencent/tdesign-react/pull/3778)) +- `Table`: Fix page flicker issue caused by `Loading` mounting when `` is not enabled @RylanBot ([#3775](https://github.com/Tencent/tdesign-react/pull/3775)) +- `Upload`: Fix `status` update error in drag mode @RSS1102 ([#3801](https://github.com/Tencent/tdesign-react/pull/3801)) +- `Input`: Fix issue where `onFocus` and `onBlur` are not triggered when `readonly` is enabled or `allowInput` is disabled @RylanBot ([#3800](https://github.com/Tencent/tdesign-react/pull/3800)) +- `Cascader`: + - Fix issue with abnormal `valueDisplay` rendering when `multiple` and `valueType='full'` are enabled @RSS1102 ([#3809](https://github.com/Tencent/tdesign-react/pull/3809)) + - Fix `1.11.0` version introduced new feature, causes inability to select bottom options issue @RylanBot ([#3772](https://github.com/Tencent/tdesign-react/pull/3772)) +- `Select`: Avoid frequently triggering repeated rendering of `valueDisplay` when opening and closing dropdown @RylanBot ([#3808](https://github.com/Tencent/tdesign-react/pull/3808)) +- `TagInput`: Avoid frequently triggering repeated rendering of `valueDisplay` when opening and closing dropdown @RylanBot ([#3808](https://github.com/Tencent/tdesign-react/pull/3808)) +- `Dialog`: Fix infinite loop caused by using `ref` in React 19 environment issue @RylanBot ([#3799](https://github.com/Tencent/tdesign-react/pull/3799)) +- `Drawer`: Fix infinite loop caused by using `ref` in React 19 environment issue @RylanBot ([#3799](https://github.com/Tencent/tdesign-react/pull/3799)) +- `Popup`: Fix `delay` is set to 0 when moving out of Trigger element exception issue @HaixingOoO ([#3806](https://github.com/Tencent/tdesign-react/pull/3806)) +- `Tooltip`: Fix `delay` API type incompleteness issue @HaixingOoO ([#3806](https://github.com/Tencent/tdesign-react/pull/3806)) + +### 🚧 Others +- `react-render`: Fix after introducing `react-19-adapter` still shows warning to introduce related modules issue @HaixingOoO ([#3790](https://github.com/Tencent/tdesign-react/pull/3790)) + +## 🌈 1.14.5 `2025-08-26` +### 🐞 Bug Fixes +- `Watermark`: improvewatermarkcomponentin SSR scenariocompatible issue @uyarn ([#3765](https://github.com/Tencent/tdesign-react/pull/3765)) + +## 🌈 1.14.3 `2025-08-26` +### 🐞 Bug Fixes +- `Pagination`: Fixnavigateiconsdoes not reset to correct state issue @phalera ([#3758](https://github.com/Tencent/tdesign-react/pull/3758)) +- `Watermark`: Fix `1.14.0` versiondefaulttext colormissingopacity issue @uyarn ([#3760](https://github.com/Tencent/tdesign-react/pull/3760)) +- `Watermark`: Fix `1.14.0` versionnotcompatible SSR scenario issue @uyarn ([#3760](https://github.com/Tencent/tdesign-react/pull/3760)) + +## 🌈 1.14.2 `2025-08-22` +### 🐞 Bug Fixes +- `Dialog`: Fix `1.14.0` versionintroduced new featurecause `draggable` disable failure issue @RylanBot ([#3753](https://github.com/Tencent/tdesign-react/pull/3753)) + +## 🌈 1.14.1 `2025-08-22` +### 🐞 Bug Fixes +- `Steps`: Fix `1.13.2` versioncause `theme` notis `default` whenduplicate renderingicons issue @RSS1102 ([#3748](https://github.com/Tencent/tdesign-react/pull/3748)) + +## 🌈 1.14.0 `2025-08-21` +### πŸš€ Features +- `Tabs`: move `remove` eventdelete fromiconsmove to outer container, ensure replacementiconsfunction normallyusing,hasoverridedeleteiconsstyleplease note thischangemore ⚠️ @RSS1102 ([#3736](https://github.com/Tencent/tdesign-react/pull/3736)) +- `Card`: Add `header ClassName`, `header Style`, `body ClassName`, `body Style`, `footer ClassName`, `footer Style`,convenient for customizing cardcomponenteach part style @lifei Front ([#3737](https://github.com/Tencent/tdesign-react/pull/3737)) +- `Form`: `rules` Supportconfigurevalidate nested fields @uyarn ([#3738](https://github.com/Tencent/tdesign-react/pull/3738)) +- `ImageViewer`: Adjust `imageScale` internalpropertiesvaluechangeisoptional @willsontao Zzz ([#3710](https://github.com/Tencent/tdesign-react/pull/3710)) +- `Select`: Support `on Create` and `multiple` withusing @uyarn ([#3717](https://github.com/Tencent/tdesign-react/pull/3717)) +- `Table`: Addswitch pagination afterreset scrollbar to top feature @RSS1102 ([#3729](https://github.com/Tencent/tdesign-react/pull/3729)) +- `Tree`: `on DragLeave` and `on DragOver` add `drag Node`, `drop Position` parameter @phalera ([#3728](https://github.com/Tencent/tdesign-react/pull/3728)) +- `Upload`: Supportinnon-automaticuploadscenario underuploadspecified files @uyarn ([#3742](https://github.com/Tencent/tdesign-react/pull/3742)) +- `ColorPicker`: Supportinmobiledragcolor palette, slider etc @RylanBot ([#3723](https://github.com/Tencent/tdesign-react/pull/3723)) +- `Dialog`: Support `draggable` properties Supportinmobiletake effect @RylanBot ([#3723](https://github.com/Tencent/tdesign-react/pull/3723)) +- `ImageViewer`: Support `draggable` propertiesinmobiletake effect @RylanBot ([#3723](https://github.com/Tencent/tdesign-react/pull/3723)) +- `Slider`: Supportinmobiledrag @RylanBot ([#3723](https://github.com/Tencent/tdesign-react/pull/3723)) +- `Statistic`: modify `color` propertiestypeisstring,by Supportany [CSS color](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value) Supportcolorvalue @RSS1102 ([#3706](https://github.com/Tencent/tdesign-react/pull/3706)) + +### 🐞 Bug Fixes +- `Tree`: @RylanBot + - Fix `draggable` in `disabled` state understilltake effect exception,thispreviously haddependencythis errorbusinessplease note thischangedynamic ⚠️ ([#3740](https://github.com/Tencent/tdesign-react/pull/3740)) + - Fix `check Strictly` defaultis false when,parent-childnode `disabled` statenot associated issue ([#3739](https://github.com/Tencent/tdesign-react/pull/3739)) + - Fix Drag relatedeventcallbackin `node` is null exception ([#3728](https://github.com/Tencent/tdesign-react/pull/3728)) +- `Form`: @uyarn + - Fixnestedformaffected byouter `FormList` affect datastructure issue ([#3715](https://github.com/Tencent/tdesign-react/pull/3715)) + - Fixnestedformininnerformaffected byouterformaffectvalidate result field issue ([#3738](https://github.com/Tencent/tdesign-react/pull/3738)) +- `FormList`: resolve `1.13.2` introduce Fix,causemanualdynamic `set Fields` setinitialvalueinstead of using `initial Data` afternomethod Add data issue @RylanBot ([#3730](https://github.com/Tencent/tdesign-react/pull/3730)) +- `Input`: Fixpasswordinputboxclickiconsswitchcontentvisiblevisibility when,cursor position cannot be preserved @RylanBot ([#3726](https://github.com/Tencent/tdesign-react/pull/3726)) +- `Table`: @RylanBot ([#3733](https://github.com/Tencent/tdesign-react/pull/3733)) + - Fixenabledvirtual scroll when,dynamicstateupdate data whencauseblank screen issue + - Fixenabledvirtual scroll when,headerand under tablewidthnotsyncchangechange + - Fixenabledvirtual scroll when,scroll is unexpectedlyreset to firstrow position + - Fix `dragSort='row-handler-col'` when,columndragnottake effect issue ([#3734](https://github.com/Tencent/tdesign-react/pull/3734)) + - Fix `size='small'` `firstFullRow` dimension than `size='medium'` larger exception ([#common2253](https://github.com/Tencent/tdesign-common/pull/2253)) +- `Watermark`: Fixdark mode under,textwatermarkcontentshow nototobvious issue @HaixingOoO @liweijie0812 ([#3692](https://github.com/Tencent/tdesign-react/pull/3692)) +- `DatePicker`: Optimizeyearselectmode underselectsamepanelyear afterpanelcontentdisplayeffect @uyarn ([#3744](https://github.com/Tencent/tdesign-react/pull/3744)) + + +## 🌈 1.13.2 `2025-08-01` +### 🐞 Bug Fixes +- `DatePicker`: + - handlemultiplecase underweekandquartermodetagdelete exception issue @betavs ([#3664](https://github.com/Tencent/tdesign-react/pull/3664)) + - Fixmultiplemode under `placeholder` cannotnormaldisappear @RylanBot ([#3666](https://github.com/Tencent/tdesign-react/pull/3666)) +- `EnhancedTable`: @RylanBot + - resolve `1.13.0` versioninintroduce Fix,causeasyncscenario under `data` updatefailure issue ([#3690](https://github.com/Tencent/tdesign-react/pull/3690)) + - Fix using `tree` API when,dynamicstateinitialize `columns` whennotsavein unique key ([#3669](https://github.com/Tencent/tdesign-react/pull/3669)) + - Fixleafnodejudgmentcondition too broad,cause `className` forresponsestylenotnormalrender ([#3681](https://github.com/Tencent/tdesign-react/pull/3681)) +- `SelectInput`: Fix in `use OverlayInner Style` ingetscrollbarwhenset `display` causesome bug @HaixingOoO ([#3677](https://github.com/Tencent/tdesign-react/pull/3677)) +- `Textarea`: Fix `Dialog` in `Textarea` mount `autosize` nottake effect @HaixingOoO ([#3693](https://github.com/Tencent/tdesign-react/pull/3693)) +- `ColorPicker`: @RylanBot ([#3667](https://github.com/Tencent/tdesign-react/pull/3667)) + - reducecolormultiple conversions across color spaces,reduce errors + - Fixdirect lengthbygradualchangepointafterdrag,colorupdate exception issue + - Fixclear under someoneinputboxnumbervalue when,otherinputboxunexpectedbereset +- `Upload`: Ensurein `before Upload` complete after,againexecuteuploaddynamicas @RSS1102 ([#3686](https://github.com/Tencent/tdesign-react/pull/3686)) +- `Table`: Fix `resizable` enabled when,columnborderlinecausecolumnnamecontentmovedynamic issue @QuentinHsu([#common2224](https://github.com/Tencent/tdesign-common/pull/2224)) +- `Descriptions`: Fixnobordermode underleft and rightinnermargin @liweijie0812 ([#common2219](https://github.com/Tencent/tdesign-common/pull/2219)) +- `Steps`: Fixcustomizediconsandstateiconspriorityissue @RSS1102 ([#3670](https://github.com/Tencent/tdesign-react/pull/3670)) +- `Form`: Fixdynamicstateformdeleteone data afteragaintime Add,willbackfill olddata issue @RylanBot ([#3684](https://github.com/Tencent/tdesign-react/pull/3684)) + +## 🌈 1.13.1 `2025-07-11` + +### 🐞 Bug Fixes +- `QRCode`: Fix `canvas` QR code Safari stylecompatible issue + +## 🌈 1.13.0 `2025-07-10` +### πŸš€ Features +- `React19`: Addcompatible React 19 using adapter,in React 19 inusingplease refer tousingdocumentationdetaileddescription @HaixingOoO @uyarn([#3640](https://github.com/Tencent/tdesign-react/pull/3640)) +- `QRCode`: Add `QRCode` QR codecomponent @lifei Front @wonkzhang ([#3612](https://github.com/Tencent/tdesign-react/pull/3612)) +- `Alert`: Add `close Btn` API,andothercomponentmaintainonecause,`close` moveinnotfromversiondeprecated,please as soon as possibleAdjustis `close Btn` using ⚠️ @ngyyuusora ([#3625](https://github.com/Tencent/tdesign-react/pull/3625)) +- `Form`: Addinreopening Form when,resetformcontentspecialvisibility @alisdonwang ([#3613](https://github.com/Tencent/tdesign-react/pull/3613)) +- `ImageViewer`: Supportinmobileusing when,viatwo fingersenterrowzoomimagefunctioncan @RylanBot ([#3629](https://github.com/Tencent/tdesign-react/pull/3629)) +- `locale`: Supportinner positionmultiplelanguage Englishversionsingle and multiplenumberscenarionormaldisplay @Yun YouJun ([#3639](https://github.com/Tencent/tdesign-react/pull/3639)) +### 🐞 Bug Fixes +- `ColorPicker`: + - Fix clickgradualchangepoint when,color palettenohassyncupdate issue @RylanBot ([#3624](https://github.com/Tencent/tdesign-react/pull/3624)) + - Fixpanelinputinvalidcharacterscenarioandmultipleresetemptyscenario undernohasresetinputboxcontentdefect @uyarn ([#3653](https://github.com/Tencent/tdesign-react/pull/3653)) +- `Dropdown`: Fixpartscenario underpullmenunodeget exceptioncause error issue @uyarn ([#3657](https://github.com/Tencent/tdesign-react/pull/3657)) +- `ImageViewer`: @RylanBot ([#3629](https://github.com/Tencent/tdesign-react/pull/3629)) + - Fix clickworkhavebariconsedgewhennomethodtriggerforresponseoperation + - Fixbyin `Tooltip Lite` cause `z-index` levelrelationshipexception +- `Popup`: Fix `1.11.2` introduce popper.js `arrow` modifiercausearrow positionoffset @RylanBot ([#3652](https://github.com/Tencent/tdesign-react/pull/3652)) +- `Loading`: Fix in i Pad WeChatonicons position error issue @Nero978([#3655](https://github.com/Tencent/tdesign-react/pull/3655)) +- `Menu`: resolve `expand Mutex` saveinnestedsubmenu when,easyinvalid issue @RylanBot ([#3621](https://github.com/Tencent/tdesign-react/pull/3621)) +- `Table`: + - Fixstick to topfunctioncannotfollowheightchangechange issue @huangchen1031 ([#3620](https://github.com/Tencent/tdesign-react/pull/3620)) + - Fix `show Header` is `false` when,`columns` dynamicstatechangechange error issue @RylanBot ([#3637](https://github.com/Tencent/tdesign-react/pull/3637)) +- `EnhancedTable`: Fix `tree.default ExpandAll` nomethodtake effect issue @RylanBot ([#3638](https://github.com/Tencent/tdesign-react/pull/3638)) +- `Textarea`: Fixexceedmost largerheight afterchangerow whenjitterdynamic issue @RSS1102 ([#3631](https://github.com/Tencent/tdesign-react/pull/3631)) + +## 🌈 1.12.3 `2025-06-13` +### πŸš€ Features +- `Form`: Add `required MarkPosition` API,candefinerequiredsymbol position @Wesley-0808 ([#3586](https://github.com/Tencent/tdesign-react/pull/3586)) +- `ConfigProvider`: globalconfigure `Form Config` Add `required MaskPosition` configure,useinglobalconfigurerequiredsymbol position @Wesley-0808 ([#3586](https://github.com/Tencent/tdesign-react/pull/3586)) +### 🐞 Bug Fixes +- `Drawer`: Fix `cancel Btn` and `confirm Btn` typemissing `null` declare issue @RSS1102 ([#3602](https://github.com/Tencent/tdesign-react/pull/3602)) +- `ImageViewer`: Fixshow errorimageinsmall windowimageviewerdimension exception @RylanBot([#3607](https://github.com/Tencent/tdesign-react/pull/3607)) +- `Menu`: `popupProps` `delay` propertiesin `Sub Menu` innomethodtake effect issue @RylanBot ([#3599](https://github.com/Tencent/tdesign-react/pull/3599)) +- `Menu`: enabled `expand Mutex` after, ifsaveinsecondary `Sub Menu`,menunomethodexpand @RylanBot ([#3601](https://github.com/Tencent/tdesign-react/pull/3601)) +- `Select`: Fix `checkAll` setis `disabled` afterstillwilltriggerselect all issue @RylanBot ([#3563](https://github.com/Tencent/tdesign-react/pull/3563)) +- `Table`: Optimizeclosecolumnconfiguredialog when,Fixselectcolumn dataandplacedisplaycolumn datanotonecause issue @RSS1102 ([#3608](https://github.com/Tencent/tdesign-react/pull/3608)) +- `Tab Panel`: Fixvia `style` set `display` propertiesnomethodnormaltake effect issue @uyarn ([#3609](https://github.com/Tencent/tdesign-react/pull/3609)) +- `Tabs`: Fixenabledlazyload afteralwayswillfirstrender one `Tab Panel` issue @HaixingOoO ([#3614](https://github.com/Tencent/tdesign-react/pull/3614)) +- `TreeSelect`: Fix `label` API nomethodnormalusing issue @RylanBot ([#3603](https://github.com/Tencent/tdesign-react/pull/3603)) + +## 🌈 1.12.2 `2025-05-30` +### πŸš€ Features +- `Cascader`: Add Supportusing `option` methodcustomized underpulloptioncontentcanability @huangchen1031 ([#3565](https://github.com/Tencent/tdesign-react/pull/3565)) +- `Menu Group`: Add Support `className` and `style` using @wang-ky ([#3568](https://github.com/Tencent/tdesign-react/pull/3568)) +- `InputNumber`: `decimal Places` Add Support `enable Round` parameter,to controlisnoenablingrounding @RylanBot ([#3564](https://github.com/Tencent/tdesign-react/pull/3564)) +- `TagInput`: Optimizecandrag when,mousecursorshowismovedynamiccursor @liweijie0812 ([#3552](https://github.com/Tencent/tdesign-react/pull/3552)) + + +### 🐞 Bug Fixes +- `Card`: Fix `content` prop nottake effect issue @RylanBot ([#3553](https://github.com/Tencent/tdesign-react/pull/3553)) +- `Cascader`: + - Fixoptionsaveinextra longtextinsizedimension underdisplay exception issue @Shabi-x([#3551](https://github.com/Tencent/tdesign-react/pull/3551)) + - Fixinitialize after,asyncupdate `options` when,`display Value` nochangechange issue @huangchen1031 ([#3549](https://github.com/Tencent/tdesign-react/pull/3549)) +- `DatePicker`: Fix `onFocus` eventtrigger when timingissue @l123wx ([#3578](https://github.com/Tencent/tdesign-react/pull/3578)) +- `Drawer`: Optimize `TNode` rerendercauseinputcursorerror issue @betavs ([#3544](https://github.com/Tencent/tdesign-react/pull/3544)) +- `Form`: + - Fix in `onValuesChange` invia `set Fields` setmutualsamevaluecontinuetrigger `onValuesChange` cause `re-render` issue @HaixingOoO ([#3304](https://github.com/Tencent/tdesign-react/pull/3304)) + - Fix `FormList` delete `field` after `reset` valueinitialize error issue @l123wx ([#3557](https://github.com/Tencent/tdesign-react/pull/3557)) + - compatible `1.11.7` versionbeforesingleindependentusing `FormItem` scenario @uyarn ([#3588](https://github.com/Tencent/tdesign-react/pull/3588)) +- `Guide`: Optimizecomponentinscreensizechangechange whennohasrecalculation position issue @HaixingOoO ([#3543](https://github.com/Tencent/tdesign-react/pull/3543)) +- `List`: Fixemptysubnodecausegetsubnode `props` failure issue @RSS1102 ([#3570](https://github.com/Tencent/tdesign-react/pull/3570)) +- `Popconfirm`: Fix `confirm Btn` properties children nottake effect issue @huangchen1031 ([#3556](https://github.com/Tencent/tdesign-react/pull/3556)) +- `Slider`: Fix `Slider` mostafterone label widthnotsufficientautodynamicchangerow issue @l123wx([#3581](https://github.com/Tencent/tdesign-react/pull/3581)) +- `Textarea`: Fixinputintextbeinbreak issue @betavs ([#3544](https://github.com/Tencent/tdesign-react/pull/3544)) +- `TreeSelect`: Fixsinglepointalreadyselectinvalue when,willdeletealreadyselectinvalue issue @HaixingOoO ([#3573](https://github.com/Tencent/tdesign-react/pull/3573)) + +### 🚧 Others +- `Dialog`: Optimizecomponentinitializerender whenbetween @RylanBot ([#3561](https://github.com/Tencent/tdesign-react/pull/3561)) + + + +## 🌈 1.12.1 `2025-05-07` +### 🐞 Bug Fixes +- Fix 1.12.0 compatible React 18 by under issue @uyarn ([#3545](https://github.com/Tencent/tdesign-react/pull/3545)) + + + +## 🌈 1.12.0 `2025-04-28` +### πŸš€ Features +- `React`: comprehensiveupgraderelateddependency,compatiblein React19 inusing @HaixingOoO ([#3438](https://github.com/Tencent/tdesign-react/pull/3438)) +- `ColorPicker`: @RylanBot ([#3503](https://github.com/Tencent/tdesign-react/pull/3503)) usinggradualchangemodebusinessplease note thischangemore ⚠️ + - autodynamicaccording toγ€Œtriggerer / mostnearcolor / presetcolor」colorvalueenterrowswitchmonochromeandgradualchangemode + - onlyenabledgradualchangemode when,filterγ€Œpresetcolor / whenbeforecolor」innongradualchangecolorvalue + - Add format `HEX8`,Remove `HSB` + - Add `enable MultipleGradient` API,defaultenabled +- `Drawer`: Add `lazy` properties,useinlazyloadscenario,`force Render` alreadydeclaredeprecated,notfromversionmovebe Remove @RSS1102 ([#3527](https://github.com/Tencent/tdesign-react/pull/3527)) +- `Dialog`: Add `lazy` properties,useinlazyloadscenario,`force Render` alreadydeclaredeprecated,notfromversionmovebe Remove @RSS1102 ([#3515](https://github.com/Tencent/tdesign-react/pull/3515)) + + +### 🐞 Bug Fixes +- `ColorPicker`: @RylanBot ([#3503](https://github.com/Tencent/tdesign-react/pull/3503)) + - Fixgradualchangepointnomethodnormalupdatecolorand position issue + - Fixenabledtransparency channelwhenreturnvaluegridstylechange exception + + +## 🌈 1.11.8 `2025-04-28` +### πŸš€ Features +- `ConfigProvider`: Supportglobalcontextconfigureasusein Message relatedplugin @lifei Front ([#3513](https://github.com/Tencent/tdesign-react/pull/3513)) +- `Icon`: Add `logo-miniprogram` smallprocessorder, `logo-cnb` cloudnativebuild, `seal` printchapter, `quote`quotation marksetcicons @taowensheng1997 @uyarn ([#3517](https://github.com/Tencent/tdesign-react/pull/3517)) +- `Upload`: `image-flow`mode under Supportenterdegreeandcustomized errortext @ngyyuusora ([#3525](https://github.com/Tencent/tdesign-react/pull/3525)) +- `Select`: multipleviapanel Removeoption Add `on Remove` callback @QuentinHsu ([#3526](https://github.com/Tencent/tdesign-react/pull/3526)) +### 🐞 Bug Fixes +- `InputNumber`: Optimizenumberinputboxboundaryissue @Sight-wcg([#3519](https://github.com/Tencent/tdesign-react/pull/3519)) +- `Select`: + - Fix `1.11.2` after versioncursorexceptionandsubcomponent stylecallbackfunctioninmissingcompleteentire `option` message issue @HaixingOoO @uyarn ([#3520](https://github.com/Tencent/tdesign-react/pull/3520)) ([#3529](https://github.com/Tencent/tdesign-react/pull/3529)) + - Optimizemultiple Removetagrelatedevent Correctisnotsame `trigger`, notsametriggerscenariorespectivelyAdjustis `clear`, `remove-tag`and `uncheck`,Correctselect alloption `trigger` error @betavs ([#3388](https://github.com/Tencent/tdesign-react/pull/3388)) + - Fixsinglecase underagaintimeclickselectinoptionwilltrigger `change` event issue @betavs ([#3388](https://github.com/Tencent/tdesign-react/pull/3388)) + - Fixmultiplecase underby under `backspace` nomethodtrigger `change` event issue @betavs ([#3388](https://github.com/Tencent/tdesign-react/pull/3388)) + +## 🌈 1.11.7 `2025-04-18` +### πŸš€ Features +- `ConfigProvider`: Add `is ContextEffect Plugin` API,defaultclose,enabled afterglobalconfigurewillaffectto `Dialog`, `Loading`, `Drawer`, `Notification` and `Popup` componentfunctionstylecall @lifei Front ([#3488](https://github.com/Tencent/tdesign-react/pull/3488)) ([#3504](https://github.com/Tencent/tdesign-react/pull/3504)) +- `Tree`: `check Props`parameter Supportfunctionpass in,Supportnotsamenodesetnotsamecheck Props @phalera ([#3501](https://github.com/Tencent/tdesign-react/pull/3501)) +- `Cascader`:Add `on Clear` eventcallback @RylanBot ([#3509](https://github.com/Tencent/tdesign-react/pull/3509)) +- `DatePicker`: Add `on Clear` eventcallback @RylanBot ([#3509](https://github.com/Tencent/tdesign-react/pull/3509)) +- `TimePicker`: Add `on Clear` eventcallback @RylanBot ([#3509](https://github.com/Tencent/tdesign-react/pull/3509)) +- `ColorPicker`: + - Add `clearable` API @RylanBot ([#3509](https://github.com/Tencent/tdesign-react/pull/3509)) + - Add `on Clear` eventcallback @RylanBot ([#3509](https://github.com/Tencent/tdesign-react/pull/3509)) +### 🐞 Bug Fixes +- `DatePicker`: Ensureexternalcomponentmaindynamicclose Popup whentime,canhasforresponse `on VisibleChange` callback @RylanBot ([#3510](https://github.com/Tencent/tdesign-react/pull/3510)) +- `Drawer`: Add `Drawer Plugin`,Supportfunctionstylecall,havebodyusingreferenceexample @Wesley-0808 ([#3381](https://github.com/Tencent/tdesign-react/pull/3381)) +- `InputNumber`: Fixcomponentnotaffected by value propertiescontrolcontrol issue @RSS1102 ([#3499](https://github.com/Tencent/tdesign-react/pull/3499)) +- `ImageViewer`: + - Fixset `step` saveinprecisiondegreedisplay exception issue @uyarn ([#3491](https://github.com/Tencent/tdesign-react/pull/3491)) + - Fix `imageScale` inparameterrequiredtype error @uyarn ([#3491](https://github.com/Tencent/tdesign-react/pull/3491)) +- `Slider`: Fixopeninginputboxmode under,using `theme` is `col` inputboxscenario undernohaslimitsize issue @RSS1102 ([#3500](https://github.com/Tencent/tdesign-react/pull/3500)) +- `Tabs`: Optimizeoptioncard `label` overlongwhenslidebuttoninvalid issue @wonkzhang ([common#2108](https://github.com/Tencent/tdesign-common/pull/2108)) + +## 🌈 1.11.6 `2025-04-11` +### πŸš€ Features +- `Breadcrumb`: Add `ellipsis`, `max Items`, `items AfterCollapse`, `items BeforeCollapse` relatedAPI,useincollapseoptionscenario,havebodyusingreferenceexample @moecasts ([#3487](https://github.com/Tencent/tdesign-react/pull/3487)) + +### 🐞 Bug Fixes +- `RadioGroup`: Optimizeswitchdisplayhighlighteffect issue @RylanBot ([#3446](https://github.com/Tencent/tdesign-react/pull/3446)) +- `Tag`: Fix `style` low priorityin `color`,causenomethodforceoverridetagstylescenario @uyarn ([#3492](https://github.com/Tencent/tdesign-react/pull/3492)) +- `ColorPicker`: Fixmonochromeandgradualchangeswitchusingeffect exception issue @RylanBot ([#3493](https://github.com/Tencent/tdesign-react/pull/3493)) +- `Table`: Fixcan Adjustcolumnwidthtablerightdrag Adjust exception issue @uyarn ([#3496](https://github.com/Tencent/tdesign-react/pull/3496)) +- `Swiper`: Optimizedefaultcontainerheight,Avoid navigator position exception issue @uyarn ([#3490](https://github.com/Tencent/tdesign-react/pull/3490)) +### πŸ“ Documentation +- `Swiper`: Optimizecomponentnavigatesandboxdemomissingexamplestyle issue @uyarn ([#3490](https://github.com/Tencent/tdesign-react/pull/3490)) + +### 🚧 Others +- `1.12.0` versionmovecomprehensivecompatible React 19 using,has React 19relatedusingscenarioneedrequire,canupgrade `1.12.0-alpha.3` versionenterrowtryuse + +## 🌈 1.11.4 `2025-04-03` +### 🐞 Bug Fixes +- `Select`: Fix `options`isemptywhenwillcause errortriggerblank screen issue @2ue ([#3484](https://github.com/Tencent/tdesign-react/pull/3484)) +- `Tree`: Fix icon is false stillthentriggerclickandexpandrelatedlogic issue @uyarn ([#3485](https://github.com/Tencent/tdesign-react/pull/3485)) + +## 🌈 1.11.3 `2025-04-01` +### πŸš€ Features +- `ConfigProvider`: `Pagination` Add `Jumper` configure,useincustomizednavigatepartstyle @RylanBot ([#3421](https://github.com/Tencent/tdesign-react/pull/3421)) +### 🐞 Bug Fixes +- `Textarea`: fix `Text Area`in `Dialog` `autofocus` bug and `autosize` nottake effect @HaixingOoO ([#3471](https://github.com/Tencent/tdesign-react/pull/3471)) +- `lib`: Fix `1.11.2` versionin `lib` redundant artifactsstylecause`next.js`inusing exceptionandversionnumbermissing issue @uyarn ([#3474](https://github.com/Tencent/tdesign-react/pull/3474)) +- `Table`: Fixaffected bycontrolmethod under `Pagination` statecalculationerror issue @huangchen1031 ([#3473](https://github.com/Tencent/tdesign-react/pull/3473)) + +## 🌈 1.11.2 `2025-03-28` +### πŸš€ Features +- `ImageViewer`: Add `on Download` API,useincustomizedpreviewimagedownloadcallbackfunctioncan @lifei Front ([#3408](https://github.com/Tencent/tdesign-react/pull/3408)) +- `ConfigProvider`: `Input` Add `clear Trigger` configure,useinglobalmodeinhasvalue whenshowclose buttonfunctioncan @RylanBot ([#3412](https://github.com/Tencent/tdesign-react/pull/3412)) +- `Descriptions`: Add `table Layout` properties @liweijie0812 ([#3434](https://github.com/Tencent/tdesign-react/pull/3434)) +- `Message`: closemessageinstance when,fromglobalmessagelistin Removetheinstance,Avoidpotentialininnersaveleak risk @wonkzhang ([#3413](https://github.com/Tencent/tdesign-react/pull/3413)) +- `Select`: groupoptionerAdd Supportfilterfunctioncan @huangchen1031 ([#3430](https://github.com/Tencent/tdesign-react/pull/3430)) +- `Tabs`: Add `lazy` API,Supportconfigurelazyloadfunctioncan @HaixingOoO ([#3426](https://github.com/Tencent/tdesign-react/pull/3426)) + +### 🐞 Bug Fixes +- `ConfigProvider`: Fixglobalconfiguresecondaryconfigureaffectnon`Context`range issue @uyarn ([#3441](https://github.com/Tencent/tdesign-react/pull/3441)) +- `Dialog`: cancelandconfirmbuttonaddclass name, convenient to customizeneedrequire @RSS1102 ([#3417](https://github.com/Tencent/tdesign-react/pull/3417)) +- `Drawer`: Fixdragchangechangesize whentimegetwidthcancannotcorrect issue @wonkzhang ([#3420](https://github.com/Tencent/tdesign-react/pull/3420)) +- `Guide`: Fix `popupProps` penetrateproperties `overlay ClassName` invalid @RSS1102 ([#3433](https://github.com/Tencent/tdesign-react/pull/3433)) +- `Popup`: resolvecomponentmodifier `arrow` propertiessetnottake effect issue @wonkzhang ([#3437](https://github.com/Tencent/tdesign-react/pull/3437)) +- `Select`: Fixsingleboxin `readonly` mode underhascursorand `clear` icons issue @wonkzhang ([#3436](https://github.com/Tencent/tdesign-react/pull/3436)) +- `Table`: Fixenabledvirtual scroll when,`fixedRows` when opening and closing dropdown issue @huangchen1031 ([#3427](https://github.com/Tencent/tdesign-react/pull/3427)) +- `Table`: FixoptionalinrowtableinFirefoxbrowserinstyle exception issue @uyarn ([common#2093](https://github.com/Tencent/tdesign-common/pull/2093)) +- `Tooltip`: Fix `React 16` under,`Tooltip Lite` `mouse` calculation position error issue @moecasts ([#3465](https://github.com/Tencent/tdesign-react/pull/3465)) +- `Tree`: Fixpartscenario under Removenode aftercomponent error issue @2ue ([#3463](https://github.com/Tencent/tdesign-react/pull/3463)) +### πŸ“ Documentation +- `Card`: Fixdocumentationcontentcopy texterror issue @betavs ([#3448](https://github.com/Tencent/tdesign-react/pull/3448)) + + +## 🌈 1.11.1 `2025-02-28` +### πŸš€ Features +- `Layout`: subcomponent `Content` Add `content` API @liweijie0812 ([#3384](https://github.com/Tencent/tdesign-react/pull/3384)) +### 🐞 Bug Fixes +- `react Render`: fix `React19` `react Render` error @HaixingOoO ([#3380](https://github.com/Tencent/tdesign-react/pull/3380)) +- `Table`: Fix under virtual scrollfooterrender issue @huangchen1031 ([#3383](https://github.com/Tencent/tdesign-react/pull/3383)) +- `fix`: Fix`1.11.0` cjs artifactexception @uyarn ([#3392](https://github.com/Tencent/tdesign-react/pull/3392)) +### πŸ“ Documentation +- `ConfigProvider`: add `globalConfig` API documentation @liweijie0812 ([#3384](https://github.com/Tencent/tdesign-react/pull/3384)) + +## 🌈 1.11.0 `2025-02-20` +### πŸš€ Features +- `Cascader`: Add Supportinopeningmenu when,autodynamicscrolltofirst alreadyoptionplaceinnodecanability @uyarn ([#3357](https://github.com/Tencent/tdesign-react/pull/3357)) +- `DatePicker`: Adjustcomponentdisabledate `before` and `after` parameterlogic,Adjustisdisable `before` definebeforeand `after` define afterdateselect,thispreviously hadusingrelated API please note thischangemore ⚠️ @lifei Front ([#3362](https://github.com/Tencent/tdesign-react/pull/3362)) +- `List`: Add `scroll` API,usein larger dataquantityunder Supportenabledvirtual scroll @HaixingOoO ([#3363](https://github.com/Tencent/tdesign-react/pull/3363)) +- `Menu`: menu Addcollapsecollapsedynamicdraweffect @hd10180 ([#3342](https://github.com/Tencent/tdesign-react/pull/3342)) +- `TagInput`: Add `max Rows` API,useinsetmost largerdisplayrownumber @Shabi-x ([#3293](https://github.com/Tencent/tdesign-react/pull/3293)) + +### 🐞 Bug Fixes +- `Card`: Fix React 19 in warning issue @HaixingOoO ([#3369](https://github.com/Tencent/tdesign-react/pull/3369)) +- `Cascader`: Fixmultipledynamicstateloadusing exception issue @uyarn ([#3376](https://github.com/Tencent/tdesign-react/pull/3376)) +- `Checkbox Group`: Fix `on Change` `context` parametermissing `option` issue @HaixingOoO ([#3349](https://github.com/Tencent/tdesign-react/pull/3349)) +- `DatePicker`: Fixdateselectinnegativenumberwhenareaexception issue @lifei Front ([#3362](https://github.com/Tencent/tdesign-react/pull/3362)) +- `Dropdown`: Fix clickeventcallback `context` parameterreturnnotconform todocumentationdescription issue @uyarn ([#3372](https://github.com/Tencent/tdesign-react/pull/3372)) +- `RadioGroup`: Fix in React 19 version under exception issue @HaixingOoO ([#3364](https://github.com/Tencent/tdesign-react/pull/3364)) +- `Tabs`: Fixcanslide `Tabs` with `action` usingstyle issue @Wesley-0808([#3343](https://github.com/Tencent/tdesign-react/pull/3343)) +- `Table`: Fixwith `Tabs` using,switch tab when,Table footer notshow issue @wonkzhang ([#3370](https://github.com/Tencent/tdesign-react/pull/3370)) +- `Textarea`: Fix using `autofocus` API and `value` hasvalue when,cursornohasfollowfollowcontentend issue @HaixingOoO ([#3358](https://github.com/Tencent/tdesign-react/pull/3358)) +- `Transfer`: Fix `Transfer Item` invalid issue @HaixingOoO ([#3339](https://github.com/Tencent/tdesign-react/pull/3339)) + + +### 🚧 Others +- Adjustcomponentdependency `lodash` dependencyis`lodash-es` @zhangpaopao0609 ([#3345](https://github.com/Tencent/tdesign-react/pull/3345)) + +## 🌈 1.10.5 `2025-01-16` +### πŸš€ Features +- `RadioGroup`: Add `theme` API,useindecideusing options whenrendersubcomponentstyle @HaixingOoO ([#3303](https://github.com/Tencent/tdesign-react/pull/3303)) +- `Upload`: Add `imageProps` API,useininuploadimagescenario underpass through `Image` componentrelatedproperties @HaixingOoO ([#3317](https://github.com/Tencent/tdesign-react/pull/3317)) +- `AutoComplete`: Add `empty` API,usein Supportcustomizedemptynodecontent @liweijie0812 ([#3319](https://github.com/Tencent/tdesign-react/pull/3319)) +- `Drawer`: `size Draggable`Add Support `Size DragLimit`typefunctioncanimplement @huangchen1031 ([#3323](https://github.com/Tencent/tdesign-react/pull/3323)) +- `Icon`: Add `logo-alipay`, `logo-behance-filled`etcicons,modify `logo-wecom` icons,Remove icons @uyarn ([#3326](https://github.com/Tencent/tdesign-react/pull/3326)) +### 🐞 Bug Fixes +- `Select`: Fix `on Change` callback `context` inalloptionvaluedoes not includeoptionthisselfallcontent issue @uyarn ([#3305](https://github.com/Tencent/tdesign-react/pull/3305)) +- `Date RangePicker`: start and endvaluesimultaneously existlogicjudgment error issue @betavs ([#3301](https://github.com/Tencent/tdesign-react/pull/3301)) +- `Notification`: Fix using `attach` propertiesconfigurecauserendernode exception issue @century Park ([#3306](https://github.com/Tencent/tdesign-react/pull/3306)) +- `AutoComplete`: Fix whenoptionisemptywhenshoweffect exception issue @betavs ([#3316](https://github.com/Tencent/tdesign-react/pull/3316)) +- `Menu`: Fix `head-menu` notrender `icon` issue @HaixingOoO ([#3320](https://github.com/Tencent/tdesign-react/pull/3320)) +- `Statistic`: Fix `decimal Places=0` whennumbervaluedynamicdraw periodbetweenprecisiondegreeerror issue @huangchen1031 ([#3327](https://github.com/Tencent/tdesign-react/pull/3327)) +- `ImageViewer`: Fixenabled `close OnOverlay` when,clickmask layerclosesaveinflickercase issue @huangchen1031 + + +## 🌈 1.10.4 `2024-12-25` +### πŸš€ Features +- `Tree`: Support `on Scroll` API,useinhandlescrolleventcallback @HaixingOoO ([#3295](https://github.com/Tencent/tdesign-react/pull/3295)) +- `Tooltip Lite`: `mouse` mode under Optimizeiscompletelyfollow mouse position,moreconform to API description @moecasts ([#3267](https://github.com/Tencent/tdesign-react/pull/3267)) +### 🐞 Bug Fixes +- `Select`: Fixselect alldefaultreturnvalue error issue @uyarn ([#3298](https://github.com/Tencent/tdesign-react/pull/3298)) +- `Upload`: Optimizepartdimensionuploadcomponentimagedisplaystyle issue @huangchen1031 ([#3290](https://github.com/Tencent/tdesign-react/pull/3290)) +### πŸ“ Documentation +- `Stackblitz`: Adjust`Stackblitz`examplestart style,andFixpartexamplenomethodusing`stackblitz`or`codesandbox`run issue @uyarn ([#3297](https://github.com/Tencent/tdesign-react/pull/3297)) + +## 🌈 1.10.2 `2024-12-19` + +### πŸš€ Features + +- `Alert`: in `max Line >= message` arraylengthcase under,notagaindisplay `expandmoremultiple/collapse` button @miownag ([#3281](https://github.com/Tencent/tdesign-react/pull/3281)) +- `ConfigProvider`: `attach` properties Supportconfigure `drawer` component,Supportglobalconfigure `drawer` mount position @HaixingOoO ([#3272](https://github.com/Tencent/tdesign-react/pull/3272)) +- `DatePicker`: multiplemode Supportweekselectandyearselectscenario @HaixingOoO @uyarn ([#3264](https://github.com/Tencent/tdesign-react/pull/3264)) +- `Form`: Add `support NumberKey` API,Supportin`1.9.3`after versionnot Supportnumberkeyvaluescenariousing, ifnotneedrequire Supportnumbertypeasformkeyvaluepleaseclosethis API @uyarn ([#3277](https://github.com/Tencent/tdesign-react/pull/3277)) +- `Radio`: Add `Radio` and `RadioGroup` `reaonly` properties Support @liweijie0812 ([#3280](https://github.com/Tencent/tdesign-react/pull/3280)) +- `Tree`: instance Add `set Indeterminate` method,Supportmanualdynamicsethalfselectfunctioncan @uyarn ([#3261](https://github.com/Tencent/tdesign-react/pull/3261)) +- `DatePicker`: Support `label` API @liweijie0812 ([#3276](https://github.com/Tencent/tdesign-react/pull/3276)) +- `TimePicker`: Support `label` API @liweijie0812 ([#3276](https://github.com/Tencent/tdesign-react/pull/3276)) +- `RangeInput`: Support `label` API @liweijie0812 ([#3276](https://github.com/Tencent/tdesign-react/pull/3276)) + +### 🐞 Bug Fixes +- `Date RangePicker`: Fix incross-yearscenario underdisplay exception issue @huangchen1031 ([#3275](https://github.com/Tencent/tdesign-react/pull/3275)) +- `Menu`: Optimizemenuitemclickeventbindingissue Avoidboundarytrigger exception issue @huangchen1031 ([#3241](https://github.com/Tencent/tdesign-react/pull/3241)) +- `ImageViewer`: Fixnotaffected bycontrol when,`visable`changechange whenallwilltrigger`on Close` issue @HaixingOoO ([#3244](https://github.com/Tencent/tdesign-react/pull/3244)) +- `Checkbox Group`: Fixcheckboxgroupsubelementnotischeckboxcause issue @HaixingOoO ([#3253](https://github.com/Tencent/tdesign-react/pull/3253)) +- `Form`: Fix`1.9.3`after version,multiplelevelformfieldusing `set FieldValues` functioncan exception issue @l123wx ([#3279](https://github.com/Tencent/tdesign-react/pull/3279)) +- `Form`: Fix whenruleruleisininvolve `0` judgment when,verifynottake effect issue @RSS1102 ([#3283](https://github.com/Tencent/tdesign-react/pull/3283)) +- `Select`: Fix `valueType` is `object`selectinselect alldisplay exceptionandcallbackparametermissing issue @uyarn ([#3287](https://github.com/Tencent/tdesign-react/pull/3287)) +- `SelectInput`: Fixnohas `label` allwillrendernodecauseverticalforalign issue @huangchen1031 ([#3278](https://github.com/Tencent/tdesign-react/pull/3278)) +- `Text Area`: Optimize `Text Area` initialize when `autosize` undercalculationheightlogic @HaixingOoO ([#3286](https://github.com/Tencent/tdesign-react/pull/3286)) + +### 🚧 Others +- `Alert`: Optimizetestuseexamplecodetypeandaddforin `className`, `style` test @RSS1102 ([#3284](https://github.com/Tencent/tdesign-react/pull/3284)) + + +## 🌈 1.10.1 `2024-11-28` +### πŸš€ Features +- `DatePicker`: Add `multiple` API,usein Supportdateselectermultiplefunctioncan,havebodyusingplease refer toexample @HaixingOoO ([#3199](https://github.com/Tencent/tdesign-react/pull/3199)) +- `DatePicker`: Add `disable Time` API,useinmore convenient setdisable whenbetweenpart @HaixingOoO ([#3226](https://github.com/Tencent/tdesign-react/pull/3226)) +- `Dialog`: Add `before Close` and `before Open` API,useininopeningandclosedialog whenexecutemoremultiplecallbackoperation @Wesley-0808 ([#3203](https://github.com/Tencent/tdesign-react/pull/3203)) +- `Drawer`: Add `before Close` and `before Open` API,useininopeningandclosedrawer whenexecutemoremultiplecallbackoperation @Wesley-0808 ([#3203](https://github.com/Tencent/tdesign-react/pull/3203)) +### 🐞 Bug Fixes + +- `ColorPicker`: Fix `color Mode` partcopy textnohas Supportinternationalchange issue @l123wx ([#3221](https://github.com/Tencent/tdesign-react/pull/3221)) +- `Form`: Fix `set FieldsValue` and `set Fields` nohastrigger `onValuesChange` issue @uyarn ([#3232](https://github.com/Tencent/tdesign-react/pull/3232)) +- `Notification`: modify `Notification Plugin` `offset` propertiesdefaultvalue,makeitsmoreconform to conventional habits @huangchen1031 ([#3231](https://github.com/Tencent/tdesign-react/pull/3231)) +- `Select`: + - Fix `collapsed Items` parameter `collapsed SelectedItems` error @RSS1102 ([#3214](https://github.com/Tencent/tdesign-react/pull/3214)) + - Fixmultipledropdownselect allfunctioncaninvalid issue @huangchen1031 ([#3216](https://github.com/Tencent/tdesign-react/pull/3216)) +- `Table`: + - Fixcanfiltertableinhandle `null`type exception issue @2ue ([#3197](https://github.com/Tencent/tdesign-react/pull/3197)) + - Fixcellisnumber 0 andenabledomitwhenrender exception issue @uyarn ([#3233](https://github.com/Tencent/tdesign-react/pull/3233)) +- `Tree`: Fix `scroll To` methodscroll exceptionrowis @uyarn ([#3235](https://github.com/Tencent/tdesign-react/pull/3235)) +### πŸ“ Documentation +- `Dialog`: Fixcodeexample error @RSS1102 ([#3229](https://github.com/Tencent/tdesign-react/pull/3229)) +### 🚧 Others +- `Text Area`: Optimize `Text Area` eventtype @HaixingOoO ([#3211](https://github.com/Tencent/tdesign-react/pull/3211)) + +## 🌈 1.10.0 `2024-11-15` +### πŸš€ Features +- `Select`: `collapsed Items` methodparameter `collapsed SelectedItems` expandis `options`,using `collapsed Items` please note thischangemore ⚠️ @RSS1102 ([#3185](https://github.com/Tencent/tdesign-react/pull/3185)) +- `Icon`: @uyarn ([#3194](https://github.com/Tencent/tdesign-react/pull/3194)) + - iconslibraryRelease version `0.4.0`,Add icons + - namingOptimize,`blockchain` renamechangeis `transform-1`,`gesture-pray-1` renameis `gesture-open`,`gesture-ranslation-1` renameis `wave-bye`, `gesture-up-1` renameis `gesture-typing`,`gesture-up-2` renameis `gesture-right-slip`,`logo-wechat` renameis `logo-wechat-stroke-filled` + - Remove icons +- `Cascader`: in single selection mode when `trigger` is `hover` when,selectinoption afterautodynamicclosepanel @uyarn ([#3188](https://github.com/Tencent/tdesign-react/pull/3188)) +- `Checkbox`: Add `title` API, useininoptiondisplaydisablereasonetcscenario @uyarn ([#3207](https://github.com/Tencent/tdesign-react/pull/3207)) +- `Menu`: Add `tooltip Props` API,asuseinonelevelmenucollapsefocusappearnode @uyarn ([#3201](https://github.com/Tencent/tdesign-react/pull/3201)) +- `Switch`: Add `before-change` API @century Park ([#3167](https://github.com/Tencent/tdesign-react/pull/3167)) +- `Form`: Add `get ValidateMessage` instancemethod @moecasts ([#3180](https://github.com/Tencent/tdesign-react/pull/3180)) + +### 🐞 Bug Fixes +- `TagInput`: Fix in `readonly` mode understillcanbyvia Backspacebykeydeletealreadyoptiondefect @RSS1102 ([#3172](https://github.com/Tencent/tdesign-react/pull/3172)) +- `Form`: Fix `1.9.3` version,`FormItem` in `Form` outsideset `name` propertieshas exception issue @l123wx ([#3183](https://github.com/Tencent/tdesign-react/pull/3183)) +- `Select`: Fix valueType is object when,clickselect allbutton after on Change callbackparametertype error issue @l123wx ([#3193](https://github.com/Tencent/tdesign-react/pull/3193)) +- `Table`: Fixdynamicstateset `expand TreeNode` nohasnormaldisplaysubnode issue @uyarn ([#3202](https://github.com/Tencent/tdesign-react/pull/3202)) +- `Tree`: Fixdynamicstateswitch `expand All` functioncan exception issue @uyarn ([#3204](https://github.com/Tencent/tdesign-react/pull/3204)) +- `Drawer`: Fixnomethodcustomized `confirm Btn` and `close Btn`content issue @RSS1102 ([#3191](https://github.com/Tencent/tdesign-react/pull/3191)) +### πŸ“ Documentation +- `Icon`: Optimizeiconsretrievefunctioncan,SupportinEnglishsearchicons @uyarn ([#3194](https://github.com/Tencent/tdesign-react/pull/3194)) +- `Popup`: Add `popper Option` usingexample @HaixingOoO ([#3200](https://github.com/Tencent/tdesign-react/pull/3200)) + + +## 🌈 1.9.3 `2024-10-31` +### 🐞 Bug Fixes +- `Select`: Fix`valueDisplay`under`on Close`callback issue @uyarn ([#3154](https://github.com/Tencent/tdesign-react/pull/3154)) +- `Typography`: Fix `Typography` `Ellipsis` functioncaninintextunder issue @HaixingOoO ([#3158](https://github.com/Tencent/tdesign-react/pull/3158)) +- `Form`: Fix `FormList` or `FormItem` datain `get FieldsValue` issue @HaixingOoO ([#3149](https://github.com/Tencent/tdesign-react/pull/3149)) +- `Form`: Fixdynamicstaterenderformnomethodusing `set FieldsValue` presetdata issue @l123wx ([#3145](https://github.com/Tencent/tdesign-react/pull/3145)) +- `lib`: Fix`1.9.2`upgradedependencychangedynamiccause`lib`errorcarrywith`style`causein`next`undernotavailable exception @honkinglin ([#3165](https://github.com/Tencent/tdesign-react/pull/3165)) + + + +## 🌈 1.9.2 `2024-10-17` +### πŸš€ Features +- `TimePicker`: Add `auto Swap` API,Support `1.9.0` version afterstillcanbymaintainselectfixed leftright whenbetweensizeorder @uyarn ([#3146](https://github.com/Tencent/tdesign-react/pull/3146)) +### 🐞 Bug Fixes +- `Tab Panel`: Fix `label` changechange when,activateoptioncardbottomhorizontal linenoupdate @HaixingOoO ([#3134](https://github.com/Tencent/tdesign-react/pull/3134)) +- `Drawer`: Fixopeningpage jitterdynamic issue @RSS1102 ([#3141](https://github.com/Tencent/tdesign-react/pull/3141)) +- `Dialog`: Fixopening `dialog` whenpage jitterdynamic issue @RSS1102 ([#3141](https://github.com/Tencent/tdesign-react/pull/3141)) +- `Select`: Fix using `OptionGroup `whennomethodautodynamicfixedtoselectinitem issue @moecasts ([#3139](https://github.com/Tencent/tdesign-react/pull/3139)) +### 🚧 Others +- `Loading`: Optimize live demo displayeffect @uyarn ([#3144](https://github.com/Tencent/tdesign-react/pull/3144)) +- `DatePicker`: Removedocumentationin error `value` typedescription @uyarn ([#3144](https://github.com/Tencent/tdesign-react/pull/3144)) + +## 🌈 1.9.1 `2024-09-26` +### πŸš€ Features +- `ImageViewer`: Optimizeimagepreviewrotatereseteffect @sylsaint ([#3108](https://github.com/Tencent/tdesign-react/pull/3108)) +- `Table`: canexpandcollapsescenario under Add `t-table__row--expanded` and `t-table__row--folded` useindistinguishexpandandcollapserow @uyarn ([#3099](https://github.com/Tencent/tdesign-react/pull/3099)) +- `TimePicker`: Support whenbetweenareabetweenselecterautodynamic Adjustleft and right areabetween @uyarn ([#3117](https://github.com/Tencent/tdesign-react/pull/3117)) +- `Rate`: Add `clearable` API,useinclearrating @HaixingOoO ([#3114](https://github.com/Tencent/tdesign-react/pull/3114)) +### 🐞 Bug Fixes +- `Dropdown`: Fixset `panel Top Content` aftersubmenu `top` calculationerror issue @moecasts ([#3106](https://github.com/Tencent/tdesign-react/pull/3106)) +- `TreeSelect`: modifymultiplestate underdefaultclickparentnodeoptionrowisisselectin, ifneedrequireclickexpand,pleaseconfigure `tree Props.expand OnClick Node` @HaixingOoO ([#3111](https://github.com/Tencent/tdesign-react/pull/3111)) +- `Menu`: Fixsecondarymenuexpandcollapsestatenot associatedrightarrowchangechange issue @uyarn ([#3110](https://github.com/Tencent/tdesign-react/pull/3110)) +- `Date RangePicker`: Fixconfigure whenbetweenrelatedgridstyle when,nohascorrecthandle `defaultTime` issue @uyarn ([#3117](https://github.com/Tencent/tdesign-react/pull/3117)) +- `DatePicker`: Fixweekselecterunder,yearboundarydatereturngridstyleerror issue @uyarn ([#3117](https://github.com/Tencent/tdesign-react/pull/3117)) +- `ColorPicker`: + - Fixpartscenario undersubcomponentsaveinduplicate rendering exception issue @uyarn ([#3118](https://github.com/Tencent/tdesign-react/pull/3118)) + - Fixgradualchangemode under,cleardegreesliderandgradualchangeslidercolornotlinkdynamic issue @huangchen1031 ([#3109](https://github.com/Tencent/tdesign-react/pull/3109)) +### 🚧 Others +- `Site`: sitepointswitchlanguagewhencomponentfollowfollowswitchlanguage @RSS1102 ([#3100](https://github.com/Tencent/tdesign-react/pull/3100)) +- `Form`: Addcustomizedformcontrolitemdocumentationdescriptionandexample @miownag ([#3112](https://github.com/Tencent/tdesign-react/pull/3112)) + +## 🌈 1.9.0 `2024-09-12` + +### πŸš€ Features + +- `Tag`: modify `max Width` take effect DOM node, convenientcontrolcontroltextcontentlength,hasbaseinthisspecialvisibilitymodifystyleplease note thischangemore ⚠️ @liweijie0812 ([#3083](https://github.com/Tencent/tdesign-react/pull/3083)) +- `Form`: + - Fix `name` using underhyphen concatenationcauseusing underuse hyphen as `name` calculationerror,hasusinguse special characters asformitem `name` please note thischangemore ⚠️ @HaixingOoO ([#3095](https://github.com/Tencent/tdesign-react/pull/3095)) + - add `whitespace` validatedefault errormessage @liweijie0812 ([#3067](https://github.com/Tencent/tdesign-react/pull/3067)) + - Supportnative `id` properties,useinwith `Button` native `Form` propertiesimplementformsubmitfunctioncan @HaixingOoO ([#3084](https://github.com/Tencent/tdesign-react/pull/3084)) +- `Card`: `loading` propertiesadd `TNode` Support @huangchen1031 ([#3051](https://github.com/Tencent/tdesign-react/pull/3051)) +- `Cascader`: Add `panel Top Content` and `panel Bottom Content`,useinautofixedresponsethepaneltopandbottomcontent @HaixingOoO ([#3096](https://github.com/Tencent/tdesign-react/pull/3096)) +- `Checkbox`: Fix `readonly` understyle issue @HaixingOoO ([#3077](https://github.com/Tencent/tdesign-react/pull/3077)) +- `Tag`: Add Support `title` API,Supportcustomized `title` configure @HaixingOoO ([#3064](https://github.com/Tencent/tdesign-react/pull/3064)) +- `Tree`: Add `allow Drop` API,useinlimitdragscenariousing @uyarn ([#3098](https://github.com/Tencent/tdesign-react/pull/3098)) + +### 🐞 Bug Fixes + +- `Card`: Fix `loading` switchstatewillcausesubnodererender issue @huangchen1031 ([#3051](https://github.com/Tencent/tdesign-react/pull/3051)) +- `Dialog`: Fix `Header` is `null`,configure `close Btn` stillthenrender `Header` issue @HaixingOoO ([#3081](https://github.com/Tencent/tdesign-react/pull/3081)) +- `Input`: Fixcalculation `emoji` charactererror issue @novlan1 ([#3065](https://github.com/Tencent/tdesign-react/pull/3065)) +- `Popup`: Fix `1.8.0` after versionforfor `Popup` Optimizecause 16.x version under exception issue @moecasts ([#3091](https://github.com/Tencent/tdesign-react/pull/3091)) +- `Statistic`: Fix `classname` and `style` notpass throughfunctioncan exception issue @liweijie0812 ([#3089](https://github.com/Tencent/tdesign-react/pull/3089)) +- `TimePicker`: Fix `format` only Support HH:mm:ss gridstyle issue @liweijie0812 ([#3066](https://github.com/Tencent/tdesign-react/pull/3066)) + + +## 🌈 1.8.1 `2024-08-23` +### 🐞 Bug Fixes +- `Select`: Fixcustomized `content` when when opening and closing dropdown issue @uyarn ([#3058](https://github.com/Tencent/tdesign-react/pull/3058)) +- `Rate`: Fix `1.8.0` versioninratingdescriptionnotshow issue @liweijie0812 ([#3060](https://github.com/Tencent/tdesign-react/pull/3060)) +- `Popup`: Fix `panel` is null scenario underparteventcallbackmissingand error issue @uyarn ([#3061](https://github.com/Tencent/tdesign-react/pull/3061)) + +## 🌈 1.8.0 `2024-08-22` +### πŸš€ Features +- `Empty`: Add `Empty` emptystatecomponent @ZWkang @HaixingOoO @double-deng ([#2817](https://github.com/Tencent/tdesign-react/pull/2817)) +- `ConfigProvider`: Support `colon Text` propertiesconfigure `Descriptions`, `Form` component `colon` properties @liweijie0812 ([#3055](https://github.com/Tencent/tdesign-react/pull/3055)) + +### 🐞 Bug Fixes +- `ColorPicker`: Fix `slider` partinmouse enter and leavedefect @Jippp ([#3042](https://github.com/Tencent/tdesign-react/pull/3042)) +- `use VirtualScroll`: modify `visible Data` calculation style,resolvecanvisible areaoverhigh when,scroll afterbottomwhitespace issue @huangchen1031 ([#2999](https://github.com/Tencent/tdesign-react/pull/2999)) +- `Table`: Fix drag sort when,ancestorfirstnodeinnerordererror issue @uyarn ([#3046](https://github.com/Tencent/tdesign-react/pull/3046)) +- `InputNumber`: Fixdecimalpointprecisiondegreecalculation,by 0 beginningcalculationboundarylogicmissingcausecalculationerror issue @uyarn ([#3046](https://github.com/Tencent/tdesign-react/pull/3046)) +- `Popup`: Fixsomethesescenario under,hide whenfixedwillflicker issue @HaixingOoO ([#3052](https://github.com/Tencent/tdesign-react/pull/3052)) + +### 🚧 Others +- `Popup`: Fixofficial website`Popup` positiondisplay issue @HaixingOoO ([#3048](https://github.com/Tencent/tdesign-react/pull/3048)) +- `DatePicker`: Fix presets examplecodeerror issue @uyarn ([#3050](https://github.com/Tencent/tdesign-react/pull/3050)) + +## 🌈 1.7.9 `2024-08-07` +### 🐞 Bug Fixes +- `Tree`: Fix`1.7.8`versionupdatecauseexpandcollapsefunctioncandefect @HaixingOoO ([#3039](https://github.com/Tencent/tdesign-react/pull/3039)) + + +## 🌈 1.7.8 `2024-08-01` +### πŸš€ Features +- `ConfigProvider`: Add `attach` API, Supportglobalconfigureattachorglobalconfigurepartcomponentattach @HaixingOoO ([#3001](https://github.com/Tencent/tdesign-react/pull/3001)) +- `DatePicker`: Add `need Confirm` API,Supportdatewhenbetweenselecternotneedrequireclickconfirmbuttonsaveselect whenbetween @HaixingOoO ([#3011](https://github.com/Tencent/tdesign-react/pull/3011)) +- `Date RangePicker` Support `borderless` mode @liweijie0812 ([#3015](https://github.com/Tencent/tdesign-react/pull/3015)) +- `RangeInput`: Support `borderless` mode @liweijie0812 ([#3015](https://github.com/Tencent/tdesign-react/pull/3015)) +- `Time RangePicker`: Support `borderless` mode @liweijie0812 ([#3015](https://github.com/Tencent/tdesign-react/pull/3015)) +- `Descriptions`: layout typedefine Adjustisstringmultipletype @liweijie0812 ([#3021](https://github.com/Tencent/tdesign-react/pull/3021)) +- `Rate`: ratingcomponent Supportinternationalchangeconfigure @uyarn ([#3023](https://github.com/Tencent/tdesign-react/pull/3023)) +### 🐞 Bug Fixes +- `Upload`: Fixparticonsnot Supportglobalreplace issue @uyarn ([#3009](https://github.com/Tencent/tdesign-react/pull/3009)) +- `Select`: Fix `Select` `label` and `prefix Icon` multiplestate undershow issue @HaixingOoO ([#3019](https://github.com/Tencent/tdesign-react/pull/3019)) +- `Tree`: Fixpartscenario underfirst subnodeset `checked` aftercauseentire treeinitializestate exception issue @uyarn ([#3023](https://github.com/Tencent/tdesign-react/pull/3023)) +- `Dropdown Item`: Fixdisablestateaffectcomponentthisselfresponserowisdefect @uyarn ([#3024](https://github.com/Tencent/tdesign-react/pull/3024)) +- `TagInput`: `on DragSort` inusing `use Ref` causecontext error @Heising ([#3003](https://github.com/Tencent/tdesign-react/pull/3003)) +### 🚧 Others +- `Dialog`: Fix positionexample error issue @novlan1 ([#3005](https://github.com/Tencent/tdesign-react/pull/3005)) +- `RangeInput`: add`live Demo` @liweijie0812 ([#3015](https://github.com/Tencent/tdesign-react/pull/3015)) + +## 🌈 1.7.7 `2024-07-18` +### πŸš€ Features +- `Icon`: Add icons `list-numbered`,Optimize`lock-off`drawpath @DOUBLE-DENG ([icon#9f4acfd](https://github.com/Tencent/tdesign-icons/commit/9f4acfdda58f84f9bca71a22f033e27127dd26db)) +- `Breadcrumb Item`: add `tooltip Props` extend, convenient to customizeinner position `tooltip` relatedproperties @carolin913 ([#2990](https://github.com/Tencent/tdesign-react/pull/2990)) +- `ImageViewer`: Add `attach` API,Supportcustomizedmountnode @HaixingOoO ([#2995](https://github.com/Tencent/tdesign-react/pull/2995)) +- `Drawer`: Add `on SizeDrag End` API,useinneedrequiredragzoomcallbackscenario @NWYLZW ([#2975](https://github.com/Tencent/tdesign-react/pull/2975)) + +### 🐞 Bug Fixes +- `Icon`: Fixicons`chart-column`namingerror issue @uyarn ([#2979](https://github.com/Tencent/tdesign-react/pull/2979)) +- `Input`: Fixdisablestate understillcanbyswitchplain text and cipher text issue @uyarn ([#2991](https://github.com/Tencent/tdesign-react/pull/2991)) +- `Table`: @uyarn + - Fixonlysaveinonecolumncandragtableshrinkwhenstyle exception issue ([#2994](https://github.com/Tencent/tdesign-react/pull/2994)) + - Fixpartscenario undertobeforezoomwhen error issue([#2994](https://github.com/Tencent/tdesign-react/pull/2994)) + - Fixemptydata underdisplaycontentnohascenterindisplay issue ([#2996](https://github.com/Tencent/tdesign-react/pull/2996)) +### 🚧 Others +- docs(Checkbox): Optimize`Checkbox`documentationcontent @Heising ([common#1835](https://github.com/Tencent/tdesign-common/pull/1835)) + + +## 🌈 1.7.6 `2024-06-27` +### πŸš€ Features +- `Tabs`: Supportviascroll wheelorertouchpadenterrowscrolloperation,Add `scroll Position` API,Supportconfigureselectinsliderscrollmostfinally stay position @oljc ([#2954](https://github.com/Tencent/tdesign-react/pull/2954)) +- `ImageViewer`: Add `is Svg` properties,Supportnative `SVG` previewshow,useinfor `SVG` enterrowoperationscenario @HaixingOoO ([#2958](https://github.com/Tencent/tdesign-react/pull/2958)) +- `Input`: Add `spell Check` API @NWYLZW ([#2941](https://github.com/Tencent/tdesign-react/pull/2941)) + +### 🐞 Bug Fixes +- `DatePicker`: Fixsingleindependentusing `DateRangePickerPanel` panelheaderclicklogicand `Date RangePicker` notonecause issue @uyarn ([#2944](https://github.com/Tencent/tdesign-react/pull/2944)) +- `Form`: Fixnested `FormList` scenario underusing `should Update` causelooprender issue @moecasts ([#2948](https://github.com/Tencent/tdesign-react/pull/2948)) +- `Tabs`: Fix `1.7.4` after version,`Tabs` className affect `Tab Item` issue @uyarn ([#2946](https://github.com/Tencent/tdesign-react/pull/2946)) +- `Table`: + - Fix `use Pagination` in `pagination` dynamicstatechangechangefunctioncan issue @HaixingOoO ([#2960](https://github.com/Tencent/tdesign-react/pull/2960)) + - Fixright mousekeytablealsocanbytriggercolumnwidthdrag issue @HaixingOoO ([#2961](https://github.com/Tencent/tdesign-react/pull/2961)) + - Fixonlysaveinonecolumncanbe resize usingscenario under,dragfunctioncan exception issue @uyarn ([#2959](https://github.com/Tencent/tdesign-react/pull/2959)) + +### 🚧 Others +- sitepointallquantityAdd Type Script examplecode @uyarn @HaixingOoO @ZWkang ([#2871](https://github.com/Tencent/tdesign-react/pull/2871)) + + +## 🌈 1.7.5 `2024-05-31` +### 🐞 Bug Fixes +- `DatePicker`: Fix click`jump`buttonlogicnohassync underpullselectchangedynamicdefect @uyarn ([#2934](https://github.com/Tencent/tdesign-react/pull/2934)) + +## 🌈 1.7.4 `2024-05-30` +### πŸš€ Features +- `DatePicker`: Optimizedateareabetweenselecterheader areabetweenchangechangelogic,select afterleftareabetween largerinrightareabetween,ruledefault Adjustisleftareabetweenalways thanrightareabetweensmall 1 @uyarn ([#2932](https://github.com/Tencent/tdesign-react/pull/2932)) +### 🐞 Bug Fixes +- `Cascader`: Fix `Cascader` search when `check Strictly` modeparentnodenotshow @HaixingOoO ([#2914](https://github.com/Tencent/tdesign-react/pull/2914)) +- `Select`: Fixhalfselectstateselect alloptiondisplaystyle issue @uyarn ([#2915](https://github.com/Tencent/tdesign-react/pull/2915)) +- `Menu`: Fix `Head Menu` under `Menu Item` class namepass throughinvalid issue @uyarn ([#2917](https://github.com/Tencent/tdesign-react/pull/2917)) +- `Tab Panel`: Fixclass namepass throughinvalid issue @uyarn ([#2917](https://github.com/Tencent/tdesign-react/pull/2917)) +- `Breadcrumb`: Fixdark colormode underseparatornotvisible issue @NWYLZW ([#2920](https://github.com/Tencent/tdesign-react/pull/2920)) +- `Checkbox`: + - Fixnomethodrenderisvalueis 0 option @NWYLZW ([#2925](https://github.com/Tencent/tdesign-react/pull/2925)) + - Fixaffected bycontrolstatecannot be on Change callbackincorrectly consume issue @NWYLZW ([#2926](https://github.com/Tencent/tdesign-react/pull/2926)) +- `SelectInput`: Fix `interface.d.ts` filemissing `size` type issue @HaixingOoO ([#2930](https://github.com/Tencent/tdesign-react/pull/2930)) +- `DatePicker`: Fixsingleindependentusingpanelnohascompatibleno `on MonthChange` callbackscenario issue @uyarn ([#2932](https://github.com/Tencent/tdesign-react/pull/2932)) +- `DateRangePickerPanel`: Fix indropdowninselectyear/monthwhenselectappeardatechangechangeconfused issue @liyucang-git ([#2922](https://github.com/Tencent/tdesign-react/pull/2922)) +- `InputNumber`: Fix `allowInputOver Limit=false` sizevaluejudgment when,value is undefined when,willappearshow Infinity issue @HaixingOoO ([common#1802](https://github.com/Tencent/tdesign-common/pull/1802)) + +## 🌈 1.7.3 `2024-05-18` +### 🐞 Bug Fixes +- `Menu`: Fixsecondaryandby under `Submenu` nohashandle classname defect @uyarn ([#2911](https://github.com/Tencent/tdesign-react/pull/2911)) +- `Upload`: Fixmanualdynamicuploadbug @HaixingOoO ([#2912](https://github.com/Tencent/tdesign-react/pull/2912)) +- `Avatar`: Fixwith Popupusingpopupnotdisplay exception @uyarn + +## 🌈 1.7.1 `2024-05-16` + +### πŸš€ Features +- `Avatar`: Add `Click`, `Hover` and `Contextmenu` etcmouseevent,Supportforavataroperationscenariousing @NWYLZW ([#2906](https://github.com/Tencent/tdesign-react/pull/2906)) +- `Dialog`: Support `set ConfirmLoading` using @ZWkang ([#2883](https://github.com/Tencent/tdesign-react/pull/2883)) +- `SelectInput`: Support `size` properties @HaixingOoO ([#2894](https://github.com/Tencent/tdesign-react/pull/2894)) +- `TimePicker`: Add Support `on Pick` event and `presets` API @ZWkang ([#2902](https://github.com/Tencent/tdesign-react/pull/2902)) +- `Input`: Add `borderless` API,Supportnobordermode @uyarn ([#2878](https://github.com/Tencent/tdesign-react/pull/2878)) +- `AutoComplete`: Add `borderless` API,Supportnobordermode @uyarn ([#2884](https://github.com/Tencent/tdesign-react/pull/2884)) +- `ColorPicker`: Add `borderless` API,Supportnobordermode @uyarn ([#2878](https://github.com/Tencent/tdesign-react/pull/2878)) +- `DatePicker`: Add `borderless` API,Supportnobordermode @uyarn ([#2878](https://github.com/Tencent/tdesign-react/pull/2878)) +- `TagInput`: Add `borderless` API,Supportnobordermode @uyarn ([#2878](https://github.com/Tencent/tdesign-react/pull/2878)) +- `TimePicker`: Add `borderless` API,Supportnobordermode @uyarn ([#2878](https://github.com/Tencent/tdesign-react/pull/2878)) +- `Scroll`: Adjust `1.6.0` afterforfor Chrome scrollbarstylecompatiblemethod,notdependency`autoprefixer`version @loopzhou ([#2890](https://github.com/Tencent/tdesign-react/pull/2890)) +### 🐞 Bug Fixes +- `ColorPicker`: Fixswitchpreviewcolor when,channelbutton positionnotchange issue @fennghuang ([#2880](https://github.com/Tencent/tdesign-react/pull/2880)) +- `Form`: Fixbyin `FormItem`modify,nohastriggerlisten`FormList``use Watch` issue @HaixingOoO ([#2904](https://github.com/Tencent/tdesign-react/pull/2904)) +- `Menu`: @uyarn + - Fix using`dist`stylebecauseisstylepriorityissuecausesubmenu positionoffset issue ([#2890](https://github.com/Tencent/tdesign-react/pull/2890)) + - improve `t-popup__menu` stylepriority,resolve dist innerstylepriorityonecausecausestyle exception issue ([#2905](https://github.com/Tencent/tdesign-react/pull/2905)) +- `Pagination`: Fix whenbeforepageinputdecimalafternohasautodynamic Adjust issue @uyarn ([#2886](https://github.com/Tencent/tdesign-react/pull/2886)) +- `Select`: + - Fix `creatable` functioncan exception issue @uyarn ([#2903](https://github.com/Tencent/tdesign-react/pull/2903)) + - Fix `reserve Keyword` with `Option Children` usemethod exception issue @uyarn ([#2903](https://github.com/Tencent/tdesign-react/pull/2903)) + - Optimizealreadyselectstyleoverridealreadydisablestyle issue @fython ([#2905](https://github.com/Tencent/tdesign-react/pull/2905)) +- `Slider`: Fix `slider Ref.current` cancanisempty issue @ZWkang ([#2868](https://github.com/Tencent/tdesign-react/pull/2868)) +- `Table`: + - Fixunmounttable when dataisemptycause error exception @duxphp ([#2900](https://github.com/Tencent/tdesign-react/pull/2900)) + - Fix `1.5.0` after versionpartscenario underusingfixedcolumncause exception issue @uyarn ([#2889](https://github.com/Tencent/tdesign-react/pull/2889)) +- `TagInput`: + - Fixnohaspass through `tag Props` tocollapseoption issue @uyarn ([#2869](https://github.com/Tencent/tdesign-react/pull/2869)) + - extend `collapsed Items` deletefunctioncan @HaixingOoO ([#2881](https://github.com/Tencent/tdesign-react/pull/2881)) +- `TreeSelect`: Fixneedrequirevia `tree Props` set `keys` propertiesonlytake effect issue @ZWkang ([#2896](https://github.com/Tencent/tdesign-react/pull/2896)) +- `Upload`: + - Fixmanualdynamicmodifyuploadenterdegree bug @HaixingOoO ([#2901](https://github.com/Tencent/tdesign-react/pull/2901)) + - Fix imageupload errortype understyle exception issue @uyarn ([#2905](https://github.com/Tencent/tdesign-react/pull/2905)) +### 🚧 Others +- `TagInput`: supplement `Size` propertiesrelateddocumentation @HaixingOoO ([#2894](https://github.com/Tencent/tdesign-react/pull/2894)) +- `Typography`: deletemultipleremainder `default Props` @HaixingOoO ([#2866](https://github.com/Tencent/tdesign-react/pull/2866)) +- `Upload`: Fixdocumentationinclosein OPTIONS methoddescription @Summer-Shen ([#2865](https://github.com/Tencent/tdesign-react/pull/2865)) + +## 🌈 1.7.0 `2024-04-25` +### πŸš€ Features +- `Typography`: Add `Typography` layoutcomponent @insekkei ([#2821](https://github.com/Tencent/tdesign-react/pull/2821)) +### 🐞 Bug Fixes +- `Table`: in `effect` asyncinexecuteget data whenandupdate data,cancanwillcausesome bug @HaixingOoO ([#2848](https://github.com/Tencent/tdesign-react/pull/2848)) +- `DatePicker`: Fixdateselecterinmonthselectjump backinitialstate exception @uyarn ([#2854](https://github.com/Tencent/tdesign-react/pull/2854)) +- `Form`: `use Watch` inonefixedcase under,name notsamewillcauseview issuedefect @HaixingOoO ([#2853](https://github.com/Tencent/tdesign-react/pull/2853)) +- `Drawer`: Fix `1.6.0` close Btn propertiesdefaultvaluelost issue @uyarn ([#2856](https://github.com/Tencent/tdesign-react/pull/2856)) +- `Dropdown`: Fixoptionlengthisemptystilldisplaypopup issue @uyarn ([#2860](https://github.com/Tencent/tdesign-react/pull/2860)) +- `Dropdown`: Optimize `Dropdown` `children` pass through `disabled` @HaixingOoO ([#2862](https://github.com/Tencent/tdesign-react/pull/2862)) +- `SelectInput`: Fixnonaffected bycontrolproperties `default PopupVisible` nottake effect issue @uyarn ([#2861](https://github.com/Tencent/tdesign-react/pull/2861)) +- `Style`: Fixpartnodebeforesuffixnomethodunifiedonereplacedefect @ZWkang @uyarn ([#2863](https://github.com/Tencent/tdesign-react/pull/2863)) +- `Upload`: Fix `method` enumvalue `options` error issue @summer-shen @uyarn ([#2863](https://github.com/Tencent/tdesign-react/pull/2863)) + +## 🌈 1.6.0 `2024-04-11` +### πŸš€ Features +- `Portal`: `Portal` Addlazyload `force Render`,defaultis `lazy` mode,Optimizeperformance,compatible `SSR` render,for `Dialog` and `Drawer` componentcancansaveinbreakvisibilityaffect ⚠️ @HaixingOoO ([#2826](https://github.com/Tencent/tdesign-react/pull/2826)) +### 🐞 Bug Fixes +- `ImageViewer`: Fix `image Referrerpolicy` nohasfortopthumbnailtake effect issue @uyarn ([#2815](https://github.com/Tencent/tdesign-react/pull/2815)) +- `Descriptions`: Fix `props` missing `className` and `style` properties issue @HaixingOoO ([#2818](https://github.com/Tencent/tdesign-react/pull/2818)) +- `Layout`: Fix `Layout` add `Aside` pagelayoutwilljumpdynamic issue @HaixingOoO ([#2824](https://github.com/Tencent/tdesign-react/pull/2824)) +- `Input`: Fix in `React16` version underprevent bubblingfailure issue @HaixingOoO ([#2833](https://github.com/Tencent/tdesign-react/pull/2833)) +- `DatePicker`: Fix `1.5.3` version afterhandle Datetypeandweekselecterexception @uyarn ([#2841](https://github.com/Tencent/tdesign-react/pull/2841)) +- `Guide`: + - Optimize `SSR` underusing issue @HaixingOoO ([#2842](https://github.com/Tencent/tdesign-react/pull/2842)) + - Fix `SSR` scenario undercomponentinitializerender position exception issue @uyarn ([#2832](https://github.com/Tencent/tdesign-react/pull/2832)) +- `Scroll`: Fixbyin `Chrome 121` version Support scroll width aftercause `Table`, `Select` andpartappearscrollbarcomponentstyle exception issue @loopzhou ([common#1765](https://github.com/Tencent/tdesign-vue/pull/1765)) @uyarn ([#2843](https://github.com/Tencent/tdesign-react/pull/2843)) +- `Locale`: Optimize `DatePicker` partmodelanguagepackage @uyarn ([#2843](https://github.com/Tencent/tdesign-react/pull/2843)) +- `Tree`: Fixinitialize after `draggable` propertieslostresponsestyle issue @Liao-js ([#2838](https://github.com/Tencent/tdesign-react/pull/2838)) +- `Style`: Supportvia `less` main entrance openpackagestyleneedrequire @NWYLZW @uyarn ([common#1757](https://github.com/Tencent/tdesign-common/pull/1757)) ([common#1766](https://github.com/Tencent/tdesign-common/pull/1766)) + + +## 🌈 1.5.5 `2024-03-28` +### 🐞 Bug Fixes +- `ImageViewer`: Fix `image Referrerpolicy` nohasfortopthumbnailtake effect issue @uyarn ([#2815](https://github.com/Tencent/tdesign-react/pull/2815)) + +## 🌈 1.5.4 `2024-03-28` +### πŸš€ Features +- `ImageViewer`: Add `image Referrerpolicy` API,Supportwith Image componentneedrequireconfigure Referrerpolicy scenario @uyarn ([#2813](https://github.com/Tencent/tdesign-react/pull/2813)) +### 🐞 Bug Fixes +- `Select`: Fix `on Remove` eventnohasnormaltrigger issue @Ali-ovo ([#2802](https://github.com/Tencent/tdesign-react/pull/2802)) +- `Skeleton`: Fix`children`ismusttype issue @uyarn ([#2805](https://github.com/Tencent/tdesign-react/pull/2805)) +- `Tabs`: provide `action` areadefaultstyle @HaixingOoO ([#2808](https://github.com/Tencent/tdesign-react/pull/2808)) +- `Locale`: Fix`image`and`image Viewer` English languagepackage exception issue @uyarn @HaixingOoO ([#2808](https://github.com/Tencent/tdesign-react/pull/2808)) +- `Image`: `referrerpolicy` parameterbe errorpasstoouter `div` on,actual delivery targetisnative `image` tag @NWYLZW ([#2811](https://github.com/Tencent/tdesign-react/pull/2811)) + +## 🌈 1.5.3 `2024-03-14` +### πŸš€ Features +- `Breadcrumb Item`: Support `on Click` event @HaixingOoO ([#2795](https://github.com/Tencent/tdesign-react/pull/2795)) +- `Tag`: component Add `color` API,Supportcustomizedcolor @maoyiluo @uyarn ([#2799](https://github.com/Tencent/tdesign-react/pull/2799)) +### 🐞 Bug Fixes +- `FormList`: Fixmultiple componentstuck issue @HaixingOoO ([#2788](https://github.com/Tencent/tdesign-react/pull/2788)) +- `DatePicker`: Fix `format` and `valueType` notonecausescenario undercalculationerror issue @uyarn ([#2798](https://github.com/Tencent/tdesign-react/pull/2798)) +### 🚧 Others +- `Portal`: add Portaltestuseexample @HaixingOoO ([#2791](https://github.com/Tencent/tdesign-react/pull/2791)) +- `List`: improve List testuseexample @HaixingOoO ([#2792](https://github.com/Tencent/tdesign-react/pull/2792)) +- `Alert`: improve Alert test,Optimizecode @HaixingOoO ([#2793](https://github.com/Tencent/tdesign-react/pull/2793)) + +## 🌈 1.5.2 `2024-02-29` +### πŸš€ Features +- `Cascader`: Add `valueDisplay`and`label` APISupport @HaixingOoO ([#2736](https://github.com/Tencent/tdesign-react/pull/2736)) +- `Descriptions`: component Supportnested @HaixingOoO ([#2777](https://github.com/Tencent/tdesign-react/pull/2777)) +- `Tabs`: Adjustactivate `Tab` understrokelineand `Tab Header` borderlevelrelationship @uyarn ([#2780](https://github.com/Tencent/tdesign-react/pull/2780)) +### 🐞 Bug Fixes +- `Grid`: dimensioncalculationerror,widthcompatible exception @NWYLZW ([#2738](https://github.com/Tencent/tdesign-react/pull/2738)) +- `Cascader`: Fix`clearable`clickclearbuttontriggerthreetime`on Change` issue @HaixingOoO ([#2736](https://github.com/Tencent/tdesign-react/pull/2736)) +- `Dialog`: Fix`use DialogPosition`rendermultipletimebindingevent @HaixingOoO ([#2749](https://github.com/Tencent/tdesign-react/pull/2749)) +- `Guide`: Fixcustomizedcontentfunctioncaninvalid @zhangpaopao0609 ([#2752](https://github.com/Tencent/tdesign-react/pull/2752)) +- `Tree`: Fixset `keys.children` afterexpandiconsnohasnormalchangechange issue @uyarn ([#2746](https://github.com/Tencent/tdesign-react/pull/2746)) +- `Tree`: Fix `Tree` customizedlabel `set Data` nohasrender issue @HaixingOoO ([#2776](https://github.com/Tencent/tdesign-react/pull/2776)) +- `Tree`: Fixset `Tree` width,`TreeItem` `checkbox` willbecompress,`label` ellipsisinvalid issue @HaixingOoO @uyarn ([#2780](https://github.com/Tencent/tdesign-react/pull/2780)) +- `Select`: @uyarn + - Fixviascrollloadoptionselectin afterscrollrowis exception issue ([#2779](https://github.com/Tencent/tdesign-react/pull/2779)) + - Fix using `size` API when,virtual scrollfunctioncan exception issue ([#2756](https://github.com/Tencent/tdesign-react/pull/2756)) + +## 🌈 1.5.1 `2024-01-25` +### πŸš€ Features +- `Popup`: Support `Plugin` styleusing. @HaixingOoO ([#2717](https://github.com/Tencent/tdesign-react/pull/2717)) +- `Transfer`: Support `direction` API @uyarn ([#2727](https://github.com/Tencent/tdesign-react/pull/2727)) +- `Tabs`: Add `action` API,Supportcustomizedrightarea @uyarn ([#2728](https://github.com/Tencent/tdesign-react/pull/2728)) +### 🐞 Bug Fixes +- `Pagination`: `Jump to` Adjustis largerwrite,maintainonecausevisibility @wangyewei ([#2716](https://github.com/Tencent/tdesign-react/pull/2716)) +- `Table`: Fix`Modal`in`Form`form,using`should Update`unmounthas whennomethodfindtoformmethod. @duxphp ([#2675](https://github.com/Tencent/tdesign-react/pull/2675)) +- `Table`: columnwidthAdjustandrowexpandscenario,Fixrowexpand when,willresetcolumnwidthAdjustresultissue @chaishi ([#2722](https://github.com/Tencent/tdesign-react/pull/2722)) +- `Select`: Fix`Select`multiplestate underselectincontentscroll issue. @HaixingOoO ([#2721](https://github.com/Tencent/tdesign-react/pull/2721)) +- `Transfer`: Fix `disabled` APIfunctioncan exception issue @uyarn ([#2727](https://github.com/Tencent/tdesign-react/pull/2727)) +- `Swiper`: Fixtoleftswitchcarouseldynamicdrawwhenorder confusion issue @HaixingOoO ([#2725](https://github.com/Tencent/tdesign-react/pull/2725)) +- `Form`: Fixcalculation `^` characterexception issue @uyarn ([#2728](https://github.com/Tencent/tdesign-react/pull/2728)) +- `Loading`: Fixnotset `z-index` defaultvalue issue @betavs ([#2728](https://github.com/Tencent/tdesign-react/pull/2728)) +- `Check Tag`: Fixset `className` willoverrideallalreadyhasclass namedefect @uyarn ([#2730](https://github.com/Tencent/tdesign-react/pull/2730)) +- `TreeSelect`: Fix `on Enter` eventnot trigger issue @uyarn ([#2731](https://github.com/Tencent/tdesign-react/pull/2731)) +- `Menu`: Fix `collapsed` `scroll` style @Except10n ([#2718](https://github.com/Tencent/tdesign-react/pull/2718)) +- `Cascader`: Fixlonglistscenario under,in `Safari` inusingstyle exception issue @uyarn ([#2728](https://github.com/Tencent/tdesign-react/pull/2728)) + +## 🌈 1.5.0 `2024-01-11` +### 🚨 Breaking Changes +- `Dialog`: theversionmove `className` errormountenterrow Fix,presentin `className` onlywillbemountto `Dialog` onlayercontainerelement Context in.ifyouneedrequiredirectlymodify `Dialog` thisbodystyle,canbyswitchusingis `dialog ClassName` enterrowmodify. +### πŸš€ Features +- `Descriptions`: Add `Descriptions` descriptioncomponent @HaixingOoO ([#2706](https://github.com/Tencent/tdesign-react/pull/2706)) +- `Dialog`: add `dialog ClassName` useinhandleinternal dialog nodestyle.suggestbeforevia `className` directlymodifydialogthisbodystyleuseuserswitchusingis `dialog ClassName` @NWYLZW ([#2639](https://github.com/Tencent/tdesign-react/pull/2639)) +### 🐞 Bug Fixes +- `Cascader`: Fix Cascader `trigger=hover` filter after,selectoperationsavein exception bug @HaixingOoO ([#2702](https://github.com/Tencent/tdesign-react/pull/2702)) +- `Upload`: Fix Upload `upload FilePercent` typenotdefine @betavs ([#2703](https://github.com/Tencent/tdesign-react/pull/2703)) +- `Dialog`: Fix Dialog `className` enterrowmultipletimenodemount error,`className` moveonlybemountto ctx elementon @NWYLZW ([#2639](https://github.com/Tencent/tdesign-react/pull/2639)) +- `TreeSelect`: Fix `suffix Icon` errorandaddrelatedexample @Ali-ovo ([#2692](https://github.com/Tencent/tdesign-react/pull/2692)) + +## 🌈 1.4.3 `2024-01-02` +### 🐞 Bug Fixes +- `AutoComplete`: Fix`Active Index=-1`nomatch when,enterwill error issue @Ali-ovo ([#2300](https://github.com/Tencent/tdesign-react/pull/2300)) +- `Cascader`: Fix`1.4.2` Cascadersinglefilter undernot triggerselectindefect @HaixingOoO ([#2700](https://github.com/Tencent/tdesign-react/pull/2700)) + + +## 🌈 1.4.2 `2023-12-28` +### πŸš€ Features +- `Card`: add `Loading Props` properties @HaixingOoO ([#2677](https://github.com/Tencent/tdesign-react/pull/2677)) +- `DatePicker`: `Date RangePicker` Add `cancel RangeSelect Limit`,Supportnotlimit Range Picker selectbeforeafterrange @uyarn ([#2684](https://github.com/Tencent/tdesign-react/pull/2684)) +- `Space`: elementisempty when,notagainrenderone subelement @chaishi ([#2671](https://github.com/Tencent/tdesign-react/pull/2671)) +- `Upload`: @chaishi ([#2671](https://github.com/Tencent/tdesign-react/pull/2671)) + - Add Supportusing `upload PastedFiles` pasteuploadfile + - inputboxtypeuploadcomponent,Addclass name `t-upload--theme-file-input` + - Add Support `upload PastedFiles`,indicateallowpasteuploadfile + - Add `cancel UploadButton` and `upload Button`,Supportcustomizeduploadbuttonandcanceluploadbutton + - Add `image ViewerProps`,pass throughimagepreviewcomponentallproperties + - Add `show ImageFile Name`,to controlisnoshowimagename + - Supportpass indefaultvalueisnonarrayformstyle + - Support `file ListDisplay=null` when,hidefilelistοΌ›andAddmorefinish addingentire `file ListDisplay` parameter,useincustomized UI +### 🐞 Bug Fixes +- `Table`: asyncgetmostnewtreeformstructure data when,priorityusing `window.request AnimationFrame` function,byanti-flicker @lazybonee ([#2668](https://github.com/Tencent/tdesign-react/pull/2668)) +- `Table`: Fixfilterselectvalueis `0/false` when,filterselecticonsnotcanhighlight issue @chaishi ([#2671](https://github.com/Tencent/tdesign-react/pull/2671)) +- `Cascader`: Fixcomponentin filter afterenterrowselectoperationandclearcontentsavein exception bug @HaixingOoO ([#2674](https://github.com/Tencent/tdesign-react/pull/2674)) +- `ColorPicker`: globalset `border-box` aftercausecolorliststyle issue @carolin913 +- `Pagination`: movetotalnumbersingle `item` changeis `bar`, maintaincontentonecausevisibility @dinghuihua ([#2679](https://github.com/Tencent/tdesign-react/pull/2679)) +- `InputNumber`: Fix `min=0` or `max=0` limitinvalid issue @chaishi ([#2352](https://github.com/Tencent/tdesign-react/pull/2352)) +- `Watermark`: Fixrowinner style causenomethod sticky fixedissue @carolin913 ([#2685](https://github.com/Tencent/tdesign-react/pull/2685)) +- `Calendar`: Fixcardmode undernotnormaldisplayweekmessagedefect @uyarn ([#2686](https://github.com/Tencent/tdesign-react/pull/2686)) +- `Upload`: @chaishi ([#2671](https://github.com/Tencent/tdesign-react/pull/2671)) + - Fixmanualdynamicupload when,nomethodupdateuploadenterdegreeissue + - Fix `upload FilePercent` parametertype issue + + ## 🌈 1.4.1 `2023-12-14` +### πŸš€ Features +- `Radio`: Supportviaemptygridkey(SpaceοΌ‰selectinoption @liweijie0812 ([#2638](https://github.com/Tencent/tdesign-react/pull/2638)) +- `Dropdown`: Removefor left item stylespecialhandle @uyarn ([#2663](https://github.com/Tencent/tdesign-react/pull/2663)) +### 🐞 Bug Fixes +- `AutoComplete`: Fixpartspecial character matchingerror issue @ZWkang ([#2631](https://github.com/Tencent/tdesign-react/pull/2631)) +- `DatePicker`: Fixdateclickclearcontent whendialogwillflickerdefect @HaixingOoO ([#2641](https://github.com/Tencent/tdesign-react/pull/2641)) +- `DatePicker`: Fixdateselectdisable after,aftersuffixiconscolorchangechange issue @HaixingOoO @uyarn ([#2663](https://github.com/Tencent/tdesign-react/pull/2663)) +- `DatePicker`: Fixdisablestate underclickcomponentedge stillcanshow `Panel` @Zz-ZzzZ ([#2653](https://github.com/Tencent/tdesign-react/pull/2653)) +- `Dropdown`: Fix underpullmenudisablestatecanclick issue @betavs ([#2648](https://github.com/Tencent/tdesign-react/pull/2648)) +- `Dropdown Item`: Fixomission `Divider` typedefect @uyarn ([#2649](https://github.com/Tencent/tdesign-react/pull/2649)) +- `Popup`: Fix `disabled` propertiesnottake effectdefect @uyarn ([#2665](https://github.com/Tencent/tdesign-react/pull/2665)) +- `Select`: Fix `Input Change` eventinblur whentrigger exception issue @uyarn ([#2664](https://github.com/Tencent/tdesign-react/pull/2664)) +- `SelectInput`: Fix popup contentwidthcalculationissue @HaixingOoO ([#2647](https://github.com/Tencent/tdesign-react/pull/2647)) +- `ImageViewer`: imagepreviewadddefaultzoom thanexampleandby under ESC whenisnotriggerimagepreviewercloseevent @HaixingOoO ([#2652](https://github.com/Tencent/tdesign-react/pull/2652)) +- `Table`: @chaishi + - Fix `EnhancedTable` treenodenomethodnormalexpand issue ([#2661](https://github.com/Tencent/tdesign-react/pull/2661)) + - Fixvirtual scrollscenario,treenodenomethodexpand issue ([#2659](https://github.com/Tencent/tdesign-react/pull/2659)) + + ## 🌈 1.4.0 `2023-11-30` +### πŸš€ Features + +- `Space`: compatible Supportcomponent spacinginlow levelbrowserinpresent @chaishi ([#2602](https://github.com/Tencent/tdesign-react/pull/2602)) +- `Statistic`: Addstatisticsnumbervaluecomponent @HaixingOoO ([#2596](https://github.com/Tencent/tdesign-react/pull/2596)) + +### 🐞 Bug Fixes + +- `ColorPicker`: Fix `format` is `hex` when,with `enable Alpha` Adjustopacitynottake effect issue @uyarn ([#2628](https://github.com/Tencent/tdesign-react/pull/2628)) +- `ColorPicker`: Fixmodifycoloron sliderbuttoncolornotchange @HaixingOoO ([#2615](https://github.com/Tencent/tdesign-react/pull/2615)) +- `Table`: Fix `lazy Load` lazyloadeffect @chaishi ([#2605](https://github.com/Tencent/tdesign-react/pull/2605)) +- `Tree`: + - Fixtreecomponentnode `open class` statecontrolcontrollogicerrorcausestyle exception @NWYLZW ([#2611](https://github.com/Tencent/tdesign-react/pull/2611)) + - specifiedscrolltospecificnode API in `key` and `index` responseisoptional @uyarn ([#2626](https://github.com/Tencent/tdesign-react/pull/2626)) +- `Drawer`: Fix `mode` is `push` when,push awaycontentareais drawer nodeparentnode. @HaixingOoO ([#2614](https://github.com/Tencent/tdesign-react/pull/2614)) +- `Radio`: Fixform `disabled` nottake effectin `Radio on issue @li-jia-nan ([#2397](https://github.com/Tencent/tdesign-react/pull/2397)) +- `Pagination`: Fix when `total` is 0 andand `page Size` changechange when,`current` valueis 0 issue @betavs ([#2624](https://github.com/Tencent/tdesign-react/pull/2624)) +- `Image`: Fix imagein SSR mode undernotwilltriggernativeevent @HaixingOoO ([#2616](https://github.com/Tencent/tdesign-react/pull/2616)) + + ## 🌈 1.3.1 `2023-11-15` +### πŸš€ Features +- `Upload`: draguploadfilescenario,that ismakefiletype error,alsotrigger `drop` event @chaishi ([#2591](https://github.com/Tencent/tdesign-react/pull/2591)) +### 🐞 Bug Fixes +- `Tree`: + - Fixnotadd `activable` parameteralsocantrigger `on Click` event @HaixingOoO ([#2568](https://github.com/Tencent/tdesign-react/pull/2568)) + - Fixeditabletableeditcomponentbetweenlinkdynamicnottake effect @HaixingOoO ([#2572](https://github.com/Tencent/tdesign-react/pull/2572)) +- `Notification`: + - Fixcontinuously pop two `Notification`, onetimeactualonlyshowone @HaixingOoO ([#2595](https://github.com/Tencent/tdesign-react/pull/2595)) + - using `flush Sync` in `use Effect` inwill warning,presentinchangeuseloop `set Timeout fromhandle @HaixingOoO ([#2597](https://github.com/Tencent/tdesign-react/pull/2597)) +- `Dialog`: + - Fix `Dialog` in introduce `Input` component,from `Input` inbetweeninputcursorwillnavigatetomostafter @HaixingOoO ([#2485](https://github.com/Tencent/tdesign-react/pull/2485)) + - Fixdialogheadertitleshowaffectcancelbutton position @HaixingOoO ([#2593](https://github.com/Tencent/tdesign-react/pull/2593)) +- `Popup`: Fix `Popup Ref` typemissing issue @Ricinix ([#2577](https://github.com/Tencent/tdesign-react/pull/2577)) +- `Tabs`: Fixduplicateclickactivateoptioncard,alsowilltrigger `on Change` event. @HaixingOoO ([#2588](https://github.com/Tencent/tdesign-react/pull/2588)) +- `Radio`: according toforresponse variant select Radio.Button enterrowdisplay @NWYLZW ([#2589](https://github.com/Tencent/tdesign-react/pull/2589)) +- `Input`: Fixsetmost largerlengthafterbackspaceexceptionrowis @uyarn ([#2598](https://github.com/Tencent/tdesign-react/pull/2598)) +- `Link`: Fixbeforeaftericonsnohasvertically centeredin issue @uyarn ([#2598](https://github.com/Tencent/tdesign-react/pull/2598)) +- `Select`: Fix `inputchange` eventcontextparameter exception issue @uyarn ([#2600](https://github.com/Tencent/tdesign-react/pull/2600)) +- `DatePicker`: Fix `Pagination Mini`notupdatecauseswitchrowis exception issue @Ricinix ([#2587](https://github.com/Tencent/tdesign-react/pull/2587)) +- `Form`: Fix set Fields trigger onValuesChange causeinfinite loop @honkinglin ([#2570](https://github.com/Tencent/tdesign-react/pull/2570)) + + ## 🌈 1.3.0 `2023-10-19` +### πŸš€ Features +- `Timeline Item`: addclickevent @Zzongke ([#2545](https://github.com/Tencent/tdesign-react/pull/2545)) +- `Tag`: @chaishi ([#2524](https://github.com/Tencent/tdesign-react/pull/2524)) + - Supportmultipletypestyletagconfigure + - Supporttaggroup`Check TagGroup`using,see detailsexampledocumentation +### 🐞 Bug Fixes +- `locale`: addmissingit_IT, ru_RU, zh_TW languageenvironment @Zzongke ([#2542](https://github.com/Tencent/tdesign-react/pull/2542)) +- `Cascader`: `change` eventin `source` exception issue @betavs ([#2544](https://github.com/Tencent/tdesign-react/pull/2544)) +- `Tree`: Fix`allow FoldNode OnFilter`istrue underfilter afternodedisplayresult @uyarn ([#2552](https://github.com/Tencent/tdesign-react/pull/2552)) +- `TagInput`: Fix inonlyhasone option when,deletefiltertextwillaccidentally deletealreadyoptiondefect @uyarn ([#2552](https://github.com/Tencent/tdesign-react/pull/2552)) +- `TreeSelect`: Adjustfilteroption afterinteractionrowis,andotherimplementboxframemaintainonecause @uyarn ([#2552](https://github.com/Tencent/tdesign-react/pull/2552)) +- `Rate`: Fixmouse fast movedynamic,willappearmultiple text show issue @Jon-Millent ([#2551](https://github.com/Tencent/tdesign-react/pull/2551)) + + ## 🌈 1.2.6 `2023-09-28` +### πŸš€ Features +- `Table`: Optimizerendertimenumber @chaishi ([#2514](https://github.com/Tencent/tdesign-react/pull/2514)) +- `Card`: `title` using `div` getreplace `span` incustomizedscenario undermoreconform to specification @uyarn ([#2517](https://github.com/Tencent/tdesign-react/pull/2517)) +- `Tree`: Supportvia key match singleone value specifiedscrolltospecific position,havebodyusing styleplease refer toexamplecode @uyarn ([#2519](https://github.com/Tencent/tdesign-react/pull/2519)) +### 🐞 Bug Fixes +- `Form`: Fix form List nested dataget exception @honkinglin ([#2529](https://github.com/Tencent/tdesign-react/pull/2529)) +- `Table`: Fix dataswitch when `rowspan AndColspan` render issue @chaishi ([#2514](https://github.com/Tencent/tdesign-react/pull/2514)) +- `Cascader`: hover nohassubnode dataparentnode whennotupdatesubnode @betavs ([#2528](https://github.com/Tencent/tdesign-react/pull/2528)) +- `DatePicker`: Fixswitchmonthinvalid issue @honkinglin ([#2531](https://github.com/Tencent/tdesign-react/pull/2531)) +- `Dropdown`: Fix`Dropdown` disabled APIinvalid issue @uyarn ([#2532](https://github.com/Tencent/tdesign-react/pull/2532)) + + ## 🌈 1.2.5 `2023-09-14` +### πŸš€ Features +- `Steps`: globalconfigureaddstepbaralreadycompleteiconscustomized @Zzongke ([#2491](https://github.com/Tencent/tdesign-react/pull/2491)) +- `Table`: canfilterselecttable,`on FilterChange` event Addparameter `trigger: 'filter-change' | 'confirm' | 'reset' | 'clear'`,indicatetriggerfilterselectbaritemchangechangefromsource @chaishi ([#2492](https://github.com/Tencent/tdesign-react/pull/2492)) +- `Form`: trigger Add `submit`option @honkinglin ([#2507](https://github.com/Tencent/tdesign-react/pull/2507)) +- `ImageViewer`: `on IndexChange` event Add `trigger` enumvalue `current` @chaishi ([#2494](https://github.com/Tencent/tdesign-react/pull/2494)) +- `Image`: @chaishi ([#2494](https://github.com/Tencent/tdesign-react/pull/2494)) + - Add `fallback`,indicateimagefallback image,originalimageloadfailure whenwillshowfallback image + - Add Support `src` typeis `File`,Supportvia `File` previewimage +- `Upload`: copy textlist Supportshowthumbnail @chaishi ([#2494](https://github.com/Tencent/tdesign-react/pull/2494)) +- `Tree`: + - Supportvirtual scrollscenario undervia`key`scrolltospecificnode @uyarn ([#2509](https://github.com/Tencent/tdesign-react/pull/2509)) + - under virtual scroll lowin`threshold` stillcanrunscroll Tooperation @uyarn ([#2509](https://github.com/Tencent/tdesign-react/pull/2509)) +### 🐞 Bug Fixes +- `ConfigProvider`: Fixswitchmultiplelanguageinvalid issue @uyarn ([#2501](https://github.com/Tencent/tdesign-react/pull/2501)) +- `Table`: + - canfilterselecttable,Fix `reset Value` inclearfilterselect when,notcanresettospecified `reset Value` value issue @chaishi ([#2492](https://github.com/Tencent/tdesign-react/pull/2492)) + - treeformstructuretable,Fix expanded TreeNodes.sync and expanded-tree-nodes-change using expand TreeNode OnClick wheninvalid issue @chaishi ([#2492](https://github.com/Tencent/tdesign-react/pull/2492)) + - cellineditmode under,save whentimeforinlinkstylecol Keyhandle error,notcanoverrideoriginalfromvalue @Empire-suy ([#2493](https://github.com/Tencent/tdesign-react/pull/2493)) + - editabletable,Fixmultiple editabletablesimultaneously exist when,validateaffect each other issue @chaishi ([#2498](https://github.com/Tencent/tdesign-react/pull/2498)) +- `TagInput`: Fixcollapsedisplayoptiondimensionsize issue @uyarn ([#2503](https://github.com/Tencent/tdesign-react/pull/2503)) +- `Tabs`: Fix using list pass props and destroy OnHide is false under, willlost panel content issue @lzy2014love ([#2500](https://github.com/Tencent/tdesign-react/pull/2500)) +- `Menu`: Fixmenu `expand Type` defaultmode undermenuitempasson Clicknot trigger issue @Zzongke ([#2502](https://github.com/Tencent/tdesign-react/pull/2502)) +- `ImageViewer`: Fixnomethodvia `visible` directlyopeningpreviewpopbox issue @chaishi ([#2494](https://github.com/Tencent/tdesign-react/pull/2494)) +- `Tree`: Fix1.2.0after versionpart`Tree NodeModel`operationinvalidexception @uyarn + + ## 🌈 1.2.4 `2023-08-31` +### πŸš€ Features +- `Table`: treeformstructure,nohasset `expanded TreeNodes` case under,data dataoccurchangechange when,autodynamicresetcollapseplacehasexpandnode(ifwant to maintainexpandnode,pleaseusingproperties `expanded TreeNodes` controlcontrol @chaishi ([#2470](https://github.com/Tencent/tdesign-react/pull/2470)) +### 🐞 Bug Fixes +- `Watermark`: modifywatermarknode,notaffectwatermarkdisplay @tingtingcheng6 ([#2459](https://github.com/Tencent/tdesign-react/pull/2459)) +- `Table`: @chaishi ([#2470](https://github.com/Tencent/tdesign-react/pull/2470)) + - dragsort + this datapaginationscenario,Fix drag sorteventparameter `current Index/target Index/current/target` etcincorrect issue + - dragsort + this datapaginationscenario,Fix insecond pageby afterpagination dataindrag Adjustorderafter,willautodynamicnavigateto onepageissue + - Supportpaginationnonaffected bycontrolusemethoddragsortscenario +- `Slider`: Fixinitialvalueis0 when,label position errordefect @Zzongke ([#2477](https://github.com/Tencent/tdesign-react/pull/2477)) +- `Tree`: Support `store.children`callget Childrenmethod @uyarn ([#2480](https://github.com/Tencent/tdesign-react/pull/2480)) + +## 🌈 1.2.3 `2023-08-24` +### 🐞 Bug Fixes +- `Table`: Fix use Previous error @honkinglin ([#2464](https://github.com/Tencent/tdesign-react/pull/2464)) +- `ImageViewer`: Fix after introducingfilepath error @honkinglin ([#2465](https://github.com/Tencent/tdesign-react/pull/2465)) + +## 🌈 1.2.2 `2023-08-24` +### πŸš€ Features +- `Table`: @chaishi ([#2453](https://github.com/Tencent/tdesign-react/pull/2453)) + - treeformstructure,Addcomponentinstancemethod `remove Children`,usein Removesubnode + - treeformstructure,Supportviaproperties `expanded TreeNodes.sync` autobycontrolcontrolexpandnode,nonrequiredproperties +- `Tree`: Add `scroll To`method Supportinvirtual scrollscenario underscrolltospecifiednodeneedrequire @uyarn ([#2460](https://github.com/Tencent/tdesign-react/pull/2460)) +### 🐞 Bug Fixes +- `TagInput`: Fixinputintextwhenbestuck issue @Zzongke ([#2438](https://github.com/Tencent/tdesign-react/pull/2438)) +- `Table`: + - clickrowexpand/clickrowselectin,Fix `expand OnRow Click`and `select On RowClick` nomethodindependentcontrolcontrolrowclickexecuteinteractionissue @chaishi ([#2452](https://github.com/Tencent/tdesign-react/pull/2452)) + - treeformstructure,Fixcomponentinstancemethod expandall `expand All` issue @chaishi ([#2453](https://github.com/Tencent/tdesign-react/pull/2453)) +- `Form`: Fix FormListcomponentusingform set FieldsValue, reset exception @nickcdon ([#2406](https://github.com/Tencent/tdesign-react/pull/2406)) + +## 🌈 1.2.1 `2023-08-16` +### πŸš€ Features +- `Anchor`: Add `get CurrentAnchor` Supportcustomizedhighlightanchorpoint @ontheroad1992 ([#2436](https://github.com/Tencent/tdesign-react/pull/2436)) +- `Menu Item`: `on Click` eventadd `value` returnvalue @dexter Bo ([#2441](https://github.com/Tencent/tdesign-react/pull/2441)) +- `FormItem`: Add `value Format` function Supportgridstylechange data @honkinglin ([#2445](https://github.com/Tencent/tdesign-react/pull/2445)) +### 🐞 Bug Fixes +- `Dialog`: Fixflickerissue @linjunc ([#2435](https://github.com/Tencent/tdesign-react/pull/2435)) +- `Select`: @uyarn ([#2446](https://github.com/Tencent/tdesign-react/pull/2446)) + - Fixmultiplelost `title` issue + - enabledfarprocesssearch whennotexecuteinternalfilter +- `Popconfirm`: invalid `className` and `style` Props @betavs ([#2420](https://github.com/Tencent/tdesign-react/pull/2420)) +- `DatePicker`: Fix hover cell causenotmustrequirewhen opening and closing dropdown @j10ccc ([#2440](https://github.com/Tencent/tdesign-react/pull/2440)) + + ## 🌈 1.2.0 `2023-08-10` + +### 🚨 Breaking Changes +- `Icon`: @uyarn ([#2429](https://github.com/Tencent/tdesign-react/pull/2429)) + - Add icons + - Adjusticonsnaming `photo` is `camera`,`books` is `bookmark`, `stop-cirle-1` is `stop-circle-stroke` + - Remove iconspage + +### πŸš€ Features +- `Table`: @chaishi ([#2402](https://github.com/Tencent/tdesign-react/pull/2402)) + - Add `lazy Load` useinlazyloadentire table + - editablecell,Add `edit.keep EditMode`,useinmaintaincellalwaysiseditmode + - canfilterselecttable,Supportpass through `attrs/style/classNames` properties, style, class nameetcmessagetocustomizedcomponent + - canfilterselecttable,whenbefore `filter Value` notsetfiltervaluedefaultvalue when,notagainpass through undefined tofilterselectercomponent,somethesecomponentdefaultvaluemustisarray,notallowis undefined +### 🐞 Bug Fixes +- `Cascader`: pass in value notin optionsin whenwilldirectlyerror @peng-yin ([#2414](https://github.com/Tencent/tdesign-react/pull/2414)) +- `Menu`: Fixsameone `Menu Item` multipletimetrigger `on Change` issue @leezng ([#2424](https://github.com/Tencent/tdesign-react/pull/2424)) +- `Drawer`: drawercomponentin `visible` defaultis `true` when,nomethodnormalshow @peng-yin ([#2415](https://github.com/Tencent/tdesign-react/pull/2415)) +- `Table`: @chaishi ([#2402](https://github.com/Tencent/tdesign-react/pull/2402)) + - virtual scrollscenario,Fixheaderwidthandtablecontentwidthnotonecauseissue + - virtual scrollscenario,Fixdefaultscrollbarlength( positionοΌ‰andscroll afternotonecauseissue + +## 🌈 1.1.17 `2023-07-28` +### 🐞 Bug Fixes +- `Tabs`: Fix list passemptyarray when js error @zhenglianghan ([#2393](https://github.com/Tencent/tdesign-react/pull/2393)) +- `ListItemMeta`: Fix `description` passcustomizedelement @qijizh ([#2396](https://github.com/Tencent/tdesign-react/pull/2396)) +- `Tree`: Fixenabledvirtual scroll whenpartscenario undernoderollback interactionexception issue @uyarn ([#2399](https://github.com/Tencent/tdesign-react/pull/2399)) +- `Tree`: Fix `1.1.15` after versionbasein `level` propertiesoperationnomethodnormalwork issue @uyarn ([#2399](https://github.com/Tencent/tdesign-react/pull/2399)) + +## 🌈 1.1.16 `2023-07-26` +### πŸš€ Features +- `TimePicker`: @uyarn ([#2388](https://github.com/Tencent/tdesign-react/pull/2388)) + - `disable Time` callback Addmillisecondparameter + - Optimizedisplaynotoptional whenbetweenoption whenscrolltonotoptionaloptionbodyverify +- `Dropdown`: Add `panel Top Content` and `panel Bottom Content`,Supportneedrequireonunderextranodescenariousing @uyarn ([#2387](https://github.com/Tencent/tdesign-react/pull/2387)) + +### 🐞 Bug Fixes +- `Table`: + - editabletablescenario,Supportset `col Key` valueislinkstyleproperties,like:`a.b.c` @chaishi ([#2381](https://github.com/Tencent/tdesign-react/pull/2381)) + - treeformstructuretable,Fix when `selected RowKeys` invaluein data datainnotsavein when error issue @chaishi ([#2385](https://github.com/Tencent/tdesign-react/pull/2385)) +- `Guide`: Fixset `step1` is `-1` whenneedrequirehidecomponentfunctioncan @uyarn ([#2389](https://github.com/Tencent/tdesign-react/pull/2389)) + +## 🌈 1.1.15 `2023-07-19` +### πŸš€ Features +- `DatePicker`: Optimizeclosepopup afterresetdefaultselectinarea @honkinglin ([#2371](https://github.com/Tencent/tdesign-react/pull/2371)) +### 🐞 Bug Fixes +- `Dialog`: Fix `theme=danger` invalid issue @chaishi ([#2365](https://github.com/Tencent/tdesign-react/pull/2365)) +- `Popconfirm`: when `confirm Btn/cancel Btn` valuetypeis `Object` whennotpass through @imp2002 ([#2361](https://github.com/Tencent/tdesign-react/pull/2361)) + +## 🌈 1.1.14 `2023-07-12` +### πŸš€ Features +- `Tree`: Supportvirtual scroll @uyarn ([#2359](https://github.com/Tencent/tdesign-react/pull/2359)) +- `Table`: treeformstructure,addrowlevelclass name, convenientbusinesssetnotsamelevelstyle @chaishi ([#2354](https://github.com/Tencent/tdesign-react/pull/2354)) +- `Radio`: Optimizeoptiongroup changerowcase @ontheroad1992 ([#2358](https://github.com/Tencent/tdesign-react/pull/2358)) +- `Upload`: @chaishi ([#2353](https://github.com/Tencent/tdesign-react/pull/2353)) + - Addcomponentinstancemethod,`upload FilePercent` useinupdatefileuploadenterdegree + - `theme=image`,Supportusing `file ListDisplay` customized UI content + - `theme=image`,Supportclicknameopeningaccess in new windowimage + - draguploadscenario,Support `accept` filetypelimit + +### 🐞 Bug Fixes +- `Upload`: customizeduploadmethod,Fixnotcancorrectreturnuploadsuccessorfailure afterfileissue @chaishi ([#2353](https://github.com/Tencent/tdesign-react/pull/2353)) + +## 🌈 1.1.13 `2023-07-05` +### 🐞 Bug Fixes +- `Tag`: Fix `children` isnumber `0` when when opening and closing dropdown exception @Hel Kyle ([#2335](https://github.com/Tencent/tdesign-react/pull/2335)) +- `Input`: Fix `limit Number` partin `disabled` state understyle issue @uyarn ([#2338](https://github.com/Tencent/tdesign-react/pull/2338)) +- `TagInput`: Fixbefore positioniconsstyledefect @uyarn ([#2342](https://github.com/Tencent/tdesign-react/pull/2342)) +- `SelectInput`: Fix when losing focusnotclearinputcontentdefect @uyarn ([#2342](https://github.com/Tencent/tdesign-react/pull/2342)) + +## 🌈 1.1.12 `2023-06-29` + +### πŸš€ Features +- `Site`: SupportEnglishsitepoint @uyarn ([#2316](https://github.com/Tencent/tdesign-react/pull/2316)) + +### 🐞 Bug Fixes +- `Slider`: Fixnumberinputbox `theme` fixedis `column` issue @Ali-ovo ([#2289](https://github.com/Tencent/tdesign-react/pull/2289)) +- `Table`: columnwidthAdjustandcustomizedcolumncommonsavescenario,Fixviacustomizedcolumnconfiguretablecolumnnumberquantitychangeless when,tabletotalwidthnomethodagainrestorechangesmall @chaishi ([#2325](https://github.com/Tencent/tdesign-react/pull/2325)) + +## 🌈 1.1.11 `2023-06-20` +### 🐞 Bug Fixes +- `Table`: @chaishi ([#2297](https://github.com/Tencent/tdesign-react/pull/2297)) + - candrag Adjustcolumnwidthscenario,Fix `resizable=false` invalid issue,defaultvalueis false + - this datasortscenario,Fixasyncpullget data when,cancelsort datawillcauseemptylist issue + - Fixfixedtable + fixedcolumn + virtual scrollscenario,headernotforalignissue + - editablecell/editablerowscenario,Fix dataalwaysvalidateonone value issue,Adjustisvalidatemostnewinputvalue + - Fixthis datasort,multiplefieldsortscenario,examplecodemissing issue +- `ColorPicker`: @uyarn ([#2301](https://github.com/Tencent/tdesign-react/pull/2301)) + - initializeisgradualchangemode when,Supportemptystringasinitialvalue + - Fix `recent Colors` etcfieldtype issue + - Fixinternal underpulloptionnotpass through `popupProps` defect + + +## 🌈 1.1.10 `2023-06-13` +### πŸš€ Features +- `Menu`: + - `Submenu` Add `popupProps` properties,allowpass throughsetbottom layer Popup dialogproperties @xiaosansiji ([#2284](https://github.com/Tencent/tdesign-react/pull/2284)) + - pop upmenuusing Popup refactor @xiaosansiji ([#2274](https://github.com/Tencent/tdesign-react/pull/2274)) + +### 🐞 Bug Fixes +- `InputNumber`: initialvalueis `undefined` / `null`,andsavein `decimal Places` when,notagainenterrowdecimalpointcorrect @chaishi ([#2273](https://github.com/Tencent/tdesign-react/pull/2273)) +- `Select`: Fix `onBlur` methodcallbackparameter exception issue @Ali-ovo ([#2281](https://github.com/Tencent/tdesign-react/pull/2281)) +- `Dialog`: Fix in SSR environment under error @night-c ([#2280](https://github.com/Tencent/tdesign-react/pull/2280)) +- `Table`: Fixcomponentset `expand OnRow Click` is `true` when,clickentirerow error @pe-3 ([#2275](https://github.com/Tencent/tdesign-react/pull/2275)) + +## 🌈 1.1.9 `2023-06-06` +### πŸš€ Features +- `DatePicker`: Support `on Confirm` event @honkinglin ([#2260](https://github.com/Tencent/tdesign-react/pull/2260)) +- `Menu`: Optimizesidebarnavigationmenucollapse when,`Tooltip` displaymenucontent @xiaosansiji ([#2263](https://github.com/Tencent/tdesign-react/pull/2263)) +- `Swiper`: navigation type Support `dots` `dots-bar` @carolin913 ([#2246](https://github.com/Tencent/tdesign-react/pull/2246)) +- `Table`: Add `on ColumnResize Change` event @honkinglin ([#2262](https://github.com/Tencent/tdesign-react/pull/2262)) + +### 🐞 Bug Fixes +- `TreeSelect`: Fix `keys` propertiesnohaspass throughgive `Tree` issue @uyarn ([#2267](https://github.com/Tencent/tdesign-react/pull/2267)) +- `InputNumber`: Fixpartdecimalpointnumbernomethodinput issue @chaishi ([#2264](https://github.com/Tencent/tdesign-react/pull/2264)) +- `ImageViewer`: Fixtouchcontrolboard zoomoperationexception issue @honkinglin ([#2265](https://github.com/Tencent/tdesign-react/pull/2265)) +- `TreeSelect`: Fix when `label` is `react Node` scenario underdisplay issue @Ali-ovo ([#2258](https://github.com/Tencent/tdesign-react/pull/2258)) + +## 🌈 1.1.8 `2023-05-25` +### πŸš€ Features +- `TimePicker`: nohasselectinvalue whennotallowclickconfirmbutton @uyarn ([#2240](https://github.com/Tencent/tdesign-react/pull/2240)) + +### 🐞 Bug Fixes +- `Form`: Fix `FormList` datapass through issue @honkinglin ([#2239](https://github.com/Tencent/tdesign-react/pull/2239)) + +## 🌈 1.1.7 `2023-05-19` +### 🐞 Bug Fixes +- `Tooltip`: Fixarrow offsetissue @uyarn ([#1347](https://github.com/Tencent/tdesign-common/pull/1347)) + +## 🌈 1.1.6 `2023-05-18` +### πŸš€ Features +- `TreeSelect`: Support `panel Conent` API @Arthur Yung ([#2182](https://github.com/Tencent/tdesign-react/pull/2182)) + +### 🐞 Bug Fixes +- `Select`: Fixcancreate duplicate label optiondefect @uyarn ([#2221](https://github.com/Tencent/tdesign-react/pull/2221)) +- `Skeleton`: Fix using `row Col` whenextramultiplerenderonerow theme defect @uyarn ([#2223](https://github.com/Tencent/tdesign-react/pull/2223)) +- `Form`: + - Fixasyncrenderusing `use Watch` error issue @honkinglin ([#2220](https://github.com/Tencent/tdesign-react/pull/2220)) + - Fix `FormList` initialvalueassignvalueinvalid issue @honkinglin ([#2222](https://github.com/Tencent/tdesign-react/pull/2222)) + +## 🌈 1.1.5 `2023-05-10` +### πŸš€ Features +- `Cascader`: Support `suffix`, `suffix Icon` @honkinglin ([#2200](https://github.com/Tencent/tdesign-react/pull/2200)) + +### 🐞 Bug Fixes +- `SelectInput`: Fix `loading` in `disabled` state underhide issue @honkinglin ([#2196](https://github.com/Tencent/tdesign-react/pull/2196)) +- `Image`: Fixcomponentnot Support `ref` issue @li-jia-nan ([#2198](https://github.com/Tencent/tdesign-react/pull/2198)) +- `Back Top`: Support `ref` pass through @li-jia-nan ([#2202](https://github.com/Tencent/tdesign-react/pull/2202)) + +## 🌈 1.1.4 `2023-04-27` +### πŸš€ Features +- `Select`: Support `panel Top Content` invirtual scrolletcneedrequirescrolldropdownscenariousing,havebodyusing stylepleaseseeexample @uyarn ([#2184](https://github.com/Tencent/tdesign-react/pull/2184)) + +### 🐞 Bug Fixes +- `DatePicker`: Fix twotimeclickpanelclose exception issue @honkinglin ([#2183](https://github.com/Tencent/tdesign-react/pull/2183)) +- `Table`: Fix `use ResizeObserver` ssr error @chaishi ([#2175](https://github.com/Tencent/tdesign-react/pull/2175)) + +## 🌈 1.1.3 `2023-04-21` +### πŸš€ Features +- `DatePicker`: Support `on Preset Click` event @honkinglin ([#2165](https://github.com/Tencent/tdesign-react/pull/2165)) +- `Switch`: `on Change` Supportreturn `event` parameter @carolin913 ([#2162](https://github.com/Tencent/tdesign-react/pull/2162)) +- `Collapse`: `on Change` Supportreturn `event` parameter @carolin913 ([#2162](https://github.com/Tencent/tdesign-react/pull/2162)) +### 🐞 Bug Fixes +- `Form`: + - Fixmaindynamic reset not trigger `on Reset` logic @honkinglin ([#2150](https://github.com/Tencent/tdesign-react/pull/2150)) + - Fix `onValuesChange` eventreturnparameter issue @honkinglin ([#2169](https://github.com/Tencent/tdesign-react/pull/2169)) +- `Select`: Fixmultiplemode `size` propertiesnottake effect issue @uyarn ([#2163](https://github.com/Tencent/tdesign-react/pull/2163)) +- `Collapse`: + - Fix `Radio` disablejudgment @duanbaosheng ([#2161](https://github.com/Tencent/tdesign-react/pull/2161)) + - Fix `value` hasdefaultvalue whenaffected bycontrolissue @moecasts ([#2152](https://github.com/Tencent/tdesign-react/pull/2152)) +- `Icon`: Fix manifest unifiedoneentry export esm module,documentationisandwhenupdate issue @Layouwen ([#2160](https://github.com/Tencent/tdesign-react/pull/2160)) + +## 🌈 1.1.2 `2023-04-13` +### πŸš€ Features +- `DatePicker`: Optimizeweekselecterhighlightjudgmentlogicperformance issue @honkinglin ([#2136](https://github.com/Tencent/tdesign-react/pull/2136)) +### 🐞 Bug Fixes +- `Dialog`: + - Fixset style width nottake effect issue @honkinglin ([#2132](https://github.com/Tencent/tdesign-react/pull/2132)) + - Fix footer render null issue @honkinglin ([#2131](https://github.com/Tencent/tdesign-react/pull/2131)) +- `Select`: Fixmultiplegroupdisplaystyle exception issue @uyarn ([#2138](https://github.com/Tencent/tdesign-react/pull/2138)) +- `Popup`: + - Fix windows under scroll Top appeardecimalcausejudgmentscrollbottominvalid @honkinglin ([#2142](https://github.com/Tencent/tdesign-react/pull/2142)) + - Fixcriticalpointinitialtimefixedissue @honkinglin ([#2134](https://github.com/Tencent/tdesign-react/pull/2134)) +- `ColorPicker`: Fix Frame innomethoddragsaturatedanddegreeand slider issue @insekkei ([#2140](https://github.com/Tencent/tdesign-react/pull/2140)) + +## 🌈 1.1.1 `2023-04-06` +### πŸš€ Features +- `Sticky Tool`: Add `sticky-tool`component @Zekun Wu ([#2065](https://github.com/Tencent/tdesign-react/pull/2065)) + +### 🐞 Bug Fixes +- `TagInput`: Fixbasein`TagInput`componentusingfilterselectwhendeleteclosekeywordwhenwilldeletealreadyselectvalue issue @2513483494 ([#2113](https://github.com/Tencent/tdesign-react/pull/2113)) +- `InputNumber`: Fixinputdecimalby0endwhenfunctioncan exception issue @uyarn ([#2127](https://github.com/Tencent/tdesign-react/pull/2127)) +- `Tree`: Fixcomponent data propertiesnotaffected bycontrolissue @PBK-B ([#2119](https://github.com/Tencent/tdesign-react/pull/2119)) +- `Form`: Fixinitial dataset issue @honkinglin ([#2124](https://github.com/Tencent/tdesign-react/pull/2124)) +- `TreeSelect`: Fixfilter afternomethodexpand issue @honkinglin ([#2128](https://github.com/Tencent/tdesign-react/pull/2128)) +- `Popup`: Fixrightkeydisplaypopuptriggerbrowserdefaultevent @honkinglin ([#2120](https://github.com/Tencent/tdesign-react/pull/2120)) + +## 🌈 1.1.0 `2023-03-30` +### πŸš€ Features +- `Table`: @chaishi ([#2089](https://github.com/Tencent/tdesign-react/pull/2089)) + - Supportusing `filter Icon` Supportnotsamecolumnshow nototsamefilterselecticons + - Supporthorizontaltoscrolltofixedcolumn +- `Button`: Supportdisablestatenot trigger href navigatelogic @honkinglin ([#2095](https://github.com/Tencent/tdesign-react/pull/2095)) +- `Back Top`: Add Back Top component @meiqi502 ([#2037](https://github.com/Tencent/tdesign-react/pull/2037)) +- `Form`: submit Supportreturn data @honkinglin ([#2096](https://github.com/Tencent/tdesign-react/pull/2096)) + +### 🐞 Bug Fixes +- `Table`: @chaishi ([#2089](https://github.com/Tencent/tdesign-react/pull/2089)) + - Fix SSR environmentin,document is not undefined issue + - Fix incolumnshowcontrolcontrolscenarioin,nomethoddragswapcolumnorderissue + - singlerowselectinfunctioncan,Fix `allow Uncheck: false` invalid issue +- `Dialog`: Fix Dialog on Open eventcall when timingissue @honkinglin ([#2090](https://github.com/Tencent/tdesign-react/pull/2090)) +- `DatePicker`: Fix `format` is12smallwhencontrolwhenfunctioncan exception issue @uyarn ([#2100](https://github.com/Tencent/tdesign-react/pull/2100)) +- `Alert`: Fixclose buttonistext whencenterinandfontsize issue @Wen1kang @uyarn ([#2100](https://github.com/Tencent/tdesign-react/pull/2100)) +- `Watermark`: Fix `Loading` combinationusing issue @duanbaosheng ([#2094](https://github.com/Tencent/tdesign-react/pull/2094)) +- `Notification`: Fixgetinstance issue @honkinglin ([#2103](https://github.com/Tencent/tdesign-react/pull/2103)) +- `Radio`: Fix ts type issue @honkinglin ([#2102](https://github.com/Tencent/tdesign-react/pull/2102)) + + +## 🌈 1.0.5 `2023-03-23` +### πŸš€ Features +- `TimePicker`: Add `size` API, to control whenbetweeninputboxsize @uyarn ([#2081](https://github.com/Tencent/tdesign-react/pull/2081)) + +### 🐞 Bug Fixes +- `Form`: Fix `FormList` initial dataget issue @honkinglin ([#2067](https://github.com/Tencent/tdesign-react/pull/2067)) +- `Watermark`: Fix NextJS in document undefined issue @carolin913 ([#2073](https://github.com/Tencent/tdesign-react/pull/2073)) +- `ColorPicker`: @insekkei ([#2074](https://github.com/Tencent/tdesign-react/pull/2074)) + - Fix HEX colorvaluenomethodmanualdynamicinput issue + - Fixmostnearusingcolornomethoddelete issue +- `Dialog`: Fix`on CloseBtn Click`eventinvalid issue @Arthur Yung ([#2080](https://github.com/Tencent/tdesign-react/pull/2080)) +- `Bread Crumb`: Fixvia options propertiesnomethodconfigure Icon issue @uyarn ([#2081](https://github.com/Tencent/tdesign-react/pull/2081)) + + +## 🌈 1.0.4 `2023-03-16` +### πŸš€ Features +- `Table`: @chaishi ([#2047](https://github.com/Tencent/tdesign-react/pull/2047)) + - columnwidthAdjustfunctioncan,updatecolumnwidthAdjustruleruleis:columnwidthsmallernohasexceed when,columnwidthAdjustperformanceis whenbeforecolumnandadjacentcolumnchangechangeοΌ›columnwidthexceedsaveinhorizontaltoscrollbar when,columnwidthAdjustonlyaffect whenbeforecolumnandcolumntotalwidth + - editablecell(row)functioncan,Supporteditmode under,datachangechange whenrealwhenvalidate,`col.edit.validate Trigger` + - onlyhasfixedcolumnsavein when,onlywillappearclass name `.t-table__content--scrollable-to-left` and `.t-table__content--scrollable-to-right` + - dragfunctioncan,Supportdisablefixedcolumnnotcandrag Adjustorder +- `Upload`: `theme=file-input` fileisempty when,hoverwhennotshowclearbutton @chaishi ([#2047](https://github.com/Tencent/tdesign-react/pull/2047)) +- `InputNumber`: Supportthousand separator paste @uyarn ([#2058](https://github.com/Tencent/tdesign-react/pull/2058)) +- `DatePicker`: Support `size` properties @honkinglin ([#2055](https://github.com/Tencent/tdesign-react/pull/2055)) +### 🐞 Bug Fixes +- `Form`: Fixresetdefaultvalue datatype error @honkinglin ([#2046](https://github.com/Tencent/tdesign-react/pull/2046)) +- `Timeline Item`: Fixexporttype @southorange0929 ([#2053](https://github.com/Tencent/tdesign-react/pull/2053)) +- `Table`: @chaishi ([#2047](https://github.com/Tencent/tdesign-react/pull/2047)) + - Fixtable width jitter issue + - columnwidthAdjustfunctioncan,Fix Dialog incolumnwidthAdjust issue + - editable cell, fix dropdown selection component `abort EditOn Event` does not include `on Change` when,dependthenwillin datachangechange whentriggerexiteditstate issue +- `Table`: Fix lazy-load reset bug @MrWeilian ([#2041](https://github.com/Tencent/tdesign-react/pull/2041)) +- `ColorPicker`: Fixinputboxnomethodinput issue @insekkei ([#2061](https://github.com/Tencent/tdesign-react/pull/2061)) +- `Affix`: Fix fixed judgment issue @lio-mengxiang ([#2048](https://github.com/Tencent/tdesign-react/pull/2048)) + +## 🌈 1.0.3 `2023-03-09` +### πŸš€ Features +- `Message`: Do not auto-close on mouse hover @Hel Kyle ([#2036](https://github.com/Tencent/tdesign-react/pull/2036)) +- `DatePicker`: Support `defaultTime` @honkinglin ([#2038](https://github.com/Tencent/tdesign-react/pull/2038)) + +### 🐞 Bug Fixes +- `DatePicker`: Fixmonthis0whendisplay whenbeforemonthissue @honkinglin ([#2032](https://github.com/Tencent/tdesign-react/pull/2032)) +- `Upload`: Fix `upload.method` invalid issue @i-tengfei ([#2034](https://github.com/Tencent/tdesign-react/pull/2034)) +- `Select`: Fixmultipleselect allinitialvalueisemptywhenselectin error issue @uyarn ([#2042](https://github.com/Tencent/tdesign-react/pull/2042)) +- `Dialog`: Fixdialog vertically centered issue @KMethod ([#2043](https://github.com/Tencent/tdesign-react/pull/2043)) + +## 🌈 1.0.2 `2023-03-01` +### πŸš€ Features +- `Image`: imagecomponent Supportspecial formatstyle address `.avif` and `.webp` @chaishi ([#2021](https://github.com/Tencent/tdesign-react/pull/2021)) +- `ConfigProvider`: Add `Image` globalconfigure `globalConfig.image.replace ImageSrc`, used to uniformly replace image addresses @chaishi ([#2021](https://github.com/Tencent/tdesign-react/pull/2021)) +- `List`: `list ItemMeta` Support `className`, `style` properties @honkinglin ([#2005](https://github.com/Tencent/tdesign-react/pull/2005)) + +### 🐞 Bug Fixes +- `Form`: @honkinglin ([#2014](https://github.com/Tencent/tdesign-react/pull/2014)) + - Fixvalidation message inheriting error cache issue + - Remove `FormItem` extra event notification logic +- `Drawer`: Fix scrollbar appears on page after dragging issue @honkinglin ([#2012](https://github.com/Tencent/tdesign-react/pull/2012)) +- `Input`: Fixasync rendering width calculation issue @honkinglin ([#2010](https://github.com/Tencent/tdesign-react/pull/2010)) +- `Textarea`: Adjust limit display position,Fixandtips commonsave whenstyle issue @duanbaosheng ([#2015](https://github.com/Tencent/tdesign-react/pull/2015)) +- `Checkbox`: Fix ts type issue @NWYLZW ([#2023](https://github.com/Tencent/tdesign-react/pull/2023)) + + +## 🌈 1.0.1 `2023-02-21` +### πŸš€ Features +- `Popup`: Add `onScrollToBottom` event @uyarn ([#1980](https://github.com/Tencent/tdesign-react/pull/1980)) +- `Select`: @uyarn ([#1980](https://github.com/Tencent/tdesign-react/pull/1980)) + - Supportvirtual scrollusing + - Support `autofocus`, `suffix`,`suffix Icon`and other APIs,`on Search`Addcallbackparameter + - Optionsubcomponent Supportcustomized`title`API +- `Icon`: load wheninjectstyle,Avoidin next environmentin error issue @uyarn ([#1990](https://github.com/Tencent/tdesign-react/pull/1990)) +- `Avatar`: componentinternalimage,using Image componentrender,Supportpass through `imageProps` to Image component @chaishi ([#1993](https://github.com/Tencent/tdesign-react/pull/1993)) +- `DialogPlugin`: Supportcustomized `visbile` @moecasts ([#1998](https://github.com/Tencent/tdesign-react/pull/1998)) +- `Tabs`: Supportdragcanability @duanbaosheng ([#1979](https://github.com/Tencent/tdesign-react/pull/1979)) + +### 🐞 Bug Fixes +- `Select`: Fix `onInputChange`trigger when timing issue @uyarn ([#1980](https://github.com/Tencent/tdesign-react/pull/1980)) +- `Radio`: Fix `disabled` default value issue @honkinglin ([#1977](https://github.com/Tencent/tdesign-react/pull/1977)) +- `Table`: Ensure editable cell maintain edit state @moecasts ([#1988](https://github.com/Tencent/tdesign-react/pull/1988)) +- `TagInput`: Fix `0.45.4` after version `TagInput` add `blur` behavior causes `Select` / `Cascader` / `TreeSelect` cannot filter multiple issue @uyarn ([#1989](https://github.com/Tencent/tdesign-react/pull/1989)) +- `Avatar`: Fix image cannot display issue @chaishi ([#1993](https://github.com/Tencent/tdesign-react/pull/1993)) +- `Image`: Fix event type issue @chaishi ([#1993](https://github.com/Tencent/tdesign-react/pull/1993)) +- `Tree`: Fix child nodes cannot be searched after being collapsed issue @honkinglin ([#1999](https://github.com/Tencent/tdesign-react/pull/1999)) +- `Popup`: Fix popup show/hide infinite loop issue @honkinglin ([#1991](https://github.com/Tencent/tdesign-react/pull/1991)) +- `FormList`: Fix `onValuesChange` cannot get latest data issue @honkinglin ([#1992](https://github.com/Tencent/tdesign-react/pull/1992)) +- `Drawer`: Fix scrollbar detection issue @honkinglin ([#2001](https://github.com/Tencent/tdesign-react/pull/2001)) +- `Dialog`: Fix scrollbar detection issue @honkinglin ([#2001](https://github.com/Tencent/tdesign-react/pull/2001)) + +## 🌈 1.0.0 `2023-02-13` +### πŸš€ Features +- `Dropdown`: submenu level structure Adjust,add one layer `t-dropdown__submenu-wrapper` @uyarn ([#1964](https://github.com/Tencent/tdesign-react/pull/1964)) + +### 🐞 Bug Fixes +- `Tree`: Fix using setItem set node expanded when,not trigger `onExpand` issue @genyuMPj ([#1956](https://github.com/Tencent/tdesign-react/pull/1956)) +- `Dropdown`: Fix multiple layer extra long menu position exception issue @uyarn ([#1964](https://github.com/Tencent/tdesign-react/pull/1964)) + +## 🌈 0.x `2021-03-26 - 2023-02-08` +Go to [GitHub](https://github.com/Tencent/tdesign-react/blob/develop/packages/tdesign-react/CHANGELOG-0.x.md) view `0.x` changelog + diff --git a/packages/tdesign-react/site/site.config.mjs b/packages/tdesign-react/site/site.config.mjs index 970e9a2b34..0476da154e 100644 --- a/packages/tdesign-react/site/site.config.mjs +++ b/packages/tdesign-react/site/site.config.mjs @@ -22,10 +22,11 @@ export const docs = [ }, { title: 'ζ›΄ζ–°ζ—₯εΏ—', - titleEn: 'CHANGELOG', + titleEn: 'Changelog', name: 'changelog', path: '/react/changelog', component: () => import('../CHANGELOG.md'), + componentEn: () => import('../CHANGELOG.en-US.md'), }, { title: 'η»„δ»Άζ¦‚θ§ˆ',