Skip to content

Releases: chrum/ngx-autosize

Height with/without padding

18 Jan 14:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.0.4

Window ref in public api

02 Nov 14:36
Compare
Choose a tag to compare

What's Changed

  • including window-ref.service in public api - suggested and implemented by @xCMSjQuery in #96

Full Changelog: 2.0.2...2.0.3

Updating to Ivy builder

18 Jul 08:00
56cf3f7
Compare
Choose a tag to compare

Breaking changes:

Angular versions support:

Angular ngx-autosize
12+ 2.*
lower than 12 1.*

What's Changed

  • updating to new angular builder (ivy) - suggested by @karptonite in #86 and coded in #90

Full Changelog: 1.8.7...2.0.2

Fixing compilation errors

18 Jul 07:57
Compare
Choose a tag to compare

Chores:

  • satisfying strictInputAccessModifier reported by @karptonite in #85 and reminded about 'realeasing' by @KIMBUM

Separating overflows, dynamic on/off and example

20 Dec 15:15
Compare
Choose a tag to compare

Enhancement:

  • separating css overflow modifications to affect only y axis - suggested by @Waxweazler in #64
  • dynamic on and off of the autosizing feature - suggested by @piotrkmi93 in #81 and implemented in #82

Demo page:

  • added example with drag&drop #76

Padding support, SSR and destroyed improvements

29 Nov 17:52
Compare
Choose a tag to compare

Enhancement:

  • including top and bottom padding in height calculations - suggested by @capc0 in #56 and also solved by @capc0 in #60

Fix:

  • dropping direct 'window' reference, better SSR support - spotted by @mdeveloper #51
  • improving 'destroyed element' handling - @steven274 #54

Fix minSize and useImportang, add Output

24 May 18:30
Compare
Choose a tag to compare

Fix:

Enhancement:

External styles and conflcting settings

13 Feb 12:58
Compare
Choose a tag to compare

Enhancement:

  • respecting external inline styles of textarea - pointed in #38 by @ruisilva450
  • onlyGrow vs maxRows conflict resolution - solution by @karptonite in #40

Dropping rxjs dependency and couple fixes

17 Dec 16:48
Compare
Choose a tag to compare

Fixes:

  • correct behavior with minRows set to 1
    #34 by @mgzurakowski
  • improved 'destroyed awareness' :)
    interesting case #29 by @dstj

Enhancement:

  • dropping rxjs dependency - lower Angular peer dependency (>=5)
    continuation of #25 requested by @Kaz-

Small ng8 adjustments

11 Sep 08:15
Compare
Choose a tag to compare

Chore:

updating peerDependencies so ng8 is not complaining
#29 by @sbevels