Skip to main content

New Release (2018-07-15)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@0.1.15
  • react-bootstrap-table2-paginator@0.1.6

Changelog

Bug fixes

  • Fixed Filter + Pagination returns empty rows(7a787bb)

Features

N/A

Enhancements

  • Custom the table header class via [headerClasses] prop on BootstrapTable(199bf8e)

New Release (2018-06-24)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@0.1.14
  • react-bootstrap-table2-paginator@0.1.5
  • react-bootstrap-table2-filter@0.3.0

Changelog

Bug fixes

  • Fix table will jump to first page after cell editing in remote mode(42c6bc0)
  • Click on filter will trigger sorting(#380)

Features

  • Support custom filter(#389)

Enhancements

N/A

New Release (2018-06-04)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@0.1.13
  • react-bootstrap-table2-paginator@0.1.4
  • react-bootstrap-table2-filter@0.2.0
  • react-bootstrap-table2-overlay@0.1.2

Changelog

Bug fixes

  • Fix remote sort still sorting data(#354)
  • Fix react-bootstrap-table2-overlay does not consider caption height(b11019c)

Features

  • Support date filter(#365)

Enhancements

  • Support to custome the pagination total(#359)
  • Support to custom the selection column(#364)

New Release (2018-05-23)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@0.1.12

Changelog

Bug fixes

  • Fix the bool rendering issues in React (#340)

Features

N/A

Enhancements

N/A

New Release (2018-05-13)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@0.1.11
  • react-bootstrap-table2-filter@0.1.7

Changelog

Bug fixes

  • Fixed filtered table doesn't rerender on prop change(#303)
  • Fix programmatically filter broken when filter multiple column at the same time(#334)

Features

N/A

Enhancements

  • Implement wrapperClasses to allow to custom the class on outer element which wrap up the table element(#325)

New Release (2018-05-07)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@0.1.9
  • react-bootstrap-table2-editor@0.2.0
  • react-bootstrap-table2-paginator@0.1.2

Changelog

Bug fixes

N/A

Features

  • Rich cell editors(#322)
  • Allow to custom cell editors(#322)
  • Implement pagination total indication(#323)

Enhancements

  • rowEvents support onDoubleClick(#324)

New Release (2018-04-15)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@0.1.8
  • react-bootstrap-table2-filter@0.1.6

Changelog

Bug fixes

Features

  • Programmtically Filters(#287)

Enhancements

  • Pass event object to selectRow.onSelect and selectRow.onSelectAll.(#304)

New Release (2018-04-01)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@0.1.6
  • react-bootstrap-table2-editor@0.1.4
  • react-bootstrap-table2-filter@0.1.4

Changelog

Bug fixes

  • Fixed includes and find are not supported in IE(#274)
  • Fixed empty table is missing the last cell when row seleciton is enable(#276)

Features

  • Allow to configure the default sort direction(#286)
  • Allow to custom the cell editor's style and class(#268)

Enhancements

  • Don't render anything if noDataIndication is not given(#275)

New Release (2018-03-19)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@0.1.5

Changelog

Bug fixes

  • Fix selection was broken when data changed(#260)

Features

Enhancements

  • Add classes and id on BootstrapTable for customization(#247)
  • column.hidden will not render element instead of setting display:none(#261)

New Release (2018-03-06)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@0.1.4
  • react-bootstrap-table2-editor@0.1.2

Changelog

Bug fixes

  • Fix the sort will not be triggered when data is changed(#232)
  • Fix empty <Caption /> element issue(#219)
  • Fix Failed prop type: The prop defaultValue is marked as required in TextEditor, but its value is null(5dd1f1e9)

Features

Enhancements

  • rowEvents.onMouseEnter and rowEvents.onMouseLeave will be wrapped up and pass row informations(#233)