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

fix(deps): update dependency react-native-web to v0.19.12 #561

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-web 0.18.10 -> 0.19.12 age adoption passing confidence

Release Notes

necolas/react-native-web (react-native-web)

v0.19.12

Compare Source

v0.19.11

Compare Source

v0.19.10

Compare Source

v0.19.9

Compare Source

v0.19.8

Compare Source

v0.19.7

Compare Source

v0.19.6

Compare Source

v0.19.5

Compare Source

v0.19.4

Compare Source

v0.19.3

Compare Source

v0.19.2

Compare Source

v0.19.1

Compare Source

v0.19.0: 0.19

Compare Source

Best compatibility: react-native@>=0.71

React 18 support

  • [change] React 18 createRoot support.
  • [change] Update Animated to support React 18, including new AnimatedColor node.
  • [change] Update ScrollView to Class component for React 18 support.

New features

  • [add] Map 'button' and 'paragraph' role to equivalent semantic HTML elements.
  • [add] Add support for aria-* props.
  • [add] Add support for role prop.
  • [add] Add support for id prop.
  • [add] Add support for tabIndex prop (only values 0 and -1).
  • [add] Support for PointerEvent props.
  • [add] Add support for pointerEvents style.
  • [add] Add support for userSelect style.
  • [add] Add polyfilled support for W3C logical styles (e.g., insetInline.)
  • [add] Add <Image> support for tintColor prop.
  • [add] Add <TextInput> support for enterKeyHint prop.
  • [add] Add <TextInput> support for inputMode prop.
  • [add] Add <TextInput> support for readOnly prop.
  • [add] Add <TextInput> support for rows prop.

Deprecations

  • [change] Deprecate Touchable* components. Use Pressable.
  • [change] Deprecate Button component. Use Pressable.
  • [change] Deprecate StyleSheet.compose(). Use style array syntax.
  • [change] Deprecate accessibility* props. Use aria-* and role props.
  • [change] Deprecate nativeId prop. Use id prop.
  • [change] Deprecate focusable props. Use tabIndex prop.
  • [change] Deprecate pointerEvents prop. Use pointerEvents style.
  • [change] Deprecate selectable prop. Use userSelect style.
  • [change] Deprecate fontVariant style array values. Use space-separated string values.
  • [change] Deprecate textAlignVertical style. Use verticalAlign style.
  • [change] Deprecate transform style array values. Use space-separated string functions.
  • [change] Deprecate non-standard logical styles, e.g., 'marginStart'.
  • [change] Deprecate <Image> style resizeMode. Use resizeMode prop.
  • [change] Deprecate <Image> style tintColor. Use tintColor prop.
  • [change] Deprecate <TextInput> prop keyboardType. Use inputMode prop.
  • [change] Deprecate <TextInput> prop returnKeyType. Use enterKeyHint prop.
  • [change] Deprecate <TextInput> prop editable. Use readOnly prop.
  • [change] Deprecate <TextInput> prop numberOfLines. Use rows prop.
  • [change] Deprecate BackHandler API.

Breaking changes

  • [change] Remove previously deprecated Android/iOS platform-specific exports.
  • [change] Remove previously deprecated setNativeProps API.
  • [change] Remove previously deprecated AppState.removeListener API.
  • [change] <Text> is position:relative by default.
  • [change] Add task queue for InteractionManager.

Fixes

  • [fix] Animated now works with compiled styles.
  • [fix] Text inheritance of textAlign.

v0.18.12

Compare Source

v0.18.11

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.18.12 fix(deps): update dependency react-native-web to v0.19.0 Mar 27, 2023
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from da25cb5 to 978d770 Compare March 27, 2023 21:46
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.19.0 fix(deps): update dependency react-native-web to v0.19.1 Mar 28, 2023
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from 978d770 to 0e0d084 Compare March 28, 2023 00:12
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.19.1 fix(deps): update dependency react-native-web to v0.19.2 Apr 5, 2023
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from 0e0d084 to 3aa66d9 Compare April 5, 2023 18:18
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.19.2 fix(deps): update dependency react-native-web to v0.19.4 Apr 12, 2023
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch 2 times, most recently from 0813d72 to 2226dc3 Compare April 18, 2023 09:14
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.19.4 fix(deps): update dependency react-native-web to v0.19.5 Jun 16, 2023
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from 2226dc3 to b3aecc5 Compare June 16, 2023 04:05
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from b3aecc5 to 5b2a927 Compare June 28, 2023 22:44
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.19.5 fix(deps): update dependency react-native-web to v0.19.6 Jun 28, 2023
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.19.6 fix(deps): update dependency react-native-web to v0.19.7 Jul 20, 2023
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from 5b2a927 to d15446c Compare July 20, 2023 22:53
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.19.7 fix(deps): update dependency react-native-web to v0.19.8 Aug 24, 2023
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from d15446c to 406e304 Compare August 24, 2023 23:55
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from 406e304 to d96905e Compare October 1, 2023 17:32
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.19.8 fix(deps): update dependency react-native-web to v0.19.9 Oct 1, 2023
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from d96905e to 02f227d Compare October 26, 2023 14:39
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from 02f227d to 7c14cc3 Compare December 24, 2023 22:44
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.19.9 fix(deps): update dependency react-native-web to v0.19.10 Dec 24, 2023
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from 7c14cc3 to a14e27e Compare April 22, 2024 20:24
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.19.10 fix(deps): update dependency react-native-web to v0.19.11 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from a14e27e to da512ff Compare May 22, 2024 11:43
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.19.11 fix(deps): update dependency react-native-web to v0.19.12 May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants