Facebook.Yoga was throwing an AccessViolationException on ARM devices due to a marshaling error. We added a patch to work around this limitation.
Fixes#1027
A previous change to adjust the touch point for a visible status bar does not seem to be necessary when the device is in landscape orientation.
Fixes#945
Instead of using an ad hoc HTTP approach, we're now consuming the `npm-registry` package, which should hopefully provide more consistent behavior over time.
Fixes#1005
Recent update to the UWP Community Toolkit allows us to cancel prefetch operations. This changeset also adds the ability to query for images on disk, but not yet in-memory.
* Bump dependencies to latest versions compatible with VS2015. Skip NUnit for now, may do in a separate pass.
* Update to latest Yoga and Toolkit.Uwp.UI. Eliminate relative references to the package directory so project files with work in the npm install scenario.
* Removing unused Postal.NET dependency.
* fixed issue where reported dimensions mistakenly included window chrome
* simplify and de-brittle-ize WPF client area measurement
* tweaked tests to match measurement changes and added null-safety
* implement rozele feedback
* - FIXED: AsyncStorageModule::multiGet throws exception if key doesn't exist in storage
- FIXED: AsyncStoragModule::clear throws exception if storage folder exists
* Fixed review notes
* Rewritten UnitTest to Assert.That
* some refactoring
* fixes after review
* CheckExistsAsync is running in async mode.
* Split the check that folder exists into 2 lines for simplicity.
* Remove ChakraCore submodule, project, msbuild tasks. Use NuGet package instead.
* Remove ChakraCore build caching from AppVeyor configuration
* Add Nuget.config to reference chakracore-preview myget repo. Reference packages from SolutionDir so they will work in npm package context.
* Make WPF template project use new ChakraCore package and nuget feed.
* Remove deprecated NuGet repo.
Thanks to the great work by @pre10der89 and @mpodwysocki, there will soon be a NuGet package available for Facebook.Yoga. This changeset includes all the necessary modifications to integrate React Native for UWP and WPF with the Yoga flexbox engine.
* Fixed ChakraCore DLL copy for bundle builds - removed some unneeded <prefer32bit> tags on 64 bit configurations - added bundle content group
* Adding winium test for playground.Net46
* Fixing debug x86 build error
* Adding npm i to appveyor to pick up jasmine