Releases: shift72/core-template
Releases · shift72/core-template
1.9.33
1.9.32
1.9.31
What's Changed
Added
- Playback progress bars on media items (config: "media_item_show_playback_progress")
- Swedish translations
Changed
- Added CSS vars for playback progress. Reduce default size from 6px to 3px (affects TV episode sub-items)
Fixed
- Sitemap including external pages linking out of site
1.9.29
1.9.28
What's Changed
- added external_links_new_tab config to make external links in header n footer nav open in new tab
Full Changelog: 1.9.27...1.9.28
1.9.27
1.9.26
Added
- Video player on film detail page for content creators
- Add fade in transition on poster images
- Add skeleton background color for posters before they load.
- Add fade transition on carousel images
- Commenting feature support
- seo_meta_robots_no_index toggle block search engines crawling the site
- google_analytics_debug toggle to enable debug mode on GA4
Changed
- Added
-webkit-font-smoothing: antialiasedandfont-synthesis: noneto
body to avoid ugly font rendering. The antialiased setting can make fonts
render slightly lighter on macOS but should make it more consistent with
other platforms. Disabling font-synthesis prevents Safari from creating
hideous faux bold/italic faces when the exact weights aren't loaded. - Make the default meta tagline styling on posters a bit more subtle.
Introduces CSS variables for this to make customizing these styles easier. - Poster images have an aspect-ratio applied before they load.
.meta-item
uses flex-column sizing to give the posters some size before the images load - Switched to babel
- Update autoprefixer, postcss to fix out of date browserslist.
- Update nvmrc to 18
Fixed
- Disable picture-in-picture for carousel videos
- Meta Pixel rogue ; in html when loading scripts
- Various tranalation clean up for social links
Full Changelog: 1.9.25...1.9.26
1.9.25
1.9.24
What's Changed
refactor item title to film title as other item types do not support image map
Full Changelog: 1.9.23...1.9.24