Skip to content
This repository was archived by the owner on Feb 27, 2020. It is now read-only.

Releases: StylingKit/StylingKit

SVG Cache

01 May 21:04
27bba7a

Choose a tag to compare

This release adds caching of rendered SVG images.

iOS 11 compatibility

11 Sep 03:46

Choose a tag to compare

  • Fixed "iOS10 Beta 4, iOS11 beta 1,2 - App crashes on launch " #49

Big Stabilization

11 Sep 03:45

Choose a tag to compare

  • 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

20 Jan 15:07

Choose a tag to compare

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

05 Jan 09:03

Choose a tag to compare

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

21 Dec 09:02

Choose a tag to compare

Defined minimal docs.
Fixed Carthage support.

v0.1.0

19 Dec 22:47

Choose a tag to compare

Initial version with basic styling in place