This release fixes a regression that broke the mhchem MathJax extension on sites that use it, and also contains several updates related to the recent switch to HTTPS and the upcoming top bar redesign. Expect to possibly see a new stable release shortly, after the new top bar has been deployed to all SE sites.
New fixes in 1.48.0:
- mso342634: “Hot Meta Posts” with a 4-digit score wrap onto a second line (CSS)
- mso342361: Minor (funny) chat star bug for Hebrew text (CSS, chat only)
- mso338932: Touch laptop – “The snippet editor does not support touch devices.”
- mse294574: Unbroken line in preview text causes whole post block to side scroll (CSS, SE.com main site only)
- mse186748: Duplicate dialog close button causes preview to be too narrow (CSS)
- mse287473: Tooltip banner blinking for question closed by the user with the golden badge in small screens
- mse135710: Please show changed titles separately in edit diffs
- mse299086: HTTPS certificate error for meta redirect pages (meta..stackexchange.com)
- mse290496: Minor alignment issue in few of the Badge page's “Awarded to” text (CSS)
- mse295065: Clicking “flags remaining” should link to a user's flag history page
- mso345590: The Stack Exchange menu is partly covered by the scrollbar when the window is too narrow
Removed fixes:
- mse221304: Make all i.stack.imgur.com links protocol-relative (no longer needed)
- mso306325: The yellow star in the sprites.svg image looks “unfinished” (no longer needed)
- mse275976: Unable to see completed badges (fixed)
Other changes:
- Update all URLs in code and documentation to use HTTPS where possible.
- Per-site metas have moved from
meta.*.stackexchange.com
to*.meta.stackexchange.com
, update URLs and regexps to match. - Simplify the mse223725 HTTPS link fix, enable it regardless of current protocol and move it into general fixes.
- Slightly tweak the rounding algorithm for mso313853 to round the page number up when the page size is decreased (and down when it is increased).
- Fix: content filters were not always properly applied to content diffs in edit review and post histories.
- mse217779: Only partially fade out spoilers in diffs, as per https://meta.stackexchange.com/a/300859.
- math4130: Don't break the loading of other extensions like mhchem on chemistry.SE. (Possible regression due to MathJax upgrade.)
- Add
SOUP.getEventHandlers()
utility wrapper for the undocumentedjQuery._data()
function.