1. 19 8月, 2020 6 次提交
    • T
      v9.5.3-canary.10 · 25fa1653
      Tim Neutkens 提交于
      25fa1653
    • A
      Add at attribute to image preload link (#16328) · 7198cbe0
      Alex Castle 提交于
      Fixes a small error in the image preload post-processor. Adds a needed 'as' attribute to the link.
      7198cbe0
    • J
      v9.5.3-canary.9 · fe61948d
      Joe Haddad 提交于
      fe61948d
    • J
      Add `<link>` attributes in proper order (#16319) · ec07bf12
      Joe Haddad 提交于
      1. `as` should be set before `rel` in case of `preload` or `prefetch`
      2. `href` should be after `onload` and `onerror`
      ec07bf12
    • J
      Force browser to recompute layout on page nav (#16318) · 5f975500
      Joe Haddad 提交于
      This fixes an edge case where every dozen or so transitions you'll see a flash depending on what's happening on the main thread at the time.
      
      I'm not sure it's possible to test for this case, so we'll just have to do more field testing with this.
      5f975500
    • J
      Replace broken `prop-types-exact` package (#15953) · ff33e07a
      Joe Haddad 提交于
      This PR replaces `prop-types-exact` (only used in this location) with manual property checking.
      
      Right now, malformed properties sent to `<Link>` are silently handled and only emit a warning in the console.
      This leads to confusing/unexpected errors because we try to read a value that is undefined.
      
      To fix this, we'll now throw a proper error when `<Link>` is misused. **This still isn't optimal, however, because we don't have a component stack trace we can give the user**.
      We're not going to be able to give the user actionable instructions until React 16.14 at a minimum.
      
      ---
      
      Fixes #13951
      Fixes #16107
      Closes #13962
      ff33e07a
  2. 18 8月, 2020 17 次提交
  3. 17 8月, 2020 4 次提交
  4. 16 8月, 2020 3 次提交
  5. 15 8月, 2020 3 次提交
  6. 14 8月, 2020 7 次提交