# Change Log for sd-data-table
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

[1.9.4] 2018.05.18
### Fixes
- Flow types bugfix in `SDDataTable`

[1.9.3] 2018.05.18
### Fixes
- `setup.py` import from correct directory

[1.9.2] 2018.05.18
### Fixes
- `setup.py` now matches correct version number

[1.9.1] 2018.05.18
### Changed
- Publishing via npm now uses the production bundle

[1.9.0] 2018.05.18
### Added
- Added `pageSize` prop to pass through to `ReactTable`

### Changed
- Changed test environment to use newer enzyme with `enzyme-adapter-react-16`

[1.8.1] 2018.02.24
### Changed
- Fix logic for links (was *only* following null values versus non-null values)

[1.8.0] 2018.02.24
### Changed
- Updates to use Flow instead of `prop-types` library

[1.7.0] 2018.02.14
### Added
- Adds `doNotFollowLinkValues` to supply optional values to ignore for
click events

[1.6.3] 2018.01.22
### Added
- Adds `actOnNullLink` boolean field to the `columns` prop that
allows for no action (only `event.preventDefault()`) if the value for the
row is `null` or `typeof value === 'undefined`.

[1.6.2] 2018.01.17
### Changed
Fixes references to use `href` instead of `pathname` in `updateLocation`
to support passing in `queryStr` as a column prop for the table,
which avoids URL encoding issues for the ? character.
