Skip to content

Commit

Permalink
🦄 Updated bower dependencies and README, bumped to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Nov 5, 2016
1 parent d1b80ba commit 5fe7fb6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: required
dist: trusty
node_js: stable
addons:
firefox: 46.0
firefox: latest
apt:
sources:
- google-chrome
Expand All @@ -13,4 +13,4 @@ before_script:
- npm install -g bower polylint web-component-tester
- bower install
script:
- xvfb-run wct
- xvfb-run wct
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
<!-- ![app-datepicker-portrait](https://cloud.githubusercontent.com/assets/10607759/9871234/cacf33c6-5bc4-11e5-833a-96cbd3dbf440.PNG) -->
<!-- ![dark-themed-app-datepicker](https://cloud.githubusercontent.com/assets/10607759/10106751/1bec71c0-63e9-11e5-93f2-ee197d2ba0f2.png) -->

## 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/).
Expand Down
1 change: 1 addition & 0 deletions app-datepicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<app-datepicker-dialog with-backdrop></app-datepicker-dialog>
<app-datepicker view="horizontal"></app-datepicker>
<app-datepicker theme="dark-theme"></app-datepicker>
<app-datepicker confirm-label="confirm date" dismiss-label="cancel"></app-datepicker>
`app-datepicker` provides a regular datepicker element.
While `app-datepicker-dialog` has a `app-datepicker` being wrapped inside a dialog.
Expand Down
14 changes: 7 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-datepicker",
"version": "2.8.1",
"version": "2.9.0",
"authors": [
"motss <[email protected]>"
],
Expand All @@ -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",
Expand Down

0 comments on commit 5fe7fb6

Please sign in to comment.