Skip to content

0.1 Preview (July 15, 2016)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ramu-msft Ramu-msft released this 15 Jul 23:27
· 1357 commits to master since this release
  • List of things we added support for:
    • Support for background property in UITextField
    • We now use the standard Clang driver, instead of Clang -cc1
    • UIViews can now be created and destroyed on any thread (vs. UI thread only before)
    • Support storyboard in Xib2Nib tool
    • Support for foreground activation from Cortana
    • Various improvements to CoreGraphics:
      • Added CGCatalog sample project (#566)
      • Added required build files for CGCatalog (#573)
      • Added CGUnitTest Project for CoreGraphics Tests (#575)
      • Fixed CGPattern dimensions bug (#581)
  • List of GitHub issues we addressed
    • Fix for NSURLSessionTask taskIdentifier is always 0 (#570)
    • Fix for Compile error when including <mach/mach_time.h> (#535)
    • Fix for Fixes binary search of non-existing elements in an NSArray (#569)
    • GLKit bug fixes and new unit tests (#551)
    • Fix for Add support for custom concurrent NSOperation subclasses (#580)
    • Fix for Memory leak when repeatedly adding/removing KVO observers on an object (#504)
  • The input changes we announced 2 weeks ago with #604 have now been merged to develop and master and are now available with our main branch. You can read more about these changes in this blog post
    • These changes also include a new Xaml-backed implementation for UISlider and UIActivityIndicatorView
    • This new implementation of UISlider does currently not offer support for minimumValueImage, maximumValueImage, currentMinimumTrackImage, currentThumbImage, setMinimumTrackImage:forState:, setMaximumTrackImage:forState: and setThumbImage:forState:, we might add support for these in the future based on customer’s neede:forState: and setThumbImage:forState:, we might add support for these in the future based on customer’s need