Skip to content

Commit

Permalink
fix(storefront): BCTHEME-1906 High severity security issue (#2477)
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Dlogush <[email protected]>
  • Loading branch information
bc-vlad-dlogush and VladDlogush authored Jul 31, 2024
1 parent 97a7605 commit 3eb0cd2
Show file tree
Hide file tree
Showing 4 changed files with 7,205 additions and 8,112 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Draft
- High severity security issue [#2477](https://github.com/bigcommerce/cornerstone/pull/2477)
- Date Field Modifier - February showing 30th and 31st [#2473](https://github.com/bigcommerce/cornerstone/pull/2473)
- Adding mobile nav dropdown focusTrap [#2465](https://github.com/bigcommerce/cornerstone/pull/2465)
- Remove remote_api_scripts to avoid double firing Meta Pixel analytics [#2467](https://github.com/bigcommerce/cornerstone/pull/2467)
Expand Down
5 changes: 2 additions & 3 deletions jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ window.Element.prototype.getClientRects = function () {
}
node = node.parentNode;
}
var self = $(this);
return [{ width: self.width(), height: self.height() }];
};
return [{ width: this.offsetWidth, height: this.offsetHeight }];
};
Loading

0 comments on commit 3eb0cd2

Please sign in to comment.