Skip to content

Bring Faye up to speed with latest version of Casper#3

Open
vip3rousmango wants to merge 480 commits into
VirtuallyCreative:masterfrom
TryGhost:main
Open

Bring Faye up to speed with latest version of Casper#3
vip3rousmango wants to merge 480 commits into
VirtuallyCreative:masterfrom
TryGhost:main

Conversation

@vip3rousmango
Copy link
Copy Markdown
Member

@vip3rousmango vip3rousmango commented Jan 25, 2022

 Mention [stepsize] in a comment if you'd like to report some technical debt. See examples here.

JohnONolan and others added 30 commits January 21, 2026 13:18
Co-authored-by: Hannah Wolfe <github.erisds@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Added section on translations and contribution guidelines.
Fixed error (wrong repo name - removed)
ref 63162e8

The above commit pushed the locales slightly ahead of this. Running the gulp file generates the locale files.
* update asset builds
* update locales fr, tr, uk
…ion v4 (#1040)

* 🐛 Fix dark mode secondary text colour broken by postcss-color-mod-function v4

The color-mod(var(--color-secondary-text) l(-22%)) value compiled to
#000 after postcss-color-mod-function was bumped from v3 to v4, making
tags, post meta, byline and pagination text invisible on dark backgrounds.

Replace with var(--color-secondary-text) directly. #979797 gives ~4.6:1
contrast on the dark mode background and sits correctly below the #fff
primary text in the visual hierarchy. Same fix applied to the auto-color
media query variant.

* Fix gulp zip task broken by gulp-zip v6 API change

gulp-zip v6 switched to a named export. Update require() to use .default
to restore the zip build task.

* Revert "Fix gulp zip task broken by gulp-zip v6 API change"

This reverts commit 9a71b49.
Closes https://linear.app/ghost/issue/DES-1319/table-headings-render-completely-black

The Tailwind v4 upgrade broke colormod. Similar fix to the one from #1040.
no ref

We'd like to auto-bump the theme-translations package to automatically pull in new translations.
ref https://linear.app/ghost/issue/FEA-613/update-themes-to-include-share-button

We're introducing native share button feature in Portal and this adds share button support to official themes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Refactor responsive video handling and improve performance

- Added aspect-ratio and overflow properties to pagination for better layout control.
- Removed jQuery FitVids library and implemented CSS-only responsive video embeds.
- Updated author images to use loading="eager" and fetchpriority="high" for improved loading performance.
- Changed script loading strategy to defer non-critical scripts, reducing render-blocking.
- Initialized mobile menu functionality using vanilla JavaScript instead of jQuery.

* Enhance accessibility for mobile menu: add aria-expanded attribute to burger menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.