From 5995e2e87f79789df31384510cbdf9cfe602d88e Mon Sep 17 00:00:00 2001 From: motss Date: Thu, 23 Jun 2016 17:44:11 +0800 Subject: [PATCH] :smiling_imp::vs::alien: 2.7.0, updated README --- README.md | 3 ++- bower.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4caabed6..878bad89 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ -## Update (v2.6.0) +## Update (v2.7.0) +- `autoUpdateDate` - proposed by #20 to allow datepicker to update `date` on date change if the datepicker is a standalone element. - **_As of v2.6.0 this element has been renamed to `app-datepicker` from `jv-datepicker`._** - `locale` (To change the locale of the datepicker, available language codes can be found in the [demo](http://motss.github.io/app-datepicker/components/app-datepicker/demo/). diff --git a/bower.json b/bower.json index 960c9c14..cc4ef405 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "app-datepicker", - "version": "2.6.4", + "version": "2.7.0", "authors": [ "motss " ],