All Versions
24
Latest Version
Avg Release Cycle
52 days
Latest Release
499 days ago
Changelog History
Page 1
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.