Skip to content

Commit

Permalink
Bubble dispatched events. Merged jackmoore#319.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmoore committed Nov 23, 2016
1 parent 4910eb9 commit 5c747b0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

##### v.3.0.19 - 2016-11-23
* Bubble dispatched events. Merged #319.

##### v.3.0.18 - 2016-10-26
* Fixed Firefox issue where calling dispatchEvent on a detached element throws an error. Fixes #317.

Expand Down
2 changes: 1 addition & 1 deletion dist/autosize.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Autosize 3.0.18
Autosize 3.0.19
license: MIT
http://www.jacklmoore.com/autosize
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/autosize.min.js

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "autosize",
"description": "Autosize is a small, stand-alone script to automatically adjust textarea height to fit text.",
"version": "3.0.18",
"version": "3.0.19",
"keywords": [
"textarea",
"form",
Expand All @@ -27,9 +27,9 @@
"dependencies": {},
"devDependencies": {
"babel": "^5.4.3",
"gaze": "^0.5.1",
"jshint": "^2.5.6",
"uglify-js": "^2.4.22"
"gaze": "^1.1.2",
"jshint": "^2.9.4",
"uglify-js": "^2.7.4"
},
"config": {
"bower": {
Expand Down

0 comments on commit 5c747b0

Please sign in to comment.