Bug Fixes
- Fix
contentEditable
throwing when set to undefined/null (#2927, thanks @marvinhagemeister) - Compat: Add basic shims for some scheduler functions (#2912, thanks @marvinhagemeister)
- Add
jsx-dev-runtime
package entry (#2920, thanks @sventschui) - Avoid overriding render method in
Suspense
(#2917, thanks @andrewiggins) - Fix updating suspended component (#2910, thanks @tanhauhau)
Maintenance
- Fix
Portal
test not cleaning up container (#2925, thanks @marvinhagemeister) - Fix tests in IE11 (#2924, thanks @marvinhagemeister)
- Fix karma IE11 target containing ES2015 syntax (#2923, thanks @marvinhagemeister)
- Upgrade
sinon
dependencies to fix IE11 Promise error (#2922, thanks @marvinhagemeister) - Fix SauceLabs runner (#2918, thanks @andrewiggins)
- Fix
karma
benchmarks not compiling (#2914, thanks @marvinhagemeister) - Remove
babel-loader
(#2911, thanks @andrewiggins) - Remove unused comment (#2909, thanks @marvinhagemeister)