Skip to content

Releases: patrickmarabeas/ng-FitText.js

4.2.3

08 Mar 05:26
Compare
Choose a tag to compare
v4.2.3

Integrate #53 fix for parent padding

4.2.1

12 Jun 11:41
Compare
Choose a tag to compare

Fix Jade borking compressor value #47 #48

4.2.0

27 Apr 09:20
Compare
Choose a tag to compare
  • Allow CSS inheritance globally

4.1.1

27 Jan 06:13
Compare
Choose a tag to compare
  • Cache element

4.1.0

23 Jan 04:17
Compare
Choose a tag to compare
  • 'initial' value replaced with 'inherit'
  • fittext-min attribute can now inherit CSS value by using 'inherit' value

4.0.0

18 Jan 07:04
Compare
Choose a tag to compare
  • Improve ratio calculation [#35, #36]
  • initial value can be given to data-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 for ng-bind - No longer need to use both ng-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

20 May 13:01
Compare
Choose a tag to compare
v3.3.3

version 3.3.3

3.3.1

12 Apr 08:16
Compare
Choose a tag to compare
  • Update Angular version used in demo
  • Fix for Bower path

3.3.0

30 Jan 16:25
Compare
Choose a tag to compare

Ability to specify line breaks in a FitText block

3.2.0

29 Jan 14:46
Compare
Choose a tag to compare

Fix for min font size wrapping issues