This repository was archived by the owner on Apr 16, 2019. It is now read-only.
fix(deps): update dependency react-native-web to v0.11.2 #45
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.10
->0.11.2
Release Notes
necolas/react-native-web
v0.11.2
Compare Source
v0.11.1
Compare Source
v0.11.0
Compare Source
This release includes: a refactor of StyleSheet internals to improve browser layout times; improved compatibility with React Native; reduced bundle sizes in worse-case-scenario; and improved text truncation capabilities in supporting browsers.
Breaking changes
9f860b8
andd4417e9
)export default
from the ESM entry point, to help with tree-shaking (69bd0f6
)ART
from the exports to reduce CJS bundle size (3d3ea9a
)resizeMode
static fromImage
(49edcb2
)outline
withoutline{Color,Style,Width}
styles (f048d84
)animationName
withanimationKeyframes
style prop.Deprecations
className
prop onView
andText
is deprecated and will be removed shortly (d50f630
)New features
TextInput
support foronContentSizeChange
, by @awinograd (67979b7
)Text
support fornumberOfLines
prop value greater than1
. Only supported in WebKit and Blink browsers; limited localization support (f048d84
)Fixes
2a418be
)NativeEventEmitter
implementation, by @EvanBacon (9ce2b5b
)textShadowBlur
andtextShadowColor
are provided, by @SKAhack (cf7b020
)maxWidth
withText
usingnumberOfLines
prop.null
values for style props now produces improved compatibility with React Native rendering.Appendix
v0.10.1
Compare Source
v0.10.0
Compare Source
This release includes accessibility, measurement, performance and reliability improvements.
Breaking changes
onLayout
have been fixed but if you are depending on bugs in the prior implementation you may experience breaking changes. The dimension values will now include border size; the position values will now include transforms. (93eb3f0
)TextInput
events no longer include thewhich
property. (8925bf7
)New features
accessibilityRole
andaccessibilityStates
props (4040151
)Fixes
The following fixes were included in 0.9.x patch releases, and I want to bring attention to them in these release notes. Thank you to the people who contributed these improvements.
applyLayout
registry (ad188a7
by @comp615)ResizeObserver
polyfill performance (d31bdf2
by @comp615)Clipboard.isAvailable()
value to avoid forced style calculation in Chrome (5855e55
by @comp615)4b9a5fd
and1b7ce4e
by @giuseppeg)node.getBoundingClientRect
ifnativeEvent.location{X,Y}
is accessed (40c433c
by @hushicai)2b77bfd
by @sayrer)v0.9.13
Compare Source
v0.9.12
Compare Source
v0.9.11
Compare Source
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.