order | title | toc | timeline |
---|---|---|---|
6 |
Change Log |
false |
true |
choerodon-ui
strictly follows Semantic Versioning 2.0.0.
2020-06-28
configure
: Added lovTableProps
property.Icon
: Updated Icon
List.<pro>Select
: Fixed IE element.scrollTo err.<pro>Select
: Fixed Select
restrict support to limit the import.<pro>Lov
: Fixed the problem that onChange
event triggered when blur.<pro>Lov
: Adjust the priority of selectionMode
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 when mask
was set to false.<pro>Form
: Fixed the problem that there is no label when there is only a single FormVirtualGroup
in Form.2020-06-15
configure
: Added tableDefaultRenderer
property.<pro>DataSet
: Added modifiedCheckMessage
property.<pro>Form
: Added FormVirtualGroup
component of Form component.<pro>Form
: Added FormVirtualGroup
component of Form component.<pro>Table
: Modify handleSelection trigger timing, export modal add closable.<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
: Added strokeColor
properties.Avatar
: Added alt
properties description.Switch
: Added checkedValue
,unCheckedValue
properties.Table
: Added pagination
global schema and export example.DatePicker
: Added onPanelChange
,mode
properties description.TreeSelect
: Added searchValue
& autoClearSearchValue
properties.Modal
: Added keyboard
,okButtonProps
,cancelButtonProps
properties.<pro>Cascader
: Added Cascader
Pro component.<pro>Pagination
: Added the pagination pager className.<pro>AutoComplete
: Added AutoComplete
Pro component.<pro>Table
: Added autoMaxWidth
properties to self-adaption width and export demo.<pro>Form
: Added useColon, excludeUseColonTagList attributes and global configuration.<pro>Table
: Added alwaysShowRowBox
attributes and global configuration tableAlwaysShowRowBox
.<pro>Table
: Added useMouseBatchChoose
attributes and global configuration tableUseMouseBatchChoose
.<pro>Select
: Fixed ie11 dropdownMatchSelectWidth
is always hidden text.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
: Added dropdownMatchSelectWidth
& lovTriggerMode
property.<pro>Table
: Added autoHeight
property.<pro>Trigger
: Added getPopupContainer
property.<pro>Lov
: Added tableProps
& triggerMode
properties.<pro>Modal
: Added mask
, maskStyle
and maskClass
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
: Fixed FilterSelect
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 that TextField
& TextArea
is readonly
after Form
disabled
is changed from true to false.2020-05-11
configure
: Added tableSelectedHighLightRow
property.<pro>Table
: Added table tree support the paging.<pro>Table
: Added selectedHighLightRow
property to support selected line highlight.<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
: Added TreeNodeRenderer
property to support the customize tree node.AutoComplete
: Optimized the type of dataSource.<pro>Tree
: Optimized treePro use treeData
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 the dropdownMatchSelectWidth
property is invalid.<pro>DatePicker
: Fixed inability to assign values when selecting multiple items.2020-04-21
<pro>IntlField
: Added maxLengths
property.<pro>Table
: Added virtual
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 Button disabled
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 of valueField
and textField
.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
: Fixed autoSize
property.<pro>CodeArea
: Fixed defocus update error.<pro>Pagination
: Fixed paging calculation error.<pro>Table.pagination
: Fixed pageSizeOptions
property.<pro>DataSet
: Fixed current
pointing after submission failed.2020-03-27
Icon
: Added new icon.Tree
: Support virtual scrolling.Tree
: Added onLoad
callback.Tree
: Added treeDatatreeNodes
, treeData
, blockNode
properties.Tree.TreeNode
: Added checkable
property.Tree.DirectoryTree
: Added a built-in directory tree.Skeleton
: Added Skeleton
component.configure
: Added tableSpinProps
global configuration.<pro>Spin
: Added demo.<pro>DataSet.Field
: Added disabled
property.<pro>DataSet.Field
: Extended step
property, used for step limit of time component.<pro>TimePicker
: format
and step
can affect the display of the component.<pro>Table
: Extended spin
property, Added spin & custom inline demo.<pro>Skeleton
: Added Skeleton Pro component.<pro>Tree
: Support virtual scrolling.<pro>Tree
: Added defaultExpandAll
, defaultExpandedKeys
, defaultCheckedKeys
, defaultSelectKeys
properties.<pro>Pagination
: Added hideOnSinglePage properties.<pro>TextArea
: Added autoSize properties.<pro>Upload
: Added beforeUpload
, onRemoveFile
callback.<pro>Upload
: Added defaultFileList
, uploadFileList
, withCredentials
, appendUpload
, partialUpload
properties.<pro>Table
: Optimized table tooltip
style.<pro>Upload
: Optimized Upload doc.<pro>Pagination
: Optimized showTotal
, showQuickJumper
properties.<pro>LocaleContext
: Optimized Japanese configuration documentation.<pro>DataSet
: Optimized autoLocateAfterRemove
, reset the reserved selected state after deletion failed and locate to delete item 1.Spin
: Fixed invalid size
property problem.<pro>Upload
: Fixed IE 11 compatibility issues.<pro>Table
: Fixed editor
type error.<pro>Table
: Fixed filterBar lookup value undefined.<pro>DataSet.Field
: Fixed dynamicProps
null judgment comparison.<pro>TimePicker
: Fixed the mouse wheel error report under chrome.2020-03-12
<pro>Lov
: Add queryBar
fieldProps
configuration.<pro>DataSet
: Added cascadeParams
property.<pro>Filed
: Add class name for formFiled Tooltip .<pro>DataSet
: Optimize the performance of the ready
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
: Fix validate
did not apply dataToJSON
configuration.<pro>Lov
: Fix the problem that valueField
and textField
in lov configuration are invalid when lovCode
is obtained through dynamicProps
.<pro>Select
: Fix the problem of no option when lovCode
field's type is string.<pro>TableEditor
: Fix the editor of the table in the Modal
, and then change the window size, the positioning will be incorrect.2020-02-18
<pro>Button
: Fix incomplete presentation style.<pro>Table
: Fix the inline edit lov rendering err.2020-02-13
<pro>Table
: Added spin
properties.<pro>Table.queryBar
: Fix the table filter bar error rendering bind field.<pro>Table
: Fix the head fixed height err<pro>Table
: Fix disabled
properties.<pro> Lov
: Fix the problem that the record obtained in lovQueryAxiosConfig
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 the range
property.<pro>DataSet.Record
: Fix toJSONData
missing __id
attribute.<pro>DataSet.Field
: Fix the problem that transformRequest
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 add afterClick
hook to perform actions other than the default behavior.2020-01-16
<pro>ModalProvider
: Added ModalProvider Component.<pro>DataSet.Field
: Added parameter for transformRequest
and transformResponse
.<pro>Upload
: Added showUploadList
property.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
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
: Added setState
and getState
methods.<pro>DataSet.Field
: Optimize the options
property.<pro>ViewComponent
: Optimized onBlur
hook to prevent blur based on preventDefault
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 that dataToJson
is normal.<pro>DataSet
: Fixed cascading problem.2019-12-23
<pro>Table
: Open Table
queryBar
Component.<pro>Pagination
: Added showQuickJumper
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 in dynamicProps
.<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 when dataToJSON
is normal
.2019-12-09
configure
: Added lookupBatchAxiosConfig
property.<pro>DataSet
: Added dirty
property, deprecated isModified
method.<pro>DataSet.Record
: Optimize the dirty
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 in dynamicProps
.2019-12-05
<pro>DataSet
: Added dataToJSON
property, deprecated parameters of method such as toJSONData
.<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 with splice
method.2019-12-01
<pro>DataSet
: Added autoLocateAfterCreate
property.<pro>DataSet.Field
: Fixed min / max verification type judgment.2019-11-27
<pro>DataSet
: Added remove
event.<pro>DataSet
: Added autoLocateAfterRemove
property.<pro>DataSet
: Optimize the performance of remove
method.2019-11-22
<pro>Table
: Fixed an issue with the time type field editor.2019-11-22
<pro>Modal
: Added drawerTransitionName
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
: Added onSuccess
, 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
: Added tableExpandIcon
property.<pro>Table
: Added expandIcon
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
Added mousedown
mode.<pro>Table
: Optimize record creation in inline editing mode.<pro>DataSet.Record
: Fixed an issue where the create
status record became sync
status after reset.<pro>DataSet
: Fixed an issue where the autoCreate
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 with cascadeMap
.<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
: Added onExpand
property.<pro>IntlField
: Fixed a conflict when a single record had multiple multi-language controls.<pro>DataSet.Field
: Fixed the problem that dynamic lookupUrl
does not display the value.2019-11-05
<pro>DataSet.Record
: Added init
method.<pro>DataSet.Transport
: The tls hook adds the record
parameter.<pro>DataSet.Field
: Fixed the problem that dynamic lovCode
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 has transport.update
property but no transport.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
: Added feedback
property.<pro>DataSet.Field
: Added labelWidth
property.configure
: Added lookupCache property.configure
: Optimize the default logic for global configuration transport
.<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, the hidden
property is not controlled, and the defaultHidden
property does not work.<pro>Lov
: Fixed an issue that multiple records with the same textField
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 where lovQueryAxiosConfig
did not work when using lovCode
.<pro>Select
: Fixed the problem with searchMatcher
.<pro>Table
: Fixed the problem that CheckBox of unedited line is not disabled in the inline-edit mode.2019-10-25
configure
: Add global configuration transport
, lookupAxiosConfig
, iconfontPrefix
, icons
.Icon
: Customizable iconfont resource.<pro>DataSet.Field
: Optimize logic related to lookupAxiosConfig
, 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's labelWidth
was non-numeric.2019-10-22
<pro>Form
: The labelWidth
property of child element is exists.<pro>Table
: Fix ResizeObserver loop limit exceeded
error.Button
: Fix the problem that the loading icon is not displayed.2019-10-21
<pro>DataSet
: Added autoQueryAfterSubmit
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
: The dynamicProps
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
: The confirmMessage
parameter of delete
and deleteAll
methods supports the properties of the Modal.<pro>Output
: Adjust the line spacing in the Form.Button
: Adjust the loading status to match the Button
of pro.<pro>Modal
: Adjust the styles of confirm
, 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 the tooltip
property.Modal.SideBar
: Fixed an issue where the closable
property didn't work.2019-10-13
configure
: Added defaultValidationMessages
global configuration.<pro>DataSet.Field
: Added defaultValidationMessages
property.<pro>DataSet
: Added confirmMessage
parameter for delete
and deleteAll
method.<pro>FormField
: Added validationRenderer
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
: Added pagination
global configuration.<pro>Select
: Added notFoundContent
, onOption
properties.<pro>FormField
: The return value type of renderer
is supports ReactNode
.<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
: Added tooltip
property.<pro>Select
: Added searchMatcher
property.<pro>Pagination
: Added showSizeChangerLabel
, sizeChangerPosition
, sizeChangerOptionRenderer
properties.<pro>DataSet.Field
: The format
attribute adds the uppercase
lowercase
capitalize
value.<pro>DataSet.Field
: Added lovDefineAxiosConfig
, lovQueryAxiosConfig
properties.<pro>TriggerField
: Added onPopupHiddenChange
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
: Added trim
property.<pro>DataSet
: dataKey
and totalKey
support deep matching, such as dataKey = "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
: Attribute queryBar
supports hook type.<pro>DataSet.Field
: Fixed an issue where dynamicProps
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.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
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
: Add conditionFieldRequired
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 when dataKey
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 when range
is array.<pro>DataSet.Field
: Fix dynamicProps
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
: The toJSONData
method adds the isCascadeSelect
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 hook generatePageQuery
adds the sortName
and sortOrder
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 using label
as children
, label
won't be rendered under float label layout.<pro>CheckBox
: When using label
as children
, 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 add update
methods.<pro>Modal
: Added okProps
, cancelProps
, okFirst
, border
attribute.<pro>DataSet.Field
: Add requestTransform
& responseTransform
input property.<pro>Table
: Add advancedBar
type to queryBar
property.message
: Added placement
config.<pro>DataSet.Record
: The set method can pass an object with a key-value pair.<pro>DataSet
: Added reverse
, reduce
, reduceRight
, removeAll
, and deleteAll
methods.<pro>Select
: Add optionRenderer
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 the z-index
style.SelectBox
: Update the style(with 'floatLabel' layout).TextArea
: Update the style.Tabs
: Update the style.<pro>Table
: Update the style of ColumnFilter
.<pro>DataSet.Field
: The checksum will be reset but not triggered automatically when the dynamic properties changed.<pro>DataSet
: Cancel the cache strategy in Validator.checkValidity
method.<pro>Modal
: footer
property now supports function
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 shows No Matching Options
.<pro>DataSet.Field
: lookupAxiosConfig
supports hooks.<pro>Modal
: Adjust the footer position to bottom of the viewport in drawer
modal.<pro>Radio
: Use label
as children
when there is no children
.<pro>CheckBox
: Use label
as children
when there is no children
.<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 when document.body
has no scrollbar, a popup modal will affect the page layout.<pro>Modal
: Fix the problem when using float-label Form
in a drawer
, the validation & help message cannot scroll.<pro>FormField
: Fix the style of FormField
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 pass params
.<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 that width
property doesn't work with SideBar
.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 property labelLayout
is float.<pro>Select
: Fix bugs in the combo
property.Checkbox
: Fixed semi-selection style issues.<pro>Validator
: Fixed Unique validates problem when Transport
setting validate.<pro>DataSet
: Fixed the Field.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 the lookupAxiosConfig
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 the labelLayout
is float
.<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 the query
event were incorrect.<pro>DataSet
: Fixed an issue where cascading subdata source data could not be submitted.<pro>DataSet
: Fixed an issue where property ignore
of multi-language field is a clean
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 the header
property of the column does not support ReactNode.2019-06-13
<pro>DataSet
: The property transport
adds the adapter
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
: Added transport
property to configure CRUD requests.Message
: The default placement
property is set to leftBottom
.<pro>DatePicker
: Fix the problem that the placeholder
does not display.2019-06-07
<pro>TextField
: Updated the style of the input box with the property labelLayout
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
: Added maxTagPlaceholder
, maxTagCount
, maxTagTextLength
properties.<pro>Field
: Added the ignore
property.<pro>Select
: Added the primitiveValue
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 the placeholder
property with a priority greater than the configured placeholder
.<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
: Added pagination
property.<pro>Pagination
: Added showTotal
, 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 property showQueryBar
, added queryBar
property, the optional value is normal
bar
none
.<pro>Table
: Added expanded row rendering.<pro>Table
: Added onCell
property to set cell properties.<pro>Table
: Deprecated the property rowRenderer
, added onRow
property to set row properties.<pro>Lov
: Added searchable
property, LovConfig adds editableFlag
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
choerodon-ui/pro
component library.2019-04-26
Icon
: Fix icon size issues.2019-04-25
Icon
: Add new icons.2019-04-20
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 the disableOk
and disableCancel
properties.TreeNode
: TreeNode adds the wrapper
attribute.Icon
: Add new icons.IconSelect
: Add the showAll
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
: add alwaysCanCancel
.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
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
and no
button change to not valid for disabled options2018-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
: Add noFilters
, Used to block the default filtering.Table.Column
: Add disableClick
to disable the check for the Table
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 of maxTagCount
.Input
: Adjust the style.Select
: Adjust the style.2018-09-21
List
: List add empty
.Table
: Table add empty
.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
: Add onHeadClick
.Input
: Adjust the style.Sidebar
: Fix props without getContainer
error.2018-09-04
Input
: Add showPasswordEye
.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 InputSpin
: 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
: Added onChoiceRemove
.Input
: Added showLengthInfo
.Modal
: Added center
.Select
: Adjust the style.Tree
: Adjust the style.Modal.Sidebar
: Adjust the style.InputNumber
: Adjust the style.Select
: filterInput
autoFocus.Table
: Fixed onChange
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
: Added isModifiedFields
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.IconSelect
.Table
: Adjust FilterSelect
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
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 state filteredValue
;Select
: Adjust disabled style.2018-05-13
Form
: Adjust validation feedback icons.Popover
: Adjust icon.Table
: Fixed when value
in prop filters
of column
is not string, the display of filter bar's selection value will be wrong.Table
: column
added filterTitle
prop.2018-05-12
Table
: Fixed when prop childrenColumnName
is not children
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 footerSpin
: Adjust the rotation effect.Table
: Fixed filter bar errors when column filter fails to filter columns without dataIndex property.2018-05-03
Pagination
: Added prop tiny
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
FilterBar
: Added multiple choose function by prop column.filterMultiple
.FilterBar
: Fixed column filter error.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 iconTable
: When the column.filters
prop is an empty array, filterBar
can also display the optional column.2018-04-26
placement
for message to position.bottom
for message's config.footer
for Select.2018-04-25
funcType
for Modal to button function.2018-04-24
2018-04-20
rc-components
.loading
for Progress's prop type
.copy
and onCopy
for Input to copy function.2018-04-11
filterBar
to open the filter bar function.filters
to control filter conditions selected.label
for each form control to display floating text.2018-04-01
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )