Skip to content

Commit

Permalink
Update jQuery to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Feb 16, 2018
1 parent 2ce1115 commit 595e4f1
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

### Enhancements

* Update jQuery to version `3.3.1`. [#1491](https://github.com/mmistakes/minimal-mistakes/issues/1491)

### Bug Fixes

* Focus Algolia search input after clicking on search toggle.
Expand Down
8 changes: 4 additions & 4 deletions assets/js/main.min.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions assets/js/vendor/jquery/jquery-3.2.1.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions assets/js/vendor/jquery/jquery-3.3.1.min.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion docs/_docs/18-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2018-02-16T15:12:42-05:00
last_modified_at: 2018-02-16T15:18:36-05:00
toc: true
---

## Unreleased

### Enhancements

* Update jQuery to version `3.3.1`. [#1491](https://github.com/mmistakes/minimal-mistakes/issues/1491)

### Bug Fixes

* Focus Algolia search input after clicking on search toggle.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"scripts": {
"uglify":
"uglifyjs assets/js/vendor/jquery/jquery-3.2.1.min.js assets/js/plugins/jquery.fitvids.js assets/js/plugins/jquery.greedy-navigation.js assets/js/plugins/jquery.magnific-popup.js assets/js/plugins/jquery.smooth-scroll.min.js assets/js/_main.js -c -m -o assets/js/main.min.js",
"uglifyjs assets/js/vendor/jquery/jquery-3.3.1.min.js assets/js/plugins/jquery.fitvids.js assets/js/plugins/jquery.greedy-navigation.js assets/js/plugins/jquery.magnific-popup.js assets/js/plugins/jquery.smooth-scroll.min.js assets/js/_main.js -c -m -o assets/js/main.min.js",
"add-banner": "node banner.js",
"watch:js":
"onchange \"assets/js/**/*.js\" -e \"assets/js/main.min.js\" -- npm run build:js",
Expand Down

0 comments on commit 595e4f1

Please sign in to comment.