iOS
Required API Method Signature Change.
Required Move App Delegate NativeCSS call to
application:didFinishLaunchingWithOptions:
.After iOS 8.2 you must call nativeCSS from
application:didFinishLaunchingWithOptions:
so that styling occurs before the view is shown.Required iOS requires additional dependency
libz.dylib
. For more info see Getting Started guide for iOSNew API Docs – the API documentation has been updated
Develop from the cloud in real time
Start A/B Tests from the cloud
Simpler Table Styling – no table index referencing required
Added new css property:
box-sizing:border-box
Added new css property:
placeholder:"Enter Email"
Android
Required API Method Signature Change.
NativeCSS Maven Repo Available
New API Docs – the API documentation has been updated
Develop from the cloud in real time
Start A/B Tests from the cloud
Simpler Table Styling – no table index referencing required
Added new css property:
box-sizing:border-box