Skip to content

Commit c112e15

Browse files
author
fabrice
committed
Merge branch 'release/0.2.0'
2 parents ea7f5a0 + 12da713 commit c112e15

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11

22
# Changelog
33

4+
__v0.2.0__
5+
6+
- update polymer to 0.5.x
7+
8+
__v0.1.1__
9+
10+
- FIX dateclick event for firefox
11+
412
__v0.1.0__
513

614
- update polymer to 0.4.2

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zdk-calendar",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"authors": [
55
"Fabrice <fabrice.lecoz@zedesk.net>"
66
],
@@ -22,6 +22,6 @@
2222
],
2323
"dependencies": {
2424
"momentjs": "2.8.3",
25-
"polymer": "Polymer/polymer#0.4.2"
25+
"polymer": "Polymer/polymer#~0.5.1"
2626
}
2727
}

index.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>calendar test page</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<link href="/css/font.css" rel="stylesheet">
8-
<script src="../platform/platform.js"></script>
8+
<script src="../webcomponentsjs/webcomponents.min.js"></script>
99
<link rel="import" href="zdk-calendar.html">
1010

1111
<style>

0 commit comments

Comments
 (0)