Skip to content

v2.4.2

Compare
Choose a tag to compare
@lmiller1990 lmiller1990 released this 14 Nov 07:48
· 138 commits to main since this release

What's Changed

Note: A fix for the text() method (#2231) may force developers to update tests that were checking the text of several elements at once, as the spaces of each element are now trimmed (as they are when using text() on a single element). So if you were checking the text of <span>Trimmed </span><span>Example</span>, it is now TrimmedExample instead of Trimmed Example (and the text() of the first span is still Trimmed as it was before).

Fix

Docs

Chore

New Contributors

Full Changelog: v2.4.1...v2.4.2