forked from jackmoore/autosize
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix - have destroy remove it's own event handler. Fixes jackmoore#218
- Loading branch information
Showing
6 changed files
with
27 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
## Changelog | ||
|
||
##### v.3.0.1 - 2015-04-23 | ||
* Fixed the destroy event so that it removes it's own event handler. Fixes #218. | ||
|
||
##### v.3.0.0 - 2015-04-15 | ||
* added new methods for updating and destroying: | ||
* Added new methods for updating and destroying: | ||
|
||
* autosize.update(elements) | ||
* autosize.destroy(elements) | ||
|
||
* renamed custom events as to not use jQuery's custom events namespace: | ||
* Renamed custom events as to not use jQuery's custom events namespace: | ||
|
||
* autosize.resized renamed to autosize:resized | ||
* autosize.update renamed to autosize:update | ||
* autosize.destroy renamed to autosize:destroy | ||
|
||
##### v.2.0.1 - 2015-04-15 | ||
* version bump for NPM publishing purposes | ||
* Version bump for NPM publishing purposes | ||
|
||
##### v.2.0.0 - 2015-02-25 | ||
|
||
* smaller, simplier code-base | ||
* new API. Example usage: `autosize(document.querySelectorAll(textarea));` | ||
* dropped jQuery dependency | ||
* dropped IE7-IE8 support | ||
* dropped optional parameters | ||
* closes #98, closes #106, closes #123, fixes #129, fixes #132, fixes #139, closes #140, closes #166, closes #168, closes #192, closes #193, closes #197 | ||
* Smaller, simplier code-base | ||
* New API. Example usage: `autosize(document.querySelectorAll(textarea));` | ||
* Dropped jQuery dependency | ||
* Dropped IE7-IE8 support | ||
* Dropped optional parameters | ||
* Closes #98, closes #106, closes #123, fixes #129, fixes #132, fixes #139, closes #140, closes #166, closes #168, closes #192, closes #193, closes #197 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters