Skip to content

Releases: chrum/ngx-autosize

Cloned helper width

13 Jun 06:41
Compare
Choose a tag to compare

Fix:

In some situations cloned element wasn't automatically sized in the correct way and that was causing weird behavior. #28 by @inkassso

Now its width is copied from the original textarea element.

Rxjs operators

04 Jun 11:50
Compare
Choose a tag to compare

Small fixes:

  • Correcting order of rxjs operators #27
  • Setting content of the cloned textarea (issue with older browsers)

both things suggested by @Petronious

Respecting borders

30 Mar 17:37
Compare
Choose a tag to compare

New features:

  • Taking top and bottom borders widths into consideration when calculating height of the textarea #24 by @nurfgun

force CSS !important

09 Mar 15:45
Compare
Choose a tag to compare

New features: