Eric Rozell
c62e76f330
[Fabric] Eliminate forks needed for onMouseEnter/Leave ( #12161 )
...
* [Fabric] Eliminate forks needed for onMouseEnter/Leave
We previously forked TouchEventEmitter and BaseViewProps to detect
onMouseEnter/onMouseLeave events. Now that there are host platform
extension points for ViewEventEmitter and ViewProps, we can move 100% of
the enter/leave event handling to host platform logic.
* Change files
2023-09-20 13:46:19 -07:00
Eric Rozell
bb94c7d276
[Fabric] Replace overrides in BaseViewEventEmitter ( #12159 )
...
* [Fabric] Replace overrides in BaseViewEventEmitter
React Native mobile recently refactored ViewEventEmitter to more easily
allow host platform overrides in out of tree platforms.
This change moves the overridden logic out of BaseViewEventEmitter into
HostPlatformViewEventEmitter.
* Change files
2023-09-20 08:24:27 -07:00
Eric Rozell
93a156b14d
[Fabric] Cleans up overrides for HostPlatformViewProps ( #12160 )
...
* [Fabric] Cleans up overrides for HostPlatformViewProps
React Native mobile recently refactored ViewProps to more easily allow host platform overrides in out of tree platforms.
This change moves the logic from WindowsViewProps.h in a bespoke location to an isomorphic location under `vnext/Microsoft.ReactNative/Fabric/platform` in HostPlatformViewProps.h, which is the name of the file Fabric expects for host platform extensions. It also moves the overrides for view flattening traits to HostPlatformViewTraitsInitializer and fixes up props parsing for WindowsViewEvents when the propIteratorSetter feature is not enabled.
* Change files
---------
Co-authored-by: Eric Rozell <ericroz@meta.com>
2023-09-20 08:23:16 -07:00
React-Native-Windows Bot
9ccc0878f2
applying package updates ***NO_CI***
2023-09-20 05:17:51 +00:00
Chiara Mooney
5b20e6f40a
Integrate RN Nightly Build 8/11 ( #12133 )
...
## Description
### Type of Change
Integration
### What
c168a4f88...68c7cfe62
Notable Changes:
- a0bb79d84f
- 646c75995e
- 6e3e6b574f
- 2b688f6031
- 4884322781
- b0a8d45e28
- 3fded52fb4
- cd8f5d176a
- 589aea0abf
- f965da97f3
## Changelog
Should this change be included in the release notes: NO
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/react-native-windows/pull/12133 )
2023-09-19 16:50:11 -07:00
dependabot[bot]
1b08a5a1ca
📦 Bump whatwg-fetch from 3.6.18 to 3.6.19 ( #12154 )
...
Bumps [whatwg-fetch](https://github.com/github/fetch ) from 3.6.18 to 3.6.19.
- [Release notes](https://github.com/github/fetch/releases )
- [Changelog](https://github.com/JakeChampion/fetch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/fetch/compare/v3.6.18...v3.6.19 )
---
updated-dependencies:
- dependency-name: whatwg-fetch
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 23:14:43 +00:00
dependabot[bot]
377f55750c
📦 Bump @types/diff-match-patch from 1.0.32 to 1.0.33 ( #12155 )
...
Bumps [@types/diff-match-patch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/diff-match-patch ) from 1.0.32 to 1.0.33.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/diff-match-patch )
---
updated-dependencies:
- dependency-name: "@types/diff-match-patch"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 23:12:38 +00:00
dependabot[bot]
59df6e220c
📦 Bump @types/xmldom from 0.1.31 to 0.1.32 ( #12153 )
...
Bumps [@types/xmldom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/xmldom ) from 0.1.31 to 0.1.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/xmldom )
---
updated-dependencies:
- dependency-name: "@types/xmldom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 14:02:11 -07:00
React-Native-Windows Bot
f5d830dce7
applying package updates ***NO_CI***
2023-09-19 05:13:04 +00:00
Tatiana Kapos
3cf0d7ad6b
[Fabric] Adds ActivityIndicator animating property ( #12124 )
...
* add Fabric ActivityIndicator animating property
* Change files
2023-09-18 10:13:19 -07:00
dependabot[bot]
5ce904a793
📦 Bump @babel/parser from 7.22.7 to 7.22.16 ( #12116 )
...
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser ) from 7.22.7 to 7.22.16.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.16/packages/babel-parser )
---
updated-dependencies:
- dependency-name: "@babel/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 09:09:26 -07:00
dependabot[bot]
50b47a4d7d
📦 Bump lage from 2.7.6 to 2.7.8 ( #12118 )
...
Bumps [lage](https://github.com/microsoft/lage ) from 2.7.6 to 2.7.8.
- [Commits](https://github.com/microsoft/lage/compare/lage_v2.7.6...lage_v2.7.8 )
---
updated-dependencies:
- dependency-name: lage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 09:09:09 -07:00
Andrew Coates
3eec5ce509
[Fabric] Custom native components should have access to the ReactContext ( #12128 )
...
* [Fabric] Custom native components should have access to the ReactContext
* Change files
* fix
2023-09-18 09:08:22 -07:00
dependabot[bot]
e7b055fcc0
📦 Bump @jest/create-cache-key-function from 29.6.2 to 29.7.0 ( #12129 )
...
Bumps [@jest/create-cache-key-function](https://github.com/jestjs/jest/tree/HEAD/packages/jest-create-cache-key-function ) from 29.6.2 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-create-cache-key-function )
---
updated-dependencies:
- dependency-name: "@jest/create-cache-key-function"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 09:07:48 -07:00
Jon Thysell
cf29ba30c4
Update Policheck exclusions and exceptions 9/15 ( #12139 )
...
It seems the Policheck tasks no longer accept blanket "exclusions" in our rules database for terms we use everywhere. So I've gone and updated the individual "file exceptions" for those terms in our database.
It's harder to maintain, but this should unblock PRs.
## Description
### Type of Change
- Bug fix (non-breaking change which fixes an issue)
### Why
Compliance.
### What
Updated rules database.
## Screenshots
N/A
## Testing
N/A
## Changelog
Should this change be included in the release notes: no
2023-09-15 13:55:40 -07:00
React-Native-Windows Bot
a21ffb63a6
applying package updates ***NO_CI***
2023-09-09 05:12:56 +00:00
Jon Thysell
998433fdb8
Disable VS Code default C# solution detection
2023-09-08 12:59:56 -07:00
Andrew Coates
76ee94dcb4
[Win32] Webpack assets do not prefix paths with /, which causes a lost char in asset path ( #12119 )
...
* Webpack assets do not prefix paths with /, which causes a lost char in asset path
* Change files
* lint:fix
2023-09-08 10:00:29 -07:00
React-Native-Windows Bot
2835a7bf34
applying package updates ***NO_CI***
2023-09-08 05:13:11 +00:00
Tatiana Kapos
e37345b7ed
[Fabric] Enable backfaceVisibility and transform prop for all Fabric Components ( #12115 )
...
* extract transform and backfaceVisiblity to baseComponent
* Change files
2023-09-07 11:46:31 -07:00
React-Native-Windows Bot
65467c4f83
applying package updates ***NO_CI***
2023-09-07 05:14:11 +00:00
Jon Thysell
01631f2d69
Refactor `@react-native-windows/cli` into command folders ( #12107 )
...
## Description
The CLI package has grown since its original `run-windows` focus.
This PR refactors every top-level command `run-windows`, `autolink-windows`, and `codegen-windows` into a new commands folder, and breaks out the options for each command into its own file.
### Type of Change
- New feature (non-breaking change which adds functionality)
### Why
As part of the prep for creating an `init-windows` command (see #11920 ) I wanted to make it easier and more obvious as to "where" to put new commands for the CLI, without cluttering future PRs.
### What
This PR refactors every top-level command `run-windows`, `autolink-windows`, and `codegen-windows` into a new commands folder, and breaks out the options for each command into its own file.
## Screenshots
N/A
## Testing
Verified tests still run.
## Changelog
Should this change be included in the release notes: no
2023-09-06 22:22:59 +00:00
Andrew Coates
6421f83754
Be more explicit when using winrt::Windows types, to avoid conflicts with WinAppSDK ( #12114 )
...
* Be more explicit when using winrt::Windows types, to avoid conflicts with WinAppSDK
* Change files
* format
2023-09-06 11:45:28 -07:00
Tatiana Kapos
cff3261701
[Fabric] Enable ShadowProps for all Fabric Components ( #12108 )
...
* extract shadow properties to baseComponentView
* Change files
* Change to updateShadowProps
Co-authored-by: Jon Thysell <thysell@gmail.com>
---------
Co-authored-by: Jon Thysell <thysell@gmail.com>
2023-09-06 10:29:58 -07:00
dependabot[bot]
fc4ca0ac2b
📦 Bump @types/xml2js from 0.4.11 to 0.4.12 ( #12109 )
...
Bumps [@types/xml2js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/xml2js ) from 0.4.11 to 0.4.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/xml2js )
---
updated-dependencies:
- dependency-name: "@types/xml2js"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-06 09:10:46 -07:00
dependabot[bot]
ed42808336
📦 Bump @types/node from 18.17.3 to 18.17.14 ( #12110 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.17.3 to 18.17.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-06 09:10:33 -07:00
dependabot[bot]
435676f682
📦 Bump whatwg-fetch from 3.6.17 to 3.6.18 ( #12111 )
...
Bumps [whatwg-fetch](https://github.com/github/fetch ) from 3.6.17 to 3.6.18.
- [Release notes](https://github.com/github/fetch/releases )
- [Changelog](https://github.com/JakeChampion/fetch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/github/fetch/compare/v3.6.17...v3.6.18 )
---
updated-dependencies:
- dependency-name: whatwg-fetch
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-06 09:10:24 -07:00
React-Native-Windows Bot
fb7a75e9d3
applying package updates ***NO_CI***
2023-09-06 05:14:12 +00:00
Andrew Coates
ffeafc3f72
[Fabric] Merge ISurfaceBrush and ICompositionDrawingSurface into a single object ( #12097 )
...
* [Fabric] Remove runtime classes in CompositionSwitcher
* fix
* Change files
* Merge ISurfaceBrush and ICompositionDrawingSurface
* Change files
* desktop fix
* format
2023-09-06 00:09:55 +00:00
dependabot[bot]
f859b4ccfa
📦 Bump @types/xml-parser from 1.2.30 to 1.2.31 ( #12101 )
...
Bumps [@types/xml-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/xml-parser ) from 1.2.30 to 1.2.31.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/xml-parser )
---
updated-dependencies:
- dependency-name: "@types/xml-parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 09:52:14 -07:00
dependabot[bot]
54a4380883
📦 Bump @babel/eslint-parser from 7.22.10 to 7.22.15 ( #12104 )
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.22.10 to 7.22.15.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.15/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 09:51:49 -07:00
dependabot[bot]
9bb213097b
📦 Bump @types/react from 18.2.19 to 18.2.21 ( #12102 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.2.19 to 18.2.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 09:51:31 -07:00
React-Native-Windows Bot
305772316c
applying package updates ***NO_CI***
2023-09-01 05:13:32 +00:00
Julio César Rocha
7f99d6048a
Skip networking Cxx modules if turbo modules are requested ( #12083 )
...
* Conditionally register Blob TurboModule
* Skip networking Cxx modules if UseWindowsAbi is set
* Change files
* Also skip FileReader module where appropriate
* Replace UseWindowsAbi with OmitNetworkingCxxModules
* Define DevSettings::omitNetworkingCxxModules
* Also omit the HTTP module if Blob.DisableModule is set
2023-08-31 14:40:50 -07:00
dependabot[bot]
33d04be892
📦 Bump @babel/preset-env from 7.22.10 to 7.22.14 ( #12095 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.22.10 to 7.22.14.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.14/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-31 08:29:38 -07:00
dependabot[bot]
1a490c19bb
📦 Bump applicationinsights from 2.7.0 to 2.7.3 ( #12096 )
...
Bumps [applicationinsights](https://github.com/microsoft/ApplicationInsights-node.js ) from 2.7.0 to 2.7.3.
- [Release notes](https://github.com/microsoft/ApplicationInsights-node.js/releases )
- [Commits](https://github.com/microsoft/ApplicationInsights-node.js/compare/2.7.0...2.7.3 )
---
updated-dependencies:
- dependency-name: applicationinsights
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-31 08:29:15 -07:00
dependabot[bot]
88daab60a4
📦 Bump chai from 4.3.7 to 4.3.8 ( #12066 )
...
Bumps [chai](https://github.com/chaijs/chai ) from 4.3.7 to 4.3.8.
- [Release notes](https://github.com/chaijs/chai/releases )
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md )
- [Commits](https://github.com/chaijs/chai/compare/v4.3.7...v4.3.8 )
---
updated-dependencies:
- dependency-name: chai
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chiara Mooney <34109996+chiaramooney@users.noreply.github.com>
2023-08-31 05:51:51 +00:00
React-Native-Windows Bot
f0f27a60fa
applying package updates ***NO_CI***
2023-08-31 05:13:20 +00:00
Andrew Coates
003dc5b1ab
[Fabric] Remove runtime classes in CompositionSwitcher ( #12090 )
2023-08-30 13:36:30 -07:00
dependabot[bot]
4b52eb7098
📦 Bump @types/jest from 29.5.3 to 29.5.4 ( #12088 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 29.5.3 to 29.5.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 09:10:17 -07:00
dependabot[bot]
4391b547c8
📦 Bump node-fetch from 2.6.12 to 2.7.0 ( #12091 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.12 to 2.7.0.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.12...v2.7.0 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 09:10:00 -07:00
React-Native-Windows Bot
9bba037ded
applying package updates ***NO_CI***
2023-08-30 05:12:57 +00:00
Eric Rozell
97a386c3f9
Fix bug when blur command received on node without XamlRoot ( #12051 )
...
## Description
### Type of Change
_Erase all that don't apply._
- Bug fix (non-breaking change which fixes an issue)
### Why
We are seeing crashes on quit when the blur command is called roughly around the same time that the React instance is being shut down. It's likely because the result of tryGetXamlRoot is null.
### What
This change falls back on the GetFocusedElement() overload without any parameters if the XamlRoot is null, as supplying a null parameter will result in a NPE.
## Testing
It's a tricky race condition to repro, but I did validate that passing a null XamlRoot value to `FocusManager::GetFocusedElement(XamlRoot)` will throw an exception.
## Changelog
Should this change be included in the release notes: _yes_
Fix for NPE when blur command is received while React instance is shutting down.
2023-08-29 10:15:44 -07:00
dependabot[bot]
8cc5e9de25
📦 Bump @jest/environment from 29.6.2 to 29.6.4 ( #12089 )
...
Bumps [@jest/environment](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment ) from 29.6.2 to 29.6.4.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest-environment )
---
updated-dependencies:
- dependency-name: "@jest/environment"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 09:56:22 -07:00
Tatiana Kapos
3e17aa8438
[Fabric] Fix textinput crashing when app is minimized ( #12059 )
...
* fix crash
* Change files
* simplify math
* add check to DrawText
* remove comment
2023-08-29 08:21:11 -07:00
React-Native-Windows Bot
61ea6de486
applying package updates ***NO_CI***
2023-08-29 05:13:38 +00:00
Yajur Grover
ae282e6dd9
Integrate RN Nightly Build 7/28 ( #11970 )
...
* resolved merge conflicts and build errors
* Change files
* change file and formatting
* updated snapshot
* edited tester list
* updated snapshots
* updated lockfile
* fixed syntax error
* Revert "updated snapshots"
This reverts commit 19bfa39016
.
* resolved linting errors
* Update to use newly renamed `@react-native/babel-preset` and `@react-native/metro-babel-transformer`
* fix changefiles
* ran universal unit tests
* Switch to ensure usage of @react-native/metro-config
* Workaround for null coalesing operator issue
---------
Co-authored-by: Yajur Grover <yajurgrover@microsoft.com>
Co-authored-by: TatianaKapos <tatianakapos@microsoft.com>
Co-authored-by: Jon Thysell <jthysell@microsoft.com>
2023-08-28 17:56:59 -07:00
dependabot[bot]
09995c807d
📦 Bump jest from 29.6.2 to 29.6.4 ( #12068 )
...
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) from 29.6.2 to 29.6.4.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v29.6.4/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chiara Mooney <34109996+chiaramooney@users.noreply.github.com>
2023-08-28 11:06:11 -07:00
dependabot[bot]
2a0adf96f1
📦 Bump @babel/runtime from 7.22.10 to 7.22.11 ( #12085 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.22.10 to 7.22.11.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.22.11/packages/babel-runtime )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-28 11:05:35 -07:00
Chris Glein
2f7e8f31d2
Implements backgroundColor for Fabric's TextInput ( #12079 )
...
* Render background color on Text
Applies a fill rect to the composition visual
Fixes #11763
* Change files
* Protect color conversions from empty values
* Apply scale factor to fill rect
* Remove unneded ViewProps alias
* Render background color on Text
Applies a fill rect to the composition visual
Fixes #11763
* Change files
* Protect color conversions from empty values
* Apply scale factor to fill rect
* Remove unneded ViewProps alias
* Use isColorMeaningful
2023-08-28 10:33:17 -07:00