Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Releases: microsoft/FluentDarkModeKit

1.0.4: Add @objc annotation for use in Objective-C only projects (#106)

20 May 15:27
e75e980
Compare
Choose a tag to compare

1.0.3: Fix missing attributes for UILabel when set attributedText in iOS 11

19 Apr 02:19
7a7309d
Compare
Choose a tag to compare
  1. Fix missing attributes for UILabel when set attributedText in iOS 11 (#102)

1.0.2: Making project ready with minimum deployment target >= 13.0

11 Mar 06:08
626edcf
Compare
Choose a tag to compare
  1. Making project ready with minimum deployment target >= 13.0

1.0.1: Add windowThemeChangeHandler

14 Sep 10:57
9d4bcc7
Compare
Choose a tag to compare
  1. Fix crash for CGColor related property on view called with color with withAlphaComponent #96
  2. Add window theme change handler #97

1.0.0: Migrate to system APIs on iOS 13

03 Sep 01:13
068b756
Compare
Choose a tag to compare
Bump version to 1.0.0 (#93)

0.5.2: Fix SPM import issue

08 Jun 00:50
Compare
Choose a tag to compare
  1. Fixed SPM import issue (#65)
  2. Added SwiftLint

0.5.1: Fix UIScrollView indicator display in dark mode (#59)

09 Apr 08:50
d861903
Compare
Choose a tag to compare

0.5.0: Rename the repo to FluentDarkModeKit

17 Mar 07:19
4f5f1cf
Compare
Choose a tag to compare
Rename repo to FluentDarkModeKit (#58)

0.4.0: Update README.md (#51)

19 Feb 08:07
77afc3d
Compare
Choose a tag to compare
Do not specify version in README, so we don't need update it all the time.

0.3.0: Add support for CocoaPods. (#43)

07 Feb 10:16
b267319
Compare
Choose a tag to compare
* Add support for CocoaPods.

* Update DarkModeKit.podspec

Co-authored-by: icodesign <leimagnet@gmail.com>