From e00a4774d1b5047b56222d4057dd08546b7926f5 Mon Sep 17 00:00:00 2001 From: Rong Sen Ng Date: Tue, 13 Jun 2017 23:45:18 +0800 Subject: [PATCH] :bookmark: 2.11.0 --- README.md | 3 ++- bower.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06ead364..39ffd347 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,11 @@ See the [component page](http://motss.github.io/app-datepicker/components/app-da An custom Polymer element built from scratch to provide a datepicker based on Google's Material Design that is more compelling and rich with features. -## Update (v2.10.0) +## Update (v2.11.0) - **Pleased to announce that `app-datepicker` is now compatible with both Polymer 1.x and Polymer 2.0 stable.** - **Now Intl polyfill will not load (previously it does) if the browser does not natively support it and it is recommended for users to load the polyfill at the top-level document by some feature detections.** - `alwaysResetSelectedDateOnDialogClose` - proposed by [#74](https://github.com/motss/app-datepicker/issues/74) to allow datepicker to reset the selected date to today's date once the datepicker closes and the demo has this included as well. +- As of `v2.11`, all dates will no longer include users' local system's timezone offset and all will be default to GMT/ UTC timezone. For more info, please see [#89](https://github.com/motss/app-datepicker/pull/89). Example: diff --git a/bower.json b/bower.json index f9b32ded..0132f297 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "app-datepicker", - "version": "2.10.1", + "version": "2.11.0", "authors": [ "motss " ],