Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

61 lines (39 loc) · 2.63 KB

SSDynamicText CHANGELOG

1.1.1

January 8, 2016
  • (fixed) Fixed memory leak caused by strong retain cycle in SSDynamicLabel, SSDynamicTextView and SSDynamicTextField classes, #40. (Grubas7)

1.1.0

September 26, 2016
  • (fixed) Fixed IB crash for SSDynamicButton subclasses, #36. (Grubas7)
  • (added) Added Carthage support (by creating SSDynamicText project with framework target). (Grubas7)

1.0.0

June 5, 2016
  • (fixed) Fixed titleLabel font upgrade for SSDynamicButton after font change, #27. (Grubas7)
  • (modified) Changed ss_defaultFontName, and ss_defaultBaseSize from methods to readonly properties. (Grubas7)

0.5.0

October 5, 2015
  • (added) Added NSAttributedString support. (Remiki)

0.4.0

July 19, 2015
  • (added) Added SSDynamicButton class, #8. (Grubas7)
  • (modified) Made views class methods inheritable, issue #7. (jhersh)

0.3.0

July 15, 2015
  • (modified) Removed double initialization for views, #6. (jhersh)

0.2.2

April 24, 2015
  • (added) Added support for accessibility content size categories. (Remiki)
  • (modifed) Fixed font and font size settings for views loaded from Interface Builder. (Remiki)

0.2.1

October 30, 2014
  • (added) Added -ss_defaultFontName and -ss_defaultBaseSize methods to UIView+SSTextSize class. (angrauel)

0.2.0

October 23, 2014
  • (added) Added Interface Builder support. (angrauel)

0.1.0

October 7, 2013
  • (added) Added SSDynamicTextView, SSDynamicTextField and UIView+SSTextSize classes. (jhersh)
  • (modified) Renamed SSLabel to SSDynamicLabel. (jhersh)

0.0.1

October 7, 2013
  • (added) Added SSDynamicLabel, UIFont+SSTextSize and UIApplication+SSTextSize classes. (jhersh)