Skip to content

Commit

Permalink
chore(package) v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 26, 2015
1 parent 8fd1a47 commit da0acce
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2015.09.26, v1.3.4

fix:
- (smalltalk) keyDown enter: prevent pass next

feature:
- (package) add jscs
- (package) add jshint support


2015.09.24, v1.3.3

feature:
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": "smalltalk",
"version": "1.3.3",
"version": "1.3.4",
"homepage": "https://github.com/coderaiser/smalltalk",
"authors": [
"coderaiser <mnemonic.enemy@gmail.com>"
Expand Down
1 change: 1 addition & 0 deletions dist/smalltalk.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
switch (keyCode) {
case KEY.ENTER:
closeDialog(el, dialog, ok, cancel);
event.preventDefault();
break;

case KEY.ESC:
Expand Down
2 changes: 1 addition & 1 deletion dist/smalltalk.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/smalltalk.poly.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smalltalk",
"version": "1.3.3",
"version": "1.3.4",
"description": "Promise-based Alert, Confirm and Prompt replacement",
"homepage": "http://github.com/coderaiser/smalltalk",
"repository": {
Expand Down

0 comments on commit da0acce

Please sign in to comment.