Skip to content

Commit b7812b1

Browse files
committed
Merge pull request #25 from Grubas7/master
Add CHANGELOG.md
2 parents 662f57e + 8ecff45 commit b7812b1

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# SSDynamicText CHANGELOG
2+
3+
## 0.5.0
4+
###### October 5, 2015
5+
6+
- **(added)** Added `NSAttributedString` support. _([Remiki](https://github.com/Remki))_
7+
8+
## 0.4.0
9+
###### July 19, 2015
10+
11+
- **(added)** Added `SSDynamicButton` class, [#8](https://github.com/splinesoft/SSDynamicText/issues/8). _([Grubas7](https://github.com/Grubas7))_
12+
- **(modified)** Made views class methods inheritable, issue [#7](https://github.com/splinesoft/SSDynamicText/issues/7). _([jhersh](https://github.com/jhersh))_
13+
14+
## 0.3.0
15+
###### July 15, 2015
16+
17+
- **(modified)** Removed double initialization for views, [#6](https://github.com/splinesoft/SSDynamicText/issues/6). _([jhersh](https://github.com/jhersh))_
18+
19+
## 0.2.2
20+
###### April 24, 2015
21+
22+
- **(added)** Added support for accessibility content size categories. _([Remiki](https://github.com/Remki))_
23+
- **(modifed)** Fixed font and font size settings for views loaded from Interface Builder. _([Remiki](https://github.com/Remki))_
24+
25+
## 0.2.1
26+
###### October 30, 2014
27+
28+
- **(added)** Added `-ss_defaultFontName` and `-ss_defaultBaseSize` methods to `UIView+SSTextSize` class. _([angrauel](https://github.com/angrauel))_
29+
30+
## 0.2.0
31+
###### October 23, 2014
32+
33+
- **(added)** Added Interface Builder support. _([angrauel](https://github.com/angrauel))_
34+
35+
## 0.1.0
36+
###### October 7, 2013
37+
38+
- **(added)** Added `SSDynamicTextView`, `SSDynamicTextField` and `UIView+SSTextSize` classes. _([jhersh](https://github.com/jhersh))_
39+
- **(modified)** Renamed `SSLabel` to `SSDynamicLabel`. _([jhersh](https://github.com/jhersh))_
40+
41+
## 0.0.1
42+
###### October 7, 2013
43+
44+
- **(added)** Added `SSDynamicLabel`, `UIFont+SSTextSize` and `UIApplication+SSTextSize` classes. _([jhersh](https://github.com/jhersh))_

0 commit comments

Comments
 (0)