Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaretailoring committed Dec 20, 2015
1 parent 0486096 commit 7b82223
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## 1.2.0
## 1.3.0

* Handle keydown event
* Add data-hybicon-keycode attribute
* Add clickFunction, catch onmousedown event of holder div
* Modify event handlers to addEventListener

### 1.2.0

* Add data-hybicon-alt attribute
* Fix hoverMode and clickMode "switch"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hybicon",
"version": "1.2.0",
"version": "1.3.0",
"homepage": "http://hybicon.softwaretailoring.net",
"authors": [
"Gábor Berkesi <gabor.berkesi@softwaretailoring.net> (http://softwaretailoring.net)"
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": "hybicon",
"version": "1.2.0",
"version": "1.3.0",
"description": "JavaScript library for synergistic SVG icons.",
"homepage": "http://hybicon.softwaretailoring.net",
"main": "js/hybicon.js",
Expand Down

0 comments on commit 7b82223

Please sign in to comment.