--- order: 6 title: Change Log toc: false timeline: true --- `choerodon-ui` strictly follows [Semantic Versioning 2.0.0](http://semver.org/). #### Release Schedule - Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix). - Monthly release: minor version at the end of every month for new features. - Major version release is not included in this schedule for breaking change and new features. --- ## 1.5.6 `2022-08-25` - π `configure`: Added `lovNoCache`, `uploadShowReUploadIcon`, `performanceTableAutoHeight`, `fieldMaxTagCount`, `fieldMaxTagPlaceholder`, `modalClosable`, `cacheRecords`, `tableShowCachedTips`, `attachment.fetchFileSize` properties. - π `<pro>Attachment`: Added `onRemove` property. - π `<pro>Table`: Added `getHeaderGroups`, `getGroups` methods. - π `<pro>Table`: Added `saveToCustomization` parameter on `setColumnWidth` method. - π `<pro>Table`: Added `getScrollInfo` method for `onScrollTop` and `onScrollLeft` hook parameters. - π `<pro>Table`: Added `boxSizing`, `showCachedTips`, `fullColumnWidth` properties. - π `<pro>Table.Column`: Added `tooltipProps` property, added `groups` parameter on `header` property. - π `<pro>DataSet.Field`: Added `dateMode` property. - π `Avatar`: Added `Avatar.Group` supports. - π `Notification`: Added `icons` configuration. - π `Upload`: Added `beforeUploadFiles` property. - π `<pro>Lov`: Add `transformSelectedData` hook in Lov configuration. - π `WaterMark`: Added component of WaterMark. - π `<pro>Segmented`: Added component of `Segmented`. - π `<pro>Button`: Add the secondary color. - π `List`: Added association `DataSet` support and `rowSelection` selectable support. - π `Card`: Added `selected` and `cornerplacement` attributes to cards and card groups. - π `<pro>Cascader`: Added `optionRenderer` property. - π `<pro>Cascader`: `popupContent` hook adds `content` `dataSet` `textField` `valueField` `setValue` and `setPopup` 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 the `multiple` property is `false` and change the default value of the `multiple` property to `true`. - π `Trigger`: Optimize auto-alignment when content size changes. - π `<pro>PerformanceTable`: Optimize the use of `autoHeight` and add new usage methods for `autoHeight` 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`: Optimized `onBeforeSelect` 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 support `modifiedCheck` 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 the `numberGrouping`, `formatterOptions`, `required`, `range`, `highlight`, `help` properties. - π `<pro>Form.ItemGroup`: Optimized the `TS` type declarations for component properties. - π `<pro>Attachment`: Optimize component help rendering. - π `<pro>Lov`: Optimized the width style calculation problem when setting the `multiple` and `isFlat` 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 in `range` and `editorInPopup` modes, an error may be reported after entering the value. - π `<pro>DatePicker`: Fix `defaultTime` value error when it exceeds `min` and `max`. - π `<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`: Fix `searchMatcher` not working when using options prop. - π `<pro>Table`: Fix error when element may be null. - π `<pro>Table`: Fix error when the column configuration in the `columnProps.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 that `readOnly` throw is configured for operation. - π `<pro>Mentions`: Fix setting `autoSize` property invalid. - π `<pro>ColorPicker`: Fix the problem of get `preset` 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 in `virtual` and `virtualCell` 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`: Fix `headerRowHeight` and `footerRowHeight` not working when `rowHeight` 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 the `range` and `multiple` 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 the `disabled` attribute of the button. - π `<pro>Cascader`: Fixed when the `searchable` property is set to `true` and the same value is displayed at the same level in the `options`, 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. ## 1.5.5 `2022-06-22` - π `configure`: Added `autoInsertSpaceInButton`, `attachment.getTemplateDownloadUrl` `autoCount`, `countKey`, `drawerHeaderFooterCombined`, `colorPreset` properties. Added `totalCount`, `count`, `onlyCount`, `, defaultCount` parameter for `generatePageQuery` hook. - π `<pro>DataSet`: Added `autoCount`, `countKey` properties. Added `counting` value. - π `<pro>DataSet.Field`: Added `template` property. - π `<pro>Attachment`: Added `template` property. - π `<pro>Transfer`: Added `setTargetOption` property when used to customize the preset target data source of the component shuttle box. - π `<pro>ColorPicker`: Added `mode`, `preset` properties. Added recently used function. Support Hex, RGBA settings. - π `math`: Added `max`, `min`, `abs`, `sum`, `random`, `isValidNumber`, `toString` methods. - π `<pro>IntlField`: Added `displayOutput` property. - π `configure`: `attachment.getPreviewUrl` return value supports hook types with return values of string and Promise<string>. - π Optimize the impact of the `ConfigProvider` context. - π Optimize the influence of `range` and `multiple` attributes on Autocomplete, EmailField, IconPicker, IntlField, Password, Secretfield, Select and UrlField components. - π `<pro>DatePicker`: Optimize the effect of the `filter` 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 configuration `renderEmpty`. - π `<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`: Optimized `autoSize` mode, the component will not automatically update the height after the `dataSet` of the data changes. - π 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 in `maxHeight` 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 in `inline` 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 has `Fragment` in `popup` mode. - π `<pro>TreeSelect.TreeNode`: Fix `selectable` property not working. - π `<pro>Cascader`: Fixed `multiple` `changeOnSelect` being set to `true` and `expandTrigger` to `hover` 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 the `showCheckedStrategy` property value was `SHOW_PARENT` or `SHOW_CHILD` and some of the case values were displayed incorrectly. And fix the `TreeNode` component setting the `disabled` property incorrectly. - π `<pro>Dropdown`: Fix `disabled` 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`: Fix `selectedRowKeys` controlled invalidation. - π `<pro>PerformanceTable`: Fix error by row click. - π `<pro>Modal`: Fixed an issue where updating `resizable` was invalid. - π `<pro>Modal`: Fix the `resizable` 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 of `Cannot read property 'tagName' of null`. - π `Upload`: Fix the problem that the loading status does not change after uploading successfully. ## 1.5.4 `2022-04-27` - π `configure`: Added `dateTimePickerOkButton`, `onComponentValidationReport` property and deprecated `bigNumberFormatter`. - π `Tabs`: Added `flex` property. - π `<pro>CheckBox`: Implement `showHelp`. - π `<pro>Table`: Added `treeFilter` property. - π `<pro>Switch`: Added `loading` property. - π `<pro>Dropdown`: Added `Dropdown.Button` component. - π `<pro>DatePicker`: Added `useInvalidDate` property. - π `<pro>Table`: The dynamic filter bar supports whether to save the filter value, and the tenant is personalized. - π `<pro>Table`: Added `selectionBoxRenderer` property to support checkbox renderer. - π `<pro>NumberField`: Deprecated `stringMode`. - π `Statistic.Countdown`: Added `formatter` 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 the `advancedBar`. - π `<pro>DatePicker`: Optimized when date switch in the `range` mode then the date display error in panel. And optimized when out of focus in the `range` mode, flash current date in panel problem. - π `<pro>DatePicker`: Optimized an issue where clicking Tab will automatically select `hover` on the date panel. - π `<pro>DatePicker`: When `mode` is set to `dateTime` or `time`, remove the "Ok" button and automatically select the value after losing focus. - π `<pro>DatePicker`: When the optimization mode is `time` mode, the rolling speed of the touch panel is fast. - π `Input & <pro>TextField`: Optimize the display logic between floating `label` and `placeholder` to be consistent with material design. - π `<pro>Transfer`: Optimized the style when setting `help` property. And remove the influence of the `range` property. - π `<pro>TextArea`: Mask the `multiple` property. - π `<pro>TextArea`: Optimization clicking the clear button will cause defocus. - π `InputNumber`: Support BigNumber. - π `Menu.Item`: Adjust the display style of the `a` element. - π `Form`: Optimize the display style of `spacingType` between. - π `<pro>AutoComplete`: Optimize `suffix` 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 whose `overflow` 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 in `maxHeight` style. - π `<pro>Table`: Fix the problem of row height changing in `aggregation` and `virtualCell` 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 by `filter` can be selected by keyboard. - π `<pro>Output`: Fix floating label display issue when content wraps. - π `<pro>Dropdown`: Fix the problem that setting `disabled` 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 when `valueChangeAction` is `input`. - π `<pro>NumberField`: Fixed the problem that when you click the `step` button on the touch pad of laptop computer, the step distance becomes twice the value of `step` 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 bug `renderExtraFooter` displays double copies in `dateTime` mode. And fixed display error when `multiple` and `editorInPopup` properties settings at the same time. - π `<pro>CheckBox`: Fixed the invalid showHelp property in Form. ## 1.5.3 `2022-03-23` - π merge `hzero-ui`. - π `configure`: Added `modalMovable` property. - π `Collapse.Panel`: Added `dataSet` property. - π `Tabs.TabPane`: Added `dataSet` property. - π `<pro>DataSet`: Added `selectAllPage`, `unSelectAllPage` events. - π `<pro>DataSet.Record`: Added `selectedTimestamp` value. - π `<pro>Transfer`: Added for receiving children's custom rendering list. - π `<pro>Attachment`: Added `getUUID`, `showSize` properties. - π `<pro>Output`: Added display of `label` when `labelLayout` is `float` mode. - π `<pro>Table`: Added `autoValidationLocate` property. - π `<pro>Form`: Added `autoValidationLocate` property. - π `<pro>Form`: Added `ItemGroup` combination input box. - π `<pro>DataSet`: Added `treeCheckStrictly` property. - π `<pro>Typography`: Added `Typography` component. - π `<pro>CheckBox`: Added show help function. - π `Upload`: Optimize the display style of non-picture files in `picture-card` mode. - π `<pro>Table`: The `hideable` 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 is `hidden`. - π `<pro>Range`: Optimization of data value display and occlusion of adjacent marks. - π `<pro>Table`: Optimized combination search bar is set with `bodyexpandable`, which blocks the problem of the search button. - π `<pro>Table`: Optimized problem of adaptive `rowheight` in optimized combination search. - π `<pro>Table`: Optimized no alignment problem in selecting lov condition button in optimization search bar. - π `<pro>Lov`: Optimize `mode` `viewMode` type declaration. - π `<pro>DataSet`: Optimize validation when the `min` or `max` attribute of a `field` is set to `fieldName`. - π `<pro>NumberField`: Optimize the problem of integer and decimal merging when setting `step` property and `defaultValue` 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 using `lookupAxiosConfig` 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`: Fixed `prefix` color block missing. - π `<pro>Table.Column`: Fix `onCell` 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 when `dataToJSON` is `all`. - π `<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 in `aggregation` mode. - π `<pro>Form`: Fixed colon not showing under grid layout, and `Output` style issues. - π `<pro>Form`: Fix the label style issue under `vertical` 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`: Fix `lovQueryCachedSelected` 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 nodes `checkable` status individual control error. ## 1.5.2 `2022-02-16` - π `configure`: Added `onTabsChange`, `onButtonClick`, `tableHeaderRowHeight`, `tableFooterRowHeight`, `xlsx`, `attachment.defaultChunkSize`, `attachment.defaultChunkThreads`, `attachment.onBeforeUpload`, `attachment.onBeforeUploadChunk`, `lovSelectionProps`, `modalResizable` properties. - π `<pro>DataSet`: Added `forceSubmit` method. `ValidationRule` add `disabled` hook. - π `<pro>DataSet.Field`: Added `useChunk`, `chunkSize`, `chunkThreads`, `fileKey`, `fileSize` properties. - π `<pro>Table`: Added the `setColumnWidth` instance method, added `renderEmpty` property, and added `index` property on the parameter of the `onColumnResize` hook. `rowHeight` supports hooks. - π `<pro>Table.Column`: Added `aggregationTreeIndex` property. Added `aggregationTree` property on the parameter of the `renderer`, `header` and `footer` hook. - π `configure`: Added `min`, `max` properties. - π `<pro>Table`: Added query bar type of `comboBar` and configuration item of queryBarProps. - π `<pro>Attachment`: Added new upload mode of `Attachment.Dragger`. Added `useChunk`, `chunkSize`, `chunkThreads` properties. - π `<pro>Form`: Added spacingType property. - π `<pro>PerformanceTable`: The cell implements `renderEmpty`. - π `<pro>Modal`: Added `resizable`, `customizable`, `customizedCode` properties. - π `<pro>Mentions`: Added `Mentions` component. And remove basic `Mention` component. - π `<pro>Table`: Optimize front-end export and support export check. - π `Alert`: Optimize the layout style of the component. - π `<pro>Form`: Optimize `separateSpacing` to support responsiveness and support number and numbers value type. - π `<pro>DatePicker`: Optimize `hover` selection display, and optimize display styles in `isFlat` and `range` mode. And optimize `dateTime` mode date selection. - π `<pro>Attachment`: The button displays a error color when the upload fails in `popup` 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 the `prefix` 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 in `range` and `editorInPopup` mode. - π `<pro>Lov`: Fix the problem that the popup window cannot be closed when clicking the last page of the pagination in `popup` mode. - π `<pro>Lov`: Fix the null value in the first render when `autoSelectSingle` is turned on. - π `<pro>Table`: Fix the problem of virtual scrolling in `aggregation` 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 invalid `min` or `max` property value set to 0. And fixed data verification error when `step` is set and `max` is less than 0. - π `<pro>Range`: Fix the problem that the slider cannot be dragged after dragging another slider in `range` 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`: Fixed `z-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`: Fixed `cacheSelection` and `cacheModified` are not working when use `appendData`. - π `<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 when `pattern` 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`: Fixed `Cascader` rendering display values in `Output` and `TableCell`. - π Fix the style problem when the browser font size is not default. - π `<pro>DataSet`: Fixed the verification error of whether `Field` in `DataSet` is modified when `Cascader` component sets `multiple` property to `true`. - π `<pro>Table`: Fixed `queryBar` as `bar`, filter field set `range` or `multiple` property style, and `datetime` 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 in `button` mode. - π `<pro>Lov`: Fix the problem that the data may not be displayed when the first popup. ## 1.5.1 `2022-01-06` - π `configure`: Added `bigNumberFormatter`, `tableHeightChangeable`, `tableColumnResizeTrigger` properties. The return value of `attachment.getDownloadUrl` and `attachment.getDownloadAllUrl` is supported as function type for button clicks. - π `Notification`: Added config props of `foldCount`. - π `Message`: Added a promised interface to handle callback. - π `<pro>Table`: The tree table supports row dragging, and added `dragDropContextProps` property. - π `<pro>Table`: Added `groups`, `headerRowHeight`, `footerRowHeight`, `onScrollLeft`, `onScrollTop`, `heightChangeable`, `bodyExpandable`, `defaultBodyExpanded`, `bodyExpanded`, `onBodyExpand` properties, `setScrollLeft`, `setScrollTop` instance methods. - π `<pro>Table`: The dynamic filter bar adds `fuzzyQueryOnly` & `refreshBtn`, supports single fuzzy aggregation query mode and refresh button. - π `<pro>Transfer`: Added properties of `oneWay`. - π `<pro>Table.Column`: Added `aggregationLimitDefaultExpanded`, `defaultWidth` properties. - π `<pro>TextArea`: Added `clearButton` property. - π `<pro>DataSet`: Added `validateSelf` event and `getAllValidationErrors` method. - π `<pro>DataSet`: Added `validationRules`, `strictPageSize` properties. - π `<pro>Lov`: Added `selectionProps` property. - π `<pro>NumberField`: Added `stringMode` property. - π `<pro>DataSet`: Added `bigNumber` field `type`. - π `<pro>Attachment`: Added `previewTarget` property. - π `<pro>DataSet`: Added the `forceRemove` parameter to the `remove`, `removeAll` methods. - π `Step`: Optimize the navigation style of the `Steps`. - π `<pro>Button`: Optimize when button is disabled, set child node `pointer-events` to `none`. - π `Upload`: Optimized `loading` icon are displayed when the picture list is uploading. - π `<pro>TextArea`: Optimize the `autoSize` initialization style. - π `<pro>TextField`: Optimize the style when setting the `clearButton` `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 in `noCache` mode. - π `<pro>Table`: Fix the problem that the virtual scroll will be fully rendered for the first time when only `maxHeight` 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 of `Table` `Tree` data. - π `<pro>Table`: Fix the sorting problem of query bar fields. - π `<pro>Button`: Fix the problem that the `href` button can be jumped when the href button is `disabled`. - π `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 that `selected` 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`: Fix `queryBarProps` 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 in `range` mode. - π `<pro>DataSet`: Fixed tree data parent-child association problem. - π `<pro>DatePicker`: Fix the problem of value setting in the `range` and `multiple` mode. - π `<pro>DateTimePicker`: Fix the issue where the `format` property is invalid. ## 1.5.0 `2021-12-02` - π Split `dataset` and `shared` libraries. - π `ConfigProvider`: Added `ConfigProvider` component. - π `hooks`: Added `useConfig` hook. - π `<pro>hooks`: Added `useDataSet` hook. - π `configure`: Added `numberFieldKeyboard`, `tableColumnDefaultWidth`, `tableColumnDefaultMinWidth`, `tableAggregationColumnDefaultWidth`, `tableAggregationColumnDefaultMinWidth`, `tooltipPlacement`, `lovShowSelectedInView`, `showHelp` properties. - π `configure`: `TooltipTarget` adds `text-field-disabled` input class component disabled state object. - π `Tabs`: Added `tabDraggable`, `tabTitleEditable`, `tabCountHideable`, `defaultChangeable` properties. - π `<pro>DataSet.Field`: `optionsProps` property supports hooks. - π `<pro>SecretField`: Added `SecretField` component. - π `<pro>Attachment`: Added `isPublic` property. - π `<pro>Attachment.Group`: Added `Attachment.Group` component. - π `<pro>NumberField`: Added the `keyboard` property to control `UP` `DOWN` keyboard events. - π `<pro>ModalProvider`: Added `getContainer` property. - π `<pro>IntlField`: Added `type` property, supports multi-line input. - π `<pro>Lov`: Added `drawer` mode and `viewRenderer` property. - π `BarCode`: Added component of BarCode. - π `<pro>Tree`: Added `filter` property. - π `Tree`: Added callback of `onDropBefore` function. - π `<pro>DataSet`: Added `record` property. - π `Transfer`: Added `sortable` and `sortOperations` property. - π `<pro>Transfer`: Added `sortable`γ`sortOperations` and `operations` property. - π `<pro>Lov`: Added `showSelectedInView` property. - π `Tab`: Added `second-level` type. - π `<pro>CodeArea`: Added `themeSwitch`, `title` properties. - π `<pro>Form`: Added the `showHelp` attribute to control the display mode of the form input box help. - π `<pro>FormItem`: The new `label` method is added to the `showHelp` 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 the `expandButton` 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`: Optimize `Form` multiple columns, `Output` and other input type component height issues. - π `<pro>DatePicker`: Optimized `mode` to `dateTime` style. - π `Message`: Optimized `loading` type message icon. - π `<pro>DataSet`: Fix the problem of incorrect field sequence after adding new fields. - π `<pro>DataSet`: The `total` parameter of the `appendData` method is discarded. - π `<pro>DataSet.Record`: Fix the `getPristineValue` 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 in `popup` 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 when `aggregation` 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 in `range` mode and using `timeZone` property. Fixed error limits for `maxLength` and `minLength` properties. - π `<pro>Validator`: Fix the validation message is not fully formatted if no label. - π `<pro>NumberField`: Fixed error limits for `maxLength` and `minLength` properties. And fixed `UP` `DOWN` keyword not working in Range mode. - π `<pro>NumberField`: Fix the issue that the verification reset will not be triggered when the dynamic `max` and `min` 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 the `autoSelectSingle` 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 the `children` and `className` 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 in `dataset` selected records when `async` is enabled and `selectable` is set to false. ## 1.5.0-beta.0 `2021-10-31` - π `configure`: Added `defaultActiveFirstOption` property. - π `Message`: Added `message.config` method parameter `maxCount`. - π `Notification`: Added `notification.config` method parameter `maxCount`. - π `Badge`: Added `color`, `size`, `title` properties. - π `<pro>Table`: Added the `summaryBarFieldWidth` property to handle the `summaryBar` field width. - π `<pro>Select`: Added the `defaultActiveFirstOption` property whether to highlight the first option by default. - π `<pro>DataSet`: Added `cacheModified` property, `cachedModified`, `cachedRecords` value, `clearCachedModified`, `clearCachedRecords` method, `query` and `loadData` added `cache` parameter. - π `Upload`: Added `showFileSize` property, and optimized the component style. - π `Tabs`: Added `countRenderer` property. - π `<pro>Lov`: Added `onSearchMatcherChange` property. - π `Steps`: Added `type` property. - π `Steps`: Added `onChange` callback. - π `Tabs`: Added `showMore` property. - π `<pro>SecretField`: Added `SecretField` component. - π `ImageCrop.AvatarUploader`: Remove `minRectSize`, `subTitle` properties, rename `defaultRectSize` property as `rectSize`. - π `<pro>DataSet`: Optimize memory. Optimize tree data performance, Optimize verification performance. - π `RcTrigger`: Make Component be observer. - π `<pro>Select`: In the `options` 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 by `defaultTime` does not change when the range value is automatically exchanged. - π `<pro>Lov`: Optimized the `onClick` 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 In `popup` 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 when `selectable` 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 the `maxHeight` style in `virtualCell` 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 when `editor` 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 the `tooltip` is set. - π `<pro>Attachment`: Fix the issue that the `accept` 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 by `dynamicProps` has no effect. - π `<pro>DataSet`: Fix the issue of `appendData` total parameter update. - π `<pro>Validator`: Fix the problem of incomplete `stepMismatch` error information. - π `<pro>Output`: Fix the issue that an asterisk will be displayed when the colon is displayed. - π `<pro>Modal`: Fix the problem of illegal `drawerTransitionName` causing page error. - π `<pro>PerformanceTable`οΌFix the problem that the merged line disappears when virtual scrolling is turned on. - π `<pro>ColorPicker`οΌFixed configuration `clearButton` property error and pointer jump when selecting #00000 color. ## 1.4.5 `2021-09-29` - π `configure`: Added `tabsInkBarStyle`, `customizable`, `customizedSave`, `customizedLoad`, `tableButtonsLimit` properties, deprecated `tableCustomizedSave`, `tableCustomizedSave`, `tableCustomizable`, `performanceTableCustomizable`, `lovTableCustomizable` properties. - π `Tabs`: Added `inkBarStyle`, `customizable`, `customizedCode`, `hideOnlyGroup` properties, support ink bar style modification. - π `Tabs.TabPane`: Added `title`, `showCount`, `count`, `overflowCount` properties, `count` property support hooks. - π `Tag`: Added `gray` color. - π `<pro>DataSet`: Added `childrenField`, `forceValidate` properties. - π `<pro>DatePicker`: Added `editorInPopup`, `defaultTime` properties. - π `<pro>Dropdown`: Added `onHiddenBeforeChange` callback. - π `<pro>Table`: Add `searchCode`, `autoWidth`, `rowBoxPlacement`, `buttonsLimit` properties, optimize `TableQueryBarType.filterBar` dynamic filter bar, support saving filter conditions, deprecated `autoMaxWidth` property. - π `<pro>Pagination`: Added `quickJumperPosition` property. - π `Tabs`: Optimized to not display when `count` 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`: Rename `onResize` to `onColumnResize` event. - π `<pro>Lov`: Optimize the priority of `lovQueryBar` and remove the global default value of `lovQueryBar`. - π `<pro>Lov`: During the search query cycle, the KeyDownEnter event is disabled. - π `<pro>Tooltip`: Optimize style alignment. - π `<pro>DataSet`: Fix the `cacheSelection` problem that the changed value is restored when the cached selected record is redisplayed. - π `<pro>DataSet`: Fix the `dirty-field` mode will ignore the primary key value when there is no field corresponding to the `primaryKey` 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 in `isFlat` and `range` mode. - π `<pro>DatePicker`: Fix the problem of value setting when the `range` is object and `multiple`. - π `<pro>DatePicker`: Fix the problem that the `defaultTime` 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 when `customizedCode` is changed. - π `<pro>Table`: Fix the problem that row misalignment when switching the page size in `virtual` mode. - π `<pro>Table`: Fix the problem of editor dislocation caused by `virtualCell`. - π `<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 in `multiple` 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 under `autoHeight` 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 of `alwaysShowRowBox` in the single-select mode table is incorrectly selected. - π `<pro>TriggerField`: Fix the problem that `onPopupHiddenChange` 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 the `onClick` property of `button` mode has no effect. - π `<pro>Lov`: Fix the problem that the `noCache` option is repeated in `multiple` 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 in `popup` mode. - π `<pro>Lov`: Fix the problem that the drop-down box cannot pop up after closing the Modal in `searchFieldInPopup` 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. ## 1.4.4 `2021-09-04` - π `configure`: Added `tableColumnAlign`, `tooltip`, `showValidation`, `attachment`, `selectTrigger`, `lovQueryCachedSelected`, `queryBarProps`, `lovQueryBar`, `lovQueryBarProps` properties, `tooltipTheme` property supports hook type, deprecated `buttonTooltip`, `labelTooltip`, `selectOptionTooltip`, `tableColumnTooltip` properties. - π `<pro>Rate`: Added `Rate` component. - π `<pro>Attachment`: Added `Attachment` component. - π `<pro>Picture`: Added `Picture` component. - π `<pro>Modal`: Added `preview` method. - π `<pro>DataSet.Field`: Added `bucketName`, `bucketDirectory`, `attachmentCount`, `showCheckedStrategy` properties. - π `<pro>DataSet.AttachmentFile`: Added `AttachmentFile` class. - π `<pro>RichText`: Added continuous preview of pictures. - π `<pro>Cascader`: Added `async` and `loadData` attributes to simplify asynchronous loading schemes. - π `<pro>PerformanceTable`: Added the `onCell` property and the `rowSpan` property of the cell to support row merging. - π `Tree`: Added the `oldCheckedKeys` parameter to the `onCheck` callback. - π `Skeleton`: Added `grid` property to support grid space configuration. - π `<pro>Form`: Added the `showValidation` attribute to control the prompting method of verification information. - π `<pro>FormField`: Added the `showValidation` attribute to control the prompting method of verification information. - π `<pro>FormField`: Added `processValue` property. - π `<pro>DataSet.Field`: Added `processValue` property. - π `DatePicker`: Added `processValue` property. - π `<pro>Table`: Added `showCachedSelection`, `onShowCachedSelectionChange` properties. - π `<pro>Table`: Added the `showRemovedRow` property to control the display and hide of temporarily removed rows. - π `<pro>TriggerField`: Added `viewMode`, `getPopupAlignTarget` properties. - π `<pro>Select`: Added `searchFieldInPopup`, `searchFieldProps` properties. - π `<pro>Lov`: Added `onBeforeSelect` property. - π `<pro>PerformanceTable`: Added `rowSelection` property, built-in check column. - π `<pro>PerformanceTable`: Added `rowDraggable` property to support row drag. - π `<pro>PerformanceTable`: Added horizontal virtual scroll. - π `<pro>Table`: Added `onResize` callback. - π `Tabs`: Added TabGroup component. - π `Icon`: Added a lot of icons. - π `<pro>Table`: Added `autoQueryAfterReset` property to support ProfessionalBar & DynamicFilterBar to reset whether to automatically query. - π `<pro>Table`: The storage of the customization aggregation view is controlled by the external `aggregation` 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 the `selectable` attribute is false. - π `<pro>RichText`: Optimize the preview style and `RichTextViewer` style. - π `<pro>TextField`: Optimize the display position of `showLengthInfo`. - π `<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 the `hidden` attribute to support hidden fields. - π `configure`: Modify the `tableFilterAdapter` 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 to `fetchLookup`. - π `<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 custom `renderer` in `range` mode. - π `<pro>PerformanceTable`: Fix the problem that the first column of the sub-column in the combined column cannot be dragged when `resizable` 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 the `valueChangeAction` is `input` in the highlight mode. - π `<pro>Lov`: Fix the problem that multiple selections cannot be made when the `selectionMode` property of Table is `click`. - π `<pro>Lov`: Fix the logic problem of `showCheckedStrategy` property `SHOW_ALL` value. - π `<pro>Select`: Fix the problem of rendering errors when using `primitiveValue` and `combo` 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`: Fix `suffix`, `prefix` attribute support, style. - π `<pro>Output`: Fix the problem of invalid colon when using `useColon`. - π `<pro>Table`: Fixed an error rendering when the filter bar condition is a number of 0. - π `<pro>Table`: Fix the `footer` dom position. - π `<pro>Table`: Fix the invalid problem of `queryBarProps` `onReset` & `onQuery` event. ## 1.4.3 `2021-08-03` - π `configure`: Added `performanceTableColumnHideable`, `performanceTableColumnTitleEditable`, `performanceTableColumnDraggable`, `performanceTableCustomizable`, `tableVirtual` properties. - π `<pro>Table.Column`: Added `hiddenInAggregation` property, added `aggregation` parameter to the `command` hook. - π `<pro>PerformanceTable`: Added personalization features, including `customizedCode`, `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 of `checkValueOnOptionsChange` 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 column `tooltip` cannot be closed when the cell is destroyed. - π `<pro>Table`: Fix the style problem of locked column footer on the right. - π `<pro>Table`: Fix `virtualCell` not working. - π `<pro>Table`: Fix the problem that drag and drop rows report error when `virtualCell` is set. - π `<pro>Table`: Fix the problem that the cells are not displayed when `virtualCell` is set to true and `showHeader` is set to false. - π `<pro>Table`: Fix the rendering format problem of `dateTime` type column. - π `<pro>Table`: Fix the problem that array typed `range` property reports errors in columns. - π `<pro>Table`: Fix the problem that `maxHeight` and `minHeight` of `style` property may cause the column to not fill up. - π `<pro>FormField`: Fix the problem of not rendering when the `renderer` 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. ## 1.4.2 `2021-07-21` - π `configure`: Added `tableVirtualCell`, `formatter.timeZone` properties. - π `<pro>DataSet`: Added `selectionStrategy` property, `selectionStrategy`, `treeSelected` values, `treeSelect`, `treeUnSelect` methods. - π `<pro>Lov`: Added `showCheckedStrategy` property. - π `<pro>DatePicker`: Added `timeZone` property. - π `<pro>Tooltip`: Added singleton mode, added `show` and `hide` static methods. - π `<pro>DataSet`: dataToJSON adds `dirty-field`, `dirty-field-self` types. - π `<pro>DataSet.Field`: Added `json` type. - π `<pro>DataSet`: Added the `combineSort` 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`: Added `queryBar`, `toolbar` attributes to support query bar and toolbar. - π `<pro>Table`: Added `showHeader` property. - π `<pro>Modal`: Support traversing iframes in the same domain. - π `<pro>DataSet`: The `all` value of the `dataToJSON` property will verify all records. - π `<pro>DataSet`: Optimize the `addField` 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`: Remove `suffix`, `prefix` attribute support. - π `<pro>Table`: Correct the calculation logic of `maxHeight` and `minHeight`. - π `<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 the `dataSet` 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. ## 1.4.1 `2021-06-28` - π `configure`: Added `performanceEnabled`, `onPerformance`, `tooltipTheme`, `validationTooltipTheme` properties. - π `Tooltip`: Added `theme` property. - π `<pro>Button`: Added `block` property, Added `link` type for `funcType`. - π `<pro>Table.Column`: Added `aggregation` parameter into `header` and `renderer` hooks. - π `<pro>TriggerField`: Added `tabIntoPopupContent` property, `popupContent` hook added `setValue` and `setPopup` parameters. - π `<pro>Select`: `popupContent` hook adds `content` `dataSet` `textField` `valueField` `setValue` and `setPopup` parameters. - π `<pro>Table`οΌAdded `queryBarProps`, `showSelectionCachedButton` properties. - π `<pro>TreeSelect`: Added `showCheckedStrategy` property, when configuring `treeCheckable`, define the way of backfilling selected items. - π `<pro>PerformanceTable`οΌAdded click row highlight attribute. - π `<pro>DataSet.Record`: The `get` 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 supports `transformResponse` and `transformRequest` 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 when `dynamicProps` is called recursively. - π `<pro>TextField`: Fix the problem that Tooltip cannot be displayed when there is `addonBefore`, `addonAfter` or `help`. - π `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 in `init` and `getPristineValue` method. - π `Dropdown`: Fix the problem that overlayProps is undefined when typeof overlay is func. - π `<pro>Table.Column`: Fix the issue that `dynamicProps.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. ## 1.4.0 `2021-06-11` - π `configure`: Added `buttonTooltip`, `selectOptionTooltip`, `labelTooltip`, `showLengthInfo`, `showInvalidDate`, `showRequiredColorsOnlyEmpty`, `highlightRenderer`, `tableColumnEditorBorder`, `currencyFormatter`, `currencyFormatterOptions` properties, deprecated `excludeUseColonTagList` property. - π `<pro>Select`: Added `optionTooltip` property. - π `<pro>Form.Item`: Added Item component. - π `<pro>Form`: Added `labelTooltip`, `fieldHighlightRenderer`, `layout` properties, deprecated `excludeUseColonTagList` property. - π `<pro>FormField`: Added `labelTooltip`, `highlightRenderer`, `useColon` properties. - π `<pro>Button`: Added `tooltip` property. - π `<pro>DataSet`: Added `setAllPageSelection`, `getQueryParameter`, `getValidationErrors` methods and `isAllPageSelection`, `unSelected`, `currentUnSelected` values. - π `<pro>DataSet.Record`: Added `getValidationErrors` method. - π `<pro>DataSet.Field`: Added `computedProps`, `highlight` properties, deprecated `dynamicProps` property. - π `<pro>Table`: Added `showAllPageSelectionButton`, `aggregation`, `onAggregationChange`, `cellHighlightRenderer`, `columnEditorBorder` properties. - π `<pro>Table.Column`: Added `aggregation`, `aggregationLimit`, `aggregationDefaultExpandedKeys`, `aggregationDefaultExpandAll`, `highlightRenderer` properties. - π `<pro>TextField`: Added `showLengthInfo` property. - π `<pro>DataSet`: Optimize the `appendData` 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`: The `title` and `overlay` attributes support hook functions. - π `Dropdown`: The `overlay` property supports hook functions. - π `Popover`: The `title` and `content` attributes support hook functions. - π `Popconfirm`: The `title` attribute supports hook functions. - π `<pro>Select.Option`: Attributes such as `className` and `style` 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`: The `title` and `overlay` attributes support hook functions. - π `<pro>Dropdown`: The `overlay` 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 the `clearButton` rendering interaction. - π `<pro>Modal`: `footer` add callback parameters. - π `<pro>TextField`: Optimized the label rendering logic in `range` mode. - π `<pro>TextField`: Modify the `autoComplete` attribute type to `string`. - π `<pro>TextField`: `restrict` property supports regular type. - π `<pro>NumberField`: Optimize the `precision` 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 the `keyboardClosable` 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`οΌFix `parityRow` 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 in `multiple` 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 that `autoSelectSingle` cannot pop up a single data. - π `<pro>Lov`: Fix the problem of data processing error when the table property `selectionMode` is `click` in `multiple` mode. - π `<pro>Table`: Fix queryBar multilingual field rendering problem. - π `<pro>PerformanceTable`: Fix column cannot be sorted in ColumnGroup. ## 1.3.2 `2021-05-11` - π `configure`: Added `lovTableCustomizable`, `lovAutoSelectSingle`, `tableColumnOnCell` properties. - π `<pro>Modal`: Added `closeOnLocationChange` property. - π `<pro>Table`: Added height settings for customization. - π `<pro>Lov`: Added `autoSelectSingle` 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 for `max` and `min` attributes. - π `<pro>Table`: Height style supports calc attribute. - π `<pro>Table`: Optimized professionalBar Expand Collapse `autoHeight` 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 the `maxLengths` 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. ## 1.3.1 `2021-04-18` - π `configure`: Added `selectPagingOptionContent`, `selectSearchable` properties. - π `<pro>DataSet`: Added `setState`, `getState`, `modifiedCheck` methods. - π `<pro>Paginition`: Added `maxPageSize`, `pageSizeEditable` properties. - π `<pro>FormField`: Added `onBeforeChange` hook. - π `<pro>Select`: Added `pagingOptionContent` property. - π `<pro>DatePicker`: Added `mode` parameter to the property `filter`. - π `<pro>Table`: Added ProfessionalBar `defaultExpanded` property. - π `<pro>Table`: Added `treeQueryExpanded` 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 of `maxLength` and `minLength`. - π `<pro>NumberField`: Fix the incorrect restriction of `maxLength` and `minLength`. - π `<pro>DataSet.Field`: Fix the incorrect restriction of `maxLength` and `minLength` 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. ## 1.3.0 `2021-04-09` - π `<pro>LovConfig`: Added `tableProps`, `dataSetProps` configuration. - π `configure`: Added `tableCustomizable`, `tableColumnTooltip`, `drawerSectionBorder`, `tableShowSelectionTips`, `drawerTransitionName` properties. - π `<pro>Table`: Added a prompt for selected records under table. - π `<pro>Table`: Added `clientExportQuantity` to configure the number of export queries. - π `<pro>Cascader`: Added `searchable`, `searchMatcher` properties to searchable the options; - π `<pro>Table`: Added `customizable`, `virtualCell`, `showSelectionTips` properties. - π `<pro>DataSet.Field`: Added `precision`, `numberGrouping`, `optionsProps` properties. - π `<pro>NumberField`: Added `precision`, `numberGrouping` properties. - π `<pro>TextArea`: Added `onResize` hook. - π `<pro>PerformanceTable`: Added demo combined with `DataSet`. - π `<pro>Modal`: Added the `drawerBorder` property, which is controlled separately from the modal `border` property. - π `<pro>Table`: Added the `virtualRowHeight` 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 the `range` is configured in the `disabled` state. - π `<pro>Lov`: Deprecated `lovEvents` attribute. - π `<pro>Lov`: Increase the priority of `searchable` attribute when value is false. - π `<pro>TextField`: Fixed the `renderer` 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 the `autoHeight` 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 the `autoHeight` 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 that `dynamicProps` may report errors. ## 1.2.0 `2021-03-18` - π `configure`: Added `tableColumnTitleEditable`, `tableColumnHideable`, `tableColumnDraggable`, `tableRowDraggable`, `tableCustomizedSave`, `tableCustomizedLoad`, `modalMaskClosable` global properties, and deprecated `tableDragColumn`, `tableDragRow`, `lovTriggerMode` properties. - π `<pro>Table`: Added table personalization features, including `customizedCode`, `customizedType`, `columnTitleEditable`, `columnHideable`, `columnDraggable`, `rowDraggable` attributes, deprecated `columnsMergeCoverage`, `columnsOnChange`, `columnsEditType`, `dragColumn`, `dragRow` attributes, and Column added `titleEditable` 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. ## 1.1.1 `2021-03-12` - π `<pro>Select`: Added option paging function. - π `<pro>Lov`: Added `searchAction` & `fetchSingle` properties. - π `configure`: Extend the `defaultRenderEmpty` property to support the `Output`. - π `<pro>Modal`: Extend `maskClosable`: true / false / click / dblclick. - π `<pro>Form`: Optimized `labelLayout` 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 the `triggerMode` API, and optimized to double-click to trigger the pop-up window. - π `<pro>Lov`: Optimized `tableProps` to support lov Table `columns` attribute merging. - π `<pro>Field`: Fixed the invalid configuration of some `dynamicProps`. - π `<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 the `searchMatcher` default configuration gets the `textField` may be empty. ## 1.1.0 `2021-03-02` - π `configure`: Added `tableParityRow` global configuration. - π `<pro>TreeSelect`: Added TreeSelect component. - π `<pro>Select`: Added `selectAllButton` property. - π `<pro>SelectBox`: implement the `optionsFilter` `searchable` properties. - π `<pro>TextField`: Added `valueChangeAction`, `wait`, `waitType` properties. - π `<pro>Form`: `labelWidth` added `auto` value. - π `<pro>Table`: Added `HTML title` to the column header when the `tooltip` attribute exists in `column`. - π `<pro>AutoComplete`: Added `matcher` property. - π `<pro>LocaleContext`: Added `setNumberFormatLanguage` method. - π `<pro>Tree`: Added `async` attribute to simplify asynchronous loading scheme. - π `<pro>Table`: Added `treeAsync` and `treeLoadData` properties to simplify the asynchronous loading scheme. - π `<pro>Table`: Added `parityRow` `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 of `fullscreen` display and `drawer` when `footer` is null. - π `<pro>Table`: Optimized the row style to ensure vertical centering. - π `<pro>Table`: The query field of boolean type is displayed as `Select` 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 the `highLightRow` property to support independent interaction of `focus` and `click`. - π `Collapse`: Fixed the issue that `expandIconPosition` 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 in `Modal`. - π `<pro>FormField`: Fixed incorrect application of `defaultValidationMessages` 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. ## 1.0.0 `2021-02-02` - π `configure`: Added `selectReverse` `tableAutoHeightDiff` global configuration. - π `<pro>Select`: Added `reverse` attribute to control whether multiple selection can be reversed. - π `<pro>Modal`: Added `header`, `drawerOffset`, `okButton`, `cancelButton`, `contentStyle`, `bodyStyle` attributes. - π `<pro>DataSet`: Added `beforeRemove` event. - π `<pro>DataSet`: Added `validateBeforeQuery` property. - π `<pro>DataSet`: Added `params` parameter to `query` method. - π `<pro>DataSet.Field`: Added `lookupBatchAxiosConfig` 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 of `autoMaxWidth`. - π `<pro>DataSet`: The `confirmMessage` parameter of `delete` and `deleteAll` 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 the `modalProps` property of the pop-up window. - π `<pro>Lov`: Fixed the priority of table `queryBar` 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 that `summaryBar` does not render when buttons do not exist. - π `<pro>Record`: Fixed the error of submitting data caused by incorrect `validate` parameter passing. - π `<pro>Pagination`: Fixed page number undefined quick jump error. - π `<pro>Pagination`: Fixed the issue that `modifiedCheckMessage` 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 the `getCascadeRecords` 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. ## 0.8.78 `2021-01-10` - π `configure`: Added `modalAutoCenter`, `modalKeyboard`, `tableKeyboard`, `tableFilterAdapter`, `tableFilterSuffix`, `tableFilterSearchText` global configuration. - π `Tabs`: Added `keyboard` property. - π `<pro>Select`: Added `noCache` property. - π `<pro>Table`: Added `filterBar`. - π `<pro>Table`: Added more keyboard shortcuts. - π `<pro>CodeArea`: Added `editorDidMount` property. - π `<pro>Cascader`: Added `onChoose`, `onUnChoose` property. - π `<pro>Modal`: Added `autoCenter` property to control the center display of modal. - π `<pro>Modal`: Added `keyboard` attribute to control keyboard esc to close. - π `<pro>Cascader`: Added `changeOnSelect` property could select parent node. - π `<pro>DatePicker`:Added `renderExtraFooter`, `extraFooterPlacement` property. - π `configure`: Optimized `lookupCache` 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 is `number`. - π `<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 of `useColon`. - π `<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 in `Modal`. - π `<pro>Tooltip`: Fixed the problem that the arrow may not be aligned with the center of the target in the bottom top case. ## 0.8.77 `2020-12-09` - π `<pro>NumberField`: Added `longPressPuls` to control NumberField long press accumulation. - π `<pro>Output`: Added `currency` property. - π `<pro>Lov`: Added `popupContent` callback property to handle custom query drop-down event interaction. - π `<pro>Table`: Added `autoFootHeight` 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`: Optimized `ProfessionalBar` 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 Table `tooltip` cannot pop up automatically. - π `<pro>Table`: Fixed Table setting `autoHeight` to `maxHeight` height calculation problem. - π `<pro>SelectBox`: Fixed the invalid problem of `optionRenderer` attribute. ## 0.8.76 `2020-11-24` - π `configure`: Added `tableAutoFocus` global configuration. - π `<pro>Lov`: Added `lovEvents` property to handle lov `DataSet` events. - π `<pro>Select`: The multi-select mode adds the inverse selection function. - π `<pro>Table`: Added `expandIconAsCell` property to control whether the expanded icon occupies a column. - π `<pro>Table`: Added new `autoFocus` attribute controls whether the new line automatically gets focus to the first editable field. - π `<pro>PerformanceTable`: Added `showScrollArrow` and `clickScrollLength` properties to control whether the scroll bar displays arrow clicks. - π `<pro>TextField`: Optimize the display of `placeholder` beyond the width. - π `<pro>Lov`: Optimized the lov `tableProps` property to be compatible with `onRow`. - π `<pro>Table`: Optimized rendering occupancy issue when `label` does not exist. - π `<pro>FormField`: Optimized when the value is multi-selection, error messages can also be displayed after `validator` is configured. - π `Collapse`: Fixed `collapseExpandIcon` 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`: Fixed `fetchLookup` lookupData update error. - π `<pro>Table`: Fixed the list misalignment problem when the automatic height of Table is set to `maxHeight`. ## 0.8.75 `2020-11-01` - π `<pro>IconPicker`: Added `customFontName` props and related configuration. - π `<pro>Table`: Added `summaryBar`, `summaryFieldsLimit` properties, and support header summary bars. - π `<pro>Modal`: Optimized `header` style. - π `<pro>TextField`: Optimized that the input box under IE contains the `readOnly` 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`: Fixed `autoHeight` 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 in `combo` 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. ## 0.8.74 `2020-10-14` - π `Statistic`: Added `Statistic` to display statistic data with description. - π `TreeSelect`: Added `maxTagCount`,`maxTagPlaceholder`, `maxTagTextLength` properties. - π `<pro>Field`: Added the `multiLine` attribute to support multi-line display and editing of Table cells. - π `<pro>Screening`: Added `Screening` component. - π `<pro>Field`: Added the `nonStrictStep` attribute. - π `<pro>Form`: Optimized Form Layout interval configuration. - π `<pro>Dropdown`: Optimized `getPopupContainer` attribute. - π `Table`: Modify the drag and drop demo and upgrade `react-dnd ^11`. - π `<pro>Skeleton`: Rename `skeletonTitle` 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 under `autoHeight` 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. ## 0.8.73 `2020-09-21` - π `configure`: Added `drawerOkFirst` global configuration. - π `Icon`: Added `customFontName` for who want the icon font customization. - π `<pro>Table`: Added TableProfessionalBar. - π `<pro>Table`: Added `exportMode` the client mode would export the excel by frontend. - π `<pro>PerformanceTable`: Optimized multilingual presentation && `bordered` true. - π `<pro>PerformanceTable`: Optimized the return of `title` 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 when `labelLayout` 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. ## 0.8.72 `2020-09-07` - π `configure`: Added `lovModalProps` global configuration. - π `Progress`: Added `showPointer` property. - π `<pro>RichText`: Added `RichText` component. - π `<pro>Cascader`: Added `Cascader` SingleMenu. - π `<pro>Table`: Added event `onDragEndBefore` callback before drag and drop. - π `Progress`: Updated `format` def. - π `Breadcrumb`: Optimized the `Breadcrumb` to MD design. - π `<pro>Modal`: Optimized the `okFirst` property in `drawer` mode. - π `<pro>Lov`: Reopen the pop-up window in `noCache` mode to reset the number of pages. - π `<pro>Upload`: Fixed the file type error when using `beforeUpload` and `uploadImmediately`. - π `<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-select `cascade` 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 to `readOnly`, 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 the `defaultActiveKey` set is not the first one when used in Modal ## 0.8.71 `2020-08-21` - π `configure`: Added `formatter`,`formatterOptions` global configuration. RenderEmpty document modification. - π `Upload`: Added `dragUploadList`, `onDragEnd` properties. - π `Breadcrumb`: Added breadcrumbItem `menuList` `overlay` properties. - π `Cascader`: Added cascader new `menuMode` support the single menu, with `singleMenuStyle` `singleMenuItemStyle` `singlePleaseRender` `singleMenuItemRender` properties. - π `<pro>Lov`: Added `paramMatcher` property. - π `<pro>Table`: Added `columnsMergeCoverage` `columnsOnChange` `columnsEdictType` properties to edict column. - π `<pro>NumberField`: Added `numberFieldFormatter`,`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`: Fixed `getPopupContainer` API. - π `<pro>TextArea`: Fixed the style problem of `TextArea` component. - π `<pro>Form`: Fix the conflict between `useColon` 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. ## 0.8.69 `2020-08-07` - π `configure`: Added `numberFieldNonStrictStep` global configuration. - π `ImageCrop`: Added the AvatarUpload component. - π `<pro>NumberField`: Added `nonStrictStep` attribute. - π `Select`: Optimized `Select` tags styles. - π `<pro>Form`: Optimized `Form` 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. ## 0.8.68 `2020-07-28` - π `Result`: Added the `Result` component. - π `Upload`: Added `requestFileKeys` properties. - π `ImageCrop`: Added the `ImageCrop` component. - π `configure`: Added `textFieldAutoComplete`, `resultStatusRenderer`, `tableEditorNextKeyEnterDown`, `tableDragRow`, `tableDragColumn`, `tableDragColumnAlign` properties. - π `<pro>PerformanceTable`: Added `PerformanceTable` component. - π `<pro>Form`: Added `Form` submit check automatically to check failed component feature. - π `<pro>Table`: Added table tree expand className. - π `<pro>Table`: Added `editorNextKeyEnterDown` property. - π `<pro>Table`: Added `Table` submit check automatically to check failed cell feature. - π `<pro>Table`: Fixed table autoHeight is `auto` , The style is error. - π `<pro>Table`: Fixed `Table` the scroll auto automatic sliding in IE. - π `<pro>Table`: Fixed `Table` use inline mode the lookup auto pack up. - π `<pro>Table`: Fixed the compatibility issue of `scrollIntoViewIfNeeded` method in IE && Firefox. - π `<pro>Table`: Fixed the problem of out-of-sync when sliding fixed columns under the `autoHeight` property `type: maxHeight`. - π `<pro>Table`: Modified the judgment mechanism of `useMouseBatchChoose`, 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 in `Form` at the same time, the background color does not change along with the width and height. ## 0.8.67 `2020-07-14` - π `<pro>Table`: Added `Table` drag feature. - π `Steps`: Added `Steps.Group` Component to grouping Step Components. - π `configure`: Added `collapseExpandIconPosition`, `collapseExpandIcon`, `collapseTrigger` properties. - π `Collapse`: Added `expandIcon`, `expandIconPosition`, `trigger` properties. - π `<pro>Select`: Added `commonItem`, `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 the `required` field is displayed incorrectly when `useColon` is true and `labelLayout` is vertical. - π `<pro>Form`: Fixed the problem that the `pristine` attribute cannot be used when `Form` 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. ## 0.8.66 `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`: Fixed`autoLocateFirst` 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. ## 0.8.65 `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. - π 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. ## 0.8.64 `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. - π 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. ## 0.8.63 `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. ## 0.8.62 `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. - π 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. ## 0.8.61 `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. ## 0.8.60 `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. ## 0.8.59 `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. ## 0.8.58 `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. ## 0.8.57 `2020-03-12` - π `<pro>Lov`: Add `queryBar` `fieldProps` configuration. - π `<pro>DataSet`: Added `cascadeParams` property. - π `<pro>Field`: Add class name for formField 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. - π 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 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. ## 0.8.56 `2020-02-18` - π Add xhr-mock mock config. - π `<pro>Button`: Fix incomplete presentation style. - π `<pro>Table`: Fix the inline edit lov rendering err. ## 0.8.55 `2020-02-13` - π `<pro>Table`: Added `spin` 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`: 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. ## 0.8.54 `2020-01-20` - π `<pro>NumberField`: Fix the verification problem. - π `<pro>NumberField`: Fix the problem that range value cannot be deleted by keyboard. ## 0.8.53 `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. ## 0.8.52 `2020-01-17` - π `configure`: Added`tableButtonProps` `tableCommandProps` `buttonColor` properties. - π `<pro> Table`: Built-in buttons for TableButton and TableCommand can add `afterClick` hook to perform actions other than the default behavior. ## 0.8.51 `2020-01-16` - π `<pro>ModalProvider`: Added ModalProvider Component. - π `<pro>DataSet.Field`: Added parameter for `transformRequest` and `transformResponse`. - π `<pro>Upload`: Added `showUploadList` 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. ## 0.8.50 `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. ## 0.8.49 `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. ## 0.8.48 `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. ## 0.8.47 `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`. ## 0.8.46 `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. ## 0.8.45 `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`. ## 0.8.44 `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. ## 0.8.43 `2019-12-02` - π `<pro>DataSet`: Fixed the problem with `splice` method. ## 0.8.42 `2019-12-01` - π `<pro>DataSet`: Added `autoLocateAfterCreate` property. - π `<pro>DataSet.Field`: Fixed min / max verification type judgment. ## 0.8.41 `2019-11-27` - π `<pro>DataSet`: Added `remove` event. - π `<pro>DataSet`: Added `autoLocateAfterRemove` property. - π `<pro>DataSet`: Optimize the performance of `remove` method. ## 0.8.40 `2019-11-22` - π Fix circular dependencies problems. - π `<pro>Table`: Fixed an issue with the time type field editor. ## 0.8.39 `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. ## 0.8.38 `2019-11-18` - π `Upload`: Added `onSuccess`, `onProgress`, `onError` properties. - π `<pro>Table`: Fix some problems with filterBar. ## 0.8.37 `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. ## 0.8.36 `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. ## 0.8.35 `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. ## 0.8.34 `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. ## 0.8.33 `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. ## 0.8.32 `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. ## 0.8.31 `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. ## 0.8.30 `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. ## 0.8.29 `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. ## 0.8.28 `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. ## 0.8.27 `2019-10-22` - π `<pro>Form`: The `labelWidth` property of child element is exists. - π `<pro>Table`: Fix `ResizeObserver loop limit exceeded` error. - π Fix circular dependencies problems. - π `Button`: Fix the problem that the loading icon is not displayed. ## 0.8.26 `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. ## 0.8.25 `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. ## 0.8.24 `2019-10-18` - π `<pro>Table`: Adjust the advance bar button type. ## 0.8.23 `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. ## 0.8.22 `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. ## 0.8.21 `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. ## 0.8.20 `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. ## 0.8.19 `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. ## 0.8.18 `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. ## 0.8.16 `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. ## 0.8.15 `2019-09-27` - π `<pro>DataSet`: Fixed an issue with dataKey. ## 0.8.14 `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. ## 0.8.13 `2019-09-26` - π `<pro>Table`: Attribute `queryBar` supports hook type. - π `<pro>DataSet.Field`: Fixed an issue where `dynamicProps` didn't work in some cases. ## 0.8.12 `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. ## 0.8.11 `2019-09-16` - π `<pro>Table`: Change the fuzzy condition count of query bar to one limits. ## 0.8.10 `2019-09-16` - π `Input`: Fixed an issue with a white screen. - π `<pro>DataSet`: Fix the problem with the isModified method. ## 0.8.9 `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`: 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. ## 0.8.8 `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. ## 0.8.7 `2019-08-22` - π `<pro>IntlField`: Fixed multi-language required and data change display issues. ## 0.8.6 `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. ## 0.8.5 `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. ## 0.8.4 `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. ## 0.8.3 `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. ## 0.8.2 `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. ## 0.8.1 `2019-08-02` - π `<pro>Table`: Fix the problem that the CheckBox editor displays the label. ## 0.8.0 `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`. ## 0.7.6 `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. ## 0.7.5 ## 0.6.14 `2019-06-28` - π `<pro>TextArea`: Fixed an issue where uncontrolled values could not be retained. ## 0.7.3 ## 0.6.12 `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. ## 0.7.1 ## 0.6.10 `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. ## 0.7.0 ## 0.6.9 `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. ## 0.6.8 `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. ## 0.6.7 `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. ## 0.6.6 `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. ## 0.6.5 `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. ## 0.6.4 `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. ## 0.6.3 `2019-05-24` - π `Tree`: Fix style. - π `Button`: Fix small button style. ## 0.6.2 `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. ## 0.6.1 `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. ## 0.6.0 `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](https://choerodon.github.io/choerodon-ui/docs/react/customize-theme) And use [global configuration](https://choerodon.github.io/choerodon-ui/components/configure). ## 0.5.7 `2019-04-26` - π `Icon`: Fix icon size issues. ## 0.5.6 `2019-04-25` - π `Icon`: Add new icons. ## 0.5.5 `2019-04-20` - π Fix the problem of 0.5.4 publishing file confusion. ## 0.5.4 (deprecated) `2019-04-19` - π `Icon`: Add new icons. ## 0.5.3 `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. ## 0.5.2 `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`. ## 0.5.1 `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. ## 0.5.0 `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. ## 0.4.5 `2018-12-11` - π `Icon`: Add new icons. - π `Select`: `all` and `no` button change to not valid for disabled options ## 0.4.4 `2018-12-3` - π `Menu`: Fixed a dependency error. ## 0.4.3 `2018-11-29` - π `Select`: Add`onPopupFocus`οΌ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. ## 0.4.2 `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. ## 0.4.1 `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. ## 0.4.0 `2018-09-28` - π `Select`: Improve the customization ability of `maxTagCount`. - π `Input`: Adjust the style. - π `Select`: Adjust the style. ## 0.3.10 `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. ## 0.3.9 `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. ## 0.3.8 `2018-08-31` - π `Icon`: Added new icons. - π `Input`: Adjust the style. - π `FormItem`: Adjust the style. ## 0.3.7 - π `Table`: Adjust the style. - π `Input`: Show default ban icon while hover Input - π `Spin`: Fixed Spin layer. ## 0.3.6 `2018-08-16` - π `Icon`: Added new icons. ## 0.3.5 `2018-08-03` - π `Switch`: Adjust the style. - π `Icon`: Added new icons. ## 0.3.4 `2018-07-19` - π `Icon`: Added new icons. ## 0.3.3 `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. ## 0.3.2 `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. ## 0.3.1 `2018-06-08` - π `Table`: Fixed select dropDown of Column which is always loading. ## 0.3.0 `2018-06-08` - π `Select`: Added loading. - π `Collapse`: Adjust the style of icon. - π `Modal`: Adjust the style of footer's button. - π Added component `IconSelect`. - π `Table`: Adjust `FilterSelect` function. - π `Table`: Adjust the position of Popup. ## 0.2.4 `2018-06-01` - π `Select`: Adjust the style of icon. - π `Input`: Adjust the style of icon. - π `Icon`: Added new icons. ## 0.2.2 `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. ## 0.2.1 `2018-05-28` - π `Select`: Adjust the style of multiple. ## 0.2.0 `2018-05-18` - π migrate to npmjs. ## 0.1.11 `2018-05-15` - π `Button`: Adjust disabled background color. - π `Modal.Sidebar`: Adjust the style of title. ## 0.1.10 `2018-05-14` - π `Table`: Fixed filter bar remove choice item will effect current state `filteredValue`; - π `Select`: Adjust disabled style. ## 0.1.9 `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. ## 0.1.8 `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. ## 0.1.7 `2018-05-12` - π `Icon`: font-weight change to inherit. - π `Select`: Open the dropdown again after cannot be query. ## 0.1.6 `2018-05-11` - π `Pagination`: Adjust the style of Pagination. - π `Modal.Sidebar`: content scroll. - π `Select`: Adjust the style of Select. - π `Select`: Added prop choiceRender. ## 0.1.5 `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. ## 0.1.4 `2018-05-08` - π `Ripple`: Fixed bugs which inner node's position style is static. ## 0.1.3 `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. ## 0.1.2 `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. ## 0.1.1 `2018-05-02` - Table - π `FilterBar`: Added multiple choose function by prop `column.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. ## 0.1.0 `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 the `column.filters` prop is an empty array, `filterBar` can also display the optional column. ## 0.0.5 `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. ## 0.0.4 `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. ## 0.0.3 `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. ## 0.0.2 `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 prop `type`. - π Added Modal.SideBar. - π Added `copy` and `onCopy` for Input to copy function. ## 0.0.1 `2018-04-11` - Table - π Added `filterBar` to open the filter bar function. - π Added `filters` to control filter conditions selected. - π Added `label` for each form control to display floating text. - π Adjust the theme style of each component. ## 0.0.0 `2018-04-01` - π Based on [Ant Design@3.4.0](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md#340)