Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Nov 17, 2017
1 parent b14a9e3 commit daf32b1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 62 deletions.
78 changes: 18 additions & 60 deletions analysis.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"sourceRange": {
"file": "vaadin-checkbox.html",
"start": {
"line": 262,
"line": 265,
"column": 6
},
"end": {
"line": 262,
"line": 265,
"column": 42
}
},
Expand Down Expand Up @@ -232,7 +232,7 @@
"column": 8
},
"end": {
"line": 188,
"line": 191,
"column": 9
}
},
Expand Down Expand Up @@ -449,48 +449,6 @@
],
"inheritedFrom": "Vaadin.ControlStateMixin"
},
{
"name": "updateStyles",
"description": "",
"privacy": "public",
"sourceRange": {
"file": "bower_components/vaadin-themable-mixin/vaadin-themable-mixin.html",
"start": {
"line": 44,
"column": 4
},
"end": {
"line": 59,
"column": 5
}
},
"metadata": {},
"params": [],
"inheritedFrom": "Vaadin.ThemableMixin"
},
{
"name": "_getComputedStyle",
"description": "",
"privacy": "protected",
"sourceRange": {
"file": "bower_components/vaadin-themable-mixin/vaadin-themable-mixin.html",
"start": {
"line": 61,
"column": 4
},
"end": {
"line": 65,
"column": 5
}
},
"metadata": {},
"params": [
{
"name": "name"
}
],
"inheritedFrom": "Vaadin.ThemableMixin"
},
{
"name": "_addEventListenerToNode",
"description": "",
Expand Down Expand Up @@ -555,11 +513,11 @@
"privacy": "protected",
"sourceRange": {
"start": {
"line": 190,
"line": 193,
"column": 8
},
"end": {
"line": 196,
"line": 199,
"column": 9
}
},
Expand All @@ -576,11 +534,11 @@
"privacy": "protected",
"sourceRange": {
"start": {
"line": 198,
"line": 201,
"column": 8
},
"end": {
"line": 204,
"line": 207,
"column": 9
}
},
Expand All @@ -597,11 +555,11 @@
"privacy": "protected",
"sourceRange": {
"start": {
"line": 206,
"line": 209,
"column": 8
},
"end": {
"line": 237,
"line": 240,
"column": 9
}
},
Expand All @@ -614,11 +572,11 @@
"privacy": "protected",
"sourceRange": {
"start": {
"line": 243,
"line": 246,
"column": 8
},
"end": {
"line": 250,
"line": 253,
"column": 9
}
},
Expand All @@ -635,11 +593,11 @@
"privacy": "protected",
"sourceRange": {
"start": {
"line": 252,
"line": 255,
"column": 8
},
"end": {
"line": 254,
"line": 257,
"column": 9
}
},
Expand All @@ -649,17 +607,17 @@
],
"staticMethods": [
{
"name": "includeStyle",
"name": "_includeStyle",
"description": "",
"privacy": "public",
"privacy": "private",
"sourceRange": {
"file": "bower_components/vaadin-themable-mixin/vaadin-themable-mixin.html",
"start": {
"line": 67,
"line": 46,
"column": 4
},
"end": {
"line": 71,
"line": 50,
"column": 5
}
},
Expand All @@ -685,7 +643,7 @@
"column": 6
},
"end": {
"line": 255,
"line": 258,
"column": 7
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vaadin-checkbox",
"version": "1.0.2",
"version": "1.0.3",
"description": "vaadin-checkbox",
"main": "vaadin-checkbox.html",
"repository": "vaadin/vaadin-checkbox",
Expand Down
2 changes: 1 addition & 1 deletion vaadin-checkbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
}

static get version() {
return '1.0.2';
return '1.0.3';
}

static get properties() {
Expand Down

0 comments on commit daf32b1

Please sign in to comment.