Skip to content

@simonguo simonguo released this Jul 9, 2020 · 20 commits to master since this release

July 9, 2020

  • Feature: Added support for none in trigger props on <Whisper>. #1155
  • Feature: Support scrollable on <InputNumber>. (#1133)
  • Improve: Impove <DateRangePicker> panel range layout styles. (#1164)
  • Improve: Improve all Pickers renderValue methods. (#1151,#1139)
  • Bugfix: Fix Uploader repeatedly triggering onChange event in IE11. (#1156)
  • Bugfix: Fix <Whisper> delay not working. (#1153)
  • Bugfix: Fix the issue of height reduction when reopening <Modal>. (#1152)
  • Bugfix: Fix the style problem of various combinations of <InputGroup>. (#1149,#1150,#1158,#1163)
  • Bugfix: Fix <Carousel> autoplay direction error on RTL. (#1136)

  • Feature: <InputNumber> 新增支持 scrollable 属性,默认值为 true, 设置为 false 则禁用滚动更新值。 (#1133)
  • Feature: <Whisper>trigger 属性值新增 none#1155
  • Improve: 改进 <DateRangePicker> 的面板样式,可以容纳更多自定义选项。 (#1164)
  • Improve: 改进所有 Picker 的 renderValue 方法,解决值与数据不匹配时也能自定义显示。 (#1151,#1139)
  • Bugfix: 修复 Uploader 在 IE11 浏览器会触发两次 onChange 的问题. (#1156)
  • Bugfix: 修复 <Whisper>delay 值属性无效的问题。 (#1153)
  • Bugfix: 修复 <Modal> 在再一次打开后高度计算不一致的问题。 (#1152)
  • Bugfix: 修复 <InputGroup> 在多种组合场景下存在的样式问题。 (#1149,#1150,#1158,#1163)
  • Bugfix: 修复 <Carousel> RTL 视图下自动播放方向错误的问题。 (#1136)
Assets 2

@simonguo simonguo released this Jul 9, 2020 · 41 commits to master since this release

June 18, 2020

  • Bugfix: fix(dropdown): fixed an issue where the menu and tooltip overlapped. ([#1132])
  • Bugfix: fix(treepicker): called onDragStart only when the node is draggable. ([#1124])
Assets 2

@simonguo simonguo released this Jul 9, 2020 · 48 commits to master since this release

June 11, 2020

  • Bugfix: Fix autoplay can't be interrupted in Carousel. (#1120)
  • Bugfix: Fixed ShowOneCalendar disabled Months after date. (#1118)
  • Bugfix: Fixed type errors defined by Typescript. (#1098,#1106)
Assets 2

@simonguo simonguo released this Jul 9, 2020 · 59 commits to master since this release

June 8, 2020

  • Bugfix: fix TypeError Cannot redefine property: prefix. (#1115)
Assets 2

@simonguo simonguo released this Jun 5, 2020 · 62 commits to master since this release

June 4, 2020

  • Bugfix fix(steps): fixed the description of Steps will break layout. (#1100)
  • Bugfix fix(inputpicker): fix InputNumber will not trigger onChange when input. (#1096)
  • Bugfix fix(ts): fix errors in Typescript. (#1095,#1103)
  • Bugfix fix(dropdown): fix incorrect Dropdown caret position. (#1094)
  • Bugfix fix(picker): remove redundant ripple elements in PickerToggle (#1092)
  • Bugfix fix(sidenav): fixed display issue when sidenav was collapsed. (#1090)
  • Bugfix: fix(buttongroup): fixed Button componentClass not work with ButtonGroup. (#1087)
  • Example: docs(example): add example of Reason app. (#1101)

  • Bugfix 修复 Steps 组件描述过长后导致布局异常。 (#1100)
  • Bugfix 修复 InputNumber 键盘输入未触发 onChange 事件。 (#1096)
  • Bugfix 修复 Typescript 中存在的类型定义错误。 (#1095,#1103)
  • Bugfix 修复 Dropdown 内 caret 图标的位置。 (#1094)
  • Bugfix 修复 PickerToggle 内冗余的涟漪元素。 (#1092)
  • Bugfix 修复 Sidenav 折叠以后存在的显示问题。 (#1090)
  • Bugfix: 修复 ButtonGroup 内 Button 的 componentClass 属性无效的问题。 (#1087)
  • Example: 新增 ReasonML 的示例项目 (#1101)
Assets 2

@simonguo simonguo released this May 28, 2020 · 79 commits to master since this release

May 28, 2020

  • Improve: Improved <TreePicker> and <CheckTreePicker> to expand nodes when searching. (#1075)
  • Improve: Export component props from rsuite. (#1068)
  • Bugfix: Fixed the content of the last marker of <Slider> not being dot-aligned. (#1079)
  • Bugfix: Fixed <Slider> drag handle error (#1082)
  • Bugfix: Fixed errors in the docs. (#1080)
  • Bugfix: Fixed type errors defined by Typescript. (#1081)
  • Chore: Added commintlint to check git meesage. (#1078)

  • Improve: 改进 <TreePicker><CheckTreePicker> 在搜索时展开节点。 (#1075)
  • Improve: 导出 rsuite 所有组件的 props。 (#1068)
  • Bugfix: 修复了 <Slider> 的最后一个标记的内容未点对齐的问题。(#1079)
  • Bugfix: 修复了 <Slider> 拖拽手柄报错的问题。 (#1082)
  • Bugfix: 修复了一些文档中的错误。 (#1080)
  • Bugfix: 修复了一些 Typescript 类型定义错误。 (#1081)
  • Chore: 添加 commintlint,用于对 git meesage 的格式进行检查。 (#1078)
Assets 2
You can’t perform that action at this time.