5.0.0 / 2023-10-12
October 12, 2023 ยท View on GitHub
- (Breaking) bump dependency on
@react-native/normalize-colorsto^0.73.0- this requires Node >= 18 - Explicitly require Node >= 18 via
engines
4.2.3 / 2023-10-12
- Use semver ranges for prop-types and invariant deps.
4.2.2 / 2023-10-12
- Restricted
@react-native/normalize-colorsdependency to<0.73.0to avoid a transitive Node >= 18 requirement.
4.2.1 / 2023-07-28
- Added
@flowso all modules can be imported without suppressing [untyped-import]
4.2.0 / 2023-07-18
- Add iOS 17 textContentType types (https://github.com/facebook/react-native-deprecated-modules/pull/23)
4.1.0 / 2023-04-19
- Added logical inset properties:
inset,insetBlock,insetBlockEnd,insetBlockStart,insetInline,insetInlineEnd,insetInlineStart(https://github.com/facebook/react-native-deprecated-modules/pull/12) - Added logical border properties:
borderEndEndRadius,borderEndStartRadius,borderStartEndRadius,borderStartStartRadius(https://github.com/facebook/react-native-deprecated-modules/pull/14) - Fixed
aria-livedeclaration. (https://github.com/facebook/react-native-deprecated-modules/pull/20)
4.0.0 / 2022-12-13
- Compatible with React Native 0.72
- Updated dependency from
@react-native/normalize-colorto@react-native/normalize-colorsdue to upstream renaming of such dependency, needed for compatibility with 0.72 - This major bump is needed as
react-native@0.71will still use@react-native/normalize-colorand we want users of 0.71 to continue depending on 3.0.1.
3.0.1 / 2022-12-02
- Compatible with React Native 0.71
- Improvements to
ImagePropTypes- Merged Android and default definitions.
- Included all of
ViewPropTypes. - Improved types for
defaultSourceandsource. - Added
alt,crossOrigin,height,referrerPolicy,src,srcSet,tintColor, andwidth. - Added
objectFittostyle.
- Improvements to
LayoutPropTypes- Changed
aspectRatioso it can be a string ratio. - Added
{margin,padding}{Block,Inline}{,End,Start}. - Added
columnGap,gap, androwGap.
- Changed
- Improvements to
TextInputPropTypes- Renamed
autoCompleteTypetoautoComplete. - Added many new valid values for
autoComplete. - Added
cursorColor,enterKeyHint,inputMode,lineBreakStrategyIOS,readOnly,rows, andsubmitBehavior.
- Renamed
- Improvements to
ViewAccessibility- Added many new valid values for
accessibilityRole. - Changed
accessibilityActionsto consist of objects, not strings.
- Added many new valid values for
- Improvements to
TextPropTypes- Added
accessibilityActions,accessibilityHint,accessibilityLabel,accessibilityLanguage,accessibilityRole,accessibilityState,aria-busy,aria-checked,aria-disabled,aria-expanded,aria-label,aria-labelledby,aria-selected,dynamicTypeRamp,id,lineBreakStrategyIOS,onAccessibilityAction, androle. - Added
onPressIn,onPressOut,onResponderGrant,onResponderMove,onResponderRelease,onResponderTerminate,onResponderTerminationRequest,onStartShouldSetResponder,onMoveShouldSetResponder, andonTextLayout. - Added numeric and named values for
fontWeightinstyle. - Added string and stylistic values for
fontVariantinstyle. - Added
userSelectandverticalAligninstyle.
- Added
- Improvements to
TransformPropTypes- Removed deprecated props:
decomposedMatrix,rotation,scaleX,scaleY,transformMatrix,translateX,translateY
- Removed deprecated props:
- Improvements to
ViewPropTypes- Changed
hitSlopto accept a number. - Added
accessibilityLabelledBy,accessibilityLanguage,aria-busy,aria-checked,aria-disabled,aria-expanded,aria-hidden,aria-label,aria-labelledby,aria-live,aria-modal,aria-selected,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext,focusable,id,nativeBackgroundAndroid,nativeForegroundAndroid,onAccessibilityEscape,onClick,role, andtabIndex. - Added mouse, pointer, focus, and touch event props.
- Added
borderCurveandpointerEventstostyle.
- Changed