Skip to content

Supporting JSX and TSX as content scripts

Compare
Choose a tag to compare
@jacksteamdev jacksteamdev released this 01 Mar 20:27

This release adds support for content scripts in the manifest that end in .jsx or .tsx.

The "basic" test has also been renamed to "kitchen-sink", and new "basic-js" and "basic-ts" tests have been added to make it easier for contributors to make a PR.

Thanks to @ZakaryCode and @joegilley for their PRs pointing out the need for this feature!

  • docs: tweak sh code blocks da0e502
  • chore: sort package json 53b80dd
  • tests: config jest to use better test runner 7bcd8c4
  • chore: fix eslint config for extension fixtures 1cce902
  • tests: add tests for react tsx content scripts 8bbbd85
  • tests: add tests for react js content scripts 6ae10dd
  • feat: support jsx/tsx as content script entries 3f4cd67
  • tests: add basic ts test 8d48d15
  • tests: add basic js test 4f65b8e
  • tests: rename basic test to kitchen-sink 89738be
  • Update README.md (#59) f443253

v3.5.3...v3.5.4