From 4137925ad257b63f035859e404f40551a9901dfc Mon Sep 17 00:00:00 2001 From: "REDMOND\\acoates" Date: Tue, 18 Jun 2019 15:14:43 -0700 Subject: [PATCH 1/6] Try to verify that the steps to init a new rnw project work --- .ado/windows-vs-pr.yml | 48 + vnext/CHANGELOG.json | 2666 -------------------- vnext/CHANGELOG.md | 1074 -------- vnext/local-cli/generator-windows/index.js | 2 +- 4 files changed, 49 insertions(+), 3741 deletions(-) delete mode 100644 vnext/CHANGELOG.json delete mode 100644 vnext/CHANGELOG.md diff --git a/.ado/windows-vs-pr.yml b/.ado/windows-vs-pr.yml index c2d30c526a3..3369e85de4c 100644 --- a/.ado/windows-vs-pr.yml +++ b/.ado/windows-vs-pr.yml @@ -132,6 +132,54 @@ jobs: script: del SampleApp.uwp.bundle workingDirectory: vnext + - job: CliInit + displayName: Verify react-native init + pool: + vmImage: vs2017-win2016 + timeoutInMinutes: 60 # how long to run the job before automatically cancelling + cancelTimeoutInMinutes: 5 # how much time to give 'run always even if cancelled tasks' before killing them + steps: + - checkout: self # self represents the repo where the initial Pipelines YAML file was found + clean: true # whether to fetch clean each time + # fetchDepth: 2 # the depth of commits to ask Git to fetch + lfs: false # whether to download Git-LFS files + submodules: false # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules + persistCredentials: false # set to 'true' to leave the OAuth token in the Git config after the initial fetch + + - task: CmdLine@2 + displayName: Install react-native cli + inputs: + script: npm install -g react-native-cli + + - task: CmdLine@2 + displayName: Init new project + inputs: + script: react-native init testcli + workingDirectory: $(Agent.BuildDirectory) + + - task: CmdLine@2 + displayName: Install rnpm-plugin-windows + inputs: + script: yarn add rnpm-plugin-windows@file:$(Build.SourcesDirectory)\current\local-cli\rnpm\windows + workingDirectory: $(Agent.BuildDirectory)\testcli + + - task: CmdLine@2 + displayName: Apply windows template + inputs: + script: react-native windows --template vnext --windowsVersion file:$(Build.SourcesDirectory)\vnext + workingDirectory: $(Agent.BuildDirectory)\testcli + + - task: MSBuild@1 + displayName: MSBuild - Build the project + inputs: + solution: $(Agent.BuildDirectory)\testcli\windows\testcli.sln + msbuildVersion: '15.0' # Optional. Options: latest, 16.0, 15.0, 14.0, 12.0, 4.0 + msbuildArchitecture: 'x64' # Optional. Options: x86, x64 + platform: x64 # Optional + configuration: Debug # Optional + msbuildArguments: '/p:PreferredToolArchitecture=x64' # Optional + clean: true # Optional + - job: RnwNativePRBuild displayName: Windows Visual Studio with Win32 PR strategy: diff --git a/vnext/CHANGELOG.json b/vnext/CHANGELOG.json deleted file mode 100644 index 23cfa26759e..00000000000 --- a/vnext/CHANGELOG.json +++ /dev/null @@ -1,2666 +0,0 @@ -{ - "name": "react-native-win", - "entries": [ - { - "version": "0.6.4", - "tag": "react-native-win_v0.6.4", - "date": "Wed, 13 Mar 2019 07:16:37 GMT", - "comments": { - "patch": [ - { - "comment": "Update react-native to 0.57.0-microsoft.4", - "author": "Andrew Coates (REDMOND) ", - "commit": "bb4c115c0eaa35eb6d965c5b69f598bdfc7d8377" - } - ] - } - }, - { - "version": "0.6.3", - "tag": "react-native-win_v0.6.3", - "date": "Tue, 12 Mar 2019 20:22:42 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - expose more helpers & cleanup for customViewmanagers support", - "author": "Andy Himberger ", - "commit": "b0c5d67c1ea0cf3ca0a093345e75f9aef2d4c493" - } - ] - } - }, - { - "version": "0.6.2", - "tag": "react-native-win_v0.6.2", - "date": "Tue, 12 Mar 2019 02:41:20 GMT", - "comments": { - "patch": [ - { - "comment": "Update react-native to 0.57.0-microsoft.2", - "author": "Project Collection Build Service (office) ", - "commit": "1e4816dd96fa986da096b76879a4d8065df460b7" - } - ] - } - }, - { - "version": "0.6.1", - "tag": "react-native-win_v0.6.1", - "date": "Sat, 09 Mar 2019 21:28:30 GMT", - "comments": { - "patch": [ - { - "comment": "fix nuget packaging", - "author": "Andy Himberger ", - "commit": "a8d52e79bc74b6974882e1bc7108fb469ca2d1ee" - } - ] - } - }, - { - "version": "0.6.0", - "tag": "react-native-win_v0.6.0", - "date": "Sat, 09 Mar 2019 18:32:03 GMT", - "comments": { - "minor": [ - { - "comment": "added back SourceCodeModule", - "author": "Lena Hong ", - "commit": "6d3c5d83b76e4994e69b2d4741ace92bb81c2c15" - } - ] - } - }, - { - "version": "0.5.93", - "tag": "react-native-win_v0.5.93", - "date": "Fri, 08 Mar 2019 09:15:31 GMT", - "comments": { - "patch": [ - { - "comment": "Update to react-native@0.57.0-microsoft.1", - "author": "Andrew Coates (REDMOND) ", - "commit": "8b94d830c5cc789d58670aa597703daa29a43431" - } - ] - } - }, - { - "version": "0.5.92", - "tag": "react-native-win_v0.5.92", - "date": "Fri, 08 Mar 2019 00:33:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"react-native\" from `0.0.5` to `0.0.6`" - } - ] - } - }, - { - "version": "0.5.91", - "tag": "react-native-win_v0.5.91", - "date": "Thu, 07 Mar 2019 23:21:01 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"react-native\" from `0.0.4` to `0.0.5`" - } - ] - } - }, - { - "version": "0.5.90", - "tag": "react-native-win_v0.5.90", - "date": "Thu, 07 Mar 2019 22:02:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"react-native\" from `0.0.3` to `0.0.4`" - } - ] - } - }, - { - "version": "0.5.89", - "tag": "react-native-win_v0.5.89", - "date": "Thu, 07 Mar 2019 20:47:48 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - add tabIndex support", - "author": "Andy Himberger ", - "commit": "c520d53ddba253592ae1c68fac3d8a19b80a1aa3" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"react-native\" from `0.0.2` to `0.0.3`" - } - ] - } - }, - { - "version": "0.5.88", - "tag": "react-native-win_v0.5.88", - "date": "Thu, 07 Mar 2019 01:08:42 GMT", - "comments": { - "patch": [ - { - "comment": "devmain build fix", - "author": "Andy Himberger ", - "commit": "ff199ac1c5e7bc17d12b74ca34a5fd82bcf013ab" - }, - { - "comment": "rename start.js to cli.js, take args to enable bundle in addition to start", - "author": "Andy Himberger ", - "commit": "6d8c3f27e505b30db368aedd8788f3b71a47e789" - } - ] - } - }, - { - "version": "0.5.87", - "tag": "react-native-win_v0.5.87", - "date": "Wed, 06 Mar 2019 06:56:23 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - add support for custom ViewManagers", - "author": "Andy Himberger ", - "commit": "4a7c4684c65d5db61c89a1855c84394d8c6059b9" - } - ] - } - }, - { - "version": "0.5.86", - "tag": "react-native-win_v0.5.86", - "date": "Wed, 06 Mar 2019 05:43:46 GMT", - "comments": { - "patch": [ - { - "comment": "Rename microsoft react-native", - "author": "Andrew Coates (REDMOND) ", - "commit": "0c0c2e0fa8762dda21b96ec3031a90450a45607f" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"react-native\" from `0.0.1` to `0.0.2`" - } - ] - } - }, - { - "version": "0.5.85", - "tag": "react-native-win_v0.5.85", - "date": "Tue, 05 Mar 2019 20:54:55 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.3.8` to `0.3.9`" - } - ] - } - }, - { - "version": "0.5.84", - "tag": "react-native-win_v0.5.84", - "date": "Tue, 05 Mar 2019 07:11:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.3.7` to `0.3.8`" - } - ] - } - }, - { - "version": "0.5.83", - "tag": "react-native-win_v0.5.83", - "date": "Tue, 05 Mar 2019 05:02:15 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - keep instance alive longer in live reload/shutdown", - "author": "Andy Himberger ", - "commit": "88cb1615988f6c46c3aff45bf28ce052529facf7" - } - ] - } - }, - { - "version": "0.5.82", - "tag": "react-native-win_v0.5.82", - "date": "Tue, 05 Mar 2019 02:31:33 GMT", - "comments": { - "patch": [ - { - "comment": "Fix color properties of CalendarView plus enable null values for all properties but callbacks (resetting to defaults via ClearValue)", - "author": "Sasha Gil ", - "commit": "0dee528765b661c12c6cd00657231d546bd9b686" - }, - { - "comment": "uwp - add editable support to PickerUWP, fix DatePicker export", - "author": "Andy Himberger ", - "commit": "31cc1455bff826e173976ce4b1f22968578ab237" - }, - { - "comment": "Introduce CalendarView for UWP only (no Android, no JS, no Apple updates)", - "author": "Sasha Gil ", - "commit": "c200088828a6b8318fe74cd56694c4051acdb7d9" - }, - { - "comment": "Fix OnDateChanged event for DatePicker", - "author": "Ashita Khetan ", - "commit": "d4905a87b09738883ca766052b5385bbcf0e6c10" - }, - { - "comment": "Popup positioning", - "author": "Ashita Khetan ", - "commit": "6a095df7fa540900f7bb873c67d12ec33f5a5bce" - }, - { - "comment": "Fire onClick for View on SPACE or ENTER.", - "author": "Randy Flynn ", - "commit": "4f71d0f128dcd9c39908394b21d2fdf1cecc469f" - }, - { - "comment": "JSICore (react-free) libraries", - "author": "Tudor Mihai ", - "commit": "7692fb3852df570233ec890e21861ac0e804880b" - }, - { - "comment": "Stop writing to console in logMarker", - "author": "Vladimir Morozov (REDMOND) ", - "commit": "be04078deba465473c3ecbb71232544eb81ee3ed" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.3.6` to `0.3.7`" - } - ] - } - }, - { - "version": "0.5.80", - "tag": "react-native-win_v0.5.80", - "date": "Thu, 28 Feb 2019 04:47:08 GMT", - "comments": { - "patch": [ - { - "comment": "Turn off OnContent/OffContent for Switch view.", - "author": "Randy Flynn ", - "commit": "72e93afc48e273255e85790bcfbc480c6e2d33e5" - } - ] - } - }, - { - "version": "0.5.79", - "tag": "react-native-win_v0.5.79", - "date": "Thu, 28 Feb 2019 03:36:47 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - fix WebSocketModuleUwp build against non-final RS5 SDK", - "author": "Andy Himberger ", - "commit": "230b7b62162ec82f60a25bef802a6f641163d895" - }, - { - "comment": "uwp - fix ViewPanel leak", - "author": "Andy Himberger ", - "commit": "6c7a1802d6da70672f8bb00762f48abafd31d617" - } - ] - } - }, - { - "version": "0.5.78", - "tag": "react-native-win_v0.5.78", - "date": "Wed, 27 Feb 2019 20:16:40 GMT", - "comments": { - "patch": [ - { - "comment": "Implement acceptsKeyboardFocus on View.", - "author": "Randy Flynn ", - "commit": "d64338b7437415e1e9f616938694281c1635e33a" - } - ] - } - }, - { - "version": "0.5.77", - "tag": "react-native-win_v0.5.77", - "date": "Tue, 26 Feb 2019 20:40:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.3.4` to `0.3.5`" - } - ] - } - }, - { - "version": "0.5.76", - "tag": "react-native-win_v0.5.76", - "date": "Tue, 26 Feb 2019 08:18:38 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - avoid exceptions being thrown in WebSocketModule connect", - "author": "Andy Himberger ", - "commit": "44324bc6db6a9554e1b577200289949c9144a943" - }, - { - "comment": "Add DatePicker uwp component", - "author": "Ashita Khetan ", - "commit": "821c08e4eba70327a9d26a9369f9d4453f4d6bfe" - }, - { - "comment": "Merge with master and resolve review comments for datepicker", - "author": "Ashita Khetan ", - "commit": "821c08e4eba70327a9d26a9369f9d4453f4d6bfe" - } - ] - } - }, - { - "version": "0.5.75", - "tag": "react-native-win_v0.5.75", - "date": "Tue, 26 Feb 2019 05:55:00 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.3.3` to `0.3.4`" - } - ] - } - }, - { - "version": "0.5.74", - "tag": "react-native-win_v0.5.74", - "date": "Tue, 26 Feb 2019 03:39:43 GMT", - "comments": { - "patch": [ - { - "comment": "fix move case in UIManager::manageChildren", - "author": "Ethan Bernstein ", - "commit": "596d82c8329927130ddb3c554f2e389ea396dd3b" - }, - { - "comment": "TextInput onScroll onKeyPress", - "author": "Ravi Teja Koganti ", - "commit": "249a4a621c5623caa3c244b1dbc7c1297d3f444c" - } - ] - } - }, - { - "version": "0.5.73", - "tag": "react-native-win_v0.5.73", - "date": "Sat, 23 Feb 2019 22:42:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.3.2` to `0.3.3`" - } - ] - } - }, - { - "version": "0.5.72", - "tag": "react-native-win_v0.5.72", - "date": "Sat, 23 Feb 2019 01:53:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.3.1` to `0.3.2`" - } - ] - } - }, - { - "version": "0.5.71", - "tag": "react-native-win_v0.5.71", - "date": "Sat, 23 Feb 2019 00:46:26 GMT", - "comments": { - "patch": [ - { - "comment": "Pinned 'just-task' to \"0.7.6\" so that we stop picking up the latest version", - "author": "Tom Underhill ", - "commit": "e40e54e9df58b3cdd04cbe939121092dbf23485a" - } - ] - } - }, - { - "version": "0.5.70", - "tag": "react-native-win_v0.5.70", - "date": "Thu, 21 Feb 2019 13:47:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.3.0` to `0.3.1`" - } - ] - } - }, - { - "version": "0.5.69", - "tag": "react-native-win_v0.5.69", - "date": "Thu, 21 Feb 2019 12:43:12 GMT", - "comments": { - "patch": [ - { - "comment": "move react to peerDependencies", - "author": "Andy Himberger ", - "commit": "8511787b4e9da71ec2aa0194e693ca632cd31951" - } - ] - } - }, - { - "version": "0.5.68", - "tag": "react-native-win_v0.5.68", - "date": "Wed, 20 Feb 2019 23:15:50 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - implement unsetting for most properties that were missing it", - "author": "Andy Himberger ", - "commit": "17be3c9ac4f6e6e0a1222427998aecaceeec6118" - } - ] - } - }, - { - "version": "0.5.67", - "tag": "react-native-win_v0.5.67", - "date": "Wed, 20 Feb 2019 18:10:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.2.8` to `0.3.0`" - } - ] - } - }, - { - "version": "0.5.66", - "tag": "react-native-win_v0.5.66", - "date": "Tue, 19 Feb 2019 20:49:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.2.7` to `0.2.8`" - } - ] - } - }, - { - "version": "0.5.65", - "tag": "react-native-win_v0.5.65", - "date": "Tue, 19 Feb 2019 13:29:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.2.6` to `0.2.7`" - } - ] - } - }, - { - "version": "0.5.64", - "tag": "react-native-win_v0.5.64", - "date": "Tue, 19 Feb 2019 09:40:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.2.5` to `0.2.6`" - } - ] - } - }, - { - "version": "0.5.63", - "tag": "react-native-win_v0.5.63", - "date": "Tue, 19 Feb 2019 08:29:15 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.2.4` to `0.2.5`" - } - ] - } - }, - { - "version": "0.5.62", - "tag": "react-native-win_v0.5.62", - "date": "Mon, 18 Feb 2019 03:12:33 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.2.3` to `0.2.4`" - } - ] - } - }, - { - "version": "0.5.61", - "tag": "react-native-win_v0.5.61", - "date": "Sat, 16 Feb 2019 20:22:10 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.2.2` to `0.2.3`" - } - ] - } - }, - { - "version": "0.5.60", - "tag": "react-native-win_v0.5.60", - "date": "Sat, 16 Feb 2019 19:08:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.2.1` to `0.2.2`" - } - ] - } - }, - { - "version": "0.5.59", - "tag": "react-native-win_v0.5.59", - "date": "Sat, 16 Feb 2019 00:19:15 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - fix devmain break from pch change", - "author": "Andy Himberger ", - "commit": "e8c191272d598783eab09a1f718e08b603efcc5c" - } - ] - } - }, - { - "version": "0.5.58", - "tag": "react-native-win_v0.5.58", - "date": "Fri, 15 Feb 2019 14:47:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.2.0` to `0.2.1`" - } - ] - } - }, - { - "version": "0.5.57", - "tag": "react-native-win_v0.5.57", - "date": "Fri, 15 Feb 2019 04:26:38 GMT", - "comments": { - "patch": [ - { - "comment": "Fix Live Reload", - "author": "Nikolai Aristov ", - "commit": "0bc917ad22f6fb6bb8857c9ccc38ff37fb56d72b" - } - ] - } - }, - { - "version": "0.5.56", - "tag": "react-native-win_v0.5.56", - "date": "Fri, 15 Feb 2019 01:52:14 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - implement AppState state change events, tooltip prop, rename asyncstorage folder to react-native", - "author": "Andy Himberger ", - "commit": "ae22a3ff41257d61c61da90f28ff78cd9210abed" - } - ] - } - }, - { - "version": "0.5.55", - "tag": "react-native-win_v0.5.55", - "date": "Thu, 14 Feb 2019 23:44:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.1.2` to `0.2.0`" - } - ] - } - }, - { - "version": "0.5.54", - "tag": "react-native-win_v0.5.54", - "date": "Thu, 14 Feb 2019 22:36:25 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.1.1` to `0.1.2`" - } - ] - } - }, - { - "version": "0.5.53", - "tag": "react-native-win_v0.5.53", - "date": "Thu, 14 Feb 2019 21:21:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.1.0` to `0.1.1`" - } - ] - } - }, - { - "version": "0.5.52", - "tag": "react-native-win_v0.5.52", - "date": "Thu, 14 Feb 2019 03:07:44 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - create ControlViewManager base class for Xaml IControl's to share", - "author": "Andy Himberger ", - "commit": "66819ee06b3d37612d855e94c575760ee9430e34" - } - ] - } - }, - { - "version": "0.5.51", - "tag": "react-native-win_v0.5.51", - "date": "Wed, 13 Feb 2019 23:20:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.0.12` to `0.1.0`" - } - ] - } - }, - { - "version": "0.5.50", - "tag": "react-native-win_v0.5.50", - "date": "Wed, 13 Feb 2019 20:29:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.0.11` to `0.0.12`" - } - ] - } - }, - { - "version": "0.5.49", - "tag": "react-native-win_v0.5.49", - "date": "Wed, 13 Feb 2019 01:52:33 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - add accessibilityHint support, initial accessibilityexample in RNTester", - "author": "Andy Himberger ", - "commit": "cfeb82cf75fcc5472dfd9c0928df2f61ba66c015" - }, - { - "comment": "uwp - fix mouse/touch input after live reload", - "author": "Andy Himberger ", - "commit": "25c6d86526a064a8c455e0a1a83811334bbd46e6" - } - ] - } - }, - { - "version": "0.5.48", - "tag": "react-native-win_v0.5.48", - "date": "Tue, 12 Feb 2019 19:53:26 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - update version checks for disabling compiler optimizations", - "author": "Andy Himberger ", - "commit": "58992f15061da1065ce345c4b17f6b2ee02dd8e3" - } - ] - } - }, - { - "version": "0.5.47", - "tag": "react-native-win_v0.5.47", - "date": "Tue, 12 Feb 2019 04:48:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.0.10` to `0.0.11`" - } - ] - } - }, - { - "version": "0.5.46", - "tag": "react-native-win_v0.5.46", - "date": "Tue, 12 Feb 2019 03:23:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.0.9` to `0.0.10`" - } - ] - } - }, - { - "version": "0.5.45", - "tag": "react-native-win_v0.5.45", - "date": "Tue, 12 Feb 2019 02:09:18 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.0.8` to `0.0.9`" - } - ] - } - }, - { - "version": "0.5.44", - "tag": "react-native-win_v0.5.44", - "date": "Mon, 11 Feb 2019 23:42:33 GMT", - "comments": { - "patch": [ - { - "comment": "Adding shadow nodes to text input ", - "author": "Ravi Teja Koganti ", - "commit": "d6d9c4a2e8ffe570f69fcabee6ba0227e0871df5" - } - ] - } - }, - { - "version": "0.5.43", - "tag": "react-native-win_v0.5.43", - "date": "Sat, 09 Feb 2019 08:08:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.0.7` to `0.0.8`" - } - ] - } - }, - { - "version": "0.5.42", - "tag": "react-native-win_v0.5.42", - "date": "Fri, 08 Feb 2019 18:49:59 GMT", - "comments": { - "patch": [ - { - "comment": "Add Popup interactions", - "author": "Ashita Khetan ", - "commit": "f25a25ea4d22ab080330e76b9ec60d9cf5d2413d" - } - ] - } - }, - { - "version": "0.5.41", - "tag": "react-native-win_v0.5.41", - "date": "Thu, 07 Feb 2019 20:51:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.0.6` to `0.0.7`" - } - ] - } - }, - { - "version": "0.5.40", - "tag": "react-native-win_v0.5.40", - "date": "Thu, 07 Feb 2019 15:45:23 GMT", - "comments": { - "patch": [ - { - "comment": "OACR fixes", - "author": "Andrew Coates (REDMOND) ", - "commit": "27e4dc618a130737817ba27361259f14a6cb4a13" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.0.5` to `0.0.6`" - } - ] - } - }, - { - "version": "0.5.39", - "tag": "react-native-win_v0.5.39", - "date": "Thu, 07 Feb 2019 01:27:00 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - fix Picker bug with selection getting lost on items change", - "author": "Andy Himberger ", - "commit": "0e0ef4bdf39ade01121759370b55d9c433a0f735" - } - ] - } - }, - { - "version": "0.5.38", - "tag": "react-native-win_v0.5.38", - "date": "Wed, 06 Feb 2019 22:26:22 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.0.4` to `0.0.5`" - } - ] - } - }, - { - "version": "0.5.37", - "tag": "react-native-win_v0.5.37", - "date": "Wed, 06 Feb 2019 02:28:07 GMT", - "comments": { - "patch": [ - { - "comment": "Support pnpm", - "author": "Andrew Coates (REDMOND) ", - "commit": "1170eff0e47fb3980b375f9d0380b7f78e9fe79d" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.0.3` to `0.0.4`" - } - ] - } - }, - { - "version": "0.5.36", - "tag": "react-native-win_v0.5.36", - "date": "Tue, 05 Feb 2019 22:12:35 GMT", - "comments": { - "patch": [ - { - "comment": "Export popup correctly", - "author": "Ashita Khetan ", - "commit": "b779b3184f5f7e71cae7e20d1153ccf11c9618e3" - } - ] - } - }, - { - "version": "0.5.35", - "tag": "react-native-win_v0.5.35", - "date": "Tue, 05 Feb 2019 06:23:14 GMT", - "comments": { - "patch": [ - { - "comment": "Minor readme update for opensource", - "author": "Andrew Coates (REDMOND) ", - "commit": "6b2c0b397b221fc551de65de57b9766ce4b41597" - }, - { - "comment": "Rename @offce-iss/react-native to @microsoft/react-native", - "author": "Andrew Coates (REDMOND) ", - "commit": "a7ea3733408eee4db88a1a1a7a7b0c6c89654c56" - }, - { - "comment": "uwp - RNTester", - "author": "Andy Himberger ", - "commit": "0462eb78a2195d92905e8088b9e9d039d538a44c" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@microsoft/react-native\" from `0.0.2` to `0.0.3`" - } - ] - } - }, - { - "version": "0.5.33", - "tag": "react-native-win_v0.5.33", - "date": "Mon, 04 Feb 2019 23:50:17 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - add Logging, JsExceptionCallback to ReactInstanceSettings", - "author": "Andy Himberger ", - "commit": "ad0f0da4611c885d6f3526cf9161801276f88038" - } - ] - } - }, - { - "version": "0.5.32", - "tag": "react-native-win_v0.5.32", - "date": "Mon, 04 Feb 2019 21:42:11 GMT", - "comments": { - "patch": [ - { - "comment": "Add copyright comments at the top of react-native-win source files", - "author": "Andrew Coates (REDMOND) ", - "commit": "aa61ddaaff48d006169a72f59dc5047dd6c5bd2f" - } - ] - } - }, - { - "version": "0.5.31", - "tag": "react-native-win_v0.5.31", - "date": "Mon, 04 Feb 2019 13:08:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.18` to `0.3013.19`" - } - ] - } - }, - { - "version": "0.5.30", - "tag": "react-native-win_v0.5.30", - "date": "Sat, 02 Feb 2019 18:07:56 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - testID support, other cleanup", - "author": "Andy Himberger ", - "commit": "d93cf89d636ffce2172c0c3e5b0a9ec952a33ed7" - } - ] - } - }, - { - "version": "0.5.29", - "tag": "react-native-win_v0.5.29", - "date": "Sat, 02 Feb 2019 07:52:04 GMT", - "comments": { - "patch": [ - { - "comment": "Minor policheck fixes", - "author": "Andrew Coates (REDMOND) ", - "commit": "74aea87e02affdd44db10974599a608f3cd23c7a" - } - ] - } - }, - { - "version": "0.5.28", - "tag": "react-native-win_v0.5.28", - "date": "Fri, 01 Feb 2019 23:50:46 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - fix Switch to be correctly controlled", - "author": "Andy Himberger ", - "commit": "d4a997475d1279b1462cfbc8c1a75d9635323873" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.17` to `0.3013.18`" - } - ] - } - }, - { - "version": "0.5.27", - "tag": "react-native-win_v0.5.27", - "date": "Fri, 01 Feb 2019 21:37:51 GMT", - "comments": { - "patch": [ - { - "comment": "Make react-native-win not depend on sdx-platform build scripts", - "author": "Andrew Coates (REDMOND) ", - "commit": "4c5caea239369966bf4cb3377cd6d5101350cedf" - }, - { - "comment": "uwp - Add back pressed event firing from View temporarily", - "author": "Andy Himberger ", - "commit": "273ff605b8f821a7e30e4a1dbf7374747eeccead" - }, - { - "comment": "uwp - update SDK dependency to RS5, runtime target RS3+, permissive-", - "author": "Andy Himberger ", - "commit": "7416bb3b0e9d0123766bce3813487685c7ec7f33" - }, - { - "comment": "Add popup component for uwp", - "author": "Ashita Khetan ", - "commit": "c6aa56c1d5d12c824cff82d1180f8d4206638fe1" - }, - { - "comment": "autosync", - "author": "Tudor Mihai ", - "commit": "453ce286fa048f58afdc77107e427d360240b86e" - }, - { - "comment": "V8 Inspector", - "author": "Anandraj Govindan ", - "commit": "8b239114edbeafdc051243e2b2e28475448ec492" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.16` to `0.3013.17`" - } - ] - } - }, - { - "version": "0.5.25", - "tag": "react-native-win_v0.5.25", - "date": "Tue, 29 Jan 2019 05:41:37 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.14` to `0.3013.15`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.31` to `0.5.32`" - } - ] - } - }, - { - "version": "0.5.24", - "tag": "react-native-win_v0.5.24", - "date": "Tue, 29 Jan 2019 04:34:55 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - fix CheckBox, Picker eventing outside of sample", - "author": "Andy Himberger ", - "commit": "4bcbd7c163653e17c83a1812d07439fa9c7feb76" - } - ] - } - }, - { - "version": "0.5.23", - "tag": "react-native-win_v0.5.23", - "date": "Tue, 29 Jan 2019 03:24:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.13` to `0.3013.14`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.30` to `0.5.31`" - } - ] - } - }, - { - "version": "0.5.22", - "tag": "react-native-win_v0.5.22", - "date": "Tue, 29 Jan 2019 02:13:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.29` to `0.5.30`" - } - ] - } - }, - { - "version": "0.5.21", - "tag": "react-native-win_v0.5.21", - "date": "Tue, 29 Jan 2019 01:03:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.28` to `0.5.29`" - } - ] - } - }, - { - "version": "0.5.20", - "tag": "react-native-win_v0.5.20", - "date": "Mon, 28 Jan 2019 23:55:36 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - add Picker control", - "author": "Andy Himberger ", - "commit": "99ce60dfcfe19d08da15720d2901093ba28cfa67" - } - ] - } - }, - { - "version": "0.5.19", - "tag": "react-native-win_v0.5.19", - "date": "Sun, 27 Jan 2019 22:31:27 GMT", - "comments": { - "patch": [ - { - "comment": "V8Platform & V8Runtime improvements", - "author": "Anandraj Govindan ", - "commit": "70b9e3c85e8657d572f963df756505bbddbeb232" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.12` to `0.3013.13`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.27` to `0.5.28`" - } - ] - } - }, - { - "version": "0.5.18", - "tag": "react-native-win_v0.5.18", - "date": "Sat, 26 Jan 2019 00:40:56 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - add onMouseEnter/onMouseLeave events to View", - "author": "Andy Himberger ", - "commit": "a48d29e9cdb63937d16e5f97b9d2264a70c355e8" - } - ] - } - }, - { - "version": "0.5.17", - "tag": "react-native-win_v0.5.17", - "date": "Fri, 25 Jan 2019 22:25:12 GMT", - "comments": { - "patch": [ - { - "comment": "Switch build to use just-task", - "author": "Andrew Coates (REDMOND) ", - "commit": "d384d9c78b006220e9d945520e286971ecaff3ff" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.26` to `0.5.27`" - } - ] - } - }, - { - "version": "0.5.16", - "tag": "react-native-win_v0.5.16", - "date": "Fri, 25 Jan 2019 16:15:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.25` to `0.5.26`" - } - ] - } - }, - { - "version": "0.5.15", - "tag": "react-native-win_v0.5.15", - "date": "Thu, 24 Jan 2019 01:00:18 GMT", - "comments": { - "patch": [ - { - "comment": "Building JSI shared sources in devmain", - "author": "Anandraj Govindan ", - "commit": "7a7712ad4b29ffb6705c9dcacfaca3156526ab80" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.11` to `0.3013.12`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.24` to `0.5.25`" - } - ] - } - }, - { - "version": "0.5.14", - "tag": "react-native-win_v0.5.14", - "date": "Wed, 23 Jan 2019 23:16:49 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - export CheckBox via react-native-win in a typescript friendly way", - "author": "Andy Himberger ", - "commit": "4dd4081d98f8e399c77a3ab161592ce6a0ec8e1d" - } - ] - } - }, - { - "version": "0.5.13", - "tag": "react-native-win_v0.5.13", - "date": "Wed, 23 Jan 2019 21:29:40 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - add SourceCode, AsyncStorage native modules", - "author": "Andy Himberger ", - "commit": "afa57745999cbb260fc6992a8479f37d951b6588" - } - ] - } - }, - { - "version": "0.5.12", - "tag": "react-native-win_v0.5.12", - "date": "Wed, 23 Jan 2019 19:37:07 GMT", - "comments": { - "patch": [ - { - "comment": "Update typescript, @types/r+rn versions", - "author": "Andrew Coates (REDMOND) ", - "commit": "fded495cba82a20fa2dae31e025fc373b226eec0" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.23` to `0.5.24`" - } - ] - } - }, - { - "version": "0.5.11", - "tag": "react-native-win_v0.5.11", - "date": "Wed, 23 Jan 2019 02:13:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.22` to `0.5.23`" - } - ] - } - }, - { - "version": "0.5.10", - "tag": "react-native-win_v0.5.10", - "date": "Tue, 22 Jan 2019 23:21:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.21` to `0.5.22`" - } - ] - } - }, - { - "version": "0.5.9", - "tag": "react-native-win_v0.5.9", - "date": "Tue, 22 Jan 2019 20:57:59 GMT", - "comments": { - "patch": [ - { - "comment": "Allow Multiple Js Bundles", - "author": "Nikolai Aristov ", - "commit": "5c8473a3bf711a58c64e8529832276340ceb5244" - } - ] - } - }, - { - "version": "0.5.8", - "tag": "react-native-win_v0.5.8", - "date": "Tue, 22 Jan 2019 17:34:37 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - restore changes lost in 0.57 upgrade", - "author": "Andy Himberger ", - "commit": "ae8cc5144c1bcf7d1255cd58998ee49cfed5d502" - } - ] - } - }, - { - "version": "0.5.7", - "tag": "react-native-win_v0.5.7", - "date": "Mon, 21 Jan 2019 22:59:18 GMT", - "comments": { - "patch": [ - { - "comment": "Integrating JSI ChakraRuntime on Windows", - "author": "Anandraj Govindan ", - "commit": "7b08fda4dbe8209aeb13fe1b383d67ab3119ec09" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.10` to `0.3013.11`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.20` to `0.5.21`" - } - ] - } - }, - { - "version": "0.5.6", - "tag": "react-native-win_v0.5.6", - "date": "Fri, 18 Jan 2019 05:54:33 GMT", - "comments": { - "patch": [ - { - "comment": "Update to RN 0.57", - "author": "Andrew Coates (REDMOND) ", - "commit": "5e74531ee1a9274a20783c1799d989794130c8f0" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.9` to `0.3013.10`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.19` to `0.5.20`" - } - ] - } - }, - { - "version": "0.5.5", - "tag": "react-native-win_v0.5.5", - "date": "Thu, 17 Jan 2019 03:44:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.18` to `0.5.19`" - } - ] - } - }, - { - "version": "0.5.4", - "tag": "react-native-win_v0.5.4", - "date": "Thu, 17 Jan 2019 00:07:23 GMT", - "comments": { - "patch": [ - { - "comment": "Get uwp livereload working again", - "author": "Andrew Coates (REDMOND) ", - "commit": "bd311cf8958bc42d651c48f2d4fe546940b395c8" - } - ] - } - }, - { - "version": "0.5.3", - "tag": "react-native-win_v0.5.3", - "date": "Wed, 16 Jan 2019 23:13:26 GMT", - "comments": { - "patch": [ - { - "comment": "Implement View clipping for overflow value of 'hidden'.", - "author": "Randy Flynn ", - "commit": "9f29d8f843ade4b0761587878f0eba962591f33d" - } - ] - } - }, - { - "version": "0.5.2", - "tag": "react-native-win_v0.5.2", - "date": "Wed, 16 Jan 2019 19:59:46 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.17` to `0.5.18`" - } - ] - } - }, - { - "version": "0.5.1", - "tag": "react-native-win_v0.5.1", - "date": "Wed, 16 Jan 2019 06:51:10 GMT", - "comments": { - "patch": [ - { - "comment": "fix nuget package - add NativeModuleProvider.h", - "author": "Andy Himberger ", - "commit": "0c7585519d83b33153c5da78fb8905dcde7efd46" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.8` to `0.3013.9`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.16` to `0.5.17`" - } - ] - } - }, - { - "version": "0.5.0", - "tag": "react-native-win_v0.5.0", - "date": "Sat, 12 Jan 2019 00:52:10 GMT", - "comments": { - "minor": [ - { - "comment": "[UWP] Implement handling of most props on UWP's TextInput", - "author": "Ruriko Araki ", - "commit": "d2ff753ec34520a4dd0e47e5db9c84d6a2cf5f08" - } - ] - } - }, - { - "version": "0.4.4", - "tag": "react-native-win_v0.4.4", - "date": "Fri, 11 Jan 2019 19:30:59 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.15` to `0.5.16`" - } - ] - } - }, - { - "version": "0.4.3", - "tag": "react-native-win_v0.4.3", - "date": "Fri, 11 Jan 2019 17:43:09 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.14` to `0.5.15`" - } - ] - } - }, - { - "version": "0.4.2", - "tag": "react-native-win_v0.4.2", - "date": "Fri, 11 Jan 2019 10:09:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.7` to `0.3013.8`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.13` to `0.5.14`" - } - ] - } - }, - { - "version": "0.4.1", - "tag": "react-native-win_v0.4.1", - "date": "Thu, 10 Jan 2019 22:13:25 GMT", - "comments": { - "patch": [ - { - "comment": "Move windesktop files from react-native", - "author": "Andrew Coates (REDMOND) ", - "commit": "c8217449454ae72ee5463a506fc1e7f4af5a9528" - }, - { - "comment": "update vcx projects to more closely match devmain warning levels", - "author": "Andy Himberger ", - "commit": "c48a9bf44f5218be20d9490fe14a3e5e51cf562c" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.6` to `0.3013.7`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.12` to `0.5.13`" - } - ] - } - }, - { - "version": "0.4.0", - "tag": "react-native-win_v0.4.0", - "date": "Sat, 05 Jan 2019 06:28:36 GMT", - "comments": { - "minor": [ - { - "comment": "Implement focus(), blur(), and clear() on UWP TextInput", - "author": "Ruriko Araki ", - "commit": "7d1680cf077cb379381176bcc9a6f265e2590be5" - } - ] - } - }, - { - "version": "0.3.30", - "tag": "react-native-win_v0.3.30", - "date": "Fri, 04 Jan 2019 23:12:26 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - additional Socket error handling", - "author": "Andy Himberger ", - "commit": "aacd047eeaf8d1ffdeef728fcaa2be6bbd2d683b" - } - ] - } - }, - { - "version": "0.3.29", - "tag": "react-native-win_v0.3.29", - "date": "Fri, 04 Jan 2019 16:38:35 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.4` to `0.3013.5`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.10` to `0.5.11`" - } - ] - } - }, - { - "version": "0.3.28", - "tag": "react-native-win_v0.3.28", - "date": "Fri, 04 Jan 2019 11:02:12 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.3` to `0.3013.4`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.9` to `0.5.10`" - } - ] - } - }, - { - "version": "0.3.27", - "tag": "react-native-win_v0.3.27", - "date": "Fri, 04 Jan 2019 06:24:23 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.2` to `0.3013.3`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.8` to `0.5.9`" - } - ] - } - }, - { - "version": "0.3.26", - "tag": "react-native-win_v0.3.26", - "date": "Fri, 04 Jan 2019 03:55:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.7` to `0.5.8`" - } - ] - } - }, - { - "version": "0.3.25", - "tag": "react-native-win_v0.3.25", - "date": "Fri, 04 Jan 2019 01:59:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.6` to `0.5.7`" - } - ] - } - }, - { - "version": "0.3.24", - "tag": "react-native-win_v0.3.24", - "date": "Thu, 03 Jan 2019 01:32:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.5` to `0.5.6`" - } - ] - } - }, - { - "version": "0.3.23", - "tag": "react-native-win_v0.3.23", - "date": "Wed, 02 Jan 2019 20:44:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.4` to `0.5.5`" - } - ] - } - }, - { - "version": "0.3.22", - "tag": "react-native-win_v0.3.22", - "date": "Wed, 02 Jan 2019 08:29:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.1` to `0.3013.2`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.3` to `0.5.4`" - } - ] - } - }, - { - "version": "0.3.21", - "tag": "react-native-win_v0.3.21", - "date": "Fri, 21 Dec 2018 20:50:13 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.2` to `0.5.3`" - } - ] - } - }, - { - "version": "0.3.20", - "tag": "react-native-win_v0.3.20", - "date": "Thu, 20 Dec 2018 02:24:26 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.1` to `0.5.2`" - } - ] - } - }, - { - "version": "0.3.19", - "tag": "react-native-win_v0.3.19", - "date": "Thu, 20 Dec 2018 01:27:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.5.0` to `0.5.1`" - } - ] - } - }, - { - "version": "0.3.18", - "tag": "react-native-win_v0.3.18", - "date": "Wed, 19 Dec 2018 23:31:00 GMT", - "comments": { - "none": [ - { - "comment": "Restore filters to ReactCommon vcxproj.", - "author": "Yichen Yao ", - "commit": "c35eee10120eaa99f4dfba193bbd5be4b483cf62" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3013.0` to `0.3013.1`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.32` to `0.5.0`" - } - ] - } - }, - { - "version": "0.3.17", - "tag": "react-native-win_v0.3.17", - "date": "Wed, 19 Dec 2018 20:45:31 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - improved Touch handling", - "author": "Andy Himberger ", - "commit": "48abf2055cb3576a8c46b067a41f2138b012afbb" - } - ] - } - }, - { - "version": "0.3.16", - "tag": "react-native-win_v0.3.16", - "date": "Fri, 14 Dec 2018 21:06:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.31` to `0.4.32`" - } - ] - } - }, - { - "version": "0.3.15", - "tag": "react-native-win_v0.3.15", - "date": "Fri, 14 Dec 2018 02:55:08 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.30` to `0.4.31`" - } - ] - } - }, - { - "version": "0.3.14", - "tag": "react-native-win_v0.3.14", - "date": "Fri, 14 Dec 2018 00:59:11 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3012.7` to `0.3013.0`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.29` to `0.4.30`" - } - ] - } - }, - { - "version": "0.3.13", - "tag": "react-native-win_v0.3.13", - "date": "Thu, 13 Dec 2018 23:59:11 GMT", - "comments": { - "patch": [ - { - "comment": "Removing beast types from IWebSocket interface", - "author": "Khalef Hosany ", - "commit": "697aa2e227cad87009c93a3a9fa3927393db38a3" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3012.6` to `0.3012.7`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.28` to `0.4.29`" - } - ] - } - }, - { - "version": "0.3.12", - "tag": "react-native-win_v0.3.12", - "date": "Thu, 13 Dec 2018 22:15:51 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3012.5` to `0.3012.6`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.27` to `0.4.28`" - } - ] - } - }, - { - "version": "0.3.11", - "tag": "react-native-win_v0.3.11", - "date": "Thu, 13 Dec 2018 16:57:46 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - fix WebSocket.close", - "author": "Andy Himberger ", - "commit": "b87a151c205b2fbc4df15b8d394403897afba1de" - } - ] - } - }, - { - "version": "0.3.10", - "tag": "react-native-win_v0.3.10", - "date": "Thu, 13 Dec 2018 09:04:29 GMT", - "comments": { - "patch": [ - { - "comment": "Remove std::terminate from updateExceptionMessage", - "author": "Khalef Hosany ", - "commit": "cd7315b7c9981304abe78964d500f359c0d77dcb" - } - ] - } - }, - { - "version": "0.3.9", - "tag": "react-native-win_v0.3.9", - "date": "Thu, 13 Dec 2018 02:37:28 GMT", - "comments": { - "patch": [ - { - "comment": "uwp - devmain build fix", - "author": "Andy Himberger ", - "commit": "1ec8a02bb1e939e7ef0f259ccd9ed0652cac2e7b" - } - ] - } - }, - { - "version": "0.3.8", - "tag": "react-native-win_v0.3.8", - "date": "Wed, 12 Dec 2018 23:39:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3012.4` to `0.3012.5`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.26` to `0.4.27`" - } - ] - } - }, - { - "version": "0.3.7", - "tag": "react-native-win_v0.3.7", - "date": "Wed, 12 Dec 2018 21:17:24 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3012.3` to `0.3012.4`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.25` to `0.4.26`" - } - ] - } - }, - { - "version": "0.3.6", - "tag": "react-native-win_v0.3.6", - "date": "Wed, 12 Dec 2018 00:51:21 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.24` to `0.4.25`" - } - ] - } - }, - { - "version": "0.3.5", - "tag": "react-native-win_v0.3.5", - "date": "Tue, 11 Dec 2018 22:59:34 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3012.2` to `0.3012.3`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.23` to `0.4.24`" - } - ] - } - }, - { - "version": "0.3.4", - "tag": "react-native-win_v0.3.4", - "date": "Tue, 11 Dec 2018 19:48:20 GMT", - "comments": { - "patch": [ - { - "comment": "uwp: fix unset of color style props, LinkingManager improvements", - "author": "Andy Himberger ", - "commit": "d7089c86b0ec15ef724610714bd8c1c34ccdfaff" - } - ] - } - }, - { - "version": "0.3.3", - "tag": "react-native-win_v0.3.3", - "date": "Mon, 10 Dec 2018 21:52:13 GMT", - "comments": { - "patch": [ - { - "comment": "mirror changes made to devmain", - "author": "Adam Foxman ", - "commit": "9b2fcbef90631d3e3702904f3f12652cebdbe26c" - } - ] - } - }, - { - "version": "0.3.2", - "tag": "react-native-win_v0.3.2", - "date": "Mon, 10 Dec 2018 12:32:16 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3012.1` to `0.3012.2`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.22` to `0.4.23`" - } - ] - } - }, - { - "version": "0.3.1", - "tag": "react-native-win_v0.3.1", - "date": "Fri, 07 Dec 2018 01:44:44 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3012.0` to `0.3012.1`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.21` to `0.4.22`" - } - ] - } - }, - { - "version": "0.3.0", - "tag": "react-native-win_v0.3.0", - "date": "Thu, 06 Dec 2018 20:08:03 GMT", - "comments": { - "minor": [ - { - "comment": "JSI Runtime implementation for Chakra", - "author": "Anandraj Govindan ", - "commit": "87d89c20852c1ca6948ca8ef41ebbaddd6c52dd2" - }, - { - "comment": "JSI Runtime implementation for V8", - "author": "Anandraj Govindan ", - "commit": "d4e71dd22ef933539b28592692e7eabae559d733" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3011.4` to `0.3012.0`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.20` to `0.4.21`" - } - ] - } - }, - { - "version": "0.2.5", - "tag": "react-native-win_v0.2.5", - "date": "Thu, 06 Dec 2018 18:33:58 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3011.3` to `0.3011.4`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.19` to `0.4.20`" - } - ] - } - }, - { - "version": "0.2.4", - "tag": "react-native-win_v0.2.4", - "date": "Thu, 06 Dec 2018 02:54:35 GMT", - "comments": { - "patch": [ - { - "comment": "uwp: send onLayout events", - "author": "Andy Himberger ", - "commit": "4eea40120b1182a05b6bee1d2ad730469af3c93f" - } - ] - } - }, - { - "version": "0.2.3", - "tag": "react-native-win_v0.2.3", - "date": "Wed, 05 Dec 2018 22:13:30 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3011.2` to `0.3011.3`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.18` to `0.4.19`" - } - ] - } - }, - { - "version": "0.2.2", - "tag": "react-native-win_v0.2.2", - "date": "Wed, 05 Dec 2018 19:09:20 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3011.1` to `0.3011.2`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.17` to `0.4.18`" - } - ] - } - }, - { - "version": "0.2.1", - "tag": "react-native-win_v0.2.1", - "date": "Wed, 05 Dec 2018 02:02:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3011.0` to `0.3011.1`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.16` to `0.4.17`" - } - ] - } - }, - { - "version": "0.2.0", - "tag": "react-native-win_v0.2.0", - "date": "Wed, 05 Dec 2018 00:48:46 GMT", - "comments": { - "minor": [ - { - "comment": "Bringing the JSI sources from Github", - "author": "Anandraj Govindan ", - "commit": "2129257c8273364ceb0fa8dc85c36447620a9928" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.24` to `0.3011.0`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.15` to `0.4.16`" - } - ] - } - }, - { - "version": "0.1.13", - "tag": "react-native-win_v0.1.13", - "date": "Tue, 04 Dec 2018 01:31:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.23` to `0.3010.24`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.14` to `0.4.15`" - } - ] - } - }, - { - "version": "0.1.12", - "tag": "react-native-win_v0.1.12", - "date": "Mon, 03 Dec 2018 23:22:14 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.13` to `0.4.14`" - } - ] - } - }, - { - "version": "0.1.11", - "tag": "react-native-win_v0.1.11", - "date": "Mon, 03 Dec 2018 20:04:57 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.22` to `0.3010.23`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.12` to `0.4.13`" - } - ] - } - }, - { - "version": "0.1.10", - "tag": "react-native-win_v0.1.10", - "date": "Sat, 01 Dec 2018 22:51:42 GMT", - "comments": { - "patch": [ - { - "comment": "uwp Clipboard NativeModule", - "author": "Andy Himberger ", - "commit": "744d9dfc8e898ebfe94547b6de9bce1738fd8061" - } - ] - } - }, - { - "version": "0.1.9", - "tag": "react-native-win_v0.1.9", - "date": "Fri, 30 Nov 2018 20:39:50 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.11` to `0.4.12`" - } - ] - } - }, - { - "version": "0.1.8", - "tag": "react-native-win_v0.1.8", - "date": "Thu, 29 Nov 2018 13:46:58 GMT", - "comments": { - "patch": [ - { - "comment": "Auto sync from tenantreactnativewin", - "author": "Xuan Mo ", - "commit": "72869fdc61ba395506f7081525c21e9203ad5284" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.21` to `0.3010.22`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.10` to `0.4.11`" - } - ] - } - }, - { - "version": "0.1.7", - "tag": "react-native-win_v0.1.7", - "date": "Thu, 29 Nov 2018 11:45:37 GMT", - "comments": { - "patch": [ - { - "comment": "Move windesktop files from react-native", - "author": "Andrew Coates (REDMOND) ", - "commit": "9b9e29a23096a121fcfd735f450f558cbc61173f" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.20` to `0.3010.21`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.9` to `0.4.10`" - } - ] - } - }, - { - "version": "0.1.6", - "tag": "react-native-win_v0.1.6", - "date": "Sat, 17 Nov 2018 00:23:17 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.8` to `0.4.9`" - } - ] - } - }, - { - "version": "0.1.5", - "tag": "react-native-win_v0.1.5", - "date": "Thu, 15 Nov 2018 22:37:42 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.7` to `0.4.8`" - } - ] - } - }, - { - "version": "0.1.4", - "tag": "react-native-win_v0.1.4", - "date": "Thu, 15 Nov 2018 20:12:15 GMT", - "comments": { - "patch": [ - { - "comment": "Applying feedback from github PR", - "author": "Andrew Coates (REDMOND) ", - "commit": "ae3414a882e9663de5542f78ebf17288d2b1b9c0" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.19` to `0.3010.20`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.6` to `0.4.7`" - } - ] - } - }, - { - "version": "0.1.3", - "tag": "react-native-win_v0.1.3", - "date": "Thu, 15 Nov 2018 02:47:45 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.5` to `0.4.6`" - } - ] - } - }, - { - "version": "0.1.2", - "tag": "react-native-win_v0.1.2", - "date": "Wed, 14 Nov 2018 00:03:29 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.4` to `0.4.5`" - } - ] - } - }, - { - "version": "0.1.1", - "tag": "react-native-win_v0.1.1", - "date": "Tue, 13 Nov 2018 23:04:06 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.3` to `0.4.4`" - } - ] - } - }, - { - "version": "0.1.0", - "tag": "react-native-win_v0.1.0", - "date": "Tue, 13 Nov 2018 22:05:29 GMT", - "comments": { - "minor": [ - { - "comment": "Auto-sync CL 18022008 from tenantreactnativewin to ISS sdx-platform", - "author": "Xuan Mo ", - "commit": "752b0b96fe50da8b96fc2a10485b6297824e4254" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.18` to `0.3010.19`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.2` to `0.4.3`" - } - ] - } - }, - { - "version": "0.0.25", - "tag": "react-native-win_v0.0.25", - "date": "Tue, 13 Nov 2018 20:51:05 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.1` to `0.4.2`" - } - ] - } - }, - { - "version": "0.0.24", - "tag": "react-native-win_v0.0.24", - "date": "Tue, 13 Nov 2018 19:52:39 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.4.0` to `0.4.1`" - } - ] - } - }, - { - "version": "0.0.23", - "tag": "react-native-win_v0.0.23", - "date": "Sat, 10 Nov 2018 03:32:39 GMT", - "comments": { - "patch": [ - { - "comment": "Adding ExceptionManager for windows platforms", - "author": "Khalef Hosany ", - "commit": "0667a701ea16f8cc7f5642ea196b8836ded0e061" - } - ] - } - }, - { - "version": "0.0.22", - "tag": "react-native-win_v0.0.22", - "date": "Sat, 10 Nov 2018 00:21:40 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.21` to `0.4.0`" - } - ] - } - }, - { - "version": "0.0.21", - "tag": "react-native-win_v0.0.21", - "date": "Fri, 09 Nov 2018 22:37:07 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.20` to `0.3.21`" - } - ] - } - }, - { - "version": "0.0.20", - "tag": "react-native-win_v0.0.20", - "date": "Thu, 08 Nov 2018 01:57:36 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.17` to `0.3010.18`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.19` to `0.3.20`" - } - ] - } - }, - { - "version": "0.0.19", - "tag": "react-native-win_v0.0.19", - "date": "Wed, 07 Nov 2018 22:27:17 GMT", - "comments": { - "patch": [ - { - "comment": "uwp: add textDecorationLine support", - "author": "Andy Himberger ", - "commit": "008921ec9b5d69fb87a7282b917e41fd8211e4e0" - } - ] - } - }, - { - "version": "0.0.18", - "tag": "react-native-win_v0.0.18", - "date": "Wed, 07 Nov 2018 20:32:53 GMT", - "comments": { - "patch": [ - { - "comment": "Stop compiling JSC in any flavor for win32", - "author": "Andrew Coates (REDMOND) ", - "commit": "a81e969835eb42e89025c99be20434d7dc11e92f" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.16` to `0.3010.17`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.18` to `0.3.19`" - } - ] - } - }, - { - "version": "0.0.17", - "tag": "react-native-win_v0.0.17", - "date": "Wed, 07 Nov 2018 00:51:38 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.15` to `0.3010.16`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.17` to `0.3.18`" - } - ] - } - }, - { - "version": "0.0.16", - "tag": "react-native-win_v0.0.16", - "date": "Tue, 06 Nov 2018 18:21:48 GMT", - "comments": { - "patch": [ - { - "comment": "Move CxxMessageQueue to react-native-win", - "author": "Andrew Coates (REDMOND) ", - "commit": "10bca1384c6f92127da932d7811f8162176f2d60" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.14` to `0.3010.15`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.16` to `0.3.17`" - } - ] - } - }, - { - "version": "0.0.15", - "tag": "react-native-win_v0.0.15", - "date": "Tue, 06 Nov 2018 16:27:53 GMT", - "comments": { - "patch": [ - { - "comment": "uwp: networking, border radius, position, layout property fixes", - "author": "Andy Himberger ", - "commit": "ddfb217e6114d3fc6ad17b007557588dca901f1f" - } - ] - } - }, - { - "version": "0.0.14", - "tag": "react-native-win_v0.0.14", - "date": "Tue, 06 Nov 2018 03:11:27 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.15` to `0.3.16`" - } - ] - } - }, - { - "version": "0.0.13", - "tag": "react-native-win_v0.0.13", - "date": "Tue, 06 Nov 2018 01:01:52 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.13` to `0.3010.14`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.14` to `0.3.15`" - } - ] - } - }, - { - "version": "0.0.12", - "tag": "react-native-win_v0.0.12", - "date": "Sat, 03 Nov 2018 00:50:05 GMT", - "comments": { - "patch": [ - { - "comment": "Move windesktop modules from react-native", - "author": "REDMOND\\acoates ", - "commit": "a249bc68c94a38a9185502ed6f8406ba80252aa9" - } - ] - } - }, - { - "version": "0.0.11", - "tag": "react-native-win_v0.0.11", - "date": "Fri, 02 Nov 2018 22:11:47 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.13` to `0.3.14`" - } - ] - } - }, - { - "version": "0.0.10", - "tag": "react-native-win_v0.0.10", - "date": "Fri, 02 Nov 2018 21:15:28 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.12` to `0.3.13`" - } - ] - } - }, - { - "version": "0.0.9", - "tag": "react-native-win_v0.0.9", - "date": "Fri, 02 Nov 2018 20:18:56 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.11` to `0.3.12`" - } - ] - } - }, - { - "version": "0.0.8", - "tag": "react-native-win_v0.0.8", - "date": "Fri, 02 Nov 2018 18:27:14 GMT", - "comments": { - "patch": [ - { - "comment": "Move more modules from react-native", - "author": "Andrew Coates (REDMOND) ", - "commit": "c5ee6f6ba585e8f8fc669c1265b330d6c60f53f2" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.10` to `0.3.11`" - } - ] - } - }, - { - "version": "0.0.7", - "tag": "react-native-win_v0.0.7", - "date": "Fri, 02 Nov 2018 11:55:51 GMT", - "comments": { - "patch": [ - { - "comment": "ChakraCore process command queue", - "author": "Adam Krantz ", - "commit": "9ae911fa84545ec12d0d0b9b3004c680f40072e8" - } - ] - } - }, - { - "version": "0.0.6", - "tag": "react-native-win_v0.0.6", - "date": "Fri, 02 Nov 2018 02:33:39 GMT", - "comments": { - "patch": [ - { - "comment": "uwp: rename Icon prop foregroundColor to color", - "author": "Andy Himberger ", - "commit": "1749fc48c82be5f4b2987facbf2897c475881e19" - } - ] - } - }, - { - "version": "0.0.5", - "tag": "react-native-win_v0.0.5", - "date": "Thu, 01 Nov 2018 22:30:32 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.9` to `0.3010.10`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.9` to `0.3.10`" - } - ] - } - }, - { - "version": "0.0.4", - "tag": "react-native-win_v0.0.4", - "date": "Thu, 01 Nov 2018 17:44:48 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.8` to `0.3010.9`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.8` to `0.3.9`" - } - ] - } - }, - { - "version": "0.0.3", - "tag": "react-native-win_v0.0.3", - "date": "Thu, 01 Nov 2018 14:41:19 GMT", - "comments": { - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.7` to `0.3010.8`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.7` to `0.3.8`" - } - ] - } - }, - { - "version": "0.0.2", - "tag": "react-native-win_v0.0.2", - "date": "Thu, 01 Nov 2018 01:51:23 GMT", - "comments": { - "patch": [ - { - "comment": "Start moving JS files for UWP into react-native-win", - "author": "Andrew Coates (REDMOND) ", - "commit": "cf81b8ed520fa725b3e7ba5ccc5a101fea071fd5" - } - ], - "dependency": [ - { - "comment": "Updating dependency \"@office-iss/react-native\" from `0.3010.6` to `0.3010.7`" - }, - { - "comment": "Updating dependency \"@office-iss/sdx-build-tools\" from `0.3.6` to `0.3.7`" - } - ] - } - } - ] -} diff --git a/vnext/CHANGELOG.md b/vnext/CHANGELOG.md deleted file mode 100644 index 78c07a0ea77..00000000000 --- a/vnext/CHANGELOG.md +++ /dev/null @@ -1,1074 +0,0 @@ -# Change Log - react-native-win - -This log was last generated on Wed, 13 Mar 2019 07:16:37 GMT and should not be manually modified. - -## 0.6.4 -Wed, 13 Mar 2019 07:16:37 GMT - -### Patches - -- Update react-native to 0.57.0-microsoft.4 - -## 0.6.3 -Tue, 12 Mar 2019 20:22:42 GMT - -### Patches - -- uwp - expose more helpers & cleanup for customViewmanagers support - -## 0.6.2 -Tue, 12 Mar 2019 02:41:20 GMT - -### Patches - -- Update react-native to 0.57.0-microsoft.2 - -## 0.6.1 -Sat, 09 Mar 2019 21:28:30 GMT - -### Patches - -- fix nuget packaging - -## 0.6.0 -Sat, 09 Mar 2019 18:32:03 GMT - -### Minor changes - -- added back SourceCodeModule - -## 0.5.93 -Fri, 08 Mar 2019 09:15:31 GMT - -### Patches - -- Update to react-native@0.57.0-microsoft.1 - -## 0.5.92 -Fri, 08 Mar 2019 00:33:25 GMT - -*Version update only* - -## 0.5.91 -Thu, 07 Mar 2019 23:21:01 GMT - -*Version update only* - -## 0.5.90 -Thu, 07 Mar 2019 22:02:00 GMT - -*Version update only* - -## 0.5.89 -Thu, 07 Mar 2019 20:47:48 GMT - -### Patches - -- uwp - add tabIndex support - -## 0.5.88 -Thu, 07 Mar 2019 01:08:42 GMT - -### Patches - -- devmain build fix -- rename start.js to cli.js, take args to enable bundle in addition to start - -## 0.5.87 -Wed, 06 Mar 2019 06:56:23 GMT - -### Patches - -- uwp - add support for custom ViewManagers - -## 0.5.86 -Wed, 06 Mar 2019 05:43:46 GMT - -### Patches - -- Rename microsoft react-native - -## 0.5.85 -Tue, 05 Mar 2019 20:54:55 GMT - -*Version update only* - -## 0.5.84 -Tue, 05 Mar 2019 07:11:26 GMT - -*Version update only* - -## 0.5.83 -Tue, 05 Mar 2019 05:02:15 GMT - -### Patches - -- uwp - keep instance alive longer in live reload/shutdown - -## 0.5.82 -Tue, 05 Mar 2019 02:31:33 GMT - -### Patches - -- Fix color properties of CalendarView plus enable null values for all properties but callbacks (resetting to defaults via ClearValue) -- uwp - add editable support to PickerUWP, fix DatePicker export -- Introduce CalendarView for UWP only (no Android, no JS, no Apple updates) -- Fix OnDateChanged event for DatePicker -- Popup positioning -- Fire onClick for View on SPACE or ENTER. -- JSICore (react-free) libraries -- Stop writing to console in logMarker - -## 0.5.80 -Thu, 28 Feb 2019 04:47:08 GMT - -### Patches - -- Turn off OnContent/OffContent for Switch view. - -## 0.5.79 -Thu, 28 Feb 2019 03:36:47 GMT - -### Patches - -- uwp - fix WebSocketModuleUwp build against non-final RS5 SDK -- uwp - fix ViewPanel leak - -## 0.5.78 -Wed, 27 Feb 2019 20:16:40 GMT - -### Patches - -- Implement acceptsKeyboardFocus on View. - -## 0.5.77 -Tue, 26 Feb 2019 20:40:42 GMT - -*Version update only* - -## 0.5.76 -Tue, 26 Feb 2019 08:18:38 GMT - -### Patches - -- uwp - avoid exceptions being thrown in WebSocketModule connect -- Add DatePicker uwp component -- Merge with master and resolve review comments for datepicker - -## 0.5.75 -Tue, 26 Feb 2019 05:55:00 GMT - -*Version update only* - -## 0.5.74 -Tue, 26 Feb 2019 03:39:43 GMT - -### Patches - -- fix move case in UIManager::manageChildren -- TextInput onScroll onKeyPress - -## 0.5.73 -Sat, 23 Feb 2019 22:42:46 GMT - -*Version update only* - -## 0.5.72 -Sat, 23 Feb 2019 01:53:38 GMT - -*Version update only* - -## 0.5.71 -Sat, 23 Feb 2019 00:46:26 GMT - -### Patches - -- Pinned 'just-task' to "0.7.6" so that we stop picking up the latest version - -## 0.5.70 -Thu, 21 Feb 2019 13:47:23 GMT - -*Version update only* - -## 0.5.69 -Thu, 21 Feb 2019 12:43:12 GMT - -### Patches - -- move react to peerDependencies - -## 0.5.68 -Wed, 20 Feb 2019 23:15:50 GMT - -### Patches - -- uwp - implement unsetting for most properties that were missing it - -## 0.5.67 -Wed, 20 Feb 2019 18:10:08 GMT - -*Version update only* - -## 0.5.66 -Tue, 19 Feb 2019 20:49:32 GMT - -*Version update only* - -## 0.5.65 -Tue, 19 Feb 2019 13:29:59 GMT - -*Version update only* - -## 0.5.64 -Tue, 19 Feb 2019 09:40:39 GMT - -*Version update only* - -## 0.5.63 -Tue, 19 Feb 2019 08:29:15 GMT - -*Version update only* - -## 0.5.62 -Mon, 18 Feb 2019 03:12:33 GMT - -*Version update only* - -## 0.5.61 -Sat, 16 Feb 2019 20:22:10 GMT - -*Version update only* - -## 0.5.60 -Sat, 16 Feb 2019 19:08:58 GMT - -*Version update only* - -## 0.5.59 -Sat, 16 Feb 2019 00:19:15 GMT - -### Patches - -- uwp - fix devmain break from pch change - -## 0.5.58 -Fri, 15 Feb 2019 14:47:27 GMT - -*Version update only* - -## 0.5.57 -Fri, 15 Feb 2019 04:26:38 GMT - -### Patches - -- Fix Live Reload - -## 0.5.56 -Fri, 15 Feb 2019 01:52:14 GMT - -### Patches - -- uwp - implement AppState state change events, tooltip prop, rename asyncstorage folder to react-native - -## 0.5.55 -Thu, 14 Feb 2019 23:44:36 GMT - -*Version update only* - -## 0.5.54 -Thu, 14 Feb 2019 22:36:25 GMT - -*Version update only* - -## 0.5.53 -Thu, 14 Feb 2019 21:21:36 GMT - -*Version update only* - -## 0.5.52 -Thu, 14 Feb 2019 03:07:44 GMT - -### Patches - -- uwp - create ControlViewManager base class for Xaml IControl's to share - -## 0.5.51 -Wed, 13 Feb 2019 23:20:09 GMT - -*Version update only* - -## 0.5.50 -Wed, 13 Feb 2019 20:29:56 GMT - -*Version update only* - -## 0.5.49 -Wed, 13 Feb 2019 01:52:33 GMT - -### Patches - -- uwp - add accessibilityHint support, initial accessibilityexample in RNTester -- uwp - fix mouse/touch input after live reload - -## 0.5.48 -Tue, 12 Feb 2019 19:53:26 GMT - -### Patches - -- uwp - update version checks for disabling compiler optimizations - -## 0.5.47 -Tue, 12 Feb 2019 04:48:47 GMT - -*Version update only* - -## 0.5.46 -Tue, 12 Feb 2019 03:23:22 GMT - -*Version update only* - -## 0.5.45 -Tue, 12 Feb 2019 02:09:18 GMT - -*Version update only* - -## 0.5.44 -Mon, 11 Feb 2019 23:42:33 GMT - -### Patches - -- Adding shadow nodes to text input - -## 0.5.43 -Sat, 09 Feb 2019 08:08:20 GMT - -*Version update only* - -## 0.5.42 -Fri, 08 Feb 2019 18:49:59 GMT - -### Patches - -- Add Popup interactions - -## 0.5.41 -Thu, 07 Feb 2019 20:51:50 GMT - -*Version update only* - -## 0.5.40 -Thu, 07 Feb 2019 15:45:23 GMT - -### Patches - -- OACR fixes - -## 0.5.39 -Thu, 07 Feb 2019 01:27:00 GMT - -### Patches - -- uwp - fix Picker bug with selection getting lost on items change - -## 0.5.38 -Wed, 06 Feb 2019 22:26:22 GMT - -*Version update only* - -## 0.5.37 -Wed, 06 Feb 2019 02:28:07 GMT - -### Patches - -- Support pnpm - -## 0.5.36 -Tue, 05 Feb 2019 22:12:35 GMT - -### Patches - -- Export popup correctly - -## 0.5.35 -Tue, 05 Feb 2019 06:23:14 GMT - -### Patches - -- Minor readme update for opensource -- Rename @offce-iss/react-native to @microsoft/react-native -- uwp - RNTester - -## 0.5.33 -Mon, 04 Feb 2019 23:50:17 GMT - -### Patches - -- uwp - add Logging, JsExceptionCallback to ReactInstanceSettings - -## 0.5.32 -Mon, 04 Feb 2019 21:42:11 GMT - -### Patches - -- Add copyright comments at the top of react-native-win source files - -## 0.5.31 -Mon, 04 Feb 2019 13:08:38 GMT - -*Version update only* - -## 0.5.30 -Sat, 02 Feb 2019 18:07:56 GMT - -### Patches - -- uwp - testID support, other cleanup - -## 0.5.29 -Sat, 02 Feb 2019 07:52:04 GMT - -### Patches - -- Minor policheck fixes - -## 0.5.28 -Fri, 01 Feb 2019 23:50:46 GMT - -### Patches - -- uwp - fix Switch to be correctly controlled - -## 0.5.27 -Fri, 01 Feb 2019 21:37:51 GMT - -### Patches - -- Make react-native-win not depend on sdx-platform build scripts -- uwp - Add back pressed event firing from View temporarily -- uwp - update SDK dependency to RS5, runtime target RS2+, permissive- -- Add popup component for uwp -- autosync -- V8 Inspector - -## 0.5.25 -Tue, 29 Jan 2019 05:41:37 GMT - -*Version update only* - -## 0.5.24 -Tue, 29 Jan 2019 04:34:55 GMT - -### Patches - -- uwp - fix CheckBox, Picker eventing outside of sample - -## 0.5.23 -Tue, 29 Jan 2019 03:24:42 GMT - -*Version update only* - -## 0.5.22 -Tue, 29 Jan 2019 02:13:27 GMT - -*Version update only* - -## 0.5.21 -Tue, 29 Jan 2019 01:03:23 GMT - -*Version update only* - -## 0.5.20 -Mon, 28 Jan 2019 23:55:36 GMT - -### Patches - -- uwp - add Picker control - -## 0.5.19 -Sun, 27 Jan 2019 22:31:27 GMT - -### Patches - -- V8Platform & V8Runtime improvements - -## 0.5.18 -Sat, 26 Jan 2019 00:40:56 GMT - -### Patches - -- uwp - add onMouseEnter/onMouseLeave events to View - -## 0.5.17 -Fri, 25 Jan 2019 22:25:12 GMT - -### Patches - -- Switch build to use just-task - -## 0.5.16 -Fri, 25 Jan 2019 16:15:56 GMT - -*Version update only* - -## 0.5.15 -Thu, 24 Jan 2019 01:00:18 GMT - -### Patches - -- Building JSI shared sources in devmain - -## 0.5.14 -Wed, 23 Jan 2019 23:16:49 GMT - -### Patches - -- uwp - export CheckBox via react-native-win in a typescript friendly way - -## 0.5.13 -Wed, 23 Jan 2019 21:29:40 GMT - -### Patches - -- uwp - add SourceCode, AsyncStorage native modules - -## 0.5.12 -Wed, 23 Jan 2019 19:37:07 GMT - -### Patches - -- Update typescript, @types/r+rn versions - -## 0.5.11 -Wed, 23 Jan 2019 02:13:09 GMT - -*Version update only* - -## 0.5.10 -Tue, 22 Jan 2019 23:21:50 GMT - -*Version update only* - -## 0.5.9 -Tue, 22 Jan 2019 20:57:59 GMT - -### Patches - -- Allow Multiple Js Bundles - -## 0.5.8 -Tue, 22 Jan 2019 17:34:37 GMT - -### Patches - -- uwp - restore changes lost in 0.57 upgrade - -## 0.5.7 -Mon, 21 Jan 2019 22:59:18 GMT - -### Patches - -- Integrating JSI ChakraRuntime on Windows - -## 0.5.6 -Fri, 18 Jan 2019 05:54:33 GMT - -### Patches - -- Update to RN 0.57 - -## 0.5.5 -Thu, 17 Jan 2019 03:44:30 GMT - -*Version update only* - -## 0.5.4 -Thu, 17 Jan 2019 00:07:23 GMT - -### Patches - -- Get uwp livereload working again - -## 0.5.3 -Wed, 16 Jan 2019 23:13:26 GMT - -### Patches - -- Implement View clipping for overflow value of 'hidden'. - -## 0.5.2 -Wed, 16 Jan 2019 19:59:46 GMT - -*Version update only* - -## 0.5.1 -Wed, 16 Jan 2019 06:51:10 GMT - -### Patches - -- fix nuget package - add NativeModuleProvider.h - -## 0.5.0 -Sat, 12 Jan 2019 00:52:10 GMT - -### Minor changes - -- [UWP] Implement handling of most props on UWP's TextInput - -## 0.4.4 -Fri, 11 Jan 2019 19:30:59 GMT - -*Version update only* - -## 0.4.3 -Fri, 11 Jan 2019 17:43:09 GMT - -*Version update only* - -## 0.4.2 -Fri, 11 Jan 2019 10:09:36 GMT - -*Version update only* - -## 0.4.1 -Thu, 10 Jan 2019 22:13:25 GMT - -### Patches - -- Move windesktop files from react-native -- update vcx projects to more closely match devmain warning levels - -## 0.4.0 -Sat, 05 Jan 2019 06:28:36 GMT - -### Minor changes - -- Implement focus(), blur(), and clear() on UWP TextInput - -## 0.3.30 -Fri, 04 Jan 2019 23:12:26 GMT - -### Patches - -- uwp - additional Socket error handling - -## 0.3.29 -Fri, 04 Jan 2019 16:38:35 GMT - -*Version update only* - -## 0.3.28 -Fri, 04 Jan 2019 11:02:12 GMT - -*Version update only* - -## 0.3.27 -Fri, 04 Jan 2019 06:24:23 GMT - -*Version update only* - -## 0.3.26 -Fri, 04 Jan 2019 03:55:44 GMT - -*Version update only* - -## 0.3.25 -Fri, 04 Jan 2019 01:59:16 GMT - -*Version update only* - -## 0.3.24 -Thu, 03 Jan 2019 01:32:30 GMT - -*Version update only* - -## 0.3.23 -Wed, 02 Jan 2019 20:44:26 GMT - -*Version update only* - -## 0.3.22 -Wed, 02 Jan 2019 08:29:29 GMT - -*Version update only* - -## 0.3.21 -Fri, 21 Dec 2018 20:50:13 GMT - -*Version update only* - -## 0.3.20 -Thu, 20 Dec 2018 02:24:26 GMT - -*Version update only* - -## 0.3.19 -Thu, 20 Dec 2018 01:27:17 GMT - -*Version update only* - -## 0.3.18 -Wed, 19 Dec 2018 23:31:00 GMT - -*Version update only* - -## 0.3.17 -Wed, 19 Dec 2018 20:45:31 GMT - -### Patches - -- uwp - improved Touch handling - -## 0.3.16 -Fri, 14 Dec 2018 21:06:28 GMT - -*Version update only* - -## 0.3.15 -Fri, 14 Dec 2018 02:55:08 GMT - -*Version update only* - -## 0.3.14 -Fri, 14 Dec 2018 00:59:11 GMT - -*Version update only* - -## 0.3.13 -Thu, 13 Dec 2018 23:59:11 GMT - -### Patches - -- Removing beast types from IWebSocket interface - -## 0.3.12 -Thu, 13 Dec 2018 22:15:51 GMT - -*Version update only* - -## 0.3.11 -Thu, 13 Dec 2018 16:57:46 GMT - -### Patches - -- uwp - fix WebSocket.close - -## 0.3.10 -Thu, 13 Dec 2018 09:04:29 GMT - -### Patches - -- Remove std::terminate from updateExceptionMessage - -## 0.3.9 -Thu, 13 Dec 2018 02:37:28 GMT - -### Patches - -- uwp - devmain build fix - -## 0.3.8 -Wed, 12 Dec 2018 23:39:58 GMT - -*Version update only* - -## 0.3.7 -Wed, 12 Dec 2018 21:17:24 GMT - -*Version update only* - -## 0.3.6 -Wed, 12 Dec 2018 00:51:21 GMT - -*Version update only* - -## 0.3.5 -Tue, 11 Dec 2018 22:59:34 GMT - -*Version update only* - -## 0.3.4 -Tue, 11 Dec 2018 19:48:20 GMT - -### Patches - -- uwp: fix unset of color style props, LinkingManager improvements - -## 0.3.3 -Mon, 10 Dec 2018 21:52:13 GMT - -### Patches - -- mirror changes made to devmain - -## 0.3.2 -Mon, 10 Dec 2018 12:32:16 GMT - -*Version update only* - -## 0.3.1 -Fri, 07 Dec 2018 01:44:44 GMT - -*Version update only* - -## 0.3.0 -Thu, 06 Dec 2018 20:08:03 GMT - -### Minor changes - -- JSI Runtime implementation for Chakra -- JSI Runtime implementation for V8 - -## 0.2.5 -Thu, 06 Dec 2018 18:33:58 GMT - -*Version update only* - -## 0.2.4 -Thu, 06 Dec 2018 02:54:35 GMT - -### Patches - -- uwp: send onLayout events - -## 0.2.3 -Wed, 05 Dec 2018 22:13:30 GMT - -*Version update only* - -## 0.2.2 -Wed, 05 Dec 2018 19:09:20 GMT - -*Version update only* - -## 0.2.1 -Wed, 05 Dec 2018 02:02:42 GMT - -*Version update only* - -## 0.2.0 -Wed, 05 Dec 2018 00:48:46 GMT - -### Minor changes - -- Bringing the JSI sources from Github - -## 0.1.13 -Tue, 04 Dec 2018 01:31:45 GMT - -*Version update only* - -## 0.1.12 -Mon, 03 Dec 2018 23:22:14 GMT - -*Version update only* - -## 0.1.11 -Mon, 03 Dec 2018 20:04:57 GMT - -*Version update only* - -## 0.1.10 -Sat, 01 Dec 2018 22:51:42 GMT - -### Patches - -- uwp Clipboard NativeModule - -## 0.1.9 -Fri, 30 Nov 2018 20:39:50 GMT - -*Version update only* - -## 0.1.8 -Thu, 29 Nov 2018 13:46:58 GMT - -### Patches - -- Auto sync from tenantreactnativewin - -## 0.1.7 -Thu, 29 Nov 2018 11:45:37 GMT - -### Patches - -- Move windesktop files from react-native - -## 0.1.6 -Sat, 17 Nov 2018 00:23:17 GMT - -*Version update only* - -## 0.1.5 -Thu, 15 Nov 2018 22:37:42 GMT - -*Version update only* - -## 0.1.4 -Thu, 15 Nov 2018 20:12:15 GMT - -### Patches - -- Applying feedback from github PR - -## 0.1.3 -Thu, 15 Nov 2018 02:47:45 GMT - -*Version update only* - -## 0.1.2 -Wed, 14 Nov 2018 00:03:29 GMT - -*Version update only* - -## 0.1.1 -Tue, 13 Nov 2018 23:04:06 GMT - -*Version update only* - -## 0.1.0 -Tue, 13 Nov 2018 22:05:29 GMT - -### Minor changes - -- Auto-sync CL 18022008 from tenantreactnativewin to ISS sdx-platform - -## 0.0.25 -Tue, 13 Nov 2018 20:51:05 GMT - -*Version update only* - -## 0.0.24 -Tue, 13 Nov 2018 19:52:39 GMT - -*Version update only* - -## 0.0.23 -Sat, 10 Nov 2018 03:32:39 GMT - -### Patches - -- Adding ExceptionManager for windows platforms - -## 0.0.22 -Sat, 10 Nov 2018 00:21:40 GMT - -*Version update only* - -## 0.0.21 -Fri, 09 Nov 2018 22:37:07 GMT - -*Version update only* - -## 0.0.20 -Thu, 08 Nov 2018 01:57:36 GMT - -*Version update only* - -## 0.0.19 -Wed, 07 Nov 2018 22:27:17 GMT - -### Patches - -- uwp: add textDecorationLine support - -## 0.0.18 -Wed, 07 Nov 2018 20:32:53 GMT - -### Patches - -- Stop compiling JSC in any flavor for win32 - -## 0.0.17 -Wed, 07 Nov 2018 00:51:38 GMT - -*Version update only* - -## 0.0.16 -Tue, 06 Nov 2018 18:21:48 GMT - -### Patches - -- Move CxxMessageQueue to react-native-win - -## 0.0.15 -Tue, 06 Nov 2018 16:27:53 GMT - -### Patches - -- uwp: networking, border radius, position, layout property fixes - -## 0.0.14 -Tue, 06 Nov 2018 03:11:27 GMT - -*Version update only* - -## 0.0.13 -Tue, 06 Nov 2018 01:01:52 GMT - -*Version update only* - -## 0.0.12 -Sat, 03 Nov 2018 00:50:05 GMT - -### Patches - -- Move windesktop modules from react-native - -## 0.0.11 -Fri, 02 Nov 2018 22:11:47 GMT - -*Version update only* - -## 0.0.10 -Fri, 02 Nov 2018 21:15:28 GMT - -*Version update only* - -## 0.0.9 -Fri, 02 Nov 2018 20:18:56 GMT - -*Version update only* - -## 0.0.8 -Fri, 02 Nov 2018 18:27:14 GMT - -### Patches - -- Move more modules from react-native - -## 0.0.7 -Fri, 02 Nov 2018 11:55:51 GMT - -### Patches - -- ChakraCore process command queue - -## 0.0.6 -Fri, 02 Nov 2018 02:33:39 GMT - -### Patches - -- uwp: rename Icon prop foregroundColor to color - -## 0.0.5 -Thu, 01 Nov 2018 22:30:32 GMT - -*Version update only* - -## 0.0.4 -Thu, 01 Nov 2018 17:44:48 GMT - -*Version update only* - -## 0.0.3 -Thu, 01 Nov 2018 14:41:19 GMT - -*Version update only* - -## 0.0.2 -Thu, 01 Nov 2018 01:51:23 GMT - -### Patches - -- Start moving JS files for UWP into react-native-win - diff --git a/vnext/local-cli/generator-windows/index.js b/vnext/local-cli/generator-windows/index.js index 0085dfa31ad..b0bdc9bf056 100644 --- a/vnext/local-cli/generator-windows/index.js +++ b/vnext/local-cli/generator-windows/index.js @@ -113,7 +113,7 @@ function installDependencies(options) { const depDelim = ' || '; const delimIndex = reactNativeVersion.indexOf(depDelim); if (delimIndex !== -1) { - reactNativeVersion = reactNativeVersion.substring(delimIndex + depDelim.length); + reactNativeVersion = reactNativeVersion.slice(0, delimIndex); } console.log(chalk.green('Updating to compatible version of react-native:')); From 7f2645f2bd5dabe5d1c2ee191a6075031cf623d7 Mon Sep 17 00:00:00 2001 From: "REDMOND\\acoates" Date: Tue, 18 Jun 2019 15:24:50 -0700 Subject: [PATCH 2/6] Ensure the sdk is installed --- .ado/windows-vs-pr.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.ado/windows-vs-pr.yml b/.ado/windows-vs-pr.yml index 3369e85de4c..3a045642a0b 100644 --- a/.ado/windows-vs-pr.yml +++ b/.ado/windows-vs-pr.yml @@ -169,6 +169,8 @@ jobs: script: react-native windows --template vnext --windowsVersion file:$(Build.SourcesDirectory)\vnext workingDirectory: $(Agent.BuildDirectory)\testcli + - template: templates/install-SDK.yml + - task: MSBuild@1 displayName: MSBuild - Build the project inputs: @@ -180,6 +182,12 @@ jobs: msbuildArguments: '/p:PreferredToolArchitecture=x64' # Optional clean: true # Optional + - task: CmdLine@2 + displayName: Create bundle + inputs: + script: react-native bundle --entry-file App.windows.js platform uwp --bundle-output test.bundle + workingDirectory: $(Agent.BuildDirectory)\testcli + - job: RnwNativePRBuild displayName: Windows Visual Studio with Win32 PR strategy: From b3d249f050fb277e4551af8807ad574cfb7101fc Mon Sep 17 00:00:00 2001 From: "REDMOND\\acoates" Date: Tue, 18 Jun 2019 15:32:52 -0700 Subject: [PATCH 3/6] Restore nugets as part of build --- .ado/windows-vs-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ado/windows-vs-pr.yml b/.ado/windows-vs-pr.yml index 3a045642a0b..a8f2f2b65a5 100644 --- a/.ado/windows-vs-pr.yml +++ b/.ado/windows-vs-pr.yml @@ -179,6 +179,7 @@ jobs: msbuildArchitecture: 'x64' # Optional. Options: x86, x64 platform: x64 # Optional configuration: Debug # Optional + restoreNugetPackages: true msbuildArguments: '/p:PreferredToolArchitecture=x64' # Optional clean: true # Optional From 4635fe80460e5b467c1f7d93bbd5f02c9db4a008 Mon Sep 17 00:00:00 2001 From: "REDMOND\\acoates" Date: Tue, 18 Jun 2019 16:03:29 -0700 Subject: [PATCH 4/6] Try restoring nugets before building package (even though I set restoreNugetPackages: true) --- .ado/windows-vs-pr.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.ado/windows-vs-pr.yml b/.ado/windows-vs-pr.yml index a8f2f2b65a5..482b7e5def5 100644 --- a/.ado/windows-vs-pr.yml +++ b/.ado/windows-vs-pr.yml @@ -146,6 +146,27 @@ jobs: submodules: false # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules persistCredentials: false # set to 'true' to leave the OAuth token in the Git config after the initial fetch + # First do a build of the local package, since we point the cli at the local files, it needs to be pre-built + - task: CmdLine@2 + displayName: yarn install (local react-native-windows) + inputs: + script: yarn install --frozen-lockfile + workingDirectory: vnext + + - task: CmdLine@2 + displayName: yarn build (local react-native-windows) + inputs: + script: yarn build + workingDirectory: vnext + + # yarn ends up copying the whole node_modules folder when doing an install of a file package + # Delete node_modules, so that resolution is more like when installing from a published npm package + - task: CmdLine@2 + displayName: Remove node_modules + inputs: + script: del /SFQ node_modules + workingDirectory: vnext + - task: CmdLine@2 displayName: Install react-native cli inputs: @@ -171,6 +192,12 @@ jobs: - template: templates/install-SDK.yml + - task: NuGetCommand@2 + displayName: NuGet restore + inputs: + command: restore + restoreSolution: $(Agent.BuildDirectory)\testcli\windows\testcli.sln + - task: MSBuild@1 displayName: MSBuild - Build the project inputs: From 89601b3a1da112247d713a9bf866d5256fe833e0 Mon Sep 17 00:00:00 2001 From: "REDMOND\\acoates" Date: Tue, 18 Jun 2019 16:07:21 -0700 Subject: [PATCH 5/6] Fix command format --- .ado/windows-vs-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/windows-vs-pr.yml b/.ado/windows-vs-pr.yml index 482b7e5def5..707fa2b8ca2 100644 --- a/.ado/windows-vs-pr.yml +++ b/.ado/windows-vs-pr.yml @@ -164,7 +164,7 @@ jobs: - task: CmdLine@2 displayName: Remove node_modules inputs: - script: del /SFQ node_modules + script: rd /S /Q node_modules workingDirectory: vnext - task: CmdLine@2 From 80b4109e916d375214fa969d79d8ff994d4e190d Mon Sep 17 00:00:00 2001 From: "REDMOND\\acoates" Date: Wed, 19 Jun 2019 10:07:02 -0700 Subject: [PATCH 6/6] Try using x86 msbuild --- .ado/windows-vs-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/windows-vs-pr.yml b/.ado/windows-vs-pr.yml index 707fa2b8ca2..7de3d672fb7 100644 --- a/.ado/windows-vs-pr.yml +++ b/.ado/windows-vs-pr.yml @@ -203,7 +203,7 @@ jobs: inputs: solution: $(Agent.BuildDirectory)\testcli\windows\testcli.sln msbuildVersion: '15.0' # Optional. Options: latest, 16.0, 15.0, 14.0, 12.0, 4.0 - msbuildArchitecture: 'x64' # Optional. Options: x86, x64 + msbuildArchitecture: 'x86' # Optional. Options: x86, x64 platform: x64 # Optional configuration: Debug # Optional restoreNugetPackages: true