Releases: patrickmarabeas/ng-FitText.js
Releases · patrickmarabeas/ng-FitText.js
4.2.3
4.2.1
4.2.0
- Allow CSS inheritance globally
4.1.1
- Cache element
4.1.0
'initial'
value replaced with'inherit'
fittext-min
attribute can now inherit CSS value by using'inherit'
value
4.0.0
- Improve ratio calculation [#35, #36]
initial
value can be given todata-fittext-max
allowing for use of CSS specified value as the max [#32]- Line heights are now preserved (but as standard, not with attr) [#30]
- New lines no longer need to be specified with an attribute
- Display property is now preserved
- Improved config
ng-model
was mistakenly used forng-bind
- No longer need to use bothng-model
and{{}}
for dynamic values [should fix #24]- Minified version now delivered via Bower [#41]
- Config provider namespaced to avoid conflicts [#26]
3.3.3
v3.3.3 version 3.3.3
3.3.1
- Update Angular version used in demo
- Fix for Bower path
3.3.0
Ability to specify line breaks in a FitText block
3.2.0
Fix for min font size wrapping issues