index
:
react-autosize-textarea
master
origin/52-textarea_is_slow_on
origin/HEAD
origin/master
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
TextareaAutosize.js
Commit message (
Collapse
)
Author
Age
Files
Lines
*
dispatch UPDATE event only if props.value !== currentValue
Francesco Cioria
2017-06-27
1
-2
/
+3
|
*
store lineHeight and compute maxHeight on every render
Francesco Cioria
2017-06-19
1
-9
/
+7
|
*
revert change commited by mistake
Francesco Cioria
2017-06-19
1
-1
/
+1
|
*
dont update maxHeight after every change
Francesco Cioria
2017-06-19
1
-1
/
+0
|
*
remove unused hasReachedMaxRows
Francesco Cioria
2017-06-19
1
-8
/
+0
|
*
compute maxHeight exclusively from line-height
Francesco Cioria
2017-06-19
1
-38
/
+13
|
*
dont pass custom "innerRef" to native "textarea"
Francesco Cioria
2017-04-20
1
-1
/
+1
|
*
add prop "innerRef" called with the ref to the DOM node
Francesco Cioria
2017-04-20
1
-4
/
+18
|
*
Address react 15.5 deprecations regarding PropTypes usage
Ricardo Reis
2017-04-09
1
-4
/
+5
|
*
ADD: Missing comma
Radu-Sebastian Amarie
2017-03-22
1
-1
/
+1
|
*
Update: Removed tcomb-react dependency
Radu-Sebastian Amarie
2017-03-22
1
-8
/
+7
|
*
remove defaultProp for maxRows
Francesco Cioria
2017-01-22
1
-2
/
+1
|
*
check if value exceeds maxRows in CDM too
Francesco Cioria
2017-01-22
1
-1
/
+12
|
*
move maxHeight/Rows logic in separate function; fix bugs;
Francesco Cioria
2017-01-22
1
-7
/
+26
|
*
add prop maxRows and use it to fix textarea maxHeight
Francesco Cioria
2017-01-22
1
-3
/
+54
|
*
replace CWRP with CDU so to avoid using a "setTimeout" when manually forcing ↵
Francesco Cioria
2017-01-22
1
-10
/
+6
|
|
|
|
a resize update
*
FIX: esLint problems
Radu-Sebastian Amarie
2016-11-17
1
-1
/
+1
|
*
Update: Purged ReactDOM
Radu-Sebastian Amarie
2016-11-17
1
-1
/
+0
|
*
FIX: Ref issue & Compatibility with React 15.4.0
Radu-Sebastian Amarie
2016-11-17
1
-11
/
+5
|
|
|
|
PURGE: getTextareaDOMNode
*
fix lint errors
Francesco
2016-09-14
1
-1
/
+2
|
*
add docs to TextareAutosize
Francesco
2016-09-14
1
-0
/
+3
|
*
use tcomb-react @props instead of React propTypes
Francesco
2016-09-14
1
-4
/
+6
|
*
prevent onResize passing to textarea, fixes react warning
Lochlan McBride
2016-08-05
1
-1
/
+1
|
*
update react peerDependency
Giovanni Gonzaga
2016-04-21
1
-1
/
+2
|
*
fix minor lint error
Francesco
2016-02-11
1
-1
/
+1
|
*
replace React.createClass with Reac.Component
Francesco
2016-02-03
1
-28
/
+21
|
*
support react v0.13.x
gcanti
2015-12-19
1
-5
/
+11
|
*
Remove React v0.14.x warnings
gcanti
2015-12-17
1
-4
/
+4
|
*
Fix issue: TypeError: Not enough arguments to EventTarget.removeEventListener
nhnhatquan
2015-09-19
1
-2
/
+2
|
*
Fix: was removing autosize listener with unmounted component
Francesco
2015-06-19
1
-4
/
+9
|
|
|
|
due to setTimeout() used needed by update event
*
#6 fix eslint
Andrea Lattuada
2015-06-11
1
-4
/
+5
|
*
Release v0.2.0
v0.2.0
Francesco
2015-06-11
1
-2
/
+0
|
*
manually triggering update in componentWillReceiveProps to resize also if ↵
Francesco
2015-06-11
1
-4
/
+26
|
|
|
|
value is changed programmatically
*
refactored repo structure using web-lib-seed. Fix #1
Francesco
2015-06-10
1
-0
/
+41