Browse Source

Update jq version #4254

pull/4381/head
Jack Lukic 8 years ago
parent
commit
2092e07150
2 changed files with 2 additions and 1 deletions
  1. 1
      RELEASE-NOTES.md
  2. 2
      package.json

1
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

2
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",

Loading…
Cancel
Save