You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
+
## Unreleased [patch]
6
+
7
+
> Development of this release was supported by [Reset Tech](https://www.reset.tech).
8
+
9
+
### Fixed
10
+
11
+
- Fix error messages when the start and end selectors of range selectors match elements on the page but the selected range or extracted content is empty
12
+
5
13
## 10.3.1 - 2026-01-13
6
14
7
15
> Development of this release was supported by [Reset Tech](https://www.reset.tech).
thrownewError(`The provided selector "${contentSelectors}" has no match in the web page at '${location}'. This could be due to elements being removed before content selection if "remove" and "select" selectors match the same content.`);
41
+
thrownewError(`The provided selector "${contentSelectorsDisplay}" has no match in the web page at '${location}'. This could be due to elements being removed before content selection if "remove" and "select" selectors match the same content.`);
0 commit comments