Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add win32 as a valid platform to platformcolorexample.win32 #6255

Merged
merged 1 commit into from
Oct 19, 2020

Conversation

PPatBoyd
Copy link
Contributor

@PPatBoyd PPatBoyd commented Oct 16, 2020

PlatformColor test page doesn't include win32 platform or win32 color options

Microsoft Reviewers: Open in CodeFlow

@PPatBoyd PPatBoyd merged commit a37bfe0 into microsoft:master Oct 19, 2020
acoates-ms added a commit that referenced this pull request Oct 21, 2020
* Move UIManager to NM2 infra

* formatting

* Update x86 def file

* Change files

* Add win32 as a valid platform to platformcolorexample.win32 (#6255)

* Fix switch events (#6264)

* Switch was generating spurious events which could result on two events (on/off) being sent before the first event was fully handled

* Change files

* Implement code review recommendations

* Make sure that m_updating is not left in wrong state if toggle switch null

* Address further review comment

* Update Chakra JSI implementation (#5710)

* Update Chakra JSI implementation

* Change files

* Move new Chakra JSI Universal tests into MS.RN.ComponentTests

* Address PR feedback

* Address PR feedback

* Fix x64 release compilation error

* Add CreateRuntime and DisposeRuntime

* Confirm to JSI API changes

* Remove JSI_SourcePath

* Allow having empty strings as JS object property name

* applying package updates ***NO_CI***

* Bump @types/react-native from 0.63.25 to 0.63.26 (#6273)

* Bump beachball from 1.37.0 to 1.38.0 (#6276)

* Bump @types/jest from 26.0.14 to 26.0.15 (#6274)

* Drop Issue Requirement from Override Manifest Schema Validation (#6263)

* Drop Issue Requirement from Override Manifest Schema Validation

Most types of overrrides require an issue number. This is done on the schema level, and is done incosistently per-type, where some allow no issues or LEGACY_FIXME, where others allow none. This was done to add barriers to forking, but ends up being a bit to broad/heavy-handed, and the differences between requirements of override types is confusing.

This changes makes the schema uniform, dropping the special LEGACY_FIXME issue and universally allowing missing issues.

To guide engineers to the right path, we still do require issues depending on types in the override prompt, but these can be altered manually.

* Change files

* Update copies to undefined issue during manifest generation

* serializeBase cleanup

* Bump babel-jest from 26.5.2 to 26.6.0 (#6272)

* Add yargs-parser and node-fetch resolutions to pass component governance (#6270)

Closes #6266
Closes #6267

* Fix Crash when Logbox shown on pre-19H1 (#6283)

* Fix Crash when Logbox shown on pre-19H1

ActualHeight was added to UIElement in 19H1, but is being used in native code for Logbox/legacy redbox. This will also cause integration tests to crash on redbox, since they're running on debug build on Windows Server 2019.

Replace usages with ActualHeight/ActualWidth.

Initial thoughts are to not backport this, since it's dev only and has existed for a couple of versions.

* Change files

* Fix callbacks

* formatting

* Logging test fires an error, which shouldnt fail the integration tests

* TextInput and ScrollViewer use some non-standard event names that I missed

Co-authored-by: Patrick Boyd <[email protected]>
Co-authored-by: gillpeacegood <[email protected]>
Co-authored-by: Vladimir Morozov <[email protected]>
Co-authored-by: React-Native-Windows Bot <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Nick Gerleman <[email protected]>
Co-authored-by: Jon Thysell <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants