Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2018

This PR contains the following updates:

Package Type Update Change References
react-native-web dependencies minor 0.9.10 -> 0.11.2 source

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

  • CSS output has changed to better optimize browser layout times (9f860b8 and d4417e9)
  • Remove export default from the ESM entry point, to help with tree-shaking (69bd0f6)
  • Remove ART from the exports to reduce CJS bundle size (3d3ea9a)
  • Remove resizeMode static from Image (49edcb2)
  • Replace outline with outline{Color,Style,Width} styles (f048d84)
  • Replace animationName with animationKeyframes style prop.

Deprecations

  • The className prop on View and Text is deprecated and will be removed shortly (d50f630)

New features

  • Add TextInput support for onContentSizeChange, by @​awinograd (67979b7)
  • Add Text support for numberOfLines prop value greater than 1. Only supported in WebKit and Blink browsers; limited localization support (f048d84)

Fixes

  • Organize unimplemented modules in directories to help reduce CJS build size, by @​EvanBacon (2a418be)
  • Fix the NativeEventEmitter implementation, by @​EvanBacon (9ce2b5b)
  • Allow text shadow to be set if only a textShadowBlur and textShadowColor are provided, by @​SKAhack (cf7b020)
  • Fix animation style prop types.
  • Fix use of maxWidth with Text using numberOfLines prop.
  • Passing null values for style props now produces improved compatibility with React Native rendering.

Appendix

  • StyleSheet refactor reduces browser layout times up to 30% in the stress tests.
  • StyleSheet refactor reduces HTML payload size for SRR, e.g., the size of the HTML produced by the Twitter PWA's home timeline screen is reduced from 25.56 KB to 21.35 KB (-16%) gzipped.

v0.10.1

Compare Source

v0.10.0

Compare Source

This release includes accessibility, measurement, performance and reliability improvements.

Breaking changes

  • The measurements provided by 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 the which property. (8925bf7)

New features

  • Support for the new accessibilityRole and accessibilityStates 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.

  • Fix a memory leak in the applyLayout registry (ad188a7 by @​comp615)
  • Only observe resizes for elements making use of the 'onLayout' prop which improves ResizeObserver polyfill performance (d31bdf2 by @​comp615)
  • Cache the Clipboard.isAvailable() value to avoid forced style calculation in Chrome (5855e55 by @​comp615)
  • Improve the performance of the modality style helper (4b9a5fd and 1b7ce4e by @​giuseppeg)
  • Only call node.getBoundingClientRect if nativeEvent.location{X,Y} is accessed (40c433c by @​hushicai)
  • Improve the performance of the style resolver for registered styles (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.


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

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

@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.9.12 fix(deps): update dependency react-native-web to v0.9.13 Jan 1, 2019
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from eebd63b to 64e5961 Compare January 1, 2019 01:34
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.9.13 fix(deps): update dependency react-native-web to v0.10.0 Jan 30, 2019
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from 64e5961 to 7ce52e7 Compare January 30, 2019 22:22
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.10.0 fix(deps): update dependency react-native-web to v0.10.1 Mar 7, 2019
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from 7ce52e7 to 5e814af Compare March 7, 2019 19:34
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.10.1 fix(deps): update dependency react-native-web to v0.11.0 Mar 13, 2019
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from 5e814af to 4cee1a7 Compare March 13, 2019 00:47
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.11.0 fix(deps): update dependency react-native-web to v0.11.1 Mar 15, 2019
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from 4cee1a7 to 91e2577 Compare March 15, 2019 21:10
@renovate renovate bot changed the title fix(deps): update dependency react-native-web to v0.11.1 fix(deps): update dependency react-native-web to v0.11.2 Mar 22, 2019
@renovate renovate bot force-pushed the renovate/react-native-web-0.x branch from 91e2577 to 1c172b3 Compare March 22, 2019 17:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant