gatsby-core-theme 31.0.0-beta.3 → 31.0.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.
Files changed (37) hide show
  1. package/CHANGELOG.md +221 -77
  2. package/package.json +1 -1
  3. package/src/components/atoms/author-box/index.js +23 -15
  4. package/src/components/atoms/author-box/template-three/expertion/expertion.test.js +27 -0
  5. package/src/components/atoms/breadcrumbs/index.js +3 -2
  6. package/src/components/atoms/button/operator-cta.js +6 -0
  7. package/src/components/atoms/contact-form/index.js +2 -0
  8. package/src/components/atoms/pretty-link/index.js +6 -0
  9. package/src/components/molecules/main/index.js +4 -3
  10. package/src/components/molecules/menu/index.js +1 -1
  11. package/src/components/molecules/module/index.js +16 -6
  12. package/src/components/molecules/newsletter/form/index.js +15 -7
  13. package/src/components/molecules/newsletter/index.js +1 -1
  14. package/src/components/molecules/spotlights_v2/image-text/template-four/index.js +4 -0
  15. package/src/components/molecules/spotlights_v2/image-text/template-four/template-four.module.scss +0 -0
  16. package/src/components/molecules/spotlights_v2/image-text/template-four/template-four.test.js +17 -0
  17. package/src/components/molecules/spotlights_v2/image-text/template-three/template-three.module.scss +1 -2
  18. package/src/components/molecules/spotlights_v2/image-text/template-two/index.js +4 -2
  19. package/src/components/molecules/spotlights_v2/image-text/template-two/template-two.module.scss +13 -10
  20. package/src/components/organisms/accordion/accordion.test.js +55 -20
  21. package/src/components/organisms/accordion/index.js +40 -72
  22. package/src/components/organisms/accordion/variants/template-one/index.js +109 -0
  23. package/src/components/organisms/accordion/{accordion.module.scss → variants/template-one/template-one.module.scss} +5 -1
  24. package/src/components/organisms/accordion/variants/template-two/index.js +136 -0
  25. package/src/components/organisms/accordion/variants/template-two/template-two.module.scss +90 -0
  26. package/src/components/organisms/cookie-consent/cookie-consent.module.scss +1 -4
  27. package/src/components/organisms/form/index.js +13 -2
  28. package/src/components/organisms/navigation/index.js +1 -0
  29. package/src/components/pages/body/index.js +4 -2
  30. package/src/constants/excludedTemplates.js +2 -0
  31. package/src/constants/forms.js +29 -17
  32. package/src/helpers/generators.mjs +2 -1
  33. package/src/helpers/processor/index.mjs +13 -0
  34. package/src/helpers/tracker.mjs +1 -2
  35. package/src/helpers/tracker.test.js +1 -5
  36. package/static/images/user_avatar.jpeg +0 -0
  37. package/tests/factories/modules/author-box.factory.js +1 -0
package/CHANGELOG.md CHANGED
@@ -1,149 +1,293 @@
1
- # [31.0.0-beta.3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v31.0.0-beta.2...v31.0.0-beta.3) (2024-04-22)
1
+ # [31.0.0](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.1.3...v31.0.0) (2024-05-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add env ([cf62653](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/cf62653f5cdfb0d8bc559cf4435fc2e3da067b2a))
7
+ * cta InitiateCheckout script ([1130080](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/1130080b8a5bb2a2a5ebc60c240077b7e2f29493))
8
+ * fix test ([dfef83d](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/dfef83dd9867e29052a8c00f6db3a692a1c40b81))
9
+ * remove stripTralingSlash ([86300c6](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/86300c6db4dee547e1dc497db3bf6e9e8c1bd92d))
10
+
11
+
12
+ ### Code Refactoring
13
+
14
+ * change to all authors prop for multiple authors ([e77d994](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/e77d9949f9929d782bfc52bb86d33d1603145c1c))
15
+ * changes to multiple authors ([a6ed4af](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/a6ed4af9bf7fc988698730a7603889a164287a66))
16
+ * changes to template 4 ([c3e5cf1](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/c3e5cf16dcb23da8d704244e4683cd77a4aaa7a9))
17
+ * keep single author and multiple authors separately ([c326a70](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/c326a704ad1b63e57946624e3b2dfe4930dbed30))
18
+ * remove temp ([5f6d5d3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/5f6d5d398dcba2143418001cca93df6edce28862))
19
+ * temp ([74f6b06](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/74f6b063f362ae1a10118296768cc28e5019b7c2))
20
+
21
+
22
+ * Merge branch 'tm-4048-spotlights' into 'master' ([4c6cb6d](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/4c6cb6d3790510355bb12e0fbe07de309888a9be))
23
+ * Merge branch 'tm-4314-cta-script-trgger' into 'master' ([60445a9](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/60445a9094b94f6833b5c4b3fe4affc97e26d252))
24
+ * Merge branch 'tm-4269-multiple-contributors' into 'master' ([299c25a](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/299c25a7a0ca332761504955e0f89409bf06fd35))
25
+ * Merge branch 'tm-4315-tralingsSlash' into 'master' ([50e7316](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/50e7316ed95d6cbd1cb7b0487fdbb0fd09ce5ff9))
26
+ * Merge branch 'master' into tm-4269-multiple-contributors ([9ba628b](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/9ba628be24138c991be19a3ab87583df1b134bd7))
27
+ * Merge branch 'master' into tm-4269-multiple-contributors ([b38eeb0](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/b38eeb029b406b2dd6c063409c59531e2c25482b))
28
+ * Merge branch 'master' into tm-4269-multiple-contributors ([0f149c6](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/0f149c6ffe2005b5ed284a75631a84039923756e))
29
+
30
+
31
+ ### Tests
32
+
33
+ * fix test ([8087c7f](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/8087c7f26878a73585286bcf804ae1062a3a1649))
34
+
35
+ ## [30.1.3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.1.2...v30.1.3) (2024-05-08)
36
+
37
+
38
+ ### Bug Fixes
39
+
40
+ * add a checker ([598ca2d](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/598ca2dc84c9a488e10cdf23e0a6542b5e5efe5c))
41
+ * author box logic ([007ade2](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/007ade2a8b3a61c1b161168d01e0d77bddc333ff))
42
+
43
+
44
+ * Merge branch 'author-box' into 'master' ([4b94dc6](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/4b94dc6e96fc1b0c6959ed9e33d74fe572621b37))
45
+
46
+ ## [30.1.2](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.1.1...v30.1.2) (2024-05-06)
47
+
48
+
49
+ ### Bug Fixes
50
+
51
+ * fixed qa issue ([68ed7ad](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/68ed7ad2e5739104ed3db94145377d642822b892))
52
+ * fixed styling plus comment authors ([a92b8d2](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/a92b8d28ab68dcb74e692724416f2490238f9bfa))
53
+
54
+
55
+ * Merge branch 'tm-4307-comment-section' into 'master' ([667695e](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/667695e4de8589c87baf8eadcca952a0f0df7b5a))
56
+ * Merge branch 'tm-4307-comment-section' into 'master' ([682ae50](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/682ae50eec5db8726bfd54f675f0f7800f67b5e4))
57
+
58
+ ## [30.1.1](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.1.0...v30.1.1) (2024-05-02)
59
+
60
+
61
+ ### Bug Fixes
62
+
63
+ * add page path in ref name ([46a44e2](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/46a44e2dd585731ed4d3975fc2952debc6e03e8d))
64
+ * pipelines ([70b9b89](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/70b9b89b7ddca1d51b7c68853f42a2da9a11a445))
65
+ * update breadcrumbs to get excluded templates from constant ([40b7457](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/40b74576df2d7efd7ac37249a26decf0bd283f60))
66
+ * update breadcrumbs to get excluded templates from constant ([03d52d4](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/03d52d4f221e12456a3e7d6463551396949de825))
67
+ * update navigation and breadcrumbs to not show on responsible gambling page type ([e9e7b64](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/e9e7b64527646ffb409475d3e965d86c299b196b))
68
+
69
+
70
+ * Merge branch 'tm-4238-pcsa-changes-to-rg-page' into 'master' ([0410592](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/0410592a08c5cceda5e0b96f92a5ceb0a9e01a69))
71
+
72
+ # [30.1.0](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.116...v30.1.0) (2024-04-29)
73
+
74
+
75
+ ### Bug Fixes
76
+
77
+ * added comment section to accordion ([0c23564](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/0c23564bfa9234e81349b0077917791d86db2861))
78
+ * added pipeline for beta ([d647aba](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/d647abaa1cbf7ab7162430520ba44aabbb680f19))
79
+ * added pipeline for beta ([50c2fd5](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/50c2fd52092f26b1491cbf853908b44245805359))
80
+ * lazy fixes ([b58ed74](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/b58ed742cfddcb895e63e95531a95e5f5c7635d1))
81
+ * merged with master branch ([3e975d3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/3e975d312217d0e3f5782b821f7edf1820a3e33c))
82
+ * newsletter ([c9225a3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/c9225a3fdd714e0f655d3ad614595c93603b8bfe))
83
+ * newsletter ([ca0f963](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/ca0f963e986b4178b4932661687cda20350e402d))
84
+ * pipeline ([b7adc6b](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/b7adc6b652b1abb43af7e543b4b1b359fd4056ab))
85
+ * pipelines ([16800f6](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/16800f67481634c50e9f537aa8eb95ffdb452f6d))
86
+ * pipelines ([4afd624](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/4afd6243f7dd1e910298c7762344a8ec50d66648))
87
+ * pipelines ([4f5f633](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/4f5f6331cbf8bd36c1abb1c6bb6659f8dd9aed64))
88
+ * pipelines ([b4f3faf](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/b4f3faf3854cf673de3a495871877668b9a7e036))
89
+ * pipelines ([7ef51c1](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/7ef51c1e130fbc910d26b6b1e99cabdb744ab7ae))
90
+ * pipelines ([f9dae15](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/f9dae1556b1b8a1c2ef6bdd6e25eb77b8d3f3bfb))
91
+ * pipelines ([f2017f2](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/f2017f2f11274ca4892755238f951ed9f99b37a5))
92
+ * pipelines ([2ee9b03](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/2ee9b033c9c8f08a8b683fcf9f7e8ae0d4ac311b))
93
+ * pipelines ([0af64aa](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/0af64aa0ee1c946237cc617f43e2cd8a126e52bc))
94
+ * pipelines ([d469a60](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/d469a60774de030c39df32406d92b8c4f4b24e53))
95
+ * pipelines ([f955eea](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/f955eeab9dbd15bb9fc4d90fcebb3fe6a980d690))
96
+ * pipelines ([5465c2d](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/5465c2d99e0914e79f6e50a7a4d4e67caa107186))
97
+ * pipelines ([598bcf4](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/598bcf43b1b6e87213f9511f9d5c032c0292ebc9))
98
+ * pipelines ([edf018c](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/edf018cf6c3fc95c2de5e78eaf67e27b68209950))
99
+ * pipelines ([bf6ac66](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/bf6ac66a9ec0e29553767a3f8852cdefda5c6b7b))
100
+ * pipelines ([9e413db](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/9e413dbc4e93722045ff28e5dc54e94e8f8e1f16))
101
+ * pipelines ([0dc4cbe](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/0dc4cbebaa5fad867c5e433dec99bf098e1e15b5))
102
+ * pipelines ([32dea62](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/32dea6287c2ecd9e0c2542c9e69f659c53a77a9b))
103
+ * pipelines ([62daf43](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/62daf43429235a330235b081b66526cec91a30fb))
104
+ * pipelines ([19f3d38](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/19f3d381739138240cfccece10670daf1180ba21))
105
+ * pipelines ([6d7b294](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/6d7b294c0f44743cfefa841bff3ddaa166e63469))
106
+ * pipelines ([c9a54d3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/c9a54d3db577fe3978e832b016c0ea9a82558110))
107
+ * scss mixin warning ([ea7ee58](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/ea7ee58322c242871a69cd818957022caaf34552))
108
+ * spotlight label to span ([6f37a41](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/6f37a4109621933902bd47244ac7b90edce16a34))
109
+ * tests ([828ce34](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/828ce34657a460e306b6d26577ba639df578574c))
110
+ * tests ([05d885a](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/05d885a1ac0fd510aa3f5722b4a63bbed940537a))
111
+ * tests ([84381fd](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/84381fd55d083918366b5bd5dc5b2a29eb238542))
112
+ * update with master branch and fixes ([1b222e9](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/1b222e98d16166c7ce6cd1244f8e38914a23d7e2))
113
+ * update with master branch and fixes ([5c188cd](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/5c188cd5554f7ca8e6e4571713eb207cbb16723c))
114
+
115
+
116
+ * Merge branch 'tm-4226-update-and-react-lazy' into 'master' ([1b9328b](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/1b9328b2370ef5b06a5ad2968f3423c6122c25f0))
117
+ * Merge branch 'master' into tm-4226-update-and-react-lazy ([e48e9e7](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/e48e9e789471e1fb0921ad0b6744590ecec9542c))
118
+ * Merge branch 'tm-4307-comment-section' into 'master' ([f23dc91](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/f23dc91cd6ad546e3362e595475aa0d29c339667))
119
+ * Merge branch 'tm-4239-spotlight-label-to-span' into 'master' ([dbe08f9](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/dbe08f980e80ee67ec6c55abd41b10fcf8901c55))
120
+
121
+
122
+ ### Features
123
+
124
+ * update packages and use react lazy ([7fc0643](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/7fc06439d9626552afb69d30f831849839836e56))
125
+
126
+ ## [30.0.116](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.115...v30.0.116) (2024-04-26)
127
+
128
+
129
+ ### Bug Fixes
130
+
131
+ * add the option to translate newsletter per page ([bba0490](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/bba04906c05bc5c925fe3527f6dc1fb33e9783ab))
132
+ * add validation ([11e3141](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/11e3141bbf1011c62113c63eb9019c8477ad1e1e))
133
+ * fix translation per page ([646e777](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/646e777fac1967a0f7ba56aef5859e704fe73b19))
134
+
135
+
136
+ * Merge branch 'tm-4315-newsletter' into 'master' ([2e16682](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/2e166829a50958e78f226611711eed9df1b63c95))
137
+
138
+ ## [30.0.115](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.114...v30.0.115) (2024-04-22)
139
+
140
+
141
+ ### Bug Fixes
142
+
143
+ * fix translation key for newsleterr, align with documentation ([b9672be](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/b9672beeebaa52a43543067cf9ecbb0fd68a257c))
144
+
145
+ ## [30.0.114](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.113...v30.0.114) (2024-04-18)
146
+
147
+
148
+ ### Bug Fixes
149
+
150
+ * validate phone number ([2e9e39e](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/2e9e39ef0c026c94babf52e42e9aff653376e642))
151
+
152
+ ## [30.0.113](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.112...v30.0.113) (2024-04-18)
153
+
154
+
155
+ ### Bug Fixes
156
+
157
+ * add validation ([d5ff2d1](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/d5ff2d165f3d274e3231745eec8b912386f9c235))
158
+
159
+ ## [30.0.112](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.111...v30.0.112) (2024-04-17)
160
+
161
+
162
+ ### Bug Fixes
163
+
164
+ * refactor ([6cb0324](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/6cb03242fd0f605251f4221e76bdf0aad928f3f4))
165
+
166
+
167
+ * Merge branch 'tm-4099-newsletter-fixes' into 'master' ([f77630c](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/f77630c7730c02ad9995afc2063609feaa0a0ccc))
168
+
169
+ ## [30.0.111](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.110...v30.0.111) (2024-04-16)
2
170
 
3
171
 
4
172
  ### Bug Fixes
5
173
 
6
174
  * add newsletter core theme ([2d3a306](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/2d3a3066ca41c1fd4e1656f15f3832db7342a897))
7
175
  * add required for checkbox, and generator for [link] ([91c419a](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/91c419aa6330467b9d183704c944c643ed2b8243))
8
- * add validation ([d5ff2d1](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/d5ff2d165f3d274e3231745eec8b912386f9c235))
9
- * added uploadate and description in iframe schema ([7d78d68](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/7d78d687cadc471c025eb8fd0d85c8e76c9ce26c))
10
176
  * fix conflicts ([40aced4](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/40aced4b53fef6592787289805908d562b2aff2f))
11
177
  * fix test and make style ([54b61c0](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/54b61c02a4a0b3e03d72192c75977fdeef199b28))
12
178
  * fixed website icon ([d31a54d](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/d31a54dc14032e7d15ad79969e535f0ceef019f9))
13
- * iframe schema ([947b9cf](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/947b9cf30ddaea004966c9a8003c403bdf8020ea))
14
179
  * isSticky false ([c3e75cb](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/c3e75cb77a97547119a7dabb869ad129b7b23365))
15
180
  * make logic ([c224482](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/c224482ea4aded40e80afa6dfbd66d0a75f4cb93))
16
181
  * make style ([49f4151](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/49f4151df040fe3863e782d3069d4b9df5b38ad7))
17
- * merged lazy branch ([ad64ae9](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/ad64ae9e5c06a90f602b604d020c4e16d60b56c1))
18
- * merged with master branch ([3e975d3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/3e975d312217d0e3f5782b821f7edf1820a3e33c))
19
- * newsletter ([c9225a3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/c9225a3fdd714e0f655d3ad614595c93603b8bfe))
20
- * newsletter ([ca0f963](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/ca0f963e986b4178b4932661687cda20350e402d))
21
- * refactor ([6cb0324](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/6cb03242fd0f605251f4221e76bdf0aad928f3f4))
22
182
  * refactor ([470107c](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/470107cb1e586dfb21f3055c7d1a849fd86aa306))
23
183
  * refactor ([4c66524](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/4c66524e37939b70d0b8552b9bedbd5bc1ab9753))
24
184
  * refactor ([3d5370c](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/3d5370c739ab93506126184d1f49e44d86f96755))
25
185
  * refactor form component ([661c828](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/661c8288af8c7dd1a0c6a794b2bc0abf889424f8))
26
186
  * reuse the form component ([60b09ef](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/60b09ef4ad4d10684a2dbc8f77d2a303f2d88992))
27
- * validate phone number ([2e9e39e](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/2e9e39ef0c026c94babf52e42e9aff653376e642))
28
-
29
-
30
- ### chore
31
-
32
- * **release:** 30.0.110 [skip ci] ([1aa59dd](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/1aa59ddf36cf710d53f65ee1f8749f3db8298462))
33
- * **release:** 30.0.111 [skip ci] ([12336ea](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/12336ead8e9d1d1bdd95e495e56be5042a25454a))
34
- * **release:** 30.0.112 [skip ci] ([ea7e0df](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/ea7e0dfb784a6440263739cf8658b5e48ea672ef))
35
- * **release:** 30.0.113 [skip ci] ([ee859ae](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/ee859aec63c9dc1620631dae38be8a45b3d0605d))
36
- * **release:** 30.0.114 [skip ci] ([1fe1a53](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/1fe1a53455638ace1434b79b1ed1ee4512be1592))
37
187
 
38
188
 
39
- * Merge branch 'tm-4226-update-and-react-lazy' into 'beta' ([40b0051](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/40b00514af3faac41a21f2173b00ce861ac036d0))
40
- * Merge branch 'tm-4099-newsletter-fixes' into 'master' ([f77630c](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/f77630c7730c02ad9995afc2063609feaa0a0ccc))
41
189
  * Merge branch 'tm-4099-newsletter' into 'master' ([56bdefb](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/56bdefbe9561bb3f318bc31ed89892a94cbcda68))
42
190
  * Merge branch 'tm-4215-website-icon' into 'master' ([7f336b3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/7f336b3362ef69ba06078940a300c7edd6c37a4b))
43
191
  * Merge branch 'master' into 'tm-4099-newsletter' ([7b1fa8d](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/7b1fa8df697c73093b93703d85354f71c15c89d5))
44
192
 
45
- # [31.0.0-beta.2](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v31.0.0-beta.1...v31.0.0-beta.2) (2024-04-15)
193
+ ## [30.0.110](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.109...v30.0.110) (2024-04-11)
46
194
 
47
195
 
48
196
  ### Bug Fixes
49
197
 
50
- * conflict ([2dfbf18](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/2dfbf18883576bf71b94445a86983f4051ebd671))
51
- * lazy fixes ([b58ed74](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/b58ed742cfddcb895e63e95531a95e5f5c7635d1))
52
- * scss mixin warning ([ea7ee58](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/ea7ee58322c242871a69cd818957022caaf34552))
53
- * tests ([828ce34](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/828ce34657a460e306b6d26577ba639df578574c))
198
+ * added uploadate and description in iframe schema ([7d78d68](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/7d78d687cadc471c025eb8fd0d85c8e76c9ce26c))
199
+ * iframe schema ([947b9cf](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/947b9cf30ddaea004966c9a8003c403bdf8020ea))
54
200
 
55
- # [31.0.0-beta.1](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.1.0-beta.1...v31.0.0-beta.1) (2024-04-10)
201
+ ## [30.0.109](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.108...v30.0.109) (2024-04-09)
56
202
 
57
203
 
58
204
  ### Bug Fixes
59
205
 
60
206
  * added aria labels to breadcrumbs ([23810a2](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/23810a248ed3ebd08f00fd954c2a83eab67e7dbe))
61
- * added required keys to the WebPage schema ([0372ef1](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/0372ef1f55935ece04f7d2b785a926ce4f355ec6))
62
- * beta fixes ([8a3b851](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/8a3b851a625beef4fde7ac1bef71bee66cdd68a5))
63
- * breadcrumbs ([6f7f7fc](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/6f7f7fc47111c6fb6c304ac4b305adf060786798))
64
- * cookie consent ([b199541](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/b19954180e8154d82d9ed7412af5260b2ea46500))
207
+
208
+
209
+ * Merge branch 'tm-4220-aria-breadcrumbs' into 'master' ([eb7d3d4](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/eb7d3d4e6f369cd0e457a3b0d40d76bb97835fcc))
210
+
211
+ ## [30.0.108](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.107...v30.0.108) (2024-04-08)
212
+
213
+
214
+ ### Bug Fixes
215
+
65
216
  * cookie consent issues ([ad2922c](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/ad2922cec38e93de703aaa8b9c221ce649cfdb8e))
66
217
  * enabled iframe module and schema changes ([5643c84](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/5643c84b7492c29a34391a004e88a361f6d87507))
67
218
  * enabled iframe module and schema changes ([2c8fc11](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/2c8fc117a48c3ea28b076ad96057b1b43353de3a))
68
219
  * enabled iframe module and schema changes ([eb34dfb](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/eb34dfb4adf36fcf299a0f9b4e8b539bd23df038))
220
+
221
+
222
+ ### Code Refactoring
223
+
224
+ * changes to affiliate links ([1b54397](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/1b54397d52af9b8790b2bb445e9fde9d6048297b))
225
+
226
+
227
+ * Merge branch 'tm-4232-cookie-consent' into 'master' ([8ac5453](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/8ac54535e1d568c04f30a602c6b5e0ee18c65025))
228
+ * Merge branch 'tm-4225-link-rel' into 'master' ([859a25f](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/859a25f5afef2c7c6246bf1054e72d1d04db3baa))
229
+
230
+
231
+ ### Tests
232
+
233
+ * fix test ([faa5476](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/faa54760f9e98996014875e49ea2d6b52d4785e5))
234
+
235
+ ## [30.0.107](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.106...v30.0.107) (2024-04-08)
236
+
237
+
238
+ ### Bug Fixes
239
+
69
240
  * exclude pixel ([d6e36d9](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/d6e36d9e97e348fbe3e5b6ef0466054530d4fe83))
70
- * fix test ([e0b3ad1](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/e0b3ad12515a9754567e0b550a111f4465ea8498))
71
- * fixed tests for the schema ([54d0c14](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/54d0c14f6abede9a8461d25b12e9d0332e2c6e62))
72
- * fixes ([5269537](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/52695377da4caaab611f6bbc81edb613ac8fb2a5))
73
241
  * gatsby name ([76bc8bb](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/76bc8bbed46ab4a47cc82d8f11ffb47587b59f02))
74
- * iframe schema ([eb9ef11](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/eb9ef110228958cacaf987c813c20df3f1a1d8b5))
75
- * increased test coverage ([51cb07f](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/51cb07fd0d97b01a58f9afe86ff7fdeda6a6c5fa))
76
- * pipeline ([b7adc6b](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/b7adc6b652b1abb43af7e543b4b1b359fd4056ab))
77
- * remove console ([3e88ddf](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/3e88ddf8ac03d206ae16a424b416992abebc691b))
78
- * remove missing alt and null alt ([78ba508](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/78ba508ebf0d986207e640cb50edf6713999d6ac))
79
- * tests ([05d885a](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/05d885a1ac0fd510aa3f5722b4a63bbed940537a))
80
- * update breadcrumbs translations ([0289c66](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/0289c66b97801e32b885e8a3e110ec3bc43ce4c8))
81
- * update with master branch and fixes ([1b222e9](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/1b222e98d16166c7ce6cd1244f8e38914a23d7e2))
82
- * update with master branch and fixes ([5c188cd](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/5c188cd5554f7ca8e6e4571713eb207cbb16723c))
83
242
 
84
243
 
85
- ### chore
244
+ * Merge branch 'tm-4201-exlude-pixel' into 'master' ([4af6319](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/4af63194bde83b087cafc8a9509ddbee677b3008))
245
+
246
+ ## [30.0.106](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.105...v30.0.106) (2024-04-05)
86
247
 
87
- * **release:** 30.0.105 [skip ci] ([128bda3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/128bda3b396eccb64c47375dda1d77cfb3fea0d7))
88
- * **release:** 30.0.106 [skip ci] ([c8585eb](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/c8585ebb5f618e88217879892005cadcee07c8d3))
89
- * **release:** 30.0.107 [skip ci] ([12ffb8b](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/12ffb8bed5e8e9e8b9ec3f4f734f5760e2816068))
90
- * **release:** 30.0.108 [skip ci] ([4ee9cb9](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/4ee9cb945296e6590c648bcc69915f7e1d9aa734))
91
- * **release:** 30.0.109 [skip ci] ([3502ca5](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/3502ca5884d70c496504d73c2c5cc92c2de4c757))
248
+
249
+ ### Bug Fixes
250
+
251
+ * fix test ([e0b3ad1](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/e0b3ad12515a9754567e0b550a111f4465ea8498))
252
+ * iframe schema ([eb9ef11](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/eb9ef110228958cacaf987c813c20df3f1a1d8b5))
253
+ * remove console ([3e88ddf](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/3e88ddf8ac03d206ae16a424b416992abebc691b))
254
+ * remove missing alt and null alt ([78ba508](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/78ba508ebf0d986207e640cb50edf6713999d6ac))
92
255
 
93
256
 
94
257
  ### Code Refactoring
95
258
 
96
259
  * change to page rerender when cookie accepted ([0235bea](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/0235beaf0f8615db3981e1c59936228c07561071))
97
- * changes to affiliate links ([1b54397](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/1b54397d52af9b8790b2bb445e9fde9d6048297b))
98
260
  * fix order issue ([bec8d45](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/bec8d451ce2473bb6b6834c3dcc551fe00707648))
99
261
 
100
262
 
101
- * Merge branch 'tm-4220-aria-breadcrumbs' into 'master' ([eb7d3d4](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/eb7d3d4e6f369cd0e457a3b0d40d76bb97835fcc))
102
- * Merge branch 'tm-4232-cookie-consent' into 'master' ([8ac5453](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/8ac54535e1d568c04f30a602c6b5e0ee18c65025))
103
- * Merge branch 'tm-4225-link-rel' into 'master' ([859a25f](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/859a25f5afef2c7c6246bf1054e72d1d04db3baa))
104
- * Merge branch 'tm-4201-exlude-pixel' into 'master' ([4af6319](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/4af63194bde83b087cafc8a9509ddbee677b3008))
105
263
  * Merge branch 'tm-4204-iframe-schema' into 'master' ([830b91d](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/830b91de106bfee4116568f868d9096e034f6038))
106
264
  * Merge branch 'tm-4015-cookie' into 'master' ([5d48126](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/5d4812668a3f3133317d0dd17bc00b8717154f19))
107
265
  * Merge branch 'tm-4213-image' into 'master' ([b7507d6](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/b7507d69c637f0cd96a09e65dab28eb05d4bccf1))
108
- * Merge branch 'tm-4187-webpage-schema' into 'master' ([04ff989](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/04ff989b0fb0b43e8e1c6f7fb77be6f6cbcf38b7))
109
- * Merge remote-tracking branch 'origin' into tm-4187-webpage-schema ([f080656](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/f080656adc8e0c9ce6bb1dcd94f6c650f329d6c7))
110
- * Merge branch 'tm-4223-breadcrumbs' into 'master' ([a53736d](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/a53736d18d9f8dddf543f34a65893db6febc6c06))
111
266
 
112
267
 
113
268
  ### Tests
114
269
 
115
- * fix test ([faa5476](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/faa54760f9e98996014875e49ea2d6b52d4785e5))
116
270
  * fix test ([485c103](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/485c1034727becf5466af35bf17a879f9b330b1e))
117
271
 
118
- # [30.1.0-beta.1](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.104...v30.1.0-beta.1) (2024-04-02)
272
+ ## [30.0.105](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.104...v30.0.105) (2024-04-03)
119
273
 
120
274
 
121
275
  ### Bug Fixes
122
276
 
123
- * added pipeline for beta ([d647aba](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/d647abaa1cbf7ab7162430520ba44aabbb680f19))
124
- * added pipeline for beta ([50c2fd5](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/50c2fd52092f26b1491cbf853908b44245805359))
125
- * beta version ([e87da2a](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/e87da2aa24c8cc85b41a2653c3e80755fdc8a92e))
126
- * pipeline ([d135542](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/d135542e42940b795aacd9ef1bd2ccbe3104d102))
127
- * pipelines ([32dea62](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/32dea6287c2ecd9e0c2542c9e69f659c53a77a9b))
128
- * pipelines ([62daf43](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/62daf43429235a330235b081b66526cec91a30fb))
129
- * pipelines ([19f3d38](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/19f3d381739138240cfccece10670daf1180ba21))
130
- * pipelines ([6d7b294](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/6d7b294c0f44743cfefa841bff3ddaa166e63469))
131
- * pipelines ([c9a54d3](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/c9a54d3db577fe3978e832b016c0ea9a82558110))
277
+ * added required keys to the WebPage schema ([0372ef1](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/0372ef1f55935ece04f7d2b785a926ce4f355ec6))
278
+ * breadcrumbs ([6f7f7fc](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/6f7f7fc47111c6fb6c304ac4b305adf060786798))
279
+ * fixed tests for the schema ([54d0c14](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/54d0c14f6abede9a8461d25b12e9d0332e2c6e62))
280
+ * increased test coverage ([51cb07f](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/51cb07fd0d97b01a58f9afe86ff7fdeda6a6c5fa))
132
281
  * remove continue reading link from author box description ([eae0f9a](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/eae0f9a2516dc8e8bc708baba8ecafafedca0f5c))
133
- * tests ([84381fd](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/84381fd55d083918366b5bd5dc5b2a29eb238542))
282
+ * update breadcrumbs translations ([0289c66](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/0289c66b97801e32b885e8a3e110ec3bc43ce4c8))
134
283
  * update tests ([f15a058](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/f15a0582057c413f839211e0c0107cc65bd4b448))
135
284
 
136
285
 
137
- * Merge branch 'tm-4226-update-and-react-lazy' into 'beta' ([39e13a7](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/39e13a7a6cef84fbbda0bdaab494ec01f54b06f5))
138
- * Merge branch 'tm-4226-update-and-react-lazy' into 'beta' ([48a133c](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/48a133c60e81885a7836c204ec5e4e3797bf5ec9))
139
- * Merge branch 'tm-4226-update-and-react-lazy' into 'beta' ([7868c74](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/7868c74b481284baf4da32ed9ba65f960fa840dc))
286
+ * Merge branch 'tm-4187-webpage-schema' into 'master' ([04ff989](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/04ff989b0fb0b43e8e1c6f7fb77be6f6cbcf38b7))
287
+ * Merge remote-tracking branch 'origin' into tm-4187-webpage-schema ([f080656](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/f080656adc8e0c9ce6bb1dcd94f6c650f329d6c7))
288
+ * Merge branch 'tm-4223-breadcrumbs' into 'master' ([a53736d](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/a53736d18d9f8dddf543f34a65893db6febc6c06))
140
289
  * Merge branch 'tm-4178-author-box-changes' into 'master' ([ca1e276](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/ca1e276bb2da842e138527a0da64adffe111e923))
141
290
 
142
-
143
- ### Features
144
-
145
- * update packages and use react lazy ([7fc0643](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/commit/7fc06439d9626552afb69d30f831849839836e56))
146
-
147
291
  ## [30.0.104](https://git.ilcd.rocks/team-floyd/themes/gatsby-themes/compare/v30.0.103...v30.0.104) (2024-04-02)
148
292
 
149
293
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatsby-core-theme",
3
- "version": "31.0.0-beta.3",
3
+ "version": "31.0.0",
4
4
  "description": "Gatsby Theme NPM Package",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -3,19 +3,27 @@
3
3
  import React, { lazy, Suspense } from 'react';
4
4
 
5
5
  export default function index(props) {
6
- const Component = () => {
7
- switch (props?.style) {
8
- case 'template_two':
9
- const TemplateTwo = lazy(() => import('./template-two'));
10
- return <TemplateTwo {...props} />;
11
- case 'template_three':
12
- const TemplateThree = lazy(() => import('./template-three'));
13
- return <TemplateThree {...props} />;
14
- default:
15
- const TemplateOne = lazy(() => import('./template-one'));
16
- return <TemplateOne {...props} />;
17
- }
18
- };
19
-
20
- return <Suspense fallback={<></>}>{Component && <Component />}</Suspense>;
6
+ switch (props?.style) {
7
+ case 'template_two':
8
+ const TemplateTwo = lazy(() => import('./template-two'));
9
+ return (
10
+ <Suspense fallback={<></>}>
11
+ <TemplateTwo {...props} />
12
+ </Suspense>
13
+ );
14
+ case 'template_three':
15
+ const TemplateThree = lazy(() => import('./template-three'));
16
+ return (
17
+ <Suspense fallback={<></>}>
18
+ <TemplateThree {...props} />
19
+ </Suspense>
20
+ );
21
+ default:
22
+ const TemplateOne = lazy(() => import('./template-one'));
23
+ return (
24
+ <Suspense fallback={<></>}>
25
+ <TemplateOne {...props} />
26
+ </Suspense>
27
+ );
28
+ }
21
29
  }
@@ -0,0 +1,27 @@
1
+ import React from 'react';
2
+ import { render, cleanup } from '@testing-library/react';
3
+ import '@testing-library/jest-dom/extend-expect';
4
+
5
+ import { authorObject } from '~tests/factories/modules/author-box.factory';
6
+ import Expertion from '.';
7
+
8
+ describe('expertise component', () => {
9
+ test('render component', () => {
10
+ const author = authorObject;
11
+ const { container } = render(<Expertion expertise={author?.expertise} />);
12
+
13
+ expect(container).toBeTruthy();
14
+ });
15
+ test('render all expertise lists', () => {
16
+ const author = authorObject;
17
+ const { container, getByText } = render(<Expertion expertise={author?.expertise} />);
18
+
19
+ expect(container).toBeTruthy();
20
+ expect(getByText('Expert on:')).toBeTruthy();
21
+ expect(container.querySelectorAll('span').length).toBe(3);
22
+ expect(container.querySelector('span')).toHaveTextContent('Online Casinos');
23
+ });
24
+ });
25
+ afterEach(() => {
26
+ cleanup();
27
+ });
@@ -6,6 +6,7 @@ import Link from '~hooks/link';
6
6
  import styles from './breadcrumbs.module.scss';
7
7
  import keygen from '~helpers/keygen';
8
8
  import { getHomeBreadcrumbs } from '~helpers/getters';
9
+ import { excludeTemplates } from '../../../constants/excludedTemplates';
9
10
  import { Context } from '~context/MainProvider';
10
11
 
11
12
  function Breadcrumbs({ page, separator = <span aria-hidden="true"> / </span>, markets }) {
@@ -18,14 +19,14 @@ function Breadcrumbs({ page, separator = <span aria-hidden="true"> / </span>, ma
18
19
  ) {
19
20
  return <></>;
20
21
  }
21
- const isPPC = page?.template === 'ppc';
22
+ const isExcludedTemplate = excludeTemplates.includes(page?.template);
22
23
 
23
24
  const home = getHomeBreadcrumbs(page, translations);
24
25
 
25
26
  return (
26
27
  <ol className={styles.breadcrumbs || ''} aria-label="Breadcrumb">
27
28
  <li className={styles.item || ''}>
28
- {isPPC ? (
29
+ {isExcludedTemplate ? (
29
30
  home
30
31
  ) : (
31
32
  <Link
@@ -7,6 +7,7 @@ import { Context } from '~context/MainProvider';
7
7
  import { prettyTracker, translate } from '~helpers/getters';
8
8
  import { setCookie } from '~helpers/cookies';
9
9
  import { getTrackingAPIParams } from '~helpers/tracker';
10
+ import keygen from '~helpers/keygen';
10
11
  import styles from './button.module.scss';
11
12
 
12
13
  const OperatorCtaButton = ({
@@ -50,6 +51,11 @@ const OperatorCtaButton = ({
50
51
  1,
51
52
  '/'
52
53
  );
54
+
55
+ if (process.env.ENABLE_PIXEL === 'true' && typeof window.fbq !== 'undefined') {
56
+ // Call fbq track event
57
+ window.fbq('track', 'InitiateCheckout', { keyID: keygen() });
58
+ }
53
59
  };
54
60
 
55
61
  const translateBtn =
@@ -47,6 +47,7 @@ const ContactForm = ({
47
47
  successMessage={successMessage}
48
48
  failMessage={failMessage}
49
49
  validationMessage={validationMessage}
50
+ path={page?.path}
50
51
  />
51
52
  </div>
52
53
  </div>
@@ -59,6 +60,7 @@ export default ContactForm;
59
60
  ContactForm.propTypes = {
60
61
  page: PropTypes.shape({
61
62
  market: PropTypes.string,
63
+ path: PropTypes.string,
62
64
  }).isRequired,
63
65
  submitUrl: PropTypes.string,
64
66
  successMessage: PropTypes.string,
@@ -4,6 +4,7 @@ import PropTypes from 'prop-types';
4
4
  import { globalHistory } from '@reach/router';
5
5
  import { prettyTracker } from '~helpers/getters';
6
6
  import { setCookie } from '~helpers/cookies';
7
+ import keygen from '~helpers/keygen';
7
8
  import { getTrackingAPIParams } from '~helpers/tracker';
8
9
 
9
10
  const PrettyLink = ({
@@ -37,6 +38,11 @@ const PrettyLink = ({
37
38
  1,
38
39
  '/'
39
40
  );
41
+
42
+ if (process.env.ENABLE_PIXEL === 'true' && typeof window.fbq !== 'undefined') {
43
+ // Call fbq track event
44
+ window.fbq('track', 'InitiateCheckout', { keyID: keygen() });
45
+ }
40
46
  };
41
47
 
42
48
  return (
@@ -5,6 +5,7 @@ import Module from '~molecules/module';
5
5
  import styles from './main.module.scss';
6
6
  import keygen from '~helpers/keygen';
7
7
  import settings from '../../../constants/settings.mjs';
8
+ import AuthorBoxComponent from '../../atoms/author-box';
8
9
  import { isSearchPath } from '~helpers/isSearchPath';
9
10
 
10
11
  const Main = ({
@@ -27,7 +28,7 @@ const Main = ({
27
28
 
28
29
  const SearchPage = pathPrefixes ? lazy(() => import(`~pages/search`)) : null;
29
30
  const HtmlSitemap = pageContext.sitemapData ? lazy(() => import(`~atoms/sitemap`)) : null;
30
- const AuthorBox = page.author_id ? lazy(() => import(`~atoms/author-box/template-one`)) : null;
31
+ const AuthorBox = page.author_id;
31
32
  const NotFound = page?.path?.includes('404') ? lazy(() => import(`~atoms/not-found`)) : null;
32
33
  const Newsletter = showNewsletter ? lazy(() => import('~molecules/newsletter')) : null;
33
34
  const NewsletterSuccess =
@@ -61,7 +62,7 @@ const Main = ({
61
62
  )}
62
63
  {AuthorBox && (
63
64
  <Suspense fallback={<></>}>
64
- <AuthorBox
65
+ <AuthorBoxComponent
65
66
  author={page.author}
66
67
  date={page.updated_at ? page.updated_at : page.created_at}
67
68
  readingTime={page.reading_time}
@@ -76,7 +77,7 @@ const Main = ({
76
77
  )}
77
78
  {Newsletter && (
78
79
  <Suspense fallback={<></>}>
79
- <Newsletter page={page} />
80
+ <Newsletter page={page} isSticky={false} />
80
81
  </Suspense>
81
82
  )}
82
83
  {NewsletterSuccess && (
@@ -28,7 +28,7 @@ const Menu = ({
28
28
 
29
29
  const { setShowSearch, setShowMenu, showMenu, showSearch } = useContext(NavigationContext);
30
30
 
31
- if (section.modules) {
31
+ if (section?.modules) {
32
32
  menuObject = getMenuObj(section.modules, menu);
33
33
  }
34
34