# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.1](https://bitbucket.org/mysuperdispatch/sdkit/compare/v5.1.0...v5.1.1) (2022-01-19)


### Bug Fixes

* [Table] Pass children into VTable. ([da4d033](https://bitbucket.org/mysuperdispatch/sdkit/commits/da4d033ce29b015d4081e7366b8ac5aff761e092))





# [5.1.0](https://bitbucket.org/mysuperdispatch/sdkit/compare/v5.0.1...v5.1.0) (2022-01-05)


### Features

* [Table] Expose virtualized props via `virtualizedProps`. ([cf43787](https://bitbucket.org/mysuperdispatch/sdkit/commits/cf4378776a7f4931c35b0e7da686601a1280cbdf))





## [5.0.1](https://bitbucket.org/mysuperdispatch/sdkit/compare/v5.0.0...v5.0.1) (2022-01-05)


### Bug Fixes

* [Table] Prevent accessing nullable. ([e3e6a9d](https://bitbucket.org/mysuperdispatch/sdkit/commits/e3e6a9d55cc5e4d4efeaa60d6d8a2cdc00d22083))





# [5.0.0](https://bitbucket.org/mysuperdispatch/sdkit/compare/v4.0.0...v5.0.0) (2020-11-20)

**Note:** Version bump only for package @sdkit/table





# 4.0.0 (2020-11-20)


### Bug Fixes

* **All:** remove styled-jsx from dependencies ([61e03c4](https://bitbucket.org/mysuperdispatch/sdkit/commits/61e03c4fb62c4352353e9c20bcd2e9a7eb30c3d9))
* **table:** build with latest styled-jsx & make stories to import source ([49ee48a](https://bitbucket.org/mysuperdispatch/sdkit/commits/49ee48ac72399f71ac1e95feb5fc5b322bbdfcc2))
* **table:** Change includes method on tableRowRender ([4e2ff03](https://bitbucket.org/mysuperdispatch/sdkit/commits/4e2ff03dd4b0e091c3ed7e52d95eaa31fc0a55d9))
* **table:** Correct dependencies ([1bd25c4](https://bitbucket.org/mysuperdispatch/sdkit/commits/1bd25c4b945c3af01e48707557480e8ed47a67ee))
* **table:** Fix isAllRowsEqual function behaviour ([69d92f3](https://bitbucket.org/mysuperdispatch/sdkit/commits/69d92f3ed3126dd89ee8df4e8dafd9e4318cbe57))
* **table:** Fix select all checkbox behaviour ([f6b785c](https://bitbucket.org/mysuperdispatch/sdkit/commits/f6b785c3dfd7048bfe3b93dfdc3af83594ee45c5))
* **table:** Make getRowkey prop required ([09143f8](https://bitbucket.org/mysuperdispatch/sdkit/commits/09143f8fe725e998a25125d3bc074ab53d0750a3))
* **table:** Using get row key instead of JSON.stringify ([c395a74](https://bitbucket.org/mysuperdispatch/sdkit/commits/c395a7474783cb1f8fc2158d3e60008a98eb0910))
* **Table:** Add "rowData" prop to expandable content component ([a1316e0](https://bitbucket.org/mysuperdispatch/sdkit/commits/a1316e0c6a803f144a7af8c8e60a6207c11c2422))
* **Table:** Fix build ([f49eab4](https://bitbucket.org/mysuperdispatch/sdkit/commits/f49eab4b4377183a1565017bb732e333e6d992da))
* **Table:** Fix build ([5ff4c1e](https://bitbucket.org/mysuperdispatch/sdkit/commits/5ff4c1e0d3650546b5d64d25e0862fc6f0ebb381))
* **Table:** Fix expandable row ([d6a393c](https://bitbucket.org/mysuperdispatch/sdkit/commits/d6a393c8126bfe77113696622dd700b09cb19b34))
* **Table:** Fix expandableContent prop type warning ([826b64d](https://bitbucket.org/mysuperdispatch/sdkit/commits/826b64dab77a175c24cac73b2b585cd215d1bda8))
* **Table:** Fix odd row background ([e35057f](https://bitbucket.org/mysuperdispatch/sdkit/commits/e35057ffd97c88077308a2bbb22a2a1f78a98842))
* **Table:** Remove remaining styled-jsx from Table ([3644782](https://bitbucket.org/mysuperdispatch/sdkit/commits/36447822ee06cebadcfb47faf647364d7a1a8d6c))
* **Table:** Render expandable content for expanded rows only ([62bf4a6](https://bitbucket.org/mysuperdispatch/sdkit/commits/62bf4a643da00adc8628a7f1c5b555b1678bffbc))
* **Table:** Updated colors, typography, height for table header and row ([0963c0e](https://bitbucket.org/mysuperdispatch/sdkit/commits/0963c0e3d318826146469769e0ddcce00ccc35ff))
* **Table:** Use built-in key prop by default ([0a8af69](https://bitbucket.org/mysuperdispatch/sdkit/commits/0a8af69e4a71d7354e230fa61160bb2d0c01b594))


### Features

* **table:** better typescript support ([f884037](https://bitbucket.org/mysuperdispatch/sdkit/commits/f884037507563e255b33ef81ddf7968e290254c8))
* **Table:** Add expandable row feature ([fb68e90](https://bitbucket.org/mysuperdispatch/sdkit/commits/fb68e9078eee938b8d75c069535ded0126bcc4af))
* **Table:** Add higlight for selected rows ([936ae9c](https://bitbucket.org/mysuperdispatch/sdkit/commits/936ae9c2c0ae2557641f037d02e4cd9e34da4ac5))
* **Table:** Add remove animation ([4eb0610](https://bitbucket.org/mysuperdispatch/sdkit/commits/4eb0610da2ddfffd0084cb20e32bfe6e55087f71))
* **Table:** Add selectable rows ([cb6f02f](https://bitbucket.org/mysuperdispatch/sdkit/commits/cb6f02fea5ba2c8240b252b12767441881cbe7f1))
