|
1 | 1 | # Changes
|
2 | 2 |
|
| 3 | +## V2.0.1 |
| 4 | + |
| 5 | +- Allow Expressions in prop validators [(#96)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/96) |
| 6 | +- Dependency upgrades [(#95)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/95) |
| 7 | + |
3 | 8 | ## V2.0.0
|
| 9 | + |
4 | 10 | - Minor doc improvements [(#78)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/78)
|
5 | 11 | - Dev Dependency upgrades [(#89)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/89)
|
6 | 12 |
|
7 | 13 | ## V2.0.0-rc2
|
8 |
| -- Dev Dependency upgrades [(#88)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/88) |
9 | 14 |
|
| 15 | +- Dev Dependency upgrades [(#88)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/88) |
10 | 16 |
|
11 | 17 | ## V2.0.0-rc1
|
12 | 18 |
|
|
16 | 22 | ## V2.0.0-rc0
|
17 | 23 |
|
18 | 24 | ### 🚨 Breaking 🚨
|
| 25 | + |
19 | 26 | - This release removes support for Node 8 [(#80)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/80)
|
20 | 27 | - The `has-valid-accessibility-state` rule has been re-written to cover the new `accessibilityState` implementation [(#60)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/60)
|
21 | 28 | - Deprecates the `recommended` config and introduces new platform-specific configs [(#83)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/83)
|
22 | 29 |
|
23 | 30 | ### ✨ New Features ✨
|
| 31 | + |
24 | 32 | - Adds `has-valid-accessibility-value` rule for `accessibilityValue` prop [(#68)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/68)
|
25 | 33 | - Adds `has-valid-accessibility-actions` rule for `accessibilityActions` and `onAccessibilityAction` props [(#69)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/69)
|
26 | 34 | - Adds `has-valid-accessibility-ignores-invert-colors` rule for `accessibilityIgnoresInvertColors` [(#73)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/73)
|
27 | 35 | - Adds `has-accessibility-hint` for `accessibilityHint` [(#74)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/74)
|
28 | 36 |
|
29 | 37 | ### 🐛 Bugfixes 🐛
|
| 38 | + |
30 | 39 | - Removes `Touchable~` as a requirement for custom Touchable names [(#70)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/70)
|
31 | 40 | - Allows `Touchable`s without either `accessibilityRole` or both `accessibilityTraits` and `accessibilityComponentType` [(#81)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/81)
|
32 | 41 | - Removes `has-accessibility-label` rule [(#82)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/82)
|
33 | 42 |
|
34 | 43 | ## V1.3.1
|
| 44 | + |
35 | 45 | - Migrate to Babel v7 (to fix security issue) [(#67)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/67)
|
36 | 46 |
|
37 | 47 | ## V1.3.0
|
|
44 | 54 | - Adopted Prettier [(#51)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/51)
|
45 | 55 | - Dev Dependency upgrades [(#58)](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y/pull/58)
|
46 | 56 |
|
47 |
| - |
48 | 57 | ## V1.2.0
|
49 | 58 |
|
50 | 59 | - Updated `accessibilityState` to `accessibilityStates`
|
|
0 commit comments