-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e4daa8
commit 8e23339
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# SwiftyAppearance Change Log | ||
|
||
## [Version 1.0.2](https://github.com/yannickl/AwaitKit/releases/tag/2.0.0) | ||
*Released on 2016-11-27.* | ||
|
||
- added `UIView.refreshSubviewAppearance` and `UIApplication.refreshAppearance` methods to reload app look after changing `UIApperance` (useful for theme support) | ||
|
||
## [Version 1.0.1](https://github.com/yannickl/AwaitKit/releases/tag/1.0.0) | ||
*Released on 2016-11-18.* | ||
|
||
- added `appearance(in:)` convenience method for single enclosing container case | ||
- fixed bug when `UIAppearance.appearance` method familiy did not add `Self` in container chain of nested scope | ||
|
||
## [Version 1.0.0](https://github.com/yannickl/AwaitKit/releases/tag/1.0.0) | ||
*Released on 2016-11-13.* | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters