Skip to content

Releases: Pixate/pixate-freestyle-ios

v2.1.4

23 Jun 21:30
Compare
Choose a tag to compare
  • UICollectionView improvements and bug fixes
  • Added addStyleClass, removeStyleClass and styleClassed methods to UIViews
  • Small bug fixes

v2.1.3 Release Version

25 Apr 20:05
Compare
Choose a tag to compare
  • fixed UICollectionViewCells not getting styled on initial load of UICollectionView
  • change how delegate proxies are handled, should work better now
  • add support for http/https remote urls for images (i.e. background-image: url(http://....))
  • when styling NON-recursively, still update 'virtual children'
  • when styling recursively, do not re-style 'virtual children'
  • fix Titanium refresh issue
  • fix Titanium layout issue
  • integrate new Pixate Expression Machine project as a submodule

RC3 Release of 2.1.3

08 Apr 17:20
Compare
Choose a tag to compare
RC3 Release of 2.1.3 Pre-release
Pre-release
  • fixed UICollectionViewCells not getting styled on initial load of UICollectionView
  • integrate new Pixate Expression Machine project as a submodule
  • change how delegate proxies are handled, should work better now

RC2 Release of 2.1.3

26 Mar 20:26
Compare
Choose a tag to compare
RC2 Release of 2.1.3 Pre-release
Pre-release
  • cleanup and minor fixes

v2.1.3RC1

20 Mar 18:27
Compare
Choose a tag to compare
v2.1.3RC1 Pre-release
Pre-release
  • add support for http/https remote urls for images (i.e. background-image: url(http://....))
  • when styling NON-recursively, still update 'virtual children'
  • when styling recursively, do not re-style 'virtual children'
  • fix Titanium refresh issue
  • fix Titanium layout issue

v2.1.2

17 Mar 22:40
Compare
Choose a tag to compare
  • added 'text-shadow' support to 'attributed-text' virtual children
  • added additional tests
  • fixed styling bug for UITextView
  • added new 'asset://' scheme for loading images from assets container
  • fixed Titanium support for setting position of UILabels (and other controls)

v2.1.1

10 Mar 00:28
Compare
Choose a tag to compare

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

v2.1.1RC1

07 Mar 00:08
Compare
Choose a tag to compare
v2.1.1RC1 Pre-release
Pre-release

Release notes:

  • 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

Pixate Freestyle v2.1.0

18 Feb 00:48
Compare
Choose a tag to compare
  • Added: cell-size, cell-width, and cell-height properties to collection-view
  • Added: added attributed-text property to button, label, text-field, and text-view that supports letter-spacing, text-transform, text-decoration, text, color, font-family, font-size, font-style, font-weight, and font-stretch properties
  • Fixed: datasource issue when transitioning between multiple views
  • Updated: removed the requirements for the -ObjC linker flag
  • Fixed: Performance improvements with table view and collection view

See Styling Reference for all elements and properties.