Releases: Pixate/pixate-freestyle-ios
Releases · Pixate/pixate-freestyle-ios
v2.1.4
v2.1.3 Release Version
- 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
- 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
- cleanup and minor fixes
v2.1.3RC1
- 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
- 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
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
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
- 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.