react v16.6.1 Release Notes

Release Date: 2018-11-06 // over 5 years ago
  • React DOM

    • Fallback should not remount every time a promise resolves. (@acdlite in #14083)
    • ๐Ÿ›  Fix bug where Suspense keeps showing fallback even after everything finishes loading. (@acdlite in #14083)
    • ๐Ÿ›  Fix a crash when Suspense finishes loading in IE11. (@sophiebits in #14126)
    • ๐Ÿ›  Fix unresolved default props in lifecycle methods of a lazy component. (@gaearon in #14112)
    • ๐Ÿ›  Fix bug when recovering from an error thrown during complete phase. (@gaearon in #14104)

    โฑ Scheduler (Experimental)

    • Switch from deadline object to shouldYield API. (@acdlite in #14025)