2018-05-10
- Bugfix: The error is thrown when children is false in
Container
(#20) - Bugfix: Dropdown placement not customizable in Nav (#21)
- Bugfix:
tplTransform
return value mismatch when parameter is 0 (#22) - Bugfix: Form error message incomplete display in Modal (#23)
- Chore: Update Babel configuration (#24)
- Bugfix: Increase z-index for dropdown when modal opened (#25)
2018-05-03
- Bugfix:
pageDate
not updated when value change forDatepicker
. - Bugfix: The scrolling operation throws an exception, when InputNumber
step
is a decimal. - Feature: AutoComplete support {value,label} in data property.
- Feature: Added support for keydown events in AutoComplete.
- Feature: All picker added new property
menuClassName
.
2018-04-24
- Bugfix: styles directory not published to NPM
2018-04-24
- A brand new style.
- Support react 16+.
- Support Internationalization.
- Support flow, a Static Type Checker for JavaScript.
- Added prettier formatting.
- Update build to use
babel-preset-env
. - Give up support for IE9.
- Breadcrumb New support
separator
property, custom separator. - Modal
autoResizeHeight
attribute renamed tooverflow
. - Update Button Group
- Delete
shape
property, replace withappearance
property, add support forsubtle
andghost
button. - Add property
color
, define button color. - Add property
loading
.
- Delete
- Update Table
- Integrate all
rsuite-table
functions. - Add support merged cells.
- Add support text over long line wrap processing, you need to set the
wordWrap
property, default to flase.
- Integrate all
- Update Checkbox, support
indeterminate
property. - Update Dropdown
- Delete the
activekey
andselect
properties, and use theSelectpicker
component if you need to select a feature. - Add Support Multilevel Menu.
- Add property placement` , set menu display location.
- Delete the
- Update Nav components, add
appearance
(default
,subtle
,tabs
) property. - Update Form related components
- Integrates all
form-lib
andrsuite-schema
functions. - Replaced the Field component with the
FormControl
component (default processing Input component, can be modified byaccepter
property). - Form
checktrigger
property valuenull
to 'none'. - Support 3 kinds of layout layout:
horizontal
,vertical
,inline
. - Helpblock support
tooltip
property. - Add
ErrorMessage
component for displaying error messages.
- Integrates all
- Integrate standalone component library into
rsuite
library- Add Uploader.
- Add Tree.
- Add CheckTree.
- Add TreePicker.
- Add CheckTreePicker.
- Add SelectPicker.
- Add CheckPicker.
- Add Cascader.
- Add AutoComplete.
- Add DatePicker.
- Add DateRangePicker.
- Add Slider.
- Add InputNumber.
- Add Steps.
- Add Timeline.
- New Components
- Add Sidenav.
- Added IconButton.
- Add Icon, instead of IconFont component, while supporting SVG custom import icons.
- Added Drawer.
- Add Progress.
- Add Alert.
- Add Message.
- Add Notification.
- Add Loader.