Upgrading to NativeCSS 2.0

iOS

  1. Required API Method Signature Change.

  2. 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.

  3. Required iOS requires additional dependency libz.dylib. For more info see Getting Started guide for iOS

  4. New API Docs – the API documentation has been updated

  5. Develop from the cloud in real time

  6. Start A/B Tests from the cloud

  7. Simpler Table Styling – no table index referencing required

  8. Added new css property: box-sizing:border-box

  9. Added new css property: placeholder:"Enter Email"

Android

    1. Required API Method Signature Change.

    2. NativeCSS Maven Repo Available

    3. New API Docs – the API documentation has been updated

    4. Develop from the cloud in real time

    5. Start A/B Tests from the cloud

    6. Simpler Table Styling – no table index referencing required

    7. Added new css property: box-sizing:border-box