@times-components/ssr 2.52.51 → 2.53.0
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 +11 -0
- package/__tests__/helpers/article-helper.js +5 -1
- package/dist/4.react.bundle.js +1 -1
- package/dist/article.react.bundle.js +4 -4
- package/dist/article.react.bundle.js.map +1 -1
- package/dist/author-profile.react.bundle.js +1 -1
- package/dist/author-profile.react.bundle.js.map +1 -1
- package/dist/common.react.bundle.js +9 -9
- package/dist/common.react.bundle.js.map +1 -1
- package/dist/topic.react.bundle.js +1 -1
- package/dist/topic.react.bundle.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.53.0](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.52.50...@times-components/ssr@2.53.0) (2024-04-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **TMD-11:** redesigned article share bar ([#3800](https://github.com/newsuk/times-components/issues/3800)) ([209b1bc](https://github.com/newsuk/times-components/commit/209b1bc753b571c88b380ae65910cd8bfdd4ae6a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [2.52.51](https://github.com/newsuk/times-components/compare/@times-components/ssr@2.52.50...@times-components/ssr@2.52.51) (2024-04-16)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @times-components/ssr
|
|
@@ -51,7 +51,11 @@ const articleTemplateTest = (template, options = {}) => {
|
|
|
51
51
|
cy.get("@raImages").each(item => {
|
|
52
52
|
const url = new URL(item.attr("src"));
|
|
53
53
|
const initialResize = "100";
|
|
54
|
-
|
|
54
|
+
const resize =
|
|
55
|
+
url && url.searchParams && url.searchParams.get("resize");
|
|
56
|
+
if (resize) {
|
|
57
|
+
expect(resize).to.not.equal(initialResize);
|
|
58
|
+
}
|
|
55
59
|
});
|
|
56
60
|
}));
|
|
57
61
|
|
package/dist/4.react.bundle.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{
|
|
1
|
+
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{1175:function(e,o,r){"use strict";r.r(o),o.default={welcomeBanner:{base:{backgroundSize:"cover",backgroundRepeat:"no-repeat",backgroundImage:"url(./welcome-banner.svg)",borderRadius:"{{borders.borderRadiusRounded020}}"}}}}}]);
|
|
2
2
|
//# sourceMappingURL=4.react.bundle.js.map
|