@applitools/core 4.18.0 → 4.18.1

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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.18.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.18.0...js/core@4.18.1) (2024-08-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * layoutbreakpoints stale dom ([#2456](https://github.com/Applitools-Dev/sdk/issues/2456)) ([a4329d6](https://github.com/Applitools-Dev/sdk/commit/a4329d6d280d27763e0c8ff6374bd26861183939))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-capture bumped to 11.3.1
14
+ #### Performance Improvements
15
+
16
+ * link tag without href ([#2450](https://github.com/Applitools-Dev/sdk/issues/2450)) ([523c3cd](https://github.com/Applitools-Dev/sdk/commit/523c3cd1cb003e9144015885b522e1d82e616b7a))
17
+
3
18
  ## [4.18.0](https://github.com/Applitools-Dev/sdk/compare/js/core@4.17.0...js/core@4.18.0) (2024-07-23)
4
19
 
5
20
 
@@ -132,7 +132,7 @@ async function takeDomSnapshots({ driver, settings, hooks, provides, logger, })
132
132
  }
133
133
  await beforeEachSnapshot();
134
134
  // it's important that we calculate safe selectors as close as possible to taking the dom snapshot
135
- if (settings.elementReferences && (index === 0 || settings.layoutBreakpoints.reload)) {
135
+ if (settings.elementReferences) {
136
136
  safeSelectorResult = await (0, generate_safe_selectors_1.generateSafeSelectors)({
137
137
  context: currentContext,
138
138
  elementReferences: settings.elementReferences,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.18.0",
3
+ "version": "4.18.1",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "dependencies": {
77
77
  "@applitools/core-base": "1.16.0",
78
- "@applitools/dom-capture": "11.3.0",
78
+ "@applitools/dom-capture": "11.3.1",
79
79
  "@applitools/dom-snapshot": "4.11.3",
80
80
  "@applitools/driver": "1.18.0",
81
81
  "@applitools/ec-client": "1.9.3",