From 052afdeb101ab2b79cace8767d093f920523128a Mon Sep 17 00:00:00 2001 From: Eric Jinks Date: Wed, 30 May 2018 10:44:56 +1000 Subject: [PATCH] IE11 support updates (#18) * IE11 support updates * Fix Object.values IE11 support * forEach * Object.values * Array.includes --- CHANGELOG.md | 4 ++++ public/index.html | 4 ++-- src/components/EnquiryFormControlled.js | 2 +- src/registerServiceWorker.js | 11 +++++++---- src/util/collection.js | 8 +++++--- 5 files changed, 19 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82946b6..415252c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.9 - 2018-05-30 + +* IE11 support updates + ## 0.2.8 - 2018-05-29 * Use imgix auto=format for automatic webp conversion diff --git a/public/index.html b/public/index.html index 2327328..0a66ebc 100644 --- a/public/index.html +++ b/public/index.html @@ -33,9 +33,9 @@