Skip to content

v6.0.0

Compare
Choose a tag to compare
@hong6316 hong6316 released this 19 May 06:30
· 66 commits to master since this release
  • Updated all dependencies to the latest including Jest 29 and Typescript 5.
  • Updated the minimum version of Node to 14.17.0 and dropped the support for Node 12 and 17.

pack

  • Added --content-hash option to add a unique hash to output file names to support better caching.

serve

  • Fixed to disable overlay for runtime errors.

test

  • Removed @testing-library/dom dependency.
  • Updated @testing-library/react version to ^14.0.0.
  • Fixed --watch option is not working with the latest jest-watch-typeahead module.