Skip to content

Commit 91ed2d5

Browse files
committed
1.8.0
1 parent 7091ad1 commit 91ed2d5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project _now_ adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.8.0] - 2017-08-20
8+
- Add custom store
9+
- Fix for table styles
10+
- Updates to pull more information from textProperties
11+
- Better sorting, filtering
12+
- Add components.Style for better plugins
13+
- Various bug fixes and improvements
14+
- Thanks @JesseFarebro, @dahlbyk, @Jermorin, @andreme
15+
716
## [1.5.0] - 2017-05-08
817
- Update to PropTypes library instead of using deprecated React version
918
- Respect sortable columns

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "griddle-react",
3-
"version": "1.5.0",
3+
"version": "1.8.0",
44
"description": "A fast and flexible grid component for React",
55
"keywords": [
66
"react-component",

0 commit comments

Comments
 (0)