From 7176386bf6764525ceda92049c86fbfbd7904870 Mon Sep 17 00:00:00 2001 From: Iris Ibekwe Date: Mon, 23 Oct 2017 09:32:45 -0400 Subject: [PATCH 1/2] Updating Changelog with release info. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14f42e79..40d522fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +0.7.2 2017-10-23 +---------------- +- Pin React version to v.15.6.2 pending a v.2.0.0 release which should support React v.16. +- Update broken links to sample data in settings.js. Map & Chart example was linking to a data source in Dropbox. Updated to link to data sources within the repo. +- Add Keys to sample data to fix console.log errors. +- Add a new Link feature to the Highlight component. + +0.7.1 2017-08-03 +---------------- +- Update the the Highlight Component +- Fixe default filters that were not being applied. +- Bugfix for failing routing. + 0.6.x 2017-4-1 ------ - Add cardClasses to components. From 7059cc3d68349e3233aaf0d5ba3ad4e0f95db168 Mon Sep 17 00:00:00 2001 From: Iris Ibekwe Date: Mon, 23 Oct 2017 10:10:13 -0400 Subject: [PATCH 2/2] Fix typos in changelog. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d522fe..b5e0cb9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ 0.7.2 2017-10-23 ---------------- - Pin React version to v.15.6.2 pending a v.2.0.0 release which should support React v.16. -- Update broken links to sample data in settings.js. Map & Chart example was linking to a data source in Dropbox. Updated to link to data sources within the repo. +- Update broken links to sample data in settings.js. Map & Chart example was linking to a data source in Dropbox. Update it to link to data sources within the repo. - Add Keys to sample data to fix console.log errors. - Add a new Link feature to the Highlight component. 0.7.1 2017-08-03 ---------------- -- Update the the Highlight Component -- Fixe default filters that were not being applied. +- Update the Highlight Component +- Fix default filters that were not being applied. - Bugfix for failing routing. 0.6.x 2017-4-1