Skip to content

Commit f68f97c

Browse files
authored
Merge pull request #64 from wikimedia/wmf6
Release v1.3.2-wmf.6
2 parents e7c3c0f + 4db3fdc commit f68f97c

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

Changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# eslint-plugin-jquery release history for Wikimedia fork of upstream project
22

3+
## v1.3.2-wmf.6
4+
* New rule: `no-box-model` (Ed Sanders)
5+
* New rule: `no-browser` (Ed Sanders)
6+
* New rule: `no-context-prop` (Ed Sanders)
7+
* New rule: `no-error-shorthand` (Ed Sanders)
8+
* New rule: `no-fx-interval` (Ed Sanders)
9+
* New rule: `no-hold-ready` (Ed Sanders)
10+
* New rule: `no-is-numeric` (Ed Sanders)
11+
* New rule: `no-load-shorthand` (Ed Sanders)
12+
* New rule: `no-now` (Ed Sanders)
13+
* New rule: `no-on-ready` (Ed Sanders)
14+
* New rule: `no-ready-shorthand` (Ed Sanders)
15+
* New rule: `no-selector-prop` (Ed Sanders)
16+
* New rule: `no-sub` (Ed Sanders)
17+
* New rule: `no-support` (Ed Sanders)
18+
* New rule: `no-unload-shorthand` (Ed Sanders)
19+
20+
* Bug: Fix `isjQuery` util to match `$`-prefixed properties (Ed Sanders)
21+
* Bug: Fix `isjQuery` to not match methods of jQuery properties (Ed Sanders)
22+
* Bug: Only catch `toggle(arg)` if `arg` is definitely not a boolean (Ed Sanders)
23+
24+
* Code: De-deduplicate rule generation (Ed Sanders)
25+
* Code: Remove useless export of traverse method (Ed Sanders)
26+
27+
328
## v1.3.2-wmf.5
429
* New rule: `no-animate-toggle` (Ed Sanders)
530
* Add "Prefer CSS transitions" to animation rule messages (Ed Sanders)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jquery",
3-
"version": "1.3.2-wmf.5",
3+
"version": "1.3.2-wmf.6",
44
"description": "Disallow jQuery functions with native equivalents.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)