Граф коммитов

718 Коммитов

Автор SHA1 Сообщение Дата
Eric Rozell dd6f9702c2 chore(NPM): bump version to 0.41.0 2017-03-09 11:23:59 -05:00
Eric Rozell c6f5a7cc86 chore(NPM): bump version to 0.41.0-rc.4 2017-03-06 15:44:37 -05:00
Eric Rozell e6c55baef4 feat(Style): Adds percent style support (#1046)
Fixes #1044
2017-03-06 15:44:17 -05:00
Eric Rozell ae373db6c1 chore(NPM): bump version to 0.41.0-rc.3 2017-03-06 12:43:08 -05:00
Eric Rozell 23125cfdb9 fix(init): remove Facebook.Yoga package reference (#1049)
The Facebook.Yoga package reference is not needed, and creates another place that needs to be upgraded each time we upgrade the NuGet package.
2017-03-06 12:42:29 -05:00
Eric Rozell 9ae2c690f4 chore(NPM): bump version to 0.41.0-rc.2 2017-03-06 09:59:29 -05:00
Eric Rozell 6bbacb2d9d chore(Yoga): upgrading Yoga package to 1.2.0-pre1 (#1047) 2017-03-06 09:57:21 -05:00
Eric Rozell 8c73cd4998 fix(Yoga): Pointing at patched NuGet package to fix AVE (#1043)
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
2017-03-06 09:57:20 -05:00
ymusiychuk-lohika 9c7af259b0 fix(ReactPage): Fix ApplyArguments to not fail on odd number of arguments (#1025) (#1028) 2017-03-06 09:57:20 -05:00
Eric Rozell 828c5aea78 fix(Padding): copy paste error for vertical padding (#1031)
Fixes #1024
2017-03-06 09:57:20 -05:00
Eric Rozell e804c03793 chore(Yoga): upgrade Facebook.Yoga to 1.1.0.23-pre (#1029) 2017-03-06 09:57:20 -05:00
Kevin VanGelder 578f504f9c upgrade to released ChakraCore (#1023) 2017-03-06 09:57:19 -05:00
Eric Rozell 9542f73c31 fix(ChakraBridge): fixing NativeJavaScriptExecutor to use nativeLoggingCallback (#1015) 2017-03-06 09:57:19 -05:00
Eric Rozell c92c602ef1 fix(TouchHandler): touch point offset due to status bar (#1012)
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
2017-03-06 09:57:19 -05:00
Eric Rozell 21ec10cc75 fix(console): adding line break to console messages (#1013) 2017-03-06 09:57:19 -05:00
Eric Rozell 131dc87459 fix(runWindows): fixes issue with spaces in path (#1011)
Fixes #865
2017-03-06 09:57:18 -05:00
Eric Rozell 98bb7c998a fix(CLI): Windows project generator broke due to changes to HTTP registry API (#1009)
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
2017-03-06 09:57:18 -05:00
Eric Rozell e98d0df2b2 chore(NPM): bump version to 0.41.0-rc.1 2017-02-15 13:46:34 -05:00
Eric Rozell 96a5a7547c fix(Facebook.Yoga): Updating to the latest Facebook.Yoga package with UWP support (#1007) 2017-02-15 13:27:30 -05:00
Eric Rozell ee044a89f5 fix(UIManager): Adds event for `namedOrientationDidChange` (#1000)
Useful event for tracking when the app is in portrait vs. landscape mode.

Fixes #989
2017-02-15 13:27:30 -05:00
Eric Rozell 0d026e5c60 fix(Border): Fixes issue with top/left border calculation (#1003) 2017-02-15 13:27:30 -05:00
Eric Rozell 87be2259fb Update LICENSE 2017-02-15 13:27:30 -05:00
Kevin VanGelder bfe41839ef Re-implemented wpf shadow (#998)
* re-implemented wpf shadow

* Addressing minor comments from review.
2017-02-15 13:27:29 -05:00
Eric Rozell cd54f8d649 fix(ImageLoader): Adds prefetch cancellation and cache query (#996)
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.
2017-02-15 13:27:28 -05:00
Matt Hargett fd9f002d82 Update nuget dependencies (#994)
* 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.
2017-02-15 13:27:28 -05:00
Kevin VanGelder 97882fa393 fixed text measurement regression (#978)
* fixed text measurement regression

* also apply fix to UWP text

* also applied fix to textinput
2017-02-15 13:27:28 -05:00
Eric Rozell fe7145566d feat(TaskCancellationManager): Adds ability to cancel all pending tasks (#995) 2017-02-15 13:27:27 -05:00
Eric Rozell 7e170e2c66 fix(ScrollView): Update ScrollView JS to latest from upstream (#993)
Fixes #986
2017-02-15 13:27:27 -05:00
Eric Rozell cd2f251104 fix(Warnings): fix misc warnings throughout project (#992) 2017-02-15 13:27:27 -05:00
Kevin VanGelder 8957d71ba2 [WPF] Fixed issue where reported dimensions mistakenly included window chrome (#968)
* 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
2017-02-15 13:27:27 -05:00
Alexander Bodalevsky 3eeb4a11cb NET46: Fix in AsyncStorageModule (#967)
* - 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.
2017-02-15 13:27:26 -05:00
Matt Hargett 4c4724889e Use ChakraCore nuget package instead of building it from submodule (#977)
* 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.
2017-02-15 13:27:26 -05:00
Eric Rozell 34633c5c14 fix(I18NModule): fix `forceRTL` method (#988) 2017-02-15 13:26:51 -05:00
Eric Rozell c9206720f0 fix(TVEventHandler): Adds dummy component for TVEventHandler 2017-02-08 13:44:15 -05:00
Eric Rozell e58e8e64ae chore(Examples): point to the latest examples branch 2017-02-07 21:32:05 -05:00
Eric Rozell 3110b78ab4 chore(NPM): bump version to 0.41.0-rc.0 2017-02-07 21:18:26 -05:00
Eric Rozell 071b63af89 chore(Examples): point to latest examples branch (#976) 2017-02-07 21:07:02 -05:00
Kevin VanGelder 371cc8e3ff fixed issue where real-life projects couldn't find Yoga nuget package (#975) 2017-02-07 13:07:33 -08:00
Eric Rozell e9ca8f1531 feat(Yoga): Adds support for Yoga flexbox engine (#941)
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.
2017-02-07 12:38:46 -05:00
Warpenguin bce1ae0dce Add InitialProps to ReactPage (#961)
* Add InitialProps to ReactPage
2017-02-07 03:37:22 -08:00
Eric Rozell 25437ee2ad chore(Examples): Point to latest examples branch (#970)
Missing commit from examples branch that included the `Button`.
2017-02-06 17:09:11 -05:00
Eric Rozell f00837b997 Update README.md 2017-02-06 16:46:14 -05:00
Monir Abu Hilal 05cd536872 Adding instructions for showing the debug menu (#938)
* Adding instructions for showing the debug menu
2017-02-06 09:47:12 -08:00
Lukas Rieger 81ca81f09c Update README: link to RunningOnDeviceWindows (#956)
* Update README: link to RunningOnDeviceWindows
2017-02-03 17:59:03 -08:00
Sasivarnan R c549f6d44c Added proxy support for requests made by fetch (#963) 2017-02-02 15:55:17 -08:00
Damien Lajarretie 10845f1e5b Fix TextInput layout not taking height into account (#966) 2017-02-02 14:47:03 -08:00
Andrew Forster 31d6cd08be Integrate Winium/Selenium Test for Playground.Net46 (#962)
* 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
2017-01-26 20:49:54 -08:00
Jari Zwarts 8d3faf7599 Fix incorrect function name for getInitialURL in LauncherModule (#959) (#960) 2017-01-19 14:54:37 -08:00
Kevin VanGelder 65e10446d6 Fix Issue With Bundle Images (#950)
* Use correct URI with bundle images in WPF
2017-01-19 12:41:42 -08:00
Eric Rozell 194a23f64c Update README.md 2017-01-19 14:09:59 -05:00