Skip to content

Latest commit

 

History

History
132 lines (51 loc) · 5.93 KB

CHANGELOG.md

File metadata and controls

132 lines (51 loc) · 5.93 KB

1.1.4 (2022-01-04)

Bug Fixes

  • plugin-react: check for import React statement in .js files (#6320) (bd9e97b), closes #6148 #6148
  • plugin-react: restore-jsx bug when component name is lowercase (#6110) (ce65c56)

Features

  • plugin-react: check for api.reactBabel on other plugins (#5454) (2ab41b3)

1.1.3 (2021-12-13)

Bug Fixes

  • plugin-react: only detect preamble in hmr context (#6096) (8735294)

1.1.2 (2021-12-13)

Bug Fixes

  • ignore babel config when running restore-jsx (#6047) (9c2843c)

1.1.1 (2021-12-07)

1.1.0 (2021-11-22)

1.1.0-beta.1 (2021-11-19)

Bug Fixes

  • plugin-react: apply babel.plugins to project files only (#5255) (377d0be)
  • plugin-react: remove querystring from sourcemap filename (#5760) (d93a9fa)
  • plugin-react: restore usage of extension instead of id (#5761) (59471b1)
  • plugin-react: uncompiled JSX in linked pkgs (#5669) (41a7c9c)

1.1.0-beta.0 (2021-10-28)

Bug Fixes

  • plugin-react: avoid mangling the sourcemaps of virtual modules (#5421) (8556ffe)

1.0.6 (2021-10-25)

Bug Fixes

  • plugin-react: account for querystring in transform hook (#5333) (13c3813)

1.0.5 (2021-10-18)

Bug Fixes

1.0.4 (2021-10-11)

1.0.3 (2021-10-11)

Bug Fixes

1.0.2 (2021-10-05)

Bug Fixes

  • plugin-react: respect opts.fastRefresh in viteBabel (#5139) (5cf4e69)

1.0.1 (2021-09-22)

Bug Fixes

  • plugin-react: inconsistent error warning (#5031) (89ba8ce)

Features

  • plugin-react: pre-optimize jsx-dev-runtime (#5036) (a34dd27)

1.0.0 (2021-09-22)

See the readme for more information.

Thanks to @aleclarson and @pengx17 for preparing this release!

Legacy

Before @vitejs/plugin-react, there was @vitejs/plugin-react-refresh.

See its changelog here.