Tags: ConnectionMaster/wp-calypso
Tags
Fix: http-envelope-normalizer: return request object (Automattic#13882) Resolves Automattic#13791 This wrapper appears to try and detect error-like messages in responses from `wpcom.js` calls and turn them into proper JavaScript `Error`s. Previously however instead of returning the request object it created it was returning `undefined`. `wpcom.js` is supposed to return _either_ an XHR object _or_ a promise for the request. In this case, any code depending on the return value (XHR updloads, promise resolvers, etc...) would throw a `TypeError` because `undefined` has no properties. Now the code _returns_ the augmented request object instead of merely _calling_ it. cc: @retrofox
Merge pull request Automattic#8463 from Automattic/add/reader/refresh… …-new-card-component-take-2 Reader: Add new thumbnail and excerpt component for Refresh
Disabling 'rubberband-scroll-disable' so Desktop app won't get stuck … …trying to scroll up
Disabling on Desktop as it blocks the ability to scroll up
Fix device icon margin when showExternal is false (Automattic#7051)
PreviousNext