order | title | toc | timeline |
---|---|---|---|
6 |
Change Log |
false |
true |
choerodon-ui
strictly follows Semantic Versioning 2.0.0.
- Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
- Monthly release: minor version at the end of every month for new features.
- Major version release is not included in this schedule for breaking change and new features.
- 🌟
configure
: AddedtreeShowLine
,performanceTableUseMouseBatchChoose
,tableSize
,datePickerYearFirst
,attachment.removeConfirm
properties. - 🌟
configure
: TooltipTarget Adds the text-field global object. - 🌟
<pro>PerformanceTable
: Added useMouseBatchChoose, which supports batch selection by mouse. - 🌟
<pro>Select
: Added the virtual attribute to support virtual scrolling. - 🌟
<pro>Pagination
: Added a prompt for entering more than the maximum number of pages. - 🌟
<pro>Table
: Added bidirectional copy operation prompt callback. - 🌟
<pro>DatePicker
: AddedyearFirst
property. - 🌟
<pro>Attachment
: AddedremoveConfirm
property. - 🌟
<pro>PerformanceTable
: Added theonRowDoubleClick
attribute, which supports the row double-click event. - 🌟
<pro>Table
: AddedrowNumberColumnProps.rowNumberIndex
property, which supports modifying the order of the index column. - 🌟
<pro>DataSet
: AddedcustomIntlFun
property. - 🌟
<pro>Lov
: Added a view configuration of whether the tree is expanded by default. - 🌟
<pro>Table.Column
: AddedshowDetail
property. - 💄
<pro>Table
: Optimize sorting attributes, removeshowSortOption
, and addcurrentDataSort
andallDataSort
attributes. - 💄
<pro>SelectBox
: Optimized the removal of focus styles in read-only mode. - 💄
<pro>Lov
: Optimized the effect of removing the effect of double-clicking on an unselectable row to close the Modal. - 💄
<pro>Select
: Optimize the single-value Select after selecting a search result, not showing all the options, then closing the drop-down box. - 💄
<pro>Form
: Optimize the style and layout of the title help in grid layout. - 💄
<pro>Modal
: optimization of the title is too long shade close button style. - 💄
<pro>Attachment
: Optimized popup mode image preview not collapse problem. - 💄
<pro>Table
: Built-in button to add class name. - 💄
<pro>Table
: Optimize filter bar drop-down to close interaction. - 💄
<pro>IntlField
: Optimizes multilingual value change logic. - 💄
<pro>Table
: Optimizes the style when the table is set withautoHeight
and a percentage of column width. - 💄
<Tree>
: Optimized cable background color. - 💄
<pro>TextArea
: When setting theautoSize
property optimally, the height changes depending on the browser window. - 💄
<pro>Table
: Optimizes the style of custom foldingicon
. - 💄
<pro>Modal
: Optimize the popup height when adjusting the popup width and browser width in drawer mode. - 💄
<pro>Cascader
: Compatible with errors reported when the options DataSet is not set. - 🐞
<pro>Attachment
: Fixed the issue that no file was echoed after a multipart upload was successful. - 🐞
<pro>Table
: Fixed the issue that there was no line break in the long text in the cell of auto rowHeight. - 🐞
<pro>Table
: Fixed the issue of copying the lov single choice type as empty in bidirectional replication. - 🐞
<pro>Table
: Fixed the issue of pasting multiple blank columns after successful bidirectional copying. - 🐞
<pro>Table
: Fixed the issue where bidirectional copying of lov calculation attribute changes resulted in no request for pasting. - 🐞
<pro>PerformanceTable
: Fixes invalid rowSelection dynamic configuration. - 🐞
<pro>PerformanceTable
: Fixed an issue where checking rows would trigger scrolling whenautoHeight
was enabled. - 🐞
<pro>PerformanceTable
: Fix the issue where the last row of data is obscured by the scrollbar. - 🐞
<pro>Upload
: Fixed an issue where using the ModalProvider.injectModal decorator caused reflect-metadata to report an error. - 🐞
Tabs
: Fixed horizontal and vertical mode nesting using scrolling issues. - 🐞
<pro>DataSet.Field
: Fixed an issue where the presence of the FormData parameter in thelookupAxiosConfig
ofdynamicProps
configuration would cause an endless loop. - 🐞
Progress
: Fixed an issue where animation styles overflowed. - 🐞
<pro>Table
: Fixed an issue where column ordering did not take effect when theDataSet
dynamically set fields. - 🐞
<pro>Select
: Fixed an issue where therestrict
attribute could not restrict Chinese characters. - 🐞
<pro>PerformanceTable
: Fixed the class name error when using therowClassName
property to dynamically set the class name and switch the current row. - 🐞
<pro>FormField
: Fixed an issue where input componentonCompositionStart
andonCompositionEnd
events did not take effect. - 🐞
<pro>TextField
: Fix to copy error whennavigator.clipboard
does not exist. - 🐞
<pro>DatePicker
: Fixed an issue where text was copied incorrectly. - 🐞
<pro>Table
: Fixed an issue where the reset button was still displayed after the fuzzy filter value of the dynamic filter bar was cleared.
2024-10-18
- 🌟
configure
: AddedshowValueIfNotFound
,uploadSecretLevelFlag
,uploadSecretLevelOptions
,modalOkAndCancelIcon
,valueChangeAction
,tableFilterBarButtonIcon
property. - 🌟
<pro>FormField
: AddedoverMaxTagCountTooltip
property. - 🌟
<pro>FormField
: ThetagRenderer
callback adds theinputBoxIsFocus
argument. - 🌟
<pro>Transfer
: AddedplaceholderOperations
property. - 🌟
<pro>DataSet
: Added the value ofpaging
noCount, which supports paging without total query. - 🌟
<pro>DataSet.Field
: AddedmaxExcl
,minExcl
strictly compares the size properties. - 🌟
<pro>Attachment
: AddedfilesLengthLimitNotice
,countTextRenderer
properties. - 🌟
<pro>Board
: Added card default widthcardWidth
and content custom renderingcontentRenderer
properties. - 🌟
<pro>Board
: Added configuration properties such as cardLayout, buttonPosition, and buttonDisplay. - 🌟
<pro>Table.DynamicFilterBar
: AddedfuzzyQueryProps
property. - 🌟
<pro>Table.DynamicFilterBar
: AddedfilterQueryCallback
property. - 🌟
<pro>Modal
: AddedmodalOkAndCancelIcon
property. - 🌟
Tree
: AddedonDragEnterBefore
,onDragOverBefore
properties. - 🌟
<pro>Table
: TherowDraggable
property adds themultiDrag
value, which supports multi-line dragging. - 🌟
<pro>Table
: AddedmultiDragSelectMode
,tableFilterBarButtonIcon
property. - 🌟
<pro>CodeArea
: AddedvalueChangeAction
,wait
,waitType
properties. - 🌟
<pro>Lov
: AddedshowDetailWhenReadonly
property. - 🌟
<pro>DataSet
: ThelovQueryUrl
andlovQueryAxiosConfig
properties add thelovQueryDetail
parameter. - 🌟
<pro>DatePicker
: Added theinputReadOnly
property, setting the input box to read-only (avoid opening the virtual keyboard on mobile devices). - 🌟 Upgrade
axios
. - 🌟
<pro>IntlField
: Optimized for multiple languages, the current language is viewed first. - 🌟
<pro>Table
: AddedcombineColumnFilter
property. - 🌟
<pro>Table.Column
: AddedsortableCallback
property. - 🌟
<pro>Table
: AddedcombineSortConfig
property. - 💄
configure
: extends TooltipTaget to supporttable-validation
cell validation configuration. - 💄
<pro>Tooltip
: Compatible withhover
trigger mode of mobile terminal. - 💄
<pro>DataSet
: IflookupAxiosConfig
is configured, the batch query logic is not executed. - 💄
<pro>DataSet
: Optimized the continuous query interface returned an asynchronous problem that terminated the previous outstanding request. - 💄
<pro>CodeArea
: Optimize component styles after asynchronous loading. Optimizes the style after modifying thestyle
property. - 💄
<pro>DataSet
: Optimize single line save logic. - 💄
<pro>Board
: The dropdown option to optimize the grouping displays the logic. - 💄
<pro>NumberField
: Optimize the digital change logic of click step button on mobile terminal. - 💄
<pro>TextField
: Optimize compatibility withIOS
mobile focus twice before evoking keyboard issues. - 💄
<pro>TextField
: Optimize the issue of blurred copy when there is a formatted configuration. - 💄
Tree
: Optimize the first and last child nodes, and disable drag and drop interactions for nodes. - 💄
configure
: ThecustomizedSave
property is extended to obtain complete personalized column configuration information for Table. - 💄
<pro>Select
: Thelabel
of the optimized grouping can be set to theReactNode
type. - 💄
<pro>NumberField
: Optimize the anti-shake effect of the value when the step button is clicked. - 💄
<pro>Table
: Extending thecolumnResizable
property can pass in a horizontal scaling multiplier to correct for calculation errors caused by scaling. - 💄
<pro>TreeSelect
: Optimize the style of parent checkboxes after filtering and checking child nodes in multiple selection cases. - 💄
<pro>Table
: Optimizedtree
mode drag-and-drop interaction style. - 💄
<pro>Attachment
: Improved display of other files inpicture
andpicture-card
mode. - 💄
<pro>Attachment
: Optimized the Tab toggle focus to skip the internal input element. - 💄
Popup
: Optimize the pop-up position of the popup in the iframe. - 💄
<pro>Table
: Optimized front-end filtering for date formats. - 💄
<pro>Upload
: Optimized progress bar width. - 💄
<pro>Upload
: optimizes extension showRemoveIcon type. - 🐞
<pro>Board
: Fixed column merge scene card field not rendering. - 🐞
<pro>Radio
: Fixed the issue that if theonChange
is not used in controlled mode, the component will becomereadOnly
. - 🐞
<pro>Table
: Fixed the issue that if you enabledcacheSelection
, you could not unselect all. - 🐞
<pro>Table
: Fixed an issue where query fields were displayed incorrectly when using theDynamicFilterBar
component alone. - 🐞
<pro>Table
: Fixed an issue where non-asynchronous trees reported an error when usingtreeAsync
. - 🐞
<pro>Table
: Fixed the issue of adding a new row when copying and pasting the second page of data in both directions. - 🐞
<pro>Table
: Fixed the issue of incorrect batch assignment quantity in bidirectional replication. - 🐞
<pro>Table
: Fixed the issue of abnormal display of checkbox under virtual scrolling for bidirectional replication of Table. - 🐞
<pro>Table
: Fixed the issue of bidirectional replication of lov types without carrying query parameters. - 🐞
<pro>Table
: Fixed the issue where table column headings cannot be selected after enabling bidirectional copying. - 🐞
<pro>Table
: Fixed the issue where theautoSize
property of the TextArea under automatic rowHeight was invalid. - 🐞
<pro>Table
: Fixed the issue of personalized clearing of fixed column horizontal virtual scrolling display of blank cells. - 🐞
<pro>FormField
: Fixed the issue that the min-width of the non-empty multiple input was abnormal. - 🐞
<pro>Select
: Fixed an issue where deleting a single value of the parent level would cause the cascade field popup not to close in multiple selection and cascading mode. - 🐞
<pro>Select
: Fixed the issue that in cascade mode, multiple values of the parent would cause no data in the cascade drop-down list. - 🐞
<pro>Select
: Fixed the issue that the pagination button could be clicked repeatedly. - 🐞
<pro>TreeSelect
: Fixed incorrect value selection when there are multiple root nodes and theshowCheckedStrategy
property isSHOW_PARENT
orSHOW_CHILD
. - 🐞
<pro>IntlField
: Fixed an issue where styles were rendered incorrectly afterdisplayOutput
attribute changes. - 🐞
<pro>TreeSelect
: Fixed an issue where the search was invalid when setting thesearchFieldInPopup
property. - 🐞
<pro>Lov
: Fixed an issue where thereset dataSet
could not be selected again after a record was selected inpopup
mode. - 🐞
<pro>Lov
: Fixed an issue wheremodalProps.afterClose
would be executed before the value was selected. - 🐞
<pro>Lov
: Fixed an issue whereonBeforeSelect
was invalid. - 🐞
<pro>Lov
: Fixed the issue thatmodalProps.onOk
returning false could not prevent the modal from closing. - 🐞
<pro>TextArea
: Fixed an issue where scroll bars did not appear when text exceeded the input field height when settingautoSize
property. - 🐞
<pro>TextArea
: Fixed an error when theautoSize
property was set when the entered text exceeded the maximum line. - 🐞
<pro>Typography
: Fixed the form float layout issue. - 🐞
<pro>DataSet.Field
: Fixed the issue that settinglovPara
indynamicProps
orcomputedProps
would cause thesearchable
to be invalidated. - 🐞
<pro>ColorPicker
: Fixed the issue that the white prefix could not be cleared. - 🐞
<pro>Attachment
: Fixed an issue where errors were not cleared after reuploading files. - 🐞
<pro>Attachment
: Fixed the issue that the validation information flickered during upload. - 🐞
<pro>Attachment
: Fixed the issue that deleting the last attachment would not update the cache count. - 🐞
<pro>Button
: Fixed an issue where it could not be completelyhidden
via the hidden attribute. - 🐞
<pro>Tooltip
: Fixed a style issue where arrows and content areas had gaps. - 🐞
<pro>Tooltip
: Fixed an issue where the arrow was pointing inaccurately. - 🐞
Popover
: Fixed an issue where the mouse entered from the upper level of the content area and the pop-up box was not displayed. - 🐞
<pro>ModalProvider
: Fixed an issue where class components were missing properties after usingModalProvider.injectModal
. - 🐞
<pro>Table
: Fixed the abnormal status of the operation button after the value of the dynamic filter bar is modified and the selected items are selected. - 🐞
<pro>Table
: Fixed an issue where data created under data grouping could not be synced to Table. - 🐞
<pro>Table
: Fixed looping when an error is reported in asynchronous tree query. - 🐞
<pro>Table
: Fixed the styling issue of the collapsed status of thefilterBar
. - 🐞
<pro>Table
: Fixed the display issue of the TextArea editor. - 🐞
<pro>RichText
: Fixed the issue that fontSize does not take effect. - 🐞
Upload
: Fixed the issue where multiple re-uploads do not trigger re-rendering or requests. - 🐞
<pro>CodeArea
: Fixed HTML formatting errors.
2024-05-16
- 🌟
configure
: AddedmodalAutoFocus
,modalButtonTrigger
,strictPageSize
,separateSpacing
,labelWidth
,labelWordBreak
,pictureCardShowName
,noPagingParams
,datePickerComboRangeMode
,attachment.orderField
,treeCheckboxPosition
,tabsShowInvalidTips
property. - 🌟
<pro>PerformanceTable
: Addedcomponents
property. - 🌟
<pro>Form
: AddedlabelWordBreak
property. - 🌟
<pro>Table.DynamicFilterBar
: AddedshowSingleLine
property. - 🌟
Tabs
: AddedrenderTabBar
,showMorePopupClassName
,showInvalidTips
property. - 🌟
Upload
: AddedpictureCardShowName
property. - 🌟
<pro>Upload
: Added thepreviewImageRenderer
property and optimized the display of file lists. - 🌟
<pro>DatePicker
: AddedcomboRangeMode
property. - 🌟
<pro>Attachment
: AddedremoveImmediately
,onTempRemovedAttachmentsChange
properties andremove
,reset
instance methods. - 🌟
Tree
: AddedcheckboxPosition
property. - 🌟
<pro>Table
: Adds batch filling and counting functions in Excel. - 🌟
<pro>IntlField
: Added support for the language field to support thetrim
attribute of the main field. - 🌟
<pro>DataSet
: AddedsubmitRecord
method. - 🌟
<pro>Picture
: Theloading
state is added to thestatus
attribute. - 🌟
<pro>Table
: Bidirectional replication addshiddenTip
hidden prompt attribute. - 🌟
<pro>DataSet.Field
: AddeduseLookupBatch
,useLovDefineBatch
property. - 🌟
<pro>Table
: AddedrowNumberColumnProps
property. - 💄 Optimize some warnings.
- 💄
Tabs
: Optimize the algorithm logic for calculating showMore. - 💄
BarCode
: Optimize internal monitoring of value changes within components. - 💄
ImageCrop
: Optimized support for blank cropping and no restriction on cropping area. - 💄
<pro>Table
: Optimized the display of placeholders when there is no data in the column grouping of the personalized panel. - 💄
<pro>Output
: Optimizestooltip
display logic when pop-ups are rendered inside theOutput
. - 💄
<pro>Lov
: Optimizes the style of displaying selected records indrawer
mode. - 💄
<pro>Lov
: Optimized support for enabling asynchronous tree loading through view interface configuration. - 💄
<pro>Lov
: Optimized the suffix to display loading normally when there is a value. - 💄
<pro>Cascader
: Optimizes parent-selected interactions inchangeOnSelect
mode. - 💄
<pro>Output
: Optimize the line feed style of text for long word scenes. - 💄
<pro>Select
: Optimize automatic front-end pagination when drop-down data is loaded at one time. - 💄
<pro>Table
: Optimized customrenderer
rendering,tooltip
occlusion after validation failure. - 💄
<pro>CodeArea
: Optimized the style of loadingCodeArea
components asynchronously inModal
. - 💄
<pro>CodeArea
: Optimizes the style when setting the line feed display. - 💄
<pro>Table
: Optimizedloading
effect. - 💄
<pro>Table
: Optimized support for pagination query of sub-nodes. - 💄
<pro>DataSet
: Optimize thedelete
method to returnfalse
when cancelling the delete. - 💄
<pro>Modal
: Optimized animations whenmulti-modal
is closed. - 💄
<pro>FormField
: Optimized the association of suffix mouse events with component. - 💄
<pro>Picture
: Optimized theborder
display. - 💄
<pro>Pagination
: Extends theshowPager
property to support input box mode. TheshowTotal
callback adds thepage
andpageSize
parameters. - 💄
<pro>Select
: Optimized the minimum popup width limit. - 💄
<pro>CodeArea
: Optimizing the display of the bottom scrolling area in CodeArea. - 💄
<pro>Table
: Optimize the response performance of clicking on the edit box after enabling bidirectional replication. - 💄
<pro>Attachment
: TherenderIcon
extension supportspicture
mode. - 💄
<pro>Lov
: Optimized the popup width inpopup
mode. - 💄
<pro>Form
: Extends thelabelWidth
property to support setting minimum and maximum widths. - 💄
<pro>Attachment
: Optimize the display of the number ofreadOnly
mode. - 🐞
<pro>PerformanceTable
: Fixed the issue of fixed combination columns being misaligned in the first column due to personalization. - 🐞
<pro>PerformanceTable
: Fixed the issue of merging row hierarchies. - 🐞
<pro>PerformanceTable
: Fixed the issue that the table content could not be selected after scrolling. - 🐞
<pro>PerformanceTable
: Fixed the issue that the column grouping tree structure was missing after the default restoration of the personalized table header. - 🐞
<pro>Lov
: Fixed the issue where double clicking the Lov radio disable option would close. - 🐞
<pro>Lov
: Fixed the issue that double-clicking the suffix would query twice and the single-check box selection error in the double-click selection mode of the table. - 🐞
<pro>Lov
: Fixed the issue that the callback typetableProps
settingonRow
was invalid. - 🐞
<pro>Select
: Fixed the issue that whendefaultActiveFirstOption
was enabled, the first piece of data would be found after a pagination query. - 🐞
Tabs
: Fixed an issue with abnormal focus switching. - 🐞
Tabs
: Fixed an issue where clickingtab
inshowMore
did not trigger theonTabClick
callback function. - 🐞
ImageCrop
: Fixed re-upload failure. - 🐞
<pro>Attachment
: Fixed the issue that the number of attachments in the cache is not updated. - 🐞
<pro>Attachment
: Fixed the issue thatonUploadSuccess
was executed too early in the case of multipart upload. - 🐞
<pro>Attachment
: Fixed an issue where attachment list information was not updated after the DS value was changed. - 🐞
<pro>Table
: Fixed the issue that summary bar data was not updated instantly. - 🐞
<pro>Table
: Fixed the issue that more query conditions inprofessionalBar
could not be collapsed. - 🐞
<pro>Table
: Fixed the issue that thecomboBar
customization field configuration column order was incorrect. - 🐞
<pro>TriggerField
: Fixed the issue that the popup box was incorrectly positioned in the iframe. - 🐞
<pro>TriggerField
: Fixed the issue that multi-value drop-down custom events were invalid. - 🐞
<pro>TextField
: Fixed a display issue with very long text indisabled
mode when settingrenderer
. - 🐞
<pro>ModalProvider
: Fixed an issue where pop-ups nested pop-ups and setgetContainer
property. - 🐞
<pro>Table
: Fixed an issue where the personalization column could not be dragged to the end under theComboBar
. - 🐞
<pro>Table
: Fixed the issue ofvirtual
scrolling error when large data volume is generated. - 🐞
<pro>Table
: Fixed the issue that ifvirtual
scrolling is enabled in tree mode, collapsing the parent node will cause some child nodes to be collapsed. - 🐞
<pro>Table.DynamicFilterBar
: Fixed the issue that if you did not click the expand and collapse icon, the query condition would still be folded. - 🐞
<pro>SelectBox
: Fixed a controlled mode display error in theForm
associated with theDataSet
. - 🐞
<pro>Pagination
: Fix parameter error ofonChange
. Optimize interactions that are disabled insimple
mode. - 🐞
<pro>Range
: Fixed an interaction issue when associatingdataSet
. - 🐞
<pro>Button
: Fixed the issue that the event object was abnormal in the click event. - 🐞
<pro>Modal
: Fixed an issue where theModal
content would appear incorrectly when you update it and then close it. - 🐞
<pro>DatePicker
: Fixed an issue where values were not updated inweek
andrange
mode and when theDataSet
was associated.
2023-10-26
- 🌟
configure
: AddedrangeSeparator
,selectOptionsFilter
property. - 🌟
<pro>Table
: Added dynamic filter bar fieldonFieldEnterDown
return callback. - 🌟
<pro>Table
: AddedselectionColumnProps
to support row selection column property extension. - 🌟
<pro>Table
: Addedclipboard
property to support two-way copying from table to Excel. - 🌟
<pro>CodeArea
: Addedplaceholder
property. - 🌟
<pro>Table
: Added bar filter bar propertyeditorProps
to support extended popup editor properties. - 🌟
<pro>TreeSelect
: Added thecheckStrictly
property and support for thetreeCheckStrictly
property of theDataSet
. - 🌟
<pro>Table
: AddedcustomDragDropContenxt
property can be customized to support DragDropContenxt for dragging and dropping between multiple tables. - 🌟
<pro>DataSet
: AddedgenerateOrderQueryString
method. - 🌟
<pro>Modal
: AddedbeforeOpen
,afterOpenChange
properties. - 🌟
<pro>Select
: AddedgroupRenderer
property. - 💄
<pro>TriggerField
: ExtendedpopupContent
parameter supportscontent
. - 💄
<pro>Table
: Optimize dynamic filter bar cascade query field interaction. - 💄
<pro>Table
: Optimize the hidden type judgment of personalized inner columns. - 💄
<pro>Table
: Optimized display of disabled fieldsplaceholder
in dynamic filters. - 💄
<pro>Table
: Optimizedloading
style code, compatible with customspin
property. - 💄
Tree
: Optimize horizontal scroll bar for virtual scroll mode. - 💄
Carousel
: Optimized Walking Lights have customizable arrows and custom indicator styles and are configurable with a dark theme. - 💄
<pro>PerformanceTable
: Optimize the problem that the last column has no right-border when the table width is larger than all column widths for big data. - 💄
<pro>CodeArea
: Optimize the issue of not being able to copy in disabled state. - 💄
<pro>DatePicker
: Optimize the style oftoday
in the selection panel. - 💄
<pro>DataSet
: Optimize the current record positioning when delete deletes temporary data. - 💄
<pro>Form
: Optimization Whenlayout
is set tonone
andshowHelp
is set tolabel
,help
information is displayed in the grid layout. - 💄
<pro>Modal
: Optimized the problem of repeatedly pressing theESC
key to trigger a callback to close the pop-up window. - 💄
<pro>Lov
: Optimize Popup Lov to support carriage return selection. - 💄
<pro>CodeArea
: The issue of optimizing CodeArea validation without error messages. - 🐞
<pro>Table
: Fixed an issue where the sort icon would display incorrectly when settingcombineSort
and table column front sort. - 🐞
<pro>Modal
: Fixed the issue that the instance was not cleared when ModalContainer was unmounted, causing subsequent Modal to fail to open. - 🐞
<pro>Lov
: Fixed an issue whereonEnterDown
events failed. - 🐞
<pro>Lov
: Fix the condition that the query condition is not cleared when re-expanding in popup mode. - 🐞
<pro>Lov
: Fixed the issue of double-clicking the selection drop-down in popup mode. - 🐞
<pro>Lov
: Fixed an issue where a record error was checked whenmultiple
selections were set and the option display value wasReactElement
type. - 🐞
<pro>PerformanceTable
: Fixed dynamic filter bar saving issue. - 🐞
<pro>PerformanceTable
: Fixed the issue that the initialization status of the dynamic filter bar was wrong. - 🐞
<pro>PerformanceTable
: Fixed the problem of misaligned content caused by sliding the scrollbar in the case of large data table with fixed column merge. - 🐞
<pro>PerformanceTable
: Fixed the issue that fixed columns of PerformanceTable would scroll horizontally. - 🐞
<pro>PerformanceTable
: Fixed the error triggered by Modal animation causing multiple changes in form width. - 🐞
Carousel
: Fixed the problem that the component is half displayed when dragged vertically and fixed the problem that the panel click event does not work when fade is applied. - 🐞
<pro>Table
: Fixed an issue where theunique
check failed when the field value became aBigNumber
type. - 🐞
<pro>NumberField
: Fixed the issue that a period can be entered in integer mode. - 🐞
<pro>Attachment
: Fixed the problem that read-only and disabled are invalid in drag-and-drop mode. - 🐞
<pro>Select
: Fixed the issue of not updating values when selecting the same amount of data when multiple is a comma. - 🐞
<pro>Select
: Fixed the problem thatnoCache
is invalid under batch query. - 🐞
<pro>FormField
: Fixed an error in the display information that required verification failed when theField
dynamiclabel
was set. - 🐞
<pro>Table
: Fixed the issue that the filter attribute does not take effect when groups grouping is turned on. - 🐞
<pro>Table
: Fixed the problem that theonReset
callback does not take effect after configuring the dynamic filter bar interface. - 🐞
<pro>Table
: Fixed the problem of label priority in configuring queryFields under dynamic filter bar.
2023-07-27
- 🌟
configure
: AddedlovDefineBatchAxiosConfig
,useLovDefineBatch
,useZeroFilledDecimal
,tablePageSizeChangeable
,tabsDefaultChangeable
properties. - 🌟
Tabs
: AddedrestoreDefault
property. - 🌟
Field
: AddedlovDefineBatchAxiosConfig
property. - 🌟
<pro>Form
: Added therequiredMarkAlign
property to control the position of the required mark. - 🌟
<pro>Table
: Added table personalizedpageSize
control. - 🌟
Tabs
: New support for mouse scrolling whenTabPane
is displayed horizontally. - 🌟
<pro>Attachment
: AddgetPreviewUrl
property to get preview address. - 💄
<pro>DataSet
: OptimizechildrenField
performance. - 💄
<pro>DataSet
: Optimize the querydataSet
instancecurrent
record assignment. - 💄
<pro>Table
: Optimized keys warning in Table and PerformanceTable. - 💄
<pro>TextField
: Optimize suffix width calculation. - 💄
style
: Optimize some component style units. - 💄
<pro>Table
: Optimize the dynamic filter bar input field suffix display logic. - 💄
<pro>PerformanceTable
: Added default suffixes for filtering criteria for character and numerical types in dynamic filter bars. - 💄
<pro>FormField
: Optimize the style of the asterisk. - 💄
<pro>Output
: Optimizetooltip
control in multiple scenarios. - 💄
<pro>DatePicker
: Optimized thefilter
property to support range mode filtering. Optimized display of disabled elements in thedecade
panel. Optimized today button disable style. - 💄
<pro>DatePicker
: Optimize DatePicker to show line break when selecting year interval on Mac side. - 💄
<pro>Radio
: Optimized the issue of too wide click hot area inForm
. - 💄
<pro>Table
: Optimize the dynamic filter bar to support front-end multi-column sorting. - 💄 Optimize some code implementation.
- 💄
<pro>Table
: Optimize query bar performance. - 💄
<pro>Modal
: Keep focus on the Modal. - 💄
<pro>Table
: OptimizedrowBox
display in multiple selectiondblclick
mode. - 💄
Tabs
: Optimize focus switching behavior. - 💄
<pro>Validator
: Optimize verification performance. - 💄
Menu
: Optimizeda
tag style. - 💄
<pro>Attachment
: Optimized thehelp
style when thepicture-card
mode is inForm
andlabel
is displayed horizontally. - 💄
<pro>Table
: Optimized filter bar style file import. - 💄
<pro>PerformanceTable
: Optimize the display of big data table combination column headings centered with the scroll bar. - 🐞
<pro>PerformanceTable
: Fixed the issue of not being able to retrieve the destination.index during the onBeforeDragEnd event. - 🐞
<pro>PerformanceTable
: Fixed the problem of not being able to zoom on the mobile terminal. - 🐞
Upload
: Fixed the white screen issue caused by the file's unique identifier being undefined after setting thebeforeUploadFiles
even. - 🐞
Upload
: Fixed issue with ineffective configuration ofshowPreviewIcon
orshowDownloadIcon
inpicture-card
mode. - 🐞
PerformanceTable
: Fixed the issue of focusing on abnormal interaction status when settingonEnterDown
for dynamic filtering criteria. - 🐞
Avatar
: Fix the problem that the Avatar component flips when the text is opened in the Modal pop-up window. - 🐞
<pro>Table
: Fix the floating-point calculation accuracy problem ofsummaryBar
. - 🐞
<pro>Table
: Fix an issue where usingaddField
to add a query field and the dynamic filter bar to add a field in the filter drop-down would not be updated. - 🐞
<pro>Table
: Fix an issue where deleting filter entries in the dynamic filter bar would abnormally backfill searchId. - 🐞
<pro>Table
: Fix the issue that customization could not change the height after the table was set to height. - 🐞
<pro>Table
: Fixed the style of dynamic filter bar required field validation failure. - 🐞
<pro>Table
: Fixed the problem of misalignment under the case of virtual scrolling without left fixed column. - 🐞
<pro>Table
: FixedbuttonsLimit
limit button error problem. - 🐞
<pro>Table
: Fixed the issue that dynamic filter bar saved query conditions to report errors. - 🐞
<pro>FormField
: Fixed an issue where out-of-focus checks were not triggered in new record whenmultiple
defaultValue
andvalidator
attributes were set in fields inDS
. - 🐞
<pro>FormField
: Fixed an issue whereDatePicker
Lov
IconPicker
components were out of focus and not checked in required and multi-value modes. - 🐞
<pro>Lov
: Fixed When the value of thevalueField
field corresponding to the selected record is 0, it is not displayed in the selected tag in the pop-up window. - 🐞
<pro>Table
: Fixed an issue in in-line editing mode where the editor was misaligned when a row was in the editing state and the line above it was expanded or collapsed. - 🐞
Message
: Fixed the issue of incoming incorrect types causing inability to continue using. - 🐞
Trigger
: Fixed the input method panel blocking the mouse and triggering the mouse departure event. - 🐞
<pro>DatePicker
: Fixed the range value caused an error in determining whether it is a duplicate value. - 🐞
<pro>Range
: Fixed issues with DataSet configuration not echoing in Range and centering of Form forms. - 🐞
<pro>Table
: Fixed the issue of virtual scrolling enabled for inline editing, where the edit box will move with the scrollbar. - 🐞
<pro>PerformanceTable
: Fixed the issue of merged cells disappearing due to virtual scrolling.
2023-05-23
- 🌟
configure
: AddedlabelAlign
,tableVirtualBuffer
properties. - 🌟
Field
: Addedplaceholder
attribute definitions. - 🌟
Card
: Added some classnames. - 🌟
<pro>Attachment
: Addedbuttons
props. - 🌟
<pro>Form
: Added some classnames. - 🌟
<pro>Table
: Added some classnames. - 🌟
<pro>Table
: AddedcolumnBuffer
andcolumnThreshold
attributes to optimize horizontal virtual scrolling. - 🌟
<pro>FormField & <pro>Table.Column
: AddtagRenderer
property to support custom multivalue rendering. - 🌟
Upload
: Support preview and download button display intext
andpicture
modes. - 🌟
<pro>Lov
: When theviewMode
ismodal
, you can set theselectionProps
property to customize the rendering of selected records at the bottom of the pop box. - 🌟
<pro>Picture
: AddmodalProps
property and optimize for not displaying navigation when an image. - 🌟
<pro>FormField
: Added thehelpTooltipProps
attribute to supporttooltip
customization ofhelp
information. - 🌟
<pro>Table
:onDragEndBefore
adds therecordIndexFromTo
parameter to get the correct record index when dragging and dropping the tree. - 💄
<pro>Button
: Optimize and correct the difference of overflow determination. - 💄
<pro>CheckBox
: Optimize the trigger hot zone range when used in the form. - 💄
<pro>NumberField
: Optimizing the Chinese input method will delete the value. - 💄
<pro>Table
: Optimize when the querybar is bar, it can control whether it can be input. - 💄
<pro>Table
: Add the default suffix of the filter criteria for character and numeric types in the dynamic filter bar. - 💄
<pro>Table
: Optimize the value saving limit of the dynamic filter bar multi-selection value set. - 💄
<pro>Table
: Hide dynamic filter bar tenant Save as button. - 💄
<pro>Table
: Optimized Table border related style variables. - 💄
<pro>Table
: OptimizedTabs
switching in virtual scrolling mode can cause the issue of TableVirtualRow re rendering. - 💄
Tabs
: Optimized tab cannot adapt to the width. - 💄
measureTextWidth
: Optimize performance under large data volumes. - 💄
<pro>Modal
: Optimized multi-layer drawer animation. - 💄
<pro>Lov
: SupportedtableProps
in the form of function callbacks and supportedmodal
parameters in modal box mode. - 💄
WaterMark
: Optimizing the watermark's judgment of ref leads to a direct error reporting problem in ie. - 💄
<pro>ColorPicker
: Modify preset colors to optimize duplicate color values in alternative swatch. - 💄
<pro>Dropdown.Button
: Support direct passing in of Button properties and style optimization. - 💄
Timeline
: Optimize the color property to set the display effect of custom color values. - 💄
<pro>Table
: Optimizes invalidvalidationRenderer
property for components set in theeditor
property. - 💄
<pro>Radio
: Optimize the Radio check state style. - 💄
<pro>Table
: Optimized thespin
animation effect during data loading to avoidspin
lag issue in large data volumes. - 💄
<pro>Button
: Optimized the triggering behavior of focus styles. - 🐞
<pro>DataSet
: Fix the problem that the table client export query parameters are wrong. - 🐞
<pro>Table
: Fix data not sync in group mode. - 🐞
<pro>Table
: Fix the filtering logic problem of the dynamic filter bar panel. - 🐞
<pro>Table
: Fix the problem that the dynamic screening bar presets the tenant configuration that affects the initialization query field. - 🐞
<pro>Table
: Fix the problem that the filter reset button disappears when the dynamic filter bar is cleared. - 🐞
<pro>Table
: Fix the problem that the switch is not queried under the dynamic filter tab Tabs. - 🐞
<pro>Table
: Fix the problem that the selection menu cannot pop up directly when the dynamic filter bar clicks Add Filter when the filter condition is focused. - 🐞
<pro>Table
: Fix the problem that the button and input box of the professional search bar are not aligned when the global configuration labelLayout is vertical. - 🐞
<pro>Table
: Fix the problem where dragColumnAlign was configured to be left and the display of dragging and swapping positions in editing status was abnormal. - 🐞
<pro>Table
: Fix and optimize advanced filtering interaction and styling issues. - 🐞
<pro>Table
: Fix the advanced filter panel popup window penetration issue. - 🐞
<pro>TriggerField
: Fix the problem that the tooltip flashes and disappears when the drop-down pop-up box appears. - 🐞
<pro>Lov
: Fix the alignment problem when the query condition in the professional search bar mode is vertical layout. - 🐞
<pro>Lov
: Fixed the problem of duplicate values when the default value exists after settingautoSelectSingle
. - 🐞
ViewComponent
: Fix the problem that the component is not out of focus when switching the disabled state. - 🐞
<pro>Modal
: Fix the drag-and-drop exception in Firefox caused by the compatibility of the transformZoomData method. - 🐞
<pro>TextField
: Fix style precedence issues. - 🐞
<pro>TextField
: Fix the issue of Safari browser disabling font colors that are too light. - 🐞
<pro>DatePicker
: Fixed an issue where the first time selected in theTable
would display the current date in other row selection panels. - 🐞
<pro>Tooltip
: Fixed a problem where the package SVG image was displayed but could not be located. - 🐞
<pro>IntlField
: Fixed the problem that the character length of the input box corresponding to the current environment language cannot be limited. - 🐞
Menu
: Fixed the overlapping problem of text and icons whenSubMenu
content is long & Fixed the disabled background color issue forSubMenu
& Fixed the issue of all text becoming ellipses when exceeding the limit. - 🐞
<pro>CodeArea
: Fixed the issue that the values stored in the dataSet were not formatted synchronously. - 🐞
<pro>PerformanceTable
: Fix the issue of fixed column subitems being unable to be dragged before combining columns. - 🐞
<pro>Attachment
: Fix the issue of two parthelp
prompts at the same time & Fix the issue ofshowHelp
being invalid when it isnone
. - 🐞
<pro>Rate
: Fix the issue of two parthelp
prompts at the same time & Fix the issue ofshowHelp
being invalid when it isnone
& Fix the issue ofhelp
icon style whenlabelLayout
isfloat
orplaceholder
. - 🐞
<pro>Tree
: Fixed the issue that the Tree cable was misaligned. - 🐞
<pro>Password
: Fixed the issue that revealing icons could not be used properly when the editor in the table was Password. - 🐞
<pro>Select
: Fixed the issue of incorrecttooltip
judgment whenSelect
/TreeSelect
and other custom renderingoptions
aredisabled
orreadOnly
in the selected state. - 🐞
<pro>PerformanceTable
: Fixed dynamic filter bar style issue.
2023-02-24
- 🌟
configure
: Addedattachment.downloadAllMode
,formAutoFocus
,useLookupBatch
property. - 🌟
<pro>Tooltip
: AddedpopupInnerStyle
property. - 🌟
<pro>Table
: Added combination sort editing function. - 🌟
<pro>Table
: Added dynamic filter bar to support saving fuzzy search function. - 🌟
<pro>Table
: Added dynamic filter bar to support advanced filter configuration function. - 🌟
<pro>Lov
: Addedpercent
field type display. - 🌟
<pro>TextField
: Addtooltip
property to support overflow prompt in edit mode. - 🌟
Calendar
: AddedheaderRender
property of customize calendar header content. - 💄
<pro>Form
: ExtendlabelTooltip
property to support control tooltip properties. - 💄
<pro>Table
: Optimize dynamic filter bar style. - 💄
<pro>Table
: OptimizebuttonsLimit
rendering, hidden buttons no longer occupy more drop-down positions, the style of more button drop-down items in the query button. - 💄
<pro>RichText
: The editing area is highly adaptive in the case of custom toolbars. - 💄
<pro>Modal
: Extends thetransitionAppear
property to support controlling animations duringModal
closure. - 💄
<pro>NumberField
: SupportedclearButton
attribute in non-step mode. - 💄
Avatar
: OptimizeAvatar.Group
overflow style. - 💄
<pro>DatePicker
: Optimize click today and this week to change the style in the case of multiple selections. - 💄
<pro>Tree
: Optimize the dragging and sorting of tree components and the problem that icon cannot be dragged. - 🐞
<pro>Table
: Fixed the problem of high overflow caused by configuringautoHeight
as minHeight and personalization at the same time. - 🐞
<pro>CodeArea
: Fixed the problem of changedisabled
status. - 🐞
WaterMark
: Fixed the problem that the watermark style can be modified. - 🐞
<pro>ColorPicker
: Fixed an error when settingmultiple
property to true on a field ofDataSet
. - 🐞
<pro>Lov
: Fix the problem that the pull-down panel cannot be closed due to out of focus. - 🐞
<pro>Lov
: Fix the problem that the popup mode cascading parameter change does not re-query. - 🐞
<pro>Select
: Fix the problem of repeated query when selecting values in pagination in the multi-select reserved query parameter mode. - 🐞
<pro>Lov
: Fixed the problem that the default value is repeated by selecting all values. - 🐞
<pro>Modal
: Fix an issue where Modal could not adapt to custom width in contentStyle. - 🐞
<pro>Modal
: Fix the problem that when the text is too long in picture mode, re upload the text and file name overlap. - 🐞
<pro>Password
: Fix an issue where the cursor was positioned in the first place when clicking the reveal icon triggered focus. - 🐞
<pro>Form
: Fix the problem of abnormal line breaking under table layout. - 🐞
<pro>DatePicker
: Fix the problem that multiple selections of today's date are repeated. - 🐞
<pro>TextField
: Fix the problem of displacement of placeholder and focus cursor in multi value mode. - 🐞
<pro>Table
: Fix the problem that the console reports an error when the mouse moves into the input box after the dynamic filter bar multi value verification fails. - 🐞
<pro>Table
: Fix render errors with filter bar multilingual components. - 🐞
<pro>Table
: Fix the problem that the content of the tooltip changes after clicking the cell when the tooltip of the multivalued Lov and Select fields is displayed. - 🐞
<pro>Table
: Fix a styling issue when column headers and feet were auto-height. - 🐞
<pro>DatePicker
: Fix the color style of confirmation button in DateTime mode. - 🐞
WaterMark
: Fixed the problem that selecting a hidden node in the browser console would hide the watermark. - 🐞
<pro>Table
: Fix odd and even row style error caused by deleting rows when showRemovedRow is false & When rows are deleted when showRemovedRow is false in virtual scroll mode, the page appears blank and the scroll bar does not shrink. - 🐞
<pro>SelectBox
: Fix the problem that verification failed and could not focus automatically. - 🐞
<pro>Switch
: Fix the problem that tooltip cannot be displayed when the mouse moves into the help icon when showHelp is set to tooltip.
2022-11-29
- 🐞
ViewComponent
: Fixed the pop-up window closing error. - 🐞
<pro>Lov
: Fixed the problem that out of focus caused the query parameters to be cleared in the Lov popup mode.
2022-11-28
- 🌟
configure
: AddedtableColumnResizeTransition
,fieldFocusMode
,selectBoxSearchable
,selectReserveParam
properties. - 🌟
Collapse
: Added property ofcollapsible
hidden
. - 🌟
<pro>Lov
: Added property ofpopupSearchMode
. - 🌟
Tabs.TabPane
: Addedhidden
property. - 🌟
Tabs.TabGroup
: Addedhidden
property. - 🌟
<pro>Button
: Button text bubble supportsTooltip
attribute expansion. - 🌟 Added theme style.
- 🌟
<pro>Lov
: Added hyperlinks and image types to the list. - 🌟
Upload
: Support full status display of reupload in Upload. - 🌟
<pro>DataSet.Field
: Addedaccept
property. - 🌟
<pro>Select
: AddedreserveParam
property. - 🌟
<pro>Table
: Added dynamic filter baronRefresh
callback. - 💄
<pro>DataSet
: WhencacheRecords
is enabled by default in global configuration, you can disable caching by settingcacheSelection
andcacheModified
to false. - 💄
Table
: Optimize fixed columns. - 💄
<pro>Form
: Optimized the style of theItemGroup
composite input box. - 💄
WaterMark
: Optimize text wrap display. - 💄
<pro>TextField
: Optimized tooltip for multiple mode when the selected length is greater than the configuredmaxTagCount
. - 💄
<pro>Table
: Optimized the display timing of the\n
. - 💄
<pro>Table
: The extensiondraggableProps.isDragDisabled
property supports callback functions for determining whether a single row is draggable. - 💄
<pro>Table
: Optimize the initial record ofqueryDataSet
under the dynamic filter bar. - 💄
SecretField
: Optimize SecretField display of null value in read-only case。 - 💄
<pro>DatePicker
: Optimized date jump interaction when setting themin
ormax
property. - 💄
<pro>Transfer
: Optimize the effect of selecting all when disabled. - 💄
<pro>Select
: Optimize the problem that the drop-down multi-selection is out of focus and not verified. - 💄
<pro>Table
: Optimized thehelp
display inheader
. - 💄
<pro>Picture
: Optimize preview interface style and mouse wheel event interaction. - 💄
<pro>Table
: Optimize the dynamic filter bar, select multiple required query conditions, and there is no required sign. - 💄
<pro>Field
: Optimize lovPara query cache. - 💄
<pro>Form
: Optimize that the form will not automatically wrap lines in the table layout. - 💄
<pro>Tooltip
: The problem of optimizing tooltip. - 💄
<pro>Switch
: Optimize the display of content overflow style and tooltip under Form & Eliminate the interaction effect of redundant active states in the disabled state & Optimize Switch loading centering style. - 💄
<pro>ColorPicker
: Optimize an issue where the preset attribute selector position could not be adaptive. - 💄
<pro>DatePicker
: Optimized the interaction effect when themode
istime
and themin
ormax
property is set. - 💄
<pro>Lov
: Optimized the display order of selected records with cache in the pop-up. - 🐞
<pro>Lov
: Fix the problem that Lov icon clicks the pop-up window many times and pops up many times. - 🐞
<pro>IntlField
: Fix the problem that the pop-up window pops up multiple times when the icon is clicked multiple times. - 🐞
<pro>Modal
: Fix the problem that the autofocus of the form component in the internal modal is invalid. - 🐞
<pro>Modal
: Fix the problem that double clicking on the internal modal configurationdblclick
will display and close it immediately. - 🐞
<pro>Modal
: Fix the issue that the first drag of Modal enabledautoCenter
was inaccurate. - 🐞
<pro>Modal
: Fix the issue that Modal enabledautoCenter
to causemaskClosable
to fail. - 🐞
<pro>RichText
: Fixed the problem that the selected content was out of focus and cleared. - 🐞
<pro>RichText
: Fix content overflow height issue and placeholder style issue. - 🐞
<pro>RichText
: Fixed an issue where keyboard ESC closed with an error. - 🐞
<pro>RichText
: Fixed an issue with float layout style. - 🐞
<pro>Table
: Fix the problem of field value comparison in the dynamic filter reset button ambiguous query parameter clear && range mode && status && delete filter not reset error. - 🐞
Affix
: Fix an issue where a fixed positioning style was added when scroll distance was not generated. - 🐞
ViewComponent
: Fixed the problem that the input is still focused when thehidden
ordisabled
attribute is switched. - 🐞
<pro>Cascader
: Fixed the display problem of active item after selecting values in controlled mode without usingDataSet
. - 🐞
<pro>Upload
: Fixed the interaction style of upload type components Upload, <pro>Upload and <pro>Attachment in disabled mode. - 🐞
<pro>TextField
: Fix the problem of ellipsis whentext-transform
isuppercase
inisFlat
mode. - 🐞
<pro>DataSet
: Only whencacheSelection
is true incacheRecords
mode, cache is forced to be checked. - 🐞
<pro>DataSet
: Fix the problem of getting unchecked cache records when selecting all across pages. - 🐞
<pro>DataSet
: FixclearCachedSelected
method can't clear checked records of changed state. - 🐞
<pro>DataSet
: Fix the issue that the bigNumber formatting configuration was invalid. - 🐞
Upload
: FixbeforeUpload
async issue. - 🐞
Upload
: Fix the problem that thebeforeUpload
event callback will not trigger when re uploading. - 🐞
<pro>Lov
: Fix the problem of table width inpopup
mode. - 🐞
<pro>Lov
: Fixed the onRow event not working inpopup
mode. - 🐞
<pro>Attachment
: Fix the problem that cannot be automatically located when validation failed. - 🐞
<pro>Attachment
: fix popup rendering & children props in drag mode. - 🐞
Tabs
: Fix the problem of the arrow display. - 🐞
SecretField
: Fix SecretField after editing the null value, editing it again requires verification. - 🐞
Badge
: Fix the problem that the style level of point Badge is higher than fixed column when it is used in Table. - 🐞
<pro>Table
: Fix the problem that the check icon in the display setting is not aligned and the content is blocked in the customization settings. - 🐞
<pro>Attachment
: Fixed the problem that only one file was displayed when multiple files were uploaded for the first time in drag and drop mode. - 🐞
<pro>NumberField
: Fixed after configuration global propertynumberFieldFormatterOptions
, component propertynumberGrouping
failure problem. - 🐞
<pro>Modal
: Fix the problem that the getContainer is set in the ModalProvider and cannot be centered with useModal. - 🐞
<pro>Tree
: Fix the failure of onKeyDown. - 🐞
<pro>Switch
: Fix the problem that onMouseDown can only be triggered by clicking the left side under Form. - 🐞
<pro>TextArea
: Fix invalid ofrenderer
. - 🐞
<pro>Table
: Fix the problem that the overflow effect oftooltip
setting is incorrect. - 🐞
<pro>Mentions
: Fix support for renderer attribute. - 🐞
<pro>Switch
: Fix the problem that the label area is not aligned when used under Form & Misalignment of loading circle in the loading state & Error position display problem in the form loading status. - 🐞
<pro>Table
: Fix the problem of asynchronous loading tree table paging, click to expand and jump to the first page. - 🐞
<pro>Table
: Fix the problem that the dynamic conditions of the professional query bar are displayed and hidden. - 🐞
<pro>Output
: Fix an issue where two tooltips were displayed when Output multi-value overflow. - 🐞
<pro>Table
: Fix an issue where theeditor
is not displayed when editing mode is partiallyinline
. - 🐞
<pro>Table.Column
: FixtooltipProps
delayed property support. - 🐞
<pro>Table
: Fix the style problem caused by turningrowHeight
of tree table to auto. - 🐞
<pro>Modal
: Fix the problem that setting the top style does not work when the embedded Modal settingautoCenter
is false. - 🐞
<pro>IntlField
: Fixed an issue where the input field could not be resized more than once when theresize
property was set toboth
. - 🐞
<pro>Mentions
: Fixed an issue wheresplit
would display double copies when thesplit
property was set to be more than one char. - 🐞
<pro>Picture
: Fixed the preview error caused by thepreview
property. - 🐞
<pro>Select
: Fixed that the blank value in the compound input box is not clear. - 🐞
<pro>Table
: FixedexpandRowByClick
property invalidation.
2022-08-25
- 🌟
configure
: AddedlovNoCache
,uploadShowReUploadIcon
,performanceTableAutoHeight
,fieldMaxTagCount
,fieldMaxTagPlaceholder
,modalClosable
,cacheRecords
,tableShowCachedTips
,attachment.fetchFileSize
properties. - 🌟
<pro>Attachment
: AddedonRemove
property. - 🌟
<pro>Table
: AddedgetHeaderGroups
,getGroups
methods. - 🌟
<pro>Table
: AddedsaveToCustomization
parameter onsetColumnWidth
method. - 🌟
<pro>Table
: AddedgetScrollInfo
method foronScrollTop
andonScrollLeft
hook parameters. - 🌟
<pro>Table
: AddedboxSizing
,showCachedTips
,fullColumnWidth
properties. - 🌟
<pro>Table.Column
: AddedtooltipProps
property, addedgroups
parameter onheader
property. - 🌟
<pro>DataSet.Field
: AddeddateMode
property. - 🌟
Avatar
: AddedAvatar.Group
supports. - 🌟
Notification
: Addedicons
configuration. - 🌟
Upload
: AddedbeforeUploadFiles
property. - 🌟
<pro>Lov
: AddtransformSelectedData
hook in Lov configuration. - 🌟
WaterMark
: Added component of WaterMark. - 🌟
<pro>Segmented
: Added component ofSegmented
. - 🌟
<pro>Button
: Add the secondary color. - 🌟
List
: Added associationDataSet
support androwSelection
selectable support. - 🌟
Card
: Addedselected
andcornerplacement
attributes to cards and card groups. - 🌟
<pro>Cascader
: AddedoptionRenderer
property. - 🌟
<pro>Cascader
:popupContent
hook addscontent
dataSet
textField
valueField
setValue
andsetPopup
parameters. - 💄
configure
: extend the confirm configuration parameter to support dynamic filter bar query related prompts and paging prompts to be distinguishable. - 💄
Upload
: Optimized the re-upload button and function. And optimize scenarios where themultiple
property isfalse
and change the default value of themultiple
property totrue
. - 💄
Trigger
: Optimize auto-alignment when content size changes. - 💄
<pro>PerformanceTable
: Optimize the use ofautoHeight
and add new usage methods forautoHeight
objects. - 💄
<pro>PerformanceTable
: Optimize the filter query bar function. - 💄
<pro>Lov
: If there is no title property in the Lov configuration, use the label property. - 💄
<pro>Table
: Optimize dynamic filter bar help rendering. - 💄
<pro>Table
: The cell tooltip will pop up automatically after optimizing the check positioning. - 💄
<pro>Table
: Optimized combobar mode when help and sort icons appear in the in-line search. - 💄
<pro>Typography
: Optimize the use of paragraph components under form to increase the style value of margin bottom and correct the problem of small style capitalization. - 💄
<pro>Cascader
: Optimize the style of the selection panel that pops up from the right. - 💄
<pro>TimePicker
: Optimize mouse scrolling speed on the timeline. - 💄
<pro>Radio
: Optimize styles. - 💄
<pro>NumberField
: Optimized to input decimal point in Chinese input method. - 💄
<pro>Lov
: OptimizedonBeforeSelect
callback, support for returning a Promise object. - 💄
<pro>Lov
: Optimized disable the selection drop-down option during input field search. - 💄
<pro>Table
: Optimized the display of multiple selected field values in the dynamic filter bar. - 💄
<pro>Table
: Removed form layout controls for pro search bar. - 💄
<pro>Table
: Optimized dynamic filter bar queries supportmodifiedCheck
prompt. - 💄
<pro>Table
: Optimize the dynamic filter bar Lov component click popup interaction. - 💄
<pro>Table
: Optimize expanded row control in non tree mode. - 💄
<pro>Table
: The problem of column width rebound occurs when optimizing column dragging. - 💄
<pro>Table
: Optimized setting when tree data is loaded asynchronously, the parent level is selected and the child level is selected after expansion. - 💄
<pro>SelectBox
: Optimized required styles. - 💄
<pro>Select
: Optimize the interactive processing of multi-choice search. - 💄
<pro>DataSet.Field
: Optimized the priority of thenumberGrouping
,formatterOptions
,required
,range
,highlight
,help
properties. - 💄
<pro>Form.ItemGroup
: Optimized theTS
type declarations for component properties. - 💄
<pro>Attachment
: Optimize component help rendering. - 💄
<pro>Lov
: Optimized the width style calculation problem when setting themultiple
andisFlat
properties. - 💄
<pro>IntlField
: Optimized multi-line display. - 💄
<pro>RichText
: Optimized required style and height. - 💄
<pro>Table
: Optimized newline display of input values when used TextArea. - 🐞
Trigger
: Fixed the issue that other input boxes could not lose focus after clicking the drop-down list. - 🐞
Table
: Fix the problem that the column headers will be misaligned. - 🐞
<pro>RichText
: Fix rich text editor validation issues. - 🐞
<pro>RichText
: Fixed an issue where line breaks were retained after clearing the rich text editor. - 🐞
<pro>Attachment
: Fixed the problem that an error occurred when the batch count query interface returned empty. - 🐞
<pro>Validator
: Fixed the issue that the value range check of the date type did not take effect. - 🐞
<pro>DataSet
: Fix number field cannot convert boolean values to 1 and 0. - 🐞
<pro>DataSet
: Fix the wrong count value obtained by query method in asynchronous count mode. - 🐞
<pro>DataSet
: Fixed cached created data cannot be deleted. - 🐞
<pro>ColorPicker
: Fixed the problem that opacity not being able to enter '.', and fix the prefix border style when default color is light. - 🐞
<pro>DatePicker
: Fix the issue that when there is a min value inrange
andeditorInPopup
modes, an error may be reported after entering the value. - 🐞
<pro>DatePicker
: FixdefaultTime
value error when it exceedsmin
andmax
. - 🐞
<pro>Modal
: Fix the problem of customize fail in embedded mode. - 🐞
<pro>Select
: Fix the error of value type object in combo mode. - 🐞
<pro>Select
: Fix error when pressing pageDown. - 🐞
<pro>Select
: FixsearchMatcher
not working when using options prop. - 🐞
<pro>Table
: Fix error when element may be null. - 🐞
<pro>Table
: Fix error when the column configuration in thecolumnProps.children
property of column grouping has no key and name. - 🐞
<pro>Table
: Fix group state loss problem. - 🐞
<pro>Table
: Fix the problem that the custom function editor component editor cannot be located. - 🐞
<pro>Table
: Fix an issue where the splitLine position was incorrect when dragging the table column width. - 🐞
<pro>Table
: Fix the problem of using querydataset to report errors under the use of combined search bar. - 🐞
<pro>Table
: Fix the problem of incorrect query conditions after deleting the field conditions after setting range in filterbar. - 🐞
<pro>Table
: Fix tooltip width calculation error overflow prompt problem. - 🐞
<pro>IconPicker
: Fix an issue where the selected style was overwritten by the hover style. - 🐞
Badge
: Fix a processing status point style issue. - 🐞
Upload
: Fix an issue with margin-top collapse style in picture-card mode. - 🐞
<pro>PerformanceTable
: Fix the problem of style caused by fixed columns in the case of row merging. - 🐞
<pro>PerformanceTable
: Fix an issue where the highlighted row was abnormal when scrolling virtually. - 🐞
<pro>Range
: Fix the problem thatreadOnly
throw is configured for operation. - 🐞
<pro>Mentions
: Fix settingautoSize
property invalid. - 🐞
<pro>ColorPicker
: Fix the problem of getpreset
parameter failed, and fixed an exception caused by calculating relative brightness without value. - 🐞
<pro>Table
: Fixed multiple tooltips when using PopConfirm. - 🐞
<pro>Table
: Fix the problem that the record does not correspond when editing the header grouping cell. - 🐞
<pro>Table
: Fix the problem that the disabled row can be navigated to edit by enter key. - 🐞
<pro>Table
: Fix row height problem when switching from aggregate to tile invirtual
andvirtualCell
mode. - 🐞
<pro>Table
: Fix browser zoom issue. - 🐞
<pro>Table
: Fix infinite loop in tree mode. - 🐞
<pro>Table
: Fixed an issue with drag-and-drop sorting across locked columns. - 🐞
<pro>Table
: Fix the problem that the customization modal may pop up multiple times. - 🐞
<pro>Table
: Fix the problem that Popover cannot be closed when the Table's customization modal pops up which inside the Popover. - 🐞
<pro>Table
: Fix editor misalignment when row height changes. - 🐞
<pro>Table
: FixheaderRowHeight
andfooterRowHeight
not working whenrowHeight
is auto. - 🐞
<pro>Tooltip
: Fix the problem of error reporting in tooltip zoom mode. - 🐞
<pro>CodeArea
: Fix the problem that the value display is not synchronized through the data source assignment after out of focus in the data source mode. - 🐞
<pro>ColorPicker
: Fix the problem of value error setting in therange
andmultiple
mode. - 🐞
<pro>IntlField
: Fix the issue that the value will be cleared when the popup is canceled. - 🐞
<pro>Tooltip
: Fix the problem of error reporting in tooltip zoom mode. - 🐞
Tabs
: Fix the problem that the dataset validation badge cannot be cleared when call the remove method. - 🐞
<pro>Button
: Fix the problem of focus style after changing thedisabled
attribute of the button. - 🐞
<pro>Cascader
: Fixed when thesearchable
property is set totrue
and the same value is displayed at the same level in theoptions
, choose value error. - 🐞
<pro>ColorPicker
: Fix the problem that the converting to hex failed when entering RGBA. - 🐞
<pro>TextArea
: Fix autoSize not scrolling when maxRows and minRows line configurations are equal.
2022-06-22
- 🌟
configure
: AddedautoInsertSpaceInButton
,attachment.getTemplateDownloadUrl
autoCount
,countKey
,drawerHeaderFooterCombined
,colorPreset
properties. AddedtotalCount
,count
,onlyCount
,, defaultCount
parameter forgeneratePageQuery
hook. - 🌟
<pro>DataSet
: AddedautoCount
,countKey
properties. Addedcounting
value. - 🌟
<pro>DataSet.Field
: Addedtemplate
property. - 🌟
<pro>Attachment
: Addedtemplate
property. - 🌟
<pro>Transfer
: AddedsetTargetOption
property when used to customize the preset target data source of the component shuttle box. - 🌟
<pro>ColorPicker
: Addedmode
,preset
properties. Added recently used function. Support Hex, RGBA settings. - 🌟
math
: Addedmax
,min
,abs
,sum
,random
,isValidNumber
,toString
methods. - 🌟
<pro>IntlField
: AddeddisplayOutput
property. - 💄
configure
:attachment.getPreviewUrl
return value supports hook types with return values of string and Promise. - 💄 Optimize the impact of the
ConfigProvider
context. - 💄 Optimize the influence of
range
andmultiple
attributes on Autocomplete, EmailField, IconPicker, IntlField, Password, Secretfield, Select and UrlField components. - 💄
<pro>DatePicker
: Optimize the effect of thefilter
property on the selection panel. - 💄
<pro>Switch
: Optimize styles. - 💄
<pro>Table
: The display mode of optimized verification information is fixed to tooltip. - 💄
<pro>Table
: Optimize the scenario where the input query condition is overwritten when autoQuery false is optimized. - 💄
Notification
: Optimize long word wrapping rules. - 💄
<pro>PerformanceTable
: Compatible with the global configurationrenderEmpty
. - 💄
<pro>NumberField
: Optimized conversion of scientific notation to normal strings. - 💄
InputNumber
: Optimized conversion of scientific notation to normal strings. - 💄
<pro>Transfer
: Optimize the situation of page jam when customizing tansfer to select all shuttles under large amount of data. - 💄
<pro>TextArea
: OptimizedautoSize
mode, the component will not automatically update the height after thedataSet
of the data changes. - 💄
<pro>Attachment
: Optimized for asynchronous preview of image types intext
mode. - 🐞 Fix the bug of mobx-react in lower version.
- 🐞
Align
: Fixed logic error caused by keyword nodeName. - 🐞
formatter
: Fix the problem of invalid formatting precision parameter for big numbers. - 🐞
Table
: Fix the problem that the combined column headers will be misaligned. - 🐞
Table
: Fixed scrollbar issue in fixed header on mac. - 🐞
Tabs
: Fix the problem that the dataset validation badge cannot be cleared when call the reset method. - 🐞
Tabs
: Fix scrollTo error in IE. - 🐞
Upload
: Fix AjaxUploader reporting 'target' of undefined error. - 🐞
<pro>Tabs
: Fixed the problem that the validation badges did not disappear when DataSet reset. - 🐞
<pro>Table
: Fix other editors are misplaced in full line editing mode when the autoSize TextArea entering newlines. - 🐞
<pro>Table
: Fix the problem of virtual scrolling inmaxHeight
style. - 🐞
<pro>Table
: Fix the problem that column width cannot be adjusted on mobile devices. - 🐞
<pro>Table
: Fix the positioning problem of the reload editor ininline
editing mode. - 🐞
<pro>Table
: Fix the issue of saving edits in the dynamic filter bar. - 🐞
<pro>Table
: Fixed editor disappearing when virtual scrolling. - 🐞
<pro>Table
: Fix the problem that the column header is misplaced at a certain height. - 🐞
<pro>Table
: Fix an issue with the renderEmpty style. - 🐞
<pro>Table
: Fix offsetParent error. - 🐞
<pro>Attachmen.Group
: Fix incorrect count when child node hasFragment
inpopup
mode. - 🐞
<pro>TreeSelect.TreeNode
: Fixselectable
property not working. - 🐞
<pro>Cascader
: Fixedmultiple
changeOnSelect
being set totrue
andexpandTrigger
tohover
being unchecked. As well as the optimization of multi-select value will automatically fold up the pop-up box. - 🐞
<pro>TreeSelect
: Fixed an issue where theshowCheckedStrategy
property value wasSHOW_PARENT
orSHOW_CHILD
and some of the case values were displayed incorrectly. And fix theTreeNode
component setting thedisabled
property incorrectly. - 🐞
<pro>Dropdown
: Fixdisabled
attribute will affect child elements. - 🐞
<pro>PerformanceTable
: Fix the display problem that the column width of personalized save may appear under large numbers. - 🐞
<pro>PerformanceTable
: FixselectedRowKeys
controlled invalidation. - 🐞
<pro>PerformanceTable
: Fix error by row click. - 🐞
<pro>Modal
: Fixed an issue where updatingresizable
was invalid. - 🐞
<pro>Modal
: Fix theresizable
problem when multiple drawers. - 🐞
<pro>IconPicker
: Fix the problem that the null value is out of focus and not checked. - 🐞
<pro>DataSet.Record
: Fix an issue where big number values may not be updated. - 🐞
<pro>Modal
: Fixed custom failure caused by bigNumber. - 🐞
<pro>Modal
: Fixed the problem ofCannot read property 'tagName' of null
. - 🐞
Upload
: Fix the problem that the loading status does not change after uploading successfully.
2022-04-27
- 🌟
configure
: AddeddateTimePickerOkButton
,onComponentValidationReport
property and deprecatedbigNumberFormatter
. - 🌟
Tabs
: Addedflex
property. - 🌟
<pro>CheckBox
: ImplementshowHelp
. - 🌟
<pro>Table
: AddedtreeFilter
property. - 🌟
<pro>Switch
: Addedloading
property. - 🌟
<pro>Dropdown
: AddedDropdown.Button
component. - 🌟
<pro>DatePicker
: AddeduseInvalidDate
property. - 🌟
<pro>Table
: The dynamic filter bar supports whether to save the filter value, and the tenant is personalized. - 🌟
<pro>Table
: AddedselectionBoxRenderer
property to support checkbox renderer. - 🌟
<pro>NumberField
: DeprecatedstringMode
. - 🌟
Statistic.Countdown
: Addedformatter
property. - 💄
configure
: Optimize the hook parameters for the count of attachments in batch query can bring bucket information. - 💄
<pro>Table
: Optimize the display of constant width of number type in cells. - 💄
<pro>Table
: Optimized the display width of query fields entered in theadvancedBar
. - 💄
<pro>DatePicker
: Optimized when date switch in therange
mode then the date display error in panel. And optimized when out of focus in therange
mode, flash current date in panel problem. - 💄
<pro>DatePicker
: Optimized an issue where clicking Tab will automatically selecthover
on the date panel. - 💄
<pro>DatePicker
: Whenmode
is set todateTime
ortime
, remove the "Ok" button and automatically select the value after losing focus. - 💄
<pro>DatePicker
: When the optimization mode istime
mode, the rolling speed of the touch panel is fast. - 💄
Input & <pro>TextField
: Optimize the display logic between floatinglabel
andplaceholder
to be consistent with material design. - 💄
<pro>Transfer
: Optimized the style when settinghelp
property. And remove the influence of therange
property. - 💄
<pro>TextArea
: Mask themultiple
property. - 💄
<pro>TextArea
: Optimization clicking the clear button will cause defocus. - 💄
InputNumber
: Support BigNumber. - 💄
Menu.Item
: Adjust the display style of thea
element. - 💄
Form
: Optimize the display style ofspacingType
between. - 💄
<pro>AutoComplete
: Optimizesuffix
display. - 💄 Canonical enumeration type.
- 💄
<pro>TextArea
: Optimize the defocus of the clear button. - 💄
Tabs
: Displays tabs based on the length of sub-tabs. - 🐞
Popover
: Fix the problem of not aligning inside iframe. - 🐞
Tabs
: Fix the problem of validation badge style. - 🐞
Tabs
: Fix the problem that the container cannot be scrolled when there is a scroll bar with a custom style. - 🐞
Tabs
: Fix the problem that disabled tabs can be set as default. - 🐞
Input
: Fix the problem that Chinese cannot be input by default. - 🐞
Input
: Fix the problem that the input will automatically lose focus by first character inputted when there is a placeholder and no label property. - 🐞
Pagination
: Fix the problem that the pagination drop-down box will be blocked under the container whoseoverflow
style is hidden. - 🐞
Table
: Fix the problem that cannot be queried after the filter bar is out of focus. - 🐞
<pro>Attachment
: Fix value change not updating attachment list. - 🐞
<pro>Table
: Fix the problem that pressing Tab to switch editors in virtual cell mode may be inaccurate. - 🐞
<pro>Table
: Fix loading state not clearing. - 🐞
<pro>Table
: Fix the problem of virtual scrolling inmaxHeight
style. - 🐞
<pro>Table
: Fix the problem of row height changing inaggregation
andvirtualCell
mode when all aggregate columns are not displayed. - 🐞
<pro>Table
: Fix the problem that the column header is misplaced at a certain height. - 🐞
<pro>Lov
: Fix the problem that clicking the button will directly close the window in popup mode and safari or Wechat browser. - 🐞
<pro>PerformanceTable
: Fix the problem that the input box component cannot focus in the cells with rowspan. - 🐞
<pro>PerformanceTable
: Fix the problem of missing horizontal virtual scrolling data. - 🐞
<pro>DatePicker
: Fix the issue that dates filtered byfilter
can be selected by keyboard. - 🐞
<pro>Output
: Fix floating label display issue when content wraps. - 🐞
<pro>Dropdown
: Fix the problem that settingdisabled
cannot take effect. - 🐞
<pro>IntlField
: Fix the problem that the value is not reset after the popup is canceled. - 🐞
<pro>NumberField
: Fix the problem that decimals cannot be entered whenvalueChangeAction
isinput
. - 🐞
<pro>NumberField
: Fixed the problem that when you click thestep
button on the touch pad of laptop computer, the step distance becomes twice the value ofstep
property. - 🐞
<pro>Form
: Fix asterisk style when label is left. - 🐞 Fix the issue where the style was missing when the component was loaded on demand.
- 🐞
<pro>DatePicker
: Fixed bugrenderExtraFooter
displays double copies indateTime
mode. And fixed display error whenmultiple
andeditorInPopup
properties settings at the same time. - 🐞
<pro>CheckBox
: Fixed the invalid showHelp property in Form.
2022-03-23
- 🌟 merge
hzero-ui
. - 🌟
configure
: AddedmodalMovable
property. - 🌟
Collapse.Panel
: AddeddataSet
property. - 🌟
Tabs.TabPane
: AddeddataSet
property. - 🌟
<pro>DataSet
: AddedselectAllPage
,unSelectAllPage
events. - 🌟
<pro>DataSet.Record
: AddedselectedTimestamp
value. - 🌟
<pro>Transfer
: Added for receiving children's custom rendering list. - 🌟
<pro>Attachment
: AddedgetUUID
,showSize
properties. - 🌟
<pro>Output
: Added display oflabel
whenlabelLayout
isfloat
mode. - 🌟
<pro>Table
: AddedautoValidationLocate
property. - 🌟
<pro>Form
: AddedautoValidationLocate
property. - 🌟
<pro>Form
: AddedItemGroup
combination input box. - 🌟
<pro>DataSet
: AddedtreeCheckStrictly
property. - 🌟
<pro>Typography
: AddedTypography
component. - 🌟
<pro>CheckBox
: Added show help function. - 💄
Upload
: Optimize the display style of non-picture files inpicture-card
mode. - 💄
<pro>Table
: Thehideable
of required columns is always false. - 💄
<pro>Modal
: Optimized the resizing transition in Lov. - 💄
<pro>Table
: Optimized the error tip style. - 💄
<pro>Table
: Optimize the rendering of the limit component when the filter bar query component ishidden
. - 💄
<pro>Range
: Optimization of data value display and occlusion of adjacent marks. - 💄
<pro>Table
: Optimized combination search bar is set withbodyexpandable
, which blocks the problem of the search button. - 💄
<pro>Table
: Optimized problem of adaptiverowheight
in optimized combination search. - 💄
<pro>Table
: Optimized no alignment problem in selecting lov condition button in optimization search bar. - 💄
<pro>Lov
: Optimizemode
viewMode
type declaration. - 💄
<pro>DataSet
: Optimize validation when themin
ormax
attribute of afield
is set tofieldName
. - 💄
<pro>NumberField
: Optimize the problem of integer and decimal merging when settingstep
property anddefaultValue
to decimals then update value. - 🐞
version
: Fix error in webpack5. - 🐞
Tabs
: Fixed the problem that tabs are not aligned if one tab property is empty. - 🐞
<pro>TreeSelect
: Fixed display error when usinglookupAxiosConfig
and returning tree data when selecting child node. - 🐞
<pro>Lov
: Fix the problem of out-of-focus data change caused by repeated display values. - 🐞
<pro>Modal
: Fix the problem that multiple modals may be closed by the ESC key. - 🐞
<pro>Modal
: Fix the problem that the mask doesn't animate when closed. - 🐞
<pro>ColorPicker
: Fixedprefix
color block missing. - 🐞
<pro>Table.Column
: FixonCell
not working in virtual cells. - 🐞
<pro>Select
: Fix the problem that the disabled options can be deleted by backspace key in multiple mode. - 🐞
<pro>DataSet
: Fix the problem that cached selection records are not submitted when the value is changed or whendataToJSON
isall
. - 🐞
<pro>Attachment
: Fix the problem that the count of attachments will not be queried when passing dataSet through Form context in popup mode. - 🐞
<pro>Tooltip
: Fixed missing default value of duration in singleton mode. - 🐞
<pro>Attachment
: Fix the problem that the sortable interface will also be called when sortable is false. - 🐞
<pro>Table
: Fix the problem of column misalignment caused by hidden aggregation columns in aggregation mode. - 🐞
<pro>Table
: Fixed the problem that the table filterbar clicks the clear button to execute multiple queries. - 🐞
<pro>Table
: Fixed the issue that the dynamic query bar Lov could not be echoed. - 🐞
<pro>Table
: Fix the problem that the refresh button of the dynamic query bar is not displayed. - 🐞
<pro>Table
: Fix the problem that the SelectBox editor cannot be switched inaggregation
mode. - 🐞
<pro>Form
: Fixed colon not showing under grid layout, andOutput
style issues. - 🐞
<pro>Form
: Fix the label style issue undervertical
layout. - 🐞
<pro>Lov
: Fixed the problem that the onBeforeSelect event would be triggered when checking records in multiple mode. - 🐞
<pro>Lov
: Fixed the modal width exception when reopens drawer mode. - 🐞
<pro>Lov
: Fix the problem that the check status in the drop-down box is not synchronized after deleting multiple selection values in popup mode. - 🐞
<pro>Lov
: Fixed an issue where the window might not be opened again. - 🐞
<pro>Lov
: FixlovQueryCachedSelected
property doesn't take effect when switching pagination. - 🐞
<pro>Button
: Fix related dataSet loading state exception. - 🐞
<pro>Button
: Fix the problem of losing focus in loading state. - 🐞
<pro>Table
: Fix the problem that the cell contents is not aligned. - 🐞
<pro>TextField
: Fix the problem that the value is not synced to the DataSet when pressing ctrl+z to fallback in blur status. - 🐞
<pro>TextField
: Fix the problem where the input box obscured content when multi-value. - 🐞
<pro>Tree
: Fix parent and son nodescheckable
status individual control error.
2022-02-16
- 🌟
configure
: AddedonTabsChange
,onButtonClick
,tableHeaderRowHeight
,tableFooterRowHeight
,xlsx
,attachment.defaultChunkSize
,attachment.defaultChunkThreads
,attachment.onBeforeUpload
,attachment.onBeforeUploadChunk
,lovSelectionProps
,modalResizable
properties. - 🌟
<pro>DataSet
: AddedforceSubmit
method.ValidationRule
adddisabled
hook. - 🌟
<pro>DataSet.Field
: AddeduseChunk
,chunkSize
,chunkThreads
,fileKey
,fileSize
properties. - 🌟
<pro>Table
: Added thesetColumnWidth
instance method, addedrenderEmpty
property, and addedindex
property on the parameter of theonColumnResize
hook.rowHeight
supports hooks. - 🌟
<pro>Table.Column
: AddedaggregationTreeIndex
property. AddedaggregationTree
property on the parameter of therenderer
,header
andfooter
hook. - 🌟
configure
: Addedmin
,max
properties. - 🌟
<pro>Table
: Added query bar type ofcomboBar
and configuration item of queryBarProps. - 🌟
<pro>Attachment
: Added new upload mode ofAttachment.Dragger
. AddeduseChunk
,chunkSize
,chunkThreads
properties. - 🌟
<pro>Form
: Added spacingType property. - 🌟
<pro>PerformanceTable
: The cell implementsrenderEmpty
. - 🌟
<pro>Modal
: Addedresizable
,customizable
,customizedCode
properties. - 🌟
<pro>Mentions
: AddedMentions
component. And remove basicMention
component. - 💄
<pro>Table
: Optimize front-end export and support export check. - 💄
Alert
: Optimize the layout style of the component. - 💄
<pro>Form
: OptimizeseparateSpacing
to support responsiveness and support number and numbers value type. - 💄
<pro>DatePicker
: Optimizehover
selection display, and optimize display styles inisFlat
andrange
mode. And optimizedateTime
mode date selection. - 💄
<pro>Attachment
: The button displays a error color when the upload fails inpopup
mode. - 💄
<pro>Table
: Optimize the dynamic query bar to enter repeated query and click on the label to get focus is invalid. - 💄
<pro>PerformanceTable
: Optimize tree indentation of PerformanceTable. - 💄 Remove prop-types.
- 💄
<pro>TextField
: Optimize theprefix
style. - 💄
<pro>Lov
: Optimize the selected interaction in drawer mode. - 🐞
<pro>DatePicker
: Fix the problem of displaying 'Invalid date' after clearing the value of input box inrange
andeditorInPopup
mode. - 🐞
<pro>Lov
: Fix the problem that the popup window cannot be closed when clicking the last page of the pagination inpopup
mode. - 🐞
<pro>Lov
: Fix the null value in the first render whenautoSelectSingle
is turned on. - 🐞
<pro>Table
: Fix the problem of virtual scrolling inaggregation
mode. - 🐞
<pro>Table
: Fix the height calculation problem when there is a horizontal scroll bar. - 🐞
<pro>Table
: Fix the problem of the lock of group set to false. - 🐞
<pro>Table
: Fix the problem that new child nodes could not be cleared by reset in tree mode. - 🐞
<pro>Table
: Fix the problem that the initial state of the dynamic filter bar asynchronous query rendering is wrong. - 🐞
<pro>Table
: Fix the problem that TextArea editor may be shaking after resizing. - 🐞
<pro>Table
: Fix the problem that split line stick to the mouse. - 🐞
Alert
: Fix the problem of overflow without line feed when the information is long. - 🐞
<pro>NumberField
: Fixed an invalidmin
ormax
property value set to 0. And fixed data verification error whenstep
is set andmax
is less than 0. - 🐞
<pro>Range
: Fix the problem that the slider cannot be dragged after dragging another slider inrange
mode. - 🐞
<pro>PerformanceTable
: Fix the problem that selecting all in the check column was disabled. - 🐞
<pro>PerformanceTable
: Fix an issue where dragging column width under combined column indicates incorrect line position. - 🐞
<pro>Lov
: Fixedz-index
style in drawer mode. - 🐞
<pro>Record
: Fixed the problem of incorrectly filtering 0 and false in multi-select mode. - 🐞
<pro>DataSet
: Fixed the issue that the page could not be turned after submitting the write-back data successfully. - 🐞
<pro>DataSet
: FixedcacheSelection
andcacheModified
are not working when useappendData
. - 🐞
<pro>Select
: Fix the problem that the drop-down box is not aligned when the browser font size is not default. - 🐞
<pro>Select
: Fixed the search content mismatch caused by drop-down paging search without transferring parameters on the second page. - 🐞
<pro>Select
: Fixed the problem that the drop-down paging search will query every time it is selected. - 🐞
<pro>Validator
: Fix the validation problem whenpattern
is a regular object with global tag. - 🐞
<pro>Attachment
: Fix first upload file not showing immediately before successful. - 🐞
<pro>Attachment
: Fix the problem that the file that failed to upload for the first time cannot be deleted. - 🐞
<pro>Attachment.Group
: Fix the issue that "no attachment" is always displayed in list mode. - 🐞
WeekPicker
: Fix style issue. - 🐞
<pro>FormField
: FixedCascader
rendering display values inOutput
andTableCell
. - 🐞 Fix the style problem when the browser font size is not default.
- 🐞
<pro>DataSet
: Fixed the verification error of whetherField
inDataSet
is modified whenCascader
component setsmultiple
property totrue
. - 🐞
<pro>Table
: FixedqueryBar
asbar
, filter field setrange
ormultiple
property style, anddatetime
type field display error. - 🐞
<pro>Table
: Fix the problem that the editor is not aligned when the column changes dynamically. - 🐞
<pro>Lov
: Fix multi-select rendering error inbutton
mode. - 🐞
<pro>Lov
: Fix the problem that the data may not be displayed when the first popup.
2022-01-06
- 🌟
configure
: AddedbigNumberFormatter
,tableHeightChangeable
,tableColumnResizeTrigger
properties. The return value ofattachment.getDownloadUrl
andattachment.getDownloadAllUrl
is supported as function type for button clicks. - 🌟
Notification
: Added config props offoldCount
. - 🌟
Message
: Added a promised interface to handle callback. - 🌟
<pro>Table
: The tree table supports row dragging, and addeddragDropContextProps
property. - 🌟
<pro>Table
: Addedgroups
,headerRowHeight
,footerRowHeight
,onScrollLeft
,onScrollTop
,heightChangeable
,bodyExpandable
,defaultBodyExpanded
,bodyExpanded
,onBodyExpand
properties,setScrollLeft
,setScrollTop
instance methods. - 🌟
<pro>Table
: The dynamic filter bar addsfuzzyQueryOnly
&refreshBtn
, supports single fuzzy aggregation query mode and refresh button. - 🌟
<pro>Transfer
: Added properties ofoneWay
. - 🌟
<pro>Table.Column
: AddedaggregationLimitDefaultExpanded
,defaultWidth
properties. - 🌟
<pro>TextArea
: AddedclearButton
property. - 🌟
<pro>DataSet
: AddedvalidateSelf
event andgetAllValidationErrors
method. - 🌟
<pro>DataSet
: AddedvalidationRules
,strictPageSize
properties. - 🌟
<pro>Lov
: AddedselectionProps
property. - 🌟
<pro>NumberField
: AddedstringMode
property. - 🌟
<pro>DataSet
: AddedbigNumber
fieldtype
. - 🌟
<pro>Attachment
: AddedpreviewTarget
property. - 🌟
<pro>DataSet
: Added theforceRemove
parameter to theremove
,removeAll
methods. - 💄
Step
: Optimize the navigation style of theSteps
. - 💄
<pro>Button
: Optimize when button is disabled, set child nodepointer-events
tonone
. - 💄
Upload
: Optimizedloading
icon are displayed when the picture list is uploading. - 💄
<pro>TextArea
: Optimize theautoSize
initialization style. - 💄
<pro>TextField
: Optimize the style when setting theclearButton
showLengthInfo
suffix
properties at the same time. - 💄
<pro>Tree
: Extend draggable supports object type and controls the display of drag-and-drop icon. - 💄
<pro>Lov
: Optimize sorting of selected list. - 💄
<pro>Table
: Optimize virtual scrolling and support tree-shaped virtual scrolling. - 💄
<pro>Attachment
: Optimize caching logic. - 💄
<pro>SecretField
: Disable clear button and backspace key to delete. - 💄
<pro>Select
: Optimize the previous results will be retained until the query is successful innoCache
mode. - 🐞
<pro>Table
: Fix the problem that the virtual scroll will be fully rendered for the first time when onlymaxHeight
is set in style. - 🐞
<pro>Table
: Fix the problem of initializing request and saving parameters of dynamic filter bar. - 🐞
<pro>Table
: Fix the deep nesting ofTable
Tree
data. - 🐞
<pro>Table
: Fix the sorting problem of query bar fields. - 🐞
<pro>Button
: Fix the problem that thehref
button can be jumped when the href button isdisabled
. - 🐞
Notification
: Fix the problem that multiple messages opened at different times will be closed at the same time. - 🐞
Divider
: Fix an issue with the dashed attribute of Divider. - 🐞
Menu
: Fix an issue where mouse moves into collapsed Menu reports errors. - 🐞
<pro>DataSet
: Fix the issue of export failure. - 🐞
<pro>DataSet
: Fix the problem thatselected
value will be recomputed after record state changed. - 🐞
<pro>DataSet.Transport
: Fix the problem that the verification information is not displayed when unique cooperates with Transport.validate for remote uniqueness verification. - 🐞
<pro>TextArea
: Fixed input length information display. - 🐞
<pro>Table
: Fixed render boolean problem of table filter bar. - 🐞
<pro>Table
: FixqueryBarProps
configuration priority. - 🐞
<pro>Table
: Fix the initial data status judgment of the dynamic filter bar. - 🐞
<pro>Lov
: Fix the problem that the button does not focus after closing the pop-up window in button mode. - 🐞
<pro>FormField
: Fix the problem that deleting a single value will clear all other values in the multiple and custom range mode. - 🐞
Slider
: Fix the problem that tooltip does not close inrange
mode. - 🐞
<pro>DataSet
: Fixed tree data parent-child association problem. - 🐞
<pro>DatePicker
: Fix the problem of value setting in therange
andmultiple
mode. - 🐞
<pro>DateTimePicker
: Fix the issue where theformat
property is invalid.
2021-12-02
- 🌟 Split
dataset
andshared
libraries. - 🌟
ConfigProvider
: AddedConfigProvider
component. - 🌟
hooks
: AddeduseConfig
hook. - 🌟
<pro>hooks
: AddeduseDataSet
hook. - 🌟
configure
: AddednumberFieldKeyboard
,tableColumnDefaultWidth
,tableColumnDefaultMinWidth
,tableAggregationColumnDefaultWidth
,tableAggregationColumnDefaultMinWidth
,tooltipPlacement
,lovShowSelectedInView
,showHelp
properties. - 🌟
configure
:TooltipTarget
addstext-field-disabled
input class component disabled state object. - 🌟
Tabs
: AddedtabDraggable
,tabTitleEditable
,tabCountHideable
,defaultChangeable
properties. - 🌟
<pro>DataSet.Field
:optionsProps
property supports hooks. - 🌟
<pro>SecretField
: AddedSecretField
component. - 🌟
<pro>Attachment
: AddedisPublic
property. - 🌟
<pro>Attachment.Group
: AddedAttachment.Group
component. - 🌟
<pro>NumberField
: Added thekeyboard
property to controlUP
DOWN
keyboard events. - 🌟
<pro>ModalProvider
: AddedgetContainer
property. - 🌟
<pro>IntlField
: Addedtype
property, supports multi-line input. - 🌟
<pro>Lov
: Addeddrawer
mode andviewRenderer
property. - 🌟
BarCode
: Added component of BarCode. - 🌟
<pro>Tree
: Addedfilter
property. - 🌟
Tree
: Added callback ofonDropBefore
function. - 🌟
<pro>DataSet
: Addedrecord
property. - 🌟
Transfer
: Addedsortable
andsortOperations
property. - 🌟
<pro>Transfer
: Addedsortable
、sortOperations
andoperations
property. - 🌟
<pro>Lov
: AddedshowSelectedInView
property. - 🌟
Tab
: Addedsecond-level
type. - 🌟
<pro>CodeArea
: AddedthemeSwitch
,title
properties. - 🌟
<pro>Form
: Added theshowHelp
attribute to control the display mode of the form input box help. - 🌟
<pro>FormItem
: The newlabel
method is added to theshowHelp
property, which supports the display of help information on the Label. - 💄
<pro>FormItem
: Optimize the mandatory input and colon styles in the form input box, and will not hide if it is omitted. - 💄
<pro>Modal
: Optimized that when the mouse clicks on the unmasked modal box, it will be automatically set to the top. - 💄
<pro>PerformanceTable
: Optimized header can be nested to three levels. - 💄
<pro>PerformanceTable
: Optimize the interaction and caching of the dynamic filter bar, and add theexpandButton
attribute. - 💄
<pro>Table
: Optimize the interaction and caching of the dynamic filter bar. - 💄
<pro>Table
: Optimize the command preset button, icon to text. - 💄
<pro>Output
: OptimizeForm
multiple columns,Output
and other input type component height issues. - 💄
<pro>DatePicker
: Optimizedmode
todateTime
style. - 💄
Message
: Optimizedloading
type message icon. - 🐞
<pro>DataSet
: Fix the problem of incorrect field sequence after adding new fields. - 🐞
<pro>DataSet
: Thetotal
parameter of theappendData
method is discarded. - 🐞
<pro>DataSet.Record
: Fix thegetPristineValue
method cannot correctly obtain the key value in the object type field value. - 🐞
<pro>Lov
: Fix the problem of not searching when the search box is empty inpopup
mode. - 🐞
<pro>Table
: Fix the problem of the number displayed in the selected record prompt when selecting all across pages. - 🐞
<pro>Table
: Fix the problem that locked columns under aggregate column cannot be displayed whenaggregation
is false. - 🐞
<pro>Table
: Fix the height problem that may be caused when switching the display. - 🐞
<pro>Modal
: Fix the problem that the mask of the masked modal will disappear when the modal without mask is opened. - 🐞
<pro>DatePicker
: Fix the problem that the input value is reported incorrectly inrange
mode and usingtimeZone
property. Fixed error limits formaxLength
andminLength
properties. - 🐞
<pro>Validator
: Fix the validation message is not fully formatted if no label. - 🐞
<pro>NumberField
: Fixed error limits formaxLength
andminLength
properties. And fixedUP
DOWN
keyword not working in Range mode. - 🐞
<pro>NumberField
: Fix the issue that the verification reset will not be triggered when the dynamicmax
andmin
changes. - 🐞
<pro>Lov
: Fix the data display problem when multiple selection values are echoed to the tree list. - 🐞
<pro>Lov
: Fix the problem of repeated query when theautoSelectSingle
property is turned on. - 🐞
<pro>Tree
: Fix the problem that the DataSet check method is invalid when only using the check mode. - 🐞
<pro>Attachment
: Fix the problem that thechildren
andclassName
properties has no effect. - 🐞
Tabs
: Fix the nesting style problem. - 🐞
<pro>PerformanceTable
: Fix the problem that check column disappear after the table content is updated. - 🐞
List.Item.Meta
: Fix the problem that text avatars are not displayed. - 🐞
Notification
: Fix the overlap problem when called multiple times in useEffect hook for the first time. - 🐞
<pro>Tree
: Fixed error indataset
selected records whenasync
is enabled andselectable
is set to false.
2021-10-31
- 🌟
configure
: AddeddefaultActiveFirstOption
property. - 🌟
Message
: Addedmessage.config
method parametermaxCount
. - 🌟
Notification
: Addednotification.config
method parametermaxCount
. - 🌟
Badge
: Addedcolor
,size
,title
properties. - 🌟
<pro>Table
: Added thesummaryBarFieldWidth
property to handle thesummaryBar
field width. - 🌟
<pro>Select
: Added thedefaultActiveFirstOption
property whether to highlight the first option by default. - 🌟
<pro>DataSet
: AddedcacheModified
property,cachedModified
,cachedRecords
value,clearCachedModified
,clearCachedRecords
method,query
andloadData
addedcache
parameter. - 🌟
Upload
: AddedshowFileSize
property, and optimized the component style. - 🌟
Tabs
: AddedcountRenderer
property. - 🌟
<pro>Lov
: AddedonSearchMatcherChange
property. - 🌟
Steps
: Addedtype
property. - 🌟
Steps
: AddedonChange
callback. - 🌟
Tabs
: AddedshowMore
property. - 🌟
<pro>SecretField
: AddedSecretField
component. - 🌟
ImageCrop.AvatarUploader
: RemoveminRectSize
,subTitle
properties, renamedefaultRectSize
property asrectSize
. - 💄
<pro>DataSet
: Optimize memory. Optimize tree data performance, Optimize verification performance. - 💄
RcTrigger
: Make Component be observer. - 💄
<pro>Select
: In theoptions
data source mode,searchMatcher
is supported to configure search parameters. - 💄
<pro>PerformanceTable
: Optimize the big data table drag and drop callback event. - 💄
Upload
: Optimize upper case picture suffix thumbnail display. - 💄
<pro>Attachment
: Enhanced image preview function. - 💄
<pro>Attachment
: Optimize caching logic. - 💄
<pro>Attachment
: Display a mandatory asterisk on the label. - 💄
<pro>DateTimePicker
: Optimize the time value set bydefaultTime
does not change when the range value is automatically exchanged. - 💄
<pro>Lov
: Optimized theonClick
hook of the button mode allows to prevent the modal box from popping up by calling event.preventDefault(). - 💄
<pro>Lov
: Optimize the effect of query waiting for loading in button mode. - 💄
<pro>Lov
: Optimization Inpopup
mode, add query field selection to search box. - 💄
<pro>NumberField
: Optimize the execution efficiency of the step button. - 💄
ImageCrop.AvatarUploader
: Optimize cropping and interface styles. - 🐞
<pro>Table
: Fix the problem of clearing the checked records whenselectable
is false. - 🐞
<pro>Table
: Fix the problem that the virtual cell does not enter the viewport when the verification fails or the editor is displayed through the Tab key. - 🐞
<pro>Table
: Fix column width cannot be adjusted when crossing iframe via Modal. - 🐞
<pro>Table
: Fix that the contents of the filter bar input box are not aligned. - 🐞
<pro>Table
: Fix the problem that themaxHeight
style invirtualCell
mode may cause an endless loop. - 🐞
<pro>Table.Column
: Fix that the editor property which is true does not work when there is no corresponding field. - 🐞
<pro>Table.Column
: Fix the problem that the editor cannot be dynamically switched from Select to other editors wheneditor
is true. - 🐞
<pro>Attachment
: Fix the problem that an error is reported when clicking the View Attachment button. - 🐞
<pro>Attachment
: Fix the problem of uploading unresponsive when the upload button content overflows and thetooltip
is set. - 🐞
<pro>Attachment
: Fix the issue that theaccept
attribute cannot control file selection. - 🐞
<pro>Attachment
: Fix the problem that the attachment data without a type may report an error. - 🐞
<pro>Attachment
: Fix the problem of image preview after deleting or dragging. - 🐞
<pro>DataSet.Field
: Fix the problem that the first verification of the verification properties set bydynamicProps
has no effect. - 🐞
<pro>DataSet
: Fix the issue ofappendData
total parameter update. - 🐞
<pro>Validator
: Fix the problem of incompletestepMismatch
error information. - 🐞
<pro>Output
: Fix the issue that an asterisk will be displayed when the colon is displayed. - 🐞
<pro>Modal
: Fix the problem of illegaldrawerTransitionName
causing page error. - 🐞
<pro>PerformanceTable
:Fix the problem that the merged line disappears when virtual scrolling is turned on. - 🐞
<pro>ColorPicker
:Fixed configurationclearButton
property error and pointer jump when selecting #00000 color.
2021-09-29
- 🌟
configure
: AddedtabsInkBarStyle
,customizable
,customizedSave
,customizedLoad
,tableButtonsLimit
properties, deprecatedtableCustomizedSave
,tableCustomizedSave
,tableCustomizable
,performanceTableCustomizable
,lovTableCustomizable
properties. - 🌟
Tabs
: AddedinkBarStyle
,customizable
,customizedCode
,hideOnlyGroup
properties, support ink bar style modification. - 🌟
Tabs.TabPane
: Addedtitle
,showCount
,count
,overflowCount
properties,count
property support hooks. - 🌟
Tag
: Addedgray
color. - 🌟
<pro>DataSet
: AddedchildrenField
,forceValidate
properties. - 🌟
<pro>DatePicker
: AddededitorInPopup
,defaultTime
properties. - 🌟
<pro>Dropdown
: AddedonHiddenBeforeChange
callback. - 🌟
<pro>Table
: AddsearchCode
,autoWidth
,rowBoxPlacement
,buttonsLimit
properties, optimizeTableQueryBarType.filterBar
dynamic filter bar, support saving filter conditions, deprecatedautoMaxWidth
property. - 🌟
<pro>Pagination
: AddedquickJumperPosition
property. - 💄
Tabs
: Optimized to not display whencount
is zero. - 💄
<pro>Pagination
: Optimize the display of quick jumper. - 💄
<pro>Attachment
: Optimize the display of deleting, dnd, preview and label. Optimized to delete the attachments in the wrong state as direct deletion. - 💄
<pro>TextField
: Optimized to close the animation effect when switching record in multiple mode. - 💄
<pro>Table
: Supports multiple selections by pressing shift. - 💄
<pro>Table
: Optimized that cells without editor can also display small triangles validation message. - 💄
<pro>Table
: RenameonResize
toonColumnResize
event. - 💄
<pro>Lov
: Optimize the priority oflovQueryBar
and remove the global default value oflovQueryBar
. - 💄
<pro>Lov
: During the search query cycle, the KeyDownEnter event is disabled. - 💄
<pro>Tooltip
: Optimize style alignment. - 🐞
<pro>DataSet
: Fix thecacheSelection
problem that the changed value is restored when the cached selected record is redisplayed. - 🐞
<pro>DataSet
: Fix thedirty-field
mode will ignore the primary key value when there is no field corresponding to theprimaryKey
in the field list. - 🐞
<pro>Attachment
: Fix the problem that the number and attachment list are not displayed. - 🐞
<pro>Attachment
: Fixed the problem that upload button will not shown in picture card mode with no attachments. - 🐞
<pro>TimePicker
: Fix the display problem of the minute and second selection box in the 12-hour format. - 🐞
<pro>DatePicker
: Fix display problems inisFlat
andrange
mode. - 🐞
<pro>DatePicker
: Fix the problem of value setting when therange
is object andmultiple
. - 🐞
<pro>DatePicker
: Fix the problem that thedefaultTime
does not work when entering a value. - 🐞
<pro>DatePicker
: Fix the problem that spaces cannot be entered. - 🐞
<pro>Table
: Fix the abnormal style when the last column of the personalized table is not aligned to the left. - 🐞
<pro>Table
: Fix the problem that the table column will not refresh whencustomizedCode
is changed. - 🐞
<pro>Table
: Fix the problem that row misalignment when switching the page size invirtual
mode. - 🐞
<pro>Table
: Fix the problem of editor dislocation caused byvirtualCell
. - 🐞
<pro>Table
: Fix an error rendering filter bar when the query field range property value is an array. - 🐞
<pro>Table
: Fix the display problem when the editor is SelectBox inmultiple
mode. - 🐞
<pro>Table
: Fix the problem of inaccurate column order in personalized adjustment. - 🐞
<pro>Tree
: Fix the problem that asynchronously loaded nodes cannot be displayed when the dataSet is reloaded. - 🐞
<pro>Table
: Fix the problem that professionalBar underautoHeight
property will only be collapsed after clicking More multiple times. - 🐞
Tabs
: Fix the problem of possible misalignment of ink bar. - 🐞
<pro>PerformanceTable
: Fix the problem of line highlighting error. - 🐞
<pro>Lov
: Fix the problem that the value ofalwaysShowRowBox
in the single-select mode table is incorrectly selected. - 🐞
<pro>TriggerField
: Fix the problem thatonPopupHiddenChange
sometimes does not trigger. - 🐞
<pro>Button
: Fix the problem that Tooltip will be displayed even if the content is overflow when the tooltip is overflow. - 🐞
<pro>Lov
: Fix the problem that theonClick
property ofbutton
mode has no effect. - 🐞
<pro>Lov
: Fix the problem that thenoCache
option is repeated inmultiple
mode. - 🐞
<pro>Lov
: Fix the problem that the search drop-down did not collapse after clicking the pop-up Modal. - 🐞
<pro>Lov
: Fix the problem of shaking table inpopup
mode. - 🐞
<pro>Lov
: Fix the problem that the drop-down box cannot pop up after closing the Modal insearchFieldInPopup
mode. - 🐞
<pro>TextArea
: Fix the style problem when dragging the width. - 🐞
<pro>ColorPicker
:Fix the problem that the color of the panel changes when the color is selected.
2021-09-04
- 🌟
configure
: AddedtableColumnAlign
,tooltip
,showValidation
,attachment
,selectTrigger
,lovQueryCachedSelected
,queryBarProps
,lovQueryBar
,lovQueryBarProps
properties,tooltipTheme
property supports hook type, deprecatedbuttonTooltip
,labelTooltip
,selectOptionTooltip
,tableColumnTooltip
properties. - 🌟
<pro>Rate
: AddedRate
component. - 🌟
<pro>Attachment
: AddedAttachment
component. - 🌟
<pro>Picture
: AddedPicture
component. - 🌟
<pro>Modal
: Addedpreview
method. - 🌟
<pro>DataSet.Field
: AddedbucketName
,bucketDirectory
,attachmentCount
,showCheckedStrategy
properties. - 🌟
<pro>DataSet.AttachmentFile
: AddedAttachmentFile
class. - 🌟
<pro>RichText
: Added continuous preview of pictures. - 🌟
<pro>Cascader
: Addedasync
andloadData
attributes to simplify asynchronous loading schemes. - 🌟
<pro>PerformanceTable
: Added theonCell
property and therowSpan
property of the cell to support row merging. - 🌟
Tree
: Added theoldCheckedKeys
parameter to theonCheck
callback. - 🌟
Skeleton
: Addedgrid
property to support grid space configuration. - 🌟
<pro>Form
: Added theshowValidation
attribute to control the prompting method of verification information. - 🌟
<pro>FormField
: Added theshowValidation
attribute to control the prompting method of verification information. - 🌟
<pro>FormField
: AddedprocessValue
property. - 🌟
<pro>DataSet.Field
: AddedprocessValue
property. - 🌟
DatePicker
: AddedprocessValue
property. - 🌟
<pro>Table
: AddedshowCachedSelection
,onShowCachedSelectionChange
properties. - 🌟
<pro>Table
: Added theshowRemovedRow
property to control the display and hide of temporarily removed rows. - 🌟
<pro>TriggerField
: AddedviewMode
,getPopupAlignTarget
properties. - 🌟
<pro>Select
: AddedsearchFieldInPopup
,searchFieldProps
properties. - 🌟
<pro>Lov
: AddedonBeforeSelect
property. - 🌟
<pro>PerformanceTable
: AddedrowSelection
property, built-in check column. - 🌟
<pro>PerformanceTable
: AddedrowDraggable
property to support row drag. - 🌟
<pro>PerformanceTable
: Added horizontal virtual scroll. - 🌟
<pro>Table
: AddedonResize
callback. - 🌟
Tabs
: Added TabGroup component. - 🌟
Icon
: Added a lot of icons. - 🌟
<pro>Table
: AddedautoQueryAfterReset
property to support ProfessionalBar & DynamicFilterBar to reset whether to automatically query. - 💄
<pro>Table
: The storage of the customization aggregation view is controlled by the externalaggregation
property. - 💄
<pro>Table
: Performance and memory optimization. - 💄
<pro>Pagination
: Optimize the width style of the pager. - 💄
<pro>Select
: Optimize the style of multi-select read-only options. - 💄
<pro>Tree
: Optimize the handling of DataSet related data and events when theselectable
attribute is false. - 💄
<pro>RichText
: Optimize the preview style andRichTextViewer
style. - 💄
<pro>TextField
: Optimize the display position ofshowLengthInfo
. - 💄
<pro>Trigger
: Support Fragment child. - 💄
ImageCrop
:Optimize the interface and usage. - 💄
<pro>PerformanceTable
:Unordering is supported. - 💄
<pro>FormField
: Optimize the null value judgment. - 💄
<pro>FormField
: Optimize thehidden
attribute to support hidden fields. - 🐞
configure
: Modify thetableFilterAdapter
type. - 🐞
<pro>Table
: Fix the problem that the dynamic query parameters of the professionalQuery bar do not respond in real time. - 🐞
<pro>DataSet.Field
: Optimize the data return type problem of multiple calls tofetchLookup
. - 🐞
<pro>DataSet
: Fix the issue of global parameter passing in paging. - 🐞
<pro>Table
: Fix the problem that help message is displayed in the cell which editor is CheckBox. - 🐞
<pro>TextArea
: Fix the required style in float label mode. - 🐞
<pro>Trigger
: Fix the problem that the popup is not aligned when crossing iframes in the same domain. - 🐞
<pro>Table
: Fix the problem that select all and unselect all are invalid when there are rows that are checked by default and cannot be modified. - 🐞
<pro>Table
: Fix the problem that the dynamic editor in inline editing mode cannot be displayed after being hidden. - 🐞
<pro>DatePicker
: Fix the problem of customrenderer
inrange
mode. - 🐞
<pro>PerformanceTable
: Fix the problem that the first column of the sub-column in the combined column cannot be dragged whenresizable
is set. - 🐞
<pro>PerformanceTable
: Fix an issue in rendering when there is only one column in combined column. - 🐞
<pro>PerformanceTable
: Fix the problem that the height of the personalized configuration table is invalid. - 🐞
<pro>Tree
:Fix the problem that the check box status is wrong in the stowed state. - 🐞
<pro>TreeSelect
:Fix the problem that the check box status is wrong in the stowed state. - 🐞
<pro>Select
: Fix that hover trigger has no effect in multi-select mode. - 🐞
<pro>FormField
: Fix the problem that the input box will lose focus when thevalueChangeAction
isinput
in the highlight mode. - 🐞
<pro>Lov
: Fix the problem that multiple selections cannot be made when theselectionMode
property of Table isclick
. - 🐞
<pro>Lov
: Fix the logic problem ofshowCheckedStrategy
propertySHOW_ALL
value. - 🐞
<pro>Select
: Fix the problem of rendering errors when usingprimitiveValue
andcombo
properties at the same time. - 🐞
<pro>Table
: Fix the problem that virtual cells and maximum height may cause an infinite loop. - 🐞
<pro>Table
: Fixed editor will focused on disabled cell. - 🐞
<pro>NumberField
: Fixsuffix
,prefix
attribute support, style. - 🐞
<pro>Output
: Fix the problem of invalid colon when usinguseColon
. - 🐞
<pro>Table
: Fixed an error rendering when the filter bar condition is a number of 0. - 🐞
<pro>Table
: Fix thefooter
dom position. - 🐞
<pro>Table
: Fix the invalid problem ofqueryBarProps
onReset
&onQuery
event.
2021-08-03
- 🌟
configure
: AddedperformanceTableColumnHideable
,performanceTableColumnTitleEditable
,performanceTableColumnDraggable
,performanceTableCustomizable
,tableVirtual
properties. - 🌟
<pro>Table.Column
: AddedhiddenInAggregation
property, addedaggregation
parameter to thecommand
hook. - 🌟
<pro>PerformanceTable
: Added personalization features, includingcustomizedCode
,customizable
,columnDraggable
,columnTitleEditable
,columnsDragRender
properties. - 💄
<pro>DataSet
: Memory optimization. - 💄
<pro>Select
: Memory optimization. - 💄
<pro>Table
: Performance and memory optimization. - 💄
<pro>Table
: Optimize the performance and logic of adjusting column width. - 💄
<pro>SelectBox
: Adjust the default value ofcheckValueOnOptionsChange
to false. - 💄
<pro>SelectBox
: Optimize the label content overflow tooltip. - 💄
<pro>Trigger
: Support traversing iframes in the same domain. - 💄
<pro>Table
: Optimize the interaction of the dynamic filter bar style. - 💄
<pro>PerformanceTable
: Optimize the interaction of the dynamic filter bar style. - 🐞 Fix the circular dependency problem.
- 🐞
<pro>DataSet
: Fix the problem of page forwarding when the number of newly created records is greater than the number of pages. - 🐞
<pro>Table
: Fix the problem that the columntooltip
cannot be closed when the cell is destroyed. - 🐞
<pro>Table
: Fix the style problem of locked column footer on the right. - 🐞
<pro>Table
: FixvirtualCell
not working. - 🐞
<pro>Table
: Fix the problem that drag and drop rows report error whenvirtualCell
is set. - 🐞
<pro>Table
: Fix the problem that the cells are not displayed whenvirtualCell
is set to true andshowHeader
is set to false. - 🐞
<pro>Table
: Fix the rendering format problem ofdateTime
type column. - 🐞
<pro>Table
: Fix the problem that array typedrange
property reports errors in columns. - 🐞
<pro>Table
: Fix the problem thatmaxHeight
andminHeight
ofstyle
property may cause the column to not fill up. - 🐞
<pro>FormField
: Fix the problem of not rendering when therenderer
returns a number. - 🐞
<pro>SelectBox
: Fix the set value problem with data source binding. - 🐞
<pro>PerformanceTable
: Fix an issue that sets the auto height scrollbar to mask content. - 🐞
<pro>Lov
: Fix the problem that there is no animation in the pop-up window. - 🐞
<pro>DataSet.Record
: Fix the problem of missing data in write-back. - 🐞
<pro>PerformanceTable
: Fix an issue that the flexGrow is not updated after the column width changes. - 🐞
<pro>PerformanceTable
: Fixed the problem that the dynamic adjustment column lacks scroll wheel monitoring and the fixed column is invalid. - 🐞
<pro>CodeArea
: Fix float label style.
2021-07-21
- 🌟
configure
: AddedtableVirtualCell
,formatter.timeZone
properties. - 🌟
<pro>DataSet
: AddedselectionStrategy
property,selectionStrategy
,treeSelected
values,treeSelect
,treeUnSelect
methods. - 🌟
<pro>Lov
: AddedshowCheckedStrategy
property. - 🌟
<pro>DatePicker
: AddedtimeZone
property. - 🌟
<pro>Tooltip
: Added singleton mode, addedshow
andhide
static methods. - 🌟
<pro>DataSet
: dataToJSON addsdirty-field
,dirty-field-self
types. - 🌟
<pro>DataSet.Field
: Addedjson
type. - 🌟
<pro>DataSet
: Added thecombineSort
property to support the parameter passing of combined column sorting. - 🌟
<pro>Table
: Fix the effect of local export in large data volume. - 🌟
<pro>Select
:selectAllButton
added hook type to support custom buttons. - 🌟
<pro>PerformanceTable
: AddedqueryBar
,toolbar
attributes to support query bar and toolbar. - 🌟
<pro>Table
: AddedshowHeader
property. - 💄
<pro>Modal
: Support traversing iframes in the same domain. - 💄
<pro>DataSet
: Theall
value of thedataToJSON
property will verify all records. - 💄
<pro>DataSet
: Optimize theaddField
method to automatically create the Field corresponding to the existing Record. - 💄
<pro>Radio
: Optimize the label content overflow tooltip. - 💄
<pro>Table
: Optimize the performance. - 💄
<pro>Table
: Optimize dynamic search bar style interaction. - 💄
<pro>NumberField
: Compatible with mobile events. - 💄
Progress
: Optimize animation performance. - 💄
<pro>Table.Column
: Optimized currency type columns are aligned to the right by default. - 💄
<pro>Output
: Optimize the display of number and currency, Optimize the display of empty values. - 💄
<pro>DataSet.Record
: In the absence of a field, the addField method will process the existing value of the field. - 💄
<pro>NumberField
: Removesuffix
,prefix
attribute support. - 🐞
<pro>Table
: Correct the calculation logic ofmaxHeight
andminHeight
. - 🐞
<pro>Pagination
: Fix the problem that the pagination option exceeds the default maximum of 100 pagination when the maximum pagination is not set. - 🐞
<pro>IconPicker
: Fix the problem that the pop-up window cannot be closed when the pagination button is clicked and the button is disabled. - 🐞
<pro>Table
: Fix the issue that under the peacock blue theme, when the editor of the Column is function, after entering the editing mode and clicking exit, the width of the component in the editing mode will be incorrect next time. - 🐞
<pro>Table
: Fix the problem that editing cannot be cancelled when editing in-line. - 🐞
<pro>PerformanceTable
: Fix scroll bar events. - 🐞
<pro>PerformanceTable
: Fix the problem of invalid clicks in the table. - 🐞
<pro>Form
: Fix the problem that thedataSet
property of nested forms does not work. - 🐞
<pro>Select
: Fix the problem that the custom pop-up window may not be closed. - 🐞
<pro>TextField
: Fix the value rendered by the renderer cannot be displayed in the disabled state. - 🐞
<pro>Table
: Fixed an error when double-clicking to adjust the column width with "." in the name.
2021-06-28
- 🌟
configure
: AddedperformanceEnabled
,onPerformance
,tooltipTheme
,validationTooltipTheme
properties. - 🌟
Tooltip
: Addedtheme
property. - 🌟
<pro>Button
: Addedblock
property, Addedlink
type forfuncType
. - 🌟
<pro>Table.Column
: Addedaggregation
parameter intoheader
andrenderer
hooks. - 🌟
<pro>TriggerField
: AddedtabIntoPopupContent
property,popupContent
hook addedsetValue
andsetPopup
parameters. - 🌟
<pro>Select
:popupContent
hook addscontent
dataSet
textField
valueField
setValue
andsetPopup
parameters. - 🌟
<pro>Table
:AddedqueryBarProps
,showSelectionCachedButton
properties. - 🌟
<pro>TreeSelect
: AddedshowCheckedStrategy
property, when configuringtreeCheckable
, define the way of backfilling selected items. - 🌟
<pro>PerformanceTable
:Added click row highlight attribute. - 🌟
<pro>DataSet.Record
: Theget
method supports the field name array parameter. - 💄
<pro>PerformanceTable
: Compatible with dragging the column width on the mobile terminal. - 💄
<pro>Table.Column
: Optimize the command buttons of the aggregate column be aligned in vertical. - 💄
<pro>DataSet.Field
: Each language field created by intl typed Field supportstransformResponse
andtransformRequest
properties. - 💄
<pro>DataSet.Field
: Optimize the field bounded will also trigger verification due to the value change of it's bound field. - 🐞
<pro>DataSet.Field
: Fix the problem whendynamicProps
is called recursively. - 🐞
<pro>TextField
: Fix the problem that Tooltip cannot be displayed when there isaddonBefore
,addonAfter
orhelp
. - 🐞
Menu
:Fix menu event reporting error. - 🐞
<pro>TextField
: Fix the problem that the floating label and the rendered value overlap when the null value is rendered to a non empty text. - 🐞
<pro>TriggerField
: Fix the problem that the input box in popupContent cannot be focused, and fix the problem that the scroll bar of the multi-select mode drop-down box cannot be dragged under IE. - 🐞
<pro>DataSet.Record
: Fix chain binding problem ininit
andgetPristineValue
method. - 🐞
Dropdown
: Fix the problem that overlayProps is undefined when typeof overlay is func. - 🐞
<pro>Table.Column
: Fix the issue thatdynamicProps.label
has no effect on column header. - 🐞
<pro>Button
: Fix style issue. - 🐞
<pro>DataSet
: Fix the problem that the bound field is empty when the object type field is converted to a string value using transformRequest. - 🐞
<pro>Modal
: Fix the problem that the width style is invalid when autoCenter is turned on, which affects the drawer and full screen mode. - 🐞
<pro>Table
:Fix the hover penetration problem of frozen columns. - 🐞
<pro>Table
:Fix export problems and optimize local export. - 🐞
<pro>PerformanceTable
: Fix the scroll bar exception caused by rendering asynchronous under virtual scrolling. - 🐞
<pro>PerformanceTable
: Fix the issue that the mobile terminal is stuck when scrolling. - 🐞
<pro>Screening
:Fix the display problem when the dataSet has no initial value.
2021-06-11
- 🌟
configure
: AddedbuttonTooltip
,selectOptionTooltip
,labelTooltip
,showLengthInfo
,showInvalidDate
,showRequiredColorsOnlyEmpty
,highlightRenderer
,tableColumnEditorBorder
,currencyFormatter
,currencyFormatterOptions
properties, deprecatedexcludeUseColonTagList
property. - 🌟
<pro>Select
: AddedoptionTooltip
property. - 🌟
<pro>Form.Item
: Added Item component. - 🌟
<pro>Form
: AddedlabelTooltip
,fieldHighlightRenderer
,layout
properties, deprecatedexcludeUseColonTagList
property. - 🌟
<pro>FormField
: AddedlabelTooltip
,highlightRenderer
,useColon
properties. - 🌟
<pro>Button
: Addedtooltip
property. - 🌟
<pro>DataSet
: AddedsetAllPageSelection
,getQueryParameter
,getValidationErrors
methods andisAllPageSelection
,unSelected
,currentUnSelected
values. - 🌟
<pro>DataSet.Record
: AddedgetValidationErrors
method. - 🌟
<pro>DataSet.Field
: AddedcomputedProps
,highlight
properties, deprecateddynamicProps
property. - 🌟
<pro>Table
: AddedshowAllPageSelectionButton
,aggregation
,onAggregationChange
,cellHighlightRenderer
,columnEditorBorder
properties. - 🌟
<pro>Table.Column
: Addedaggregation
,aggregationLimit
,aggregationDefaultExpandedKeys
,aggregationDefaultExpandAll
,highlightRenderer
properties. - 🌟
<pro>TextField
: AddedshowLengthInfo
property. - 💄
<pro>DataSet
: Optimize theappendData
method to not be affected by paging. - 💄
<pro>DataSet.Field
: Optimize some problems of chain binding. - 💄
<pro>Select.Option
: Support ReactFragment nesting. - 💄
<pro>Table.Column
: Support ReactFragment nesting. - 💄
<pro>Form
: Support ReactFragment nested child elements. - 💄
Tooltip
: Thetitle
andoverlay
attributes support hook functions. - 💄
Dropdown
: Theoverlay
property supports hook functions. - 💄
Popover
: Thetitle
andcontent
attributes support hook functions. - 💄
Popconfirm
: Thetitle
attribute supports hook functions. - 💄
<pro>Select.Option
: Attributes such asclassName
andstyle
can be passed to the drop-down menu item. - 💄
<pro>NumberField
: Optimized the processing of clicking the stepper when there is no value. - 💄
<pro>Tooltip
: Thetitle
andoverlay
attributes support hook functions. - 💄
<pro>Dropdown
: Theoverlay
property supports hook functions. - 💄
<pro>Table
: Optimize the performance. - 💄
<pro>Table
: Support maxHeight and minHeight style attributes. - 💄
<pro>Tree
: Optimized and extend the showLine attribute. - 💄
<pro>Form
: Optimized the display timing of the floating label label. - 💄
<pro>TextField
: Optimized theclearButton
rendering interaction. - 💄
<pro>Modal
:footer
add callback parameters. - 💄
<pro>TextField
: Optimized the label rendering logic inrange
mode. - 💄
<pro>TextField
: Modify theautoComplete
attribute type tostring
. - 💄
<pro>TextField
:restrict
property supports regular type. - 💄
<pro>NumberField
: Optimize theprecision
property to convert the number of decimal places. - 🐞
<pro>Table.Column
: Fix the problem that elements in the editor addonBefore and addonAfter cannot get focus. - 🐞
<pro>Table
: Fix the problem of inaccurate mouse batch selection records. - 🐞
<pro>DataSet
: Fix the problem that the bound field will not submit a null value when clearing the value of the object type field. - 🐞
Responsive
:Fix the problem that other components cannot trigger a response after one of these components is come to be disabled or destroyed. - 🐞
Select
:Fix the issue that select all fails in OptGroup mode. - 🐞
<pro>Modal
: Fix thekeyboardClosable
property has no effect when there is no cancel button. - 🐞
<pro>Modal
: Fix some abnormal behaviors of Modal which not provided by ModalProvider. - 🐞
<pro>DataSet
:Fix the problem that the state of the dataSet is incorrectly modified after submission when only deleted and dataToJSON is selected. - 🐞
<pro>Table
: Fix the positioning problem of the editor when the current record of the DataSet changes. - 🐞
<pro>RichText
:Fix the editor onBlur event. - 🐞
<pro>FormField
: Fix the issue of invalid ref attribute. - 🐞
<pro>Select.Option
: Fix the rendering problem when children are ReactNode. - 🐞
<pro>Table
:FixparityRow
expansion row rendering problem. - 🐞
<pro>Table
: Fix the problem of an infinite loop caused by empty value of idField in tree paging data. - 🐞
<pro>Paginition
:Fix the rendering problem of page turning button without data. - 🐞
<pro>Select
: Fix the problem that the prompt cannot be displayed correctly when the Select is wrapped by the Tooltip in the multi-select mode. - 🐞
<pro>ColorPicker
: Fix the problem that the display cannot be restored to the initial state correctly after reset is used after clicking the horizontal color selector at the bottom when the DataSet is used. - 🐞
<pro>DatePicker
: Fix the problem that the selected date in the multi-select mode reports an error. - 🐞
<pro>TextField
: Fix null rendering inmultiple
mode. - 🐞
<pro>DatePicker
: Fix the problem that the calendar will pop up when the clear button is clicked and cannot be closed. - 🐞
<pro>Button
: Fix the problem of focus error after asynchronous waiting. - 🐞
<pro>Lov
: Fix the problem thatautoSelectSingle
cannot pop up a single data. - 🐞
<pro>Lov
: Fix the problem of data processing error when the table propertyselectionMode
isclick
inmultiple
mode. - 🐞
<pro>Table
: Fix queryBar multilingual field rendering problem. - 🐞
<pro>PerformanceTable
: Fix column cannot be sorted in ColumnGroup.
2021-05-11
- 🌟
configure
: AddedlovTableCustomizable
,lovAutoSelectSingle
,tableColumnOnCell
properties. - 🌟
<pro>Modal
: AddedcloseOnLocationChange
property. - 🌟
<pro>Table
: Added height settings for customization. - 🌟
<pro>Lov
: AddedautoSelectSingle
property, click to query when there is only one piece of data, it will be automatically selected and the window will not pop up. - 🌟
<pro>Table
:Optimize the direction of data during the deletion process after the autoLocateAfterRemove property is turned on. - 🌟
<pro>NumberField
:Set default values formax
andmin
attributes. - 💄
<pro>Table
: Height style supports calc attribute. - 💄
<pro>Table
: Optimized professionalBar Expand CollapseautoHeight
does not respond to the problem. - 💄
<pro>Select
: Optimized the issue of pop-up drop-down automatically when clicking to clear. - 💄
<pro>Form
: Optimized tooltip help floating layer priority. - 🐞
<pro>Table
: Fix the problem of constantly shaking. - 🐞
<pro>Field
: Fixed getText getting object value error. - 🐞
<pro>Select
: Fixed that when the value type is object, select all and reverse the wrong assignment. - 🐞
<pro>TextField
: Fixed a conflict in the title display of the form when the title of the form is float and the field is range. - 🐞
<pro>DataSet
:Fixed the invalid verification of the newly created defaultValue object. - 🐞
<pro>FormField
: Fix the problem that the value will not be verified when the value is not changed. - 🐞
<pro>Modal
: Fix some abnormal behaviors of Modal which not provided by ModalProvider. - 🐞
<pro>IntlField
: Fixed themaxLengths
attribute, the length language is not set separately and follows the field attribute configuration. - 🐞
<pro>DataSet
: Fix the problem that if the create method passes the field value with the bind attribute and the target field has a default value, the target field will directly take the default value. - 🐞
<pro>Table
:Fix customizable TS type error. - 🐞
<pro>DatePicker
: Fix the problem that the endDate date will trigger two updates when startDate and endDate are related to each other by min and max.
2021-04-18
- 🌟
configure
: AddedselectPagingOptionContent
,selectSearchable
properties. - 🌟
<pro>DataSet
: AddedsetState
,getState
,modifiedCheck
methods. - 🌟
<pro>Paginition
: AddedmaxPageSize
,pageSizeEditable
properties. - 🌟
<pro>FormField
: AddedonBeforeChange
hook. - 🌟
<pro>Select
: AddedpagingOptionContent
property. - 🌟
<pro>DatePicker
: Addedmode
parameter to the propertyfilter
. - 🌟
<pro>Table
: Added ProfessionalBardefaultExpanded
property. - 🌟
<pro>Table
: AddedtreeQueryExpanded
tree structure QueryBar queries automatically trigger expansion tree structure. - 💄
<pro>Table
: Optimize the performance of editors. - 💄
<pro>Table
: Optimize virtual scrolling performance. - 💄
<pro>Table
: Optimize the border style issue. - 💄
<pro>Table
: Optimize ProfessionalBar The query field of type boolean is displayed as a checkBox by default. - 💄
Popover
: Optimized if the trigger is click. When selecting the Select component in the pop-up window, you don't need to set getPopupContainer to prevent the pop-up window from closing. - 💄
<pro>Trigger
: Optimize the getContainer method. - 💄
<pro>Select
: Optimize the search style in read-only mode. - 🐞
<pro>DatePicker
: Fix the incorrect restriction ofmaxLength
andminLength
. - 🐞
<pro>NumberField
: Fix the incorrect restriction ofmaxLength
andminLength
. - 🐞
<pro>DataSet.Field
: Fix the incorrect restriction ofmaxLength
andminLength
on date and number types. - 🐞
<pro>DataSet.Field
: Fix the issue of freezing when dynamicProps.lovPara and cascadeMap are used at the same time. - 🐞
<pro>Table
: Fix the problem that the input number will not be displayed in a new line when rowHeight:auto. - 🐞
<pro>Tooltip
: Fix the problem that the position is offset when it is displayed for the first time.
2021-04-09
- 🌟
<pro>LovConfig
: AddedtableProps
,dataSetProps
configuration. - 🌟
configure
: AddedtableCustomizable
,tableColumnTooltip
,drawerSectionBorder
,tableShowSelectionTips
,drawerTransitionName
properties. - 🌟
<pro>Table
: Added a prompt for selected records under table. - 🌟
<pro>Table
: AddedclientExportQuantity
to configure the number of export queries. - 🌟
<pro>Cascader
: Addedsearchable
,searchMatcher
properties to searchable the options; - 🌟
<pro>Table
: Addedcustomizable
,virtualCell
,showSelectionTips
properties. - 🌟
<pro>DataSet.Field
: Addedprecision
,numberGrouping
,optionsProps
properties. - 🌟
<pro>NumberField
: Addedprecision
,numberGrouping
properties. - 🌟
<pro>TextArea
: AddedonResize
hook. - 🌟
<pro>PerformanceTable
: Added demo combined withDataSet
. - 🌟
<pro>Modal
: Added thedrawerBorder
property, which is controlled separately from the modalborder
property. - 🌟
<pro>Table
: Added thevirtualRowHeight
property to configure the virtual scroll height. - 💄
<pro>Table
: Optimize the performance of editors. - 💄
<pro>Table
: When the editor is TextArea, the line height can be adjusted with the TextArea resizing. - 💄
<pro>Table
: Optimize the implementation and performance of frozen columns. - 💄
<pro>PerformanceTable
: Optimized style, loading bar. - 💄
<pro>TextField
: Optimized the inability to copy selected values when therange
is configured in thedisabled
state. - 💄
<pro>Lov
: DeprecatedlovEvents
attribute. - 💄
<pro>Lov
: Increase the priority ofsearchable
attribute when value is false. - 🐞
<pro>TextField
: Fixed therenderer
style error. - 🐞
<pro>DatePicker
: Fixed DatePicker filter footer location current date cannot be filtered. - 🐞
<pro>DatePicker
: Fixed the DatePicker year render blank. - 🐞
<pro>FormField
: Fixed the range number change position error when the value is 0. - 🐞
<pro>Tooltip
: Fixed style priority. - 🐞
<pro>PerformanceTable
: Fixed the big data table problem. - 🐞
<pro>Table
: Fixed theautoHeight
calculation. - 🐞
<pro>FormField
: Fix the problem that the defaultValue value will be cleaned up on state change. - 🐞
<pro>Table
: Fixed the problem that editor will not auto scroll into view in virtual mode. - 🐞
<pro>Table
: Fixed theautoHeight
calculation. - 🐞
<pro>Table
: Fixed table virtual scrolling combined with automatic height table overflow. - 🐞
<pro>Table
: Fixed the problem that table will auto focused when updated. - 🐞
<pro>Output
:Fixed the issue that the rendered text is empty when the lookup's display value is the number 0. - 🐞
<pro>DataSet.Field
: Fix the problem thatdynamicProps
may report errors.
2021-03-18
- 🌟
configure
: AddedtableColumnTitleEditable
,tableColumnHideable
,tableColumnDraggable
,tableRowDraggable
,tableCustomizedSave
,tableCustomizedLoad
,modalMaskClosable
global properties, and deprecatedtableDragColumn
,tableDragRow
,lovTriggerMode
properties. - 🌟
<pro>Table
: Added table personalization features, includingcustomizedCode
,customizedType
,columnTitleEditable
,columnHideable
,columnDraggable
,rowDraggable
attributes, deprecatedcolumnsMergeCoverage
,columnsOnChange
,columnsEditType
,dragColumn
,dragRow
attributes, and Column addedtitleEditable
attributes. - 🐞
<pro>Table
: Fixed the border style issue. - 🐞
<pro>Select
: Fixed that when searchable, the clear button will trigger onChange twice. - 🐞
<pro>Record
: Fixed the problem that the reset method cannot restore the recording state. - 🐞
<pro>NumberField
: Fixed the problem that long-pressing the increase or decrease value button fails to stop when the verification fails. - 🐞
<pro>Form
: Fixed the placeholder in each mode of the form to be filled with label value.
2021-03-12
- 🌟
<pro>Select
: Added option paging function. - 🌟
<pro>Lov
: AddedsearchAction
&fetchSingle
properties. - 💄
configure
: Extend thedefaultRenderEmpty
property to support theOutput
. - 💄
<pro>Modal
: ExtendmaskClosable
: true / false / click / dblclick. - 💄
<pro>Form
: OptimizedlabelLayout
as placeholder, the configured placeholder value can be displayed when focusing. - 💄
<pro>Select
: Optimized the search icon when searching and the unselectable value appears to be deleted when multiple selection is reversed. - 💄
<pro>TextArea
: Optimized minimum drag height to prevent text from being obscured. - 💄
<pro>Lov
: Deleted thetriggerMode
API, and optimized to double-click to trigger the pop-up window. - 💄
<pro>Lov
: OptimizedtableProps
to support lov Tablecolumns
attribute merging. - 🐞
<pro>Field
: Fixed the invalid configuration of somedynamicProps
. - 🐞
<pro>Lov
: Fixed the problem that the value of button mode is invalid. - 🐞
<pro>Lov
: Fixed the problem that the query page jumps after selecting a certain page in the default value. - 🐞
<pro>Tootip
: Fixed the component reporting error when children is undefined。 - 🐞
<pro>Select
: Fixed the error when thesearchMatcher
default configuration gets thetextField
may be empty.
2021-03-02
- 🌟
configure
: AddedtableParityRow
global configuration. - 🌟
<pro>TreeSelect
: Added TreeSelect component. - 🌟
<pro>Select
: AddedselectAllButton
property. - 🌟
<pro>SelectBox
: implement theoptionsFilter
searchable
properties. - 🌟
<pro>TextField
: AddedvalueChangeAction
,wait
,waitType
properties. - 🌟
<pro>Form
:labelWidth
addedauto
value. - 🌟
<pro>Table
: AddedHTML title
to the column header when thetooltip
attribute exists incolumn
. - 🌟
<pro>AutoComplete
: Addedmatcher
property. - 🌟
<pro>LocaleContext
: AddedsetNumberFormatLanguage
method. - 🌟
<pro>Tree
: Addedasync
attribute to simplify asynchronous loading scheme. - 🌟
<pro>Table
: AddedtreeAsync
andtreeLoadData
properties to simplify the asynchronous loading scheme. - 🌟
<pro>Table
: AddedparityRow
rowNumber
properties. - 💄 Optimized the export of TS enumeration types.
- 💄
<pro>Table
: Optimize performance and fix the problem that the editor cannot be displayed in virtual scrolling. - 💄
<pro>DataSet
: Optimized performance. - 💄
<pro>Trigger
: Optimized the performance. - 💄
<pro>Tree
: Optimized the performance. - 💄
<pro>Modal
: Optimized the style offullscreen
display anddrawer
whenfooter
is null. - 💄
<pro>Table
: Optimized the row style to ensure vertical centering. - 💄
<pro>Table
: The query field of boolean type is displayed asSelect
by default. - 💄
<pro>Table
: Optimized performance, the current row will not be changed when the row selection box is operated. - 💄
<pro>IntlField
: Optimized the value display form of intl disabled and readOnly. - 💄
<pro>Table
: Optimized the performance when row and column drag is not turned on. - 💄
<pro>Table
: Optimized the performance of locking column synchronization row height during automatic row height. - 💄
<pro>Table
: Extend thehighLightRow
property to support independent interaction offocus
andclick
. - 🐞
Collapse
: Fixed the issue thatexpandIconPosition
is invalid. - 🐞
<pro>Table
: Fixed the problem that the total height of the virtual scroll is incorrect when there are temporarily removed records. - 🐞
<pro>Table
: Fixed the problem that the select all button is invalid when the selected records are displayed in other pages. - 🐞
<pro>Table
: Fixed the problem that the width of the last column cannot be adjusted. - 🐞
<pro>Table
: Fixed the problem that the column width cannot be adjusted by dragging the column. - 🐞
<pro>Table
: Fixed the multilingual problem of the filter bar. - 🐞
<pro>Table
: Fixed the overflowX calculation problem that may occur inModal
. - 🐞
<pro>FormField
: Fixed incorrect application ofdefaultValidationMessages
during dataSet binding. - 🐞
<pro>Field
: Fixed the wrong return object rendering when switching data sources. - 🐞
<pro>DataSet
: Fixed the problem that the previous data is still used in some cases such as lookupData after dynamically setting lovPara. - 🐞
<pro>Currency
: Fix the problem that currency cannot be formatted according to the locale.
2021-02-02
- 🌟
configure
: AddedselectReverse
tableAutoHeightDiff
global configuration. - 🌟
<pro>Select
: Addedreverse
attribute to control whether multiple selection can be reversed. - 🌟
<pro>Modal
: Addedheader
,drawerOffset
,okButton
,cancelButton
,contentStyle
,bodyStyle
attributes. - 🌟
<pro>DataSet
: AddedbeforeRemove
event. - 🌟
<pro>DataSet
: AddedvalidateBeforeQuery
property. - 🌟
<pro>DataSet
: Addedparams
parameter toquery
method. - 🌟
<pro>DataSet.Field
: AddedlookupBatchAxiosConfig
property. - 💄
Collapse
: Optimized icon style. - 💄
<pro>DataSet
: Optimized placeholder priority. - 💄
<pro>Select
: Optimized the situation where the corresponding value is not found in the data source, and it is directly displayed empty. Now the return value is displayed. - 💄
<pro>Select
: Optimized the display of multi-choice value for onOption disabled configuration. - 💄
<pro>Table.Column
: Optimize the performance when the tooltip is overflow. - 💄
<pro>Modal
: Optimize the behavior of close button and cancel button to be consistent. - 💄
<pro>Table
: Optimize the performance ofautoMaxWidth
. - 💄
<pro>DataSet
: TheconfirmMessage
parameter ofdelete
anddeleteAll
can be set to false to suppress the prompt box. - 💄
<pro>Table
: Optimize the performance of tree expand and collapse. - 🐞
<pro>Table
: Fixed the interaction problem of filterBar. - 🐞
<pro>Table
: Fixed the drag bar cannot be out of focus. - 🐞
<pro>DataSet
: Fixed to delete only the modified data status after submission. - 🐞
<pro>Lov
: Fixed the priority of themodalProps
property of the pop-up window. - 🐞
<pro>Lov
: Fixed the priority of tablequeryBar
attribute in the pop-up window. - 🐞
<pro>Lov
: Fixed the issue that confirming the change is invalid after unchecking the value. - 🐞
<pro>Table
: Fixed the problem thatsummaryBar
does not render when buttons do not exist. - 🐞
<pro>Record
: Fixed the error of submitting data caused by incorrectvalidate
parameter passing. - 🐞
<pro>Pagination
: Fixed page number undefined quick jump error. - 🐞
<pro>Pagination
: Fixed the issue thatmodifiedCheckMessage
is invalid when the page number is switched. - 🐞
<pro>Modal
: Fixed the display problem when multiple Modal are opened simultaneously in multiple ModalProviders. - 🐞
<pro>Form
: Fixed the problem that the form control values are not cleared when clearing the dataset. - 🐞
<pro>DataSet.Field
: Fixed the problem that the defaultValue property of dynamicProps does not take effect. - 🐞
<pro>DataSet
: Fixed the problem in splice method. - 🐞
<pro>DataSet
: Fixed the problem of querying parent cascade records for deep cascade records. - 🐞
<pro>DataSet
: When the Boolean value type is not set, it will be set to false by default. - 🐞
<pro>DataSet.Record
: Fixed the problem that thegetCascadeRecords
method may have an endless loop. - 🐞
<pro>DataSet.Record
: Optimized isExpanded attribute controlled. - 🐞
<pro>Validator
: Fixed the problem of passing value by combining unique validation object type fields.
2021-01-10
- 🌟
configure
: AddedmodalAutoCenter
,modalKeyboard
,tableKeyboard
,tableFilterAdapter
,tableFilterSuffix
,tableFilterSearchText
global configuration. - 🌟
Tabs
: Addedkeyboard
property. - 🌟
<pro>Select
: AddednoCache
property. - 🌟
<pro>Table
: AddedfilterBar
. - 🌟
<pro>Table
: Added more keyboard shortcuts. - 🌟
<pro>CodeArea
: AddededitorDidMount
property. - 🌟
<pro>Cascader
: AddedonChoose
,onUnChoose
property. - 🌟
<pro>Modal
: AddedautoCenter
property to control the center display of modal. - 🌟
<pro>Modal
: Addedkeyboard
attribute to control keyboard esc to close. - 🌟
<pro>Cascader
: AddedchangeOnSelect
property could select parent node. - 🌟
<pro>DatePicker
:AddedrenderExtraFooter
,extraFooterPlacement
property. - 💄
configure
: OptimizedlookupCache
property. - 💄
<pro>DataSet
: Optimized getText property. - 💄
<pro>Cascader
: Optimized the not found display of results. - 💄
<pro>Select
: Optimization option disabled state rendering problem. - 💄
<pro>Table
: Optimized the width and style of virtual scroll fixed column. - 💄
<pro>DatePicker
: Optimized the time selection operation of dateTimePicker in datePicker. - 🐞
Tabs
: Fixed Tab can't scroll when in min width screen. - 🐞
message
: Fixed the error node insertion error of Pro Feedback component request error caused by message. - 🐞
<pro>CheckBox
: Fixed CheckBox controlled usage problem. - 🐞
<pro>Lov
: Fixed the problem that the bind field cannot be assigned beforehand. - 🐞
<pro>Output
: Fixed the problem that the value 0 renders empty. - 🐞
<pro>Output
: Fixed the value set rendering problem when the field type isnumber
. - 🐞
<pro>Table
: Fixed the problem of multi-field conflict in multipleLine mode. - 🐞
<pro>Table
: Fixed the problem of automatically triggering OnExpand when clicking query in tree mode. - 🐞
<pro>Table
: Fixed the misalignment problem of the low resolution of Table head under autoHeight. - 🐞
<pro>Table
: Fixed the problem that a small part of the label position is misaligned in the case ofuseColon
. - 🐞
<pro>FormField
: Fixed the problem of verifying label rendering. - 🐞
<pro>FormField
: Fixed the problem of multiple verification prompts in multiple selections. - 🐞
<pro>DatePicker
: In the case of range, it is fixed to clear the abnormal setting. - 🐞
<pro>PerformanceTable
: Fixed the problem of incorrect calculation of scroll height inModal
. - 🐞
<pro>Tooltip
: Fixed the problem that the arrow may not be aligned with the center of the target in the bottom top case.
2020-12-09
- 🌟
<pro>NumberField
: AddedlongPressPuls
to control NumberField long press accumulation. - 🌟
<pro>Output
: Addedcurrency
property. - 🌟
<pro>Lov
: AddedpopupContent
callback property to handle custom query drop-down event interaction. - 🌟
<pro>Table
: AddedautoFootHeight
property to control separate processing of column footer. - 💄 Optimized interface export type and enum.
- 💄
<pro>Cascader
: Optimized multiple selection style - 💄
<pro>Cascader
: Optimized Single-select and repeat-select logic. - 💄
<pro>Table
: OptimizedProfessionalBar
query input conditions and press Enter to trigger the query. - 🐞
<pro>Tooltip
: Fixed an issue where content could not be copied. - 🐞
<pro>Table
: Fixed the problem that Tabletooltip
cannot pop up automatically. - 🐞
<pro>Table
: Fixed Table settingautoHeight
tomaxHeight
height calculation problem. - 🐞
<pro>SelectBox
: Fixed the invalid problem ofoptionRenderer
attribute.
2020-11-24
- 🌟
configure
: AddedtableAutoFocus
global configuration. - 🌟
<pro>Lov
: AddedlovEvents
property to handle lovDataSet
events. - 🌟
<pro>Select
: The multi-select mode adds the inverse selection function. - 🌟
<pro>Table
: AddedexpandIconAsCell
property to control whether the expanded icon occupies a column. - 🌟
<pro>Table
: Added newautoFocus
attribute controls whether the new line automatically gets focus to the first editable field. - 🌟
<pro>PerformanceTable
: AddedshowScrollArrow
andclickScrollLength
properties to control whether the scroll bar displays arrow clicks. - 💄
<pro>TextField
: Optimize the display ofplaceholder
beyond the width. - 💄
<pro>Lov
: Optimized the lovtableProps
property to be compatible withonRow
. - 💄
<pro>Table
: Optimized rendering occupancy issue whenlabel
does not exist. - 💄
<pro>FormField
: Optimized when the value is multi-selection, error messages can also be displayed aftervalidator
is configured. - 🐞
Collapse
: FixedcollapseExpandIcon
global attribute support. - 🐞
TreeSelect
: Fixed the console error caused by the TreeSelect value being undefined. - 🐞
Modal
: Fixed the wrong position of the Modal close button. - 🐞
<Pro>Field
: FixedfetchLookup
lookupData update error. - 🐞
<pro>Table
: Fixed the list misalignment problem when the automatic height of Table is set tomaxHeight
.
2020-11-01
- 🌟
<pro>IconPicker
: AddedcustomFontName
props and related configuration. - 🌟
<pro>Table
: AddedsummaryBar
,summaryFieldsLimit
properties, and support header summary bars. - 💄
<pro>Modal
: Optimizedheader
style. - 💄
<pro>TextField
: Optimized that the input box under IE contains thereadOnly
attribute, causing the keyboard BackSpace page to fall back. - 🐞
<pro>Tree
: Fixed the problem of misalignment of Tree text. - 🐞
<pro>Button
: Fixed button link style problem. - 🐞
<pro>DataSet
: Fixed the problem that cached data cannot be deleted. - 🐞
<pro>Table
: FixedautoHeight
type:maxHeight height problem. - 🐞
<pro>Table
: Fixed the problem that clicking clearButton directly after table filterBar input fails. - 🐞
<pro>Table
: Fixed the problem of invalid automatic positioning of new rows in table header processing. - 🐞
<pro>Table
: Fixed the problem with tree table auto folding when the row is expanded in scrollbar appeared. - 🐞
<pro>Select
: Fixed the Select incombo
mode can't create options when use chinese input method. - 🐞
<pro>Table
: Fixed table grouped columns resize, if resize the single column after grouped columns, would has wrong width. - 🐞
<pro>Table
: Fixed the problem of the lock column misalignment when the horizontal scroll bar appears.
2020-10-14
- 🌟
Statistic
: AddedStatistic
to display statistic data with description. - 🌟
TreeSelect
: AddedmaxTagCount
,maxTagPlaceholder
,maxTagTextLength
properties. - 🌟
<pro>Field
: Added themultiLine
attribute to support multi-line display and editing of Table cells. - 🌟
<pro>Screening
: AddedScreening
component. - 🌟
<pro>Field
: Added thenonStrictStep
attribute. - 💄
<pro>Form
: Optimized Form Layout interval configuration. - 💄
<pro>Dropdown
: OptimizedgetPopupContainer
attribute. - 💄
Table
: Modify the drag and drop demo and upgradereact-dnd ^11
. - 🐞
<pro>Skeleton
: RenameskeletonTitle
property. - 🐞
<pro>Select
: Fixed the flashing problem of Select under ie. - 🐞
<pro>Upload
: Fixed that Upload and Button cannot be aligned under ie. - 🐞
<pro>Table
: Fixed the problem of lateral scroll misalignment underautoHeight
property. - 🐞
<pro>Pagination
: Fixed when change the page, the quickJumpInput don't change. - 🐞
<pro>TextField
: Fixed when multiple in Modal, the lower model input would be displayed. - 🐞
<pro>PerformanceTable
: Fixed the problem of using occasional scroll bar width calculation error in Tabs. - 🐞
<pro>NumberField
: Fix the problem that step cannot perform normal verification when the data source is bound.
2020-09-21
- 🌟
configure
: AddeddrawerOkFirst
global configuration. - 🌟
Icon
: AddedcustomFontName
for who want the icon font customization. - 🌟
<pro>Table
: Added TableProfessionalBar. - 🌟
<pro>Table
: AddedexportMode
the client mode would export the excel by frontend. - 💄
<pro>PerformanceTable
: Optimized multilingual presentation &&bordered
true. - 💄
<pro>PerformanceTable
: Optimized the return oftitle
support function. - 💄
<pro>Table
: Optimized the query conditions does not show the loading effect by clicking the query. - 💄
<pro>Table
: Optimize the TableButtonProps type, now you can correctly use children in ts to change the text of the default button. - 🐞
<pro>FormField
: Fixed cascade mode error to disable sub-components. - 🐞
<pro>Switch
: Fixed switch whenlabelLayout
is float, the label cant't find. - 🐞
<pro>Table
: Fixed the issue that editable lines are automatically positioned to radio buttons. - 🐞
<pro>Table.advancedBar
: Fixed the problem of undefined rendering of multi-select clear tags in the advanced search bar.
2020-09-07
- 🌟
configure
: AddedlovModalProps
global configuration. - 🌟
Progress
: AddedshowPointer
property. - 🌟
<pro>RichText
: AddedRichText
component. - 🌟
<pro>Cascader
: AddedCascader
SingleMenu. - 🌟
<pro>Table
: Added eventonDragEndBefore
callback before drag and drop. - 💄
Progress
: Updatedformat
def. - 💄
Breadcrumb
: Optimized theBreadcrumb
to MD design. - 💄
<pro>Modal
: Optimized theokFirst
property indrawer
mode. - 💄
<pro>Lov
: Reopen the pop-up window innoCache
mode to reset the number of pages. - 🐞
<pro>Upload
: Fixed the file type error when usingbeforeUpload
anduploadImmediately
. - 🐞
<pro>TextField
: Fixed Select or Text component, when use multiple the values would be covered. - 🐞
<pro>Table
: Fixed inline mode can't show Tooltip. - 🐞
<pro>FormField
: Fixed the multi-selectcascade
mode clearing without disabling subcomponents. - 🐞
<pro>Table
: Fixed the wrong children type of Column. This error will cause the combined column to not be used in TypeScript. - 🐞
<pro>NumberField
: Fixed the problem that the up and down arrows will fail in some cases when used in Table. - 🐞
<pro>FormField
: Fix the problem that the newLine property of the sub-component in the Form is incorrectly reported in TypeScript. - 🐞
<pro>DatePicker
: Fix the problem that DatePicker is set toreadOnly
, but the cursor can still be displayed. - 🐞
Table
: Fixed Table expand icon can't response to the expansion event. - 🐞
Tabs
: Fix the problem that the position of the activeBar is incorrect when thedefaultActiveKey
set is not the first one when used in Modal
2020-08-21
- 🌟
configure
: Addedformatter
,formatterOptions
global configuration. RenderEmpty document modification. - 🌟
Upload
: AddeddragUploadList
,onDragEnd
properties. - 🌟
Breadcrumb
: Added breadcrumbItemmenuList
overlay
properties. - 🌟
Cascader
: Added cascader newmenuMode
support the single menu, withsingleMenuStyle
singleMenuItemStyle
singlePleaseRender
singleMenuItemRender
properties. - 🌟
<pro>Lov
: AddedparamMatcher
property. - 🌟
<pro>Table
: AddedcolumnsMergeCoverage
columnsOnChange
columnsEdictType
properties to edict column. - 🌟
<pro>NumberField
: AddednumberFieldFormatter
,numberFieldFormatterOptions
attribute. - 💄 Modified the mobx-react dependency restriction in peerDependencies.
- 💄
<pro>Table
: Optimized the sorting interaction, increase the click to switch the intermediate state. - 💄
<pro>Table
: The editable row is automatically positioned to the first editable cell. - 💄
<pro>FormField
: Modify the label type to receive string and ReactNode at the same time. At the same time, the label type of Field Props in the DataSet is modified. - 🐞
Steps
: Fixed the steps typescript lint error. - 🐞
DatePicker
: Fixed the problem that disabled does not take effect on the icon. - 🐞
<pro>Table
: Fixed the table drag style error and add table dragging render demo. - 🐞
<pro>Table
: Fixed the table text align left overflow would't look the icon. - 🐞
<pro>TriggerField
: FixedgetPopupContainer
API. - 🐞
<pro>TextArea
: Fixed the style problem ofTextArea
component. - 🐞
<pro>Form
: Fix the conflict betweenuseColon
and global configuration. - 🐞
<pro>DatePicker
: Fix the problem that TimePicker cannot scroll under Firefox. - 🐞
<pro>FormField
: Fixed an error setting a property to the Fragment under _inTable. - 🐞
<pro>TextField
: Fix the problem that TextField cannot correctly control maxLength in Chinese input, and optimize the Chinese input experience.
2020-08-07
- 🌟
configure
: AddednumberFieldNonStrictStep
global configuration. - 🌟
ImageCrop
: Added the AvatarUpload component. - 🌟
<pro>NumberField
: AddednonStrictStep
attribute. - 💄
Select
: OptimizedSelect
tags styles. - 💄
<pro>Form
: OptimizedForm
readOnly className. - 🐞
Menu
: Fixed the error report of the drop-down keyboard event. - 🐞
<pro>PerformanceTable
: Fixed Scrollbar re-rendering calculation rules. - 🐞
<pro>TextField
: Fixed the width exceeding when using addon in table. - 🐞
<pro>Table
: Fixed the table expandField bind err in table tree. - 🐞
<pro>Table
: Fix the error that there will be two check boxes when checking CheckBox and Switch in the table.
2020-07-28
- 🌟
Result
: Added theResult
component. - 🌟
Upload
: AddedrequestFileKeys
properties. - 🌟
ImageCrop
: Added theImageCrop
component. - 🌟
configure
: AddedtextFieldAutoComplete
,resultStatusRenderer
,tableEditorNextKeyEnterDown
,tableDragRow
,tableDragColumn
,tableDragColumnAlign
properties. - 🌟
<pro>PerformanceTable
: AddedPerformanceTable
component. - 🌟
<pro>Form
: AddedForm
submit check automatically to check failed component feature. - 🌟
<pro>Table
: Added table tree expand className. - 🌟
<pro>Table
: AddededitorNextKeyEnterDown
property. - 🌟
<pro>Table
: AddedTable
submit check automatically to check failed cell feature. - 🐞
<pro>Table
: Fixed table autoHeight isauto
, The style is error. - 🐞
<pro>Table
: FixedTable
the scroll auto automatic sliding in IE. - 🐞
<pro>Table
: FixedTable
use inline mode the lookup auto pack up. - 🐞
<pro>Table
: Fixed the compatibility issue ofscrollIntoViewIfNeeded
method in IE && Firefox. - 🐞
<pro>Table
: Fixed the problem of out-of-sync when sliding fixed columns under theautoHeight
propertytype: maxHeight
. - 🐞
<pro>Table
: Modified the judgment mechanism ofuseMouseBatchChoose
, and fixed the problem that the attribute behaves as true when global setting true and component setting false. - 🐞
<pro>Form
: Modified the problem of replacing the label color of mandatory and non-mandatory items in colon mode. - 🐞
<pro>Button
: Modified the loading mechanism to fix the problem that the query button does not enter the loading state in the Table. - 🐞
<pro>TextArea
: Fixed the problem that after setting required and resize properties inForm
at the same time, the background color does not change along with the width and height.
2020-07-14
- 🌟
<pro>Table
: AddedTable
drag feature. - 🌟
Steps
: AddedSteps.Group
Component to grouping Step Components. - 🌟
configure
: AddedcollapseExpandIconPosition
,collapseExpandIcon
,collapseTrigger
properties. - 🌟
Collapse
: AddedexpandIcon
,expandIconPosition
,trigger
properties. - 🌟
<pro>Select
: AddedcommonItem
,maxCommonTagPlaceholder
,maxCommonTagCount
,maxCommonTagTextLengthproperty
properties. - 🐞
Progress
: Fixed Circle Progress can't change the color by strokeColor properties. - 🐞
<pro>DatePciker
: Document repair. - 🐞
<pro>Select
: Fixed a problem with the disabled option being checked by clicking the Select button. - 🐞
<pro>Form
: Fixed the problem that the label of therequired
field is displayed incorrectly whenuseColon
is true andlabelLayout
is vertical. - 🐞
<pro>Form
: Fixed the problem that thepristine
attribute cannot be used whenForm
used in typescript. - 🐞
<pro>Lov
: Fixed lov table automatically positioning to the first data item in single-select mode and clicking OK when rowbox is displayed will select current as the option even if no option is selected at this time. - 🐞
<pro>DataSet
: Fix the problem that when a PrimaryKey is set, a piece of data is deleted if a new piece is not submitted, and when the interface returns 204, the response will be filled into the record as data.
2020-06-28
- 🌟
configure
: AddedlovTableProps
property. - 💄
Icon
: UpdatedIcon
List. - 🐞
<pro>Select
: Fixed IE element.scrollTo err. - 🐞
<pro>Select
: FixedSelect
restrict support to limit the import. - 🐞
<pro>Lov
: Fixed the problem thatonChange
event triggered when blur. - 🐞
<pro>Lov
: Adjust the priority ofselectionMode
in tableProps to the highest. - 🐞
<pro>Table
: FixedautoLocateFirst
in table change the page auto locate the first record. - 🐞
<pro>Table
: Fixed an issue where the body did not resume scrolling after hiding the modal whenmask
was set to false. - 🐞
<pro>Form
: Fixed the problem that there is no label when there is only a singleFormVirtualGroup
in Form.
2020-06-15
- 🌟
configure
: AddedtableDefaultRenderer
property. - 🌟
<pro>DataSet
: AddedmodifiedCheckMessage
property. - 🌟
<pro>Form
: AddedFormVirtualGroup
component of Form component. - 💄
<pro>Form
: AddedFormVirtualGroup
component of Form component. - 💄
<pro>Table
: Modify handleSelection trigger timing, export modal add closable. - 🐞 Fixed suffix icon of select lov and other components disappeared.
- 🐞
<pro>Table
: Fixed alwaysShowRowBox priority issues. - 🐞
<pro>TextArea
: Fixed TextArea autofocus invalid issue. - 🐞
<pro>DatePicker
: Fix the problem that the selection box will still pop up when you click the second input after setting disabled in range mode.
2020-06-10
- 🌟
Progress
: AddedstrokeColor
properties. - 🌟
Avatar
: Addedalt
properties description. - 🌟
Switch
: AddedcheckedValue
,unCheckedValue
properties. - 🌟
Table
: Addedpagination
global schema and export example. - 🌟
DatePicker
: AddedonPanelChange
,mode
properties description. - 🌟
TreeSelect
: AddedsearchValue
&autoClearSearchValue
properties. - 🌟
Modal
: Addedkeyboard
,okButtonProps
,cancelButtonProps
properties. - 🌟
<pro>Cascader
: AddedCascader
Pro component. - 🌟
<pro>Pagination
: Added the pagination pager className. - 🌟
<pro>AutoComplete
: AddedAutoComplete
Pro component. - 🌟
<pro>Table
: AddedautoMaxWidth
properties to self-adaption width and export demo. - 🌟
<pro>Form
: Added useColon, excludeUseColonTagList attributes and global configuration. - 🌟
<pro>Table
: AddedalwaysShowRowBox
attributes and global configurationtableAlwaysShowRowBox
. - 🌟
<pro>Table
: AddeduseMouseBatchChoose
attributes and global configurationtableUseMouseBatchChoose
. - 🐞
<pro>Select
: Fixed ie11dropdownMatchSelectWidth
is always hidden text. - 🐞 Fixed the input,form,autoComplete style.
- 🐞
Table
: Fixed table checked style can't cancel. - 🐞
Cascader
: Fixed the cascader not has expandable icon. - 🐞
Pagination
: Fixed the pagination size diff style dislocation. - 🐞
<pro>Form
: Fixed Form single line colSpan property not effective. - 🐞
<pro>Table
: Fixed the problem that pageSize can be input for paging in Table. - 🐞
<pro>Table
: Fixed the problem that in non-rowbox mode, click on the selected content cannot cancel the selection and hover class is not added on the current row.
2020-05-24
- 🌟
configure
: AddeddropdownMatchSelectWidth
&lovTriggerMode
property. - 🌟
<pro>Table
: AddedautoHeight
property. - 🌟
<pro>Trigger
: AddedgetPopupContainer
property. - 🌟
<pro>Lov
: AddedtableProps
&triggerMode
properties. - 🌟
<pro>Modal
: Addedmask
,maskStyle
andmaskClass
property, support Modal custom mask style. - 💄
<pro>Table
: Optimized switch pageSize no save prompt. - 🐞
<pro>Lov
: Fixed the problem that it cannot be opened after the route switch is not closed. - 🐞
<pro>DatePicker
: Fixed the must-in check error problem in range mode. - 🐞
<pro>Table.FilterSelect
: FixedFilterSelect
editor drop-down width. - 🐞
<pro>CodeArea
: Fixed the problem of using record.set to update data after manually modifying the data in codeArea in the case of binding dataSet but the component view is not updated. - 🐞
<pro>Form
: Fixed the problem thatTextField
&TextArea
isreadonly
afterForm
disabled
is changed from true to false.
2020-05-11
- 🌟
configure
: AddedtableSelectedHighLightRow
property. - 🌟
<pro>Table
: Added table tree support the paging. - 🌟
<pro>Table
: AddedselectedHighLightRow
property to support selected line highlight. - 💄 Optimize the documentation used in create-react-app.
- 🐞
<pro>Table
: Fixed filterBar drop-down style. - 🐞
<pro>Table
: Fixed column field support incomplete . - 🐞
<pro>SelectBox
: Fixed dataset required control style. - 🐞
<pro>DatePicker
: Fixed max/min restricted after emptying is not optional. - 🐞
<pro>DatePicker
: Fixed the problem of unable to continue selecting values and popover interaction after clearing in range mode. - 🐞
<pro>Trigger
: Fixed the problem where the pop-up box that lost focus after double-clicking the selection reappeared.
2020-04-28
- 🌟
<pro>Currency
: Added demo. - 🌟
<pro>Table
: Added a toggle field editor (lov / select) demo. - 🌟
<pro>Tree
: AddedTreeNodeRenderer
property to support the customize tree node. - 💄
AutoComplete
: Optimized the type of dataSource. - 💄
<pro>Tree
: Optimized treePro usetreeData
create treeNode. - 🐞
<pro>Form
: Fixed label style. - 🐞
inputNumber
: Fixed the NumberInput round. - 🐞
<pro>Table
: Fixed the problem of blank scroll bar under virtual scrolling. - 🐞
<pro>Upload
: Fixed the parsing problem of successful upload response. - 🐞
<pro>Select
: Fixed the problem that thedropdownMatchSelectWidth
property is invalid. - 🐞
<pro>DatePicker
: Fixed inability to assign values when selecting multiple items.
2020-04-21
- 🌟
<pro>IntlField
: AddedmaxLengths
property. - 🌟
<pro>Table
: Addedvirtual
properties to support virtual scrolling and add demo. - 🐞
<pro>Table
: Fixed the new row lateral roll lock column error misalignment issue. - 🐞
<pro>Tooltip
: Fixed the Buttondisabled
state without triggering. - 🐞
<pro>Tree
: Fixed when use dataSet the move(record) the child tree node also exist. - 🐞
<pro>DatePicker
: Fixed the problem that onChange triggered many times after selection. - 🐞
<pro>Field
: Fixed the problem that the DataSet Field cannot get the default values ofvalueField
andtextField
. - 🐞
Collapse.CollapsePanel
: Fixed CollapsePanel TS type error. - 🐞
<pro>Trigger
: Fixed the problem that the Trigger click on the scroll bar causes the pop-up to disappear in IE11.
2020-04-01
- 🐞
TreeSelect
: Fixed CSS error and tree check error. - 🐞
<pro>Tooltip
: Fixed can not trigger display in button disabled state. - 🐞
<pro>TextArea
: FixedautoSize
property. - 🐞
<pro>CodeArea
: Fixed defocus update error. - 🐞
<pro>Pagination
: Fixed paging calculation error. - 🐞
<pro>Table.pagination
: FixedpageSizeOptions
property. - 🐞
<pro>DataSet
: Fixedcurrent
pointing after submission failed.
2020-03-27
- 🌟
Icon
: Added new icon. - 🌟
Tree
: Support virtual scrolling. - 🌟
Tree
: AddedonLoad
callback. - 🌟
Tree
: AddedtreeDatatreeNodes
,treeData
,blockNode
properties. - 🌟
Tree.TreeNode
: Addedcheckable
property. - 🌟
Tree.DirectoryTree
: Added a built-in directory tree. - 🌟
Skeleton
: AddedSkeleton
component. - 🌟
configure
: AddedtableSpinProps
global configuration. - 🌟
<pro>Spin
: Added demo. - 🌟
<pro>DataSet.Field
: Addeddisabled
property. - 🌟
<pro>DataSet.Field
: Extendedstep
property, used for step limit of time component. - 🌟
<pro>TimePicker
:format
andstep
can affect the display of the component. - 🌟
<pro>Table
: Extendedspin
property, Added spin & custom inline demo. - 🌟
<pro>Skeleton
: Added Skeleton Pro component. - 🌟
<pro>Tree
: Support virtual scrolling. - 🌟
<pro>Tree
: AddeddefaultExpandAll
,defaultExpandedKeys
,defaultCheckedKeys
,defaultSelectKeys
properties. - 🌟
<pro>Pagination
: Added hideOnSinglePage properties. - 🌟
<pro>TextArea
: Added autoSize properties. - 🌟
<pro>Upload
: AddedbeforeUpload
,onRemoveFile
callback. - 🌟
<pro>Upload
: AddeddefaultFileList
,uploadFileList
,withCredentials
,appendUpload
,partialUpload
properties. - 💄
<pro>Table
: Optimized tabletooltip
style. - 💄
<pro>Upload
: Optimized Upload doc. - 💄
<pro>Pagination
: OptimizedshowTotal
,showQuickJumper
properties. - 💄
<pro>LocaleContext
: Optimized Japanese configuration documentation. - 💄
<pro>DataSet
: OptimizedautoLocateAfterRemove
, reset the reserved selected state after deletion failed and locate to delete item 1. - 🐞
Spin
: Fixed invalidsize
property problem. - 🐞
<pro>Upload
: Fixed IE 11 compatibility issues. - 🐞
<pro>Table
: Fixededitor
type error. - 🐞
<pro>Table
: Fixed filterBar lookup value undefined. - 🐞
<pro>DataSet.Field
: FixeddynamicProps
null judgment comparison. - 🐞
<pro>TimePicker
: Fixed the mouse wheel error report under chrome.
2020-03-12
- 🌟
<pro>Lov
: AddqueryBar
fieldProps
configuration. - 🌟
<pro>DataSet
: AddedcascadeParams
property. - 🌟
<pro>Field
: Add class name for formField Tooltip . - 💄
<pro>DataSet
: Optimize the performance of theready
method. - 💄
<pro>DataSet.Record
: Use the merge method to write back with object fields. - 🐞
<pro>DatePicker
: Fixed the problem that when DatePicker sets the default value, the maximum date cannot select the minimum default value - 🐞
<pro>CodeArea
: FIX CodeArea text controlled - 🐞
<pro>SelectBox
: Fix SelectBox multiple disable can't read the Text. - 🐞
<pro>DataSet
: Fixvalidate
did not applydataToJSON
configuration. - 🐞 Fix the problem that the base component and pro component have the same name pre-variable conflict when fully relying on the style.
- 🐞
<pro>Lov
: Fix the problem thatvalueField
andtextField
in lov configuration are invalid whenlovCode
is obtained throughdynamicProps
. - 🐞
<pro>Select
: Fix the problem of no option whenlovCode
field's type is string. - 🐞
<pro>TableEditor
: Fix the editor of the table in theModal
, and then change the window size, the positioning will be incorrect.
2020-02-18
- 🌟 Add xhr-mock mock config.
- 🐞
<pro>Button
: Fix incomplete presentation style. - 🐞
<pro>Table
: Fix the inline edit lov rendering err.
2020-02-13
- 🌟
<pro>Table
: Addedspin
properties. - 🐞 Fix online data mock problem.
- 🐞
<pro>Table.queryBar
: Fix the table filter bar error rendering bind field. - 🐞
<pro>Table
: Fix the head fixed height err - 🐞
<pro>Table
: Fixdisabled
properties. - 🐞
<pro> Lov
: Fix the problem that the record obtained inlovQueryAxiosConfig
after the DataSet re-instantiation is one of the old DataSet instance.
2020-01-20
- 🐞
<pro>NumberField
: Fix the verification problem. - 🐞
<pro>NumberField
: Fix the problem that range value cannot be deleted by keyboard.
2020-01-19
- 🌟
<pro>NumberField
: Implement therange
property. - 🐞
<pro>DataSet.Record
: FixtoJSONData
missing__id
attribute. - 🐞
<pro>DataSet.Field
: Fix the problem thattransformRequest
does not work when type is object.
2020-01-17
- 🌟
configure
: AddedtableButtonProps
tableCommandProps
buttonColor
properties. - 🌟
<pro> Table
: Built-in buttons for TableButton and TableCommand can addafterClick
hook to perform actions other than the default behavior.
2020-01-16
- 🌟
<pro>ModalProvider
: Added ModalProvider Component. - 🌟
<pro>DataSet.Field
: Added parameter fortransformRequest
andtransformResponse
. - 🌟
<pro>Upload
: AddedshowUploadList
property. - 💄 Optimized the
jest
configuration to update the snapshot. - 🐞
<pro>Select
: Fixed the dynamic query lookup option repeat problem. - 🐞
<pro>DataSet
: Fixed multiple cascading issues.
2020-01-07
- 🐞 Fixed the online code editor.
- 🐞
Tree
: Fixed the failure of defaultCheckedKeys in disable state. - 🐞
<pro>Lov
: Fixed the problem that the unique check does not display an error.
2019-12-30
- 🌟
<pro>DataSet.Record
: AddedsetState
andgetState
methods. - 💄
<pro>DataSet.Field
: Optimize theoptions
property. - 💄
<pro>ViewComponent
: OptimizedonBlur
hook to prevent blur based onpreventDefault
called by blur event. - 🐞
Transfer
: Fixed icon. - 🐞
<pro>DataSet
: Fixed the problem that the dirty is false when only the records are deleted in the case thatdataToJson
is normal. - 🐞
<pro>DataSet
: Fixed cascading problem.
2019-12-23
- 🌟
<pro>Table
: OpenTable
queryBar
Component. - 🌟
<pro>Pagination
: AddedshowQuickJumper
property. - 🐞
<pro>DataSet.Record
: Fixed status error caused dirty error problem. - 🐞
<pro>Select
: Fixed the issue where multiple Select buttons would select filtered records.
2019-12-15
- 🐞
<pro>DataSet.Field
: Fixed the dead cycle of an incoming object parameter with function value indynamicProps
. - 🐞
<pro>DataSet.Record
: Fixed parent and children of tree nodes being incorrectly in cascaded. - 🐞
<pro>DataSet
: Fix the problem that the data write-back fails whendataToJSON
isnormal
.
2019-12-09
- 🌟
configure
: AddedlookupBatchAxiosConfig
property. - 🌟
<pro>DataSet
: Addeddirty
property, deprecatedisModified
method. - 💄
<pro>DataSet.Record
: Optimize thedirty
property, which contains whether the cascaded data has changed. - 🐞
<pro>Table
: Fixed the Table tree structure right fixed column expansion icon problem.
2019-12-07
- 🐞
Progress
: Fixed the animation style of Progress in IE. - 🐞
<pro>DataSet.Field
: Fixed the dead cycle of an incoming object parameter indynamicProps
.
2019-12-05
- 🌟
<pro>DataSet
: AddeddataToJSON
property, deprecated parameters of method such astoJSONData
. - 🐞
<pro>FormField
: Fixed the problem with the cascadeMap parameter value of 0/ false to disable the child. - 🐞
<pro>Select
: Fixed the problem that the unchecked option disappears in multi-selection mode. - 🐞
<pro>DatePicker
: Fixed the problem of updating the value in dateTime mode. - 🐞
<pro>DatePicker
: Fixed the week-selection display problem and disable input in week mode.
2019-12-02
- 🐞
<pro>DataSet
: Fixed the problem withsplice
method.
2019-12-01
- 🌟
<pro>DataSet
: AddedautoLocateAfterCreate
property. - 🐞
<pro>DataSet.Field
: Fixed min / max verification type judgment.
2019-11-27
- 🌟
<pro>DataSet
: Addedremove
event. - 🌟
<pro>DataSet
: AddedautoLocateAfterRemove
property. - 💄
<pro>DataSet
: Optimize the performance ofremove
method.
2019-11-22
- 🐞 Fix circular dependencies problems.
- 🐞
<pro>Table
: Fixed an issue with the time type field editor.
2019-11-22
- 🌟
<pro>Modal
: AddeddrawerTransitionName
properties. - 💄
<pro>DataSet.Field
: Adjust textField and valueField to take precedence over values in the Lov configuration. - 🐞
<pro>CheckBox
: Fixed the style on IE11. - 🐞
<pro>Table
: Fixed an issue where the progress of the digital editor was lost. - 🐞
<pro>Select
: Fixed the problem generating option and clickable in non-composite search mode. - 🐞
<pro>DataSet.Field
: Fixed an issue where the lookupUrl related property in dynamicProps does not work.
2019-11-18
- 🌟
Upload
: AddedonSuccess
,onProgress
,onError
properties. - 🐞
<pro>Table
: Fix some problems with filterBar.
2019-11-13
- 💄
<pro>CodeArea
: Update the example of each language lint. - 🐞
<pro>Table
: Fixed an issue where the value in the edit was updated to a new line when the line was switched. - 🐞
<pro>NumberField
: Fixed an issue where max and min were not validated which is used as field name. - 🐞
<pro>Lov
: Fixed an issue where the textField value of the first data in the popup was displayed in control when the valueField was set incorrectly. - 🐞
<pro>Table.Column
: Fixed an issue where the editor failed when the editor returned a value of true.
2019-11-11
- 🌟
configure
: AddedtableExpandIcon
property. - 🌟
<pro>Table
: AddedexpandIcon
property. - 💄
<pro>CodeArea
: Update the json-format example. - 🐞
<pro>Table
: Fixed an issue where horizontal scroll bars were not displayed in Modal.
2019-11-08
- 🌟
<pro>Table
:selectionMode
Addedmousedown
mode. - 💄
<pro>Table
: Optimize record creation in inline editing mode. - 🐞
<pro>DataSet.Record
: Fixed an issue where thecreate
status record becamesync
status after reset. - 🐞
<pro>DataSet
: Fixed an issue where theautoCreate
of the cascading dataset did not work.
2019-11-07
- 💄
<pro>Lov
: The pop-up window displays the close icon button. - 💄
<pro>Validator
: Remove the logic for binding field validation. - 🐞
<pro>Lov
: Fixed an issue where the value was cleared by blur in button mode. - 🐞
<pro>Lov
: Fixed an issue where the input query had no results in the case withcascadeMap
. - 🐞
<pro>Select
: Fixed an error in keyboard operation. - 🐞
<pro>Table
: Fixed an issue where the advanced filter bar fuzzy search would have duplicate values.
2019-11-05
- 🌟
configure
: Date formatter is added to the global configuration. - 🌟
<pro>Table
: The radio button can be deselected by clicking on it. - 🌟
<pro>Table
: AddedonExpand
property. - 🐞
<pro>IntlField
: Fixed a conflict when a single record had multiple multi-language controls. - 🐞
<pro>DataSet.Field
: Fixed the problem that dynamiclookupUrl
does not display the value.
2019-11-05
- 🌟
<pro>DataSet.Record
: Addedinit
method. - 🌟
<pro>DataSet.Transport
: The tls hook adds therecord
parameter. - 🐞
<pro>DataSet.Field
: Fixed the problem that dynamiclovCode
does not display the value.
2019-11-02
- 🌟
<pro>DataSet.Transport
: The tls hook added name parameter for field name. - 💄
<pro>DataSet.Field
: The dynamicProps hook will be deprecated in v1.0, please use the dynamicProps object. - 🐞
<pro>DataSet
: Fixed a problem where the cascading row's changes could not be committed when the cascading header dataset hastransport.update
property but notransport.submit
property. - 🐞
<pro>DataSet
: Fixed a problem with multi-level cascading. - 🐞
<pro>Table
: Fixed an issue where the filter bar reported an error when switching dataset. - 🐞
<pro>Table
: Fixed the problem of tree selection. - 🐞
<pro>Lov
: Fixed an issue where pressing Enter would enter a custom value.
2019-10-31
- 🌟
<pro>DatePicker
: Input enabled. - 🌟
<pro>DataSet
: Addedfeedback
property. - 🌟
<pro>DataSet.Field
: AddedlabelWidth
property. - 🌟
configure
: Added lookupCache property. - 💄
configure
: Optimize the default logic for global configurationtransport
. - 💄
<pro>DataSet.Field
: The rule is removed that the uniqueness check interface could not be called until the number of pages was greater than 1. - 💄
<pro>Table
: Optimize scroll bar. - 🐞
<pro>Button
: Fixed an issue where click events could not prevent bubbling. - 🐞
<pro>Tooltip
: Fixed issues that the repaired content does not wrap, thehidden
property is not controlled, and thedefaultHidden
property does not work. - 🐞
<pro>Lov
: Fixed an issue that multiple records with the sametextField
value, only the first one of them can be selected. - 🐞
<pro>DataSet.Record
: Fixed a problem where multiple languages would also be queried in the created state. - 🐞
<pro>DatePicker
: Fixed an issue that reset could not clear the value in range mode.
2019-10-27
- 💄
<pro>Field
: Optimize the lookup caching mechanism. - 🐞
<pro>Select
: Fixed an issue wherelovQueryAxiosConfig
did not work when usinglovCode
. - 🐞
<pro>Select
: Fixed the problem withsearchMatcher
. - 🐞
<pro>Table
: Fixed the problem that CheckBox of unedited line is not disabled in the inline-edit mode.
2019-10-25
- 🌟
configure
: Add global configurationtransport
,lookupAxiosConfig
,iconfontPrefix
,icons
. - 🌟
Icon
: Customizable iconfont resource. - 💄
<pro>DataSet.Field
: Optimize logic related tolookupAxiosConfig
,lovDefineAxiosConfig
,lovQueryAxiosConfig
. - 💄
<pro>Table
: Optimize scroll bar. - 🐞
Alert
: Fix the problem that the icon is not displayed. - 🐞
<pro>Form
: Fixed an issue where the child element'slabelWidth
was non-numeric.
2019-10-22
- 🌟
<pro>Form
: ThelabelWidth
property of child element is exists. - 🐞
<pro>Table
: FixResizeObserver loop limit exceeded
error. - 🐞 Fix circular dependencies problems.
- 🐞
Button
: Fix the problem that the loading icon is not displayed.
2019-10-21
- 🌟
<pro>DataSet
: AddedautoQueryAfterSubmit
property. - 💄
<pro>DataSet
: Optimize the commit data write-back logic. - 🐞
<pro>NumberField
: Fix the problem with the step button.
2019-10-19
- 🐞
<pro>DataSet
: Fixed an issue where data could not be written back after commit if there was write-back data but no _id attribute from response. - 🐞
<pro>Lov
: Fixed a problem where Multi-Lov could not select values.
2019-10-18
- 💄
<pro>Table
: Adjust the advance bar button type.
2019-10-18
- 💄
<pro>Table
: Performance optimization. - 💄
<pro>Lov
: The query condition is not cleared when it is cached. - 🐞
<pro>Table
: Fixed the problem that advanced query condition bar shows the normal query field. - 🐞
<pro>Table
: Fixed an issue where the record could not be operated when the delete record failed. - 🐞
<pro>DataSet
: Fixed an issue where the commit data was cached again after the commit error. - 🐞
<pro>Lov
: Fixed an issue where the value could not be cleared in the editable state. - 🐞
<pro>Select
: Fix the duplicate values problem cause by using the select-all button of multi-select.
2019-10-17
- 🌟
<pro>Field
: ThedynamicProps
property supports object types. The object is a key-value pair which key is field property and value is a hook that returns the value of the field. - 🌟
<pro>DataSet
: TheconfirmMessage
parameter ofdelete
anddeleteAll
methods supports the properties of the Modal. - 💄
<pro>Output
: Adjust the line spacing in the Form. - 💄
Button
: Adjust the loading status to match theButton
of pro. - 💄
<pro>Modal
: Adjust the styles ofconfirm
,info
,success
,error
,warning
to match the style of the base component. - 🐞
<pro>DatePicker
: Fixed display problem with null values in range mode. - 🐞
<pro>Table
: Fixed an issue where the display of the column was incorrect when the table width switched between two fixed size.
2019-10-14
- 💄
<pro>Lov
: Adjust the minimum height of the Lov popup. - 🐞
<pro>Lov
: Fix the problem that the unique check does not display an error. - 🐞
<pro>Table.Column
: Fixed an issue with thetooltip
property. - 🐞
Modal.SideBar
: Fixed an issue where theclosable
property didn't work.
2019-10-13
- 🌟
configure
: AddeddefaultValidationMessages
global configuration. - 🌟
<pro>DataSet.Field
: AddeddefaultValidationMessages
property. - 🌟
<pro>DataSet
: AddedconfirmMessage
parameter fordelete
anddeleteAll
method. - 🌟
<pro>FormField
: AddedvalidationRenderer
property. - 💄
<pro>Table
: Tree table expansion state persistence. - 🐞
<pro>Table
: Fixing the collapse-all button of tree table sometimes fails to collapse the node. - 🐞
<pro>Validator
: Fix the problem of union unique validation. - 🐞
<pro>NumberField
: Fix the problem of step button in multiple mode.
2019-10-11
- 🌟
configure
: Addedpagination
global configuration. - 🌟
<pro>Select
: AddednotFoundContent
,onOption
properties. - 💄
<pro>FormField
: The return value type ofrenderer
is supportsReactNode
. - 💄
<pro>Table
: The tree table highlights the first root record by default.
2019-10-10
- 🌟
<pro>Select
: Added the select all and unselect all button for multiple selection. - 🐞
<pro>Table
: Fixed a problem that the cell content was wrapped which was a block-level element. - 🐞
<pro>Select
: Fixed an issue where the loading status did not stop.
2019-10-09
- 🌟
<pro>Table.Column
: Addedtooltip
property. - 🌟
<pro>Select
: AddedsearchMatcher
property. - 🌟
<pro>Pagination
: AddedshowSizeChangerLabel
,sizeChangerPosition
,sizeChangerOptionRenderer
properties. - 🌟
<pro>DataSet.Field
: Theformat
attribute adds theuppercase
lowercase
capitalize
value. - 🌟
<pro>DataSet.Field
: AddedlovDefineAxiosConfig
,lovQueryAxiosConfig
properties. - 🌟
<pro>TriggerField
: AddedonPopupHiddenChange
property. - 🌟
<pro>
: Added Japanese. - 💄
<pro>Table
: Refactor the advanced query bar. - 🐞
<pro>DataSet
: Fixed an issue where the timing of the ready method was incorrect, such as query method called before the queryDataSet was ready. - 🐞
<pro>Table
: Fix the problem of misalignment of composite columns. - 🐞
<pro>DatePicker
: Fixed a problem with custom check range values. - 🐞
Radio.Button
: Fixed an issue where the selected style was not updated.
2019-09-27
- 🐞
<pro>DataSet
: Fixed an issue with dataKey.
2019-09-26
- 🌟
<pro>Field
: Addedtrim
property. - 🌟
<pro>DataSet
:dataKey
andtotalKey
support deep matching, such asdataKey = "demo.list"
. - 🐞
<pro>Table
: Fixed an issue with Table querybar. - 🐞
<pro>Field
: Fixed a problem where float label does not work under firefox.
2019-09-26
- 🌟
<pro>Table
: AttributequeryBar
supports hook type. - 🐞
<pro>DataSet.Field
: Fixed an issue wheredynamicProps
didn't work in some cases.
2019-09-25
- 🌟
<pro>Lov
: Added button mode. - 💄
<pro>Lov
: In the multiple Lov's pop-up window, the the existing value will be selected. - 💄
<pro>Table
: Adjust the spacing of the advancedBar. - 💄
<pro>Button
: Adjust height of Button to .3rem. - 💄
<pro>Modal
: Update the style. - 🐞
<pro>Table
: Fix problems caused by hidden columns. - 🐞
<pro>Table
: Fixed an issue where the locked column editor did not display. - 🐞
<pro>Table
: Fixed an issue where query bar value changes would not be automatically queried after DataSet switched. - 🐞
<pro>CodeArea
: Fix uncontrolled problems. - 🐞
<pro>NumberField
: Fix the accuracy problem. - 🐞 Fix circular dependencies problems.
2019-09-16
- 💄
<pro>Table
: Change the fuzzy condition count of query bar to one limits.
2019-09-16
- 🐞
Input
: Fixed an issue with a white screen. - 🐞
<pro>DataSet
: Fix the problem with the isModified method.
2019-09-12
- 🌟 Upgrade webpack4 babel7 eslint and stylelint.
- 🌟
configure
: Add global configuration new properties. - 🌟
<pro>DataSet
: Add beforeDelete event. - 🌟
<pro>DataSet.Record
: Added save and restore methods. - 🌟
<pro>Table.Filter
: Optimize the position of the filter placeholder and cursor, and adjust the filter bar height to 40px. - 🌟
<pro>Table
: The temporarily deleted line is displayed as disabled and reset when the submission fails. - 🌟
<pro>Table
: Support SelectBox editor. - 🌟
<pro>Lov
: AddconditionFieldRequired
in lov item config. - 🐞
<pro>Table
: Fixed a problem where there would be no border between the non-fixed and fixed columns of the Table. - 🐞
<pro>Table
: Fix the row positioning problem with the up and down key of keyboard. - 🐞
<pro>DataSet
: Fix the problem whendataKey
is null. - 🐞
<pro>DataSet
: Fixed an issue that export function can not be executed until the exportUrl property is set. - 🐞
<pro>Form
: Fixed a problem where the width of the FormField was not 100% when the className was set. - 🐞
<pro>TextField
: Fix the autofill and prefix style of the float label. - 🐞
<pro>DatePicker
: Fix the problem whenrange
is array. - 🐞
<pro>DataSet.Field
: FixdynamicProps
cycle running.
2019-08-23
- 🌟
Responsive
: Added Responsive component. - 🌟
<pro>DataSet
: Transport increases the exports configuration, the exported url is spliced to the baseUrl of axios, and the export event is added. - 💄
<pro>Form
: Optimize the responsiveness. - 🐞
<pro>Lov
: Fixed that multiple Lov do not cache selected records when turning pages . - 🐞
<pro>DataSet.Record
: Fix the problem of serializing data. - 🐞
<pro>Table
: Optimized AdvanceQueryBar, fix some bug. - 🐞
<pro>Select
: Fix the error message cover the drop-down box.
2019-08-22
- 🐞
<pro>IntlField
: Fixed multi-language required and data change display issues.
2019-08-21
- 🐞
<pro>Table
: Fixed an issue that table was not automatically queried when it's filter bar value was changed. - 🐞
<pro>Table
: Fixed an issue of inline editing when the dataSet was changed.
2019-08-21
- 🌟
configure
: Add global configuration new properties. - 🌟
<pro>DataSet.Record
: ThetoJSONData
method adds theisCascadeSelect
parameter. - 💄
<pro>IntlField
: Refactor the code to support multi-language values directly from the Record data. - 🐞
<pro>Tabs
: Fix disabled style issues.
2019-08-16
- 🌟
configure
: Add global configuration new properties. - 🌟
getConfig
: export getConfig method from choerodon-ui. - 🌟
<pro>Field
: Add rang property. - 🌟
<pro>DatePicker
: Add multiple and range mode. - 🌟
<pro>Button
: Add the primary color. - 🌟
<pro>Table
: Advanced search adds a reset button. - 🌟
<pro>Table.Column
: The command property adds a hook type. - 🐞
<pro>DataSet
: Fix bugs when the response value is empty. - 🐞
<pro>Tooltip
: Fix the problem that the z-index is lower than the drop-down box. - 🐞
<pro>Table
: Fixed an issue where the value of filterBar was not controlled.
2019-08-08
- 💄
<pro>Popup
: Synchronize with scrolling when expanded. - 💄
<pro>DatePicker
: Completion of internationalization. - 🐞
<pro>SelectBox
: Fix the problem that SelectBox selects multiple values under Form. - 🐞
<pro>Anchor
: Fixed an issue where the getContainer property is invalid.
2019-08-06
- 🌟
<pro>configure
: The hookgeneratePageQuery
adds thesortName
andsortOrder
parameters. - 🌟
<pro>Form
: Add the pristine attribute to display the initial value of the record. - 🌟
<pro>FormField
: Add the pristine attribute to display the initial value of the record. - 🌟
<pro>Table
: Add the pristine attribute to display the initial value of the record. - 💄
<pro>Range
: Update the style under float label layout. - 💄
<pro>CheckBox
: Update the style under float label layout. - 💄
<pro>Switch
: Update the style under float label layout. - 🐞
<pro>Radio
: When usinglabel
aschildren
,label
won't be rendered under float label layout. - 🐞
<pro>CheckBox
: When usinglabel
aschildren
,label
won't be rendered under float label layout.
2019-08-02
- 🐞
<pro>Table
: Fix the problem that the CheckBox editor displays the label.
2019-08-02
- 🌟
configure
: Add global configuration new properties. - 🌟
<pro>Modal
: Modal and internal injection modal object addupdate
methods. - 🌟
<pro>Modal
: AddedokProps
,cancelProps
,okFirst
,border
attribute. - 🌟
<pro>DataSet.Field
: AddrequestTransform
&responseTransform
input property. - 🌟
<pro>Table
: AddadvancedBar
type toqueryBar
property. - 🌟
message
: Addedplacement
config. - 🌟
<pro>DataSet.Record
: The set method can pass an object with a key-value pair. - 🌟
<pro>DataSet
: Addedreverse
,reduce
,reduceRight
,removeAll
, anddeleteAll
methods. - 🌟
<pro>Select
: AddoptionRenderer
input property. - 💄
Password
: Change to reveal password by clicking. - 💄
Input
: Update the style. - 💄
DatePicker
: Update the style. - 💄
Select
: Update the style. - 💄
<pro>Form
: Optimize rowSpan and colSpan. - 💄
<pro>FormField
: Update the style under float label layout. - 💄
<pro>DataSet
: The return value of the query and submit events is false which can prevent queries and commits. - 💄
<pro>Popup
: upgrade thez-index
style. - 💄
SelectBox
: Update the style(with 'floatLabel' layout). - 💄
TextArea
: Update the style. - 💄
Tabs
: Update the style. - 💄
<pro>Table
: Update the style ofColumnFilter
. - 💄
<pro>DataSet.Field
: The checksum will be reset but not triggered automatically when the dynamic properties changed. - 💄
<pro>DataSet
: Cancel the cache strategy inValidator.checkValidity
method. - 💄
<pro>Modal
:footer
property now supportsfunction
type. - 💄
<pro>Select
: When there is no matching option, the value is displayed instead of automatically clearing the value, except for cascading. - 💄
<pro>Select
: When the component is searchable & there is no matching option, the popup menu showsNo Matching Options
. - 💄
<pro>DataSet.Field
:lookupAxiosConfig
supports hooks. - 💄
<pro>Modal
: Adjust the footer position to bottom of the viewport indrawer
modal. - 💄
<pro>Radio
: Uselabel
aschildren
when there is nochildren
. - 💄
<pro>CheckBox
: Uselabel
aschildren
when there is nochildren
. - 🐞
<pro>FormField
: Fix the problem when the label is ReactNode. - 🐞
<pro>TextField
: Fix the display style of TextField(and child classes) when using addons. - 🐞
<pro>Modal
: Fix the problem whendocument.body
has no scrollbar, a popup modal will affect the page layout. - 🐞
<pro>Modal
: Fix the problem when using float-labelForm
in adrawer
, the validation & help message cannot scroll. - 🐞
<pro>FormField
: Fix the style ofFormField
label with multiple values. - 🐞
<pro>Form
: Fixed an issue where the disabled property could not be passed to the child Form. - 🐞
<pro>DataSet
: Fix the problem that the transport hooks does not passparams
. - 🐞
<pro>Lov
: Fix the problem when the Field.type is string, the text is not displayed. - 🐞
<pro>SelectBox
: Fix the problem that children changes are not rendered. - 🐞
Modal
: Fix the problem thatwidth
property doesn't work withSideBar
.
2019-07-09
- 💄
<pro>DataSet
: Optimize performance. - 💄
<pro>Validator
: Optimize validation. - 🐞
<pro>Select
: Fix the bug of compound multiple selection. - 🐞
<pro>Select
: With the same text, searchable Select always selects the first option. - 🐞
<pro>DataSet
: Fixed the ignore property of the Field will ignore the binding fields.
2019-06-28
- 🐞
<pro>TextArea
: Fixed an issue where uncontrolled values could not be retained.
2019-06-27
- 💄
<pro>Validator
: Optimize the verification information displayed by email, url, and color in Output. - 🐞
<pro>Table
: After checking the failed drop-down box to reselect the value, other editors cannot be activated. - 🐞
<pro>Select
: Fixed a problem with the primitive attribute.
2019-06-25
- 🌟
configure
: Add global configuration new properties. - 💄
<pro>TextField
: Updated the style of the input box with the propertylabelLayout
is float. - 🐞
<pro>Select
: Fix bugs in thecombo
property. - 🐞
Checkbox
: Fixed semi-selection style issues. - 🐞
<pro>Validator
: Fixed Unique validates problem whenTransport
setting validate. - 🐞
<pro>DataSet
: Fixed theField.dirty
property has a problem with loop calculations. - 🐞
<pro>DataSet
: Fix the problem that the composite value of lookup is not displayed in Output.
2019-06-19
- 🌟
<pro>DataSet
: Field adds thelookupAxiosConfig
property to adapt the configuration of the lookup request. - 🌟
configure
: Add global configuration new properties. - 🌟
<pro>DataSet
: The property transport supports hooks. - 💄
<pro>TextField
: Updates the disabled style when thelabelLayout
isfloat
. - 💄
<pro>Table
: Optimize the display of empty data. - 🐞
<pro>Table
: Fix the problem that the filter bar placeholder always shows. - 🐞
<pro>DataSet
: Fixed an issue where the commit response value was empty. - 🐞
<pro>DataSet
: Fixed an issue where the commit response value was empty. - 🐞
<pro>DataSet
: Fixed the timing issue triggered by indexChange. - 🐞
<pro>DataSet
: Fixed an issue where the query parameters of thequery
event were incorrect. - 🐞
<pro>DataSet
: Fixed an issue where cascading subdata source data could not be submitted. - 🐞
<pro>DataSet
: Fixed an issue where propertyignore
of multi-language field is aclean
that could not be submitted correctly.
2019-06-13
- 💄
<pro>DataSet
: If the query is a get request, the query condition is automatically incorporated into params. - 🐞
<pro>Table
: Fix theheader
property of the column does not support ReactNode.
2019-06-13
- 🌟
<pro>DataSet
: The propertytransport
adds theadapter
x hook property to adapt the configuration of the CRUD request. - 🐞
<pro>DataSet
: Fix the submit method with no return value.
2019-06-12
- 🌟
<pro>DataSet
: Addedtransport
property to configure CRUD requests. - 💄
Message
: The defaultplacement
property is set toleftBottom
. - 🐞
<pro>DatePicker
: Fix the problem that theplaceholder
does not display.
2019-06-07
- 💄
<pro>TextField
: Updated the style of the input box with the propertylabelLayout
is float. - 💄
<pro>DataSet
: Optimize the problem that memory is not released. - 🐞
<pro>Upload
: Fixed an issue where the popup could not be closed.
2019-05-25
- 🌟
<pro>FormField
: AddedmaxTagPlaceholder
,maxTagCount
,maxTagTextLength
properties. - 🌟
<pro>Field
: Added theignore
property. - 🌟
<pro>Select
: Added theprimitiveValue
property. - 🌟
<pro>Tranfer
: Added Transfer component. - 🌟
<pro>DataSet
: Deprecated the beforeSelect event and adds the create event. - 🌟
Ripple
: Added the disabled property to disable the ripple effect. - 💄
<pro>Table
: Optimize performance when the size changes. - 💄
Pagination
: Optimize the paging effect within 10 pages. - 💄
<pro>Lov
: Promote theplaceholder
property with a priority greater than the configuredplaceholder
. - 🐞
<pro>Table
: Fixed an issue where the inline edit box was not displayed when the binding dataSet create new record. - 🐞
<pro>Select
: The value of the renderer is always displayed when it is not editable.
2019-05-24
- 🐞
Tree
: Fix style. - 🐞
Button
: Fix small button style.
2019-04-25
- 🌟
<pro>Form
: Install the disabled attribute. - 🌟
<pro>TextField
: Added the restrict attribute to limit the characters that can be entered. - 🌟
<pro>Table
: Add inline editing mode. - 🌟
<pro>Table
: Addedpagination
property. - 🌟
<pro>Pagination
: AddedshowTotal
,showPager
,itemRender
properties. - 💄
<pro>Table
: Optimize the display of required and editable cells. - 🐞
<pro>Form
: Fixed an issue with layout when there were empty child elements. - 🐞
<pro>Lov
: Fixed an issue where the lovItems in the configuration were null. - 🐞
<pro>NumberField
: Fixed an issue where the plus or minus button was incorrect when it was greater than 1000 digits.
2019-04-18
- 🌟
<pro>Form
: Property labelLayout adds float value. - 🌟
<pro>Table
: Deprecated the propertyshowQueryBar
, addedqueryBar
property, the optional value isnormal
bar
none
. - 🌟
<pro>Table
: Added expanded row rendering. - 🌟
<pro>Table
: AddedonCell
property to set cell properties. - 🌟
<pro>Table
: Deprecated the propertyrowRenderer
, addedonRow
property to set row properties. - 🌟
<pro>Lov
: Addedsearchable
property, LovConfig addseditableFlag
configuration, which can be used to get lov value when input. - 💄
<pro>Table
: Optimize Table grouped columns. - 🐞
<pro>Field
: Fix property pattern does not support regular constants. - 🐞
<pro>Lov
: Fix the problem that the column number does not take effect. - 🐞
<pro>NumberField
: Fix the problem that the field could be clicked the plus or minus button when read-only. - 🐞
Tabs
: Fix the problem that the tab cannot be switched when the key is not passed.
2019-04-01
- 🌟 Incorporate the
choerodon-ui/pro
component library. - 🌟 The default ant prefix is changed to c7n. To use the ant prefix, please Modify the topic variable @c7n-prefix And use global configuration.
2019-04-26
- 🐞
Icon
: Fix icon size issues.
2019-04-25
- 🌟
Icon
: Add new icons.
2019-04-20
- 🐞 Fix the problem of 0.5.4 publishing file confusion.
2019-04-19
- 🌟
Icon
: Add new icons.
2019-03-20
- 💄
Input
: The Input input shows a prompt when it reaches the character limit. - 🌟
Modal
: Modal adds thedisableOk
anddisableCancel
properties. - 🌟
TreeNode
: TreeNode adds thewrapper
attribute. - 🌟
Icon
: Add new icons. - 🌟
IconSelect
: Add theshowAll
attribute.
2019-02-22
- 💄
Table
: The confirmation button for the filter in the repair table is fixed at the bottom of the selection box and the style is overwritten. - 🌟
Sidebar
: addalwaysCanCancel
.
2019-02-19
- 💄
Form.Item
: The suffix icon is not hidden when Form.Item is verified as error. - 💄
Table
: Table filter does not clear after blur. - 💄
Table
: Table filter clear icon is displayed when there is content. - 💄
Table
: The confirmation button filtered in the Table is fixed at the bottom of the selection box. - 🌟
Icon
: Add new icons.
2019-01-10
- Change the source of the icon font file to change it from the npm library and package it locally.
- 💄
IconSelect
: Optimize IconSelect, the icon is larger, and only the common icons are retained. - 💄
table
: Optimize the table to automatically return to the first element when turning pages.
2018-12-11
- 🌟
Icon
: Add new icons. - 💄
Select
:all
andno
button change to not valid for disabled options
2018-12-3
- 💄
Menu
: Fixed a dependency error.
2018-11-29
- 🌟
Select
: AddonPopupFocus
,Callback executed when Popup is focus. - 💄
Select
: In the select search box, you can use the up and down selection and then press Enter to confirm. - 💄
Select
: Multi-select box: delete the label, do not open the select box. - 💄
Select
: Remove the title information after the tag is hovered in the select. - 💄
Menu
: Upgrade the rc-menu component to the community version.
2018-11-13
- 🌟
Icon
: Add new icons. - 🌟
Table
: AddnoFilters
, Used to block the default filtering. - 🌟
Table.Column
: AdddisableClick
to disable the check for theTable
filter. - 💄
Tag
: Fix hot label display issues. - 💄
Select
: all-select and no logic optimization.
2018-10-26
- 🌟
Icon
: Add new icons. - 🌟
Table
: Add onColumnFilterChange. Callback executed when ColumnFilter is changed. - 💄
Demo
: Fix bisheng demo site can't expand code by click the button. - 💄
Avatar
: Fix avatar Chinese text positioning is not accurate.
2018-09-28
- 🌟
Select
: Improve the customization ability ofmaxTagCount
. - 💄
Input
: Adjust the style. - 💄
Select
: Adjust the style.
2018-09-21
- 🌟
List
: List addempty
. - 🌟
Table
: Table addempty
. - 🌟
Icon
: Added new icons. - 💄
Select
: Adjust the style. - 💄
Cascader
: Adjust the style. - 💄
Table
: Fixed a bug where the editable cell example could not edit the cell.
2018-09-07
- 🌟
Icon
: Added new icons. - 🌟
Card
: AddonHeadClick
. - 💄
Input
: Adjust the style. - 💄
Sidebar
: Fix props withoutgetContainer
error.
2018-09-04
- 🌟
Input
: AddshowPasswordEye
. - 💄
IconSelect
: Change search not case sensitive.
2018-08-31
- 🌟
Icon
: Added new icons. - 💄
Input
: Adjust the style. - 💄
FormItem
: Adjust the style.
- 💄
Table
: Adjust the style. - 💄
Input
: Show default ban icon while hover Input - 💄
Spin
: Fixed Spin layer.
2018-08-16
- 🌟
Icon
: Added new icons.
2018-08-03
- 💄
Switch
: Adjust the style. - 🌟
Icon
: Added new icons.
2018-07-19
- 🌟
Icon
: Added new icons.
2018-07-06
- 🌟
Select
: AddedonChoiceRemove
. - 🌟
Input
: AddedshowLengthInfo
. - 🌟
Modal
: Addedcenter
. - 💄
Select
: Adjust the style. - 💄
Tree
: Adjust the style. - 💄
Modal.Sidebar
: Adjust the style. - 💄
InputNumber
: Adjust the style. - 💄
Select
:filterInput
autoFocus. - 🐞
Table
: FixedonChange
returned value mistake. - 🐞
Select
: Fixed clicked the dropdown's icon can't trigger focus. - 🐞
Table
: Fixed the popup of default filters.
2018-06-28
- 🌟
Icon
: Added new icons. - 🌟
Form
: AddedisModifiedFields
isModifiedField
. - 💄
Table
: Adjust the style of sort's icon. - 💄
Select
Input
Radio
DatePicker
: Adjust the style.
2018-06-08
- 🐞
Table
: Fixed select dropDown of Column which is always loading.
2018-06-08
- 🌟
Select
: Added loading. - 💄
Collapse
: Adjust the style of icon. - 💄
Modal
: Adjust the style of footer's button. - 🌟 Added component
IconSelect
. - 💄
Table
: AdjustFilterSelect
function. - 💄
Table
: Adjust the position of Popup.
2018-06-01
- 💄
Select
: Adjust the style of icon. - 💄
Input
: Adjust the style of icon. - 🌟
Icon
: Added new icons.
2018-05-31
- 💄
Radio
: Adjust the style of disabled. - 💄
Pagination
: Adjust the style of select. - 💄
Select
: Adjust the style of multiple. - 🐞
Select
: Fixed can't select input value without data.
2018-05-28
- 💄
Select
: Adjust the style of multiple.
2018-05-18
- 🌟 migrate to npmjs.
2018-05-15
- 💄
Button
: Adjust disabled background color. - 💄
Modal.Sidebar
: Adjust the style of title.
2018-05-14
- 🐞
Table
: Fixed filter bar remove choice item will effect current statefilteredValue
; - 💄
Select
: Adjust disabled style.
2018-05-13
- 💄
Form
: Adjust validation feedback icons. - 💄
Popover
: Adjust icon. - 🐞
Table
: Fixed whenvalue
in propfilters
ofcolumn
is not string, the display of filter bar's selection value will be wrong. - 🌟
Table
:column
addedfilterTitle
prop.
2018-05-12
- 🐞
Table
: Fixed when propchildrenColumnName
is notchildren
and all of first level records's row-select are disabled and others and enabled, the check-all-box is disabled. - 🐞
Select
: In Form, select all can't get value.
2018-05-12
- 💄
Icon
: font-weight change to inherit. - 🐞
Select
: Open the dropdown again after cannot be query.
2018-05-11
- 💄
Pagination
: Adjust the style of Pagination. - 💄
Modal.Sidebar
: content scroll. - 💄
Select
: Adjust the style of Select. - 🌟
Select
: Added prop choiceRender.
2018-05-10
- 🐞
Ripple
: Fixed style's dependency which use the Ripple. - 🐞
Icon
: Fixed icon sizes under different font sizes are not self-adaptive. - 🌟
Checkbox
: Added prop label. - 🌟
Radio
: Added prop label. - 💄
Select
: Adjust when label not exist. - 🐞
Input
: Fixed defaultValue and label overlap.
2018-05-08
- 🐞
Ripple
: Fixed bugs which inner node's position style is static.
2018-05-07
- 🌟
Model.Sidebar
: Add footer - 💄
Spin
: Adjust the rotation effect. - 🐞
Table
: Fixed filter bar errors when column filter fails to filter columns without dataIndex property.
2018-05-03
- 🌟
Pagination
: Added proptiny
for table pagination theme. - 💄
Tab
: Adjust the icons. - 🐞
Table
: Fixed error for the choose value of fiter bar. - 🐞
Ripple
: Fixed error for style of child node. - 🌟
Icon
: Add new icons. - 🐞
Input
: Fix prefix and suffix.
2018-05-02
- Table
- 🌟
FilterBar
: Added multiple choose function by propcolumn.filterMultiple
. - 🐞
FilterBar
: Fixed column filter error. - 🐞 Fixed the issue that the expand icon does not rotate by center.
- 🌟
- 🐞
Modal.Sidebar
: Fix Button's loading display.
2018-04-28
- 💄
Ripple
: Optimize and abstracted into components. - 🐞
Select
: Fixed the content display when it's too large. - 💄
Table
: Adjust the row's expanded icon - 💄
Table
: When thecolumn.filters
prop is an empty array,filterBar
can also display the optional column.
2018-04-26
- 💄 Adjust Table row's expanded icon.
- 🐞 Fixed rc-components error under IE9.
- 🌟 Added
placement
for message to position. - 🌟 Added
bottom
for message's config. - 🌟 Added
footer
for Select.
2018-04-25
- 💄 Adjust Table's filter bar to forbid OR logic by default.
- 💄 Adjust the style of Select's clear icon .
- 🌟 Added
funcType
for Modal to button function.
2018-04-24
- 🐞 Fixed Form's Input error.
- 🐞 Fixed the theme style of Input compatibility error.
- 🐞 Fixed the theme style of Select compatibility error.
- 🐞 Fixed the theme style of AutoComplete compatibility error.
- 💄 Adjust the theme style of Radio.
- 💄 Adjust the theme style of Upload.
- 💄 Adjust the eject position of Dropdown.
- 💄 Adjust the Button's loading style.
2018-04-20
- 🐞 Fixed missing dependencies for each components in
rc-components
. - 🐞 Fixed Table's filterBar error.
- 💄 Adjust the theme style of Button.
- 💄 Adjust the theme style of Menu.
- 💄 Adjust the theme style of Modal.
- 💄 Adjust the theme style of Progress.
- 💄 Adjust the theme style of Select.
- 💄 Adjust the theme style of Input.
- 🌟 Added value
loading
for Progress's proptype
. - 🌟 Added Modal.SideBar.
- 🌟 Added
copy
andonCopy
for Input to copy function.
2018-04-11
- Table
- 🌟 Added
filterBar
to open the filter bar function. - 🌟 Added
filters
to control filter conditions selected.
- 🌟 Added
- 🌟 Added
label
for each form control to display floating text. - 💄 Adjust the theme style of each component.
2018-04-01
- 🌟 Based on Ant [email protected]