@adobe/spacecat-shared-html-analyzer 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/src/html-filter.js +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@adobe/spacecat-shared-html-analyzer-v1.2.3](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-html-analyzer-v1.2.2...@adobe/spacecat-shared-html-analyzer-v1.2.3) (2026-02-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* updated selectors for nav-footer to not exclude the breadcrumbs ([#1309](https://github.com/adobe/spacecat-shared/issues/1309)) ([2c9246c](https://github.com/adobe/spacecat-shared/commit/2c9246c295ab90ab8e2bae39fd5d11d71bba6546))
|
|
7
|
+
|
|
1
8
|
# [@adobe/spacecat-shared-html-analyzer-v1.2.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-html-analyzer-v1.2.1...@adobe/spacecat-shared-html-analyzer-v1.2.2) (2026-01-22)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
package/src/html-filter.js
CHANGED
|
@@ -30,8 +30,6 @@ const NAVIGATION_FOOTER_SELECTOR = [
|
|
|
30
30
|
// Header/footer classes
|
|
31
31
|
'.header', '.site-header', '.page-header', '.top-header', '.header-wrapper',
|
|
32
32
|
'.footer', '.site-footer', '.page-footer', '.bottom-footer', '.footer-wrapper',
|
|
33
|
-
// Breadcrumb navigation
|
|
34
|
-
'.breadcrumb', '.breadcrumbs',
|
|
35
33
|
// Common ID selectors
|
|
36
34
|
'#nav', '#navigation', '#navbar', '#header', '#footer', '#menu', '#main-menu',
|
|
37
35
|
'#site-header', '#site-footer', '#page-header', '#page-footer',
|