Overall just internal changes.
- Remove DataMixin in favor of a component.
- Use a reducer for changes of data.
- Use React 15.
- Support for React 0.14.
- Use lodash for sorting.
- Pass down
buildRowOptions
to Table.
- Reinitialize state when props change. (Fixes #5).
- Support for React 0.13.0.
- Add aria- attributes for accessibility.
- The values for order now are 'ascending' and 'descending' instead of 'asc' and 'desc'.
- Use css instead of less.
- Use MIT license.
- Initial release.