From 5fe7fb66ce4ff074dd0bcfda74fc1804a530f3b0 Mon Sep 17 00:00:00 2001 From: motss Date: Sat, 5 Nov 2016 18:53:06 +0800 Subject: [PATCH] :unicorn: Updated bower dependencies and README, bumped to 2.9.0 --- .travis.yml | 4 ++-- README.md | 4 +++- app-datepicker.html | 1 + bower.json | 14 +++++++------- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index be91d816..ddcbb367 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: required dist: trusty node_js: stable addons: - firefox: 46.0 + firefox: latest apt: sources: - google-chrome @@ -13,4 +13,4 @@ before_script: - npm install -g bower polylint web-component-tester - bower install script: - - xvfb-run wct + - xvfb-run wct \ No newline at end of file diff --git a/README.md b/README.md index ab695a59..87a0fe5a 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,13 @@ -## Update (v2.8.0) +## Update (v2.9.0) - **_Happily to announce that `app-datepicker` is compatible with Polymer [v1.6.0](https://github.com/Polymer/polymer/releases/tag/v1.6.0) which supports Native CSS Custom Properties :kissing_cat:_** - `autoUpdateDate` - proposed by [#20](https://github.com/motss/app-datepicker/pull/20) to allow datepicker to update `date` on date change if the datepicker is a standalone element. - `disableDates` - proposed by [#45](https://github.com/motss/app-datepicker/pull/45) to support disabling dates defined by the user. - **_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._** +- `confirmLabel` - proposed by [#61](https://github.com/motss/app-datepicker/pull/61) to customize text for the confirm button in `app-datepicker-dialog`. +- `dismissLabel` - proposed by [#61](https://github.com/motss/app-datepicker/pull/61) to customize text for the dismiss button in `app-datepicker-dialog`. - **_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/app-datepicker.html b/app-datepicker.html index 4446e732..2eb80090 100644 --- a/app-datepicker.html +++ b/app-datepicker.html @@ -27,6 +27,7 @@ + `app-datepicker` provides a regular datepicker element. While `app-datepicker-dialog` has a `app-datepicker` being wrapped inside a dialog. diff --git a/bower.json b/bower.json index 86f0bc9d..30850410 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "app-datepicker", - "version": "2.8.1", + "version": "2.9.0", "authors": [ "motss " ], @@ -27,12 +27,12 @@ "README.md" ], "dependencies": { - "polymer": "polymer/polymer#^1.5.0", - "iron-list": "polymerelements/iron-list#^1.2.8", - "iron-selector": "polymerelements/iron-selector#^1.5.2", - "neon-animation": "polymerelements/neon-animation#^1.2.3", - "paper-icon-button": "polymerelements/paper-icon-button#^1.1.2", - "iron-iconset-svg": "polymerelements/iron-iconset-svg#^1.0.9" + "polymer": "Polymer/polymer#^1.7.0", + "iron-list": "PolymerElements/iron-list#^1.3.13", + "iron-selector": "PolymerElements/iron-selector#^1.5.2", + "neon-animation": "PolymerElements/neon-animation#^1.2.4", + "paper-icon-button": "PolymerElements/paper-icon-button#^1.1.3", + "iron-iconset-svg": "PolymerElements/iron-iconset-svg#^1.1.0" }, "devDependencies": { "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",