This repository was archived by the owner on Feb 27, 2020. It is now read-only.
Releases: StylingKit/StylingKit
Releases · StylingKit/StylingKit
SVG Cache
iOS 11 compatibility
- Fixed "iOS10 Beta 4, iOS11 beta 1,2 - App crashes on launch " #49
Big Stabilization
- Fixed UITextField handling in iOS + 64 bit simulators Pixate/pixate-freestyle-ios#186, Pixate/pixate-freestyle-ios#192, Pixate/pixate-freestyle-ios#188
- Fixed datasource and delegate proxying in UICollectionView which solved crashing
- Fixed crashing/UI corruption while live watching stylesheet changes
- Implemented debug styling
- Made styling consistent by subclassing all the views at their creation time
- Fix UIAlertView with TextField issue Pixate/pixate-freestyle-ios#178
- Fixed a ton of other performance issues
- Fixed issues with cell caching
- Used current class instead of generic UINavigationBar and UIToolbar to prevent global overrides that affect unstyled instances
- Note: still not perfect solution as requires app to have custom navigation/tool bar class just to bypass this issue
Themes and cloud
Completed stories:
- Implement support for remote (cloud) editting of the themes story
- Implement Themes repository story
- Implement global disabling of styling story
- Disable auto-styling enhancement story
Zero warning release with test package
Migrated complete tests package from freestyle project
Fixed execution of all the test suits
Migrated source code to the modern syntax
Fixed all the compilation warnings in the library and tests
Got rid of the MAFuture sub-pod
Separate CocoaLumberjack from the main library
First public pod release
Defined minimal docs.
Fixed Carthage support.
v0.1.0
Initial version with basic styling in place