Skip to content

Commit

Permalink
Preparing 1.2.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Aug 1, 2016
1 parent b8383bf commit 95e1ff4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to the project will be documented in this file.

---


### Next

#### API breaking changes
Expand All @@ -12,13 +13,19 @@ N/A

#### Enhancements

- Improvign default value of `fontSizeToFit` in `UILabelExtension`. Default value is now explicitly 100
- Added `fontSizeThatFits` method in `UILabelExtension` that returns a font size of the given text which can just fit the given `CGSize`.
N/A

#### Bugfixes

N/A

## [1.2.0](https://github.com/tbaranes/FittableFontLabel/releases/tag/1.2.0) (01/08/2016)

#### Enhancements

- Improvign default value of `fontSizeToFit` in `UILabelExtension`. Default value is now explicitly 100
- Added `fontSizeThatFits` method in `UILabelExtension` that returns a font size of the given text which can just fit the given `CGSize`.

## [1.1.0](https://github.com/tbaranes/FittableFontLabel/releases/tag/1.1.0) (25/04/2016)

#### API breaking changes
Expand Down
2 changes: 1 addition & 1 deletion FittableFontLabel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|

s.name = "FittableFontLabel"
s.module_name = "FittableFontLabel"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "UILabel (extension) that adjust the font size to fit a rect (width and height)."
s.description = "UILabel (extension or subclass) that adjust the font size to fit a frame: width and height if multilines, width only if single lines"
s.homepage = "https://github.com/tbaranes/FittableFontLabel"
Expand Down

0 comments on commit 95e1ff4

Please sign in to comment.