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

Changelog History
Page 9

  • v2.3.6 Changes

    June 20, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix filter null data(8a90468)
    • ๐Ÿ›  Fix setState will cause changing to page one if selected row is on last page(7093d58)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support unselectable in selectRow props which can make some row unselectable(f5faef1)
    • ๐Ÿ”ฆ Expose getTableDataIgnorePaging function on <BootstrapTable> to allow user get the all data(include filtered)(34f3568)
  • v2.3.5 Changes

    June 11, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix column title is null problem(4d25667)
    • ๐Ÿ›  Fix sizePerPage always to be options value if setState(58540b3)
    • ๐Ÿ›  fix currPage always to be options value if setState(544cd26)

    โœจ Enhancement

    • ๐Ÿ‘Œ Support headerAlign for align header text only(e8930f6)
  • v2.3.4 Changes

    June 05, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix a next page showing if there's no data(ddf7fc9)
    • ๐Ÿ›  Fix the wrong class on selection row if a trClassName given(2d3d1cb)
    • ๐Ÿ›  Fix the save button doesn't work in textarea editing if disable blurToSave(2e0eca5)

    ๐Ÿ”‹ Features

    • Able to hide the pagination if there's only one page(4739d43)
      • Enable ignoreSinglePage on <BootstrapTable>
    • Able to hide the sizePerPage doprdown(7c88a3b)
      • Add hideSizePerPage in options props on <BootstrapTable>
    • ๐Ÿ‘Œ Support to customize the csv header text(ef11be9)
      • Use csvHeader on <TableHeaderColumn>

    โœจ Enhancement

    • ๐Ÿ›  Fix confirm grammar for row delete(cd26ba9)
  • v2.3.3 Changes

    May 29, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix warning: NaN is an invalid value for the width css style property(4018df5)
    • ๐Ÿ›  Fix uncaught TypeError: Cannot read property 'filter' of undefined(dc67221)
    • ๐Ÿ›  Fix search then filter will ignore the search(dc67221)

    ๐Ÿ”‹ Features

    • Custom text for paginationShowsTotal(07b3e7a)
      • paginationShowsTotal accept a bool value or a function, if a function given you need return the customize JSX.
      • Check example
    • ๐Ÿ‘Œ Support hide field in insert modal(9a7e93a)
      • Use hiddenOnInsert on <TableHeaderColumn>

    โœจ Enhancement

    • Ability to return unselected rows in onSelectAll(a23c290)

      • On select all, the second argument will be the current display rows on table.
      • On unselect all, the second argument will be the unselect rows.
      • Check example
    • ๐Ÿ‘Œ Improve the validation on onSelectAll(4666523)

      • If return true/false in onSelectAll, means agree/disard this select all event.
      • If return an array of rowKeys in onSelectAll, means the final selected result for this select event.
      • Check select validation example
  • v2.3.2 Changes

    May 23, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix sorting on null value(6a1c88b)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support for pagination start index(98499b2)
      • Use pageStartIndex in options
      • Check example
    • Able to add classname on tag(866e07d)
      • tableHeaderClass for header table and tableBodyClass for body table
      • Check example
  • v2.3.1 Changes

    May 11, 2016

    ๐Ÿ› Bug fixes

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support column title(e77bd32)
      • Enable columnTitle on <TableHeaderColumn>
    • ๐Ÿ‘Œ Support csv format on column(acd12b1)
      • Because dataFormat is not appropriate on column when exporting csv file, so csvFormat been supported.
      • Check this example
    • Enable to custom the save and close button text in insert modal(072eeee)
  • v2.3.0 Changes

    May 04, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix filters doesn't work when the column contains null values(2199431)

    ๐Ÿ”‹ Features

  • v2.2.0 Changes

    April 29, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix default value on filter are broken when upgrade to [email protected](b455582)
    • ๐Ÿ›  Fix column header pulse when sorting(4ec7521)
    • ๐Ÿ›  Fix Cannot assign to read only property 'children' of object '#' on single column table(3a95495)

    ๐Ÿ”‹ Features

  • v2.1.5 Changes

    April 26, 2016

    ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support position and total pages(8c6393b)
      • Enable paginationShowsTotal in options props
      • check example

    โœจ Enhancement

    • ๐Ÿ‘ Allow developer to define inline styling on react-bootstrap-table(e60e607)
      • Check example
      • containerStyle props is corresponding to the react-bs-table-container class.
      • tableStyle props is corresponding to the react-bs-table class.
      • headerStyle props is corresponding to the react-bs-container-header class.
      • bodyStyle props is corresponding to the react-bs-container-body class.
  • v2.1.4 Changes

    April 15, 2016

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix data loss on cell edit when only a validator given(d652e63)

    • ๐Ÿ›  Fix select state still remain when update state on table(9ffea48)