Releases: patrickmarabeas/ng-FitText.js
Releases · patrickmarabeas/ng-FitText.js
3.1.0
- Remove scope clutter
- Fix usage within a transcluded template
3.0.0
- Element now defaults to 100% width
- Compressor now fine tunes from this point
- Debounce functionality now needs to be passed in via fitTextConfigProvider
2.4.0
- Removed
if( !scope.$$phase ) scope.$digest();
anti-pattern - Added ability to set min and max font size globally
2.3.2
- Updated Bower package name
- Updated folders and files to ignore by Bower
2.3.1
- Reformatted code
2.3.0
- Added Provider and Config usage to extend global settings for the module
- Added guide for configuring settings
2.2.1
- Improved terseness of debounce logic
2.2.0
- Added config for debounce settings
2.1.0
- Added Underscore's debounce function for window resizing
2.0.0
- Rewritten so it's even more Angular
- Unit tests can now be performed without creating and appending a DOM element