Skip to content

Releases: mdx-js/eslint-mdx

v1.1.0

21 Aug 07:53
v1.1.0
4b50e27
Compare
Choose a tag to compare

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

13 Aug 03:00
Compare
Choose a tag to compare

0.11.2 (2019-08-13)

Bug Fixes

  • use <$> instead of <> to wrap jsx blocks for parsing (#41) (3ea2d99)

v0.11.1

12 Aug 03:35
Compare
Choose a tag to compare

0.11.1 (2019-08-12)

Note: Version bump only for package eslint-mdx

v0.11.0

11 Aug 13:40
Compare
Choose a tag to compare

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

11 Aug 04:57
Compare
Choose a tag to compare

0.10.0 (2019-08-11)

Features

  • remove deprecated functions, test coverage 100% (fd2694e)

v0.9.11

10 Aug 14:38
Compare
Choose a tag to compare

0.9.11 (2019-08-10)

Note: Version bump only for package eslint-mdx

v0.9.10

10 Aug 11:11
Compare
Choose a tag to compare

0.9.10 (2019-08-10)

Note: Version bump only for package eslint-mdx

v0.9.9

10 Aug 06:08
Compare
Choose a tag to compare

0.9.9 (2019-08-10)

Bug Fixes

  • incorrect jsx html comment end location (67b74b5)

v0.9.8

10 Aug 04:02
Compare
Choose a tag to compare

0.9.8 (2019-08-10)

Bug Fixes

  • handler jsx parsing error, correct column info (3b4797d)

v0.9.6

07 Aug 10:19
849cb28
Compare
Choose a tag to compare

0.9.6 (2019-08-07)

Bug Fixes

  • custom parser resolved undefined error (1bbb1ff)