marcocesarato / react-native-input-spinner

An extensible input number spinner component for react-native highly customizable. This component enhance a text input for entering numeric values, with increase and decrease buttons.
https://marcocesarato.github.io/react-native-input-spinner/
GNU General Public License v3.0
414 stars 34 forks source link

fix(deps): update dependency react-native-web to ~0.19.0 #94

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-web ~0.18.0 -> ~0.19.0 age adoption passing confidence

Release Notes

necolas/react-native-web ### [`v0.19.5`](https://togithub.com/necolas/react-native-web/compare/0.19.4...0.19.5) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.19.4...0.19.5) ### [`v0.19.4`](https://togithub.com/necolas/react-native-web/compare/0.19.3...0.19.4) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.19.3...0.19.4) ### [`v0.19.3`](https://togithub.com/necolas/react-native-web/compare/0.19.2...0.19.3) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.19.2...0.19.3) ### [`v0.19.2`](https://togithub.com/necolas/react-native-web/compare/0.19.1...0.19.2) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.19.1...0.19.2) ### [`v0.19.1`](https://togithub.com/necolas/react-native-web/compare/0.19.0...0.19.1) [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.19.0...0.19.1) ### [`v0.19.0`](https://togithub.com/necolas/react-native-web/releases/tag/0.19.0): 0.19 [Compare Source](https://togithub.com/necolas/react-native-web/compare/0.18.12...0.19.0) 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 `` support for `tintColor` prop. - \[add] Add `` support for `enterKeyHint` prop. - \[add] Add `` support for `inputMode` prop. - \[add] Add `` support for `readOnly` prop. - \[add] Add `` 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 `` style `resizeMode`. Use `resizeMode` prop. - \[change] Deprecate `` style `tintColor`. Use `tintColor` prop. - \[change] Deprecate `` prop `keyboardType`. Use `inputMode` prop. - \[change] Deprecate `` prop `returnKeyType`. Use `enterKeyHint` prop. - \[change] Deprecate `` prop `editable`. Use `readOnly` prop. - \[change] Deprecate `` 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] `` is `position:relative` by default. - \[change] Add task queue for `InteractionManager`. #### Fixes - \[fix] `Animated` now works with compiled styles. - \[fix] Text inheritance of `textAlign`.

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.



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