Skip to main content

New Release (2018-10-14)

· One min read
Allen Fang
Main Maintainer

Changed Packages

We got following package version bump in this release:

  • react-bootstrap-table-next@1.3.0
  • react-bootstrap-table2-editor@1.2.0

Changelog

Bug fixes

  • Fixed bug if pagination props changes(#599)

Features

  • Support expand/collapse row only though expand indicator(#546)
  • Support selectRow.clickToExpand, which allow user to click on row to select/expand row at the same time(#497)
  • Support render tabIndex on td(#607)

Enhancements

  • Improve row level performance(#497)

New Release (2018-10-07)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@1.2.1
  • react-bootstrap-table2-paginator@1.0.3
  • react-bootstrap-table2-toolkit@1.1.1

Changelog

Bug fixes

  • Fixed remote search bug(#591)
  • Fixed wrong calculation for from and to in pagination when remote search/filter enable and data is shrink below the current page(#594)

Features

  • Implement column.sortCaret(#593) for customing the sort caret

Enhancements

  • Easy to access the exposed API from react ref(#592)

New Release (2018-09-30)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@1.2.0
  • react-bootstrap-table2-editor@1.1.0
  • react-bootstrap-table2-toolkit@1.1.0

Changelog

Bug fixes

  • Fixed cannot assign to read only property 'textAlign' of object(#575)
  • Fixed wrong results pass to selectRow.onSelectAll when isSelect argument is false(#570)

Features

  • Implement expandRow.onlyOneExpanding(#574)
  • Implement selectRow.hideSelectAll(#574)
  • Support Default Search(#571)
  • Implement auto select input text when editing cell(#569)

Enhancements

  • Fixe a non printable characters in csv output(#572)
  • Add onContextMenu on rowEvents(#556)

New Release (2018-09-03)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@1.1.4
  • react-bootstrap-table2-editor@1.0.1
  • react-bootstrap-table2-toolkit@1.0.3

Changelog

Bug fixes

  • Fixed selectRow.onSelectAll will return undefined value after search(#509)

Features

  • Support dummy column(#520)
    • Enable it via column.isDummyField
  • Able to export csv by current selected rows(#522)

Enhancements

  • Add onStartEdit callback which will be called when cell editor is trigger(#523)

New Release (2018-08-27)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@1.1.3

Changelog

Bug fixes

  • Fixed selectRow.onSelectAll will return undefined value after search(#509)

Features

N/A

Enhancements

  • Fixed some wrong code in storybooks
  • column.sortFunc now pass rowA and rowB(#508)

New Release (2018-08-21)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@1.1.2
  • react-bootstrap-table-toolkit@1.0.2
  • react-bootstrap-table2-paginator@1.0.2

Changelog

Bug fixes

  • Fixed missing onChange prop for selection checkbox(#417)
  • Fixed pagination calculation fails when data change(#474)

Features

N/A

Enhancements

  • Fixed some wrong code in storybooks

New Release (2018-08-12)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@1.1.0
  • react-bootstrap-table2-toolkit@1.0.1
  • react-bootstrap-table2-paginator@1.0.1

Changelog

Bug fixes

  • Fixed column.style and column.align will conflicts(#481)
  • Fixed search will be clear if search the same text twice(#470)
  • Fixed debounce bug(#468)
  • Fixed pagination.paginationTotalRenderer give wrong from and to argument(#467)

Features

  • Export CSV allow to export current display data instead of whole list(#469)

Enhancements

  • Performance improvment on cell level(#449)

New Release (2018-08-04)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@1.0.0
  • react-bootstrap-table2-filter@1.0.0
  • react-bootstrap-table2-editor@1.0.0
  • react-bootstrap-table2-paginator@1.0.0
  • react-bootstrap-table2-toolkit@1.0.0

Notes

In 1.0.0, you have to upgrade react and react-dom to 16.3.0 or behind.

Changelog

Bug fixes

  • fix bug for default sort and filter have potential issue when remote enabled.

Features

  • Row Expand
  • Table Search
  • Export CSV

Enhancements

  • Support Bootstrap 4