From 91ed2d507079c54b0de60040af414380ca12e57c Mon Sep 17 00:00:00 2001 From: Ryan Lanciaux Date: Sun, 20 Aug 2017 05:07:37 -0400 Subject: [PATCH] 1.8.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d956dc..5024f2f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index e7dc6df5..1af4fc23 100644 --- a/package.json +++ b/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",