|
| 1 | +## 2.8.0 (May 3, 2017) |
| 2 | +- Adds new copyright-header management tool |
| 3 | + |
| 4 | +## v2.7.4 (February 2, 2017) |
| 5 | +- Add new classname prefixes to CSS documentation: `pw-` and `qa-` |
| 6 | +- Add links to alternative CSSComb text editor plugins |
| 7 | +- Fix `lint-md` to work properly on Node.js v6+ |
| 8 | + |
| 9 | +## v2.7.3 |
| 10 | +- Temporarily disable `spaced-comment` errors, until Astro release builds comply |
| 11 | + with this rule. |
| 12 | + |
| 13 | +## v2.7.2 |
| 14 | +- Temporarily downgrade `spaced-comment` errors to warning level, until Astro |
| 15 | + release builds comply with this rule. |
| 16 | + |
| 17 | +## v2.7.1 |
| 18 | +- Re-organized and cleaned up markdown linting files |
| 19 | +- Switched to using `no-duplicate-headings-in-section` (instead of |
| 20 | + `no-duplicate-headings`) |
| 21 | +- Add `spaced-comment` rule enforcement to ES5 and legacy (ESLint 1.x or lower) |
| 22 | + linting [#132](https://github.com/mobify/mobify-code-style/pull/132) |
| 23 | + |
| 24 | +## v2.7.0 |
| 25 | +- Remove `variable-for-property` rule from sass-lint |
| 26 | +- Adds markdown linting via `lint-md` script |
| 27 | +- Add ESLint and Atom Text integration how-to doc |
| 28 | + |
| 29 | +## v2.6.0 |
| 30 | +- Remove `variable-for-property` rule from sass-lint |
| 31 | + [#126](https://github.com/mobify/mobify-code-style/pull/126) |
| 32 | +- Add the eslint jsx-a11y plugin through a new `mobify-es6-react-a11y` |
| 33 | + configuration [#129](https://github.com/mobify/mobify-code-style/pull/129) |
| 34 | + |
| 35 | +## v2.5.3 |
| 36 | +- Fix #123 by using react/jsx-wrap-multilines rule |
| 37 | +- Migrate CSSComb documentation from Confluence to code style repo |
| 38 | + |
| 39 | +## v2.5.2 |
| 40 | +- Fix #43 by updating all underlines in Sass code examples |
| 41 | +- Fix #114 by removing invalid options from CSSComb config file |
| 42 | +- Add a React rule to make sure propTypes are ordered, required ones declared |
| 43 | + first and callbacks (e.g. onChange) declared last. |
| 44 | +- Update ES6 indent rule on switch statements |
| 45 | +- Add ignore patterns for unused vars/args to the React configuration |
| 46 | +- Ignore non-JS files and node\_modules in the ES6 import module |
| 47 | +- Add a new ES5 configuration ported to ESLint 2 and up |
| 48 | + |
| 49 | +## v2.5.1 |
| 50 | +- Update line length to 200 |
| 51 | +- Remove rule for no-unresolved import |
| 52 | +- Remove 'strict' rule for modules |
| 53 | + |
| 54 | +## v2.5.0 |
| 55 | +- Add an ES6 and JSX standard with lint rules. |
| 56 | + |
| 57 | +## v2.4.4 |
| 58 | +- Add a template for code-style PRs |
| 59 | +- Go meta! Add some templates of GitHub templates for contributing, issues, and |
| 60 | + PRs that can be used on other Mobify repos |
| 61 | + |
| 62 | +## v2.4.3 |
| 63 | +- Add eslint rule + doc entry regarding trailing commas |
| 64 | + |
| 65 | +## v2.4.2 |
| 66 | +- Add/update documentation for Sass-Lint |
| 67 | + |
| 68 | +## v2.4.1 |
| 69 | +- Fix some bugs with sass-lint config |
| 70 | + |
| 71 | +## v2.4.0 |
| 72 | +- Add a sass-lint config file |
| 73 | + |
| 74 | +## v2.3.7 |
| 75 | +- Add Writing Checklist |
| 76 | +- Fix doc error wrt function expression hoisting |
| 77 | +- Add some more JS code style to the docs |
| 78 | + |
| 79 | +## v2.3.6 |
| 80 | +- Change CSScomb rule: null leading-zero rule due to CSScomb bug |
| 81 | + |
| 82 | +## v2.3.5 |
| 83 | +- Add Sass documentation about placeholders and `@extends` |
| 84 | +- Add CSS documentation on l10n and i18n best practices |
| 85 | + |
| 86 | +## v2.3.4 |
| 87 | +- Patch CSSComb and scss-lint rules for compatibility |
| 88 | +- LeadingZero aligned to enabled |
| 89 | +- Tweaked property ordering |
| 90 | +- NameFormat to match BEM |
| 91 | +- NestingDepth upped to 4 |
| 92 | +- color and background-color properties no longer require explicit Sass |
| 93 | + variables |
| 94 | + |
| 95 | +## v2.3.3 |
| 96 | +- Change scss-lint rule: disable the quotes rules |
| 97 | +- Change CSScomb rule: disable the quotes rules |
| 98 | + |
| 99 | +## v2.3.2 |
| 100 | +- Update documentation: "Tools & Frameworks" section in the CSS introduction |
| 101 | + |
| 102 | +## v2.3.1 |
| 103 | +- Add an eslint config file for production-ready JS |
| 104 | + |
| 105 | +## v2.3.0 |
| 106 | +- Add CSSComb |
| 107 | +- Update documentation |
| 108 | +- Update SCSS-lint to 0.42.2 |
| 109 | + |
| 110 | +## v2.2.4 |
| 111 | +- Remove the unnecessary parens rule |
| 112 | + |
| 113 | +## v2.2.3 |
| 114 | +- Restrict the unnecessary parens rule to functions |
| 115 | + |
| 116 | +## v2.2.2 |
| 117 | +- Remove enforcement of 'max-statements' and 'max-params' JS rules |
| 118 | + |
| 119 | +## v2.2.1 |
| 120 | +- Cumulative patch release |
| 121 | +- Update SCSS-lint to 0.40.1 |
| 122 | + |
| 123 | +## v2.2.0 |
| 124 | +- Fixes eslint config to play nicely with Atom's linter-eslint package |
| 125 | +- Adds an eslint config reset file so that our ruleset is an override |
| 126 | + |
| 127 | +## v2.1.1 |
| 128 | +- Re-publish to work-around NPM issue |
| 129 | + |
| 130 | +## v2.1.0 |
| 131 | +- Add new rules to .eslintrc to closer match our JS style guidelines. |
| 132 | + |
| 133 | +## v2.0.1 |
| 134 | +- Adds .eslintrc to allow usage of ESLint |
| 135 | +- Adds Java code style guide |
| 136 | +- Updates to CSS hybrid project conventions |
0 commit comments