gatsby-matrix-theme 3.2.13 → 3.2.14
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,3 +1,11 @@
|
|
|
1
|
+
## [3.2.14](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v3.2.13...v3.2.14) (2022-01-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* added default article card for card module with no page type ([34f8013](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/34f8013046d2ef037017dbcda2ba122fa1689c49))
|
|
7
|
+
* added default images for articles ([93aa3b3](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/commit/93aa3b39e36b97e7d783a500150b37c0deedf173))
|
|
8
|
+
|
|
1
9
|
## [3.2.13](https://git.ilcd.rocks/team-floyd/themes/matrix-theme/compare/v3.2.12...v3.2.13) (2022-01-18)
|
|
2
10
|
|
|
3
11
|
|
package/package.json
CHANGED
|
@@ -55,7 +55,9 @@ export default (props) => {
|
|
|
55
55
|
);
|
|
56
56
|
break;
|
|
57
57
|
default:
|
|
58
|
-
customCardComponent = loadable(() =>
|
|
58
|
+
customCardComponent = loadable(() =>
|
|
59
|
+
import(`../../../../components/atoms/cards/article-card`)
|
|
60
|
+
);
|
|
59
61
|
}
|
|
60
62
|
return <Card {...props} CustomCardComponent={customCardComponent} />;
|
|
61
63
|
};
|
|
@@ -135,4 +135,4 @@
|
|
|
135
135
|
|
|
136
136
|
|
|
137
137
|
|
|
138
|
-
window['FEATURES'] = {"postcss":true};</script><script src="runtime~main.ce98447d.iframe.bundle.js"></script><script src="vendors~main.7fc7de06.iframe.bundle.js"></script><script src="main.
|
|
138
|
+
window['FEATURES'] = {"postcss":true};</script><script src="runtime~main.ce98447d.iframe.bundle.js"></script><script src="vendors~main.7fc7de06.iframe.bundle.js"></script><script src="main.35edfd20.iframe.bundle.js"></script></body></html>
|