@shift72/core-template 1.9.5 → 1.9.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +124 -6
- package/kibble.json +1 -1
- package/package.json +1 -1
- package/site/ar_LB.all.json +4 -1
- package/site/ca_ES.all.json +4 -1
- package/site/da_DK.all.json +4 -1
- package/site/de_DE.all.json +4 -1
- package/site/el_EL.all.json +4 -1
- package/site/en_AU.all.json +4 -1
- package/site/es_ES.all.json +4 -1
- package/site/es_MX.all.json +4 -1
- package/site/et_ET.all.json +4 -1
- package/site/fi_FI.all.json +4 -1
- package/site/fr_FR.all.json +4 -1
- package/site/hr_HR.all.json +4 -1
- package/site/hu_HU.all.json +4 -1
- package/site/it_IT.all.json +4 -1
- package/site/ja_JP.all.json +4 -1
- package/site/lt_LT.all.json +4 -1
- package/site/nl_BE.all.json +4 -1
- package/site/no_NO.all.json +4 -1
- package/site/pl_PL.all.json +4 -1
- package/site/pt_BR.all.json +4 -1
- package/site/pt_PT.all.json +4 -1
- package/site/ru_RU.all.json +4 -1
- package/site/sr_SR.all.json +4 -1
- package/site/static/images/icons/androidtv.svg +36 -0
- package/site/static/images/icons/google-play-badge.png +0 -0
- package/site/styles/_carousel.scss +1 -1
- package/site/styles/_footer.scss +7 -0
- package/site/styles/_variables.scss +8 -3
- package/site/templates/application/application.jet +3 -0
- package/site/templates/application/footer/app-badges.jet +5 -1
- package/site/templates/application/pixel.jet +49 -0
- package/site/templates/common/cta_buttons.jet +1 -1
- package/site/tr_TR.all.json +4 -1
- package/site/uk_UA.all.json +4 -1
- package/site/zh_TW.all.json +4 -1
- package/site/static/images/icons/androidtv.png +0 -0
package/CHANGELOG.md
CHANGED
@@ -1,23 +1,49 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [Unreleased](https://github.com/shift72/core-template/compare/1.9.
|
3
|
+
## [Unreleased](https://github.com/shift72/core-template/compare/1.9.6...HEAD)
|
4
|
+
|
5
|
+
### Added
|
6
|
+
|
7
|
+
### Changed
|
8
|
+
|
9
|
+
### Fixed
|
10
|
+
|
11
|
+
## [1.9.6](https://github.com/shift72/core-template/compare/1.9.5...1.9.6)
|
12
|
+
|
13
|
+
### Added
|
14
|
+
|
15
|
+
- Facebook / meta pixel support
|
16
|
+
- Ability to disable letterboxd share
|
17
|
+
- Translations for new checkout 'watch from' button
|
18
|
+
|
19
|
+
### Changed
|
20
|
+
|
21
|
+
- Updated branding for Google Play / Android TV
|
22
|
+
- Small carousel styling tweaks
|
4
23
|
|
5
24
|
## [1.9.5](https://github.com/shift72/core-template/compare/1.9.4...1.9.5)
|
25
|
+
|
6
26
|
### Changed
|
27
|
+
|
7
28
|
- Slider arrows code refactor and add css variable to change arrow color.
|
8
29
|
|
9
30
|
## [1.9.4](https://github.com/shift72/core-template/compare/1.9.3...1.9.4)
|
31
|
+
|
10
32
|
### Added
|
33
|
+
|
11
34
|
- external purchase CTA button (based on custom fields)
|
12
35
|
- page for signing users in across domains
|
13
36
|
|
14
37
|
## [1.9.3](https://github.com/shift72/core-template/compare/1.9.2...1.9.3)
|
38
|
+
|
15
39
|
### Added
|
40
|
+
|
16
41
|
- Show character names next to actors if populated. Can be disabled with feature toggle site_hide_cast_character_name
|
17
42
|
|
18
43
|
## [1.9.2](https://github.com/shift72/core-template/compare/1.9.1...1.9.2)
|
19
44
|
|
20
45
|
### Added
|
46
|
+
|
21
47
|
- Configuration to change or remove the forgot password link
|
22
48
|
- Configuration to change or remove the my account link
|
23
49
|
- Styling for SSO buttons
|
@@ -25,54 +51,64 @@
|
|
25
51
|
- linkedin social link
|
26
52
|
|
27
53
|
### Changed
|
54
|
+
|
28
55
|
- Nav mobile top padding to meet design spec
|
29
56
|
- Social link redesign
|
30
57
|
|
31
58
|
### Fixed
|
59
|
+
|
32
60
|
- GA4 tracking of ecommerce data
|
33
61
|
- Form control styling bug in 1.9.1
|
34
62
|
|
35
63
|
## [1.9.1](https://github.com/shift72/core-template/compare/1.9.0...1.9.1)
|
36
64
|
|
37
65
|
### Changed
|
66
|
+
|
38
67
|
- Bumped base version of relish to 1.4.x
|
39
68
|
|
40
69
|
## [1.9.0](https://github.com/shift72/core-template/compare/1.8.0...1.9.0)
|
41
70
|
|
42
71
|
### Added
|
43
|
-
|
72
|
+
|
73
|
+
- Support for Relish email verification
|
44
74
|
|
45
75
|
### Fixed
|
46
|
-
- Border radius for longer width buttons
|
47
76
|
|
77
|
+
- Border radius for longer width buttons
|
48
78
|
|
49
79
|
## [1.8.0](https://github.com/shift72/core-template/compare/1.7.0...1.8.0)
|
50
80
|
|
51
81
|
### Added
|
82
|
+
|
52
83
|
- CSS for the new purchase flow.
|
53
84
|
- Social links in the footer.
|
54
85
|
- TV app banners in the footer.
|
55
86
|
|
56
87
|
### Fixed
|
88
|
+
|
57
89
|
- Links to specific episodes from collections (inc homepage carousel).
|
58
90
|
- 60 mins runtime now shows as 1h 0m.
|
59
91
|
|
60
92
|
## [1.7.0](https://github.com/shift72/core-template/compare/1.6.0...1.7.0)
|
61
93
|
|
62
94
|
### Added
|
95
|
+
|
63
96
|
- Bonus content and episode show/hide component.
|
64
97
|
|
65
98
|
### Changed
|
99
|
+
|
66
100
|
- Modified powered_by_url translations.
|
67
101
|
- Various spacing style changes.
|
68
102
|
|
69
103
|
### Fixed
|
104
|
+
|
70
105
|
- Pricing buttons no longer get squashed in Firefox.
|
71
106
|
- Spacing issues on small screens.
|
72
107
|
|
73
108
|
## [1.6.0](https://github.com/shift72/core-template/compare/1.5.1...1.6.0)
|
74
109
|
|
75
110
|
### Added
|
111
|
+
|
76
112
|
- AB#9564 Live label to film detail page and carousel with translations.
|
77
113
|
- AB#9361 Translations for live events, poster live availability status styling changes
|
78
114
|
- Translations for live event purchase flow.
|
@@ -81,37 +117,45 @@
|
|
81
117
|
- Award categories moved to above film description
|
82
118
|
|
83
119
|
### Fixed
|
120
|
+
|
84
121
|
- Inline cta buttons now grow when text is wider than button width.
|
85
122
|
- TV season detail page layout now matches film detail page layout.
|
86
123
|
- Trailer autoplay disabled for CTA buttons in homepage carousel.
|
87
124
|
|
88
125
|
### Fixed
|
126
|
+
|
89
127
|
- Gap below page-collections consistent with sliders
|
90
128
|
- Made item-collections similar in structure and style to sliders, renamed accordingly
|
91
129
|
|
92
130
|
### Fixed
|
131
|
+
|
93
132
|
- Bundle page style regression
|
94
133
|
|
95
134
|
## [1.5.1](https://github.com/shift72/core-template/compare/1.5.0...1.5.1)
|
96
135
|
|
97
136
|
## Changed
|
137
|
+
|
98
138
|
- Revert relish version to 1.3 from latest
|
99
139
|
|
100
140
|
## [1.5.0](https://github.com/shift72/core-template/compare/1.4.0...1.5.0)
|
101
141
|
|
102
142
|
### Added
|
143
|
+
|
103
144
|
- Translations for discount errors
|
104
145
|
|
105
146
|
## Changed
|
147
|
+
|
106
148
|
- Spacing between components AB#9013
|
107
149
|
|
108
150
|
### Fixed
|
151
|
+
|
109
152
|
- Default language now gets set either by site record or kibble.json depending on if DB translations are enabled AB#9675
|
110
153
|
- Fixed incorrect Portuguese translation for shopping success
|
111
154
|
|
112
155
|
## [1.4.0](https://github.com/shift72/core-template/compare/1.3.0...1.4.0)
|
113
156
|
|
114
157
|
### Added
|
158
|
+
|
115
159
|
- Add new variables to change the font sizes and letter spacing of headings, subtitles, body text, etc.
|
116
160
|
- Add translations for intervals without counts
|
117
161
|
- New keys for translations that were used by Relish and Core-template removing their overlapping usage
|
@@ -121,6 +165,7 @@
|
|
121
165
|
- Added support to toggle on cloudsearch via Meta > cloudsearch feature toggle.
|
122
166
|
|
123
167
|
## Changed
|
168
|
+
|
124
169
|
- Moved the carousel availability label above the CTA's.
|
125
170
|
- The site url in kibble.json now points to [tvoddemo.shift72.com](https://tvoddemo.shift72.com).
|
126
171
|
- Full width background image and gradient on meta detail pages
|
@@ -128,6 +173,7 @@
|
|
128
173
|
- Translations refer to "CVC" rather than "CVV" at payment stage
|
129
174
|
|
130
175
|
### Fixed
|
176
|
+
|
131
177
|
- Broken share modal styles.
|
132
178
|
- Fixed translation for plan frequency in plans.html
|
133
179
|
- Added Intl to polyfill to catch iOS devices.
|
@@ -140,10 +186,12 @@ No changes from `alpha-0`.
|
|
140
186
|
## [1.3.0-alpha.0](https://github.com/shift72/core-template/compare/1.2.0...1.3.0-alpha.0)
|
141
187
|
|
142
188
|
### Added
|
189
|
+
|
143
190
|
- Add translations for subscription recurrence on purchase CTA.
|
144
191
|
- Add translations for more friendlier stripe & error messages. (`stripe_card_not_supported`, `something_bad_happened`).
|
145
192
|
|
146
193
|
### Fixed
|
194
|
+
|
147
195
|
- Spinner not rotating.
|
148
196
|
|
149
197
|
## [1.2.0](https://github.com/shift72/core-template/compare/1.2.0-alpha.0...1.2.0)
|
@@ -153,6 +201,7 @@ No changes from `alpha-0`.
|
|
153
201
|
## [1.2.0-alpha.0](https://github.com/shift72/core-template/compare/1.1.0...1.2.0-alpha.0)
|
154
202
|
|
155
203
|
### Added
|
204
|
+
|
156
205
|
- Tooltips on meta detail/item CTA buttons.
|
157
206
|
- Language strings changed for `shopping_complete_promo_only`.
|
158
207
|
- Text label on save credit card component changed to "Add new card".
|
@@ -161,16 +210,19 @@ No changes from `alpha-0`.
|
|
161
210
|
- Play button i18n changed to 'Watch now' instead of 'Play now'
|
162
211
|
|
163
212
|
### Changed
|
213
|
+
|
164
214
|
- Taglines refactored with new DOM structure.
|
165
215
|
- Language strings for usersubscriptions_unsubscribe_modal_cancel and usersubscriptions_unsubscribe_modal_confirm
|
166
216
|
|
167
217
|
## [1.1.0](https://github.com/shift72/core-template/compare/1.0.0...1.1.0)
|
168
218
|
|
169
219
|
### Added
|
220
|
+
|
170
221
|
- Language strings for `shopping_card_update_reason_expired`.
|
171
222
|
- Carousel images can now be positioned via variables.
|
172
223
|
|
173
224
|
### Changed
|
225
|
+
|
174
226
|
- Awards icon from star to laurel.
|
175
227
|
- Meta detail page poster width, layout direction, spacing between nav and start of content adjusted at different breakpoints.
|
176
228
|
- Show play and pricing buttons based on item type on `meta_item.jet`.
|
@@ -186,6 +238,7 @@ No changes from `alpha-0`.
|
|
186
238
|
## [1.0.0-alpha.0](https://github.com/shift72/core-template/compare/0.6.0...1.0.0-alpha.0)
|
187
239
|
|
188
240
|
### Added
|
241
|
+
|
189
242
|
- Subscribe to watch button.
|
190
243
|
- Bundles tagline to show _n_ items rather than _n_ films.
|
191
244
|
- Keyboard controls for the carousel.
|
@@ -194,11 +247,13 @@ No changes from `alpha-0`.
|
|
194
247
|
- `url` parameter in share modals.
|
195
248
|
|
196
249
|
### Changed
|
250
|
+
|
197
251
|
- New Jet and CSS for reusable CTA (call-to-action) buttons. Used for consistent button appearance on film/tv/bundle pages and carousel slides.
|
198
252
|
- Reworked the carousel UI.
|
199
253
|
- Carousel background now extends the full width of the window.
|
200
254
|
|
201
255
|
### Fixed
|
256
|
+
|
202
257
|
- Remove whitespaces from mustaches variables in translations.
|
203
258
|
- Fix unwanted variables in translations.
|
204
259
|
- Sub-item CSS is no longer broken by the linter.
|
@@ -210,6 +265,7 @@ No changes from `alpha-0`.
|
|
210
265
|
## [0.6.0-alpha.0](https://github.com/shift72/core-template/compare/0.5.1...0.6.0-alpha.0)
|
211
266
|
|
212
267
|
### Added
|
268
|
+
|
213
269
|
- If the signed in user has plans to show, they will now be visible in `subscriptions.html.jet` with a link from "My Subscriptions" in the menu.
|
214
270
|
- Styling and translations to support SVOD subscriptions.
|
215
271
|
- `.nvmrc` to pin versions of Node/NPM.
|
@@ -219,10 +275,12 @@ No changes from `alpha-0`.
|
|
219
275
|
- Sponsor image in carousel and meta detail.
|
220
276
|
|
221
277
|
### Changed
|
278
|
+
|
222
279
|
- Default Font Awesome removed. A trimmed icons file is now in `fa-s72.woff` being used by `_icons.scss`.
|
223
280
|
- Styling changes to awards and availability label/status.
|
224
281
|
|
225
282
|
### Fixed
|
283
|
+
|
226
284
|
- Removed some redundant wishlist CSS.
|
227
285
|
- Improved and translated element switcher.
|
228
286
|
- Removed suffixed `plan` from subscription translations.
|
@@ -233,14 +291,17 @@ No changes from `alpha-0`.
|
|
233
291
|
## [0.5.1](https://github.com/shift72/core-template/compare/0.5.0...0.5.1)
|
234
292
|
|
235
293
|
### Changed
|
294
|
+
|
236
295
|
- Upgrade to kibble `0.16.7`.
|
237
296
|
|
238
297
|
### Fixed
|
298
|
+
|
239
299
|
- Sentence casing for `en_AU` translation about passes.
|
240
300
|
|
241
301
|
## [0.5.0](https://github.com/shift72/core-template/compare/0.4.4...0.5.0)
|
242
302
|
|
243
303
|
### Added
|
304
|
+
|
244
305
|
- Start the site with an admin build: `npm start --admin`.
|
245
306
|
- Added Core template version to `<head>` and `kibble.json`.
|
246
307
|
- Added styling for floating donate button to use button sass variables.
|
@@ -248,38 +309,45 @@ No changes from `alpha-0`.
|
|
248
309
|
- Automated translation command.
|
249
310
|
|
250
311
|
### Changed
|
312
|
+
|
251
313
|
- Upgrade to kibble `0.16.6`.
|
252
314
|
- Moved references from `film.Images` to `film.ImageMap`.
|
253
315
|
- Removed minimum page height from content pages.
|
254
316
|
- Moved skip link above cookie consent banner
|
255
317
|
|
256
318
|
### Changed
|
319
|
+
|
257
320
|
- Upgrade to kibble `0.16.6`.
|
258
321
|
- Moved references from `film.Images` to `film.ImageMap`.
|
259
322
|
- Removed minimum page height from content pages.
|
260
323
|
- Moved skip link above cookie consent banner
|
261
324
|
|
262
325
|
### Fixed
|
326
|
+
|
263
327
|
- Can now override the cookie consent styling.
|
264
328
|
- Can now send analytics data to both GA4 and UA Legacy google analytics (GA4 previously not supported).
|
265
329
|
|
266
330
|
## [0.4.4](https://github.com/shift72/core-template/compare/0.4.3...0.4.4)
|
267
331
|
|
268
332
|
### Added
|
333
|
+
|
269
334
|
- Awards categories.
|
270
335
|
|
271
336
|
### Fixed
|
337
|
+
|
272
338
|
- Fixed obsolete `$primary` var for trailer button.
|
273
339
|
|
274
340
|
## [0.4.3](https://github.com/shift72/core-template/compare/0.4.2...0.4.3)
|
275
341
|
|
276
342
|
### Added
|
343
|
+
|
277
344
|
- Awards categories.
|
278
345
|
- Floating donate button.
|
279
346
|
- External custom CSS link in head.
|
280
347
|
- Scripts for downloading/uploading custom CSS files for use with local development.
|
281
348
|
|
282
349
|
### Changed
|
350
|
+
|
283
351
|
- Replaced various Sass variables with CSS variables.
|
284
352
|
- Added workarounds for Sass and Bootstrap functions that don't understand CSS variables.
|
285
353
|
- Kibble `0.16.4`.
|
@@ -289,15 +357,18 @@ No changes from `alpha-0`.
|
|
289
357
|
## [0.4.2](https://github.com/shift72/core-template/compare/0.4.1...0.4.2)
|
290
358
|
|
291
359
|
### Added
|
360
|
+
|
292
361
|
- Lang files updated with entries for purchasing one-off passes.
|
293
362
|
- Sponsor banner.
|
294
363
|
|
295
364
|
### Fixed
|
365
|
+
|
296
366
|
- Typo in English language file.
|
297
367
|
|
298
368
|
## [0.4.1](https://github.com/shift72/core-template/compare/0.4.0...0.4.1)
|
299
369
|
|
300
370
|
### Added
|
371
|
+
|
301
372
|
- Fixed layout issue with TV Season detail page.
|
302
373
|
- Support for header images on content pages.
|
303
374
|
|
@@ -308,36 +379,43 @@ No changes from RC0.
|
|
308
379
|
## [0.4.0-rc.0](https://github.com/shift72/core-template/compare/0.3.8...0.4.0-rc.0)
|
309
380
|
|
310
381
|
### Added
|
382
|
+
|
311
383
|
- Support for purchasing plans and pages to showcase them.
|
312
384
|
- Support for award nominations on carousel, meta item partials and film pages.
|
313
385
|
- Separate template for overriding with custom fonts.
|
314
386
|
|
315
387
|
### Changed
|
388
|
+
|
316
389
|
- Moved separator line from footer jet into app badge jet.
|
317
390
|
- Kibble upgraded to `0.15.22`.
|
318
391
|
- Application templates moved to `/site/templates/application/`.
|
319
392
|
- Links (`<a>` tags) without a `class` attribute have `text-decoration: underline`.
|
320
393
|
|
321
394
|
### Fixed
|
395
|
+
|
322
396
|
- Curated pages with a collection no longer has a `min-height` that was forcing a gap before the collection.
|
323
397
|
|
324
398
|
## [0.3.8](https://github.com/shift72/core-template/compare/0.3.7...0.3.8)
|
325
399
|
|
326
400
|
### Fixed
|
401
|
+
|
327
402
|
- Genre limit on meta-item-tagline now works again.
|
328
403
|
- Typo in English translations file.
|
329
404
|
|
330
405
|
## [0.3.7](https://github.com/shift72/core-template/compare/0.3.6...0.3.7)
|
331
406
|
|
332
407
|
### Added
|
333
|
-
|
334
|
-
-
|
408
|
+
|
409
|
+
- Separator div template with `border-bottom`. Used by app banner.
|
410
|
+
- Background image template. Used by bundle and curated pages (so far).
|
335
411
|
|
336
412
|
### Changed
|
413
|
+
|
337
414
|
- Removed `border-bottom` from app banner.
|
338
|
-
- Atomized common elements for content and curated pages.
|
415
|
+
- Atomized common elements for content and curated pages. CSS is shared now too.
|
339
416
|
|
340
417
|
### Fixed
|
418
|
+
|
341
419
|
- The Sass variables for setting the logo size (`$navbar-brand-min-width-md`/`$navbar-brand-min-width-lg`) are now used for their respective breakpoints.
|
342
420
|
- List left/right padding now changes at the correct breakpoint (`lg` instead of `md`).
|
343
421
|
- Curated page text content now has a maximum width to mirror behaviour of content page text content.
|
@@ -346,11 +424,13 @@ No changes from RC0.
|
|
346
424
|
## [0.3.6](https://github.com/shift72/core-template/compare/0.3.5...0.3.6)
|
347
425
|
|
348
426
|
### Fixed
|
427
|
+
|
349
428
|
- Purchase modal duration values fixed for every language.
|
350
429
|
|
351
430
|
## [0.3.5](https://github.com/shift72/core-template/compare/0.3.4...0.3.5)
|
352
431
|
|
353
432
|
### Fixed
|
433
|
+
|
354
434
|
- Nav vertical line is now hidden when search and language selector are both disabled.
|
355
435
|
- Decoupled footer and accept invite header language variables.
|
356
436
|
- Added missing rental duration language variables.
|
@@ -358,47 +438,58 @@ No changes from RC0.
|
|
358
438
|
## [0.3.4](https://github.com/shift72/core-template/compare/0.3.3...0.3.4)
|
359
439
|
|
360
440
|
### Changed
|
441
|
+
|
361
442
|
- Swapped Letterboxd social share icon for a different one.
|
362
443
|
|
363
444
|
## [0.3.3](https://github.com/shift72/core-template/compare/0.3.2...0.3.3)
|
364
445
|
|
365
446
|
### Added
|
447
|
+
|
366
448
|
- Added Catalan (`ca_ES`) translations file.
|
367
449
|
|
368
450
|
## [0.3.2](https://github.com/shift72/core-template/compare/0.3.1...0.3.2)
|
369
451
|
|
370
452
|
### Fixed
|
453
|
+
|
371
454
|
- Nav vertical line margins now on both sides.
|
372
455
|
- Modal trailer margins.
|
373
456
|
|
374
457
|
### Fixed
|
458
|
+
|
375
459
|
- html tags were not being escaped in some places
|
376
460
|
|
377
461
|
### Changed
|
462
|
+
|
378
463
|
- Moved year from film/tv titles into tagline.
|
379
464
|
- Redesigned meta item tagline jet for easier development.
|
380
465
|
|
381
466
|
### Fixed
|
467
|
+
|
382
468
|
- Homepage has correct top-padding when carousel is empty.
|
383
469
|
|
384
470
|
## [0.3.1](https://github.com/shift72/core-template/compare/0.3.0-beta.4...0.3.1)
|
385
471
|
|
386
472
|
### Added
|
473
|
+
|
387
474
|
- Added Letterboxd social button.
|
388
475
|
|
389
476
|
### Changed
|
477
|
+
|
390
478
|
- Targeting Kibble 0.15.19.
|
391
479
|
|
392
480
|
### Fixed
|
481
|
+
|
393
482
|
- Signout button text colour now matches body text colour.
|
394
483
|
|
395
484
|
## [0.3.0-beta.4](https://github.com/shift72/core-template/compare/0.3.0-beta.3...0.3.0-beta.4)
|
396
485
|
|
397
486
|
### Added
|
487
|
+
|
398
488
|
- App badges now display automatically when configured in Uber Admin.
|
399
489
|
- Added Brazilian Portuguese (`pt_BR`) translations file.
|
400
490
|
|
401
491
|
### Fixed
|
492
|
+
|
402
493
|
- Carousel tagline now uses theme colour.
|
403
494
|
- Signin button on VIP sites now has primary button styling.
|
404
495
|
- Padding for pages is now consistent.
|
@@ -406,32 +497,38 @@ No changes from RC0.
|
|
406
497
|
## [0.3.0-beta.3](https://github.com/shift72/core-template/compare/0.3.0-beta.2...0.3.0-beta.3) - 2021-09-06
|
407
498
|
|
408
499
|
### Changed
|
500
|
+
|
409
501
|
- Removed redundant supported devices json file.
|
410
502
|
|
411
503
|
## [0.3.0-beta.2](https://github.com/shift72/core-template/compare/0.3.0-beta.1...0.3.0-beta.2) - 2021-09-06
|
412
504
|
|
413
505
|
### Fixed
|
506
|
+
|
414
507
|
- Padding issue between wishlish and trailer buttons.
|
415
508
|
- Tablet menu overlay now supports light theme.
|
416
509
|
- Navigation height bug when increasing window size.
|
417
510
|
- Tablet navbar brand now relatively positioned.
|
418
511
|
|
419
512
|
### Changed
|
513
|
+
|
420
514
|
- Changed primary button font weight from bold to normal.
|
421
515
|
- Changed cookie banner accept button translations.
|
422
516
|
|
423
517
|
## [0.3.0-beta.1](https://github.com/shift72/core-template/compare/0.2.0-beta.1...0.3.0-beta.1) - 2021-08-13
|
424
518
|
|
425
519
|
### Added
|
520
|
+
|
426
521
|
- Added Croatian (`hr_HR`) translations file.
|
427
522
|
|
428
523
|
### Fixed
|
524
|
+
|
429
525
|
- The sign out button can now be selected with keyboard controls.
|
430
526
|
- Prevent rollup.js from clearing console output when rebuilding.
|
431
527
|
- Headed banner height replaced with min-height.
|
432
528
|
- Removed hardcoded English minutes reference in tagline.
|
433
529
|
|
434
530
|
### Changed
|
531
|
+
|
435
532
|
- Changed from Node Sass to Dart Sass.
|
436
533
|
- Improved linter rule sets.
|
437
534
|
- Major refactor of JS and SCSS files.
|
@@ -440,6 +537,7 @@ No changes from RC0.
|
|
440
537
|
## [0.2.0-beta.1](https://github.com/shift72/core-template/compare/0.1.0...0.2.0-beta.1) - 2021-08-05
|
441
538
|
|
442
539
|
### Added
|
540
|
+
|
443
541
|
- Added Stylelint, Prettier, and ESLint.
|
444
542
|
- Added Node.js CI for Github Actions.
|
445
543
|
- Added header banner.
|
@@ -448,10 +546,12 @@ No changes from RC0.
|
|
448
546
|
- Added Taiwanese Chinese (`zh_TW`) translations file.
|
449
547
|
|
450
548
|
### Changed
|
549
|
+
|
451
550
|
- Targeting Kibble 0.15.18.
|
452
551
|
- Strip HTML on taglines.
|
453
552
|
|
454
553
|
### Fixed
|
554
|
+
|
455
555
|
- Added missing focus rings to language selector.
|
456
556
|
- Error message background colour is now red.
|
457
557
|
- Body background accent colour is determined by body background.
|
@@ -459,6 +559,7 @@ No changes from RC0.
|
|
459
559
|
## [0.1.0](https://github.com/shift72/core-template/compare/0.1.0-beta-2...0.1.0) - 2021-07-16
|
460
560
|
|
461
561
|
### Added
|
562
|
+
|
462
563
|
- Added new searchbar behaviour:
|
463
564
|
- For all breakpoints, the search is collapsed by default until the magnifying glass is selected.
|
464
565
|
- For desktop, a small input is shown when selected.
|
@@ -467,11 +568,13 @@ No changes from RC0.
|
|
467
568
|
- Variables for link colour on the cookie banner.
|
468
569
|
|
469
570
|
### Changed
|
571
|
+
|
470
572
|
- Converted the header layout to flexbox.
|
471
573
|
- Dropdowns for navigation and user account actions in the mobile menu are now collapsed by default.
|
472
574
|
- English (`en_AU`) translations for TV Series changed to Season.
|
473
575
|
|
474
576
|
### Fixed
|
577
|
+
|
475
578
|
- Bundle page content is now left aligned.
|
476
579
|
- Removed underline from carousel arrows.
|
477
580
|
- Polish (`pl_PL`) Polskie renamed to Polski.
|
@@ -479,27 +582,33 @@ No changes from RC0.
|
|
479
582
|
## [0.1.0-beta.2](https://github.com/shift72/core-template/compare/0.1.0-alpha.1...0.1.0-beta.2) - 2021-06-28
|
480
583
|
|
481
584
|
### Changed
|
585
|
+
|
482
586
|
- Greek translations for shopping info.
|
483
587
|
|
484
588
|
### Fixed
|
589
|
+
|
485
590
|
- Footer logo is now centered in IE11.
|
486
591
|
|
487
592
|
## [0.1.0-beta.1](https://github.com/shift72/core-template/compare/0.1.0-alpha.4...0.1.0-beta.1) - 2021-06-21
|
488
593
|
|
489
594
|
### Added
|
595
|
+
|
490
596
|
- HTML landmarks, skip links and ARIA labels for screenreader support.
|
491
597
|
|
492
598
|
### Changed
|
599
|
+
|
493
600
|
- Hyperlink underlines for accessibility.
|
494
601
|
- Updated the footer design and added more extensiblity options.
|
495
602
|
|
496
603
|
### Fixed
|
604
|
+
|
497
605
|
- Heading hierachies for accessibility.
|
498
606
|
- Increased legibility on headings, tag lines, navigation and classifications.
|
499
607
|
- Bundles now check for the `media_item_caption` config before rendering the HTML for it.
|
500
608
|
- Datepicker now fits on smaller screens.
|
501
609
|
|
502
610
|
## [0.1.0-alpha.4](https://github.com/shift72/core-template/compare/0.1.0-alpha.3...0.1.0-alpha.4) - 2021-06-02
|
611
|
+
|
503
612
|
Repackage of `0.1.0-alpha.3`.
|
504
613
|
|
505
614
|
## [0.1.0-alpha.3](https://github.com/shift72/core-template/compare/0.1.0-alpha.2...0.1.0-alpha.3) - 2021-06-02
|
@@ -507,18 +616,27 @@ Repackage of `0.1.0-alpha.3`.
|
|
507
616
|
Note: packaging fail so fixes are in `0.1.0-alpha.4`.
|
508
617
|
|
509
618
|
### Fixed
|
619
|
+
|
510
620
|
- Live event buttons now stack vertically on list collection items.
|
511
621
|
- Better screenreader support on social buttons.
|
512
622
|
|
513
623
|
## [0.1.0-alpha.2](https://github.com/shift72/core-template/compare/0.1.0-alpha.1...0.1.0-alpha.2) - 2021-05-28
|
624
|
+
|
514
625
|
### Added
|
626
|
+
|
515
627
|
- German (`de_De`), English (`en_AU`), Spanish (`es_ES`), French (`fr_FR`) and Italian (`it_IT`) translations for Giropay payment option.
|
516
628
|
- New base Finnish (`fi_FI`) translation.
|
629
|
+
|
517
630
|
### Changed
|
631
|
+
|
518
632
|
- Logos were replaced with generic options, knowing that sites will override with client-specific logos. The navbar CSS was adjusted to accomodate the new logos.
|
633
|
+
|
519
634
|
### Fixed
|
635
|
+
|
520
636
|
- The fallback `iframe` for Google Tag Manager now has a `title` attribute applied for WCAG compliance.
|
521
637
|
|
522
638
|
## [0.1.0-alpha.1](https://github.com/shift72/core-template/releases/tag/0.1.0-alpha.1) - 2021-05-24
|
639
|
+
|
523
640
|
### Added
|
641
|
+
|
524
642
|
- Initial release of NPM package.
|
package/kibble.json
CHANGED
package/package.json
CHANGED
package/site/ar_LB.all.json
CHANGED
package/site/ca_ES.all.json
CHANGED
package/site/da_DK.all.json
CHANGED
package/site/de_DE.all.json
CHANGED
package/site/el_EL.all.json
CHANGED
package/site/en_AU.all.json
CHANGED
package/site/es_ES.all.json
CHANGED
package/site/es_MX.all.json
CHANGED
package/site/et_ET.all.json
CHANGED
package/site/fi_FI.all.json
CHANGED
package/site/fr_FR.all.json
CHANGED
package/site/hr_HR.all.json
CHANGED
package/site/hu_HU.all.json
CHANGED
package/site/it_IT.all.json
CHANGED
package/site/ja_JP.all.json
CHANGED
package/site/lt_LT.all.json
CHANGED
package/site/nl_BE.all.json
CHANGED
package/site/no_NO.all.json
CHANGED
package/site/pl_PL.all.json
CHANGED
package/site/pt_BR.all.json
CHANGED
package/site/pt_PT.all.json
CHANGED
package/site/ru_RU.all.json
CHANGED
package/site/sr_SR.all.json
CHANGED
@@ -0,0 +1,36 @@
|
|
1
|
+
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
|
2
|
+
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
3
|
+
width="122px" height="44px" viewBox="0 0 800 138" enable-background="new 0 0 800 138"
|
4
|
+
xml:space="preserve">
|
5
|
+
<g>
|
6
|
+
<path d="M43.714,44.202c12.974,0,23.79,6.668,28.827,13.874V46.002h19.816v90.08H78.899c-3.511,0-6.358-2.842-6.358-6.357v-5.705
|
7
|
+
c-5.037,7.2-15.853,13.863-28.827,13.863c-24.674,0-43.417-21.074-43.417-46.838S19.04,44.202,43.714,44.202 M47.319,62.221
|
8
|
+
c-16.037,0-26.848,12.608-26.848,28.824c0,16.211,10.811,28.827,26.848,28.827c16.032,0,26.848-12.616,26.848-28.827
|
9
|
+
C74.167,74.829,63.352,62.221,47.319,62.221" fill="currentColor"/>
|
10
|
+
<path d="M114.863,46.005h19.821v12.25c5.4-9.005,15.674-14.05,27.385-14.05c20.895,0,34.411,14.773,34.411,37.655v54.222h-13.463
|
11
|
+
c-3.51,0-6.358-2.847-6.358-6.357V85.103c0-14.231-7.21-22.879-18.732-22.879c-13.153,0-23.242,10.269-23.242,29.542v44.316
|
12
|
+
h-13.469c-3.505,0-6.353-2.847-6.353-6.357V46.005z" fill="currentColor"/>
|
13
|
+
<path d="M255.575,44.202c12.969,0,23.785,6.668,28.827,13.874V0.967h19.811v135.115h-13.458c-3.505,0-6.353-2.842-6.353-6.357
|
14
|
+
v-5.705c-5.042,7.2-15.858,13.863-28.827,13.863c-24.685,0-43.421-21.074-43.421-46.838S230.891,44.202,255.575,44.202
|
15
|
+
M259.181,62.221c-16.032,0-26.843,12.608-26.843,28.824c0,16.211,10.811,28.827,26.843,28.827
|
16
|
+
c16.026,0,26.837-12.616,26.837-28.827C286.018,74.829,275.207,62.221,259.181,62.221" fill="currentColor"/>
|
17
|
+
<path d="M326.724,46.005h19.816v16.034c3.421-10.269,13.511-16.934,23.784-16.934c2.516,0,5.047,0.182,7.748,0.721v20.356
|
18
|
+
c-3.432-1.082-6.305-1.621-9.905-1.621c-11.353,0-21.626,9.553-21.626,27.568v43.953h-13.463c-3.505,0-6.353-2.847-6.353-6.357
|
19
|
+
V46.005z" fill="currentColor"/>
|
20
|
+
<path d="M431.504,137.883c-26.658,0-47.2-20.722-47.2-46.833c0-26.124,20.542-46.848,47.2-46.848
|
21
|
+
c26.669,0,47.201,20.719,47.201,46.848C478.705,117.161,458.173,137.883,431.504,137.883 M431.504,119.514
|
22
|
+
c15.854,0,27.027-12.437,27.027-28.464c0-16.031-11.174-28.468-27.027-28.468c-16.031,0-27.2,12.437-27.2,28.468
|
23
|
+
C404.304,107.077,415.473,119.514,431.504,119.514" fill="currentColor"/>
|
24
|
+
<path d="M504.674,26.37c-7.205,0-13.332-5.939-13.332-13.334c0-7.206,6.127-13.15,13.332-13.15c7.384,0,13.152,5.945,13.152,13.15
|
25
|
+
C517.826,20.431,512.058,26.37,504.674,26.37 M494.773,46.002h19.811v90.08h-13.458c-3.511,0-6.353-2.853-6.353-6.357V46.002z" fill="currentColor"/>
|
26
|
+
<path d="M574.285,44.202c12.974,0,23.785,6.668,28.832,13.874V0.967h19.816v135.115h-13.458c-3.517,0-6.358-2.842-6.358-6.357
|
27
|
+
v-5.705c-5.047,7.2-15.858,13.863-28.832,13.863c-24.674,0-43.411-21.074-43.411-46.838S549.611,44.202,574.285,44.202
|
28
|
+
M577.891,62.221c-16.026,0-26.837,12.608-26.837,28.824c0,16.211,10.811,28.827,26.837,28.827
|
29
|
+
c16.037,0,26.848-12.616,26.848-28.827C604.738,74.829,593.928,62.221,577.891,62.221" fill="currentColor"/>
|
30
|
+
<path d="M657.387,57.463h-19.39V45.51h19.39V20.323h12.679V45.51h26.453v11.953h-26.453v52.361
|
31
|
+
c0,11.048,4.896,15.395,15.037,15.395c3.621,0,8.517-0.726,11.416-1.989v11.411c-4.174,1.632-8.516,2.357-13.41,2.357
|
32
|
+
c-15.396,0-25.722-8.884-25.722-26.095V57.463z" fill="currentColor"/>
|
33
|
+
<polygon points="799.604,45.507 757.215,136.093 747.251,136.093 704.855,45.507 718.987,45.507 752.141,117.43 785.294,45.507
|
34
|
+
" fill="currentColor"/>
|
35
|
+
</g>
|
36
|
+
</svg>
|
Binary file
|
package/site/styles/_footer.scss
CHANGED
@@ -164,6 +164,13 @@ footer {
|
|
164
164
|
display: flex;
|
165
165
|
height: 45px;
|
166
166
|
}
|
167
|
+
.app-badge-android-tv {
|
168
|
+
background-color: var(--footer-app-badge-android-tv);
|
169
|
+
height: 44px;
|
170
|
+
width: 122px;
|
171
|
+
mask: url('/images/icons/androidtv.svg') no-repeat center / contain;
|
172
|
+
-webkit-mask: url('/images/icons/androidtv.svg') no-repeat center / contain;
|
173
|
+
}
|
167
174
|
}
|
168
175
|
|
169
176
|
.app-badge-title,
|
@@ -76,6 +76,9 @@
|
|
76
76
|
--navbar-brand-height: 50px;
|
77
77
|
|
78
78
|
--footer-brand-height: 50px;
|
79
|
+
--footer-app-badge-android-tv: var(
|
80
|
+
--body-color
|
81
|
+
); // AndroidTV brand guidelines state this must be black or white
|
79
82
|
--footer-social-bg: var(--body-bg-accent);
|
80
83
|
--footer-social-bg-hover: var(--primary);
|
81
84
|
--footer-social-icon: var(--body-color);
|
@@ -107,9 +110,10 @@
|
|
107
110
|
--signin-sso-btn-background-color: var(--button-background);
|
108
111
|
--signin-sso-btn-background-hover-color: var(--button-background-hover);
|
109
112
|
|
110
|
-
|
111
|
-
--carousel-height
|
112
|
-
--carousel-height-
|
113
|
+
// Carousel
|
114
|
+
--carousel-height: 88vh;
|
115
|
+
--carousel-height-sm: 88vh;
|
116
|
+
--carousel-height-lg: 88vh;
|
113
117
|
--carousel-bottom-gradient-height: 200px; // Increase this to 300px for light theme.
|
114
118
|
--carousel-bottom-gradient-height-sm: 200px; // Increase this to 300px for light theme.
|
115
119
|
--carousel-bottom-gradient-height-lg: 200px; // Increase this to 600px for light theme.
|
@@ -117,6 +121,7 @@
|
|
117
121
|
--carousel-image-object-position-sm: center;
|
118
122
|
--carousel-image-object-position-lg: center;
|
119
123
|
|
124
|
+
// Pages
|
120
125
|
--collection-padding-bottom: 40px;
|
121
126
|
|
122
127
|
--page-padding-top: 120px;
|
@@ -2,6 +2,7 @@
|
|
2
2
|
{{import "./head/seo.jet" }}
|
3
3
|
{{import "./nav/nav.jet"}}
|
4
4
|
{{import "./google.jet" }}
|
5
|
+
{{import "./pixel.jet"}}
|
5
6
|
{{import "./footer/footer.jet" }}
|
6
7
|
|
7
8
|
{{CDN := "//cdn.shift72.com/1.4"}}
|
@@ -76,6 +77,7 @@
|
|
76
77
|
<s72-cookie-consent></s72-cookie-consent>
|
77
78
|
|
78
79
|
{{yield googleTagManagerNoScript()}}
|
80
|
+
{{yield pixelNoScript()}}
|
79
81
|
|
80
82
|
{{block navigation()}}
|
81
83
|
{{yield nav() }}
|
@@ -86,6 +88,7 @@
|
|
86
88
|
{{yield footer()}}
|
87
89
|
|
88
90
|
{{yield googleScripts()}}
|
91
|
+
{{yield pixelScripts()}}
|
89
92
|
<s72-donate-button></s72-donate-button>
|
90
93
|
</body>
|
91
94
|
</html>
|
@@ -26,7 +26,11 @@
|
|
26
26
|
|
27
27
|
<div class="tv-app-badge-container">
|
28
28
|
{{yield appBadge(href=app_link_fire_tv, image="/images/icons/amazonfiretv.png", altKey="app_badge_fire_tv", imgClass="tv-badge-image")}}
|
29
|
-
{{
|
29
|
+
{{ if app_link_android_tv != "" }}
|
30
|
+
<a class="app-badge-link" href="{{app_link_android_tv}}" target="_blank">
|
31
|
+
<div class="app-badge-android-tv"></div>
|
32
|
+
</a>
|
33
|
+
{{ end }}
|
30
34
|
{{yield appBadge(href=app_link_apple_tv_enabled, image="/images/icons/appletv.png", altKey="app_badge_apple_tv", imgClass="tv-badge-image")}}
|
31
35
|
</div>
|
32
36
|
</div>
|
@@ -0,0 +1,49 @@
|
|
1
|
+
{{block pixelScripts(pixelID=config("meta_pixel_id"))}}
|
2
|
+
<!-- Meta Pixel Code -->
|
3
|
+
{{if pixelID != ""}}
|
4
|
+
<script>
|
5
|
+
function loadPixelScripts(messagebus) {
|
6
|
+
!function(f,b,e,v,n,t,s)
|
7
|
+
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
|
8
|
+
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
|
9
|
+
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
|
10
|
+
n.queue=[];t=b.createElement(e);t.async=!0;
|
11
|
+
t.src=v;s=b.getElementsByTagName(e)[0];
|
12
|
+
s.parentNode.insertBefore(t,s)}(window, document,'script',
|
13
|
+
'https://connect.facebook.net/en_US/fbevents.js');
|
14
|
+
|
15
|
+
messagebus.publish('loaded-pixel-script', {{pixelID}});
|
16
|
+
};
|
17
|
+
</script>
|
18
|
+
{{end}}
|
19
|
+
<!-- End Meta Pixel Code -->
|
20
|
+
|
21
|
+
<script>
|
22
|
+
// Only send message to load Pixel if a/ the frontend cookie consent isn't required or b/ they've agreed to the cookie consent
|
23
|
+
var cookieConsentRequired = {{ isEnabled("frontend_cookie_consent") }};
|
24
|
+
|
25
|
+
document.addEventListener('s72loaded', function(event) {
|
26
|
+
let messagebus = event.detail.app.messagebus;
|
27
|
+
if(!cookieConsentRequired || event.detail.app.hasCookieConsent()) {
|
28
|
+
loadPixelScripts(messagebus);
|
29
|
+
}
|
30
|
+
else {
|
31
|
+
// Listen for an 'accept' of the cookie consent, in which case send message to load Pixel
|
32
|
+
messagebus.subscribe('cookie-consent-set', function(event) {
|
33
|
+
loadPixelScripts(messagebus);
|
34
|
+
});
|
35
|
+
}
|
36
|
+
});
|
37
|
+
</script>
|
38
|
+
{{end}}
|
39
|
+
|
40
|
+
{{block pixelNoScript(pixelID=config("meta_pixel_id"))}}
|
41
|
+
{{if len(pixelID) > 0}}
|
42
|
+
{{if !isEnabled("frontend_cookie_consent")}};
|
43
|
+
<!-- Start Pixel (noscript) -->
|
44
|
+
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id={{pixelID}}&ev=PageView&noscript=1"/></noscript>
|
45
|
+
<!-- End Pixel (noscript) -->
|
46
|
+
{{end}}
|
47
|
+
{{end}}
|
48
|
+
{{end}}
|
49
|
+
|
@@ -62,7 +62,7 @@
|
|
62
62
|
{{end}}
|
63
63
|
|
64
64
|
{{if showShareButton}}
|
65
|
-
{{letterboxdID := isFilm ? .Refs.LetterboxdID : ""}}
|
65
|
+
{{letterboxdID := isFilm && config("show_letterboxd_share", "true") == "true" ? .Refs.LetterboxdID : ""}}
|
66
66
|
{{shareURL := site.SiteConfig.SiteURL + routeToSlug(slug)}}
|
67
67
|
{{yield socialMediaButtons(url=shareURL, letterboxdID=letterboxdID)}}
|
68
68
|
{{end}}
|
package/site/tr_TR.all.json
CHANGED
package/site/uk_UA.all.json
CHANGED
package/site/zh_TW.all.json
CHANGED
Binary file
|