@shift72/core-template 1.9.4 → 1.9.6

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