Releases: mdx-js/eslint-mdx
Releases · mdx-js/eslint-mdx
v1.1.0
1.1.0 (2019-08-21)
Features
- feat: rename plugin to
eslint-plugin-mdx
, thanks to @azz (3c6fd15)
- feat: integrate with remark plugins without remark-lint, close #19 (4b50e27)
v0.11.2
0.11.2 (2019-08-13)
Bug Fixes
- use <$> instead of <> to wrap jsx blocks for parsing (#41) (3ea2d99)
v0.11.1
0.11.1 (2019-08-12)
Note: Version bump only for package eslint-mdx
v0.11.0
0.11.0 (2019-08-11)
Features
- all rebass components considered as global variables (a36a69b)
- overrides react/jsx-no-undef to allow globals (f7d5194)
- support top level JSX with blank lines (e59cbdc)
v0.10.0
0.10.0 (2019-08-11)
Features
- remove deprecated functions, test coverage 100% (fd2694e)
v0.9.11
0.9.11 (2019-08-10)
Note: Version bump only for package eslint-mdx
v0.9.10
0.9.10 (2019-08-10)
Note: Version bump only for package eslint-mdx
v0.9.9
0.9.9 (2019-08-10)
Bug Fixes
- incorrect jsx html comment end location (67b74b5)
v0.9.8
0.9.8 (2019-08-10)
Bug Fixes
- handler jsx parsing error, correct column info (3b4797d)
v0.9.6
0.9.6 (2019-08-07)
Bug Fixes
- custom parser resolved undefined error (1bbb1ff)