Open Collective
Open Collective
Loading
Release 3.0.8
Published on June 9, 2018 by Simon Guo

3.0.8
2018-06-07
  • Feature: The position of the overlay can be adjusted automatically (#69)
  • Bugfix: The default type of <Button> is button (#67)
  • Bugfix: <textarea /> in form-control will produce a whitesapce (#65)
  • Feature: Support selectOnEnter on <AutoComplete> (#62)
  • Bugfix: Fix the problem on the Picker style (#58)
  • Feature: Support maxPreviewFileSize on <Uploader> (#57)
  • Bugfix: dialogDOM is null (#56)

3.0.7
2018-05-31
  • Feature: Added support for block and toggleComponentClass on Picker (#54)
  • Chore: Update shouldComponentUpdate check in <Table> (#53)
  • Chore: Set max-width for some picker (#51)
  • Bugfix: Full Modal size not working (#50)
  • Bugfix: The event is not defined in the RadioGroup's onChange (#49)
  • Bugfix: The Click event Triggers 2 times when the checker is in the label (#46)
  • Bugfix: Events in the Panel header was blocked (#45)

3.0.6
2018-05-24
  • Bugfix: The onSelect event is not triggered after the enter key on AutoComplete (#43)
  • Bugfix: Omit the style and className on DropdownMenu of Picker (#42)

3.0.5
2018-05-17
  • Bugfix: Set all picker display inline-block ([#35])
  • Chore: Create CODE_OF_CONDUCT.md (#34)
  • Feature: Support onChangeCalendarDate on <DatePicker> (#33)
  • Chore: Fix travis config for npm deployment (#32)
  • Bugfix: Remove redundant check isNullOrUndefined (#31)
  • Bugfix: Serious typos (#30)
  • Bugfix: rsuite-schema get precise length of a string (#rsuite-schema-3)

3.0.3
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)

3.0.2
2018-05-03
  • Bugfix: pageDate not updated when value change for Datepicker.
  • 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.

3.0.1
2018-04-24
  • Bugfix: styles directory not published to NPM