UNPKG

13.7 kBMarkdownView Raw
1# Change Log
2
3## [Unreleased](https://github.com/buildo/react-autosize-textarea/tree/HEAD)
4[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v7.0.0...HEAD)
5
6#### New features:
7
8- Failed prop type: Invalid prop `innerRef` of type `function` supplied to `TextareaAutosizeClass`, expected `object` [#141](https://github.com/buildo/react-autosize-textarea/issues/141)
9- onChange typescript definition problem [#137](https://github.com/buildo/react-autosize-textarea/issues/137)
10- Function passed to innerRef is never called [#135](https://github.com/buildo/react-autosize-textarea/issues/135)
11- Switch to forwardRef instead of callback style ref [#134](https://github.com/buildo/react-autosize-textarea/issues/134)
12- lose ref value after rerendering page [#133](https://github.com/buildo/react-autosize-textarea/issues/133)
13- THANK YOU! [#132](https://github.com/buildo/react-autosize-textarea/issues/132)
14- Passing a function to ref fails prop type validation [#130](https://github.com/buildo/react-autosize-textarea/issues/130)
15- Resizing text area horizontally, not vertical, is it possible ? [#126](https://github.com/buildo/react-autosize-textarea/issues/126)
16- `innerRef` shortcomings [#123](https://github.com/buildo/react-autosize-textarea/issues/123)
17
18## [v7.0.0](https://github.com/buildo/react-autosize-textarea/tree/v7.0.0) (2019-03-26)
19[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v6.0.0...v7.0.0)
20
21#### Fixes (bugs & defects):
22
23- onResize types are wrong [#119](https://github.com/buildo/react-autosize-textarea/issues/119)
24- onResize not called if passed when component already mounted [#118](https://github.com/buildo/react-autosize-textarea/issues/118)
25
26#### Breaking:
27
28- Support for React.createRef() refs passed to innerRef [#102](https://github.com/buildo/react-autosize-textarea/issues/102)
29
30## [v6.0.0](https://github.com/buildo/react-autosize-textarea/tree/v6.0.0) (2018-12-06)
31[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v5.0.1...v6.0.0)
32
33#### Breaking:
34
35- Provide an instance method to update size [#114](https://github.com/buildo/react-autosize-textarea/issues/114)
36
37## [v5.0.1](https://github.com/buildo/react-autosize-textarea/tree/v5.0.1) (2018-12-03)
38[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v5.0.0...v5.0.1)
39
40#### Fixes (bugs & defects):
41
42- Disabled textareas don't get resized (FF + IE) [#17](https://github.com/buildo/react-autosize-textarea/issues/17)
43
44## [v5.0.0](https://github.com/buildo/react-autosize-textarea/tree/v5.0.0) (2018-09-28)
45[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v4.0.0...v5.0.0)
46
47#### New features:
48
49- Fix namespace export [#107](https://github.com/buildo/react-autosize-textarea/issues/107)
50
51#### Breaking:
52
53- Component `Props` type incorrectly includes `ref` [#104](https://github.com/buildo/react-autosize-textarea/issues/104)
54
55## [v4.0.0](https://github.com/buildo/react-autosize-textarea/tree/v4.0.0) (2018-06-18)
56[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v3.0.3...v4.0.0)
57
58#### Breaking:
59
60- Regression: textarea ‘jumps’ after initial load [#95](https://github.com/buildo/react-autosize-textarea/issues/95)
61
62## [v3.0.3](https://github.com/buildo/react-autosize-textarea/tree/v3.0.3) (2018-04-11)
63[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v3.0.2...v3.0.3)
64
65#### Fixes (bugs & defects):
66
67- Changing number of rows doesn't update styles [#100](https://github.com/buildo/react-autosize-textarea/issues/100)
68
69## [v3.0.2](https://github.com/buildo/react-autosize-textarea/tree/v3.0.2) (2018-01-22)
70[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v3.0.1...v3.0.2)
71
72#### Fixes (bugs & defects):
73
74- Fixed @types/ dependencies cause duplication on install [#91](https://github.com/buildo/react-autosize-textarea/issues/91)
75
76## [v3.0.1](https://github.com/buildo/react-autosize-textarea/tree/v3.0.1) (2017-12-29)
77[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v3.0.0...v3.0.1)
78
79#### New features:
80
81- Update "@types/react" to v16.0.30 [#89](https://github.com/buildo/react-autosize-textarea/issues/89)
82
83## [v3.0.0](https://github.com/buildo/react-autosize-textarea/tree/v3.0.0) (2017-12-12)
84[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v2.0.0...v3.0.0)
85
86#### Breaking:
87
88- Wrong initial height when using StyledComponents [#71](https://github.com/buildo/react-autosize-textarea/issues/71)
89
90## [v2.0.0](https://github.com/buildo/react-autosize-textarea/tree/v2.0.0) (2017-12-07)
91[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v1.0.2...v2.0.0)
92
93#### Breaking:
94
95- upgrade autosize to v4 [#72](https://github.com/buildo/react-autosize-textarea/issues/72)
96
97## [v1.0.2](https://github.com/buildo/react-autosize-textarea/tree/v1.0.2) (2017-12-07)
98[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v1.0.1...v1.0.2)
99
100#### Fixes (bugs & defects):
101
102- TS Types can't be found by VSCode/tsc [#82](https://github.com/buildo/react-autosize-textarea/issues/82)
103- TextareaAutosize.Props type annotations are not working in VSCode [#80](https://github.com/buildo/react-autosize-textarea/issues/80)
104
105## [v1.0.1](https://github.com/buildo/react-autosize-textarea/tree/v1.0.1) (2017-12-04)
106[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v1.0.0...v1.0.1)
107
108#### Fixes (bugs & defects):
109
110- Version 1.0.0 not found? [#77](https://github.com/buildo/react-autosize-textarea/issues/77)
111
112## [v1.0.0](https://github.com/buildo/react-autosize-textarea/tree/v1.0.0) (2017-12-03)
113[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.9...v1.0.0)
114
115#### Breaking:
116
117- Refactor in TypeScript! [#75](https://github.com/buildo/react-autosize-textarea/issues/75)
118
119#### New features:
120
121- Error in React 16: innerRef passed to the DOM element. [#73](https://github.com/buildo/react-autosize-textarea/issues/73)
122
123## [v0.4.9](https://github.com/buildo/react-autosize-textarea/tree/v0.4.9) (2017-09-27)
124[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.8...v0.4.9)
125
126#### New features:
127
128- Upgrade peerDeps to react & react-dom 16 [#66](https://github.com/buildo/react-autosize-textarea/issues/66)
129
130## [v0.4.8](https://github.com/buildo/react-autosize-textarea/tree/v0.4.8) (2017-07-18)
131[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.7...v0.4.8)
132
133#### Fixes (bugs & defects):
134
135- Typescript: compile time error for native textarea attributes [#59](https://github.com/buildo/react-autosize-textarea/issues/59)
136
137## [v0.4.7](https://github.com/buildo/react-autosize-textarea/tree/v0.4.7) (2017-07-03)
138[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.6...v0.4.7)
139
140#### Fixes (bugs & defects):
141
142- JSX element type 'TextareaAutosize' is not a constructor function for JSX elements. [#56](https://github.com/buildo/react-autosize-textarea/issues/56)
143
144## [v0.4.6](https://github.com/buildo/react-autosize-textarea/tree/v0.4.6) (2017-06-27)
145[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.5...v0.4.6)
146
147#### Fixes (bugs & defects):
148
149- `this.dispatchEvent(UPDATE)` called too often [#54](https://github.com/buildo/react-autosize-textarea/issues/54)
150
151## [v0.4.5](https://github.com/buildo/react-autosize-textarea/tree/v0.4.5) (2017-06-19)
152[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.4...v0.4.5)
153
154#### Fixes (bugs & defects):
155
156- Max rows not working with text without breakline char [#50](https://github.com/buildo/react-autosize-textarea/issues/50)
157
158## [v0.4.4](https://github.com/buildo/react-autosize-textarea/tree/v0.4.4) (2017-06-05)
159[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.3...v0.4.4)
160
161#### Fixes (bugs & defects):
162
163- linked module fails to load in webpack [#48](https://github.com/buildo/react-autosize-textarea/issues/48)
164
165#### New features:
166
167- typescript support [#46](https://github.com/buildo/react-autosize-textarea/issues/46)
168
169## [v0.4.3](https://github.com/buildo/react-autosize-textarea/tree/v0.4.3) (2017-04-21)
170[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.2...v0.4.3)
171
172#### New features:
173
174- Add prop `innerRef` to access textarea DOM node [#40](https://github.com/buildo/react-autosize-textarea/issues/40)
175- Warning: This synthetic event is reused for performance reasons [#38](https://github.com/buildo/react-autosize-textarea/issues/38)
176
177## [v0.4.2](https://github.com/buildo/react-autosize-textarea/tree/v0.4.2) (2017-04-10)
178[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.1...v0.4.2)
179
180#### Fixes (bugs & defects):
181
182- Last release broke support for React < 15.5 [#36](https://github.com/buildo/react-autosize-textarea/issues/36)
183
184## [v0.4.1](https://github.com/buildo/react-autosize-textarea/tree/v0.4.1) (2017-04-10)
185[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.0...v0.4.1)
186
187#### Fixes (bugs & defects):
188
189- Address react 15.5 deprecations regarding PropTypes usage and test-utils [#35](https://github.com/buildo/react-autosize-textarea/issues/35)
190
191## [v0.4.0](https://github.com/buildo/react-autosize-textarea/tree/v0.4.0) (2017-03-30)
192[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.3.6...v0.4.0)
193
194#### Breaking:
195
196- Remove react-tcomb [#30](https://github.com/buildo/react-autosize-textarea/issues/30)
197
198## [v0.3.6](https://github.com/buildo/react-autosize-textarea/tree/v0.3.6) (2017-01-22)
199[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.3.5...v0.3.6)
200
201#### New features:
202
203- Max Rows [#25](https://github.com/buildo/react-autosize-textarea/issues/25)
204
205## [v0.3.5](https://github.com/buildo/react-autosize-textarea/tree/v0.3.5) (2017-01-22)
206[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.3.4...v0.3.5)
207
208#### Fixes (bugs & defects):
209
210- Getting a lot of Null is not an object in production [#27](https://github.com/buildo/react-autosize-textarea/issues/27)
211
212## [v0.3.4](https://github.com/buildo/react-autosize-textarea/tree/v0.3.4) (2016-11-21)
213[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.3.3...v0.3.4)
214
215#### Fixes (bugs & defects):
216
217- Ref issue & Compatibility with React 15.4.0 [#23](https://github.com/buildo/react-autosize-textarea/issues/23)
218
219## [v0.3.3](https://github.com/buildo/react-autosize-textarea/tree/v0.3.3) (2016-09-14)
220[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.3.2...v0.3.3)
221
222#### New features:
223
224- Warning by props [#19](https://github.com/buildo/react-autosize-textarea/issues/19)
225
226## [v0.3.2](https://github.com/buildo/react-autosize-textarea/tree/v0.3.2) (2016-08-10)
227[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.3.1...v0.3.2)
228
229#### New features:
230
231- Please publish version with react 15 compatibility on NPM [#18](https://github.com/buildo/react-autosize-textarea/issues/18)
232
233## [v0.3.1](https://github.com/buildo/react-autosize-textarea/tree/v0.3.1) (2016-05-18)
234[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.3.0...v0.3.1)
235
236#### New features:
237
238- Update peer dependencies [#15](https://github.com/buildo/react-autosize-textarea/issues/15)
239- remove react 0.14 warnings [#13](https://github.com/buildo/react-autosize-textarea/issues/13)
240
241## [v0.3.0](https://github.com/buildo/react-autosize-textarea/tree/v0.3.0) (2016-04-21)
242[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.2.6...v0.3.0)
243
244#### New features:
245
246- use ES6 class [#11](https://github.com/buildo/react-autosize-textarea/issues/11)
247
248## [v0.2.6](https://github.com/buildo/react-autosize-textarea/tree/v0.2.6) (2015-12-23)
249[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.2.5...v0.2.6)
250
251## [v0.2.5](https://github.com/buildo/react-autosize-textarea/tree/v0.2.5) (2015-10-14)
252[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.2.4...v0.2.5)
253
254## [v0.2.4](https://github.com/buildo/react-autosize-textarea/tree/v0.2.4) (2015-06-25)
255[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.2.3...v0.2.4)
256
257## [v0.2.3](https://github.com/buildo/react-autosize-textarea/tree/v0.2.3) (2015-06-19)
258[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.2.2...v0.2.3)
259
260#### New features:
261
262- Continuous integration is failing [#6](https://github.com/buildo/react-autosize-textarea/issues/6)
263
264## [v0.2.2](https://github.com/buildo/react-autosize-textarea/tree/v0.2.2) (2015-06-11)
265[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.2.0...v0.2.2)
266
267## [v0.2.0](https://github.com/buildo/react-autosize-textarea/tree/v0.2.0) (2015-06-11)
268[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.1.1...v0.2.0)
269
270#### New features:
271
272- Probable memory leak [#2](https://github.com/buildo/react-autosize-textarea/issues/2)
273- Rename lib to src? [#1](https://github.com/buildo/react-autosize-textarea/issues/1)
274
275## [v0.1.1](https://github.com/buildo/react-autosize-textarea/tree/v0.1.1) (2015-06-10)
276[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.1.0...v0.1.1)
277
278## [v0.1.0](https://github.com/buildo/react-autosize-textarea/tree/v0.1.0) (2015-06-09)
279[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/react-0.13...v0.1.0)
280
281## [react-0.13](https://github.com/buildo/react-autosize-textarea/tree/react-0.13) (2016-02-11)
282
\No newline at end of file