react-tabulator v0.15.0 Release Notes

Release Date: 2021-02-25 // about 3 years ago
    • 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