Fixes
- Memory leak in
AnimatedPropsconstructor - Modal animation performance significantly improved
Improvements
inertattribute now included in forwarded accessibility props
Unclaimed project
Are you a maintainer of react-native-web? Claim this project to take control of your public changelog and roadmap.
Changelog
Cross-platform React UI packages
Last updated 5 months ago
AnimatedProps constructorinert attribute now included in forwarded accessibility propsFull Changelog: https://github.com/necolas/react-native-web/compare/0.21.0...0.21.1
These are fixes but also potentially breaking changes.
pointer-events: auto to children of elements using pointerEvents: 'box-none'.createPortal import from react-domFull Changelog: https://github.com/necolas/react-native-web/compare/0.20.0...0.21.0
findNodeHandle is no longer supported on web.Best compatibility: react-native@>=0.71
createRoot support.Animated to support React 18, including new AnimatedColor node.ScrollView to Class component for React 18 support.'button' and 'paragraph' role to equivalent semantic HTML elements.Accessibility improvements and breaking changes to unstable APIs.
accessibilityRole="menuitem". It no longer adds elements to the tab flow.View and Text with accessibilityRole="link". Only requires addition of href prop.unstable_createElement element-type inference...This release includes Flow type exports, updates vendored modules, and miscellaneous bug fixes.
Animated & VirtualizedList have been updated from React Native.Dimensions has changed the source of window dimensions and works more reliably in Safari.NativeEventEmitter no longer inherits from EventEmitter and does not include the removeSubscription me...This release introduces improved accessibility features and new documentation. It includes relatively minor breaking changes.
I18nManager API has removed the isRTL and doLeftAndRightSwapInRTL properties. They must now be accessed using the getConstants() method, which returns an object with the same properties. This was an u...This is a relatively small release that introduces a couple of new features and makes a change to the default flexBasis value of View. There are no breaking API changes and it should be straight-forward to upgrade from 0.13. Thank you to Twitter Engineering and everyone else who tested and helped to improve the 0.14 release.
Re...