@shift72/core-template 1.9.5 → 1.9.7

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 (43) hide show
  1. package/CHANGELOG.md +138 -6
  2. package/kibble.json +4 -1
  3. package/package.json +1 -1
  4. package/site/ar_LB.all.json +4 -1
  5. package/site/ca_ES.all.json +4 -1
  6. package/site/da_DK.all.json +4 -1
  7. package/site/de_DE.all.json +4 -1
  8. package/site/el_EL.all.json +4 -1
  9. package/site/en_AU.all.json +4 -1
  10. package/site/es_ES.all.json +4 -1
  11. package/site/es_MX.all.json +4 -1
  12. package/site/et_ET.all.json +4 -1
  13. package/site/fi_FI.all.json +4 -1
  14. package/site/fr_FR.all.json +4 -1
  15. package/site/hr_HR.all.json +4 -1
  16. package/site/hu_HU.all.json +4 -1
  17. package/site/it_IT.all.json +4 -1
  18. package/site/ja_JP.all.json +4 -1
  19. package/site/lt_LT.all.json +4 -1
  20. package/site/nl_BE.all.json +4 -1
  21. package/site/no_NO.all.json +4 -1
  22. package/site/pl_PL.all.json +4 -1
  23. package/site/plans.html.jet +6 -7
  24. package/site/pt_BR.all.json +4 -1
  25. package/site/pt_PT.all.json +4 -1
  26. package/site/ru_RU.all.json +4 -1
  27. package/site/sr_SR.all.json +4 -1
  28. package/site/static/fonts/fa-s72.woff +0 -0
  29. package/site/static/images/icons/androidtv.svg +36 -0
  30. package/site/static/images/icons/google-play-badge.png +0 -0
  31. package/site/styles/_carousel.scss +1 -1
  32. package/site/styles/_footer.scss +7 -0
  33. package/site/styles/_plans.scss +44 -14
  34. package/site/styles/_variables.scss +8 -3
  35. package/site/templates/application/application.jet +14 -0
  36. package/site/templates/application/footer/app-badges.jet +5 -1
  37. package/site/templates/application/footer/social-media-buttons.jet +2 -2
  38. package/site/templates/application/pixel.jet +49 -0
  39. package/site/templates/common/cta_buttons.jet +1 -1
  40. package/site/tr_TR.all.json +4 -1
  41. package/site/uk_UA.all.json +4 -1
  42. package/site/zh_TW.all.json +4 -1
  43. package/site/static/images/icons/androidtv.png +0 -0
package/CHANGELOG.md CHANGED
@@ -1,23 +1,63 @@
1
1
  # Changelog
2
2
 
3
- ## [Unreleased](https://github.com/shift72/core-template/compare/1.9.5...HEAD)
3
+ ## [Unreleased](https://github.com/shift72/core-template/compare/1.9.7...HEAD)
4
+
5
+ ### Added
6
+
7
+ ### Changed
8
+
9
+ ### Fixed
10
+
11
+ ## [1.9.6](https://github.com/shift72/core-template/compare/1.9.6...1.9.7)
12
+
13
+ ### Added
14
+
15
+ - New Checkout support
16
+
17
+ ### Changed
18
+
19
+ - Updated Twitter share and footer logo
20
+
21
+ ### Fixed
22
+
23
+ - Plans page alignment
24
+
25
+ ## [1.9.6](https://github.com/shift72/core-template/compare/1.9.5...1.9.6)
26
+
27
+ ### Added
28
+
29
+ - Facebook / meta pixel support
30
+ - Ability to disable letterboxd share
31
+ - Translations for new checkout 'watch from' button
32
+
33
+ ### Changed
34
+
35
+ - Updated branding for Google Play / Android TV
36
+ - Small carousel styling tweaks
4
37
 
5
38
  ## [1.9.5](https://github.com/shift72/core-template/compare/1.9.4...1.9.5)
39
+
6
40
  ### Changed
41
+
7
42
  - Slider arrows code refactor and add css variable to change arrow color.
8
43
 
9
44
  ## [1.9.4](https://github.com/shift72/core-template/compare/1.9.3...1.9.4)
45
+
10
46
  ### Added
47
+
11
48
  - external purchase CTA button (based on custom fields)
12
49
  - page for signing users in across domains
13
50
 
14
51
  ## [1.9.3](https://github.com/shift72/core-template/compare/1.9.2...1.9.3)
52
+
15
53
  ### Added
54
+
16
55
  - Show character names next to actors if populated. Can be disabled with feature toggle site_hide_cast_character_name
17
56
 
18
57
  ## [1.9.2](https://github.com/shift72/core-template/compare/1.9.1...1.9.2)
19
58
 
20
59
  ### Added
60
+
21
61
  - Configuration to change or remove the forgot password link
22
62
  - Configuration to change or remove the my account link
23
63
  - Styling for SSO buttons
@@ -25,54 +65,64 @@
25
65
  - linkedin social link
26
66
 
27
67
  ### Changed
68
+
28
69
  - Nav mobile top padding to meet design spec
29
70
  - Social link redesign
30
71
 
31
72
  ### Fixed
73
+
32
74
  - GA4 tracking of ecommerce data
33
75
  - Form control styling bug in 1.9.1
34
76
 
35
77
  ## [1.9.1](https://github.com/shift72/core-template/compare/1.9.0...1.9.1)
36
78
 
37
79
  ### Changed
80
+
38
81
  - Bumped base version of relish to 1.4.x
39
82
 
40
83
  ## [1.9.0](https://github.com/shift72/core-template/compare/1.8.0...1.9.0)
41
84
 
42
85
  ### Added
43
- - Support for Relish email verification
86
+
87
+ - Support for Relish email verification
44
88
 
45
89
  ### Fixed
46
- - Border radius for longer width buttons
47
90
 
91
+ - Border radius for longer width buttons
48
92
 
49
93
  ## [1.8.0](https://github.com/shift72/core-template/compare/1.7.0...1.8.0)
50
94
 
51
95
  ### Added
96
+
52
97
  - CSS for the new purchase flow.
53
98
  - Social links in the footer.
54
99
  - TV app banners in the footer.
55
100
 
56
101
  ### Fixed
102
+
57
103
  - Links to specific episodes from collections (inc homepage carousel).
58
104
  - 60 mins runtime now shows as 1h 0m.
59
105
 
60
106
  ## [1.7.0](https://github.com/shift72/core-template/compare/1.6.0...1.7.0)
61
107
 
62
108
  ### Added
109
+
63
110
  - Bonus content and episode show/hide component.
64
111
 
65
112
  ### Changed
113
+
66
114
  - Modified powered_by_url translations.
67
115
  - Various spacing style changes.
68
116
 
69
117
  ### Fixed
118
+
70
119
  - Pricing buttons no longer get squashed in Firefox.
71
120
  - Spacing issues on small screens.
72
121
 
73
122
  ## [1.6.0](https://github.com/shift72/core-template/compare/1.5.1...1.6.0)
74
123
 
75
124
  ### Added
125
+
76
126
  - AB#9564 Live label to film detail page and carousel with translations.
77
127
  - AB#9361 Translations for live events, poster live availability status styling changes
78
128
  - Translations for live event purchase flow.
@@ -81,37 +131,45 @@
81
131
  - Award categories moved to above film description
82
132
 
83
133
  ### Fixed
134
+
84
135
  - Inline cta buttons now grow when text is wider than button width.
85
136
  - TV season detail page layout now matches film detail page layout.
86
137
  - Trailer autoplay disabled for CTA buttons in homepage carousel.
87
138
 
88
139
  ### Fixed
140
+
89
141
  - Gap below page-collections consistent with sliders
90
142
  - Made item-collections similar in structure and style to sliders, renamed accordingly
91
143
 
92
144
  ### Fixed
145
+
93
146
  - Bundle page style regression
94
147
 
95
148
  ## [1.5.1](https://github.com/shift72/core-template/compare/1.5.0...1.5.1)
96
149
 
97
150
  ## Changed
151
+
98
152
  - Revert relish version to 1.3 from latest
99
153
 
100
154
  ## [1.5.0](https://github.com/shift72/core-template/compare/1.4.0...1.5.0)
101
155
 
102
156
  ### Added
157
+
103
158
  - Translations for discount errors
104
159
 
105
160
  ## Changed
161
+
106
162
  - Spacing between components AB#9013
107
163
 
108
164
  ### Fixed
165
+
109
166
  - Default language now gets set either by site record or kibble.json depending on if DB translations are enabled AB#9675
110
167
  - Fixed incorrect Portuguese translation for shopping success
111
168
 
112
169
  ## [1.4.0](https://github.com/shift72/core-template/compare/1.3.0...1.4.0)
113
170
 
114
171
  ### Added
172
+
115
173
  - Add new variables to change the font sizes and letter spacing of headings, subtitles, body text, etc.
116
174
  - Add translations for intervals without counts
117
175
  - New keys for translations that were used by Relish and Core-template removing their overlapping usage
@@ -121,6 +179,7 @@
121
179
  - Added support to toggle on cloudsearch via Meta > cloudsearch feature toggle.
122
180
 
123
181
  ## Changed
182
+
124
183
  - Moved the carousel availability label above the CTA's.
125
184
  - The site url in kibble.json now points to [tvoddemo.shift72.com](https://tvoddemo.shift72.com).
126
185
  - Full width background image and gradient on meta detail pages
@@ -128,6 +187,7 @@
128
187
  - Translations refer to "CVC" rather than "CVV" at payment stage
129
188
 
130
189
  ### Fixed
190
+
131
191
  - Broken share modal styles.
132
192
  - Fixed translation for plan frequency in plans.html
133
193
  - Added Intl to polyfill to catch iOS devices.
@@ -140,10 +200,12 @@ No changes from `alpha-0`.
140
200
  ## [1.3.0-alpha.0](https://github.com/shift72/core-template/compare/1.2.0...1.3.0-alpha.0)
141
201
 
142
202
  ### Added
203
+
143
204
  - Add translations for subscription recurrence on purchase CTA.
144
205
  - Add translations for more friendlier stripe & error messages. (`stripe_card_not_supported`, `something_bad_happened`).
145
206
 
146
207
  ### Fixed
208
+
147
209
  - Spinner not rotating.
148
210
 
149
211
  ## [1.2.0](https://github.com/shift72/core-template/compare/1.2.0-alpha.0...1.2.0)
@@ -153,6 +215,7 @@ No changes from `alpha-0`.
153
215
  ## [1.2.0-alpha.0](https://github.com/shift72/core-template/compare/1.1.0...1.2.0-alpha.0)
154
216
 
155
217
  ### Added
218
+
156
219
  - Tooltips on meta detail/item CTA buttons.
157
220
  - Language strings changed for `shopping_complete_promo_only`.
158
221
  - Text label on save credit card component changed to "Add new card".
@@ -161,16 +224,19 @@ No changes from `alpha-0`.
161
224
  - Play button i18n changed to 'Watch now' instead of 'Play now'
162
225
 
163
226
  ### Changed
227
+
164
228
  - Taglines refactored with new DOM structure.
165
229
  - Language strings for usersubscriptions_unsubscribe_modal_cancel and usersubscriptions_unsubscribe_modal_confirm
166
230
 
167
231
  ## [1.1.0](https://github.com/shift72/core-template/compare/1.0.0...1.1.0)
168
232
 
169
233
  ### Added
234
+
170
235
  - Language strings for `shopping_card_update_reason_expired`.
171
236
  - Carousel images can now be positioned via variables.
172
237
 
173
238
  ### Changed
239
+
174
240
  - Awards icon from star to laurel.
175
241
  - Meta detail page poster width, layout direction, spacing between nav and start of content adjusted at different breakpoints.
176
242
  - Show play and pricing buttons based on item type on `meta_item.jet`.
@@ -186,6 +252,7 @@ No changes from `alpha-0`.
186
252
  ## [1.0.0-alpha.0](https://github.com/shift72/core-template/compare/0.6.0...1.0.0-alpha.0)
187
253
 
188
254
  ### Added
255
+
189
256
  - Subscribe to watch button.
190
257
  - Bundles tagline to show _n_ items rather than _n_ films.
191
258
  - Keyboard controls for the carousel.
@@ -194,11 +261,13 @@ No changes from `alpha-0`.
194
261
  - `url` parameter in share modals.
195
262
 
196
263
  ### Changed
264
+
197
265
  - 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
266
  - Reworked the carousel UI.
199
267
  - Carousel background now extends the full width of the window.
200
268
 
201
269
  ### Fixed
270
+
202
271
  - Remove whitespaces from mustaches variables in translations.
203
272
  - Fix unwanted variables in translations.
204
273
  - Sub-item CSS is no longer broken by the linter.
@@ -210,6 +279,7 @@ No changes from `alpha-0`.
210
279
  ## [0.6.0-alpha.0](https://github.com/shift72/core-template/compare/0.5.1...0.6.0-alpha.0)
211
280
 
212
281
  ### Added
282
+
213
283
  - 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
284
  - Styling and translations to support SVOD subscriptions.
215
285
  - `.nvmrc` to pin versions of Node/NPM.
@@ -219,10 +289,12 @@ No changes from `alpha-0`.
219
289
  - Sponsor image in carousel and meta detail.
220
290
 
221
291
  ### Changed
292
+
222
293
  - Default Font Awesome removed. A trimmed icons file is now in `fa-s72.woff` being used by `_icons.scss`.
223
294
  - Styling changes to awards and availability label/status.
224
295
 
225
296
  ### Fixed
297
+
226
298
  - Removed some redundant wishlist CSS.
227
299
  - Improved and translated element switcher.
228
300
  - Removed suffixed `plan` from subscription translations.
@@ -233,14 +305,17 @@ No changes from `alpha-0`.
233
305
  ## [0.5.1](https://github.com/shift72/core-template/compare/0.5.0...0.5.1)
234
306
 
235
307
  ### Changed
308
+
236
309
  - Upgrade to kibble `0.16.7`.
237
310
 
238
311
  ### Fixed
312
+
239
313
  - Sentence casing for `en_AU` translation about passes.
240
314
 
241
315
  ## [0.5.0](https://github.com/shift72/core-template/compare/0.4.4...0.5.0)
242
316
 
243
317
  ### Added
318
+
244
319
  - Start the site with an admin build: `npm start --admin`.
245
320
  - Added Core template version to `<head>` and `kibble.json`.
246
321
  - Added styling for floating donate button to use button sass variables.
@@ -248,38 +323,45 @@ No changes from `alpha-0`.
248
323
  - Automated translation command.
249
324
 
250
325
  ### Changed
326
+
251
327
  - Upgrade to kibble `0.16.6`.
252
328
  - Moved references from `film.Images` to `film.ImageMap`.
253
329
  - Removed minimum page height from content pages.
254
330
  - Moved skip link above cookie consent banner
255
331
 
256
332
  ### Changed
333
+
257
334
  - Upgrade to kibble `0.16.6`.
258
335
  - Moved references from `film.Images` to `film.ImageMap`.
259
336
  - Removed minimum page height from content pages.
260
337
  - Moved skip link above cookie consent banner
261
338
 
262
339
  ### Fixed
340
+
263
341
  - Can now override the cookie consent styling.
264
342
  - Can now send analytics data to both GA4 and UA Legacy google analytics (GA4 previously not supported).
265
343
 
266
344
  ## [0.4.4](https://github.com/shift72/core-template/compare/0.4.3...0.4.4)
267
345
 
268
346
  ### Added
347
+
269
348
  - Awards categories.
270
349
 
271
350
  ### Fixed
351
+
272
352
  - Fixed obsolete `$primary` var for trailer button.
273
353
 
274
354
  ## [0.4.3](https://github.com/shift72/core-template/compare/0.4.2...0.4.3)
275
355
 
276
356
  ### Added
357
+
277
358
  - Awards categories.
278
359
  - Floating donate button.
279
360
  - External custom CSS link in head.
280
361
  - Scripts for downloading/uploading custom CSS files for use with local development.
281
362
 
282
363
  ### Changed
364
+
283
365
  - Replaced various Sass variables with CSS variables.
284
366
  - Added workarounds for Sass and Bootstrap functions that don't understand CSS variables.
285
367
  - Kibble `0.16.4`.
@@ -289,15 +371,18 @@ No changes from `alpha-0`.
289
371
  ## [0.4.2](https://github.com/shift72/core-template/compare/0.4.1...0.4.2)
290
372
 
291
373
  ### Added
374
+
292
375
  - Lang files updated with entries for purchasing one-off passes.
293
376
  - Sponsor banner.
294
377
 
295
378
  ### Fixed
379
+
296
380
  - Typo in English language file.
297
381
 
298
382
  ## [0.4.1](https://github.com/shift72/core-template/compare/0.4.0...0.4.1)
299
383
 
300
384
  ### Added
385
+
301
386
  - Fixed layout issue with TV Season detail page.
302
387
  - Support for header images on content pages.
303
388
 
@@ -308,36 +393,43 @@ No changes from RC0.
308
393
  ## [0.4.0-rc.0](https://github.com/shift72/core-template/compare/0.3.8...0.4.0-rc.0)
309
394
 
310
395
  ### Added
396
+
311
397
  - Support for purchasing plans and pages to showcase them.
312
398
  - Support for award nominations on carousel, meta item partials and film pages.
313
399
  - Separate template for overriding with custom fonts.
314
400
 
315
401
  ### Changed
402
+
316
403
  - Moved separator line from footer jet into app badge jet.
317
404
  - Kibble upgraded to `0.15.22`.
318
405
  - Application templates moved to `/site/templates/application/`.
319
406
  - Links (`<a>` tags) without a `class` attribute have `text-decoration: underline`.
320
407
 
321
408
  ### Fixed
409
+
322
410
  - Curated pages with a collection no longer has a `min-height` that was forcing a gap before the collection.
323
411
 
324
412
  ## [0.3.8](https://github.com/shift72/core-template/compare/0.3.7...0.3.8)
325
413
 
326
414
  ### Fixed
415
+
327
416
  - Genre limit on meta-item-tagline now works again.
328
417
  - Typo in English translations file.
329
418
 
330
419
  ## [0.3.7](https://github.com/shift72/core-template/compare/0.3.6...0.3.7)
331
420
 
332
421
  ### Added
333
- - Separator div template with `border-bottom`. Used by app banner.
334
- - Background image template. Used by bundle and curated pages (so far).
422
+
423
+ - Separator div template with `border-bottom`. Used by app banner.
424
+ - Background image template. Used by bundle and curated pages (so far).
335
425
 
336
426
  ### Changed
427
+
337
428
  - Removed `border-bottom` from app banner.
338
- - Atomized common elements for content and curated pages. CSS is shared now too.
429
+ - Atomized common elements for content and curated pages. CSS is shared now too.
339
430
 
340
431
  ### Fixed
432
+
341
433
  - 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
434
  - List left/right padding now changes at the correct breakpoint (`lg` instead of `md`).
343
435
  - Curated page text content now has a maximum width to mirror behaviour of content page text content.
@@ -346,11 +438,13 @@ No changes from RC0.
346
438
  ## [0.3.6](https://github.com/shift72/core-template/compare/0.3.5...0.3.6)
347
439
 
348
440
  ### Fixed
441
+
349
442
  - Purchase modal duration values fixed for every language.
350
443
 
351
444
  ## [0.3.5](https://github.com/shift72/core-template/compare/0.3.4...0.3.5)
352
445
 
353
446
  ### Fixed
447
+
354
448
  - Nav vertical line is now hidden when search and language selector are both disabled.
355
449
  - Decoupled footer and accept invite header language variables.
356
450
  - Added missing rental duration language variables.
@@ -358,47 +452,58 @@ No changes from RC0.
358
452
  ## [0.3.4](https://github.com/shift72/core-template/compare/0.3.3...0.3.4)
359
453
 
360
454
  ### Changed
455
+
361
456
  - Swapped Letterboxd social share icon for a different one.
362
457
 
363
458
  ## [0.3.3](https://github.com/shift72/core-template/compare/0.3.2...0.3.3)
364
459
 
365
460
  ### Added
461
+
366
462
  - Added Catalan (`ca_ES`) translations file.
367
463
 
368
464
  ## [0.3.2](https://github.com/shift72/core-template/compare/0.3.1...0.3.2)
369
465
 
370
466
  ### Fixed
467
+
371
468
  - Nav vertical line margins now on both sides.
372
469
  - Modal trailer margins.
373
470
 
374
471
  ### Fixed
472
+
375
473
  - html tags were not being escaped in some places
376
474
 
377
475
  ### Changed
476
+
378
477
  - Moved year from film/tv titles into tagline.
379
478
  - Redesigned meta item tagline jet for easier development.
380
479
 
381
480
  ### Fixed
481
+
382
482
  - Homepage has correct top-padding when carousel is empty.
383
483
 
384
484
  ## [0.3.1](https://github.com/shift72/core-template/compare/0.3.0-beta.4...0.3.1)
385
485
 
386
486
  ### Added
487
+
387
488
  - Added Letterboxd social button.
388
489
 
389
490
  ### Changed
491
+
390
492
  - Targeting Kibble 0.15.19.
391
493
 
392
494
  ### Fixed
495
+
393
496
  - Signout button text colour now matches body text colour.
394
497
 
395
498
  ## [0.3.0-beta.4](https://github.com/shift72/core-template/compare/0.3.0-beta.3...0.3.0-beta.4)
396
499
 
397
500
  ### Added
501
+
398
502
  - App badges now display automatically when configured in Uber Admin.
399
503
  - Added Brazilian Portuguese (`pt_BR`) translations file.
400
504
 
401
505
  ### Fixed
506
+
402
507
  - Carousel tagline now uses theme colour.
403
508
  - Signin button on VIP sites now has primary button styling.
404
509
  - Padding for pages is now consistent.
@@ -406,32 +511,38 @@ No changes from RC0.
406
511
  ## [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
512
 
408
513
  ### Changed
514
+
409
515
  - Removed redundant supported devices json file.
410
516
 
411
517
  ## [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
518
 
413
519
  ### Fixed
520
+
414
521
  - Padding issue between wishlish and trailer buttons.
415
522
  - Tablet menu overlay now supports light theme.
416
523
  - Navigation height bug when increasing window size.
417
524
  - Tablet navbar brand now relatively positioned.
418
525
 
419
526
  ### Changed
527
+
420
528
  - Changed primary button font weight from bold to normal.
421
529
  - Changed cookie banner accept button translations.
422
530
 
423
531
  ## [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
532
 
425
533
  ### Added
534
+
426
535
  - Added Croatian (`hr_HR`) translations file.
427
536
 
428
537
  ### Fixed
538
+
429
539
  - The sign out button can now be selected with keyboard controls.
430
540
  - Prevent rollup.js from clearing console output when rebuilding.
431
541
  - Headed banner height replaced with min-height.
432
542
  - Removed hardcoded English minutes reference in tagline.
433
543
 
434
544
  ### Changed
545
+
435
546
  - Changed from Node Sass to Dart Sass.
436
547
  - Improved linter rule sets.
437
548
  - Major refactor of JS and SCSS files.
@@ -440,6 +551,7 @@ No changes from RC0.
440
551
  ## [0.2.0-beta.1](https://github.com/shift72/core-template/compare/0.1.0...0.2.0-beta.1) - 2021-08-05
441
552
 
442
553
  ### Added
554
+
443
555
  - Added Stylelint, Prettier, and ESLint.
444
556
  - Added Node.js CI for Github Actions.
445
557
  - Added header banner.
@@ -448,10 +560,12 @@ No changes from RC0.
448
560
  - Added Taiwanese Chinese (`zh_TW`) translations file.
449
561
 
450
562
  ### Changed
563
+
451
564
  - Targeting Kibble 0.15.18.
452
565
  - Strip HTML on taglines.
453
566
 
454
567
  ### Fixed
568
+
455
569
  - Added missing focus rings to language selector.
456
570
  - Error message background colour is now red.
457
571
  - Body background accent colour is determined by body background.
@@ -459,6 +573,7 @@ No changes from RC0.
459
573
  ## [0.1.0](https://github.com/shift72/core-template/compare/0.1.0-beta-2...0.1.0) - 2021-07-16
460
574
 
461
575
  ### Added
576
+
462
577
  - Added new searchbar behaviour:
463
578
  - For all breakpoints, the search is collapsed by default until the magnifying glass is selected.
464
579
  - For desktop, a small input is shown when selected.
@@ -467,11 +582,13 @@ No changes from RC0.
467
582
  - Variables for link colour on the cookie banner.
468
583
 
469
584
  ### Changed
585
+
470
586
  - Converted the header layout to flexbox.
471
587
  - Dropdowns for navigation and user account actions in the mobile menu are now collapsed by default.
472
588
  - English (`en_AU`) translations for TV Series changed to Season.
473
589
 
474
590
  ### Fixed
591
+
475
592
  - Bundle page content is now left aligned.
476
593
  - Removed underline from carousel arrows.
477
594
  - Polish (`pl_PL`) Polskie renamed to Polski.
@@ -479,27 +596,33 @@ No changes from RC0.
479
596
  ## [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
597
 
481
598
  ### Changed
599
+
482
600
  - Greek translations for shopping info.
483
601
 
484
602
  ### Fixed
603
+
485
604
  - Footer logo is now centered in IE11.
486
605
 
487
606
  ## [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
607
 
489
608
  ### Added
609
+
490
610
  - HTML landmarks, skip links and ARIA labels for screenreader support.
491
611
 
492
612
  ### Changed
613
+
493
614
  - Hyperlink underlines for accessibility.
494
615
  - Updated the footer design and added more extensiblity options.
495
616
 
496
617
  ### Fixed
618
+
497
619
  - Heading hierachies for accessibility.
498
620
  - Increased legibility on headings, tag lines, navigation and classifications.
499
621
  - Bundles now check for the `media_item_caption` config before rendering the HTML for it.
500
622
  - Datepicker now fits on smaller screens.
501
623
 
502
624
  ## [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
625
+
503
626
  Repackage of `0.1.0-alpha.3`.
504
627
 
505
628
  ## [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 +630,27 @@ Repackage of `0.1.0-alpha.3`.
507
630
  Note: packaging fail so fixes are in `0.1.0-alpha.4`.
508
631
 
509
632
  ### Fixed
633
+
510
634
  - Live event buttons now stack vertically on list collection items.
511
635
  - Better screenreader support on social buttons.
512
636
 
513
637
  ## [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
638
+
514
639
  ### Added
640
+
515
641
  - German (`de_De`), English (`en_AU`), Spanish (`es_ES`), French (`fr_FR`) and Italian (`it_IT`) translations for Giropay payment option.
516
642
  - New base Finnish (`fi_FI`) translation.
643
+
517
644
  ### Changed
645
+
518
646
  - 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.
647
+
519
648
  ### Fixed
649
+
520
650
  - The fallback `iframe` for Google Tag Manager now has a `title` attribute applied for WCAG compliance.
521
651
 
522
652
  ## [0.1.0-alpha.1](https://github.com/shift72/core-template/releases/tag/0.1.0-alpha.1) - 2021-05-24
653
+
523
654
  ### Added
655
+
524
656
  - Initial release of NPM package.
package/kibble.json CHANGED
@@ -117,6 +117,9 @@
117
117
  "js"
118
118
  ]
119
119
  },
120
+ "proxy": [
121
+ "^/checkout/"
122
+ ],
120
123
  "routes": [
121
124
  {
122
125
  "name": "filmItem",
@@ -191,5 +194,5 @@
191
194
  "pageSize": 0
192
195
  }
193
196
  ],
194
- "coreTemplateVersion": "1.9.5"
197
+ "coreTemplateVersion": "1.9.7"
195
198
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shift72/core-template",
3
- "version": "1.9.5",
3
+ "version": "1.9.7",
4
4
  "description": "Shift72 core template",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -1722,5 +1722,8 @@
1722
1722
  },
1723
1723
  "wcag_aria_label_social_linkedin": {
1724
1724
  "other": "قم بزيارتنا على LinkedIn"
1725
+ },
1726
+ "pricing_from": {
1727
+ "other": "شاهد من"
1725
1728
  }
1726
- }
1729
+ }
@@ -1658,5 +1658,8 @@
1658
1658
  },
1659
1659
  "wcag_aria_label_social_linkedin": {
1660
1660
  "other": "Visita'ns a LinkedIn"
1661
+ },
1662
+ "pricing_from": {
1663
+ "other": "Mira des de"
1661
1664
  }
1662
- }
1665
+ }
@@ -1658,5 +1658,8 @@
1658
1658
  },
1659
1659
  "wcag_aria_label_social_linkedin": {
1660
1660
  "other": "Besøg os på LinkedIn"
1661
+ },
1662
+ "pricing_from": {
1663
+ "other": "Se fra"
1661
1664
  }
1662
- }
1665
+ }
@@ -1658,5 +1658,8 @@
1658
1658
  },
1659
1659
  "wcag_aria_label_social_linkedin": {
1660
1660
  "other": "Besuchen Sie uns auf LinkedIn"
1661
+ },
1662
+ "pricing_from": {
1663
+ "other": "Schauen Sie ab"
1661
1664
  }
1662
- }
1665
+ }
@@ -1658,5 +1658,8 @@
1658
1658
  },
1659
1659
  "wcag_aria_label_social_linkedin": {
1660
1660
  "other": "Επισκεφθείτε μας στο LinkedIn"
1661
+ },
1662
+ "pricing_from": {
1663
+ "other": "Παρακολουθήστε από"
1661
1664
  }
1662
- }
1665
+ }