|
| 1 | +10.0.0 / 2016-08-01 |
| 2 | +================== |
| 3 | +- [breaking] enable jsx-a11y rules: |
| 4 | + - `jsx-a11y/heading-has-content` |
| 5 | + - `jsx-a11y/html-has-lang` |
| 6 | + - `jsx-a11y/lang` |
| 7 | + - `jsx-a11y/no-marquee` |
| 8 | + - `jsx-a11y/scope` |
| 9 | + - `jsx-a11y/href-no-hash` |
| 10 | + - `jsx-a11y/label-has-for` |
| 11 | +- [breaking] enable aria rules: |
| 12 | + - `jsx-a11y/aria-props` |
| 13 | + - `jsx-a11y/aria-proptypes` |
| 14 | + - `jsx-a11y/aria-unsupported-elements` |
| 15 | + - `jsx-a11y/role-has-required-aria-props` |
| 16 | + - `jsx-a11y/role-supports-aria-props` |
| 17 | +- [breaking] enable react rules: |
| 18 | + - `react/jsx-filename-extension` |
| 19 | + - `react/jsx-no-comment-textnodes` |
| 20 | + - `react/jsx-no-target-blank` |
| 21 | + - `react/require-extension` |
| 22 | + - `react/no-render-return-value` |
| 23 | + - `react/no-find-dom-node` |
| 24 | + - `react/no-deprecated` |
| 25 | +- [deps] [breaking] update `eslint` to v3, `eslint-config-airbnb-base` to v5, `eslint-find-rules`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y` to v2, `eslint-plugin-react` to v6, `tape`. drop node < 4 support. |
| 26 | +- [deps] update `eslint-config-airbnb-base`, `eslint-plugin-react`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `babel-tape-runner`, add `babel-preset-airbnb`. ensure react is `>=` 0.13.0 |
| 27 | +- [patch] loosen `jsx-pascal-case` rule to allow all caps component names |
| 28 | +- [tests] stop testing < node 4 |
| 29 | +- [tests] use `in-publish` because coffeescript screwed up the prepublish script for everyone |
| 30 | +- [tests] Only run `eslint-find-rules` on prepublish, not in tests |
| 31 | +- [tests] Even though the base config may not be up to date in the main package, let’s `npm link` the base package into the main one for the sake of travis-ci tests |
| 32 | +- [docs] update the peer dep install command to dynamically look up the right version numbers when installing peer deps |
| 33 | +- add `safe-publish-latest` to `prepublish` |
| 34 | + |
1 | 35 | 9.0.1 / 2016-05-08
|
2 | 36 | ==================
|
3 | 37 | - [patch] update `eslint-config-airbnb-base` to v3.0.1
|
|
0 commit comments