All Versions
24
Latest Version
Avg Release Cycle
52 days
Latest Release
822 days ago

Changelog History
Page 1

  • v0.18.1 Changes

    January 24, 2022
    • ๐Ÿ’ฅ BREAKING: refactor: major refactor: useEffect, useState.
    • ๐Ÿ’ฅ BREAKING: changed 'ref' prop to 'onRef' prop (see ReactTabulatorExample.tsx)
    • ๐Ÿ”จ refactor: ReactTabulatorExample.tsx
  • v0.17.1 Changes

    January 18, 2022
    • ๐Ÿ’ฅ BREAKING: upgraded tabulator-tables to 5.0.10
    • ๐Ÿ’ฅ BREAKING: added "events" prop, callback props (like: rowClick) are now deprecated.
    • feat: added "checkOptions" prop: if set to true, it will rerender when options changed.
    • feat: added typescript types: ReactTabulatorOptions
    • ๐Ÿ›  fix: for pagination using scroll & ajaxURL
    • ๐Ÿ‘‰ use pnpm instead of npm
  • v0.16.1 Changes

    November 15, 2021
    • โฌ†๏ธ upgraded tabulator-tables to 5.0.7
  • v0.15.0 Changes

    February 25, 2021
    • feat: when "options" prop changed, rebuild and rerender the table.
    • ๐Ÿ›  fix: Util: stringifyCensor to compare "options" props.
    • ๐Ÿ›  fix: take "layout" from prop - thanks @ViralLka
    • ๐Ÿ— switched from yarn to npm as yarn build doesn't work anymore.
    • โšก๏ธ updated peerDependencies for React 17 - thanks @ApacheEx
  • v0.14.4 Changes

    January 15, 2021
    • โฌ†๏ธ dev: upgraded dependencies.
    • โฌ†๏ธ upgraded tabulator-tables to 4.9.3
  • v0.14.2 Changes

    October 07, 2020
    • โฌ†๏ธ upgraded tabulator-tables to 4.8.2
  • v0.14.1 Changes

    September 21, 2020
    • โž• added cross-env for Windows dev env.
    • ๐Ÿ›  fixed undefined this.table in componentDidMount.
    • โฌ†๏ธ upgraded tabulator to 4.8.1
    • ๐Ÿ›  fixed: broken rowSelectionChanged
  • v0.13.5 Changes

    September 13, 2020
    • โž• added cross-env for Windows dev env.
    • ๐Ÿ›  fixed undefined this.table in componentDidMount.
  • v0.13.2 Changes

    July 18, 2020
    • โฌ†๏ธ upgraded tabulator to 4.7.2
    • โœ‚ removed downloadDataFormatter (deprecated)
  • v0.13.1 Changes

    June 27, 2020
    • โฌ†๏ธ upgraded tabulator to 4.7.1
    • ๐Ÿšš feat: CI: moved from Travis to Github Action.