All Versions
138
Latest Version
Avg Release Cycle
9 days
Latest Release
2303 days ago

Changelog History
Page 7

  • v2.7.0 Changes

    December 13, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed calling handleSearch('') will no clear the text on search field(f7646dc)
    • ๐Ÿ›  Fixed getComputedStyle is not defined error(c9587b2)
    • ๐Ÿ›  Fixed fails in restricted network environment for react-toastr with a git url installation

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support scrollTop prop on <BootstrapTable>(20a0d65)
      • Available valus is a numeric value or Top or Bottom
  • v2.6.0 Changes

    November 28, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed #838

    ๐Ÿ”‹ Features

    โœจ Enhancement

    • ๐Ÿ‘Œ Support row lock level on cell edit(7c57b52)
      • Use nonEditableRows in cellEdit props
      • nonEditableRows accept a callback function which return an array of rowKey which is noneditable rows
  • v2.5.9 Changes

    November 21, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix npm 3 install fail#797(3fea774)
    • ๐Ÿ›  Fix cleanFiltered could not clear customerFilter(07b8560)

    โœจ Enhancement

    • Throw errors instead of string literals(f32ba6f)
  • v2.5.8 Changes

    November 09, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed the issue with giving the paginationShowsTotal as function when table is empty(ec93ddb)

    โœจ Enhancement

    • โž• Add an option for changing the text on select filter(79b9f41)
  • v2.5.7 Changes

    November 02, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed display boolean value if value is false(8fde9d6)
    • ๐Ÿ›  Fixed the filters do not work with dynamically generated columns(e1f287a)

    โœจ Enhancement

    • โž• Add headerTitle in <TableHeaderColumn> for enable the title on header, default is true(7685e14)
    • Redirect to first page if calling handleAddRowAtBegin(3a4432a)
  • v2.5.6 Changes

    October 22, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed Search fails on number 0(2af763e)
    • ๐Ÿ›  Fixed the wrong display text when giving sizePerPageList as an array of object(a48dc5f)

    โœจ Enhancement

    • ๐Ÿ‘Œ Support onRowDoubleClick in options prop(3d884ea)
  • v2.5.5 Changes

    October 01, 2016

    โœจ Enhancement

  • v2.5.4 Changes

    September 27, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed the incorrect page number for paginationShowsTotal when data is empty(ba524f9)
    • ๐Ÿ›  Fixed Cannot read property 'name' of undefined during option change if a given page bigger than total pages count(96c35aa)

    โœจ Enhancement

    • ๐Ÿ‘‰ Make pagination button compatible with Bootstrap@4(1c0e9f5)
    • Keep cell editing stay if table re-rendering(6777a72)
  • v2.5.3 Changes

    September 18, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix wrong text for pagination show totals(62ce772)
    • Should not deselect disabled checked checkbox on click on unselected all(41e3723)

    โœจ Enhancement

    • Avoid console error for invalid regex in regex-filter(ef15ce0)
  • v2.5.2 Changes

    September 11, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix select filter not working as expected(1d3960c)
    • ๐Ÿ›  Fix pagination covers table when setting maxheight(dcc54d2)

    โœจ Enhancement

    • ๐Ÿ‘ Allow sizePerPageList accept an object which follow this format { text: '10', value: 10 }(635b838)