--- 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. --- ## 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)