Testing: Enjoy improved testing capabilities with the addition of new matchers toWarnDev and toErrorDev, which help you catch unexpected console warnings and errors during tests.
Testing: Experience enhanced compatibility as we now support Node.js 18.x in our testing matrix, ensuring your tests run smoothly on the latest version.
Testing: Benefit from the latest updates as we bump @testing-library/dom to version 9.0.0, bringing in new features and improvements.
Improvements
Testing: We improve the testing experience by preventing "missing act" warnings for queued microtasks, making your tests cleaner and more reliable.
Fixes
Fix unexpected "act" warnings that occur when setting state in React 18, ensuring your tests pass without unnecessary warnings.
Others
Update the outdated LICENSE year to reflect the current year, simplifying future updates for you.
Acknowledge peer dependency requirements in our documentation to help users understand compatibility with different React versions.