summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed how Autosize determines the inital height. Fixes #336.HEAD4.0.0origin/masterorigin/HEADmasterJack Moore2017-07-125-7/+10
* Fixed bug with overflow detection which degraded performance of textareas tha...3.0.21origin/ie-scrollbar-fixJack Moore2017-05-195-10/+13
* Potential fix for IE11 scrollbar issue. fixes #327, fixes #226Jack Moore2017-04-263-7/+11
* Fixed minor bug where the `resized` event would not fire under specific condi...3.0.20Jack Moore2016-12-045-20/+27
* Bubble dispatched events. Merged #319.3.0.19Jack Moore2016-11-234-6/+9
* Merge pull request #319 from antriver/masterJack Moore2016-11-233-13/+17
|\
| * Make events bubbleAnthony Kuske2016-11-223-13/+17
|/
* Fixed Firefox issue where calling dispatchEvent on a detached element throws ...3.0.18Jack Moore2016-10-266-38/+86
* 3.0.173.0.17Jack Moore2016-07-254-31/+23
* worked around Chromium issue where getComputedStyle pixel value did not exact...Jack Moore2016-07-251-7/+9
* refactor to remove variable with wider-than-needed scope, commented logic.Jack Moore2016-07-251-7/+5
* removed undocumented argument, doubtful it was ever used by anyone.Jack Moore2016-07-251-9/+4
* Fixed issue with overflowing parent elements. Fixes #298.3.0.16Jack Moore2016-07-135-12/+56
* Used newer Event constructor when available. Fixes #280.3.0.15Jack Moore2016-01-265-16/+39
* no messageJack Moore2016-01-051-0/+21
* minor typoJack Moore2015-12-141-1/+1
* removed mention of bowerJack Moore2015-11-141-4/+0
* Only including files necessary to run the script when installing from npm, fi...Jack Moore2015-11-111-0/+4
* Fixed memory leak on destroy, fixes #270.3.0.14Jack Moore2015-11-115-23/+28
* Merge pull request #271 from Vezul/masterJack Moore2015-11-071-1/+2
|\
| * Fixed memory leakKristoffer Dahl Hansen2015-11-071-1/+2
|/
* Fixed scroll-bar jumpiness in iOS. Merged #261, fixes #207.3.0.13Jack Moore2015-09-264-10/+23
* fixed reflowing of initial text for Chrome and Safari.Jack Moore2015-09-261-4/+3
* check the width of the textarea element on window.resize, rather than document.Jack Moore2015-09-261-7/+9
* Merge pull request #261 from rmcauley/masterJack Moore2015-09-261-2/+10
|\
| * #207 Only update when clientWidth changesRob McAuley2015-09-261-2/+10
|/
* Merged changes were discarded when building new dist files. Merged #255, Fix...3.0.12Jack Moore2015-09-145-6/+9
* Fixed regression from 3.0.10 that caused an error with ES5 browsers. Merged ...3.0.11Jack Moore2015-09-144-4/+7
* Merge pull request #255 from ledermann/fix-es5-fallbackJack Moore2015-09-141-1/+1
|\
| * Fix fallback to ES5Georg Ledermann2015-09-131-1/+1
|/
* Removed data attribute as a way of tracking which elements autosize has been ...3.0.10Jack Moore2015-09-106-11/+45
* Fixed issue with assigning autosize to detached nodes. Merged #253, Fixes #234.3.0.9Jack Moore2015-09-025-6/+14
* Merge pull request #253 from Venki-Ricardo/masterJack Moore2015-09-021-1/+4
|\
| * Fix when a textarea is not on document body and heightOffset is Not a NumberRicardo Guimaràƒes2015-09-021-1/+4
|/
* Fixed the `autosize:resized` event not being triggered when the overflow chan...3.0.8Jack Moore2015-07-085-17/+23
* Fixed jumpy behavior in Windows 8.1 mobile. Fixes #239.3.0.7Jack Moore2015-06-295-6/+9
* Adds alternative check to scrollTopJoao Cunha2015-06-292-42/+42
* Fixed typo, closes #235Jack Moore2015-06-091-1/+1
* 3.0.63.0.6Jack Moore2015-05-191-2/+5
* Renamed 'dest' folder to 'dist' to follow common conventions.Jack Moore2015-05-196-16/+26
* removed the ignored "version" property from bower config, added "moduleType"Jack Moore2015-05-194-6/+9
* Merge pull request #230 from vlkosinov/feature/do-nothing-in-nodejs-env3.0.5Jack Moore2015-05-186-9/+12
|\
| * update header in compiled filesVladislav Kosinov2015-05-182-2/+2
| * bump versionVladislav Kosinov2015-05-183-2/+5
| * Do nothing in Node.js environmentVladislav Kosinov2015-05-183-5/+5
|/
* Added options object for indicating if the script should set the overflowX an...3.0.4Jack Moore2015-05-056-48/+80
* Avoided adjusting the height for hidden textarea elements. Fixes #155.3.0.3Jack Moore2015-04-235-3/+20
* Reworked to respect max-height of any unit-type. Fixes #191.3.0.2Jack Moore2015-04-237-69/+106
* minor editJack Moore2015-04-231-2/+4
* Bugfix - have destroy remove it's own event handler. Fixes #218.3.0.1Jack Moore2015-04-236-20/+27
* improved formattingJack Moore2015-04-151-6/+8
* v3.0.0Jack Moore2015-04-151-0/+13
* v3.0.0 - renamed events and added new methods.3.0.0Jack Moore2015-04-155-186/+107
* Renamed custom events as to not use jQuery's custom events namespace:Jack Moore2015-04-151-14/+14
* converted to ES6 and made the update and destroy methods more flexible.Jack Moore2015-04-151-31/+49
* updated build script to use babelJack Moore2015-04-154-144/+144
* cleanup. removed lines that set wordWrap and overflow style property values,...Jack Moore2015-04-141-21/+11
* version bump for NPM publishing purposes2.0.1Jack Moore2015-04-145-5/+5
* added main fieldJack Moore2015-02-262-3/+3
* added solid outline-style to avoid performance problem with Safari.Jack Moore2015-02-261-0/+4
* fixed markdown formattingJack Moore2015-02-252-4/+2
* smaller, simplier code-base2.0.0Jack Moore2015-02-2513-533/+550
* bump manifest version1.18.18Jack Moore2015-02-242-2/+2
* Fix Content Security Policy (CSP) warnings about unsafe-inline styles. Fixes...Jack Moore2015-02-243-7/+10
* Fixed potential issue when using transforms to scale a textarea. Fixes #190.1.18.17Jack Moore2014-12-106-18/+15
* no messageJack Moore2014-12-091-1/+2
* removing defunct jQuery plugin manifestJack Moore2014-12-092-29/+2
* version bump1.18.16Jack Moore2014-12-096-6/+9
* Merge pull request #189 from njam/float-comparisonJack Moore2014-12-091-3/+3
|\
| * Treat height differences smaller than 1/100px as equal (due to floating point...Reto Kaiser2014-12-091-1/+1
| * Rename "original" to "originalHeight" for clarityReto Kaiser2014-12-091-3/+3
| * Make sure "original" is always a number (ta.style.height can be undefined)Reto Kaiser2014-12-091-1/+1
|/
* v1.18.151.18.15Jack Moore2014-11-111-0/+1
* Replaced parseInt with parseFloat to support sub-pixel values. Merges #185.Jack Moore2014-11-116-6/+9
* Merge pull request #185 from njam/parse-floatJack Moore2014-11-111-9/+9
|\
| * Use "parseFloat" instead of "parseInt" for when sub-pixel css values are usedReto Kaiser2014-11-111-9/+9
|/
* Fixed potential IE8 issue. Merged #181.1.18.14Jack Moore2014-10-306-6/+9
* Merge pull request #181 from hnguyen08/ie8_repaint_inline_blockJack Moore2014-10-291-0/+4
|\
| * IE8: surrounding elements do not repaint to reflect new textarea height if fo...Hieu Nguyen2014-10-291-0/+4
|/
* fixed version numberJack Moore2014-10-031-2/+1
* Allow setting the append property to falsey values. Fixes #177, Ref #168, Re...1.18.13Jack Moore2014-10-036-8/+12
* github appropriate sizing for version changesJack Moore2014-10-031-58/+58
* Replace window.jQuery with jQuery. Fixes #176.1.18.12Jack Moore2014-09-096-7/+11
* Merged request for autosize.resized event. Fixes #149.1.18.11Jack Moore2014-09-096-6/+10
* Added white-space to the list of monitored textarea properties.1.18.10Jack Moore2014-09-096-16/+18
* Merge pull request #171 from builtbylane/patch-1Jack Moore2014-08-051-1/+5
|\
| * update package.json to prevent warningLane Goldberg2014-08-051-1/+5
|/
* Minor change to fix potential IE8 negative width bug. Fixes #157 Fixes #1581.18.9Jack Moore2014-05-276-8/+11
* Minor change to logic for applying the CSS resize property. Fixes #1561.18.8Jack Moore2014-05-206-9/+18
* no longer need the newline (appended by default)1.18.7Jack Moore2014-04-131-1/+1
* Very minor change to better represent condition for taking the element width ...Jack Moore2014-04-136-8/+12
* Fixed incorrect size when setting the HTML5 textarea wrap attribute to 'hard'1.18.6Jack Moore2014-03-136-8/+12
* 1.18.51.18.5Jack Moore2014-03-106-6/+9
* Merge pull request #145 from Revisor/reuse-existing-jquery-objectJack Moore2014-03-101-1/+1
|\
| * Reuse existing jQuery object instead of initializing a new one every timeMartin Schlemmer2014-03-101-1/+1
|/
* Merge pull request #143 from gutmedia/masterJack Moore2014-03-071-0/+2
|\
| * Added attribute 'id' to mirrored textareaMarkus Gut2014-03-071-0/+2
|/
* If textarea displays placeholder text, use placeholder text for sizing. Ref #...1.18.4Jack Moore2014-01-116-8/+12
* Merge pull request #130 from jclement/masterJack Moore2014-01-111-1/+9
|\
| * fixed tabs/spaces and prevent issues if placeholder attribute is missingJeff Clement2013-12-111-5/+9