Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-23 | 802 Bytes | |
v2.2.15 source code.tar.gz | 2025-03-23 | 203.8 kB | |
v2.2.15 source code.zip | 2025-03-23 | 252.9 kB | |
Totals: 3 Items | 457.5 kB | 0 |
Release v2.2.15
- [#3011]
- [#3008]
Changelog
Patch Changes
[refactor] Limit the condition of the option tag to selected
attribute in isFormAttribute() (@kfule)
This PR limits the evaluation of whether a tag is option
to only when setting the selected
attribute.
test-perf: Load Benckmark.js first in Node.js (@kfule)
Since Node21, global.navigator has been implemented, and together with browserMock, Benchmark.js incorrectly identifies the execution environment as a browser.