diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index d36bfa5d3..df6356b8b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -7,6 +7,7 @@ - **Dropdown** - Using `search selection` with `selectOnKeydown` will now highlight the partial search matching the currently keyboard selected value **Bugs** +- **NPM** - Fixed `package.json` to allow either jQuery `2.x` or `3.x` #4254 - **Button/Dropdown** - Fixed issue where `ui dropdown button` could have incorrect spacing for dropdown icon - **Button** - Fixed `vertical buttons` with only 1 button having incorrect border radius **Thanks @Denhai** #4107 - **Grid** - Fixed issue where `(x) aligned column` inside a `(x) aligned row` would not properly apply the `column` alignment diff --git a/package.json b/package.json index dad7ba1e4..6bcd347ef 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "gulp-uglify": "^1.5.3", "gulp-util": "^3.0.7", "gulp-watch": "^4.3.5", - "jquery": "^2.2.3", + "jquery": "^2.2.3 || ^3.0.0", "map-stream": "^0.1.0", "merge-stream": "^1.0.0", "mkdirp": "^0.5.1",