Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlanciaux committed Aug 20, 2017
1 parent 7091ad1 commit 91ed2d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project _now_ adheres to [Semantic Versioning](http://semver.org/).

## [1.8.0] - 2017-08-20
- Add custom store
- Fix for table styles
- Updates to pull more information from textProperties
- Better sorting, filtering
- Add components.Style for better plugins
- Various bug fixes and improvements
- Thanks @JesseFarebro, @dahlbyk, @Jermorin, @andreme

## [1.5.0] - 2017-05-08
- Update to PropTypes library instead of using deprecated React version
- Respect sortable columns
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "griddle-react",
"version": "1.5.0",
"version": "1.8.0",
"description": "A fast and flexible grid component for React",
"keywords": [
"react-component",
Expand Down

0 comments on commit 91ed2d5

Please sign in to comment.