Skip to content

v2.1.1

Compare
Choose a tag to compare
@pcolton pcolton released this 10 Mar 00:28
· 183 commits to master since this release

Release notes:

  • built using Xcode 5.1 (iOS 7.1)
  • correctly build fat binary to include all platforms (armv7, armv7s, arm64, i386, and x86_64)
  • further prevent styling for views with styleMode of PXStylingNone (0)
  • non-recursive styling updates for UILabel, UIButton, UITextField, and UITextView
  • styleClass caching for performance improvements
  • media matching optimizations
  • added support for "content-size", "content-offset", "content-inset" attributes for UITableView
  • prevent an exception iOS6 when using UIDatePicker
  • bug fix with table and collection view delegate proxys
  • consolidate styling calls to take a single path
  • fix non-recursive update to not style any children
  • update label to not style if par of a UIButton (should use UIButton's API instead)

Source level changes:

  • remove all warnings
  • rearranging of source files
  • minimum SDK bumped to 6.1