All Versions
101
Latest Version
Avg Release Cycle
18 days
Latest Release
968 days ago

Changelog History
Page 10

  • v3.0.7 Changes

    • Chore: filter the ref value of null for tableRows([#33])
  • v3.0.6 Changes

    • 🚚 Chore: Remove dependency for rsuite-theme ([#32])
  • v3.0.5 Changes

    2018-7-3

    • 🔋 Feature: Support showHeader on <Table> ([#30])
    • 🔋 Feature: Support autoHeight and minHeight on <Table> ([#29])
    • 🔋 Feature: Support cellBordered on <Table> ([#28])
  • v3.0.4 Changes

    2018-6-26

    • 🔋 Feature: Support loadAnimation on <Table> ([#27])
    • 🛠 Bugfix: The position was updated incorrectly when the scrollbar was clicked on <Table> ([#26])
  • v3.0.3 Changes

    2018-6-25

    • Chore: Allowed header height can be 0 ([#25])
    • 💅 Chore: Update style for loading ([#25])
    • 🛠 Bugfix: Set minimum height for table body ([#24])
  • v3.0.2 Changes

    2018-6-10

    • 👌 Support bodyRef on <Table> ([#23])
    • ⚡️ When the height of the content is updated, reset the scroll bar position ([#22])
  • v3.0.1 Changes

    • ⚡️ Update shouldComponentUpdate check
  • v2.0.1 Changes

    • 修复多个 bug
    • 修改 renderTreeToggle
    • 支持 bordered 属性
    • 支持 treeToggletreeToggleBy 属性
    • 支持 touch events
    • <Column> 支持 colSpan 属性, 可以合并列单元格
    • Scrollbar 支持点击滚动到指定位置
    • 更新 rsuite-theme, 解决分页按钮禁用样式问题
  • v2.0.0 Changes

    • 升级 React 版本 15.* ,同时兼容 0.14.9 版本
    • 删除 Minxin, 改用高阶组件
    • 改进表格许多性能问题
    • 添加了对 loading 状态的支持
    • 添加了 编辑的表格 的示例
  • v1.1.11 Changes

    • 自定义滚动条代替系统原生滚动,大幅提高了滚动表格时候的性能