Skip to content

Commit

Permalink
Updated 4.0.0 release notes to reflect 4.0.1 jsx fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravrock committed Jan 15, 2022
1 parent 00a19c0 commit 109fc4b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions release_notes/4.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ as well.
now a no-op.

This change breaks loading of files with extensions that aren't supported by
dynamic `import()`, such as `.jsx`. If you have specs or source files with
such extensions, you can either rename the files to `.js` or add
`jsLoader: "require"` to your Jasmine config file.
dynamic `import()`, such as `.jsx`, although that has been subsequently fixed
in 4.0.1. If you have specs or source files with such extensions, please
update to at least 4.0.0. Alternately you can either rename the files to
`.js` or add `jsLoader: "require"` to your Jasmine config file.

* Config files can be ES modules. This is a breaking change because it requires
`Jasmine#loadConfigFile` to be async.
Expand Down

0 comments on commit 109fc4b

Please sign in to comment.