Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed how Autosize determines the inital height. Fixes #336.HEAD4.0.0origin/masterorigin/HEADmaster | Jack Moore | 2017-07-12 | 5 | -7/+10 |
| | |||||
* | Fixed bug with overflow detection which degraded performance of textareas ↵3.0.21origin/ie-scrollbar-fix | Jack Moore | 2017-05-19 | 5 | -10/+13 |
| | | | | that exceed their max-width. Fixes #333. | ||||
* | Potential fix for IE11 scrollbar issue. fixes #327, fixes #226 | Jack Moore | 2017-04-26 | 3 | -7/+11 |
| | |||||
* | Fixed minor bug where the `resized` event would not fire under specific ↵3.0.20 | Jack Moore | 2016-12-04 | 5 | -20/+27 |
| | | | | conditions when changing the overflow. | ||||
* | Bubble dispatched events. Merged #319.3.0.19 | Jack Moore | 2016-11-23 | 4 | -6/+9 |
| | |||||
* | Merge pull request #319 from antriver/master | Jack Moore | 2016-11-23 | 3 | -13/+17 |
|\ | | | | | Make events bubble | ||||
| * | Make events bubble | Anthony Kuske | 2016-11-22 | 3 | -13/+17 |
|/ | |||||
* | Fixed Firefox issue where calling dispatchEvent on a detached element throws ↵3.0.18 | Jack Moore | 2016-10-26 | 6 | -38/+86 |
| | | | | an error. Fixes #317. | ||||
* | 3.0.173.0.17 | Jack Moore | 2016-07-25 | 4 | -31/+23 |
| | |||||
* | worked around Chromium issue where getComputedStyle pixel value did not ↵ | Jack Moore | 2016-07-25 | 1 | -7/+9 |
| | | | | exactly match the style pixel value. Fixes #306. | ||||
* | refactor to remove variable with wider-than-needed scope, commented logic. | Jack Moore | 2016-07-25 | 1 | -7/+5 |
| | |||||
* | removed undocumented argument, doubtful it was ever used by anyone. | Jack Moore | 2016-07-25 | 1 | -9/+4 |
| | |||||
* | Fixed issue with overflowing parent elements. Fixes #298.3.0.16 | Jack Moore | 2016-07-13 | 5 | -12/+56 |
| | |||||
* | Used newer Event constructor when available. Fixes #280.3.0.15 | Jack Moore | 2016-01-26 | 5 | -16/+39 |
| | |||||
* | no message | Jack Moore | 2016-01-05 | 1 | -0/+21 |
| | |||||
* | minor typo | Jack Moore | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | removed mention of bower | Jack Moore | 2015-11-14 | 1 | -4/+0 |
| | |||||
* | Only including files necessary to run the script when installing from npm, ↵ | Jack Moore | 2015-11-11 | 1 | -0/+4 |
| | | | | fixes #127. | ||||
* | Fixed memory leak on destroy, fixes #270.3.0.14 | Jack Moore | 2015-11-11 | 5 | -23/+28 |
| | | | | Fixed bug in old versions of Firefox (1-5), fixes #246. | ||||
* | Merge pull request #271 from Vezul/master | Jack Moore | 2015-11-07 | 1 | -1/+2 |
|\ | | | | | Fixed memory leak | ||||
| * | Fixed memory leak | Kristoffer Dahl Hansen | 2015-11-07 | 1 | -1/+2 |
|/ | |||||
* | Fixed scroll-bar jumpiness in iOS. Merged #261, fixes #207.3.0.13 | Jack Moore | 2015-09-26 | 4 | -10/+23 |
| | | | | Fixed reflowing of initial text in Chrome and Safari. | ||||
* | fixed reflowing of initial text for Chrome and Safari. | Jack Moore | 2015-09-26 | 1 | -4/+3 |
| | |||||
* | check the width of the textarea element on window.resize, rather than document. | Jack Moore | 2015-09-26 | 1 | -7/+9 |
| | |||||
* | Merge pull request #261 from rmcauley/master | Jack Moore | 2015-09-26 | 1 | -2/+10 |
|\ | | | | | #207 Only update when clientWidth changes | ||||
| * | #207 Only update when clientWidth changes | Rob McAuley | 2015-09-26 | 1 | -2/+10 |
|/ | | | Issue #207, fixes kinetic scrolling jerkiness on iOS. | ||||
* | Merged changes were discarded when building new dist files. Merged #255, ↵3.0.12 | Jack Moore | 2015-09-14 | 5 | -6/+9 |
| | | | | Fixes #257 for real this time. | ||||
* | Fixed regression from 3.0.10 that caused an error with ES5 browsers. Merged ↵3.0.11 | Jack Moore | 2015-09-14 | 4 | -4/+7 |
| | | | | #255, Fixes #257 | ||||
* | Merge pull request #255 from ledermann/fix-es5-fallback | Jack Moore | 2015-09-14 | 1 | -1/+1 |
|\ | | | | | Fix fallback to ES5 | ||||
| * | Fix fallback to ES5 | Georg Ledermann | 2015-09-13 | 1 | -1/+1 |
|/ | |||||
* | Removed data attribute as a way of tracking which elements autosize has been ↵3.0.10 | Jack Moore | 2015-09-10 | 6 | -11/+45 |
| | | | | assigned to. fixes #254, fixes #200. | ||||
* | Fixed issue with assigning autosize to detached nodes. Merged #253, Fixes #234.3.0.9 | Jack Moore | 2015-09-02 | 5 | -6/+14 |
| | |||||
* | Merge pull request #253 from Venki-Ricardo/master | Jack Moore | 2015-09-02 | 1 | -1/+4 |
|\ | | | | | Fix when a textarea is not on document body and heightOffset is Not a… | ||||
| * | Fix when a textarea is not on document body and heightOffset is Not a Number | Ricardo Guimarães | 2015-09-02 | 1 | -1/+4 |
|/ | |||||
* | Fixed the `autosize:resized` event not being triggered when the overflow ↵3.0.8 | Jack Moore | 2015-07-08 | 5 | -17/+23 |
| | | | | changes. Fixes #244. | ||||
* | Fixed jumpy behavior in Windows 8.1 mobile. Fixes #239.3.0.7 | Jack Moore | 2015-06-29 | 5 | -6/+9 |
| | |||||
* | Adds alternative check to scrollTop | Joao Cunha | 2015-06-29 | 2 | -42/+42 |
| | |||||
* | Fixed typo, closes #235 | Jack Moore | 2015-06-09 | 1 | -1/+1 |
| | |||||
* | 3.0.63.0.6 | Jack Moore | 2015-05-19 | 1 | -2/+5 |
| | |||||
* | Renamed 'dest' folder to 'dist' to follow common conventions. | Jack Moore | 2015-05-19 | 6 | -16/+26 |
| | |||||
* | removed the ignored "version" property from bower config, added "moduleType" | Jack Moore | 2015-05-19 | 4 | -6/+9 |
| | |||||
* | Merge pull request #230 from vlkosinov/feature/do-nothing-in-nodejs-env3.0.5 | Jack Moore | 2015-05-18 | 6 | -9/+12 |
|\ | | | | | Do nothing in node env | ||||
| * | update header in compiled files | Vladislav Kosinov | 2015-05-18 | 2 | -2/+2 |
| | | |||||
| * | bump version | Vladislav Kosinov | 2015-05-18 | 3 | -2/+5 |
| | | |||||
| * | Do nothing in Node.js environment | Vladislav Kosinov | 2015-05-18 | 3 | -5/+5 |
|/ | |||||
* | Added options object for indicating if the script should set the overflowX ↵3.0.4 | Jack Moore | 2015-05-05 | 6 | -48/+80 |
| | | | | and overflowY. The default behavior lets the script control the overflows, which will normalize the appearance between browsers. Fixes #220. | ||||
* | Avoided adjusting the height for hidden textarea elements. Fixes #155.3.0.3 | Jack Moore | 2015-04-23 | 5 | -3/+20 |
| | |||||
* | Reworked to respect max-height of any unit-type. Fixes #191.3.0.2 | Jack Moore | 2015-04-23 | 7 | -69/+106 |
| | |||||
* | minor edit | Jack Moore | 2015-04-23 | 1 | -2/+4 |
| | |||||
* | Bugfix - have destroy remove it's own event handler. Fixes #218.3.0.1 | Jack Moore | 2015-04-23 | 6 | -20/+27 |
| | |||||
* | improved formatting | Jack Moore | 2015-04-15 | 1 | -6/+8 |
| | |||||
* | v3.0.0 | Jack Moore | 2015-04-15 | 1 | -0/+13 |
| | |||||
* | v3.0.0 - renamed events and added new methods.3.0.0 | Jack Moore | 2015-04-15 | 5 | -186/+107 |
| | |||||
* | Renamed custom events as to not use jQuery's custom events namespace: | Jack Moore | 2015-04-15 | 1 | -14/+14 |
| | | | | | | autosize.resized renamed to autosize:resized autosize.update renamed to autosize:update autosize.destroy renamed to autosize:destroy | ||||
* | converted to ES6 and made the update and destroy methods more flexible. | Jack Moore | 2015-04-15 | 1 | -31/+49 |
| | |||||
* | updated build script to use babel | Jack Moore | 2015-04-15 | 4 | -144/+144 |
| | |||||
* | cleanup. removed lines that set wordWrap and overflow style property ↵ | Jack Moore | 2015-04-14 | 1 | -21/+11 |
| | | | | values, as these are no longer needed as of v2.0. | ||||
* | version bump for NPM publishing purposes2.0.1 | Jack Moore | 2015-04-14 | 5 | -5/+5 |
| | |||||
* | added main field | Jack Moore | 2015-02-26 | 2 | -3/+3 |
| | |||||
* | added solid outline-style to avoid performance problem with Safari. | Jack Moore | 2015-02-26 | 1 | -0/+4 |
| | |||||
* | fixed markdown formatting | Jack Moore | 2015-02-25 | 2 | -4/+2 |
| | |||||
* | smaller, simplier code-base2.0.0 | Jack Moore | 2015-02-25 | 13 | -533/+550 |
| | | | | | | | | | | | 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 | ||||
* | bump manifest version1.18.18 | Jack Moore | 2015-02-24 | 2 | -2/+2 |
| | |||||
* | Fix Content Security Policy (CSP) warnings about unsafe-inline styles. ↵ | Jack Moore | 2015-02-24 | 3 | -7/+10 |
| | | | | Fixes #199. | ||||
* | Fixed potential issue when using transforms to scale a textarea. Fixes #190.1.18.17 | Jack Moore | 2014-12-10 | 6 | -18/+15 |
| | |||||
* | no message | Jack Moore | 2014-12-09 | 1 | -1/+2 |
| | |||||
* | removing defunct jQuery plugin manifest | Jack Moore | 2014-12-09 | 2 | -29/+2 |
| | |||||
* | version bump1.18.16 | Jack Moore | 2014-12-09 | 6 | -6/+9 |
| | |||||
* | Merge pull request #189 from njam/float-comparison | Jack Moore | 2014-12-09 | 1 | -3/+3 |
|\ | | | | | Treat height differences smaller than 1/100px as equal | ||||
| * | Treat height differences smaller than 1/100px as equal (due to floating ↵ | Reto Kaiser | 2014-12-09 | 1 | -1/+1 |
| | | | | | | | | point calculation inaccuracy) | ||||
| * | Rename "original" to "originalHeight" for clarity | Reto Kaiser | 2014-12-09 | 1 | -3/+3 |
| | | |||||
| * | Make sure "original" is always a number (ta.style.height can be undefined) | Reto Kaiser | 2014-12-09 | 1 | -1/+1 |
|/ | |||||
* | v1.18.151.18.15 | Jack Moore | 2014-11-11 | 1 | -0/+1 |
| | |||||
* | Replaced parseInt with parseFloat to support sub-pixel values. Merges #185. | Jack Moore | 2014-11-11 | 6 | -6/+9 |
| | |||||
* | Merge pull request #185 from njam/parse-float | Jack Moore | 2014-11-11 | 1 | -9/+9 |
|\ | | | | | Use "parseFloat" instead of "parseInt" for when sub-pixel css values are used | ||||
| * | Use "parseFloat" instead of "parseInt" for when sub-pixel css values are used | Reto Kaiser | 2014-11-11 | 1 | -9/+9 |
|/ | |||||
* | Fixed potential IE8 issue. Merged #181.1.18.14 | Jack Moore | 2014-10-30 | 6 | -6/+9 |
| | |||||
* | Merge pull request #181 from hnguyen08/ie8_repaint_inline_block | Jack Moore | 2014-10-29 | 1 | -0/+4 |
|\ | | | | | IE8: surrounding elements do not repaint to reflect new textarea height | ||||
| * | IE8: surrounding elements do not repaint to reflect new textarea height if ↵ | Hieu Nguyen | 2014-10-29 | 1 | -0/+4 |
|/ | | | | found nested inside inline-block | ||||
* | fixed version number | Jack Moore | 2014-10-03 | 1 | -2/+1 |
| | |||||
* | Allow setting the append property to falsey values. Fixes #177, Ref #168, ↵1.18.13 | Jack Moore | 2014-10-03 | 6 | -8/+12 |
| | | | | Ref #166. | ||||
* | github appropriate sizing for version changes | Jack Moore | 2014-10-03 | 1 | -58/+58 |
| | |||||
* | Replace window.jQuery with jQuery. Fixes #176.1.18.12 | Jack Moore | 2014-09-09 | 6 | -7/+11 |
| | |||||
* | Merged request for autosize.resized event. Fixes #149.1.18.11 | Jack Moore | 2014-09-09 | 6 | -6/+10 |
| | |||||
* | Added white-space to the list of monitored textarea properties.1.18.10 | Jack Moore | 2014-09-09 | 6 | -16/+18 |
| | |||||
* | Merge pull request #171 from builtbylane/patch-1 | Jack Moore | 2014-08-05 | 1 | -1/+5 |
|\ | | | | | update package.json to prevent warning | ||||
| * | update package.json to prevent warning | Lane Goldberg | 2014-08-05 | 1 | -1/+5 |
|/ | | | as of NPM v1.2.20, npm reports warning when repository is missing. | ||||
* | Minor change to fix potential IE8 negative width bug. Fixes #157 Fixes #1581.18.9 | Jack Moore | 2014-05-27 | 6 | -8/+11 |
| | |||||
* | Minor change to logic for applying the CSS resize property. Fixes #1561.18.8 | Jack Moore | 2014-05-20 | 6 | -9/+18 |
| | |||||
* | no longer need the newline (appended by default)1.18.7 | Jack Moore | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | Very minor change to better represent condition for taking the element width ↵ | Jack Moore | 2014-04-13 | 6 | -8/+12 |
| | | | | | | from the style object. Fixes #147 Added a newline character by default to the textarea element for smoother behavior in IE. Reference #148 | ||||
* | Fixed incorrect size when setting the HTML5 textarea wrap attribute to 'hard'1.18.6 | Jack Moore | 2014-03-13 | 6 | -8/+12 |
| | |||||
* | 1.18.51.18.5 | Jack Moore | 2014-03-10 | 6 | -6/+9 |
| | |||||
* | Merge pull request #145 from Revisor/reuse-existing-jquery-object | Jack Moore | 2014-03-10 | 1 | -1/+1 |
|\ | | | | | Reuse the existing jQuery object | ||||
| * | Reuse existing jQuery object instead of initializing a new one every time | Martin Schlemmer | 2014-03-10 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #143 from gutmedia/master | Jack Moore | 2014-03-07 | 1 | -0/+2 |
|\ | | | | | Added attribute 'id' to mirrored textarea | ||||
| * | Added attribute 'id' to mirrored textarea | Markus Gut | 2014-03-07 | 1 | -0/+2 |
|/ | |||||
* | If textarea displays placeholder text, use placeholder text for sizing. Ref ↵1.18.4 | Jack Moore | 2014-01-11 | 6 | -8/+12 |
| | | | | #130, Ref #84. | ||||
* | Merge pull request #130 from jclement/master | Jack Moore | 2014-01-11 | 1 | -1/+9 |
|\ | | | | | If textarea is empty, and placeholder text exists, use placeholder text for sizing. | ||||
| * | fixed tabs/spaces and prevent issues if placeholder attribute is missing | Jeff Clement | 2013-12-11 | 1 | -5/+9 |
| | |