Releases: chrum/ngx-autosize
Releases · chrum/ngx-autosize
Height with/without padding
What's Changed
- intelligently apply paddings in height calculations - reported by @fabiopigna in #103 and fixed by @r4b6i0 in #104
Full Changelog: 2.0.3...2.0.4
Window ref in public api
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
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
Chores:
- satisfying strictInputAccessModifier reported by @karptonite in #85 and reminded about 'realeasing' by @KIMBUM
Separating overflows, dynamic on/off and example
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
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
Fix:
- Min size / line height issue pointed/requested by @mgzurakowski #34, @mrkorsar, @jaco-fq #44, and solution suggested by @fmuscolino #43
- useImportant - updated the way the style is set (setProperty)
Enhancement:
External styles and conflcting settings
Enhancement:
- respecting external inline styles of textarea - pointed in #38 by @ruisilva450
- onlyGrow vs maxRows conflict resolution - solution by @karptonite in #40