Skip to content

Stable release v1.48.0

Latest
Compare
Choose a tag to compare
@vyznev vyznev released this 20 Sep 17:52
· 116 commits to master since this release

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:

Removed fixes:

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 undocumented jQuery._data() function.