mkdocs / mkdocs-bootstrap

MkDocs Bootstrap Theme
http://mkdocs.github.io/mkdocs-bootstrap/
BSD 2-Clause "Simplified" License
84 stars 36 forks source link

Update jQuery to latest version of v1.x #23

Closed coliff closed 4 years ago

coliff commented 6 years ago

As used by the official Bootstrap basic template: https://getbootstrap.com/docs/3.3/getting-started/#template

If we wanted to drop IE8 support (as its market share is less than 0.01% and its unsupported by Microsoft) then we could use jQuery 3.3.1 instead which is smaller and safer (jQuery 1.x is no longer supported and has some potential XSS exploits)

oxr463 commented 6 years ago

Upgrading to jQuery 3.3.1 (https://code.jquery.com/jquery-3.3.1.slim.min.js), is required before we can update to Bootstrap 4.1.3 (https://github.com/mkdocs/mkdocs-bootstrap/pull/27).

waylan commented 4 years ago

This is no longer relevant, as the JS is provided by the parent theme, mkdocs, which this inherits from.